body {font-family: 'Barlow', sans-serif; font-weight:400; font-size:18px; color:#1e2843;}

h1, h2, h3, h4, h5, h6 {font-family: 'Barlow Condensed', sans-serif; font-weight:400;}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, h1.title {font-weight:600;}

img, video {max-width:100%;}

a {color:rgba(96, 172, 229, 0.8); transition:color .3s ease-in-out;}
a:hover {color:rgb(96, 172, 229);}

.container-fluid {
  padding-left: 75px;
  padding-right: 75px;
}

@media all and (max-width: 1024px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.map iframe {
  width: 100%;
}

.section-title {
  text-align: center;
}

.section-title.style-two .title {
  color: #fff;
}

.section-title.style-two .content {
  color: #fff;
  margin: 15px 0 42px;
}

.section-title.style-three {
  padding: 25px 0 55px;
}

.section-title.style-three .content {
  color: #097bed;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-title.style-three .title {
  font-size: 48px;
  color: #102950;
  margin-bottom: 0;
}

.section-title .title {
  font-size: 36px;
  color: #1e2843;
}

.section-title .content {
  color: #565872;
  font-size: 16px;
  margin: 20px 0 75px;
}

.section-title .content.mb-10 {
  margin-bottom: 65px;
}

.section-title .content.my-15 {
  margin: 15px 0 45px;
}

.mt-30 {
  margin-top: 30px;
}

.btn-Learn-more {
  margin-top: 30px;
}

.btn-Learn-more i {
  margin-left: 10px;
  vertical-align:middle;
}

.btn-Learn-more:hover {color:#1d8dd8; text-decoration:none;}

.btn-Shop {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  background-color: #1574f6;
  border-radius: 5px;
  padding: 8px 65px 8px 30px;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.btn-Shop:hover {
  color: #fff;
  background-color: rgba(21, 116, 246, 0.9);
}

.btn-Shop i {
  position: absolute;
  top: 17px;
  right: 30px;
}

.btn-cart i {
  margin-right: 15px;
}

.call-to-action {
  background: url("../images/banner-bg1.jpg");
  padding: 45px 0 120px 60px;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.call-to-action .banner-image {
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: -1;
}

.call-to-action .banner-image img {
  width: 100%;
}

.call-to-action .content .pre-text {
  font-size: 16px;
  line-height: 30px;
  color: #1574f6;
}

.call-to-action .content .main-title {
  font-size: 48px;
  line-height: 60px;
  color: #212c59;  
  margin: 23px 0 35px;
}

.call-to-action .content .simple-content {
  font-size: 16px;
  line-height: 30px;
  color: #212c59;
  margin-bottom: 45px;
}

.call-to-action.call-to-action-large {
  padding: 187px 0 253px 90px;
}

.call-to-action.call-to-action-large .content .main-title {
  margin: 15px 0 20px;
}

.call-to-action.call-to-action-large .content .simple-content {
  margin-bottom: 33px;
}

.call-to-action.layout-two .content .main-title {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 0;
}

.call-to-action.layout-two .content .simple-content {
  margin: 5px 0 25px;
}

.call-to-action.layout-two .banner-image {
  position: absolute;
  top: 17%;
  left: 70%;
}

.call-to-action.layout-three {
  position: relative;
  padding-bottom: 70px;
  padding-top: 80px;
}

.call-to-action.layout-three .content .pre-text {
  color: #1e2843;
}

.call-to-action.layout-three .content .main-title {
  font-size: 30px;
  color: #1e2843;
  margin: 0;
  line-height: 50px;
}

.call-to-action.layout-three .content .price {
  color: #1574f6;
  font-size: 24px;
  display: block;
  margin-top: 5px;
}

.call-to-action.layout-three .content .btn-Shop {
  background: transparent;
  color: #1e2843;
  font-size: 16px;
  padding: 0px;
  margin-top: 53px;
  border-bottom: 1px solid #58697e;
  border-radius: 0;
  line-height: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.call-to-action.layout-three .content .btn-Shop i {
  position: static;
}

.call-to-action.layout-three .content .btn-Shop:hover {
  color: #1574f6;
  border-bottom: 1px solid #1574f6;
}

.call-to-action.layout-three .offer {
  background-color: #1574f6;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  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;
  position: absolute;
  bottom: 10%;
  right: 10%;
}

.call-to-action.layout-three .offer span {
  color: #fff;
  text-transform: uppercase;
}

.call-to-action.layout-four {
  background-image: linear-gradient(139deg, honeydew 0%, #f5f4ff 100%);
  background-image: -ms-linear-gradient(139deg, honeydew 0%, #f5f4ff 100%);
  position: relative;
  padding: 40px 35px 50px;
}

.call-to-action.layout-four .content .pre-text {
  font-size: 14px;
  margin-top: 0 !important;
}

.call-to-action.layout-four .content .main-title {
  font-size: 24px;
  line-height: 40px;
}

.call-to-action.layout-four .content .price {
  font-size: 20px;
}

.call-to-action.layout-four .content .btn-Shop {
  margin-top: 30px;
}

.call-to-action.layout-four .content .btn-Shop.mt-45 {
  margin-top: 40px;
}

.call-to-action.layout-four .image {
  padding-top: 70px;
}

.call-to-action.layout-four .image.img-right {
  position: absolute;
  right: 10%;
  bottom: 10%;
  z-index: -1;
}

.call-to-action.layout-four.pb-10 {
  padding-bottom: 66px;
}

.call-to-action.layout-four.pb-55 {
  padding-bottom: 55px;
}

.call-to-action.style-two {
  background: none;
  position: relative;
  padding: 50px 0 0px 35px;
}

.call-to-action.style-two.pt-85 {
  padding-top: 85px;
}

.call-to-action.style-two .content .main-title {
  margin: 7px 0 !important;
}

.call-to-action.style-two .content .simple-content {
  margin-bottom: 25px;
}

.call-to-action.style-two .banner-image {
  position: absolute;
  top: 70%;
  left: 40%;
}

.call-to-action.style-two .offer {
  background-color: #1cc761;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  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;
  position: absolute;
  bottom: 18%;
  right: 7%;
}

.call-to-action.style-two .offer span {
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
}

.call-to-action.style-two.style-four {
  padding: 100px 0 115px 35px;
}

.call-to-action.style-two.style-four .banner-image {
  top: 0;
  left: 55%;
}

.call-to-action.style-two.style-four .offer {
  bottom: 62%;
  right: 5%;
}

.call-to-action.style-three {
  padding-bottom: 50px;
}

.call-to-action.style-three .content .pre-text {
  color: #1e2843;
}

.call-to-action.style-three .content .main-title {
  margin: 10px 0 17px !important;
  color: #1e2843;
}

.call-to-action.style-three .content .simple-content {
  margin-bottom: 40px;
  color: #0d1741;
}

.call-to-action.style-three .banner-image {
  position: absolute;
  top: 20%;
  left: 55%;
}

.call-to-action.style-three .banner-image img {
  width: 80%;
}

.call-to-action.style-three .offer {
  background-color: #1574f6;
  position: absolute;
  bottom: 7%;
  right: 30%;
}

.call-to-action.style-five .content .pre-text {
  color: #fff;
  font-size: 24px;
}

.call-to-action.style-five .content .main-title {
  color: #fff;
  margin: 30px 0 25px;
}

.call-to-action.style-five .content .simple-content {
  color: #fff;
  margin-bottom: 60px;
}

.call-to-action.style-five .content .btn-Shop {
  font-size: 16px;
  background-color: #2e83f7;
}

.call-to-action.style-five .banner-image {
  top: 10%;
  left: 55%;
}

.call-to-action.style-five .offer {
  background-color: #fff;
  right: 28%;
  top: 65%;
}

.call-to-action.style-five .offer span {
  color: #1e2843;
}

@media all and (max-width: 1920px) {
  .call-to-action.call-to-action-large {
    padding: 187px 0 280px 90px;
  }
}

@media all and (max-width: 1440px) {
  .call-to-action {
    margin-bottom: 30px;
    padding: 10px 0 30px 30px;
  }
  .call-to-action.call-to-action-large {
    padding: 60px 0 156px 60px;
  }
  .call-to-action.call-to-action-large .banner-image {
    top: 28%;
    left: 42%;
  }
  .call-to-action.call-to-action-large .banner-image img {
    width: 90%;
  }
  .call-to-action.layout-two .banner-image {
    top: 10%;
  }
  .call-to-action.layout-two .banner-image img {
    width: 80%;
  }
  .call-to-action .banner-image {
    top: 40%;
    left: 35%;
  }
}

@media all and (max-width: 1024px) {
  .call-to-action {
    padding: 35px 0 55px 35px;
  }
  .call-to-action .content .main-title {
    font-size: 30px;
    line-height: 40px;
    margin: 0px 0 20px;
  }
  .call-to-action .content .simple-content {
    font-size: 14px;
    margin-bottom: 35px;
  }
  .call-to-action.call-to-action-large {
    padding: 60px 0 70px 50px;
  }
  .call-to-action.call-to-action-large .banner-image {
    top: 5%;
    left: 50%;
  }
  .call-to-action .banner-image {
    top: 8%;
    left: 50%;
  }
  .call-to-action .banner-image img {
    width: 85%;
  }
  .call-to-action.layout-two .content .main-title {
    font-size: 22px;
    line-height: 30px;
  }
  .call-to-action.layout-two .content .main-title br {
    display: none;
  }
  .call-to-action.layout-two .content .simple-content {
    line-height: 25px;
  }
  .call-to-action.layout-two .banner-image {
    top: 7%;
  }
  .call-to-action .btn-Shop {
    padding: 6px 55px 6px 25px;
    font-size: 13px;
  }
  .call-to-action.style-three .offer {
    height: 100px;
    width: 100px;
  }
  .call-to-action.style-three .offer span {
    font-size: 25px;
  }
  .call-to-action.style-five .offer {
    height: 100px;
    width: 100px;
  }
  .call-to-action.style-five .offer span {
    font-size: 25px;
  }
}

@media all and (max-width: 768px) {
  .call-to-action .banner-image {
    top: 26%;
  }
  .call-to-action .banner-image img {
    width: 80%;
  }
  .call-to-action.call-to-action-large .banner-image {
    top: 25%;
  }
  .call-to-action.layout-two .banner-image {
    position: absolute;
    top: 10%;
    left: 75%;
  }
  .call-to-action.layout-two .banner-image img {
    width: 80%;
  }
  .call-to-action.style-three {
    padding: 20px 0 0;
  }
  .call-to-action.style-five {
    padding: 45px 0 25px;
  }
  .call-to-action.style-five .banner-image {
    top: 25%;
  }
  .call-to-action.style-five .offer {
    right: 30%;
    top: 50%;
  }
}

@media all and (max-width: 425px) {
  .call-to-action.call-to-action-large {
    padding: 35px 0 55px 35px;
  }
  .call-to-action.call-to-action-large .banner-image {
    top: 60%;
  }
  .call-to-action.layout-two .banner-image {
    top: 30%;
  }
  .call-to-action.style-three {
    margin: 0;
    padding: 0;
  }
  .call-to-action.style-three .banner-image {
    top: 45%;
    left: 40%;
  }
  .call-to-action.style-three .offer {
    bottom: 65%;
    right: 5%;
    height: 80px;
    width: 80px;
  }
  .call-to-action.style-three .offer span {
    font-size: 22px;
  }
  .call-to-action.style-five .banner-image {
    top: 55%;
    left: 40%;
  }
  .call-to-action.style-five .offer {
    top: 10%;
    right: 5%;
    height: 80px;
    width: 80px;
  }
  .call-to-action.style-five .offer span {
    font-size: 22px;
  }
}

.inner-header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

.inner-header-top .header-title .title {
  font-size: 30px;
  color: #1e2843;
  margin-bottom: 0;
}

.inner-header-top .header-title p {
  color: #565872;
  font-size: 16px;
  margin-bottom: 0;
}

.inner-header-top .header-button .btn-product {
  font-size: 16px;
  color: #1e2843;
  background-color: #f7fbff;
  border-radius: 5px;
  height: 45px;
  width: 175px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.inner-header-top .header-button .arrow:hover {text-decoration:none;}
.inner-header-top .header-button .arrow-left {margin-right:35px;}
.inner-header-top .header-button .arrow-left svg {transform:rotate(180deg);}

.inner-header-top .header-button .btn-product.active {
  color: #fff;
  background-color: #1574f6;
}

.inner-header-top .header-button .btn-product:hover {
  color: #fff;
  background-color: #1574f6;
}

.inner-header-top.style-two {
  margin-bottom: 35px;
}

.inner-header-top.style-two .header-title .title {
  font-size: 36px; text-transform:uppercase;
}

.inner-header-top.style-two .header-title .title a {color:inherit;}
.inner-header-top.style-two .header-title .title a:hover {text-decoration:none;}


.inner-header-top.style-two .header-button .btn-product {
  height: 55px;
  width: 55px;
  color: #1574f6;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.inner-header-top.style-two .header-button .btn-product.active {
  color: #f7fbff;
}

.inner-header-top.style-two .header-button .btn-product:hover {
  color: #fff;
  background-color: #1574f6;
}

.inner-header-top.style-three {
  margin-bottom: 40px;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 18px;
  position: relative;
}

.inner-header-top.style-three::after {
  content: ' ';
  clear: both;
  display: inline;
  background-color: #1574f6;
  width: 60px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.inner-header-top.style-three .header-button .btn-product {
  height: 0px;
  width: 0px;
  background-color: transparent;
  color: #a1c7fb;
  margin-left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.inner-header-top.style-three .header-button .btn-product.active {
  color: #1574f6;
  background-color: transparent;
}

.inner-header-top.style-three .header-button .btn-product:hover {
  color: #1574f6;
}

.inner-header-top.style-four {
  margin: 5px 0 65px;
}

.inner-header-top.style-four .product-filter p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight:700;
  color: #565872;
  margin-left: 12px;
}

.inner-header-top.style-four .btn-product-filter {
  border: 2px solid #d2ede9;
  border-radius: 5px;
  height: 60px;
  width: 60px;
  color: #d2ede9;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  font-size: 27px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.inner-header-top.style-four .btn-product-filter.active {
  color: #1574f6;
}

.inner-header-top.style-four .btn-product-filter:hover {
  color: #1574f6;
}

.inner-header-top.style-four .filter-select .dropdown .dropdown-toggle::after {margin-left:0;vertical-align:unset;position:absolute;right:1.75rem;top:50%;transform:translateY(-50%);}

.inner-header-top.style-four .filter-select .dropdown .btn {font-size: 18px; font-weight:700;
  color: #565872; width:100%; height:100%; text-align:left; text-transform:none; padding-right:3.5rem;}

.inner-header-top.style-four .filter-select .dropdown-menu {width:100%;font-size:18px;}

.inner-header-top.style-four.mt-01 {
  margin-top: 0;
}

.inner-header-top.style-four.mobile {
  display: none;
}

@media all and (max-width: 768px) {
  
  .inner-header-top.style-two .header-button .btn-product {
    margin: 0;
  }
  .inner-header-top.style-three {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .inner-header-top.style-three .header-title {
    margin-bottom: 0px;
  }
  .inner-header-top.style-four.desktop {
    display: none;
  }
  .inner-header-top.style-four.mobile {
    display: block;
    text-align: center;
  }

}

@media all and (max-width: 425px) {
  .inner-header-top.style-three .header-button .btn-product {
    margin-bottom: 0px;
  }
  .inner-header-top.style-three .header-button .btn-product.active {
    margin-right: 0px;
  }
  .inner-header-top.style-four.mobile .filter-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .inner-header-top.style-four .btn-product-filter.active {
    margin-left: 0px;
  }
  .inner-header-top .header-button {
    text-align: center;
  }
  .inner-header-top .header-button .btn-product {
    margin-bottom: 13px;
    margin-left: 0;
  }
  .inner-header-top .header-button .btn-product.active {
    margin-right: 10px;
  }
}

@media all and (max-width: 575.98px) {
  .inner-header-top.style-four .filter-select {width:100%;}
}

.header-top {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 0;
}

.header-top.style-two {
  background-color: #1574f6;
  border-bottom: none;
  padding: 15px 0;
}

.header-top.style-two .info-content {
  color: #fff;
  margin-bottom: 0;
}

.header-top.style-two .header-top-info .info-email {
  color: #fff;
}

.header-top.style-two .header-top-info .social-follow span {
  color: #fff;
}

.header-top.style-two .header-top-info .social-follow a {
  color: #fff;
}

.header-top .info-content {
  font-size: 14px;
  color: #0d1741;
}

.header-top .header-top-info {
  text-align: right;
}

.header-top .info-email {
  display: inline;
  font-size: 14px;
  color: #0d1741;
}

.header-top .info-email i {
  padding-right: 5px;
}

.header-top .social-follow {
  display: inline;
  margin-left: 40px;
}

.header-top .social-follow span {
  font-size: 14px;
  color: #0d1741;
}

.header-top .social-follow ul {
  display: inline;
  padding-left: 0;
}

.header-top .social-follow ul li {
  display: inline;
}

.header-top .social-follow ul li a {
  color: #0d1741;
  font-size: 14px;
  padding: 0px 8px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.header-top .social-follow ul li a:hover {
  color: #1574f6;
}

@media all and (max-width: 768px) {
  .header-top {
    text-align: center;
    padding-bottom: 10px;
  }
  .header-top .header-top-info {
    text-align: center;
  }

}

@media all and (max-width: 425px) {
  .header-top .social-follow {
    margin-left: 22px;
  }
  .header-top .social-follow ul li a {
    padding: 0px 5px;
  }
}

.header-section {
  padding: 32px 0 10px 0;
}

.header-section .header-doc-area {font-size:15px;margin-right:10px;height:50.5px;}
.header-doc-buttons > .btn {text-transform:none;min-width:130px;padding-left:0;padding-right:0;}
.header-doc-buttons > .btn:first-child {border-right:none;border-top-right-radius:0;border-bottom-right-radius:0;}
.header-doc-buttons > .btn:last-child {border-top-left-radius:0;border-bottom-left-radius:0;}
body.index .header-doc-area, body.index .header-doc-area .btn-outline-primary {color:#fff;}
body.index .header-doc-area, body.index .header-doc-area .btn-outline-primary,
body.index .header-doc-area .btn-outline-primary:hover,
body.index .header-doc-area .btn-outline-primary:focus,
body.index .header-doc-area .btn-outline-primary:active {border-color:#fff !important;}
body.index .header-doc-area .btn-outline-primary:hover,
body.index .header-doc-area .btn-outline-primary:focus,
body.index .header-doc-area .btn-outline-primary:active {background:#fff !important;color:#1e2843 !important;}

@media all and (min-width: 991px) and (max-width:1199.98px) {
    .header-section .header-input {max-width:200px;}
    .header-doc-buttons > .btn {padding:0;min-width:1px;border:none;border-radius:0;}
    .header-doc-buttons > .btn:last-child {border-left:1px solid #e2e2e2;margin-left:10px;padding-left:10px;}
    .header-doc-buttons > .btn-outline-primary:hover, 
    .header-doc-buttons > .btn-outline-primary:focus,
    .header-doc-buttons > .btn-outline-primary:not(:disabled):not(.disabled):active {background-color:transparent !important;color:#212c59 !important;}
}

.header-section .header-right-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-section .header-right-area .header-search-area {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header-section .header-input {
  border-radius: 1.75rem;
  padding-right: 20px;
  padding-left: 20px;
  border-color: #e2e2e2;
  outline: none;
  background-color:#fff;
}

.header-section .header-input::-webkit-input-placeholder {color: #1e2843; font-size:15px;}
.header-section .header-input:-ms-input-placeholder {color: #1e2843; font-size:15px;}
.header-section .header-input::-ms-input-placeholder {color: #1e2843; font-size:15px;}
.header-section .header-input::-moz-placeholder {color: #1e2843; font-size:15px;}
.header-section .header-input::placeholder {color: #1e2843; font-size:15px;}

.header-section .header-input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-section .header-right-area .header-search-area .header-btn {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  background-color: #1574f6;
  color: #fff;
  border-color: #1574f6 !important;
  padding-right: 30px;
  width: 160px;
  height: 50px;
}

.header-section .header-right-area .header-right-menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-left: 0;
  margin-left: 25px;
}

.header-section .header-right-area .header-right-menu ul li {
  margin: 0;
}

.header-section .header-right-area .header-right-menu ul li a {
  padding-left:20px;
}

.header-section .header-right-area .header-right-menu ul > li:last-child a {padding-right:10px;}

.header-section .header-right-area .header-right-menu ul li a i {
  color: #1e2843;
  font-size: 20px; transition:color .3s ease-in-out;
}

body.index .header-section .header-right-area .header-right-menu ul li a:not(.dropdown-item) i {
  color:#fff;
}

body.index .header-section .header-right-area .header-right-menu ul li a:hover i {
  color:#000 !important;
}

.header-section .btn-search {
    color:#1e2843;
    border: 1px solid #e2e2e2;
    background-color:#fff;
    width: 50px;
    height: 50px;
    font-size:15px;
    z-index:1;
    outline:none;
}

body.index .header-section .header-right-area .btn-search {
    color:#fff; border-color:#fff; background:none;
}

body.index .header-section .header-right-area .btn-search:hover {background-color:#fff;color:#1d8dd8 !important;}

.header-section .header-right-area .header-right-menu ul .sales-cart {
  position: relative;
}

.header-section .header-right-area .header-right-menu ul .sales-cart svg path {fill:#1e2843;transition:fill .3s ease-in-out;}
body.index .header-section .header-right-area .header-right-menu ul .sales-cart svg path {fill:#fff;}

.header-section .header-right-area .header-right-menu ul .sales-cart a:hover {text-decoration:none;}
.header-section .header-right-area .header-right-menu ul li:not(.sales-cart) a:hover i {color:#1d8dd8;}
.header-section .header-right-area .header-right-menu ul .sales-cart a:hover svg path {fill:#1d8dd8;}
body.index .header-section .header-right-area .header-right-menu ul .sales-cart a:hover svg path {fill:#000;}

.header-section .header-right-area .header-right-menu ul .sales-cart .sold-item {
  background-color:#fff; color:#000;
  position: absolute;
  right:0;
  bottom: 15px;
  height: 20px;
  width: 20px;
  text-align: center;
  font-size: 12px;
}

.header-section.style-two {
  padding: 20px 0 23px 0;
}

.header-section.style-two .navbar {
  padding: 0;
}

.header-section.style-two .navbar ul {
  margin-right: 0 !important;
}

.header-section.style-two .header-right-menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-left: 0;
}

.header-section.style-two .header-right-menu ul li {
  margin: 0;
}

.header-section.style-two .header-right-menu ul li a {
  padding: 0 15px 0 20px !important;
}

.header-section.style-two .header-right-menu ul li a i {
  color: #212c59;
  font-size: 20px;
}

.header-section.style-two .header-right-menu ul .sales-cart {
  position: relative;
}

.header-section.style-two .header-right-menu ul .sales-cart .sold-item {
  position: absolute;
  left: 35px;
  bottom: 15px;
  background-color: #1574f6;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.header-section.style-two .header-right-menu ul .sales-cart .sales-price {
  font-size: 15px;
  color: #1e2843;
}

.header-section.style-three {
  padding: 20px 0;
}

.header-section.style-three .navbar {
  padding: 0;
}

.header-section .header-input, .header-section .header-doc-area .d-flex {
  transition:transform .3s ease-in-out;
}

.header-section .header-doc-area:not(.active) .header-input {
z-index:-1;transform:translateY(50px);
}

.header-section .header-doc-area.active .d-flex {transform:translateY(-50px);}
.header-section .header-doc-area.active .header-input {transform:translateY(-50px);transition-delay:.1s;}
.header-section .header-doc-area:not(.active) .d-flex {transition-delay:.1s;}

.header-section.style-three .header-right-area .header-search-area .header-btn {
  border-radius: 0;
}

.header-section.style-three .header-right-area .header-right-menu ul {
  margin-left: 0;
}

.header-section.style-three .header-right-area .header-right-menu ul li .user-account {
  font-size: 15px;
  color: #1e2843;
}

.navbar-brand {padding:0;}

.main-menu a:not(.navbar-brand):not(.btn) {font-size: 18px;-webkit-transition:none; transition:none; padding: 10px 15px;}

.main-menu ul > li > a {color: #1e2843;}
.main-menu ul > li > a:hover, .main-menu ul > li > a.active {color: #1d8dd8;}

.navbar-toggler {padding:15px 0px 15px 15px;border:none;height:100%;}
.navbar-toggler > span {background-color:#1e2843;display:block;height:2px;width:20px;margin-left:auto;}
.navbar-toggler > span + span {margin-top:4px;}
.navbar-toggler:focus, .navbar-toggler:hover {outline:none;}

body.index .navbar-toggler > span {background-color:#fff;}

nav.navbar .mobile {z-index:1;top:0;left:0;padding:20px 15px 20px 15px;}
nav.navbar .mobile .navbar-toggler {height:34px;}
nav.navbar .mobile .navbar-toggler > span {height:4px;width:20px;background-color:#000;}
nav.navbar .mobile .navbar-toggler > span:first-child {transform:rotate(45deg);}
nav.navbar .mobile .navbar-toggler > span:nth-child(2) {display:none;}
nav.navbar .mobile .navbar-toggler > span:last-child {transform:rotate(-45deg);margin-top:-4px;}
nav.navbar .mobile .navbar-brand img {height:45px;}

.sub-menu {display: none;}
.sub-menu a {display:block;padding: 0 0 30px 10px;color:#1e2843;line-height: 1.4;transition:color .3s;}
.sub-menu a:hover, .sub-menu a.active {color: #000000;text-decoration:none;}

@media screen and (max-width: 399.98px) {
.header-right-area-mobile > .d-flex {-ms-flex-wrap:wrap; flex-wrap:wrap;}
.header-right-area-mobile > .d-flex > div {width:100%;}
.header-right-area-mobile > .d-flex > .flex-grow-1 {margin-bottom:10px;}
.header-right-area-mobile > .d-flex.mt-3 {margin-top:2rem !important;}
.header-doc-buttons > .btn {width:50%;}
.header-right-area-mobile .header-input {width:100% !important;}
}

@media screen and (max-width:767.98px){
.header-section .btn-search {right:0;top:50%;transform:translateY(-50%);border:none;background-color:transparent;}
}

@media screen and (max-width: 991.98px) {
    .main-menu {order:2;}
    .header-right-area {order:1;}
    .main-menu a:not(.navbar-brand):not(.nav-link):not(.btn){padding-top:5px;padding-bottom:5px;}
    .sub-menu {padding-left: 15px;}
    .sub-menu a:hover, .sub-menu a.active {color:#212c59;}
    .link-dropdown::after {
        content: '\f107';
        position: absolute;
        top: 50%; transform:translateY(-50%);
        right: 21px;
        font-family:"Font Awesome\ 5 Free"; font-weight:900;
        color: #1e2843; font-size:15px;
    }

    .link-dropdown.active::after {content: '\f106';}
    .link-dropdown.active::after, .link-dropdown:active::after, .link-dropdown:hover::after {color:#1d8dd8;}
    .link-dropdown.active + .sub-menu {display:block;padding-bottom:20px;}
    .offcanvas-collapse {padding-top:80px; z-index:3;position:fixed;top:0; bottom: 0;left: 100%;width: 100%;overflow-y: auto;visibility: hidden;background-color:#fff;transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;transition: transform .3s ease-in-out, visibility .3s ease-in-out;transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;}
    .offcanvas-collapse.show {visibility: visible;-webkit-transform: translateX(-100%);transform: translateX(-100%);}
    .header-right-area-mobile {padding-left:15px;padding-right:15px;}
    .header-right-area-mobile .header-input {width:260px;}
    .main-menu .navbar-nav > .nav-item + .nav-item > a {border-top:1px solid #e2e2e2;}
    .navbar-nav, .header-right-area-mobile {margin-left:auto;margin-right:auto;}    
}

@media screen and (min-width: 576px) {
    .navbar-nav, .header-right-area-mobile, .main-menu a:not(.navbar-brand):not(.btn) {padding-left:0;padding-right:0;}
    .navbar-nav, .header-right-area-mobile {max-width:510px;}
    .link-dropdown::after {right:5px;}
}

@media screen and (min-width: 768px) {
.navbar-nav, .header-right-area-mobile {max-width:690px;}
}

@media screen and (min-width: 992px) {
.main-menu a:not(.navbar-brand):not(.btn) {font-size: 15px; padding:10px;}
 .sub-menu {
        position: absolute;
        top:100%;
        margin-top:0;
        left:.5rem;
        z-index:2;
        background-color:#fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .sub-menu a {padding:10px 15px !important;white-space:nowrap;min-width:177px;transition:none !important;}
    .sub-menu a:hover, .sub-menu a.active {
        background: #1d8dd8;
        background: -webkit-linear-gradient(27deg, rgba(29,141,216,1) 0%, rgba(68,191,204,1) 100%);
        background: -moz-linear-gradient(27deg, rgba(29,141,216,1) 0%, rgba(68,191,204,1) 100%);
        background: linear-gradient(27deg, rgba(29,141,216,1) 0%, rgba(68,191,204,1) 100%);
        color:#fff !important;
    }
    .nav-item:hover .sub-menu {display: block;}
    .navbar-nav, .header-right-area-mobile {max-width:none;}
}

@media all and (max-width: 1440px) {
  .header-top.style-two .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-section .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-section .header-right-area .header-search-area .header-btn {
    width: 100px;
  }
}

@media all and (max-width: 768px) {
  .header-section.style-two .header-right-menu {
    display: none;
  }
}

.banner-section {
  padding: 17px 0 0;
}

.banner-section.pt-10 {
  padding-top: 20px;
}

.banner-section.style-two {
  background: url("../images/h2-banner-bg1.jpg");
  background-size: cover;
  background-position: center;
  padding-bottom: 15px;
  padding-top: 0;
}

.banner-section.style-three {
  background: url("../images/h3-banner-bg1.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 40px;
}

@media all and (max-width: 1440px) {
  .banner-section {
    padding: 50px 0 5px;
  }
}

@media all and (max-width: 1024px) {
  .banner-section {
    padding: 30px 0;
  }
  .banner-section.style-two .call-to-action.style-two .banner-image {
    top: 10%;
  }
  .banner-section.style-two .call-to-action.style-two .offer {
    height: 100px;
    width: 100px;
    bottom: 15%;
    right: 15%;
  }
  .banner-section.style-two .call-to-action.style-two .offer span {
    font-size: 25px;
  }
  .banner-section.style-three .call-to-action.style-two {
    padding: 25px 0 55px 0px;
  }
  .banner-section.style-three .call-to-action.style-two .banner-image {
    top: 0%;
  }
  .banner-section.style-three .call-to-action.style-two .banner-image img {
    width: 75%;
  }
  .banner-section.style-three .call-to-action.style-two .offer {
    height: 100px;
    width: 100px;
    bottom: 60%;
    right: 10%;
  }
  .banner-section.style-three .call-to-action.style-two .offer span {
    font-size: 25px;
  }
}

@media all and (max-width: 768px) {
  .banner-section.style-two .call-to-action .banner-image {
    position: absolute;
    top: 40%;
  }
  .banner-section.style-two .call-to-action.style-two {
    padding: 0;
  }
  .banner-section.style-three .call-to-action.style-two {
    padding: 0;
  }
}

@media all and (max-width: 425px) {
  .banner-section.style-two .call-to-action.style-two .banner-image {
    top: 55%;
  }
  .banner-section.style-two .call-to-action.style-two .offer {
    bottom: 80%;
    right: 5%;
    height: 80px;
    width: 80px;
  }
  .banner-section.style-two .call-to-action.style-two .offer span {
    font-size: 22px;
  }
  .banner-section.style-three .call-to-action.style-two .banner-image {
    top: 50%;
  }
  .banner-section.style-three .call-to-action.style-two .offer {
    bottom: 80%;
    right: 5%;
    height: 80px;
    width: 80px;
  }
  .banner-section.style-three .call-to-action.style-two .offer span {
    font-size: 22px;
  }
}

.about-us {
  padding: 90px 0 15px;
}

.about-us > .container > .row:not(:first-child) {margin-top:80px;}
.about-us > .container > .row {margin-bottom:80px;}

@media screen and (min-width: 992px) {    
    .about-us > .container > .row:not(:nth-child(even)) .about-image {padding-right:30px;}
    .about-us > .container > .row:nth-child(even) .about-image {padding-left:30px;}
    .about-us > .container > .row:nth-child(even) > div:first-child {order:2;}
    .about-us > .container > .row:nth-child(even) > div:last-child {order:1;}
    .pic-and-text > .row:nth-child(even) > div:first-child {order:2;}
    .pic-and-text > .row:nth-child(even) > div:last-child {order:1;}
}

@media screen and (min-width: 992px) and (max-width:1199.98px) {
.Features-Products .row > .col-page:nth-child(n+4) {display:none;}
}

.about-image img {
  width: 100%;
}

.about-content .pre-text {
  color: #1574f6;
  font-size: 18px;
  font-weight:700;
}

.about-content .main-title {
  color: #1e2843;
  font-size: 56px;
  margin: 0 0 25px;
  text-transform:uppercase;
}

.about-content .pripis {border-top: 2px solid #ebeef3;margin-top:40px;padding-top:25px;}

.about-content .customer-service {  
  margin: 40px 0;
}

.about-content .customer-service .image {
  display: inline;
  margin-right: 30px;
}

.about-content .customer-service span {
  color: #212c59;
  font-size: 16px; font-weight:700;
}

@media all and (max-width: 1024px) {
  .about-content .customer-service .image {
    margin-right: 25px;
  }
}

@media all and (max-width: 991.98px) {
  .about-image {
    margin-bottom: 20px;
  }
}

.feature-section.style-two {
  padding: 30px 0;
}

.feature-thumbnail {
  background-color: #f5f9ff;
  border-radius: 5px;
  text-align: center;
  padding: 60px 0px 70px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature-thumbnail.style-two {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 25px 0px 37px 30px;
  border-radius: 0;
  position: relative;
  z-index: 1;
}

.feature-thumbnail.style-two .image {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin-bottom: 33px;
}

.feature-thumbnail.style-two .image img {
  padding-top: 20px;
}

.feature-thumbnail.style-two .title {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.feature-thumbnail.style-two .title:hover {
  color: #1574f6;
}

.feature-thumbnail.style-two .main-imge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.feature-thumbnail .image {
  width: 110px;
  height: 110px;
  background-color: #fff;
}

.feature-thumbnail .image img {
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 35px;
}

.feature-thumbnail a {
  text-decoration: none;
}

.feature-thumbnail .title {
  font-size: 18px;
  color: #1e2843;
  margin-top: 20px;
}

@media all and (max-width: 1920px) {
  .mt-100 {
    padding-top: 100px;
  }
}

@media all and (max-width: 1440px) {
  .feature-thumbnail .title {
    font-size: 17px;
  }
}

@media all and (max-width: 1024px) {
  .feature-section {
    padding-top: 10px;
  }
  .feature-section.style-two {
    padding-top: 50px;
  }
  .feature-section.mt-100 {
    padding-top: 50px;
  }
  .feature-thumbnail {
    margin-bottom: 30px;
  }
}

.Features-Products {
  padding: 100px 0 45px;
}

.Features-Products.pt-70 {
  padding-top: 70px;
}

.Features-Products.pt-82 {
  padding: 82px 0 20px;
}

.features-product-carousel .owl-item .product-name {  display: block;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:2; height:calc((18px * 1.2 * 2) + 18px);}

.col-product, .col-page {margin-bottom:30px;}

.single-products {
  padding-bottom: 20px;
  text-align: center;
  border: 1px solid #f2f2f2;
  padding-top: 25px;
  height:100%;
}

.single-products:hover {text-decoration:none;}

.single-products.style-two {
  position: relative;
  padding: 20px;
}

.col-page {height:calc((100vw + 45px) / 2);}    
.col-page .position-absolute {top:0;left:0;width:100%;overflow:hidden;}
.col-page .position-absolute svg {width:auto;height:115px;transform:none;}
.col-page, .col-page h5, .col-page h5 a {color:#fff;}
.col-page .single-products {text-align:left;}
.col-page h5 {padding-left:20px;padding-top:15px;padding-right:15px;max-width:140px;}

.single-products.style-two.style-three {
  background-color: #fff;
  border: none;
}

.single-products.style-two.style-three.style-four {
  -webkit-transition:all .3s ease-in-out;
          transition:all .3s ease-in-out;
  -webkit-box-shadow: 3px 5.196px 50px 6px rgba(37, 37, 37, 0.05);
          box-shadow: 3px 5.196px 50px 6px rgba(37, 37, 37, 0.05);
}

a.single-products.style-two.style-three.style-four:hover {
  -webkit-box-shadow: 0 0 10px 6px rgba(37, 37, 37, 0.15);
          box-shadow: 0 0 10px 0 rgba(37, 37, 37, 0.15);
}


.single-products.style-two .btn-cart {
  position: absolute;
  top: 25%;
  left: 50%; transform:translateX(-50%);
  opacity: 0; white-space:nowrap;
}


@media all and (min-width: 768px) {
    .single-products.style-two:hover .btn-cart {opacity: 1;}
}

.single-products .products-image {
  height: 210px;
  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;
}

.single-products .products-image img {
  height: inherit; object-fit:contain; object-position: center;
}

.single-products .product-content {
  margin-top: 30px;
}

.single-products .product-content a {
  text-decoration: none;
}
.single-products .product-content .product-name, .col-page h5 {  font-family: 'Barlow', sans-serif; font-size: 18px;}

.single-products .product-content .product-name {
  color: #1e2843;
  padding: 15px 0 5px 0;
}

.single-products .product-content .price {
  font-size: 18px;
  color: #1e2843;
  font-weight:700;
}

.single-products .product-content .price del {margin-right:.5rem; color:rgba(30, 40, 67, 0.8);font-weight:400;}

@media all and (max-width: 1024px) {
  .Features-Products {
    padding-top: 50px;
  }
}

@media all and (max-width: 768px) {
  .Features-Products {
    padding: 50px 0 20px;
  }
  .Features-Products.pt-70 {
    padding-top: 30px;
  }
  .Features-Products.pt-82 {
    padding-top: 60px;
  }
}

.arrivals-section {
  padding-top: 20px;
}

.section-call-to-action {
  background: url("../images/h2-banner-bg2.jpg");
  padding: 25px 0 40px;
  margin-top: 70px;
}

.section-call-to-action.style-two {
  background: url("../images/h3-banner-bg2.jpg");
  padding: 50px 0 85px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media all and (max-width: 1024px) {
  .section-call-to-action.style-two {
    padding: 30px 0 50px;
    margin-top: 10px;
  }
}

@media all and (max-width: 768px) {
  .section-call-to-action.style-two {
    padding: 0;
    background-position: right;
  }
}

.slider {
  background: url("../db/image/210-1920.png");
  padding: 110px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slider-title {
  font-size: 37px;
  line-height: 69px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.slider-breadcrumb {
  background-color: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}

.slider-breadcrumb, .slider-breadcrumb a {font-size: 18px; font-family:'Barlow Condensed', sans-serif;}

.slider-breadcrumb a {color: #fff;}
.breadcrumb-item.active {color:#fff;}
.breadcrumb-item+.breadcrumb-item::before {color:#fff;}

@media all and (max-width: 768px) {
  .slider {
    padding: 30px 0;
  }
}

.faq-image {
  padding-right: 15px;
}

.faq-image img {  
  width: 100%;
}

.faq-content .pre-text {
  color: #1574f6;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
  padding-bottom: 7px;
  text-transform: uppercase;
}

.faq-content .main-title {
    color: #1e2843;
    font-size: 56px;
    margin: 0 0 25px;
    text-transform: uppercase;
}

@media all and (max-width: 767.98px) {
.faq-content .main-title {font-size:36px;}
}

.faq-content .accordion .card {
  border: 2px solid rgba(0, 0, 0, 0.125) !important;
  border-radius: 0;
  margin-bottom: 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.faq-content .accordion .card .card-header {
  background: none;
  border-bottom: none;
  padding: 20px;
}

.faq-content .accordion .card .card-header .btn-link {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  color: #0d1f35;
  text-decoration: none;
  padding: 0;
  position:relative;
}

.faq-content .accordion .card .card-header .btn-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq-content .accordion .card .card-header .btn-link::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f068';
  clear: both;
  display: inline;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0px 6px;
  background-color: #1d8dd8;
  color: #fff;
}

.faq-content .accordion .card .card-header .btn-link.collapsed::after {
  content: '\f067';
}

.faq-content .accordion .card .card-body {
  font-size: 16px;
  line-height: 30px;
  color: #565872;
  padding-top: 0;
}

.faq-content .accordion .card:hover {
  border: 2px solid #1d8dd8 !important;
}

@media all and (max-width: 768px) {
  .faq-image {
    padding-right: 0;
    margin-bottom: 50px;
  }
}

@media all and (max-width: 425px) {  
  .faq-content .accordion .card .card-header {
    padding: 15px;
  }
  .faq-content .accordion .card .card-header .btn-link {
    padding-right: 40px;
  }
  .faq-content .accordion .card .card-header .btn-link::after {
    top: 7%;
  }
}

.client-logo {
  padding: 95px 0 80px;
}

@media all and (max-width: 768px) {
  .client-logo {
    padding: 55px 0 45px;
  }
}

.our-team {
  text-align: center;
  background-color: #f5f9ff;
  padding: 50px 0 100px;
}

.thumbnail {
  background-color: #fff;
  -webkit-box-shadow: 3px 5.196px 50px 6px rgba(37, 37, 37, 0.05);
          box-shadow: 3px 5.196px 50px 6px rgba(37, 37, 37, 0.05);
}

.thumbnail .thumbnail-image img {  
  width: 100%;
}

.thumbnail .thumbnail-content {
  padding: 20px 0 25px;
}

.thumbnail .thumbnail-content .name {
  font-size: 20px;
  color: #000000;
}

.thumbnail .thumbnail-content .profession {
  font-size: 16px;
  color: #097bed;
}

@media all and (max-width: 1024px) {
  .thumbnail {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 768px) {
  .our-team {
    padding: 30px 0 60px;
  }
}

.best-selling-section {
  background-color: #f5f9ff;
  padding: 90px 0 65px;
}

@media all and (max-width: 768px) {
  .best-selling-section {
    padding-top: 65px;
  }
}

.newsletter-section {
  background: url("../images/h2-newsletter-bg-img1.jpg");
  padding: 95px 0 118px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.newsletter-section.style-two {
  background: url("../images/h3-newsletter-bg.jpg");
  padding: 95px 0 118px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.meditree-subscription.style-two .input-group .input-group-text {
  background-color: #1e2843;
}

.meditree-subscription .input-group {
  width: 60%;
  margin: auto;
}

.meditree-subscription .input-group .form-control {
  padding: 25px 20px;
  font-size: 16px;
  line-height: 30px;
  border: none;
  border-radius: 0;
}

.meditree-subscription .input-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.meditree-subscription .input-group button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.meditree-subscription .input-group button.input-group-text {
  background-color: #1574f6;
  color: #fff;
  border: none;
  font-size: 18px;
  padding: 0 50px;
  border-radius: 0;
}

.meditree-subscription .input-group ::-webkit-input-placeholder {
  color: #565872;
}

@media all and (max-width: 1024px) {
  .newsletter-section {
    padding: 65px 0 85px;
  }
  .newsletter-section.style-two {
    padding: 65px 0 85px;
  }
}

@media all and (max-width: 425px) {
  .meditree-subscription .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .meditree-subscription .input-group .form-control {
    width: 100%;
    margin-bottom: 10px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
  }
  .meditree-subscription .input-group .input-group-append {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .meditree-subscription .input-group .input-group-append .input-group-text {
    padding: 10px 50px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
}

.contact-info {
  padding: 107px 0 98px;
}

.single-contact-info {
  padding: 40px 0 50px;
  text-align: center;
  -webkit-box-shadow: 3px 5.196px 50px 6px rgba(37, 37, 37, 0.05);
          box-shadow: 3px 5.196px 50px 6px rgba(37, 37, 37, 0.05);
}

.single-contact-info .info-icon i {
  background-color: #1574f6;
  color: #fff;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  line-height: 90px;
  font-size: 35px;
}

.single-contact-info .info-dec h4 {
  font-size: 18px;
  color: #0d1f35;
  margin-top: 20px;
  margin-bottom: 18px;
}

.single-contact-info .info-dec p {
  font-size: 18px;
  color: #0d1f35;
  margin-bottom: 0;
}

@media all and (max-width: 768px) {
  .contact-info {
    padding: 70px 0 50px;
  }
  .single-contact-info {
    margin-bottom: 30px;
  }
}

.contact-form-area {
  padding: 115px 0 140px;
}

.contact-form-image {
  margin-right: 15px;
}

.contact-form-image img {  
  width: 100%;
}

.contact-form {
  margin-left: 15px;
}

.contact-form .heading-part p {
  font-size: 14px;
  line-height: 30px;
  color: #1574f6;
}

.contact-form .heading-part h2 {
  font-size: 36px;
  line-height: 30px;
  color: #1e2843;
  margin-bottom: 50px;
}

.contact-form .form-details .form-control-text {
  width: 100%;
  height: 64px;
  border-radius: 5px;
  margin-bottom: 25px;
  outline: none;
  border: 2px solid #efefef;
  padding-left: 20px;
  line-height: 30px;
  font-size: 16px;
}

.contact-form .form-details .form-control-textarea {
  width: 100%;
  min-height: 150px;
  border-radius: 5px;
  margin-bottom: 20px;
  outline: none;
  border: 2px solid #efefef;
  padding-left: 20px;
  line-height: 30px;
  font-size: 16px;
  resize: none;
  padding-top: 18px;
}

.contact-form .form-details ::-webkit-input-placeholder {
  color: #565872;
}

.contact-form .form-details .Message {
  padding: 15px 65px 15px 20px;
  position: relative;
}

.contact-form .form-details .Message i {
  position: absolute;
  top: 24px;
  right: 25px;
}

@media all and (max-width: 768px) {
  .contact-form-area {
    padding: 75px 0 70px;
  }
  .contact-form-image {
    margin-bottom: 50px;
    margin-right: 0;
  }
  .contact-form {
    margin-left: 0;
  }
}

.cta-layout-three-bg-1 {
  background: url("../images/offer-bg-img1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.cta-layout-three-bg-2 {
  background: url("../images/offer-bg-img2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.cta-layout-three-bg-3 {
  background: url("../images/offer-bg-img3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

@media all and (max-width: 1024px) {
  .cta-layout-three-bg-1 {
    background-position: center;
  }
  .cta-layout-three-bg-2 {
    background-position: center;
  }
  .cta-layout-three-bg-3 {
    background-position: center;
  }
}

.product-section {
  margin: 80px 0 110px;
}

.product-section.style-two {
  background-color: #f5f9ff;
  padding: 103px 0 75px;
  margin-bottom: 0;
}

.product-section.style-two.mt-25 {
  margin-top: 25px;
}

.product-section.mb-70 {
  margin: 0;
  padding: 75px 0 7px;
}

.product-section.mt-0 {
  margin-top: 0;
}

.category-list {
  background-color: #f5f9ff;
  padding: 45px 25px 43px;
}

.category-list.style-two {
  padding: 0;
  background-color: #fff;
}

.category-list.style-two .category-header {
  background-color: #1574f6;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 20px 20px;
}

.category-list.style-two .category-header .title {
  color: #fff;
  margin-left: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
  text-transform: capitalize;
}

.category-list.style-two .list {
  padding-left: 20px;
  padding-bottom: 20px;
}

.category-list.style-three {
  background: url("../images/h3-cat-bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 128px;
}

.category-list.style-three .title {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.category-list.style-three ul li a {
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.category-list.style-three ul li a:hover {
  color: #fff;
}

.category-list.mb-30 {
  margin-bottom: 28px;
  border-radius: 5px;
  padding-bottom: 15px;
}

.category-list .title {
  font-size: 24px;
  color: #1e2843;
  border-bottom: 2px solid #1574f6;
  padding-bottom: 20px;
}

.category-list ul {
  padding-left: 0;
  list-style: none;
}

.category-list ul li {
  margin-top: 25px;
}

.category-list ul li a {
  font-size: 16px;
  color: #1e2843;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.category-list ul li a:hover {
  color: #1574f6;
}

.sp-layout-two {
  border: none;
  padding-top: 0;
  margin-bottom: 70px;
}

.sp-layout-two .products-image {
  height: 150px;
}

.sp-layout-two .product-content {
  margin-top: 20px;
}

.sp-layout-two .product-content .product-name {
  padding: 8px 0 6px;
}

@media all and (max-width: 1024px) {
  .category-list.style-three {
    padding-bottom: 102px;
  }
}

@media all and (max-width: 768px) {
  .product-section {
    margin: 60px 0 0px;
  }
  .product-section.mb-70 {
    margin-bottom: 0;
  }
  .category-list {
    margin-bottom: 50px;
  }
  .category-list.mb-30 {
    margin-top: 50px;
  }
}

@media all and (max-width: 425px) {
  .product-section {
    margin-bottom: 20px;
  }
  .category-list.mb-30 {
    margin-top: 0px;
  }
}

.testimonial-section {
  background-color: #f5f9ff;
  padding: 92px 0 0;
}

.testimonial-section.style-two {
  padding: 100px 0 80px;
  background: none;
}

.testimonial-slide {
  margin-bottom: -165px;
}

.mbm-165 {
  margin-bottom: 0;
}

.mbp-45 {
  margin-bottom: 40px !important;
  margin-top: 10px !important;
}

.single-testimonial {
  background-color: #fff;
  margin: 5px;
  -webkit-box-shadow: 0 0 6px rgba(37, 37, 37, 0.05);
          box-shadow: 0 0 6px rgba(37, 37, 37, 0.05);
}

.single-testimonial.style-two {
  padding: 55px 25px 50px 55px;
}

.single-testimonial.style-two .testimonial-content .content {
  margin: 25px 0 30px;
}

.single-testimonial.style-two .testimonial-content .testimonial-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-testimonial.style-two .testimonial-content .testimonial-thumbnail .testimonial-pic img {
  margin: 0;
}

.single-testimonial.style-two .testimonial-content .testimonial-thumbnail .testimonial-name {
  padding-left: 30px;
}

.single-testimonial.style-two .testimonial-content .testimonial-thumbnail .testimonial-name span {
  display: block;
}

.single-testimonial.style-two .testimonial-content .testimonial-thumbnail .testimonial-name span.profession {
  color: #565872;
  font-size: 16px;
  margin-top: 5px;
}

.single-testimonial.style-two .testimonial-content .testimonial-thumbnail .testimonial-name span:after {
  display: none;
}

.single-testimonial .testimonial-icon img {  
  width: auto;
}

.single-testimonial .testimonial-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 50px 50px;
  margin-top: -10px;
}

.single-testimonial .testimonial-pic img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 5px solid #fff;
  -webkit-box-shadow: 3px 5.196px 50px 6px rgba(37, 37, 37, 0.05);
          box-shadow: 3px 5.196px 50px 6px rgba(37, 37, 37, 0.05);
  margin: 0 55px 0 30px;
}

.single-testimonial .testimonial-content .testimonial-name span {
  color: #1574f6;
  font-size: 18px;
}

.single-testimonial .testimonial-content .testimonial-name span:after {
  content: ' ';
  display: inline-block;
  height: 2px;
  width: 50px;
  background-color: #1574f6;
  margin: 2px 0 2px 20px;
}

.single-testimonial .testimonial-content .content {
  color: #565872;
  font-size: 16px;
  margin-top: 18px;
  line-height: 30px;
}

@media all and (max-width: 1024px) {
  .testimonial-section.style-two {
    padding: 70px 0;
  }
  .single-testimonial .testimonial-info {
    padding: 0px 20px 50px;
  }
}

@media all and (max-width: 768px) {
  .testimonial-section {
    padding-top: 60px;
  }
  .section-title .content {
    margin-bottom: 50px;
  }
}

@media all and (max-width: 425px) {
  .single-testimonial .testimonial-info {
    padding: 0 50px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-testimonial .testimonial-info .testimonial-pic img {
    margin: 0 40px 30px 30px;
  }
  .single-testimonial.style-two {
    padding: 55px 10px 50px 45px;
  }
}

.blog-section {
  margin: 235px 0 110px;
}

.blog-section.style-two {
  padding: 103px 0 98px;
  margin: 0;
}

.single-blog {
  background-color: #f5f9ff;
}

.single-blog .blog-info {
  padding: 25px 0px 13px 35px;
}

.single-blog .blog-info .date {
  color: #1574f6;
  font-size: 14px;
}

.single-blog .blog-info .title {
  font-size: 20px;
  padding: 13px 0;
}

.single-blog .blog-info .title a {
  color: #1e2843;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.single-blog .blog-info .title a:hover {
  color: #1574f6;
}

@media all and (max-width: 1024px) {
  .single-blog .blog-info .title {
    font-size: 17px;
  }
}

@media all and (max-width: 768px) {
  .blog-section {
    margin: 200px 0 50px;
  }
  .blog-section.style-two {
    padding: 60px 0 40px;
  }
  .single-blog {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 425px) {
  .single-blog .blog-info {
    padding-left: 15px;
  }
}

.blog {
  padding: 100px 0 110px;
}

.single-blog-item {
  margin-bottom: 60px;
}

.single-blog-item .blog-main-content {
  border: 2px solid #f0f0f0;
  border-top: 0;
  padding: 18px 40px 30px;
}

.single-blog-item .blog-meta {
  padding: 30px 0 10px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #444444;
}

.single-blog-item .blog-meta i {
  color: #1574f6;
  padding-right: 5px;
}

.single-blog-item .blog-meta .user {
  margin-left: 30px;
  position: relative;
  padding-right: 15px;
}

.single-blog-item .blog-meta .user a {
  color: #444444;
  text-decoration: none;
}

.single-blog-item .blog-meta .user::after {
  content: ' ';
  clear: both;
  display: inline-block;
  width: 2px;
  height: 12px;
  background-color: #838383;
  position: absolute;
  top: 15%;
  right: 4%;
}

.single-blog-item .blog-title {
  font-size: 30px;
  line-height: 40px;
  color: #0d1f35;
}

.single-blog-item .blog-title a {
  color: #0d1f35;
  text-decoration: none;
}

.single-blog-item .blog-content {
  font-size: 16px;
  line-height: 30px;
  color: #565872;
  margin: 13px 0 27px;
}

.single-blog-item .Read-More {
  position: relative;
}

.single-blog-item .Read-More i {
  position: absolute;
  top: 50%; transform:translateY(-50%);
  right: 25px;
}

.single-blog-item .blog-blockquote {
  margin: 50px 0 45px;
  padding-left: 55px;
  padding-right: 20px;
  position: relative;
}

.single-blog-item .blog-blockquote::before {
  content: '\f10d';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  clear: both;
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
  color: #1574f6;
}

.single-blog-item .blog-blockquote .blockquote-content {
  font-size: 17px;
  line-height: 28px;
  color: #565872;
  margin-bottom: 20px;
}

.single-blog-item .blog-blockquote .blog-blockquote-footer {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #444444;
}

.single-blog-item .blog-blockquote .blog-blockquote-footer::before {
  content: ' ';
  clear: both;
  display: inline;
  position: absolute;
  top: 12px;
  left: 0px;
  background-color: #1574f6;
  height: 2px;
  width: 12px;
}

.single-blog-item .blog-image-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 27px;
  margin: -10px;
}

.single-blog-item .blog-image-gallery .item {
  margin: 10px;
}

.single-blog-item .blog-image-gallery .item .img-fluid {  
  height: auto;
}


.single-blog-item .single-blog-item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  margin-top: 80px;
  border-top: 2px solid #e5e5e5;
}

.single-blog-item .single-blog-item-footer span {
  font-size: 16px;
  line-height: 30px;
  color: #565872;
  text-transform: capitalize;
  padding-right: 10px;
}

.single-blog-item .single-blog-item-footer .tags a {
  font-size: 16px;
  line-height: 30px;
  color: #565872;
  text-transform: capitalize;
  text-decoration: none;
  background-color: #f7fbff;
  padding: 5px 10px;
  margin-right: 3px;
}

.blog-page-item {
  padding-bottom: 45px;
}

.blog-page-item .pagination .page-item {
  margin-right: 20px;
}

.blog-page-item .pagination .page-item.active .page-link {
  background-color: #1574f6;
  color: #fff;
}

.blog-page-item .pagination .page-item .page-link {
  border: none;
  background-color: #f7fbff;
  border-radius: 0;
  font-size: 20px;
  color: #0d1f35;
  height: 63px;
  width: 63px;
  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;
}

.sidebar .sidebar-item {
  margin-bottom: 40px;
}

.sidebar-item {
  background-color: #f5f9ff;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 28px;
}

.sidebar-item .sidebar-title {
  font-size: 20px;
  line-height: 26px;
  color: #0d1f35;
  text-transform: capitalize;
  padding-left: 25px;
  border-bottom: 2px solid #efefef;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 0;
}

.sidebar-item .sidebar-title::before {
  content: ' ';
  clear: both;
  display: inline;
  height: 3px;
  width: 15px;
  background-color: #1574f6;
  position: absolute;
  top: 22%;
  left: 0%;
}

.sidebar-item .form-inline .sidebar-form {
  border-radius: 0;
  margin-right: 0 !important;
  background: transparent;
  width: 80%;
  border-right: 0;
  border: 2px solid #efefef;
  padding: 25px 0 25px 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sidebar-item .btn-search {
  background-color: #1574f6;
  border-radius: 0;
  color: #fff;
  padding: 14px 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sidebar-item .categoris .categori-list {
  padding-bottom: 5px;
  padding-top: 10px;
}

.sidebar-item .categoris .categori-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.sidebar-item .categoris .categori-list ul li {
  list-style: none;
  padding-left: 25px;
  padding-top: 12px;
  position: relative;
}

.sidebar-item .categoris .categori-list ul li::before {
  content: '\f105';
  clear: both;
  color: #1574f6;
  display: inline;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 35%;
  left: 0%;
  font-weight: 900;
  margin-right: 12px;
}

.sidebar-item .categoris .categori-list ul li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 30px;
  color: #565872;
  }

.sidebar-item .Latest-Posts .post-list {
  padding-top: 7px;
  padding-bottom: 13px;
}

.sidebar-item .Latest-Posts .post-list .single-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 22px;
}

.sidebar-item .Latest-Posts .post-list .single-post .content {
  margin-left: 20px;
}

.sidebar-item .Latest-Posts .post-list .single-post .content .title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.sidebar-item .Latest-Posts .post-list .single-post .content .title a {
  color: #333333;
  text-decoration: none;
}

.sidebar-item .Latest-Posts .post-list .single-post .content span {
  font-size: 12px;
  line-height: 30px;
  color: #9a9a9a;
}

.sidebar-item .Latest-Posts .post-list .single-post .content span.text-color {
  color: #1574f6;
}

.sidebar-item .Tags .tag-list {
  padding-top: 25px;
}

.sidebar-item .Tags .tag-list .btn-tag {
  border: 2px solid #efefef;
  border-radius: 0;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 30px;
  color: #565872;
  margin-bottom: 11px;
  margin-right: 4px;
  padding: 2px 25px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.sidebar-item .Tags .tag-list .btn-tag:hover {
  border: 2px solid #1574f6;
  color: #1574f6;
}

.sidebar-item.newsletter {
  background-color: #1574f6;
  text-align: center;
}

.sidebar-item.newsletter .newsletter-title .title {
  font-size: 20px;
  line-height: 26px;
  color: #f7fbff;
  padding-top: 25px;
}

.sidebar-item.newsletter .newsletter-title .content {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin: 20px 0 50px;
}

.sidebar-item.newsletter .newsletter-subscription .newsletter-form {
  background-color: transparent;
  margin-bottom: 16px;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  outline: none;
  border: 2px solid #fff;
  padding: 13px 0 12px 25px;
  color: #fff;
}

.sidebar-item.newsletter .newsletter-subscription ::-webkit-input-placeholder {
  color: #fff;
}

.sidebar-item.newsletter .newsletter-subscription .btn-newsletter {
  background-color: #2e83f7;
  width: 100%;
  border: none;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  padding: 13px 0;
  margin-bottom: 25px;
  outline: none;
}

.sidebar-item .form-control-range {
  margin-top: 40px;
  margin-bottom: 33px;
}

.sidebar-item .price-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-bottom: 15px;
}

.sidebar-item .price-label .value-price {
  font-size: 16px;
  color: #565872;
}

.sidebar-item .price-label .button {
  border: none;
  outline: none;
  font-size: 12px;
  padding: 0 20px;
  color: #1e2843;
  background-color: #efefef;
}

.form-comment {
  -webkit-box-shadow: 3px 5.196px 50px 6px rgba(37, 37, 37, 0.05);
          box-shadow: 3px 5.196px 50px 6px rgba(37, 37, 37, 0.05);
  padding: 45px 34px 55px;
  border-radius: 10px;
  margin-bottom: 28px;
}

.form-comment .title {
  font-size: 24px;
  line-height: 42px;
  color: #1e2843;
  margin-bottom: 33px;
}

.form-comment .form-control {
  border-radius: 0;
  margin-bottom: 33px;
  height: 60px;
  border: 2px solid #efefef;
  padding-left: 23px;
}

.form-comment ::-webkit-input-placeholder {
  color: #565872;
}

.form-comment .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-comment textarea {
  width: 100%;
  min-height: 173px;
  border: 2px solid #efefef;
  padding: 15px 23px;
  resize: none;
}

.form-comment textarea:focus {
  outline: none;
}

.form-comment .Post-Comment {
  margin-top: 10px;
}

@media all and (max-width: 1024px) {
  .sidebar-item .form-inline .sidebar-form {
    width: 75%;
  }
}

@media all and (max-width: 768px) {
  .blog {
    padding-bottom: 60px;
  }
  .sidebar-item .form-inline .sidebar-form {
    width: 91%;
  }
  .sidebar {
    padding-top: 40px;
  }
  .blog-page-item {
    padding-top: 20px;
  }
}

@media all and (max-width: 425px) {
  .blog {
    padding: 70px 0 20px;
  }
  .sidebar {
    padding-top: 0px;
  }
  .sidebar-item .form-inline .sidebar-form {
    width: 81% !important;
  }
  .blog-page-item {
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .blog-page-item .pagination .page-item {
    margin-right: 12px;
  }
  .blog-page-item .pagination .page-item .page-link {
    height: 45px;
    width: 45px;
    font-size: 18px;
  }
  .single-blog-item .blog-main-content {
    padding: 18px 20px 30px;
  }
  .single-blog-item .blog-meta .user {
    margin-left: 5px;
  }
  .single-blog-item .blog-meta i {
    padding-right: 0;
  }
  .single-blog-item .single-blog-item-footer {
    -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;
  }
  .single-blog-item .single-blog-item-footer .social-icon {
    margin-top: 20px;
  }
}

.product-single {padding: 105px 0 86px;}
.product-single .position-sticky {top:30px;}

.product-single-gallery {margin-right: 25px;border:1px solid #f2f2f2; padding:30px;}
.product-single-gallery .item > a {display:block; text-align:center;}
.product-single-gallery .item > a > img {display:inline;}

.product-single-thumbnail .owl-item > .item {width:100%; height:96px; border:1px solid #f2f2f2; padding:5px; transition:border-color .3s ease-in-out;}
.product-single-thumbnail .owl-item > .item img {object-fit:cover; object-position:center; width:100%; height:84px;}
.product-single-thumbnail .owl-item.current > .item {border-color:#1d8dd8;}
.product-single-thumbnail.owl-theme .owl-dots .owl-dot.active span, .product-single-thumbnail.owl-theme .owl-dots .owl-dot:hover span {background-color:#1574f6;}

.product-single-details .pre-text {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #1574f6;
}

.product-single-details .product-name {
  font-size: 36px;
  color: #0d1f35;
  margin-bottom:0;
}

.product-single-details .rating-box {
  margin-bottom: 17px;
}

.product-single-details .rating-box .fa-star {
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 40px;
  color: #ffcc00;
}

.product-single-details .rating-box .fa-star:last-child {
  color: #d6d6d6;
}

.product-single-details .product-price {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 27px; margin-top:27px;
  font-weight:700;
}

.product-single-details .product-price .new-price {
  color: #1d8dd8;
}

.product-single-details .product-price .old-price {
  text-decoration: line-through;
  color: #cccccc;
}

.product-single-details .product-price .old-price + .new-price {margin-left:10px;}

.product-single-details p {
  color: #565872;
  margin-bottom: 50px;
}

.product-single-details .cart-button {
  margin-bottom: 60px;
}

.product-single-details .cart-button .item-selected-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.product-single-details .cart-button .item-selected-count button {
  color: #333333;    
  border: 1px solid #1d8dd8;
  min-width:1px;
}

.product-single-details .cart-button .item-selected-count button:focus {
  outline: none;
}

.product-single-details .cart-button .item-selected-count button.btn-down {
  border-right:none; border-top-right-radius:0; border-bottom-right-radius:0;
}

.product-single-details .cart-button .item-selected-count button.btn-up {
  border-left:none; border-top-left-radius:0; border-bottom-left-radius:0;
}

.product-single-details .cart-button .item-selected-count input:focus {
  outline: none;
}

.product-single-details .cart-button .item-selected-count input.number-replace {
  color: #333333;
  width: 70px;
  display: inline-block;
  text-align: center;
}

.product-single-details .cart-button .cart {
  margin-left: 15px;
}

.product-single-details .cart-button .cart.add-to-wishlist {
  color: #1e2843;
  background-color: #f7fbff;
}

.product-single-details .social-icon {
  margin-bottom: 32px;
}

.product-single-details .social-icon a {display:inline-block; width:40px; height:40px; color:#fff; text-align:center; line-height:40px; transition:opacity .3s ease-in-out;}
.product-single-details .social-icon a + a {margin-left:8px;}
.product-single-details .social-icon a.facebook {background-color:#3b5998;}
.product-single-details .social-icon a.twitter {background-color:#00acee;}
.product-single-details .social-icon a.viber {background-color:#7557F3;}
.product-single-details .social-icon a.messenger {background-color:#0080F7;}
.product-single-details .social-icon a.mail {background-color:#B03324;}
.product-single-details .social-icon:hover a {opacity:0.6;}
.product-single-details .social-icon a:hover {opacity:1;}

.product-single-details .cat, .product-single-details .sku, .product-single-details .stock {
  font-size: 20px;
  line-height: 38px;
  color: #0d1f35;
  }

.product-single-tabs {
  padding-top: 95px;
}

.product-single-tabs .nav-tabs {
  margin-bottom: 17px;
  border: none;
  border-bottom: 2px solid #d1dde3;
}

.product-single-tabs .nav-tabs .nav-item {
  position: relative;
  margin-bottom: 0;
}

.product-single-tabs .nav-tabs .nav-item::after {
  content: ' ';
  clear: both;
  display: inline;
  background-color: #d1dde3;
  width: 2px;
  height: 25px;
  position: absolute;
  top: 8px;
  right: 44px;
}

.product-single-tabs .nav-tabs .nav-item:last-child::after {
  display: none;
}

.product-single-tabs .nav-tabs .nav-item .nav-link {
  font-size: 24px;
  font-weight:bold;
  line-height: 40px;
  color: gray;
  padding: 0 90px 18px;
  border: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.product-single-tabs .nav-tabs .nav-item .nav-link:first-child {
  padding-left: 0;
}

.product-single-tabs .nav-tabs .nav-item .nav-link.active {
  position: relative;
  color: #1e2843;
}

.product-single-tabs .nav-tabs .nav-item .nav-link.active::after {
  content: ' ';
  clear: both;
  display: inline;
  background-color: #1d8dd8;
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition:width .3s ease-in-out;
}

.product-single-tabs .nav-tabs .nav-item .nav-link:hover {
  position: relative;
}

.product-single-tabs .nav-tabs .nav-item .nav-link:hover::after {
width:80px;
}

.product-single-tabs .tab-content .tab-pane .more-info .d-inline-block {width:90px;}
.product-single-tabs .tab-content .tab-pane .product-desc-content {max-width:800px;}


@media all and (max-width: 768px) {
  .product-single-gallery {
    margin-right: 0;    
  }
.product-single-gallery .item img {max-height:400px;}
  .product-single-details {
    margin-left: 0;
  }
  .product-single-details .cart-button .item-selected-count {
    display: inline;
  }

  .product-single-tabs .nav-tabs .nav-item::after {
    right: 20px;
  }
  .product-single-tabs .nav-tabs .nav-item .nav-link {
    padding: 0 44px 8px;
    font-size:20px;
  }
}

@media all and (max-width: 425px) {
  .product-single {
    padding: 60px 0 30px;
  }
  
  .product-single-details .cart-button .add-to-cart {
    margin-left: 0;
  }
  .product-single-tabs {
    padding-top: 50px;
  }
}

.shop-features {
  background-color: #f5f9ff;
  padding: 60px 0 38px;
}

.shop-features.style-two {
  background: none;
  padding: 100px 0;
}

.shop-features.pt-0 {
  padding: 0px 0 100px;
}

.shop-single-features {
  text-align: center;
}

.shop-single-features.style-two {
  border: 1px solid #f5f9ff;
  padding: 50px 0px 40px;
}

.shop-single-features.style-two .ssf-content .content {
  font-size: 18px;
  color: #0d1741;
}

.shop-single-features .ssf-img {
  height: 65px;
  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;
}

.shop-single-features .ssf-content .title {
  padding: 22px 0 5px;
  font-size: 18px;
  color: #0d1741;
}

.shop-single-features .ssf-content .content {
  font-size: 16px;
  color: #565872;
}

@media all and (max-width: 1024px) {
  .shop-features.style-two {
    padding: 80px 0 70px;
  }
  .shop-single-features {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 768px) {
  .shop-single-features {
    margin-bottom: 30px;
  }
}

.footer-section {
  background: rgba(49, 166, 175, .05);
  padding: 100px 0 25px;
}

.footer-section.style-two {
  background-color: #fff;
  padding: 100px 0 15px;
}

.widget .title {
  color: #1e2843;
  margin-bottom: 38px;
  position: relative;
  display:block;
  font-weight:700;
}

.widget .title::after {
  content: ' ';
  display: block;
  height: 3px;
  width: 30px;
  position: absolute;
  top: 42px;
  left: 0;
}

.widget.widget-info .content {
  color: #222933;
  font-size: 16px;
  margin: 20px 0 40px;
}

.widget.widget-info .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.widget.widget-info .social-icon a {
  display: inline-block;
  color: #222933;
  background-color: #eaeef5;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: inline-block;
  text-align:center; line-height:35px;
  font-size: 14px;
  -webkit-transition:none;
  transition:none;
  text-decoration: none;
  margin: 0 10px;
}

.widget.widget-info .footer-list ul {
  list-style: none;
  padding-left: 0; margin-bottom:2rem;
}

.widget.widget-info .footer-list ul li {
  margin-bottom: 4px;
}

.widget.widget-info .footer-list ul li a, .footer-contact a {
  color: #1e2843;
  font-size: 17px;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.widget.widget-info .footer-list ul li a:hover, .footer-contact a:hover {
  text-decoration:underline;
}

.widget.widget-info .contact .content {
  margin: 20px 0 12px;
  color: #222933;
  font-size: 16px;
}

.widget.widget-info .contact span {
  display: block;
  color: #222933;
  font-size: 18px;
  margin-top: 5px;
}

.widget.widget-info .Address .content {
  margin: 45px 0 12px;
  color: #222933;
  font-size: 16px;
}

.widget.widget-info .Address span {
  display: block;
  color: #222933;
  font-size: 18px;
  margin-top: 5px;
}

.footer-bottom, .eu_logos {
  
  border-top: 2px solid #dfe3e9;
  padding-top: 1.5rem;
}

.footer-bottom .footer-copyright p {
  color: #222933;
  font-size: 16px;
}

.footer-bottom .footer-copyright p a {
  text-decoration: none;
  color: #222933;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.footer-bottom .footer-copyright p a:hover {
  color: #1574f6;
}

.footer-bottom .footer-nav ul {
  list-style: none;
  padding-left: 0;
}

.footer-bottom .footer-nav ul li {
  position: relative; padding-left: 20px;
  padding-right: 20px;
}

.footer-bottom .footer-nav ul li:after {
  content: ' ';
  display: inline-block;
  height: 10px;
  width: 2px;
  position: absolute;
  right: 0px;
  bottom: 5px;
}

.footer-bottom .footer-nav ul li:last-child::after {
  display: none;
}

.footer-bottom .footer-nav ul li:last-child {
  padding-right: 0;
}

.footer-bottom .footer-nav ul li:first-child {
  padding-left: 0;
}

.footer-bottom .footer-nav ul li, .footer-bottom .footer-nav ul li a {
  text-decoration: none;  
  color: #222933;
  font-size: 14px;
}

.footer-bottom .footer-nav ul li a:hover {
  text-decoration:underline;
}

@media all and (max-width: 768px) {
  .widget {
    margin-bottom: 30px;
  }
  .footer-bottom .footer-copyright {
    text-align: center;
  }
}

@media all and (max-width: 425px) {
  .footer-section {
    padding-top: 30px;
  }    
}

/* template customized */

.eu_logos {font-size:12px;}
.normal-case, .normal-case > * {text-transform:none !important;}
.login-container {width:330px; margin:0px auto;}
.border-primary {border-color:#e2e2e2 !important;}

.pic-and-text .inner h2 {font-size:35px;text-transform:uppercase;}
.pic-and-text .inner h2, .pic-and-text .inner p {margin-bottom:2rem;}

#map {height:65vh;min-height:400px;}

.bg-gradient,
.btn-primary, .CartStepsTop > div.active i, .CartStepsTop > div.done i,
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle,
.header-section .btn-search:hover, .dropdown-item.active, .dropdown-item:active,
body:not(.index) .header-section .header-right-area .header-right-menu ul .sales-cart .sold-item,
.product-single-details .product-price .new-price, .about-content .pre-text,
.widget.widget-info .social-icon a:hover, .widget .title::after, .footer-bottom .footer-nav ul li:after, .kv h1, .kv_text .cta-link,
.main-menu ul > li > a:hover, .main-menu ul > li > a.active, .blog-page-item .pagination .page-item.active .page-link,
.faq-content .accordion .card .card-header .btn-link::after,
[class*="product"] .badge-new, [class*="product"] .badge-discount {
    background: #1d8dd8;
    background: -webkit-linear-gradient(27deg, rgba(29,141,216,1) 0%, rgba(68,191,204,1) 100%);
    background: -moz-linear-gradient(27deg, rgba(29,141,216,1) 0%, rgba(68,191,204,1) 100%);
    background: linear-gradient(27deg, rgba(29,141,216,1) 0%, rgba(68,191,204,1) 100%);
    color:#fff !important;
}

.product-single-details .product-price .new-price, .kv h1, .kv_text .cta-link, .about-content .pre-text,
.main-menu ul > li > a:hover, .main-menu ul > li > a.active {-webkit-background-clip: text; -webkit-text-fill-color: transparent;}

/* cPanel */
.cPanel {line-height:18px;margin-top:20px;border-bottom:1px solid #e5e5e5;padding-bottom:20px;}
.cPanel i{font-size:24px;margin-bottom:10px}
.cPanel>div{text-align:center;}
.cPanel>div+div {margin-left:20px;}
.cPanel a:hover,.cPanel a:focus,.cPanel a.active {color:#1e2843;text-decoration:none;}

.header-user-menu .dropdown-toggle::after {display:none;}

/* orders */
.ordersList {color:#3e3e3e; margin-bottom:20px;}
.ordersList > div:first-child {background-color:#e1e1e1;}
.ordersList > div {font-size:14px;}
.ordersList > .row {background-color:#f0f0f0;border-bottom:2px solid #ddd;}
.ordersList > .row:last-child {border-bottom:none;}
.ordersList > .row > div {padding-top:15px;padding-bottom:15px;padding-left:10px;padding-right:10px;}

/* loader */
.cssload-loader-wrapper {position: fixed;top:0;left:0;width:100%;height:100%;z-index:1050;background-color:rgba(255,255,255,0.8);}
.cssload-loader {position: absolute;top: 50%;left: 50%;width: 200px;height: 200px;margin-left:-100px;margin-top:-100px;perspective: 4700px;}
.cssload-inner {position: absolute;width: 100%;height: 100%;}

.cssload-inner.cssload-one {border-bottom: 10px solid #1574f6;left: 0%;top: 0%;animation: cssload-rotate-one 2.05s linear infinite;-o-animation: cssload-rotate-one 2.05s linear infinite;-ms-animation: cssload-rotate-one 2.05s linear infinite;-webkit-animation: cssload-rotate-one 2.05s linear infinite;-moz-animation: cssload-rotate-one 2.05s linear infinite;}
.cssload-inner.cssload-two {border-right: 10px solid rgba(68,191,204,1);right: 0%;top: 0%;animation: cssload-rotate-two 2.05s linear infinite;-o-animation: cssload-rotate-two 2.05s linear infinite;-ms-animation: cssload-rotate-two 2.05s linear infinite;-webkit-animation: cssload-rotate-two 2.05s linear infinite;-moz-animation: cssload-rotate-two 2.05s linear infinite;}
.cssload-inner.cssload-three {border-top: 10px solid #1e2843;right: 0%;bottom: 0%;animation: cssload-rotate-three 2.05s linear infinite;-o-animation: cssload-rotate-three 2.05s linear infinite;-ms-animation: cssload-rotate-three 2.05s linear infinite;-webkit-animation: cssload-rotate-three 2.05s linear infinite;-moz-animation: cssload-rotate-three 2.05s linear infinite;}

@keyframes cssload-rotate-one {0% {transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);}100% {transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);}}
@-o-keyframes cssload-rotate-one {0% {-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);}100% {-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);}}
@-ms-keyframes cssload-rotate-one {0% {-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);}100% {-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);}}
@-webkit-keyframes cssload-rotate-one {0% {-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);}100% {-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);}}
@-moz-keyframes cssload-rotate-one{0%{-moz-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0)}100%{-moz-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}
@keyframes cssload-rotate-two{0%{transform:rotateX(50deg) rotateY(10deg) rotateZ(0)}100%{transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}
@-o-keyframes cssload-rotate-two{0%{-o-transform:rotateX(50deg) rotateY(10deg) rotateZ(0)}100%{-o-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}
@-ms-keyframes cssload-rotate-two{0%{-ms-transform:rotateX(50deg) rotateY(10deg) rotateZ(0)}100%{-ms-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}
@-webkit-keyframes cssload-rotate-two{0%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(0)}100%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}
@-moz-keyframes cssload-rotate-two{0%{-moz-transform:rotateX(50deg) rotateY(10deg) rotateZ(0)}100%{-moz-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}
@keyframes cssload-rotate-three{0%{transform:rotateX(35deg) rotateY(55deg) rotateZ(0)}100%{transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}
@-o-keyframes cssload-rotate-three{0%{-o-transform:rotateX(35deg) rotateY(55deg) rotateZ(0)}100%{-o-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}
@-ms-keyframes cssload-rotate-three{0%{-ms-transform:rotateX(35deg) rotateY(55deg) rotateZ(0)}100%{-ms-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}
@-webkit-keyframes cssload-rotate-three{0%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(0)}100%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}
@-moz-keyframes cssload-rotate-three{0%{-moz-transform:rotateX(35deg) rotateY(55deg) rotateZ(0)}100%{-moz-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}


/* kv */
.kv {background-image:url(../images/kv_bg.jpg); background-repeat:no-repeat; background-size:600px; background-position:top left+50vw; margin-top:-103px;margin-bottom:55px;}
.kv .container {padding-top:113px;}
.kv_bg {width:100%;pointer-events:all !important;}
.kv_bg .inner {background-image:url(../images/KV_bg_2.png); background-repeat:no-repeat;background-position:center; background-size:contain; color:rgba(0,0,0,0.3);height:100vw;}
.kv_bg .separator {content:'';width:1px;height:30px;background-color:#e0e0e0;margin:10px auto;}
.kv_bg p {margin:0;}
.kv_bg .text-center img {max-width:53vw;}
.kv_text p {font-size:17px;}
.kv_text .cta {margin-top:50px;}
.kv_text .cta:hover {text-decoration:none;}
.kv_text .cta-link {margin:0 15px;font-weight:700;}
.kv_text .arrow img {width:35px;}
.kv h1 {color:#1d8dd8; text-transform:uppercase;font-size:58px;line-height:1;margin-bottom:1.2rem;}

/* form controls */

.form-control {border:1px solid #1d8dd8;font-size:18px;height:calc(1.5em + 1.34rem + 2px);padding:0.67rem 1rem;}

.btn {border-radius:1.75rem;text-transform:uppercase;font-size:15px;padding:.813rem 1.75rem; min-width:190px;}
.btn-primary {border-color:transparent;transition:all .3s ease-in-out;}
.btn-primary:hover, .btn-primary.active, .btn-primary:active, .btn-primary:focus {border-color:transparent !important; opacity:.8 !important;}
.btn-outline-primary {border:1px solid #e2e2e2;color:#1e2843;transition:none;}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {border-color:transparent !important;}
.btn-outline-secondary {color:#fff; border-color:#fff;}
.btn-outline-secondary:hover, .btn-outline-secondary.active, .btn-outline-secondary:active, .btn-outline-secondary:focus {border-color:#fff;background-color:#fff;color:#212529;}
.modal .btn {min-width:100px;}

.dropdown-menu {padding:0; margin-top:.3rem;}
.dropdown-menu > .dropdown-item:first-child {border-top-left-radius:.25rem;border-top-right-radius:.25rem;}
.dropdown-menu > .dropdown-item:last-child {border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;}

.custom-control-input:checked~.custom-control-label::before {border-color:#1d8dd8; background-color:#1d8dd8;}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {-webkit-appearance:none;}

.custom-file-label {border-color:#1574f6;}

/* floating labels */

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus,
textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus,
select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {-webkit-box-shadow: inset 0 0 0px 9999px white; box-shadow: inset 0 0 0px 9999px white;transition: all .15s ease-in-out;}

.form-label-group {position: relative;margin-bottom:1rem;}
.form-label-group > input, .form-label-group > textarea, .form-label-group > select, .form-label-group > label {height: 3.125rem;padding: .75rem;}
.form-label-group > textarea {height:150px;}
.form-label-group > label {position: absolute;top: 0;left: 0;display: block;width: 100%;margin-bottom: 0;line-height:1.5;font-family:'Open Sans', sans-serif; color:#495057;font-size:15px;pointer-events: none;cursor: text;border: 1px solid transparent;transition: all .3s ease-in-out;}

.form-label-group .form-control::-webkit-input-placeholder, .form-label-group textarea::-webkit-input-placeholder {color: transparent;}
.form-label-group .form-control:-ms-input-placeholder, .form-label-group textarea:-ms-input-placeholder {color: transparent;}
.form-label-group .form-control::-ms-input-placeholder, .form-label-group textarea::-ms-input-placeholder {color: transparent;}
.form-label-group .form-control::-moz-placeholder, .form-label-group textarea::-moz-placeholder {color: transparent;}
.form-label-group .form-control::placeholder, .form-label-group textarea::placeholder {color: transparent;}

.form-label-group .form-control:not(:placeholder-shown), .form-label-group textarea:not(:placeholder-shown) {padding-top: 1.25rem;padding-bottom: .25rem;}
.form-label-group .form-control:not(:placeholder-shown) ~ label, .form-label-group textarea:not(:placeholder-shown) ~ label {padding-top: .25rem;padding-bottom: .25rem;font-size: 12px;color: #777;}
.form-label-group .form-control:not(:placeholder-shown) ~ label .required, .form-label-group textarea:not(:placeholder-shown) ~ label .required {display:none;}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group .form-control::-ms-input-placeholder, .form-label-group textarea::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group .form-control:-ms-input-placeholder, .form-label-group textarea:-ms-input-placeholder {
    color: #777;
  }
}

.form-label-group textarea {max-height:200px;min-height:3.125rem;resize:vertical;}

/* dms */
.dms a {color:#1e2843; text-decoration:none;}
.dms .active a {font-weight:700;}
.dms .active .fa-folder:before {content:"\f07c";}
.dms .folders {border-bottom:1px solid #e2e2e2;overflow:auto;overflow-x:hidden;max-height:50vh;min-height:300px;}
.dms .folder-item a {line-height:1;font-size:16px;}
.dms .folder-item > div:first-child, .dms .file-item > div:first-child {-ms-flex: 0 0 26px;flex: 0 0 26px;max-width:26px;}
.dms .fa-share.position-absolute {bottom:0px;left:0px;font-size:6px;border:1px solid rgba(0, 0, 0, 0.2);background-color:#fff;padding:2px;border-radius:3px;}

/* badges */

[class*="product"] .badges {position:absolute;top:0;left:0;text-align:left;z-index:2;padding:5px 10px 0px 10px;}

[class*="product"] .badges > span {border-radius:3px;color:#fff;font-size:14px;line-height:14px;padding:4px 10px;display:block;margin-top:5px;}
[class*="product"] [class*="badge-"] {background-color:#000;}
[class*="product"] .badge-1 {background-color:#fa9d2f;}
[class*="product"] .badge-2 {background-color:#15356c;}
[class*="product"] .badge-3 {background-color:#d5357c;}
[class*="product"] .badge-4 {background-color:#9571a9;}
[class*="product"] .badge-5 {background-color:#88ccbe;}
[class*="product"] .badge-6 {background-color:#fac72f;}
[class*="product"] .badge-7 {background-color:#b09a74;}
[class*="product"] .badge-8 {background-color:#b7c892;}
[class*="product"] .badge-9 {background-color:#817773;}
[class*="product"] .badge-10 {background-color:#ec3e23;}

/* video */
.video-container {position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;}
.video-container > iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.video-container + .video-container {margin-top:40px;}

/* basket */
.basket-img img, .cart-item-image img {object-fit:contain;object-position:center;width:100%;}
.basket {transition:transform .5s ease-in-out;position:fixed;top:0;bottom: 0;right:0;z-index:1051; overflow: auto; background-color:#fff;width:100%;}
.basket:not(.show) {transform:translateX(100%);}
.btn-close-basket {font-size:14px;}
.btn-close-basket:hover {text-decoration:none}
.basket-heading, .filter-heading {height:70px;}
.basket-heading, .basket-total, .filter-heading {box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.basket ul {margin:0;padding:0;}
.basket ul > li:first-child {border-top:none;}
.basket-remove-from-cart {position:absolute;top:.9rem;right:.9rem;}
.basket-remove-from-cart, #CartItemsContent .remove-from-cart span {line-height:14px;font-size:28px;}
#CartItemsContent .remove-from-cart {font-size:26px;color:rgba(13,23,59,0.5);font-weight:700;}
.basket-img {width:45px;min-width:45px;min-height:45px;max-height:56px;margin-right:15px;border:1px solid #e5e5e5;padding:3px;}
.basket-info .name {line-height:1em;font-size:15px;}
.basket-info .name a + span {margin-top:5px;font-size:14px;line-height:1.3;}
.basket-info .price {font-size:14px;}
.basket-info .counter .btn, #CartItemsContent .product-counter button {background:none;padding:0;font-size:11px;min-width:1px;}
.basket-info .counter input, #CartItemsContent .product-counter input {border:none;width:50px;padding:0;height:calc(1.5em + 5px);background-color:#fff;font-size:14px;-ms-flex:none;flex:none;}
.basket-info .counter {margin-right:-2px;}
.basket-list {max-height:calc(100vh - 208px);overflow:auto;}
.basket-total {min-height:115px;}
.basket-total > div {font-size:16px;}
.basket-total {background: #1d8dd8;background: linear-gradient(27deg, #1d8dd8 0%, #44bfcc 100%);color:#fff;}
.basket-heading h4 {text-transform:uppercase;}
.basket-content .alert{margin:0;border-left:none;border-right:none;border-bottom:none;border-radius:0;}

/* cart */
.CartStepsTop > div, .CartStepsTop i, .CartStepsTop > div:not(:first-child):before {transition:all .3s ease-in-out;}
.CartStepsTop > div {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width:25%;color:#ccc;text-align:center; position:relative;font-size:15px;}
.CartStepsTop i {border-radius:50%;width:50px;height:50px;text-align:center;line-height:50px;background-color:#ececec;}
.CartStepsTop > div.active, .CartStepsTop > div.done {color:#000;}
.CartStepsTop > div.link {cursor:pointer;}
.CartStepsTop > div span {margin-top:5px;}
.CartStepsTop > div:not(:first-child):before {content: ""; border-top: 4px dotted #e5e5e5; position:absolute; transform:translateX(-50%); left:0; top:25px; width:calc(100% - 70px);}
.CartStepsTop > div.active:not(:first-child):before, .CartStepsTop > div.done:not(:first-child):before {border-color:#aaa;}

.postavka_seperator {background-color:#e5e5e5;height:1px;content:" ";margin:20px 0px;}

#CartItemsContent .cart-item-image {-ms-flex: 0 0 80px;flex: 0 0 80px;max-width:80px; padding-right:5px;}
#CartItemsContent .lh, #CartItemsContent .product-counter {padding-left:5px;}
#CartItemsContent .cart-item-image a {border:1px solid #e5e5e5; height:60px; padding:5px;}
#CartItemsContent .product-counter {-ms-flex: 0 0 250px;flex: 0 0 250px;max-width:250px;}
#CartItemsContent .product-counter button {width:12px;}
#CartItemsContent .remove-from-cart {text-align:center;}

.step1_summary {border-top:2px solid #e5e5e5;margin-top:20px;padding-top:20px;}
.step1_summary > div > div.postavka_seperator, #reviewItems div.postavka_seperator {margin:7px 0px;}
.step1_summary > div > div > div:not(.d-flex) {display:inline-block;text-align:right;float:right;}

#txtPromoCode {letter-spacing:0.4em;font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;border-radius:1.75rem;}
#cartButtons .btn, #btnPromoCode {min-width:1px;}
 
#CartLogin strong, #CartReviewForm strong {color:#000000;}
#CartLogin > .row > .col-md-6 {border-bottom:1px solid #e5e5e5;padding-left:45px;}
#CartLogin > .row > .col-md-6:first-child {border-right:1px solid #e5e5e5;padding-left:0;padding-right:45px;}

#reviewItems > div:first-child > div {border-bottom:2px solid #e5e5e5;padding-bottom:0.5rem;}
#reviewItems > div.row > div:last-child {white-space:nowrap;}
#reviewItems > div.row:not(.step1_summary) {line-height:1.4;}
.fs13 {font-size:13px;}
.link {cursor:pointer;}
#CartHolder .custom-control-label a {text-decoration:underline;}

/* COOKIES BEGIN */

#cookie_notification{position:fixed;bottom:0px;left:0px;right:0px;zoom: 1;background-color:#000000;color:rgba(255,255,255,0.7);font-size:11px;padding:10px;z-index:2000000001;letter-spacing:normal;line-height:normal;}
#cookie_notification a{color:rgba(255,255,255,0.7) !important;text-decoration:underline;}
#cookie_notification a:hover{text-decoration:none;color:rgba(255,255,255,0.7) !important;}
#cookie_notification .d-flex > div:first-child {padding:0px 15px;}
#cookie_notification #cookie_ok {text-decoration:none;cursor:pointer;}

#more-about-cookies h2, #more-about-cookies h3{margin-bottom:10px;}
#more-about-cookies table {border-collapse:collapse;	}
#more-about-cookies table th{border:1px solid gray;background-color:#373C3C;color:#fff;vertical-align:top;text-align:left;padding:10px;font-size:12px;}
#more-about-cookies table td {border:1px solid gray;background-color:#eeeeee;vertical-align:top;padding:10px;font-size:12px;}
#more-about-cookies table td strong{font-family:"Courier New", Courier, monospace;font-weight:normal;display:inline-block;margin-top:2px;	}
#more-about-cookies table td .mono{font-family:"Courier New", Courier, monospace;}
#more-about-cookies .tip{background-color:#eeeeee;overflow:hidden;border:2px solid #666666;padding:20px;font-size:12px;border-radius: 10px 10px 10px 10px;-moz-border-radius: 10px 10px 10px 10px;-webkit-border-radius: 10px 10px 10px 10px;box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.2);-moz-box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.2);}
#more-about-cookies .tip label{font-size:14px;}
#more-about-cookies .btnCookiesSaveSettings{border:1px solid #000000;background-color:#373C3C;color:#fff;padding:5px 10px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;cursor:pointer;}
#more-about-cookies .btnCookiesSaveSettings:hover{background-color:#ffffff;color:#000000;}
#more-about-cookies em {font-size:14px;}

@media screen and (min-width: 576px) {    
    .basket {width:400px;}
    .basket-info .name a {white-space:nowrap; text-overflow:ellipsis; overflow:hidden; display:inline-block;width:260px;}
    .footer-contact, .footer-menu-col {-ms-flex: 0 0 250px; flex: 0 0 250px; max-width: 250px;}
    .footer-menu-col .widget-info {padding-right:40px;}
    .footer-contact {text-align:right;}
    .footer-contact .widget .title::after {left:auto;right:0;}
    .col-page {height:calc(480px / 2);}    
    .col-page .position-absolute {width:226px;height:150px;}
    .col-page .position-absolute svg {transform:translateY(-40px);width:inherit;height:inherit;}
    .col-page h5 {padding-left:20px;padding-top:15px;max-width:190px;}
    .kv {background-size:775px;}
    .kv_bg .inner {height:540px;}
    .kv_bg .text-center img {max-width:310px;}
    .kv_text p.text-uppercase {letter-spacing:0.2em;}
    .dms .folders {border-bottom:none; border-right:1px solid #e2e2e2;}
}

@media screen and (min-width: 768px) {    
    .header-section .header-doc-area {margin-right:25px;}
    .header-section .header-right-area .header-right-menu ul li a {padding-left:15px;}    
    #CartItemsContent .product-counter > .input-group {width:74px;margin-left:auto;}
    .CartStepsTop > div:not(:first-child):before {width:calc(100% - 100px);}
    .step1_summary > div:last-child {-ms-flex: 0 0 350px;flex: 0 0 350px;max-width:350px;}       
    .pic-and-text .inner {margin-left:50px;padding-right:50px;}
    .col-page {height:calc(660px / 2);}    
    .col-page .position-absolute {width:254px;height:169px;}
    .col-page .position-absolute svg {transform:translateY(-50px);}
    .kv {background-position:top left+36vw; background-size:700px;}
    .cPanel>div+div {margin-left:50px;}
}

@media screen and (min-width: 768px) and (max-width:991.98px) {    
    .pic-and-text .pic {display:flex;}
    .pic-and-text .pic img {object-fit:cover;object-position:center;width:100%;}
}

@media (min-width: 992px){
    .eu_logos {border:none;padding:0;}
    .kv {background-position:bottom left+59vw;background-size:auto;}
    .kv_bg {order:2;}
    .kv_text {order:1}
    .kv_text .inner {padding-right:50px;max-width:780px;}
    .kv_bg {-ms-flex: 0 0 380px; flex: 0 0 380px; max-width: 380px; width:auto;}
    .kv_bg .inner {height:433px;}
    .kv_bg .text-center img {max-width:200px;}
    .col-page {height:calc(870px / 3);}    
    .col-page .position-absolute svg {transform:translate(-10px,-60px);}
    .pic-and-text .inner {max-width:415px;padding-right:0;}
    .basket-img {width:55px;min-width:55px;min-height:55px;max-height:75px;}    
    #CartItemsContent .lh, #CartItemsContent .product-counter {padding-left:15px;}
    #CartItemsContent .cart-item-image {-ms-flex: 0 0 160px;flex: 0 0 160px;max-width:160px; padding-right:15px;}
    #CartItemsContent .cart-item-image a {height:110px;}
    #CartItemsContent .remove-from-cart {-ms-flex: 0 0 50px;flex: 0 0 50px;max-width:50px;text-align:left;}
    .custom-scrollbar::-webkit-scrollbar {width:6px;}
    .custom-scrollbar.horizontal::-webkit-scrollbar {width:auto;height:6px;}
    .custom-scrollbar::-webkit-scrollbar-button {display:none;}
    .custom-scrollbar::-webkit-scrollbar-thumb {background: #1d8dd8;}
    .custom-scrollbar::-webkit-scrollbar-thumb:hover {background: #44bfcc;}
    .custom-scrollbar::-webkit-scrollbar-track, .custom-scrollbar::-webkit-scrollbar-track-piece {background: #fff;}
}

/* gallery */
.lg-backdrop {background-color:#fff}
.lg-toolbar .lg-icon {color:#1e2843}
.lg-toolbar .lg-icon:hover {color:#000000;}
.lg-toolbar, .lg-actions .lg-next, .lg-actions .lg-prev {background:none}
.lg-actions .lg-prev:after, .lg-actions .lg-next:before {display:none}
.lg-actions .lg-prev svg, .lg-actions .lg-next svg {height:80px;}
.lg-actions .lg-prev:hover polyline, .lg-actions .lg-next:hover polyline {stroke-width:3;stroke:#000000;}
.lg-outer .lg-thumb-item img {object-fit:cover;}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {background-color:#fff;border-color:#1d8dd8;}

.desc-gallery {margin-bottom:30px;}
.desc-gallery a {height:170px;}
.desc-gallery > div {margin-top:30px;}
.desc-gallery img{object-fit:cover;flex:1;overflow: hidden;}

@media all and (max-width: 575.98px) {
    .single-products.style-two.style-three {padding:15px;}
    .single-products .products-image {height:130px;}
    .single-products .product-content {margin-top:0px;}
    .col-product, .col-page {padding-left:7.5px;padding-right:7.5px;margin-bottom:15px;}
    .Features-Products > .container > .row {margin-left:-7.5px;margin-right:-7.5px;}
    .product-single-gallery {padding:15px;}
    .product-single-details .cart-button .add-to-cart {display:block;width:100%;margin-left:0;margin-top:15px;}
}

@media screen and (min-width: 1200px) {    
    .modal-open.pr-17 {padding-right:17px;}
    .midi-container {max-width:960px;}
    .main-menu ul li {margin: 0 7px;}
    .pic-and-text .inner {max-width:455px;margin-left:100px;}
    .col-page {height:calc(1020px / 4);}
    .kv_bg {-ms-flex: 0 0 500px; flex: 0 0 500px; max-width: 500px;}
    .kv_bg .inner {height:570px;}
    .kv_bg .text-center img {max-width:310px;}    
}

@media all and (min-width: 1710px) {
    .kv {background-position:bottom left+57vw;}
    .kv_bg {-ms-flex: 0 0 743px; flex: 0 0 743px; max-width: 743px;}
    .kv_bg .inner {height:847px;}
    .kv_bg .text-center img {max-width:100%;}
    .kv_text .cta {margin-top:100px;}
    .kv h1 {font-size:65px;}
    .container:not(.not-xl), .container-lg, .container-md, .container-sm, .container-xl {max-width:1630px;}
    .col-product {-ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;}
    .col-page {height:calc(1510px / 4);}
    .col-page .position-absolute svg {transform:translateY(-20px);}
    .col-page h5 {padding-left:37px;padding-top:30px;max-width:200px;}
    .d-xxl-block {display:block !important;}
    .d-xxl-inline {display:inline !important;}
    .pic-and-text .inner {max-width:600px;margin-left:200px;}

}

/* do not change beyond this point */

.adminBtnFA {cursor:pointer; color:#a0a0a0; font-size:13px;}
.adminBtnFA + .adminBtnFA {margin-left:5px;}
.adminBtnFA:hover {color:#000;}

.btnCMS {font-size:13px;color:#a0a0a0;text-decoration:none !important;font-family:Arial !important;}
.btnCMS:hover {color:#000 !important;}
.btnCMS i.fa-pencil-alt {color:orange;}
.btnCMS i.fa-plus-square {color:green;}
.btnCMS i.fa-list {color:darkblue;}
.btnCMS i.fa-times {color:red;}
.btnCMS i.fa-paperclip {color:cornflowerblue;}
.btnCMS i.fa-images {color:olive;}

.adminBtn{display:inline-block;padding:5px 15px 5px 10px;text-decoration:none;background:#fff;box-shadow:0 0 3px 3px rgba(0, 0, 0 , 0.1);}
.adminBtn span{display:inline-block;background-repeat:no-repeat;background-position:left center;padding-left:23px;padding-top:2px;font-family:Arial !important;color:Black !important;font-size:12px;}
.adminBtn:hover, .adminBtn:active{text-decoration:none;color:black !important;box-shadow:0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 3px rgba(0, 0, 0 , 0.3);}
.adminBtn:active{background-color:White;}

.btn-album-switch{background-image:url(../images/cms/album-switch.png);}
.btn-album-edit{background-image:url(../images/cms/album-edit.png);}
.btn-attachment{background-image:url(../images/cms/attachment.png);}
.btn-banners{background-image:url(../images/cms/banners.png);}
.btn-banners-edit{background-image:url(../images/cms/banners-edit.png);}
.btn-document{background-image:url(../images/cms/document.png);}
.btn-footer{background-image:url(../images/cms/footer.png);}
.btn-header{background-image:url(../images/cms/header.png);}
.btn-form-edit{background-image:url(../images/cms/form-edit.png);}
.btn-form-results{background-image:url(../images/cms/form-results.png);}
.btn-form-switch{background-image:url(../images/cms/form-switch.png);}
.btn-images{background-image:url(../images/cms/images.png);}
.btn-logout{background-image:url(../images/cms/logout.png);}
.btn-map{background-image:url(../images/cms/map.png);}
.btn-menu{background-image:url(../images/cms/menu.png);}
.btn-modules{background-image:url(../images/cms/modules.png);}
.btn-news-edit{background-image:url(../images/cms/news-edit.png);}
.btn-news-add{background-image:url(../images/cms/news-add.png);}
.btn-page-edit{background-image:url(../images/cms/page-edit.png);}
.btn-bottom-menu{background-image:url(../images/cms/bottom-menu.png);}
.btn-hotel{background-image:url(../images/cms/hotel.png);}
.btn-hotel-add{background-image:url(../images/cms/hotel-add.png);}
.btn-cat-edit{background-image:url(../images/cms/cat-edit.png);}
.btn-cat-add{background-image:url(../images/cms/cat-add.png);}
.btn-cat-list{background-image:url(../images/cms/cat-list.png);}

