﻿@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700|Tajawal:200,300,400,500,700,800,900");
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

html,
body {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #767676;
  /*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
  background: black;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

/*.top
{
	padding:10px 0;
	background-color:#000;
	color:#fff;
	font-size:14px;
	line-height:35px;
}*/
.top {
  padding: 15px 0;
  background-color: #f6f6f6;
  color: #000;
  font-size: 14px;
  line-height: 35px;
}

.top a {
  color: #fff;
}

.top .socials {
  position: relative;
  margin-top: 0px;
  text-align: right;
  margin-bottom: 0px;
}

.top ul {
  padding-left: 0px;
}

.top .socials li {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}

/*.top .socials li a {
    width: 35px;
    height: 35px;
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    margin-left: 0px;
    border-radius: 3px;
    color: #dfb093;
    background-color: #000000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 2px 2px 6px 2px rgb(201 155 138 / 61%);
}*/
.top .socials li a {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  margin-left: 0px;
  border-radius: 3px;
  color: #99786f;
  background-color: #dfdfdf;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 2px 2px 6px 2px rgb(0 0 0 / 25%);
}

.top .socials li a:hover {
  /*color: #f6f6f6;*/
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.category {
  height: 43px;
}

.language {
  font-family: "Tajawal", sans-serif !important;
}
.text-top2 ul li a:hover {
  color: #dfb093;
  text-decoration: none;
}

.text-top2 .login-wrapper button:hover {
  color: #dfb093;
  text-decoration: none;
}

.menu-logo {
  padding: 15px 0;
  font-size: 15px;
  color: #fff;
  background-color: #000000;
}

.margin-top {
  margin-top: 20px;
}

.logo-search {
  position: relative;
  z-index: 99;
  padding-top: 0px;
  padding-bottom: 0px;
}

.textright {
  text-align: right;
}

.text-top2 {
  text-align: right;
  margin-top: 0px;
}

.text-top2 i {
  margin-right: 5px;
}

.text-top2 ul {
  padding-left: 0;
  margin-bottom: 0;
}

.text-top2 ul li {
  display: inline-block;
  font-size: 14px;
  padding: 0 12px 0 12px;
  text-transform: capitalize;
}

.text-top2 ul li a {
  color: #fff;
}

.text-top2 ul li a img {
  display: block;
  margin: auto;
}

.logo-search .form-group {
  margin-bottom: 0px;
  margin-top: 0px;
}

.logo-search .form-group a {
  padding-left: 0px;
  padding-right: 0px;
}

.logo-search .form-control2 {
  display: block;
  width: 100%;
  height: 43px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
}

.logo-search .form-control-feedback {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 2;
  display: block;
  width: 45px;
  height: 35px;
  color: #ffffff;
  background-color: #d7a591;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  pointer-events: auto;
  border-radius: 4px;
}

.carousel {
  height: 600px;
  position: relative;
}
.carousel#myCarousel {
  height: fit-content;
}
.carousel#myCarousel .item,
.carousel#myCarousel .item .slider-video,
.carousel#myCarousel .item video.video-fluid {
  width: 100%;
}

.carousel#myCarousel .carousel-indicators {
  bottom: 0;
  z-index: 1000;
}

@media (max-width: 768px) {
  .carousel#myCarousel .carousel-indicators li {
    background-size: 50%;
  }
}
.item,
.carousel-inner {
  height: 100%;
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.fill-img {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-color: #dfdfdf;
  background-blend-mode: multiply;
}

.caption-carousel {
  position: absolute;
  top: 200px;
  right: 40px;
  left: 40px;
  margin: auto;
  z-index: 10;
  text-transform: capitalize;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fefefe;
  text-align: center;
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.caption-carousel h2 {
  font-size: 60px;
  font-weight: bolder;
  color: #fefefe;
}

.caption-carousel h2 span {
  font-weight: 200;
}

.carousel-indicators {
  position: absolute;
  bottom: 90px;
  z-index: 15;
  width: 100%;
  left: 0;
  padding-left: 0;
  margin-left: 0%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 2px;
  text-indent: -999px;
  cursor: pointer;
  background: url("../images/off.png") no-repeat center center;
  border: 0px solid rgba(255, 255, 255, 0);
  border-radius: 0px;
}

.carousel-indicators .active {
  width: 25px;
  height: 25px;
  margin: 2px;
  background: url("../images/on.png") no-repeat center center;
}

.btn-header {
  display: inline-block;
  padding: 9px 50px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: capitalize;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-more {
  color: #fff;
  background-color: #d7a591;
  border-color: #d7a591;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-more:hover {
  color: #d7a591;
  background-color: #000;
  border-color: #d7a591;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-brown {
  color: #fff;
  background-color: #d7a591;
  border-color: #d7a591;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-brown:hover {
  color: #d7a591;
  background-color: #000;
  border-color: #d7a591;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-brown2 {
  color: #fff;
  background-color: #d7a591;
  border-color: #d7a591;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
  padding: 7px 25px;
}

.btn-brown2:hover {
  color: #d7a591;
  background-color: #000;
  border-color: #d7a591;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-brown3 {
  color: #fff;
  background-color: #d7a591;
  border-color: #d7a591;
  width: 100%;
}

.btn-brown3:hover {
  color: #d7a591;
  background-color: #000;
  border-color: #d7a591;
}

.btn-brown-s {
  color: #fff;
  background-color: #d7a591;
  border-color: #d7a591;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 3px 8px;
}

.btn-brown-s:hover {
  color: #d7a591;
  background-color: #000;
  border-color: #d7a591;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-black:hover {
  color: #d7a591;
  background-color: #000;
  border-color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.btn-white:hover {
  /*color: #d7a591;*/
  color: #c67f62;
  background-color: #ffffff;
  border-color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
}
.btn-white2 {
  color: #000;
  background-color: #fff;
  border-color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-white2:hover {
  color: #fff;
  background-color: #d7a591;
  border-color: #d7a591;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-login {
  color: #fff;
  background-color: #d7a591;
  border-color: #d7a591;
  width: 100%;
}

.btn-login:hover {
  color: #d7a591;
  background-color: #000;
  border-color: #d7a591;
}

.btn-google {
  color: #333333;
  background-color: #fff;
  border-color: #cccccc;
  width: 100%;
}

.btn-google:hover {
  color: #d7a591;
  background-color: #fff;
  border-color: #d7a591;
}

.btn-google svg {
  margin-left: -35px;
  position: absolute;
}

.welcome {
  padding: 115px 0 90px 0;
  background-color: #000000;
}

.title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
  overflow: hidden;
}

.title span {
  color: #d7a591;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  display: block;
}

.title-b {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
  overflow: hidden;
}
.title-b span {
  color: #cccccc;
}

.bg-slider {
  position: absolute;
  left: 0;
  margin-top: -100px;
  z-index: 999;
  height: 203px;
}

.bg-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hashtag {
  display: inline-block;
  border: 1px #ffffff solid;
  color: #ffffff;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 20px 5px 20px 0;
}

.products {
  background: url("../images/Background1.png") no-repeat scroll center center;
  background-size: cover;
  padding: 60px 0;
}

.products-inner {
  background: #000000 !important;
  padding: 0px 0 !important;
}

.products ul {
  text-align: center;
  padding-left: 0;
  margin-top: 50px;
}

.products ul a:hover {
  text-decoration: none;
}

.products ul li {
 /* width: 203px;*/
  width: 23%;
  /*width: 260px;*/
  display: inline-block;
  margin: 0 10px 20px 9px;
  background-color: #ffffff;
  padding: 0px 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
  position: relative;
  border-radius: 5px;
}

.products ul li img {
  height: 265px;
  background-color: #ffffff;
  object-fit: contain;
  margin: auto;
  border-radius: 5px 5px 0 0;
}

.product-brand {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 9;
  background-color: #000;
  color: #ffffff;
  padding: 6px 15px;
  border-radius: 0px 20px 20px 0;
}

.product-content {
  background-color: black;
  position: relative;
  bottom: 0;
  padding: 15px 15px;
  width: 100%;
  left: 0;
  /* height: 150px; */
  color: #ffffff;
  border: 2px #d7a591 solid;
}

.product-content h5 {
  height: 60px;
  overflow: hidden;
  font-size: 13px;
  line-height: 17px;
}

.product-content a {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: #ffffff;
}

.product-content h3 {
  font-size: 14px;
  font-weight: 500;
}

.product-content a span {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  display: block;
  margin-top: 10px;
}

.product-price {
  position: relative;
  padding: 10px 0px;
  font-weight: 600;
}

.product-price .new-price {
  font-size: 16px;
}

.product-price .old-price {
  text-decoration: line-through;
  font-size: 12px;
  margin-left: 10px;
  color: #d7a591;
}

.results-star {
  margin: 10px 0px;
  background-color: white;
  border-radius: 10px 10px 10px 10px;
}
.results-star i {
  font-size: 14px;
  color: #cecece;
  padding: 0px;
}

.star-active {
  color: #e5cc6b !important;
}

.products-text {
  background: url("../images/Background2.png") no-repeat scroll center center;
  background-size: cover;
  position: relative;
  padding: 50px 0;
}

.discount {
  background-color: #d7a591;
  padding: 20px;
  width: 150px;
  height: 150px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 999;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  font-weight: 700;
  font-size: 50px;
  line-height: 120px;
}

.margin-top {
  margin-top: 100px;
}

.margin-top2 {
  margin-top: 80px;
}

.products-categories {
  position: relative;
  padding: 50px 0;
  background-color: #000000;
  background-image: url(../images/bg4.png), url(../images/bg5.png);
  background-position: left 80px, right bottom;
  background-repeat: no-repeat;
}

.products-categories ul {
  text-align: center;
  padding-left: 0;
  margin-top: 50px;
}

.products-categories ul a:hover {
  font-weight: 600;
  color: #99786f;
  text-decoration: none;
}

.products-categories ul li {
  max-width: 260px;
  width: 100%;
  display: inline-block;
  margin: 0 9px 20px 9px;
  background-color: #ffffff;
  padding: 0px 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
  position: relative;
  border-radius: 5px;
}

.products-categories ul li img {
  height: 220px;
  background-color: #ffffff;
  object-fit: contain;
  margin: auto;
  border-radius: 5px 5px 0 0;
}

.product-content-categories {
  background-color: black;
  position: relative;
  bottom: 0;
  padding: 15px 15px;
  width: 100%;
  left: 0;
  /* height: 150px; */
  color: #ffffff;
  border: 2px #d7a591 solid;
}

.product-content-categories h5 {
  height: 70px;
  overflow: hidden;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}

.product-content-categories h3 {
  font-size: 14px;
  font-weight: 400;
  color: #c0c0c0;
  text-align: center;
  margin: 0;
}

.product-content-categories a span {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  display: block;
  margin-top: 10px;
}

.product-price-categories {
  position: relative;
  padding: 15px 0px;
  font-weight: 600;
}

.product-price-categories .new-price-categories {
  font-size: 13px;
}

.product-price-categories .old-price-categories {
  text-decoration: line-through;
  font-size: 12px;
  margin-left: 10px;
  color: #d7a591;
}

.button-pro {
  position: relative;
}

.button-pro ul {
  padding-left: 0;
  margin: 0;
  text-align: center;
}

.button-pro ul li {
  display: inline-block;
  margin: 10px 3px;
  padding: 10px 20px;
  width: auto;
  font-size: 14px;
  background-color: #000000;
  border-radius: 50px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.button-pro ul a:hover li {
  background-color: #d7a591;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.button-active {
  background-color: #d7a591 !important;
  color: #fff !important;
}

.bg-text {
  background: #000 url("../images/bg3.png") no-repeat center center;
  background-size: contain;
  position: relative;
  padding: 50px 0;
}

.partners {
  padding: 20px 0;
  background-color: #000000;
}

.partners ul {
  padding-left: 0;
  margin: 0;
  text-align: center;
  background-color: #ffffff;
}

.partners ul li {
  display: inline-block;
  margin: 5px 10px;
  width: 135px;
}

.partners ul li img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}

.footer {
  background: #000;
  font-size: 14px;
  padding: 50px 0;
  color: #fff;
}

.footer ul {
  padding-left: 0px;
}

.footer ul li {
  display: block;
}

.footer ul li a {
  color: rgb(255 255 255 / 100%);
}

.footer-title {
  color: #d7a591;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  margin: 10px 0;
}

.footer-text {
  height: 65px;
  overflow: hidden;
  margin-top: 10px;
}

.footer .socials {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 20px;
}

.footer .socials ul li {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 5px 10px;
}

.footer .socials ul li a {
  width: 35px;
  height: 35px;
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  margin-left: 0px;
  border-radius: 3px;
  color: #dfb093;
  background-color: #000000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 2px 2px 6px 2px rgb(201 155 138 / 61%);
}

.footer .socials ul li a:hover {
  color: #fff;
  background-color: #d7a591;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.vcard {
  margin-top: 20px;
}
.vcard div {
  margin-bottom: 10px;
}

.vcard i {
  margin-right: 10px;
  color: #fff;
}

.newletter {
  margin: 0;
}

.footer .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.footer .btn {
  display: inline-block;
  padding: 5px 0px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: capitalize;
  background-color: #000;
  border: 1px solid transparent;
  border-radius: 0px;
  /* height: 30px; */
  width: 100%;
  color: #fff;
}
.footer .text-gary {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}
.footer-margin {
  margin-top: 10px;
}

.copyright {
  background-color: #000;
  padding: 5px 0;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
}

.copyright a {
  color: #fff;
}

.caption-inner {
  height: auto;
  width: 100%;
  color: #fff;
  padding: 15px 0 5px 0;
  background-color: #000000;
}

.caption-inner h3 {
  margin-bottom: 10px;
  line-height: 40px;
  font-size: 35px;
  text-transform: capitalize;
  margin-top: 0;
  color: #fff;
}

.breadcrumb {
  padding: 10px 0 10px 0;
  margin-bottom: 0px;
  color: #fff;
  list-style: none;
  background-color: rgba(245, 245, 245, 0);
  border-radius: 0px;
}

.breadcrumb > li {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
}

.breadcrumb > li a {
  color: #fff;
}

.breadcrumb > .active {
  color: #d7a591;
  font-weight: 400;
}

.login-tilte {
  color: #000000;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}

.login-text {
  color: #999999;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin: 20px 0;
}

.login-bg .form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-bottom: 15px;
}

.or {
  background: url("../images/or-bg.png") no-repeat center center;
}

.search {
  background: black !important;
  padding: 20px 0 !important;
}

.black-bg {
  background: black !important;
  padding: 0px 0 !important;
}

#search-home {
  padding-top: 20px;
  padding-bottom: 20px;
}

#search-home .search-home {
  width: 100%;
  height: 55px;
  background: #000;
  position: relative;
  border-radius: 10px;
  padding-inline-start: 55px;
  border: 1px solid #424242;
  overflow: hidden;
}

#search-home .search-home input {
  width: 100%;
  background-color: #000;
  border: 0;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  margin-top: 0;
  height: 53px;
  outline: none;
}

#search-home .search-home button {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  width: 50px;
  height: 55px;
  font-size: 22px;
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
}

.sign-in {
  margin-top: 20px;
  font-size: 14px;
}

.login-in {
  margin-top: 20px;
  font-size: 14px;
}

.login-in a {
  color: #fff;
}

.login-margin {
  margin-top: 10px;
}

.underline3 a {
  border-bottom: 1px #8e193d solid;
}
.underline4 {
  text-align: center;
  margin-top: 20px;
  color: #fff;
}

.login-in .form-group {
  margin-bottom: 15px;
}

.login-in .form-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}

.login-in .form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #6d6e71;
  background-color: #dfdfdf00;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.login-in .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

.login-in .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.login-in .form-control::placeholder {
  color: #fff;
}

.container2 {
  display: block;
  position: relative;
  padding-left: 25px;
  font-weight: 400;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}

/* Hide the browser's default checkbox */
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  background-color: #d6d6d600;
  border: 1px #ffffff solid;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark2 {
  background-color: #d6d6d600;
  border: 1px #ffffff solid;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark2 {
  background-color: #044040;
  border: 1px #044040 solid;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark2:after {
  display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark2:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list-group {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  border: 1px #fff solid;
}

.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 0px;
  margin-bottom: 0px;
  background-color: #fff;
  border: 0px solid #ddd;
}
a.list-group-item,
button.list-group-item {
  color: #000;
  font-size: 14px;
}

a.list-group-item i,
button.list-group-item i {
  color: #000;
  font-size: 16px;
  margin-right: 7px;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #d7a591;
  text-decoration: none;
  background-color: #fff;
}

.active-menu {
  color: #d7a591 !important;
  text-decoration: none;
  background-color: #000;
}

button.list-group-item {
  width: 100%;
  text-align: left;
  border-bottom: 1px #cccccc solid;
}

.white-box {
  background-color: #ffffff;
  border: 1px #eee solid;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.white-box h4 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #000000;
}

.text-inside {
  font-size: 16px;
  margin: 30px 0;
  text-align: center;
}
.text-inside img {
  width: 130px;
  display: block;
  margin: auto;
}

.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-check {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px #cccccc solid;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark-check {
  background-color: #d7a591;
  border: 1px #d7a591 solid;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark-check {
  background-color: #d7a591;
  border: 1px #d7a591 solid;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-check:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark-check:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark-check:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.collapsible-all {
}
.collapsible-all .collapsible {
  background-color: #fff;
  color: #767676;
  cursor: pointer;
  padding: 8px 0px;
  width: 100%;
  border: none;
  border-bottom: 1px #e3e5e7 solid;
  text-align: left;
  outline: none;
  font-size: 16px;
  margin-bottom: 5px;
}

.collapsible-all .active,
.collapsible-all .collapsible:hover {
  background-color: #fff;
}

.collapsible-all .collapsible:after {
  content: "\002B";
  color: #e3e5e7;
  font-weight: bold;
  float: right;
  margin-right: 5px;
}

.collapsible-all .active:after {
  content: "\2212";
}

.collapsible-all .content {
  padding: 0 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
}

.collapsible-all .content ul {
  padding-left: 5px;
}

.collapsible-all .content ul li {
  display: block;
  margin: 8px 0;
  color: #000;
}
.collapsible-all .content ul li a {
  color: #000;
}

.order-font {
  text-transform: capitalize;
  color: #cccccc;
}

.order-no {
  text-transform: capitalize;
}

.order-color {
  color: #8e193d;
  text-transform: capitalize;
}

.order-green {
  color: #80ccc6;
  text-transform: capitalize;
}
.order-pink {
  color: #f09a9b;
  text-transform: capitalize;
}

.order-margin {
  margin-top: 20px;
}

.img-orders {
  height: 100px;
  object-fit: contain;
  border: 1px #dbdbdb solid;
  width: 100%;
  border-radius: 3px;
}

.pro-details1 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 10px 0;
  color: #ffffff;
}

.pro-details2 {
  font-size: 14px;
  vertical-align: middle;
  margin: 10px 0;
  color: #ffffff;
}

.pro-details3 {
  font-size: 25px;
  /*line-height: 25px;*/
  line-height: 57px;
  color: #fff;
  margin: 10px 0;
}
.product-addto-links {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #666666;
  display: block;
  font-size: 14px;
  line-height: 35px;
  margin-right: 8px;
  padding: 0;
  text-align: left;
  text-transform: none;
  vertical-align: middle;
}

.product-addto-links a {
  display: block;
  /* color:#5a5a5a;*/
  color: #d7a591;
  margin-top: 17px;
}

.product-addto-links a i {
  padding-right: 10px;
}

.cart-1 {
  vertical-align: middle;
  height: auto;
  display: block;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 4px 0;
  text-align: center;
  border: 1px #dbdbdb solid;
}

.btn-cart {
  padding: 0px 0px;
  background-color: #fff;
  color: #000;
  display: inline-block;
  width: 50px;
  height: 45px;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-cart1 {
  padding: 0px 0px;
  background-color: #fff;
  color: #000;
  display: inline-block;
  width: 30px;
  height: 20px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.reviews {
  font-size: 12px;
  color: #999999;
  margin-left: 10px;
}

.pro-text {
  font-size: 14px;
  color: #fff;
  margin: 20px 0;
}

.star {
  color: #ffcc00;
}
.small-t {
  font-size: 12px;
  color: #ffffff80;
}

.small-t-span {
  font-size: 12px;
  color: #ffffff80;
}

.cart-all {
  text-align: left;
}

.cart {
  padding: 0px 0;
  margin-bottom: 25px;
  position: relative;
}

.cart-details {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 10px 0;
}

.cart img {
  height: 116px;
  object-fit: contain;
  border: 1px #dbdbdb solid;
  width: 100%;
  background-color: #ffffff;
  border-radius: 3px;
}

.delete {
  font-weight: 700;
  color: #d7a591;
  /*color: #8b8b8b;*/
  width: 25px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}

.logo3-img {
  margin: auto 0 auto auto;
}

.shipping-bg {
  background-color: #f6f6f6;
  padding: 15px 15px;
  color: #000000;
  border-radius: 5px;
  margin-bottom: 20px;
}

.shipping-bg span {
  color: #808080;
  margin-right: 20px;
}

.shipping-link {
  color: #666666;
  float: right;
}

.container-radio2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0px 0px 15px 0;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
  border: 1px #ffffff solid;
  border-radius: 10px;
}
.container-radio2 span {
  color: #c0c0c0;
  font-size: 13px;
  display: block;
}
.container-radio2 img {
  margin-right: 20px;
  height: 30px;
  display: inline-block;
}

/* Hide the browser's default radio button */
.container-radio2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark-radio {
  position: absolute;
  top: 5px;
  left: 0px;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 1px #666666 solid;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio2:hover input ~ .checkmark-radio {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.container-radio2 input:checked ~ .checkmark-radio {
  background-color: #000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio2 input:checked ~ .checkmark-radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio2 .checkmark-radio:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}

.left-price {
  right: 0;
  top: 10px;
  position: absolute;
  color: #000000;
}

.pay {
  margin-top: 20px;
  font-size: 14px;
}

.pay a {
  color: #6d6e71;
}

.pay-margin {
  margin-top: 10px;
}

.pay.form-group {
  margin-bottom: 15px;
}

.pay .form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #6d6e71;
  background-color: #fff;
  background-image: none;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.pay .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #6d6e71;
}

.pay .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6d6e71;
}

.pay .form-control::placeholder {
  color: #6d6e71;
}

.content-inner {
  background-color: #000000;
  padding: 0px 0;
  color: #fff;
}

.menu-left {
  margin-top: 0px;
  z-index: 9999;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #d7a591;
  text-align: left;
  border-radius: 5px;
}

.menu-left ul {
  padding-left: 0;
  margin: 0;
  font-size: 15px;
}
.menu-left ul a:hover {
  text-decoration: none;
}

.menu-left ul li {
  padding: 10px 25px;
  display: block;
  border-bottom: 1px rgb(255 255 255 / 55%) solid;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.menu-left ul li i {
  font-size: 14px;
  margin-right: 10px;
}

.menu-left ul a:hover li {
  background-color: rgb(255 255 255 / 32%);
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.box-category {
  height: 264px;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 10px;
  border-radius: 4px;
  margin-bottom: 25px;
  position: relative;
}

.box-category img {
  width: 18px;
  display: inline-block;
  margin-left: 10px;
}

.box-category h1 {
  font-size: 15px !important;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
  background-color: #fff;
  color: #222222;
  border-radius: 4px;
  padding: 20px 10px;
  text-align: center;
  position: absolute;
  width: 92%;
  bottom: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.box-category:hover h1 {
  background-color: #d7a591;
  color: #ffffff !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.box-category a {
  font-size: 2rem;
  font-weight: 400;
  text-transform: capitalize;
}

.calls {
  margin-bottom: 25px;
  font-size: 16px;
}

.text-subline {
  position: relative;
  height: 1px;
  padding: 0;
  background: #f2f3f8;
  border: none;
}

.text-subline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 40px;
  background: #d7a591;
}

.calls-data {
  margin-top: 15px;
  color: #fff;
}

.calls-data a {
  color: #fff;
}

.calls-data i {
  color: #d7a591;
  margin-right: 10px;
  font-size: 18px;
}
.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.date-news {
  font-size: 14px;
  padding: 10px 0 15px 0;
  color: #ffffff;
}

.date-news i {
  padding-right: 10px;
}

.title-news {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
}

.Pager span {
  text-align: unset;
  color: unset;
  display: unset;
  width: 20px;
  background-color: unset;
  margin-right: unset;
  line-height: unset;
  border: unset;
}
div.pager {
  margin-top: 5px;
  text-align: center;
}

/* pager links */

/* current page */
div.pager span span {
  border: 1px solid #daa48f;
  padding: 2px 14px;
  display: inline-block;
  margin: auto 2px;
  color: #ffffff;
  background-color: #daa48f;
}

.current {
  color: #00c;
}

.Pager a {
  background-color: unset;
}

div.pager a {
  border: 1px solid #daa48f;
  padding: 2px 14px;
  display: inline-block;
  text-decoration: none;
  margin: auto 2px;
  color: #daa48f;
}

.dropdown-content a:hover {
  background-color: #d8a591;
}

.dropdown {
  border: unset !important;
}

label {
  color: #d7a490 !important;
  font-weight: 500;
}

.dropdown-content {
  border-radius: 8px;
}

#dropdownContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d7a590;
}

#dropdownContent::-webkit-scrollbar {
  width: 8px;
  background-color: #d7a590;
}

#dropdownContent::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #d7a590;
}

.scrollbar {
  margin-left: 30px;
  float: left;
  height: 300px;
  width: 50px;
  background: #d7a590;
  overflow-y: scroll;
  margin-bottom: 25px;
}

.force-overflow {
  min-height: 450px;
}

#wrapper {
  text-align: center;
  width: 500px;
  margin: auto;
}

.dropdown-content a:hover {
  background-color: #d9a59061 !important;
  color: black;
}

.dropdown-btn:hover {
  background-color: #d9a59061 !important;
}

h3#ContentPlaceHolder1_A_Title {
  color: #ffffff;
}

div#ContentPlaceHolder1_DivText1en {
  color: #ffffff;
}

.cart-h {
  font-weight: 600;
  margin-top: 10px;
}

.share-article {
  display: none;
}

.whatsapp {
  position: fixed;
  width: 95px;
  height: 93px;
  bottom: 42px;
  right: 15px;
  /* background-color: #25d366 !important; */
  color: #000000 !important;
  border-radius: 12px;
  text-align: center;
  font-size: 14px;
  box-shadow: 2px 2px 3px #999;
  z-index: 1001;
  right: 25px;
  background-color: #ffffff !important;
}

.whatsapp img {
  color: #000000 !important;
  background-color: #09ad76;
  border-radius: 28px;
}

.whatsapp a {
  text-decoration: none;
}

.dropdown-content label {
  text-transform: uppercase;
}

.ui-widget-content {
  margin-left: 32% !important;
  top: 60px !important;
}

.team-home {
  text-align: center;
  padding: 50px 0 0 0;
  background-color: black;
}

.team-home ul {
  padding-left: 0;
}

.team-home ul a:hover {
  text-decoration: none;
}

.team-home ul li {
  width: 245px;
  display: inline-block;
  margin: 0 10px 10px 9px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  border: 1px solid #ddd;
  transition-duration: 0.3s;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.team-home ul li img {
  border-radius: 10px;
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
  height: 300px;
  object-fit: cover;
}

.team-home ul li:hover img {
  filter: none;
  -webkit-filter: grayscale(0);
}

.team-home-content {
  text-align: left;
  color: #261a3d;
  background-color: rgb(255 255 255 / 75%);
  padding: 20px;
  position: absolute;
  top: 0px;
  height: 300px;
  left: 0px;
  right: 0px;
  z-index: 0;
  border-radius: 10px;
  transition-duration: 0.5s;
  opacity: 0;
  box-shadow: 0 20px 35px rgb(0 0 0 / 12%);
}

.team-home ul li:hover .team-home-content {
  opacity: 1;
  top: 0px;
}

.team-home-content h5 {
  text-align: center;

  /*margin-top: 10px;*/
  margin-top: 114px;
  margin-bottom: 0px;
  font-size: 20px;
  color: #261a3d;
  height: 60px;
  overflow: hidden;
  font-weight: 600;
}

.team-home-content h5 span {
  font-size: 14px;
  color: #21a7d0;
  height: 88px;
  overflow: hidden;
  font-style: italic;
  margin-left: 20px;
}

.team-home-content h3 {
  height: 170px;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: capitalize;
  color: #261a3d;
  line-height: 22px;
}

.team-home-social ul {
  position: relative;
  overflow: hidden;
  text-align: left;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 7px;
}

.team-home-social ul li {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0;
  background: none;
  padding: 0;
  border: 0;
}

.team-home-social ul li a {
  width: 25px;
  height: 25px;
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  padding: 0px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0px;
}

.team-home-social ul li a:hover {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.team-home-social .fa-twitter {
  color: #1da1f2;
}

.team-home-social .fa-facebook-f {
  color: #3b5998;
}

.team-home-social .fa-linkedin-in {
  color: #00a0dc;
}

.team-home-social .fa-instagram {
  color: #e30000;
}

.team-link {
  display: none;
  background-color: #99786f;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 100px;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  margin: auto 0 auto auto;
}

.team-link a {
  color: #fff;
}

.teambutton {
  display: none;
}


.logo img {
    filter: drop-shadow(1px 0px 0px #774a37);
}
.amazingcarousel-image img {
    height: 92px;
    width: 193px;
}

.news-ticker {
    display: none;
}

.footer ul li a {
    font-size: 16px;
}

.footer-text {

    font-size: 15px;
}