

@font-face {
  font-family: Athelas-Regular;
  src: url(../fonts/Athelas-Regular.ttf);
}

body {
  font-family: Athelas-Regular;

    color: #4b4c4c;
  
}


.leo-megamenu {
  font-family: Lato;

}

.bannercontainer .tp-caption {
 
  font-family: Athelas-Regular;
}
.box-customer .ApBlockCarousel .descript {
 
  font-family: Athelas-Regular;

}
.box-clean .ApHtml {
  
  font-family: Athelas-Regular;
}

.custom-header-font {
  font-family: Lato ;
}

.leo-megamenu .dropdown-menu {

  font-family: Lato ;

}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Athelas-Regular;
  color: #4b4c4c;

}

.box-footertoph1 .ApColumn .title_block {

  font-family: Athelas-Regular;

}

.box-footertoph1 {

  font-family: Athelas-Regular;
  
}

.box-coppyh1 {
 
  font-family: Athelas-Regular;
  
}


.leo-megamenu .dropdown-menu a>.menu-title {
  font-family: Lato;
}

.off-canvas-nav-megamenu .navbar-nav>li>a {
  
  font-family: Athelas-Regular;
}

.iview-controlNav div.iview-items ul {
  margin-bottom: 0;
  margin: auto;
  margin-left: -85%;
}

.box-toph1 .h-logo img {
    max-width: 100%;
    max-height: 200px;
    margin-top: -35px;
}

.bannercontainer .tp-caption.btn .caption-layer, .bannercontainer .tp-caption.btn .caption-contain {
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 0 54px;
    color: #fff;
    background: #646887;
    border: 0;
    border-radius: 27px;
    text-transform: uppercase;
}

.bannercontainer .tp-caption.btn .caption-contain:hover {
    background: #8185a2;
    color: #fff;
}


.demo-gallery > ul {
    margin-bottom: 0;
    padding-left: 15px;
  }
  
  .demo-gallery > ul > li {
    margin-bottom: 15px;
    width: 180px;
    display: inline-block;
    margin-right: 15px;
    list-style: outside none none;
  }
  
  .demo-gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
  }
  
  .demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
  }
  
  .demo-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
  }
  
  .demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
  }
  
  .demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  
  .demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
  }
  
  .demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
  }
  
  .demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
  }
  
  .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  
  .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
  }
  
  .demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
  }


  .box-toph1 .leo-megamenu .navbar-nav {
    text-align: right;
}

.leo-megamenu .navbar-nav>li:hover>a, .leo-megamenu .navbar-nav>li:focus>a {
    color: #5b9ce1;
    background-color: transparent;
}

.leo-megamenu .navbar-nav>li.active>a {
    color: #333;
    background-color: transparent;
}

.leo-megamenu .dropdown-menu {
    right: auto;
    left: 0;
    top: 100%;
    height: auto;
    border: 0;
    min-width: 185px;
    padding: 20px;
    margin: 0;
    text-align: left;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
    display: block;
    border-top: none;
}


a:hover {
    color: #5b9ce1;
    text-decoration: none;
}

.box-coppyh1 {
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

 .hr-style {
    background: #333;
    width: 100px;
    padding: 1px;
 }
 .social-link {
  color: #fff;
  font-size: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 8px;
}

 .box-footertoph1 .ApColumn .title_block {

    color: #333;
 
}
.box-footertoph1 li a {
    color: #333;
}
.box-footertoph1 li a:hover {
    color: #333;
}
.font-color {
    color : #333;
}

.box-clean {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.display-inline {
  display: inline;
}
.input-group .input-group-btn>.btn {
  background: #646887; 
} 

.input-group .input-group-btn>.btn:hover, .input-group .input-group-btn>.btn:focus, .input-group .input-group-btn>.btn:active {
  border-color: #8185a2;
  background: #8185a2;
  color: #fff;
}


.fixed-side-nav {

  position: fixed;
  margin-left: 50px;
  margin-top: 100px;
  z-index: 999;
}

.tabcontent {
  display: none;
}


@media (max-width: 992px) {
  .responsive-dot-submenu{
    bottom:-12px;
  }
  .responsive-dot {
    bottom: -30px;
  }
  .fixed-side-nav {

      display: none;
  }
  .position-fixed-nav {
    position: fixed !important;
    z-index: 999;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ddd;
}


.display_home_slider {
  display: none ;
}
  
}


@media (min-width: 992px) {
    .leo-megamenu .navbar-nav>li:hover>a:before, .leo-megamenu .navbar-nav>li:focus>a:before {
        display:none;
    }


    .margin-top-fixed-nav {
      margin-top:80px !important;
    }


    .display_home_slider {
      display: block ;
    }

    .display_custom_home_slider {
      display: none ;
    }


}


.leo-megamenu .navbar-nav>li>a.dropdown-toggle:after {
    display: none;
}


@media (min-width: 992px) {

    .leo-megamenu .dropdown:hover>.dropdown-menu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      margin-left: -17px;
    }


    .display_custom_nav{
      display: block;
    }
    
    .display_custom_nav_1 {
      display: none !important;
    }
    
}


@media (max-width: 991px){


  .display_custom_nav{
    display: none ;
  }

      
  .display_custom_nav_1 {
    display: block !important;
  }

  .page-home .box-slider {
    margin-bottom: 0px;
  }

.iview-controlNav div.iview-items {
  bottom: 10px;
  margin-left: -45px;
}

.box-toph4 .navbar-header .navbar-toggler {
  margin: 10px auto;
  border: none;
}
}

.ptb50 {
    padding: 50px 0;
}
.breadcrumbs {
  overflow: hidden;
  padding: 25px 0 25px;
  border-bottom: solid 1px rgba(161, 196, 206, 0.5);
  background: rgba(161, 196, 206, 0.5);
}

a:focus, a:hover {
  color:  rgba(161, 196, 206, 1);
  text-decoration: none;
}


.breadcrumbs h1 {
    color: #4b4c4c;
    font-size: 30px;
    margin-top: 8px;
    font-family: sans-serif;
}

.breadcrumbs ull li a {
    color: #333;
    font-size: 30px;
    margin-top: 8px;
}

.breadcrumb {
    top: 18px;
    z-index: 1;
    padding-right: 0;
    background: none;
    position: relative;
}




.contact-rich .block .data.email {
    padding-top: 0px;
}


.ApColumn .block {
    margin-bottom: 0px;
}

.title-leaf .ApColumn .title_block {
    margin: 0 0 20px;
    font-size: 28px;
    text-align: center;
    padding: 0;
    font-weight: 600;
    color: #4b4c4c;
}

.title-leaf .ApColumn .sub-title-widget {
    background: url(../image/leaf.png) center bottom no-repeat;
    margin: 0 0 20px;

}

.tabs {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 20%;
}
#tab-button li a {
  display: block;
  padding: .5em;
  background: #eee;
  border: 1px solid #ddd;
  text-align: center;
  color: #000;
  text-decoration: none;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: #fff;
}
.tab-contents {
  padding: .5em 2em 1em;
  border: 1px solid #ddd;
}



.tab-button-outer {
  display: none;
}
.tab-contents {
  margin-top: 20px;
}
.latest-blogs .right-block {
    position: relative;
    width: calc(100% - 0px);
    margin-top: 0px;
    background: #fff;
    padding: 20px 0px 0;
}


#form_15009342826166245::before {
    background: url(../image/bn3-h1.jpg) center center no-repeat;
}

#form_123::before {
  background: url(../image/bn3-h2.jpg) center center no-repeat;
}

.box-clean .ApHtml h3 {
    color: #5b9ce1;
    font-size: 70px;
    font-weight: 200;
    margin: 0;
}
.box-clean .ApHtml a {

    border-color: #646887;
    background: #646887;
    color: #fff;
}
.box-clean .ApHtml a:hover {

    border-color: #8185a2;
    background: #8185a2;
    color: #fff;
}

.box-customer {
  max-width: 100%;
  margin: 0 0 0px;
  min-height: 570px;
  position: relative;
  background-color: #f6f6f9;
}
#form_38682929369046185::before {
    background: url(../image/bn4-h1.jpg) center center no-repeat;
    background-size:cover;
}
.box-customer .block_newsletter input[type="text"] {
    width: 100%;
    height: 55px;
    background: none;
    border: 1px solid #333;
    padding: 0 50px 0 20px;
    margin: 0 0 50px;
    color: #333;
    outline: none;
}
.box-customer .block_newsletter button.btn.btn-outline {

    border-color: #646887;
    background: #646887;
    color: #fff;
}

.box-customer .block_newsletter button.btn.btn-outline:hover {

    border-color: #8185a2;
    background: #8185a2;
    color: #fff;
}

.box-customer .descript {
    background: url(../image/bg-testimonial.png) center no-repeat;
    background-size: contain;
}

.box-footertoph1 {
    padding: 50px 0 30px;
   
}

.imageBox {
  position: relative;
  float: left;
}

.imageBox .hoverImg {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.imageBox:hover .hoverImg {
  display: block;
}

.leo-megamenu .navbar-nav>li>a {
  padding: 50px 20px 20px;
 }


 .btn-outline {
  color: #FFF;
  background-color: #646887;
  border-color: #646887;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: #FFF;
  background-color: #8185a2;
  border-color: #8185a2;
}

.thumbnail-container .discount-percentage {
  padding: 0 3px;
  border-radius: 3px;
  background: #5b9ce1;
  color: #fff;
  font-size: 12px;
  margin: 0 3px;
}

.iview-controlNav div.iview-items ul li a.iview-control.active, .iview-controlNav div.iview-items ul li a.iview-control:hover {
  border-color: #5b9ce1;
}
.thumbnail-container .product-title a:hover {
  color: #5b9ce1  ;
}

.products-section-title:before {
  content: "";
  display: inline-block;
  vertical-align: 7px;
  width: 25px;
  height: 3px;
  background: #5b9ce1;
  margin: 0 10px 0 0;
}
a {
  color: #333;
}
.navbar-header .navbar-toggler:focus, .navbar-header .navbar-toggler:hover {
  border-color: #5b9ce1;
  background: #5b9ce1;
}
.box-toph4 .h-logo {
  height: 65px;
  line-height: 124px;
  text-align: center;
  padding-top: 20px;
}

.box-toph4 .leo-megamenu .navbar-nav {
  text-align: center;
  margin-top: 45px;
}

.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}

.product-detail-name {
  margin: 0px 0 20px;
  font-size: 27px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: sans-serif;
  color : #4b4c4c;
}

.product-actions .control-label {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: auto 10px auto 0;
  min-width: 70px;
}
.mb20 {
  margin-bottom:20px;
}
.mb10 {
  margin-bottom:10px;
}

.category-products, .product-accessories, .viewed-products {
    background: #FFF;
    padding: 50px 0;
    clear: both;
    font-size: 18px; 
}

.color-white {
  color: #fff !important;
}


.latest-blogs .blog-meta {
  font-size: 15px;
  font-weight: 300;
  font-family: 'Josefin Sans',sans-serif;
  margin: 0 0 10px;
  color: #999;
}

.display-equal {
  display:table;
}

.display-content-equal {
   float: none;
   display: table-cell; 
   vertical-align: bottom;
}


.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #a1c4ce;
}



.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #333;

}

#index .breadcrumb {
  display: block !important;
}


.text-muted {
  color: #333 !important;
}

.contact-rich .block .data {
  color: #414141;
  font-size: 14px;
  width: auto;
  overflow: hidden;
}

.form-control-label {
  padding-top: 10px;
  font-size: 14px;
}

.product-actions .product-variants {
  margin: 0 0 40px;
}
@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
  
}



@media screen and (max-width: 768px) {

    .tab-contents {
      margin-top: 0px;
  }

  .box-toph4 .h-logo img {
    margin-top: -7px;
    max-width: 100%;
    max-height: 50px;
    float: right;
}
.ApMegamenu>.navbar {
  position: absolute;
  margin-top: -63px;
}
.box-toph4 .col-info {
  height: 0px;
}


.title-leaf .ApColumn .title_block {
  font-size: 30px;
}

.display-equal {
  display:block;
}

.display-content-equal {
   float: none;
   display: block; 
   margin-top:20px;
   vertical-align: bottom;
}

.box-customer>.ApColumn:last-child {
  padding-top: 50px;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding-bottom: 50px;

  background: url(../image/bn4-h1.jpg) center center no-repeat;
  background-size: cover;
}

#index .breadcrumb {
  display: none !important;
}
.breadcrumbs {
  overflow: hidden;
  padding: 10px 0 10px;
  border-bottom: solid 1px #a1c4ce;
  background: #a1c4ce;
  margin-top: 68px;
}
.breadcrumbs h1 {
  color: #333;
  font-size: 25px;
  margin-top: 8px;
}

  }


  @media (min-width: 1200px) {
    .box-customer .block_newsletter .title_block {
        font-size: 36px;
        margin-bottom: 50px;
        color: #333;
    }

  }


 @media (min-width: 576px){

  .carousel-indicators {
    bottom: -30px;
    }
  }

 

  .owl-controls {

    display: none !important;
}

.plist-center .thumbnail-container .functional-buttons .btn, .plist-center .thumbnail-container .functional-buttons .quick-view {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 0;
  padding: 0;
  background: #fff;
  color: #000;
  position: relative;
  border-radius: 3px;
  display: block;
  margin: 0 2px 2px 0;
  transition: all .3s;
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
  display: none;
}


.leo-fly-cart-icon-wrapper {
  padding: 10px;
  cursor: pointer;
  display:none;
}
.leo-megamenu .navbar-nav>li>a:hover, .leo-megamenu .navbar-nav>li>a:focus, .leo-megamenu .navbar-nav>li>a:active {
    color:  rgb(91, 156, 225);
    background-color: transparent;
}
.iview .iview-directionNav a.iview-prevNav {
  left: 40px;
  transform: translateX(-40px);
  opacity: 0;
  display: none;
}

.leo-fly-cart-cssload-loader {
  display: none !important;
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  text-align: center;
  z-index: 0;
  text-transform: uppercase;
}

.sub-location-color {
color: #878787 ;
}



.p0 {
  padding: 0px !important ;
}


.p20{
  padding: 20px;
}

.custom-nav {
  background : rgb(0, 64, 89) ; 
  color : #fff; 
}

.cusom-nav-side {
  background :  rgb(131, 183, 204) ;
  height:300px;
}


.leo-megamenu .navbar-nav>li.aligned-fullwidth>.dropdown-menu {
  width: 100%!important;
  margin-left: 0px;
}




#image .container {
  position: relative;
  width: 100%;
}

#image .image {
  display: block;
  width: 100%;
  height: auto;
}

#image .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #878787;
}

#image .container:hover .overlay {
  opacity: 1; 
}

#image .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: Lato;
}



#custom_slider_dot .iview-controlNav div.iview-items ul {
  margin-bottom: 0;
  margin: auto;
  margin-left: -12%;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
}
.carousel-control-next {
  right: 0;
}
.arrow-size-color {
  color: black;
  font-size: 50px;
}

.iview-directionNav a.iview-nextNav:before {
  content: "";
}


.skin-concern-nav-bg {
  background : rgb(0, 64, 89);
}

.widget-category_image .cate_content {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
}



.fs20 {
  font-size: 20px; 
}

.off-canvas-nav-megamenu .offcanvas-mainnav {
  background-color:rgb(0, 64, 89);
  
}


.off-canvas-nav-megamenu .navbar-nav>li>a {
  color:#fff;
}

.widget-category_image .cate_content .name-wapper{
  background: rgba(204, 204, 204, 0.5);
}


#category  a:hover {
  color : inherit ;
}

.widget-category_image .cate_content .name-wapper .num {
  font-size: 15px;
  color: #333;
}

.off-canvas-button-megamenu .off-canvas-nav:before {

  color: #fff;
}


.widget-category_image .cate_content .name-wapper .name {
  
  font-weight: bold;
}

.widget-category_image .cate_content .name-wapper .num {
  font-size: 15px;
  color: #333;
  font-weight: bold;
}