@font-face {
   font-family: EngraversGothicBT;
   src: url(http://localhost/silvernew/assets/fonts/EngraversGothicBT.ttf);
}

/*search bar start*/
.dropdown-list h3{
      margin-bottom: 20px;
      text-align: center;
}

.account-btn{
color: #ffffff !important;
font-size: 15px;
font-weight: 400;
line-height: 18px;
padding: 10px 30px 10px;
display: block;
background-color: #f3abb6;
text-transform: uppercase;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
font-family: 'Muli', sans-serif;
}

.account-btn-login{
display: block;
background-color: #f3abb6;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
font-size: 15px;
font-weight: 400;
line-height: 21px;
text-align: center;
color: #ffffff !important;
padding: 10px 30px 10px;
margin-right: 18px;
font-family: 'Muli', sans-serif;
}

.account-btn-reverse{
    display: block;
    border: 1px solid #f3abb6;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: #231535 !important;
    padding: 10px 30px 10px;
    margin-right: 18px;
    font-family: 'Muli', sans-serif;
}

.header-search-form {
  display: none;
  position: absolute;
  left: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  margin-top: -18px;
}
.header-search-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-search-form form input {
  font-family: 'Muli', sans-serif;
  width: 250px;
border: none;
background-color: transparent;
color: #282626;
line-height: 24px;
padding: 8px 20px;
}
.header-search-form form button {
    line-height: 24px;
    padding: 9px 13px;
    border: none;
    background-color: #676464;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff;
}
.header-search-form form button i {
    font-size: 22px;
    line-height: 22px;
}
.ion-ios-search-strong:before {
    content: "\f4a4";
}
/*search bar end*/
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev{
    display:block;
}

/* about section start*/
.about-us{
      /* background: #fbeee6; */
      margin-top: 22px;
}
/* about section end*/

/* product start*/
.about-product-area{
  background: #fdfdfa;
}
.about-thumb{
  margin-top: -43px;
  margin-bottom: 25px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
-o-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
-ms-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.about-product-inner {
    position: relative;
}

.img-block {
    background-position: center center;
    background-size: cover;
    height: 100%;
    display: block;
    width: 100%;
    min-height: 350px;
}

.img-block__1 {
    background-image: url(../images/home/silver1.jpg);
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.img-block__1:hover{
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.img-block__2 {
    background-image: url(../images/home/silver2.jpg);
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.img-block__2:hover{
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.img-block__3 {
    background-image: url(../images/home/silver3.jpg);
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.img-block__3:hover{
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
@media only screen and (max-width: 767px) {
    .img-block {
        min-height: 280px;
    }
}

.about-product-content-inner {
    padding: 132px 0;
}
.about-product-content {
    padding-left: 80px;
    padding-right: 80px;
}
.about-product-title {
    display: inline-block;
    position: relative;
    padding-bottom: 40px;
}
.about-product-title h3 {
    color: #333c4a;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}
.about-product-title h3:after {
  left: 0;
  bottom: -10px;
  width: 70%;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #f3abb6;
}
.about-product-title span {
  left: -8px;
top: -59px;
color: #f9f5eef0;
font-size: 72px;
font-weight: 800;
position: absolute;
z-index: -11;
text-transform: uppercase;
}
.about-product-content p {
    color: #707070;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 30px;
}
.about-product-content .product-btn {
  color: #ffffff;
font-size: 15px;
font-weight: 400;
line-height: 18px;
padding: 10px 30px 10px;
display: inline-block;
background-color: #f3abb6;
text-transform: uppercase;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
font-family: 'Muli', sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-product-content-inner {
        padding: 14px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .about-product-content-inner {
        padding: 65px 0;
    }
}

@media only screen and (max-width: 575px) {
    .about-product-content-inner {
        padding: 17px 0; /* 13/01/2020 */
    }
}
/* product end*/

/* footer start*/
.copyright-text p{
  margin-bottom: 0;
font-weight: 400;
color: #fff;
letter-spacing: 0.35px;
}
/* footer end*/
.newsletter-popup .popup-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    bottom: 0;
    right: 0;
    height: 390px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: auto;
    width: 790px;
    padding: 50px;
}
.newsletter-popup .popup-container .popup-close {
    right: 0;
    top: -23px;
    width: 70px;
    height: 24px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
    border: 1px solid white;
    background-color: #444;
}
.newsletter-popup .popup-container .popup-close .p-close {
    display: block;
}
.newsletter-popup .popup-container .popup-close .p-close {
    display: block;
}
.newsletter-popup .popup-container .popup-close .p-close span {
    display: none;
}
.newsletter-popup .popup-container h2 {
    font-size: 30px;
    color: #343434;
    margin-bottom: 30px;
}
.newsletter-popup .popup-container .popup-body {
    width: 470px;
    margin-left: auto;
    margin-right: auto;
}
.newsletter-popup .popup-container .popup-body p {
    margin-bottom: 30px;
}
.newsletter-popup .popup-container .popup-body .input-group {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.newsletter-popup .popup-container .popup-body input[type="text"] {
    background: #EBEBEB;
    border: 0;
    width: 100%;
    height: 43px;
    padding: 0 155px 0 15px;
    border-radius: 17px;
}
.newsletter-popup .popup-container .popup-body button {
    top: 0;
    right: 0;
    height: 43px;
    line-height: 43px;
    border-radius: 17px;
}

/* tab start*/
.vertical-tab{
    display: table;
}
.vertical-tab .nav-tabs{
   display: table-cell;
   width: 28%;
   min-width: 28%;
   border: none;
   position: relative;
}
.vertical-tab .nav-tabs li{
   float: none;
   vertical-align: top;
}
.vertical-tab .nav-tabs li a{
  color: #303030;
  background-color: #fbf8f3;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  /* text-align: center; */
  padding: 5px 19px;
  margin: 0;
  border-radius: 0;
  border: none;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
  margin-bottom: 6px;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: #fff;
    background-color: transparent;
    border:none;
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
    content: '';
    height: 100%;
    width: 100%;
    background-color: #f3abb6;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:after{
    background-color: #676464;
    width: 5px;
    transform: scaleY(0);
    left: 0;
    transition: all 0.3s ease 0.1s;
}
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li a:hover:before{
    left: 10px;
}
.vertical-tab .nav-tabs li.active a:after,
.vertical-tab .nav-tabs li a:hover:after{
    transform: scale(1);
}

@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        display: block;
        width: 100%;
        border-right: none;
    }
    .vertical-tab .nav-tabs li a{
        padding: 10px;
        margin: 0 0 10px;
    }

}
/* tab end*/

/* about us start*/
.product-content-list{
  text-align: justify;
}
.board-member .product-thumb{
  margin-top: 23px;
}
.board-member .blog-title{
  padding-top: 15px;
  margin-bottom: 34px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 22px;
}
.member-name {
  padding: 10px 0 12px;
  text-align: center;
}
.member-name a{
    color: #222222;
    font-weight: 400;
}
.member-name .price-regular{
        font-size: 15px;
}
.member {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.member .product-thumb {
    max-width: 30%;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    height: 100%;
}
.member p {
  padding-top: 15px;
    margin-top: -4px;
    border-top: 1px solid #efefef;
}
.careers{
  margin-top: 22px;
border-top: 1px solid #efefef;
margin-bottom: 16px;
}
.careers p {
  margin-top: 18px;
}
.main-timeline{
    overflow: hidden;
    position: relative;
    padding: 60px 0;
}
.main-timeline:before{
    content: "";
    width: 1px;
    height: 100%;
    background: #cfcdcd;
    position: absolute;
    top: 0;
    left: 50%;
}
.main-timeline .timeline{
    width: 50%;
    clear: both;
    position: relative;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    clear: both;
}
.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before{
    content: "";
    width: 11px;
    height: 11px;
    background: #aba7b2;
    box-sizing: content-box;
    border: 5px solid #fff;
    box-shadow: 0 0 0 2px #cfcdcd;
    position: absolute;
    top: -54px;
    right: -11px;
    transform: rotate(45deg);
}
.main-timeline .timeline:last-child:before{
    top: auto;
    bottom: -54px;
}
.main-timeline .timeline:last-child:nth-child(even):before{
    right: auto;
    left: -11px;
}
.main-timeline .timeline-icon{
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #cfcdcd;
    position: absolute;
    top: 17px;
    right: -13px;
    z-index: 1;
    transform: rotate(45deg);
}
.main-timeline .timeline-icon:before{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background-color 0.2s ease 0s;
}
.main-timeline .timeline:hover .timeline-icon:before{ background: #f3abb6; }
.main-timeline .timeline-content{
  width: 92%;
  padding: 17px 20px;
  background: #fff;
  text-align: right;
  float: left;
  border: 1px solid whitesmoke;
  position: relative;
  transition: all 0.3s ease 0s;
  background: #f5f5f5;
}
.main-timeline .timeline:hover .timeline-content{
    border: 1px solid #cfcdcd;
}
.main-timeline .timeline-content:before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #cfcdcd;
    position: absolute;
    top: 21px;
    right: -7.3px;
    transform: rotate(45deg);
    transition: all 0.2s ease 0s;
}
.main-timeline .timeline:hover .timeline-content:before{
  background: #f3abb6;
  border-color: #f3abb6;
}
.main-timeline .timeline-content:after{
    content: "";
    width: 11%;
    height: 1px;
    background: #cfcdcd;
    position: absolute;
    top: 28px;
    right: -14%;
}
.main-timeline .date{
  display: block;
  font-size: 27px;
  font-weight: 600;
  color: #f3abb6;
  margin: 0 0 6px;
  transition: all 0.3s ease 0s;
  margin-top: -16px;

}
.main-timeline .timeline:hover .date{ color: #444; }
.main-timeline .title{
    font-size: 18px;
    color: #444;
    margin-top: 0;
    transition: all 0.3s ease 0s;
}
.main-timeline .timeline:hover .title{ color: #39b3ff; }
.main-timeline .description{
    font-size: 16px;
    color: #777;
    line-height: 28px;
    margin-top: 8px;
}
.main-timeline .timeline:nth-child(2n),
.main-timeline .timeline:nth-child(2n) .timeline-content{
    float: right;
    text-align: left;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon{
    right: 0;
    left: -12px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content:before{ left: -7.3px; }
.main-timeline .timeline:nth-child(2n) .timeline-content:after{ left: -14%; }
@media only screen and (max-width: 767px){
    .main-timeline{ padding-left: 20px; }
    .main-timeline:before{ left: 20px; }
    .main-timeline .timeline{ width: 100%; }
    .main-timeline .timeline,
    .main-timeline .timeline-content{
        float: right;
        text-align: left;
    }
    .main-timeline .timeline:first-child:before,
    .main-timeline .timeline:last-child:nth-child(odd):before{
        right: auto;
        left: -11px;
    }
    .main-timeline .timeline-icon{
        right: 0;
        left: -12px;
    }
    .main-timeline .timeline-content:before{ left: -7.3px; }
    .main-timeline .timeline-content:after{ left: -14%; }
}
.milestones{
  margin-top: 22px;
border-top: 1px solid #efefef;
margin-bottom: 16px;
}
.clients img{
  margin-bottom: 37px;
 border: 1px solid #eee;
 padding: 4px;
}
.milestones h4{
  margin-top: 16px;
margin-bottom: 12px;
font-size: 18px;
color: #676464;
letter-spacing: 1px;
}
.milestones p{
  text-align: justify;
  color: #676464;
  padding-top: 15px;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}
.milestones-list{
  font-size: 15px;
line-height: 30px;
}
.milestones-list i{
  font-size: 18px;
  color: #f3abb6;
  margin-left: 12px;
}
/* about us end*/

/* leraning center start*/
.learning {
    margin-top: 22px;
    border-top: 1px solid #efefef;
    margin-bottom: 16px;
}
.learning h5{
  font-size: 17px;
 padding-top: 15px;
 margin-bottom: 16px;
 color: #676464;
}
.learning h6{
  font-size: 17px;
 padding-top: 15px;
 margin-bottom: 16px;
 font-style: italic;
 color: #676464;
}
.learning p{
  color:#676464;
  text-align: justify;
}
.learning h4 {
    margin-top: 16px;
    margin-bottom: 12px;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    background: #f3abb6;
    padding: 7px 0px;
    letter-spacing: 1px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 41px;
}
.side-img{
  margin-bottom: 35px;
}
.learning ul{
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 14px;
}
.learning .sub-list{
  font-weight: 400;
  margin-top: 8px;
}
.sub-list li{
  margin-left: 32px;
  font-size: 15px;
}
/* learning center end*/

/* Detail Start*/
.detail-list{
  font-size: 16px;
    margin-top: 11px;
    margin-bottom: 25px;
}
.detail-list span{
  font-size: 17px;
color: #676464;
font-weight: 400;
}
.section-detail {
  margin-top:34px;
margin-bottom: 37px;
}
.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.tags li {
    float: left;
}
.tag {
    background: #676464;
    border-radius: 3px 0 0 3px;
    color: #fff;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

.tag:hover {
    color: #fff;
}
.tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}
.tag::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #676464;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.product-tag{
  margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.sub-categorie{
  margin-top: 30px;
padding: 20px;
border: 1px solid #efefef;
}
.sub-categorie .breadcrumb{
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 0;
    background: transparent;
    overflow: hidden;
    border-radius: 0;
    position: relative;
}
.sub-categorie .breadcrumb li{
  float: left;
  margin-right: 10px;
  background: #f3abb6;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s ease 0s;
  margin-top: 10px;
}
.sub-categorie .breadcrumb li:hover{ background: #676464; }
.sub-categorie .breadcrumb li:before{ display: none; }
.sub-categorie .breadcrumb li a{
  display: block;
padding: 2px 25px;
font-size: 16px;
font-weight: 500;
color: #fff;
}
@media only screen and (max-width: 767px){
    .sub-categorie .breadcrumb li{ margin-right: 3px; }
    .sub-categorie .breadcrumb li a{ padding: 10px; }
}
@media only screen and (max-width: 479px){
    .sub-categorie .breadcrumb li{ margin-right: 3px; }
    .sub-categorie .breadcrumb li a,
    .sub-categorie .breadcrumb li:last-child{
        font-size: 13px;
        font-weight: normal;
        padding:4px 14px;
    }
}
/* Deatail end*/

/* terms start*/
.terms h5{
      margin-bottom: 12px;
          margin-top: 18px;
}
.terms p{
  margin-left: 22px;
}
.terms ul{
  margin-left: 26px;
}
/* terms end*/

/* store locator start*/
.store address{
    padding: 25px;
}
.store p{
  color: #555555;
}
.store span{
  font-weight: 600;
}
.store strong{
font-size: 17px;
}
.customisation p {
  text-align: justify;
color: #676464;
padding-top: 15px;
margin-bottom: -6px;
font-weight: 500;
font-size: 16px;
line-height: 25px;
}
.customisation{
  border-top: 1px solid #eee;
  margin-top: 17px;
}
/* store locator end*/

/* blogs start*/
.blogs-post p{
  text-align: justify;
}
.blogs-post h5{
  font-size: 20px;
  margin-top: 16px;
  margin-bottom: 13px;
  border-top: 2px solid #eee;
  padding-top: 16px;
}
/* blogs end*/

/* technique start*/
.product-list-item .technique-thumb {
    max-width: 100%;
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    height: 100%;
}
/*technique end*/



/**/
/* card details start  */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto+Condensed:400,400i,700,700i');
section{
    padding: 100px 0;
}
.details-card {
  background: #ecf0f1;
}

.card-content {
  background: #ffffff;
  border: 4px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}

.card-img img {
  width: 100%;
  height: auto;
  display: block;
}

.card-img span {
  position: absolute;
    top: 15%;
    left: 12%;
    background: #1ABC9C;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}
.card-img span h4{
        font-size: 12px;
        margin:0;
        padding:10px 5px;
         line-height: 0;
}
.card-desc {
  padding: 1.25rem;
}

.card-desc h3 {
  color: #000000;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.card-desc p {
  color: #747373;
    font-size: 14px;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0;
  font-family: 'Raleway', sans-serif;
}
.btn-card{
  background-color: #1ABC9C;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
    background: orange;
}
a.btn-card {
    text-decoration: none;
    color: #fff;
}
/* End card section */

/*Customisation*/


/* sticky button */

#feedback1 {
  height: 0px;
    width: 85px;
    position: fixed;
    right: 0;
    top: 73%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback1 a {
  display: block;
  background:url(pc.png) no-repeat;
  height: 52px;
  width: 155px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;

}
#feedback1 a:hover {
  background:url(pc-over.png) no-repeat;
}

#feedback {
  height: 0px;
  width: 85px;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 1000;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#feedback a {
  display: block;
  background:#000;
  height: 52px;
  padding-top: 10px;
  width: 155px;
  text-align: center;
  color: #f69400;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}
#feedback a:hover {
  background:#f69400;
  color: #fff;
}

/* collaspe start*/
#accordion{
    padding-left: 80px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#accordion:before{
    content: "";
    width: 4px;
    height: 100%;
    background: #ada9b5;
    position: absolute;
    top: 0;
    left: 22px;
    z-index: -1;
}
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: -5px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
}
#accordion .panel-title a{
    display: block;
    padding: 10px 30px 15px 0;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #222222;
    position: relative;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a:before{
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 20px;
  height: 20px;
  line-height: 11px;
  border-radius: 50%;
  background: #f3abb6;
  text-align: center;
  font-size: 17px;
  color: #f3abb6;
  border: 6px solid #f3abb6;
  position: absolute;
  top: 13px;
  left: -66px;
}
#accordion .panel-title a.collapsed:before{
    content: "\f067";
    background: #fff;
}
#accordion .panel-body {
    padding: 10px 15px;
    background: #fbf8f3;
    border: none;
    border-radius: 2px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) inset, 0 1px 2px rgba(255, 255, 255, 0.9); */
    font-size: 14px;
    /* color: #676464; */
    line-height: 25px;
}
#accordion .panel-body p{
  color: #676464;
}
/* collapse end*/
.mobile-btn a{
  background: #fc7f7f;
    padding: 10px 20px;
    color: #fff;
}
.mobile-btn{
  margin-top: 36px;
}



/*Custom*/

.text-black {
  color: #333333;
}


/* change 7/1*/
@media only screen and (max-width: 1300px) {
    /* .main-menu ul li a{
      font-size: 10px;
    } */
    .header-top-settings ul li {
    font-size: 10px;
    }
    .logo img {
    max-width: fit-content !important;
    width: 93%;
}
.logo-menu .header-top-settings .text-black {
    font-size: 11px !important;
}
.header-configure-area ul li a {
  font-size: 12px;
    margin-left: -1px;
}
}


@media only screen and (max-width: 1157px) {
  .header-configure-area ul li {
    display: inline-block;
      margin-left: 6px;
      line-height: 1;
  }
}

@media only screen and (max-width: 1100px) {
  .hide-in-tab {
    display: none;
  }
}

.stylish-heading-h1 {
  font-family: EngraversGothicBT;
  font-weight: 100;

}

.stylish-heading-h2 {
  font-family: EngraversGothicBT;
  margin-top: 2em;

}

.line {
    width: 50px;
    height: 1px;
    background: #000;
    margin-top: 13px ;
    margin-bottom:  13px ;
    display: block;
}


/*Call to Actions on Mobile Device*/

.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  display: flex;
  height: 50px;
  box-shadow: 0 -2px 5px -2px #333;
  background-color: #fff;
}
.mobile-bottom-nav__item {
  flex-grow: 1;
  text-align: center;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mobile-bottom-nav__item--active {
  color: red;
}
.mobile-bottom-nav__item-content {
  display: flex;
  flex-direction: column;
}


@media only screen and (min-width: 900px) {
  .mobile-bottom-nav {
    visibility: hidden;
  }
}

/* new*/
.news-slider{

  margin-top: 20px;
margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(244,244,244,1);
    background: -moz-linear-gradient(left, rgba(244,244,244,1) 0%, rgba(254,239,242,1) 28%, rgba(254,239,242,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(244,244,244,1)), color-stop(28%, rgba(254,239,242,1)), color-stop(100%, rgba(254,239,242,1)));
    background: -webkit-linear-gradient(left, rgba(244,244,244,1) 0%, rgba(254,239,242,1) 28%, rgba(254,239,242,1) 100%);
    background: -o-linear-gradient(left, rgba(244,244,244,1) 0%, rgba(254,239,242,1) 28%, rgba(254,239,242,1) 100%);
    background: -ms-linear-gradient(left, rgba(244,244,244,1) 0%, rgba(254,239,242,1) 28%, rgba(254,239,242,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(254,239,242,1) 28%, rgba(254,239,242,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#feeff2', GradientType=1 );
}
.news-label{
  margin-left: -44px;
padding-top: 12px;
padding-bottom: 12px;
padding-left: 26px;
margin-top: 20px;
background: rgba(244,244,244,1);
background: -moz-linear-gradient(left, rgba(244,244,244,1) 0%, rgba(254,239,242,1) 28%, rgba(254,239,242,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(244,244,244,1)), color-stop(28%, rgba(254,239,242,1)), color-stop(100%, rgba(254,239,242,1)));
background: -webkit-linear-gradient(left, rgba(244,244,244,1) 0%, rgba(254,239,242,1) 28%, rgba(254,239,242,1) 100%);
background: -o-linear-gradient(left, rgba(244,244,244,1) 0%, rgba(254,239,242,1) 28%, rgba(254,239,242,1) 100%);
background: -ms-linear-gradient(left, rgba(244,244,244,1) 0%, rgba(254,239,242,1) 28%, rgba(254,239,242,1) 100%);
background: linear-gradient(to right, rgb(243, 171, 182) 0%, rgb(243, 171, 182) 28%, rgb(255, 255, 255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#feeff2', GradientType=1 );
}
.news-label h3{
  font-size: 16px;
  letter-spacing: 1px;
}

.header-top .text-black{
  font-weight: 800;
}
.logo-menu .header-top-settings .text-black{
  color: #676464;
  font-weight: 700;
  font-size: 14px;
}
.logo-menu .header-top-settings{
margin-top: 2px;
}
.logo img{
  max-width: fit-content !important;
}

/* Slick Slider start */
/* Slider */
.slick-slide {
    margin: 0px 8px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Slick Slider end */
