/* ADDITIONAL STYLE */
@font-face {
  font-family: "Avenir-Book";
  src: url("../font/Avenir-Book.ttf");
}
@font-face {
  font-family: "Avenir-Medium";
  src: url("../font/Avenir-Medium.ttf");
}

body{
    font-family: 'Avenir-Book', sans-serif!important;
    background: #f3f3f3;
    color: #4e4e4e;
}

.bg-container{
  background: #f3f3f3!important;
  top: 50%!important;
}

b {
  font-family: "Avenir-Medium";
}

h1, h2, h3, h4, h5, a{
  font-weight: normal!important;
}

.main-banner-other {
  background-image: url("../../../images/slide/thumb/1673105490DJI_0034.jpg");
  height: 450px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-banner-other img{
  max-height: 100px!important;
  min-width: auto!important;
  position: relative!important;
  margin-bottom: 70px;
}
.main-banner-other h1 {
  font-size: 52px;
}
.main-banner-other {
  margin-bottom: 80px;
}

.navbar{
  width: 100%;
}

a{
  color: #4e4e4e;
  text-decoration: none;
}
a:hover{
  color: #4e4e4e;
}

.mrg-btm50{
  margin-bottom: 50px;
}
.navbar-brand{
  margin-right: 0px !important;
}
.navbar-brand img{
  max-height: 40px;
}

.pointer {
  cursor: pointer;
}

.uppercase {
  text-transform: uppercase;
}

#logo-home img{
  max-height: 100px!important;
  min-width: auto!important;
  position: relative!important;
  margin-top: 100px;
  margin-bottom: 150px;
}

#navbarBrandHeader{
  display: none;
}

.parallax {
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container{
  z-index: 1!important;
}

.nav-pills{
    font-family: 'Avenir-Book', sans-serif!important;
    line-height: 22px;
    color: #4e4e4e;
    font-size: 16px;
    /* font-size: 0.8125rem; */
    letter-spacing: 1px;
}

.mobile-nav{
  display: none;
}

.bg-white{
  -webkit-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, 0.3);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
  background-color: #f3f3f3!important;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.bg-transparent{
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
  background-color: transparent!important;
  -webkit-box-shadow: transparent!important;
  -moz-box-shadow: transparent!important;
  box-shadow: transparent!important;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.navbar-right{
  position: relative;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}


.navbar-light .navbar-toggler-icon {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link{
  color: #4e4e4e;
}

.navbar-toggler:focus {
    box-shadow: transparent !important;
    border-color: transparent !important;
}

.dropdown-menu{
  font-size: 0.8125rem;
}

.dropdown-item{
  color: rgba(0,0,0,.55);
}

.dropdown-menu > li > a:hover::after{
  background: transparent;
}

.dropdown-submenu {
    font-size: 0.8125rem;
}

.dropdown-menu > li > a{
  transition: padding-left .3s linear;
}
.dropdown-menu > li > a:hover {
    color: #0074B7;
    padding-left: 20px;
    background: transparent;
}

.dropdown-menu {
    margin-top: 0px !important;
    display: none;
    position: absolute;
    /* background-color: #f3f3f3; */
    border: transparent;
    border-radius: 0!important;
    padding-top: 10px;
    padding-right: 50px;
    min-width: 700px;
    max-width: 1200px;
    z-index: 0!important;
}
.dropdown-menu.for-header {
  min-width: 200px;
}
.dropdown-menu.for-header li {
  margin-bottom: 8px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item{
    color: rgba(112,112,112,1);
    font-size: 16px;
}

.dropdown-item:hover, .dropdown-item:focus{
    background: transparent;
    color: rgba(112,112,112,1);
}

.dropdown-toggle::after {
  display: inline-block;
  width: .6em;
  height: .6em;
  margin: -.3em 0 0 .4em;
  vertical-align: middle;
  content: "";
  border: .1em solid;
  border-width: 0 .07em .07em 0;
  transform: rotateZ(45deg);
}

.bg-transparent .navbar-toggler {
    border-color: transparent!important;
    transition: none;
}

.bg-white .navbar-toggler {
    border-color: transparent!important;
}

.bg-transparent .navbar-toggler:focus , .bg-white .navbar-toggler:focus {
    box-shadow: none;
}

.nav-pills .nav-link.active{
    background-color: transparent;
    color: #364974!important;
    font-weight: 700;
}

.nav-pills .nav-link.active:after{
    width: 100%;
    left: 0
}

.bg-white .nav-pills .nav-link.active{
    color: #000;
}

/* .bg-white .nav a:after{
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    background: #000;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
} */
.bg-transparent .nav a:hover:after, .bg-white .nav a:hover:after{
  /* width: 100%; */
  left: 0;
}

.navbar-divider{
    height: 150px;
}

/*hamburger menu */
/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #e65100;
}

.animated-icon2 span {
background: #fff;
}

.animated-icon2.open span {
background: #000;
}

.bg-white .animated-icon2 span {
background: #000!important;
}

.animated-icon3 span {
background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
top: 10px;
}

.animated-icon2 span:nth-child(4) {
top: 20px;
}

.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}

.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 8px;
}

.animated-icon3.open span:nth-child(2) {
width: 0%;
opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 21px;
left: 8px;
}
/*end of hamburger menu */

@media (min-width: 992px) {

}


/* Top Search Animation */

.btn:focus{
  box-shadow:none!important;
}
img{
  border-radius: 3px;
}

.btn-primary{
  background-color: #003B73;
  border-radius: 3px;
  padding: 5px 20px;
  border: 1px solid #003B73;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.btn-primary:hover{
  background-color: #60A3D9;
  border: 1px solid #60A3D9;
}
.btn-default {
  background-color: #FFF;
  border-radius: 0;
  border: 1px solid #003B73;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.btn-default:hover{
  background-color: #FFF;
  border: 1px solid #003B73;
  color: #003B73;
}

.btn-transparent{
  border: 1px solid #000;
  border-radius: 0;
  width: 100%;
  text-align: left;
}

.btn-transparent .cart, .btn-transparent .icon-cart-right{
  display: inline-block;
}

.btn-transparent .icon-cart-right{
  float: right;
}

.btn-transparent2{
  border: 1px solid transparent;
  border-radius: 0;
  width: auto;
  text-align: center;
}

.btn-transparent2:hover{
  border: 1px solid #000;
  border-radius: 5px;
}


.btn-transparent3{
  border: 1px solid #000;
  border-radius: 0;
  width: auto!important;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
}

.btn-transparent3:hover{
  border: 1px solid #000;
  border-radius: 5px;
}

.explore-size a{
  width: auto!important;
}

/* Thumbnail product */
.product-grid{
    text-align: center;
    transition: all 0.3s ease 0s;
    margin-left: 0!important;
    margin-right: 0!important;
    margin-bottom: 50px;
}
.product-grid:hover{ box-shadow:  0 0 20px -10px rgba(159, 159, 159, 0.8); }
.product-grid .product-image{
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    padding-left: 0!important;
    padding-right: 0!important;
}
.product-grid:hover .image{
  opacity: 1;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.product-image .pic-1{
    backface-visibility: hidden;
    transition: all 0.5s ease 0s;
}
.product-grid:hover .product-image .pic-1{ opacity: 0; }
.product-image .pic-2{
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.product-grid:hover .product-image .pic-2{ opacity: 1; }
.product-grid .product-links{
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 10px;
    transition: all 0.3s ease 0s;
}
.product-grid:hover .product-links{ opacity: 1; }
.product-grid .product-links li{
    margin: 0 0 10px 0;
    transform: rotate(360deg) scale(0);
    transition: all 0.3s ease 0s;
}
.product-grid:hover .product-links li{ transform: rotate(0) scale(1); }
.product-grid:hover .product-links li:nth-child(3){ transition-delay: 0.1s; }
.product-grid:hover .product-links li:nth-child(2){ transition-delay: 0.2s; }
.product-grid:hover .product-links li:nth-child(1){ transition-delay: 0.3s; }
.product-grid .product-links li a{
    color: #fff;
    background-color: #60A3D9;
    font-size: 18px;
    line-height: 42px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease 0s;
}
.product-grid .product-links li a:hover{
    color: #fff;
    background-color: #BFD7ED;
}
.product-content{
  padding-top: 30px;
}

.product-content .title{
  font-size: 19px;
  font-family: 'Avenir-Book', sans-serif!important;
  font-weight: normal;
}

.product-grid-boder-listview{
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 0px;
  margin-bottom: 50px;
}
.product-grid-boder-listview .product-image img {
  height: 250px;
    object-fit: cover;
}

.product-grid .product-sale-label{
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 5px 10px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #000;
}

.slider-wrapper{
  position: relative;
}

.slider-wrapper .nivo-zoom-label{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    background-color: #60A3D9;
}

.underline-title{
  content: " ";
  width: 100px;
  left: 50%;
  bottom: 3px;
  margin-top: 10px;
  border-bottom: 1px solid #333;
}

.product-content .price{
  font-size: 13px;
  font-weight: normal;
}
.product-content .price span {
  color: #b3b3b3;
  text-decoration: line-through;
}

.product-content i{
  font-size: 10px;
  margin-bottom: 10px;
}

.footer-upper{
  background: #003B73;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 14px;
  line-height: 17px;
}

.footer-upper .upper-left{
  padding-right: 60px;
}

.footer-upper .upper-middle{
  padding-left: 10px;
  padding-right: 10px;
}

.footer-upper .upper-right{
  padding-left: 60px;
}

.footer-berita{
  margin-bottom: 20px;
}

.footer-bottom{
  background: #003B73;
  padding-top: 30px;
  padding-bottom: 50px;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 991px) {
  .footer-bottom .col-12 {
    text-align: center;
    margin-bottom: 10px;
  }
  .payment-icon svg {
    margin-bottom: 15px !important;
  }
}

.payment-icon{
  float: right;
}

.payment-icon svg{
  margin: 0 3px;
}

.page-link{
  border: transparent!important;
  color: #4e4e4e!important;
}

.page-link:hover{
  background: #BFD7ED;
  color: #fff!important;
}

.page-item-next{
  margin-left: 10px;
}

.page-item-prev{
  margin-right: 10px;
}

footer, footer p, footer h4, footer a, footer a:hover{
    color: #fff;
    text-decoration: none;
    /* font-family: 'Montserrat', sans-serif; */
}

footer h2{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

footer h4{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 50px;
}

footer span{
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}

.float-end{
    outline: medium none currentcolor !important;
    visibility: visible !important;
    overflow: visible !important;
    opacity: 1 !important;
    top: auto !important;
    left: auto !important;
    position: fixed !important;
    border: 0px none !important;
    padding: 0px !important;
    margin: 0px !important;
    transition-property: none !important;
    z-index: 1000001 !important;
    cursor: auto !important;
    float: left !important;
    transform: rotate(0deg) translateZ(0px) !important;
    transform-origin: 0px center 0px !important;
    bottom: 30px !important;
    left: 30px !important;
    display: block !important;
}

.float-end .whatsapp{
    background-color: #25d366;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}

.float-end a{
    color: #fff;
    font-size: 35px;
}

#gotoTop {
    z-index: 1000001 !important;
    position: fixed!important;
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,0.3);
    font-size: 1.25rem;
    line-height: 36px;
    text-align: center;
    color: #fff;
    top: auto;
    left: auto;
    right: 30px;
    cursor: pointer;
    border-radius: 2px;
    bottom: 30px;
}

.social-media i{
  font-size: 18px!important;
  margin-right: 10px;
}

.form-control{
  border-radius: 0!important;
  border: 1px solid #4e4e4e;
  background: transparent!important;
}

.has-search .form-control {
    /* padding-left: 2.375rem; */
    margin-bottom: 0px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    /* color: #fff; */
}

.has-search input{
  background: transparent!important;
  border: 1px solid #fff;
  color: #fff!important;
  border-radius: 0;
  /* text-align: right; */
}

.has-search-2 input, .has-search-2 .input-group-text, .has-search-2 .form-control:focus{
  border: 1px solid #333!important;
  color: #333!important;
}

.input-group-text{
  border-radius: 0;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.has-search .form-control:focus{
  background-color:#fff;
  border-color:#fff;
  outline:0;
  box-shadow:0 0 0.01rem .08rem rgba(255, 255, 255, 1);
  color: #fff;
}

.form-control:focus, .form-select:focus{
  box-shadow: none!important;
  border: 1px solid #000;
}

.has-search .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.has-search-2 .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}

.has-search .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.has-search .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.right-icon{
  font-size: 16px;
  color: #4e4e4e!important;
}

.link-dark{
  /* color: #4e4e4e!important; */
  color: #fff!important;
  font-weight: 600!important;
}

.link-white{
  color: #4e4e4e!important;
}

.home-bg-section{
  background-image: url("../../../images/1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 600px;
}

.home-bg-section-caption h3, .home-bg-section-caption p{
  color: #003B73;
}

.home-bg-section-caption p{
  font-size: 18px!important;
}

.segara-art .date{
  font-size: 12px;
  font-style: italic;
  margin-bottom: 10px;
}

.segara-art .keep-reading{
  font-size: 12px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.segara-art .keep-reading a{
  border-bottom: 1px solid #333;
  width: 18%;
  padding-bottom: 5px;
}

.segara-art-desc{
  padding-top: 50px;
  padding-left: 20px;
}

.icon-impact img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.modal-shop .modal .modal-dialog {
  float: right;
  width: 19%;
  margin: 0;
  height: 100%!important;
}

.modal-shop .modal.show .modal-dialog {
  float: right;
  width: 19%;
  margin: 0;
  height: 100%!important;
}

.modal-shop .modal-content{
  height: 100%!important;
}

.modal-shop .modal-header{
  border-top-left-radius: 200px!important;
  border-top-right-radius: 0!important;
  border-bottom: transparent!important;
}

.detail-product .accordion-item, .detail-product .accordion-button{
  background: transparent!important;
}

.detail-product .accordion-item{
  border-top: 1px solid rgba(0,0,0,.125)!important;
  margin-bottom: 5px;
}

.accordion-item{
  border-top: transparent!important;
  border-right: transparent!important;
  border-left: transparent!important;
}

.accordion-button:focus{
  box-shadow: none!important;
}

.accordion-button:not(.collapsed){
  background: transparent!important;
  color: #4e4e4e;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")!important;
  transform: rotate(-180deg);
}

.explore a{
  padding: 10px 0;
  width: 100%!important;
  display: block;
  border-bottom: 1px solid #4e4e4e;
}

.explore-color a{
  padding: 10px 0;
  width: 100%!important;
  display: block;
}

.explore-color span{
  display: inline-block;
  font-size: 14px;
  padding-left: 10px;
}

.color-circle-row{
  display: inline-block;
}

.color-circle{
  height: 30px;
  width: 30px;
  border-radius: 50%;
  padding: 2px;
  content: " ";
  border: 1px solid #000;
}

.color-circle-inner{
  height: 24px;
  width: 24px;
  border-radius: 50%;
}

.bg-avocado{
  background: #568203;
}

.bg-aquamarine{
  background: #7FFFD4;
}

.bg-arena{
  background: #eedbf9;
}

.bg-black-brick{
  background-color: #AA4A44;
}

.bg-black{
  background: #000;
}

.bredcrumb span{
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #4e4e4e;
}

.bredcrumb span:first-child{
  padding-left: 0px;
}

.bredcrumb span:last-child{
  border-right: transparent;
}

.product-price h5{
  display: inline-block;
}

.product-price a{
  display: inline-block;
  font-size: 10px!important;
  margin-left: 10px;
  padding: 2px 8px;
}

#slider2 img{
  max-height: 700px;
  width: auto;
  object-fit: contain;
}


.testimony{
  border: 1px solid #eee;
  padding: 20px 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 20px;
}

.img-testimony{
  display: inline-block;
}

.img-testimony img{
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.name-testimony{
  display: inline-block;
}

.name-testimony h5{
  /*font-size: 14px;
  color: #60A3D9;
  line-height: 5px;*/

font-size: 18px;
    color: #60A3D9;
    line-height: 26px;
}

.name-testimony h4{
  font-size: 18px;
  color: #60A3D9;
  line-height: 10px;
  margin-top: 20px;
}

.name-testimony p{
  font-size: 12px;
  line-height: 5px;
  margin-bottom: 0;
  color: #BDBDBD;
}

.testimony a{
  color: #60A3D9;
  font-size: 14px;
}

.home-banner-caption{
  margin-top: 20px;
}

 @media (max-width: 767px) {
  .product-grid .product-image img{
    height: 250px;
  }
  .icon-impact img {
    /* width: 120px; */
    height: auto;
  }
  .ser-title{
    margin-bottom: 30px;
  }
  .main-banner-other.mini-size {
    height: 180px !important;
    margin-bottom: 50px;
  }
	
.name-testimony h5{
	    margin-top: 15px;
}
 }

 @media (max-width: 1198px) {
   .navbar-brand{
     max-width: 200px;
   }

   .nav-pills{
     /* font-size: 0.7125rem; */
     margin-left: 40px;
   }

   .nav-link {
    padding: .5rem .5rem;
    }

 }

  @media (max-width: 990px) {
    .navbar-brand{
      max-width: 160px;
    }

    .nav-pills{
      /* font-size: 0.6125rem; */
    }

    .nav-link {
     padding: .5rem .3rem;
     }
  }

.pseudo-col{
  display: none;
}

 @media (max-width: 768px) {
   .bg-container{
     /* margin-top: 500px!important; */
     z-index: 1000!important;
     position: relative;
   }

   .main-banner-other{
    height: 500px;
    padding: 0 20px;
  }

   .right-icon{
     font-size: 0.8125rem;
     color: #4e4e4e!important;
   }

   .pseudo-col{
     display: inline-block;
   }

   .navbar-nav .nav-link, .dropdown-item {
      border-bottom: 1px solid #eee;
      border-radius: 0;
    }

    .dropdown-menu{
      margin-top: 0px!important;
      border: none;
      padding-left: 20px;
      width: 100%!important;
      max-width: 100%!important;
      min-width: 100%!important;
      padding-top: 20px;
    }


   .navbar-brand{
     max-width: 200px;
   }

   .nav-pills{
     /* font-size: 0.9125rem; */
   }

    .bg-transparent, .bg-white{
      height:70px;
      padding-top: 10px!important;
      padding-left: 20px!important;
      padding-right: 10px!important;
    }

     .mb-3 {
         margin-bottom: 0!important;
     }

     .navbar{
       background-color: #fff;
       color: #000!important;
       padding-left: 10px;
       padding-right: 10px;
       /* width: 100%!important; */
       padding-top: 0!important;
       padding-bottom: 0!important;
     }

     .nav{
       padding-top: 10px!important;
     }

     .navbar-collapse{
       paading-top: 40px;
       /* width: 100%!important; */
     }

     .menu .container{
       max-width: 100%;
     }

     .animated-icon2, .navbar-toggler{
       display: flex;
     }

     .navbar-toggler{
       position: fixed;
       float: left;
       left: 0px;
       top: 18px;
     }

     .navbar-toggler .open{
       position: fixed;
       float: left;
       left: 10px;
       top: 23px;
     }

     .navbar-right {
      padding-top: 3px;
     }

     .animated-icon2{
       height: 1px;
       width: 25px;
     }

     .animated-icon2 span{
       height: 2px;
       padding: 0px!important;
     }

     .navbar-brand img {
      max-height: 42px;
      margin-top: 0px;
     }

     .animated-icon2 span:nth-child(1){
       top: 3px;
     }
     .animated-icon2 span:nth-child(4){
      top: 17px;
     }

     .nav-pills .link-light, .nav-pills .nav-link.active,  .nav-pills .link-dark, .bg-white .nav-pills .nav-link.active{
         color: #000;
         width: 100%;
         text-align: left;
     }

     .nav-pills{
         display: block;
     }

     .nav-pills .nav-link.active:after{
         width: 0;
         left: 0
     }

     /* collapse */
     .navbar-collapse1 {
         position: fixed;
         top: 0px;
         left: 0;
         /*right: 0;*/
         padding-top: 20%;
         padding-left: 15px;
         padding-right: 15px;
         padding-bottom: 15px;
         width: 85%;
         height: 100%;
         background-color: #ffffff!important;
         z-index: 10000!important;
     }

     .mobile-nav{
       display: inline;
     }

     .nav-item {
         text-align: center;
     }

     .navbar-collapse.show .link-dark{
       color: #4e4e4e!important;
     }

     .navbar-collapse1.collapsing {
       right: -75%;
         /* left: -75%; */
         transition: height 0s ease;
     }

     .navbar-collapse1.show {
         /* left: 0; */
         /* transition: left 0.3s ease 0s, left 0.3s ease 0s; */
         transition: right 0.3s ease 0s, right 0.3s ease 0s;
     }

     /* .navbar-collapse1.show .animated-icon2 span {
     background: #fff;
     } */

     .navbar-toggler.collapsed ~ .navbar-collapse1 {
         /* transition: width 0.1s ease 0.1s, left 0.5s ease 0.5s; */
         transition: width 0.1s ease 0.1s, right 0.5s ease 0.5s;
     }

     .nav-pills .link-light, .nav-pills .nav-link.active,  .nav-pills .link-dark, .bg-white .nav-pills .nav-link.active{
         color: #fff;
         width: 100%;
         text-align: left;
     }

     .nav-pills{
         display: block;
     }

     .nav-pills .nav-link.active:after{
         width: 0;
         left: 0
     }

     .home-banner-caption{
       margin-bottom: 50px;
     }

     .home-banner-caption{
       margin-bottom: 30px;
     }

     .home-bg-section{
       height: 400px;
     }

     .footer-section{
       margin-bottom: 30px;
     }

     .social-media{
       margin-top: 20px;
     }

     .payment-icon{
       float: none;
     }

     .icon-account, .icon-cart span{
       display: none;
     }

     .icon-cart{
       font-size: 18px;
     }

     .modal-shop .modal .modal-dialog, .modal-shop .modal.show .modal-dialog {
       width: 90%;
     }

     .form-control, .form-select{
       margin-bottom: 20px;
     }
 }

 /* price */
 .slider-labels {
  margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #000;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #345DBB;
}

/*
 * Custom Control:
 * ---------------
 */
/* custom classes are always prefixed by "spl-" automatically */
.spl-like{
    background-image: url(demo/gallery/heart-outline.svg);
    background-size: 23px;
}
/* optionally, additional state to toggle the button: */
.spl-like.on{
    background-image: url(demo/gallery/heart.svg);
}
/*
 * Custom Animation:
 * -----------------
 */
/* custom scene transition (slide effect) */
.only-this-gallery.show .spl-scene{
    transition: transform 0.2s ease;
}
/* custom animation "visible state" (css context by custom classname "only-this-gallery" to apply these animation just on a specific gallery) */
.only-this-gallery.show .spl-pane > *{
    clip-path: circle(100% at center);
    transition: transform 0.35s ease,
                opacity 0.65s ease,
                clip-path 0.8s ease;
}
/* custom animation "hidden state" ("custom" is the name of the animation you pass as gallery option) */
.only-this-gallery .spl-pane .custom {
    clip-path: circle(0px at center) ;
    transition: transform 0.65s ease,
                opacity 0.65s ease;
}
/* animation state when gallery is hidden */
#spotlight.only-this-gallery{
    clip-path: circle(0px at center);
}
/* animation state when gallery will open */
#spotlight.only-this-gallery.show{
    clip-path: circle(100% at center);
    transition: clip-path 0.65s ease 0.15s;
}

#spotlight .cover {
  object-fit: contain!important;
}

.spotlight-img{
  margin-bottom: 20px;
}

.footer-desc{
  line-height: 22px;
}
.footer-link a{
  margin-left: 15px;
}
.footer-link a:hover{
  text-decoration: underline;
}
.footer-link a:before{
  content: "\f0da";
  font-family: 'FontAwesome';
  position: absolute;
  margin-left: -15px;
}
#myCarousel2 .carousel-caption {
  top: 30% !important;
  left: -25% !important;
}
@media (max-width: 768px) {
  #myCarousel2 .carousel-caption {
    left: 0px !important;
  }
}
.payment-icon svg{
  background: #FFFFFF;
  border-radius: 3px;
}