@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Poppins", sans-serif;
}

.blog-footer{
  display: none;
}

p {
  color: #868282;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

body {
  font-family: "Poppins", sans-serif !important;

}


*{
margin:0;
padding:0;
/*font-family:sans-serif;*/

}


.carousel-indicators{
            bottom: 52px !important;
}




/* .carousel-caption{

} */


.carousel-caption{
  text-align: left !important;
  padding-bottom: 108px !important;

}

.carousel-control.left,.carousel-control.right{
  background-image: unset !important;
}

.carousel-inner>.item {
  margin-top: 4%;
}

.btn-btn-orange2 {
  background-color: #c77337 !important;
  border-color: #c77337 !important;
  /* margin-left: 10% !important; */
  border-radius: 0 !important;
  width: 12% !important;
  color: white;
  height: 47px;
}

.btn-btn-orange2:hover {
  background-color: #c77337 !important;
  border-color: #c77337 !important;
  color: white !important;
}

.btn-btn-orange2:active {
  background-color: #c77337 !important;
  border-color: #c77337 !important;
}

.btn-btn-orange2:focus {
  box-shadow: 0 0 0 0.2rem rgb(199 115 55 / 39%);
}







/* ==================================================================TOP NAVBAR SECTION START ============================================================================================ */

.top-bar {
  padding: .5rem 0;
  background: #000000;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.top-bar a {
  color: #ffffff;
}
/* ==================================================================TOP NAVBAR SECTION END ============================================================================================ */

/* ===================================================================MAIN NAVBAR SECTION START========================================================================================= */

.logo {
  /* margin-left: -69%; */
  margin-top: 3%;
}
.hero {
  height: 68vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.container2 {
  width: max-content !important;
}




/* .sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
} */



/* .sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}
 */






/* ===================================================================MAIN NAVBAR SECTION END ========================================================================================= */
/* ===================================================================MAIN BANNER SECTION START ===================================================================================== */
.h2-banner {
  /*font-size: 65px;*/
  font-size: 55px;
  font-weight: 600 !important;
  font-family: "Poppins", sans-serif;
  color: white;
  /* margin-left: 10%; */
  padding-top: 10%;
  letter-spacing: 4px;
  /* text-shadow: 4px 4px 18px black; */
}

.h2-banner span {
  color: #c77337;
}

.btn-btn-orange {
  background-color: #c77337 !important;
  border-color: #c77337 !important;
  margin-left: 10% !important;
  border-radius: 0 !important;
  width: 7% !important;
  color: white;
  height: 47px;
}

.btn-btn-orange:hover {
  background-color: #c77337 !important;
  border-color: #c77337 !important;
  color: white !important;
}

.btn-btn-orange:active {
  background-color: #c77337 !important;
  border-color: #c77337 !important;
}

.btn-btn-orange:focus {
  box-shadow: 0 0 0 0.2rem rgb(199 115 55 / 39%);
}

/* ===================================================================MAIN BANNER SECTION END ===================================================================================== */
/* ===================================================================ABOUT SECTION START========================================================================================== */
.h2-about {
  text-align: center;
  font-family: "Poppins", sans-serif;
  margin-top: 5%;
  font-weight: 600;
}

.underline {
  width: 4rem;
  height: 0.2rem;
  background-color: #c77337;
  border-radius: 50px;
  margin-bottom: 4%;
}

.p-about {
  line-height: 1.9;
  text-align: center;
  margin-bottom: 10%;
}

/* ===================================================================ABOUT SECTION END========================================================================================== */



/* ===================================================================OUR BRAND SECTION START===================================================================================== */
.brand-bg {
  height: 33vh;
}

.h2-brand {
  margin-top: 3%;
  text-align: center !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

/* carousel */

/* Slider */
.slider-timeline{

  background-color: #edebea;

  height: 191px !important;

  text-align: center;

  padding: 26px;

}


.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width:55%;
}

.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;
}

/* card  */
.card {
  width: 25rem;
  height: 23rem;
  border-radius: 5%;
  border:none;
}

.carousel-img {
  margin-top: 30%;
}

.cadeni {
  margin-top: 25% !important;
}

.beergamo {
  margin-top: 38%;
}

.reidtaylor {
  margin-top: 30% !important;
  width: 93% !important;
  margin-left: 4% !important;
}

.jhampstead {
  width: 88% !important;
  margin-left: 6%;
}

.mafatlal {
  width: 92% !important;
  margin-left: 5% !important;
  margin-top: 16% !important;
}

.rilpress {
  width: 87% !important;
  margin-top: 8% !important;
  margin-left: 7%;
}

.wocky {
  width: 93% !important;
  margin-left: 4% !important;
  margin-top: 20% !important;
}

.linen {
  width: 85% !important;
  margin-top: 12% !important;
  margin-left: 9% !important;
}

.valji {
  margin-top: 25% !important;
}

/* ===================================================================OUR BRAND SECTION END======================================================================================= */
/* ===================================================================FILTER IMAGE SECTION START================================================================================== */
.main {
  max-width: 1000px;
  margin: auto;
}
.gallery-grid {
  margin: 10px -16px;
}
.gallery-grid,
.gallery-grid>.column {
  padding: 8px;
}
.column {
  float: left;
  width: 33.33%;
  display: none;
}

.gallery-grid:after {
  content: "";
  display: table;
  clear: both;
}

.content {
  background-color: white;
  padding: 10px;
}

.show {
  display: block;
}

.gallery-grid-btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
  font-size: 19px;
  font-weight: 500;
}

.gallery-grid-btn:hover {
  background-color: #ddd;
}

.gallery-grid-btn.active {
  background-color: #c77337;
  color: white;
}

.gallery-grid-btn:focus {
  outline: none !important;
}

hr {
  margin-top: 0px !important;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.image-container {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
}

.overlay:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.text-center {
  position: absolute;
  top: 19%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 81%;
  padding: 5%;
}

.text-center a {
  text-decoration: none;
  color: black;
  font-size: 18px;
  font-weight: 500;
}

.overlay:hover .text-center {
  display: block;
}

.slick-slider {
  margin-top: 10%;
}

.img-over {
  position: absolute;
  top: 91%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  background-color: #edebea;
  width: 81%;
  padding: 5%;
}

.fa-cart-shopping,
.fa-magnifying-glass,
.fa-heart {
  color: black;
  font-size: 20px;
}

/* ===================================================================FILTER IMAGE SECTION END==================================================================================== */
/* ===================================================================GET OFFER SECTION START==================================================================================== */

.get-offr {
  background-image: url('../images/Vintageggggg.webp');
  background-size: cover;
  background-position: center;
    height: 228px;
}

.h1-getoffer {
      font-size: 27px;
  color: white;
 /*  line-height: 1.7; */
  font-weight: 500;
  padding-top: 4%;
  padding-left: 10%;
  text-shadow: 3px 3px 5px rgb(8 8 8 / 43%);
}

.h2-shp-cat {
  text-align: center;
  font-family: "Poppins", sans-serif;
  margin-top: 2%;
  font-weight: 600;
}

/* ===================================================================GET OFFER SECTION END==================================================================================== */


/* ===================================================================SHOP BY CATEGORY SECTION START============================================================================= */

.h2-cat {
  font-weight: 600;
  text-align: center !important;
  font-family: "Poppins", sans-serif;
  margin-top: 12%;
}
.h2-img-cat {
  padding-top: 36%;
  color: white;
  text-align: center;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.edu-uni {
  position: relative;
  width: 100%;
  background-image: url('../images/pupils-running-school-hallway.jpg');
  background-position: center;
  background-size: cover;
  height: 300px;
}
.container-cat {
  position: relative;
  width: 100%;
  background-image: url('../images/Corporate_Dress_Code.jpg');
  background-position: center;
  background-size: cover;
  height: 300px;
}
.tou-cat {
  position: relative;
  width: 100%;
  background-image: url('../images/collection-beige.jpg');
  background-position: center;
  background-size: cover;
  height: 300px;
}
.uni-acc {
  position: relative;
  width: 100%;
  background-image: url('../images/closeup-necktie.jpg');
  background-position: center;
  background-size: cover;
  height: 300px;
}
.sht-cat {
  position: relative;
  width: 100%;
  background-image: url('../images/27745.jpg');
  background-position: center;
  background-size: cover;
  height: 300px;
}
.tsht-cat {
  position: relative;
  width: 100%;
  background-image: url('../images/keagan-henman.jpg');
  background-position: center;
  background-size: cover;
  height: 300px;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.container-cat:hover .image,
.edu-uni:hover .image,
.tou-cat:hover .image,
.uni-acc:hover .image,
.sht-cat:hover .image,
.tsht-cat:hover .image {
  opacity: 0.3;
}

.container-cat:hover .middle,
.edu-uni:hover .middle,
.tou-cat:hover .middle,
.uni-acc:hover .middle,
.sht-cat:hover .middle,
.tsht-cat:hover .middle {
  opacity: 1;

}
.text {
  background-color: #c77337;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.middle a {
  color: white;
}
.middle a:hover {
  color: white;
}
/* ===================================================================SHOP BY CATEGORY SECTION END============================================================================= */

/* ===================================================================EMBROIDERY SECTION START============================================================================= */

.parallax {
  background-image: url('../images/female-business-owner-working.jpg');
  min-height: 300px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.h2-emp{
  color: white;
  text-align: center;
 
  font-size: 57px;
  font-family: "Poppins", sans-serif;
}
.p-emb{
  text-align: center;
}
.h4-emp{
  font-family: "Poppins", sans-serif;
  color: white;
  text-align: center;
  padding-top: 5%;
}
.parallax-bg{
  height: 578px;
  background-color: white;

}
.h2-inner{
  text-align: left;
  margin-top: 3%;
}
.p-inner{
  text-align: left;
  color: #c77337;
  font-weight: 400;
  font-size: 15px;
}

.inner-section{
  padding-top: 3%;
}





.container-inner {
  position: relative;
  width: 100%;
}

.image-inner {
  display: block;
  width: 100%;
  height: auto;
}

/* .overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #c77337;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
} */

/* .container-inner:hover .overlay {
  bottom: 0;
  height: 100%;
} */

.text-inner {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: #c77337;
  padding: 4%;
}
.text-inner a{
  color: white;
}
.text-inner a:hover{
  color:white;
}
.para-inner{
  line-height: 1.9;
}

/* ===================================================================EMBROIDERY SECTION END============================================================================= */


/*footer, .footer-bg, .footer-btm, .container, .row {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/




.contact-section { /* Assuming this section contains the "Contact Vintage Wheel" text */
  padding-bottom: 0;
  margin-bottom: 0;
}

footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}





/* ===================================================================FOOTER  SECTION START==================================================================================== */

.footer-bg {
  background-color: #edebea;
}
.footer-p {
  line-height: 1.8;
}
.ul-footer {
  list-style: none;
  margin-left: -10%;
}
.fa-location-dot,
.fa-envelope,
.fa-phone {
  font-size: 14px;
}
.h6-footer {
  font-size: 16px;
}
.footer-btm {
  background-color: #000;
  text-align: center;
  color: white;
  font-size: 11px;
}
.footer-a {
  color: white;
}
.footer-a:hover {
  color: white;
}

.footer-add {
  margin-top: 7%;
}

.footer-envelope {
  margin-top: 10%;
  margin-bottom: 10%;
}

.footer-log {
  width: 100%;
}
.footer-flot-ic{
  text-align: end;
  margin-right: 5%;
  /* position: fixed !important; */
  font-size: 30px;
  margin-top: -3%;
  margin-bottom: 1%;
  /* display: flex; */


}
.footer-flot-ic img{
  width: 3%;
}



#call-icon {
  padding-left: 15px;
  padding-right: 15px;
  position: fixed !important;
  z-index: 16000160 !important;
  bottom: 0 !important;
  text-align: center !important;
  height: 50px;
  min-width: 50px;
  border-radius: 25px;
  visibility: visible;
  transition: none !important;
  background-color: #4dc247;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  right: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-bottom: 20px;
}
.ic-wht{
  font-size: 25px;
}

/* ===================================================================FOOTER  SECTION END==================================================================================== */
/* ===================================================================ABOUT PAGE START ==================================================================================== */




/*.timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80,80,80);
  background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  
  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 300px;
  float: right;
}

.flag-wrapper {
  position: relative;
  display: inline-block;
  
  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(248,248,248);
  padding: 6px 24px;
  border-radius: 5px;
  
  font-weight: 600;
  text-align: left;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid #c77337;
  z-index: 10;
}

.direction-r .flag:before {
  left: -40px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: inline;
  
  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250,80,80);
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248,248,248);
}

.desc {
  margin: 1em 0.75em 0 0;
  font-size: 1em;
  font-style: italic;
  line-height: 1.5em;
}

.direction-r .desc {
  margin: 1em 0 0 0.75em;
}*/

/* ================ Timeline Media Queries ================ */

/* @media screen and (max-width: 660px) {

.timeline {
 	width: 100%;
	padding: 4em 0 1em 0;
}

.timeline li {
	padding: 2em 0;
}

.direction-l,
.direction-r {
	float: none;
	width: 100%;

	text-align: center;
}

.flag-wrapper {
	text-align: center;
}

.flag {
	background: rgb(255,255,255);
	z-index: 15;
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: -30px;
	left: 50%;
	content: ' ';
	display: block;
	width: 12px;
	height: 12px;
	margin-left: -9px;
	background: #fff;
	border-radius: 10px;
	border: 4px solid rgb(255,80,80);
	z-index: 10;
}

.direction-l .flag:after,
.direction-r .flag:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -8px;
	height: 0;
	width: 0;
	margin-left: -8px;
	border: solid transparent;
	border-bottom-color: rgb(255,255,255);
	border-width: 8px;
	pointer-events: none;
}

.time-wrapper {
	display: block;
	position: relative;
	margin: 4px 0 0 0;
	z-index: 14;
}

.direction-l .time-wrapper {
	float: none;
}

.direction-r .time-wrapper {
	float: none;
}

.desc {
	position: relative;
	margin: 1em 0 0 0;
	padding: 1em;
	background: rgb(245,245,245);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	box-shadow: 0 0 1px rgba(0,0,0,0.20);
	
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
	position: relative;
	margin: 1em 1em 0 1em;
	padding: 1em;
	
  z-index: 15;
}

}

@media screen and (min-width: 400px )(  max-width: 660px) {

.direction-l .desc,
.direction-r .desc {
	margin: 1em 4em 0 4em;
}

}
 */



/* ======================================================================ABOUT BANNER START=============================================================================== */

.about-hero {
  height: 30vh;
  background-size: cover;
  background-position: center;
}

.h3-txt {
  color: white;
  text-align: center;
  font-size: 37px;
  padding-top: 4%;
}

.ul-abtpg {
  list-style: none;
  color: white;
  justify-content: center;
  margin-right: 2%;
}

.li-abtpg a {
  color: white;
}

.li-abtpg a:hover {
  color: #c77337;
}

/* ======================================================================ABOUT BANNER END=============================================================================== */


.client-h1{
        font-size: 30px;
}


.underline8 {
    width: 4rem;
    height: 0.2rem;
    background-color: #c77337;
    border-radius: 50px;
    margin-bottom: 2%;}
/* =========================================================== MAKE THE BEST SECTION START=============================================================================== */

.h2-abtpg {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  /*font-size: 44px;*/
    font-size: 30px;
  width: 64%;
  line-height: 1.5;
}

.para-aboutus {
  /*line-height: 2.2;*/
      line-height: 1.9;
}

/* =========================================================== MAKE THE BEST SECTION END=============================================================================== */
/* =========================================================== OUR VALUES SECTION START=============================================================================== */

.values-bg {
  background-color: #edebea;
}

.h3-values {
  font-size: 37px;
  font-weight: 600;
}

.round {
  width: 75px;
  height: 75px;
  background-color: #c77337;
  border-radius: 50%;
}

.abtpg-card {
  /* width: 25rem; */
  width: 100%;
  height: 37rem;
  border-radius: 5%;
  display: flex;
  padding-top: 6%;
  align-items: center;
  box-shadow: 3px 4px 5px -1px rgba(179, 171, 171, 0.65);
  -webkit-box-shadow: 3px 4px 5px -1px rgba(179, 171, 171, 0.65);
  -moz-box-shadow: 3px 4px 5px -1px rgba(179, 171, 171, 0.65);
}

.deal-ic {
  width: 100%;
}

.p-abtpg {
  padding: 10px 10px 10px 10px;
  text-align: center;
}

.quality,
.badge-round {
  width: 80%;
  margin-left: 10%;
  margin-top: 10%;
}
.card2{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5%;

}

/* =========================================================== OUR VALUES SECTION END=============================================================================== */


/* =========================================================== WHY CHOOSE US SECTION START=========================================================================== */

.choose-sect {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.h5-txt-choose,
.h2-choose {
  text-align: center;
}

.h5-txt-choose,
.aboutpg-h5 {
  color: #a3a3a3;
}

.h2-choose {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 44px;
}

.h5-txt-choose {}

.h4-choose {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.h4-choose:hover {
  color: #c77337;
  transition: 0.5s;
}

.para-choose {
  line-height: 1.9;
  text-align: justify;
  font-family: "Poppins", sans-serif;
}

/* =========================================================== WHY CHOOSE US SECTION END=========================================================================== */
/* =========================================================== TESTIMONIAL SECTION START=========================================================================== */

.para-tst {
  line-height: 2;
}

.h5-name {
  color: #c77337;
}

.bg-testimonial {
  
}
.h2-tstimonial {
  text-align: center;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  margin-top: 6%;
}
.underline2 {
  width: 4rem;
  height: 0.2rem;
  background-color: white;
  border-radius: 50px;
  margin-bottom: 4%;
}

/* testimonial  */

.tstmonial-main {
  width: 50%;
  min-height: 68vh;
  color: white;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  background-color: #c77337;
  border-radius: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 8%;
}

.main2 {
  width: 100%;
  max-width: 1440px;
  padding: 16px;
}

.buttons {
  z-index: 1;
  right: 50%;
  top: 319px;
  width: 80px;
  height: 40px;
  position: absolute;
  border-radius: 50px;
  transform: translateX(50%);
  background-color: white;
}

.previous,
.next {
  width: 50%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.previous {
  left: 0;
  background-image: url('https://alcs-slider.netlify.app/images/icon-prev.svg');
}

.previous:hover {
  transform: scale(1.25);
}

.next {
  right: 0;
  background-image: url('https://alcs-slider.netlify.app/images/icon-next.svg');
}

.next:hover {
  transform: scale(1.25);
}

.slide {
  display: flex;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}

.testimonial {
  background-size: 60px;
  background-position: top;
  background-repeat: no-repeat;
}
blockquote {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 36px;
}
.author {
  font-size: 15px;
  font-weight: 700;
  color: white;
}
.author span {
  display: block;
  color: white;
  font-weight: 500;
}
.slider-img {
  width: 100%;
  padding: 0px;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  img {
    width: 240px;
    display: block;
    border-radius: 10px;
    box-shadow: 0px 16px 40px 0px rgb(4 4 4 / 40%);
  }
}
.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition-delay: 0.4s;
}
/* testimonial  */

/* =========================================================== TESTIMONIAL SECTION END=========================================================================== */


/* ===================================================================ABOUT PAGE END ==================================================================================== */



/* ===================================================================CONTACT PAGE END ==================================================================================== */

.hero-contact{
  height: 30vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.map-cont{
  width: 100%;
  height: 94vh;
}
.contact-cont{
  background-color: rgb(255, 255, 255);
  margin-top: 5%;
  margin-bottom: 3%;
  box-shadow: 9px 10px 5px -4px rgba(214,214,214,0.75);
-webkit-box-shadow: 9px 10px 5px -4px rgba(214,214,214,0.75);
-moz-box-shadow: 9px 10px 5px -4px rgba(214,214,214,0.75);
}
.h4-contact{
  margin-top: 10%;
  font-size: 26px;
  /* font-weight: 600; */
}
.h4-contact:hover{
  color: #c77337;
  transition: 0.5s;
}
.h3-cont{
  /* margin-top: 9%; */
  font-family: "Poppins", sans-serif !important;
  /* font-weight: 600; */
  font-size: 30px;
}
.fa-location-dot,.fa-mobile-screen-button,.fa-envelope{
  font-size: 20px;
}
.mail-a{
  color: #000;
}
.mail-a:hover{
  color: #c77337;
  transition: 0.5s;
}
.hed-cont{
  text-align: center;
}
.h2-write{
  /* font-weight: 600; */
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  line-height: 1.5;
}
.h5-cont{
  color: #a3a3a3;
}
.form-control {
  height: 55px !important;
  border: 2px solid #c77337 !important;
}
.form-bx{
  margin-top: 10%;
}
.msg-form{
  margin-top: 3%;
}
.contact-btn{
  text-align: center;
}
.con-btn{
  margin-left: 0% !important;
  width: 16% !important;
  margin-top: 3%;
  margin-bottom: 3% !important;
}
.contact-nbr{
color: #868282;
}
.contact-nbr:hover{
  color: #c77337;
}

/* ===================================================================CONTACT  PAGE END ==================================================================================== */

/* ===================================================================PRODUCT PAGE START ==================================================================================== */
.gallery-grid-btn.filter-shop.active {

  background-color: #d1d1bfa6 !important;

}
.con-shop{
  max-width: 1342px !important; 
  margin-top: 3%;

}

.filter-shop{
 width: 100%;
 text-align: left;
 background-color: white !important;
 color: #000 !important;
 font-weight: 400;
 font-size: 17px;
 padding: 8px 15px;
}
.filter-shop:hover{
  color: #c77337 !important;
  transition: 0.5s;
  transform: translate(2px, 1px);
}
.main-filter-con{
  margin-top: 14%;
}
.h3-cat{
  /* font-weight: 600; */
  font-size: 24px;
  background-color:#c77337;
  padding: 10px;
  color: white;
}
.label-filter{
  padding-top: 5% !important;
}
.price-h4{
  font-size: 25px;
}
.price-h4 span{
  font-size: 15px;
  font-weight: 300;
}

.btn-getprice{
  width: 100% !important;
  border-radius: 0% !important;
  background-color: #c77337 !important;
  border-color: #c77337;
  color: white;
}
.btn:active:focus, .btn:focus{
  outline: none !important;
}

/* ===================================================================PRODUCT PAGE END ==================================================================================== */
/* ===================================================================DETAIL PAGE START ==================================================================================== */

.column2{
  width: 58% !important;
  padding: 10px;
}
.shp-details{
  margin-top: 4%;
}
/* Next & previous buttons */
.prev2,
.next2 {
  cursor: pointer;
  /* position: absolute; */
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.next2 {
  /* background-image: none !important; */
  margin-top: -20%;
}
.next2:hover{
  transform: none !important;
}
.img-shp{
  width: 100% !important;
}
.mySlides{
  text-align: center;
}
.fa-star{
  color:#ffa41c;
}
.btn-btn-orange-shp{
  background-color: #c77337 !important;
  border-color: #c77337 !important;
  margin-left: 10% !important;
  border-radius: 0 !important;
  width: 100% !important;
  color: white;
  height: 47px;
}
.p-detail{
  font-weight: 500 !important;
}
.btn-addcart{
  border: 1px solid #c77337  !important;
  width: 100%;
  margin-top: 4%;
  color: #000;
}
.btn-addcart:hover{
  background-color: #c77337;
  color: white !important;
}
/* ===================================================================DETAIL PAGE END ==================================================================================== */
/* ===================================================================PROFILE PAGE START ==================================================================================== */

.header-profile {
  text-align: center !important;
  padding: 32px !important;
}
.profile-grid{
  display: -ms-flexbox !important; 
  display: flex !important;
  -ms-flex-wrap: wrap !important; 
  flex-wrap: wrap !important;
  padding: 0 4px !important;
}
.column-profile{
  -ms-flex: 25% !important;
  flex: 25% !important;
  max-width: 25% !important;
  padding: 0 4px !important;
  margin-bottom: 10%;
}
.column-profile img{
  margin-top: 8px !important;
  vertical-align: middle !important;
  width: 100% !important;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column-profile {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column-profile {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}


.box-clr{
  width: 250px;
  height: 350px;
  background-color: #c77337;
}


/* .banner-btm{
background-color: #5a2222;
height: 50px;
margin-top: 15%;
width: 100%;
text-align: center;
padding-top: 3%;

}
.navbar-bottom a{
  color: white !important;
} */

html,body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}


/* ===================================================================PROFILE PAGE END ==================================================================================== */

.ul-bullet{

  color: #868282;

}

.li-bullet{
        padding: 0%;
    padding-top: 10px;
    padding-bottom: 10px;

  /*padding: 5%;*/

}



button {

  background: transparent;

  border: none;

  cursor: pointer;

  outline: none;

}







/* .section SECTION

–––––––––––––––––––––––––––––––––––––––––––––––––– */



.p-timeline{

  font-size: 15px;

}



.section {

  background: #f45b69;

  padding: 50px 0;

}



.section .container {

  width: 90%;

  max-width: 1200px;

  margin: 0 auto;

  text-align: center;

}



.section h1 {

  font-size: 2.5rem;

}



.section h2 {

  font-size: 1.3rem;

}



/* TIMELINE

–––––––––––––––––––––––––––––––––––––––––––––––––– */



.timeline {

  white-space: nowrap;

  overflow-x: hidden;

}



.timeline ol {

  font-size: 0;

  width: 100vw;

  padding: 250px 0;

  transition: all 1s;

}



.timeline ol li {

  position: relative;

  display: inline-block;

  list-style-type: none;

  width: 160px;

  height: 3px;

  background: #bc6d34;

}



.timeline ol li:last-child {

  width: 280px;

}



.timeline ol li:not(:first-child) {

  margin-left: 14px;

}



.timeline ol li:not(:last-child)::after {

  content: "";

  position: absolute;

  top: 50%;

  left: calc(100% + 1px);

  bottom: 0;

  width: 12px;

  height: 12px;

  transform: translateY(-50%);

  border-radius: 50%;

  background: #000000;

}



.timeline ol li div {

  position: absolute;

  left: calc(100% + 7px);

  width: 280px;

  padding: 15px;

  font-size: 1rem;

  white-space: normal;

  color: black;

  background: white;

}



.timeline ol li div::before {

  content: "";

  position: absolute;

  top: 100%;

  left: 0;

  width: 0;

  height: 0;

  border-style: solid;

}



.timeline ol li:nth-child(odd) div {

  top: -16px;

  transform: translateY(-100%);

}



.timeline ol li:nth-child(odd) div::before {

  top: 100%;

  border-width: 8px 8px 0 0;

  border-color: white transparent transparent transparent;

}



.timeline ol li:nth-child(even) div {

  top: calc(100% + 16px);

}



.timeline ol li:nth-child(even) div::before {

  top: -8px;

  border-width: 8px 0 0 8px;

  border-color: transparent transparent transparent white;

}



.timeline time {

  display: block;

  font-size: 2.2rem;

  font-weight: bold;

  margin-bottom: 8px;

}



/* TIMELINE ARROWS

–––––––––––––––––––––––––––––––––––––––––––––––––– */



.timeline .arrows {

  display: flex;

  justify-content: center;

  margin-bottom: 20px;

}



.timeline .arrows .arrow__prev {

  margin-right: 20px;

}



.timeline .disabled {

  opacity: 0.5;

}



.timeline .arrows img {

  width: 45px;

  height: 45px;

}



/* GENERAL MEDIA QUERIES

–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 599px) {

  .timeline ol,

  .timeline ol li {

    width: auto;

  }



  .timeline ol {

    padding: 0;

    transform: none !important;

  }



  .timeline ol li {

    display: block;

    height: auto;

    background: transparent;

  }



  .timeline ol li:first-child {

    margin-top: 25px;

  }



  .timeline ol li:not(:first-child) {

    margin-left: auto;

  }



  .timeline ol li div {

    position: static;

    width: 94%;

    height: auto !important;

    margin: 0 auto 25px;

  }



  .timeline ol li:nth-child(odd) div {

    transform: none;

  }



  .timeline ol li:nth-child(odd) div::before,

  .timeline ol li:nth-child(even) div::before {

    left: 50%;

    top: 100%;

    transform: translateX(-50%);

    border: none;

    border-left: 1px solid white;

    height: 25px;

  }



  .timeline ol li:last-child,

  .timeline ol li:nth-last-child(2) div::before,

  .timeline ol li:not(:last-child)::after,

  .timeline .arrows {

    display: none;

  }

}



/* FOOTER STYLES

–––––––––––––––––––––––––––––––––––––––––––––––––– */

.page-footer {

  position: fixed;

  right: 0;

  bottom: 20px;

  display: flex;

  align-items: center;

  padding: 5px;

  color: black;

  background: rgba(255, 255, 255, 0.65);

}



.page-footer a {

  display: flex;

  margin-left: 4px;

}



/* card timeline  */



/* a {

  color: #7b9d6f;

  text-decoration: none;

} */

.raymond-bg{
  float: right;
  margin-top: 10%;
  margin-right: 7%;

}

.p-raymond-pg{
  line-height: 1.9;
}



/* ===================================================================CALL TO ACTION SECTION START=========================================================================== */


.call-to-action-bg{
background-image: url('../images/1900x350hhhhhhh.webp');

background-position: center;
background-size: cover;
height: 165px;
width: 100%;

}

.h2-action{
  color: white;
  padding-top: 2%;
  margin-left: 10%;
  font-family: "Poppins", sans-serif;
  width: 100%;

}

.btn-calltoaction {
  background-color: #c77337 !important;
  border-color: #c77337 !important;
  /* margin-left: 10% !important; */
  border-radius: 0 !important;
  width: 96% !important;
  color: white;
  height: 47px;
}

.btn-calltoaction:hover {
  background-color: #c77337 !important;
  border-color: #c77337 !important;
  color: white !important;
}

.btn-calltoaction:active {
  background-color: #c77337 !important;
  border-color: #c77337 !important;
}

.btn-calltoaction:focus {
  box-shadow: 0 0 0 0.2rem rgb(199 115 55 / 39%);
}

.button-call{
  padding-top: 6%;
  display: flex;
  justify-content: end;
  padding-right: 33%;
}


/* ===================================================================CALL TO ACTION SECTION END=========================================================================== */



/* timeline  */



.img-time{
  width: 100%;
}





.p-footer{
  margin-left: 8%;
  line-height: 1;
}




.cookie-bar{ 
  position: fixed;
   bottom: 0px;
    padding:10px 15px;
     width: 100%;
      display: none;
       z-index: 15;
      background-color:black;
       font-family: "Poppins", sans-serif;
       }
 .cookie-para { color: white;
   font-size: 12px;
    font-weight: normal;
     display: inline-block;
 padding-bottom: 5px;
 }
 .cookie-space { padding-bottom: 45px; }

.cookie-btn{ font-size:14px; color: #ffffff; background: red; padding: 2px 15px; border-radius: 4px; 
  display: inline-block; margin-left: 1%;  }
.cookie-btn.secondary { color: #ffffff; background: #3575ff; }    
  @media (max-width: 767px) {
  .cookie-bar{ padding:10px 15px 40px 15px; }}



























/* ===================================================================RESPONSIVE SECTION START=========================================================================== */



@media only screen and (max-width:374px) {
    
    
    
    .li-con{
            margin-top: 15% !important;
    }
    
    
    
    .p-footer {
    margin-left: 6% !important;
        
    }
    
    
    
    .quality,.deal-ic,.badge-round {

width: 66% !important;
        margin-left: 18% !important;
        margin-top: 18% !important;
    }
    
    .round{
        width: 65px !important;
        height: 67px !important;
    }
    
    
     .button-call {
    justify-content: flex-start !important;
    margin-left: 3% !important;
         margin-left: 8% !important;
         padding-top: 0% !important;

}
    
    
  .h2-action{
    font-size: 16px !important;
          margin-left: 8% !important;
    line-height: 1.3 !important;
    width: 90% !important;
  }
    
  
  .call-to-action-bg{
    height: 205px !important;
  }
    
    
    
    .btn-btn-orange2{
        width: 59% !important;
    }
    
    
    .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
        
        height: 500px !important;
    }
    
    
    .slider-img{
        width:500px !important;
        
    }
    
  
    .banner-btm{
        display: none !important;
    }
    
    
    
    
  .slick-slide img{

    width:100% !important;

}



/*.raymond-bg{*/

/*    width: 50%;*/

/*        float: left;*/

/*}*/


.raymond-bg{
    display:none !important;
}

  

  html,body{
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }

  .top-bar a,
  .fa-phone {
    font-size: 15px !important;
  }

  .banner-btm{
    background-color: #080808 !important;
    height: 50px !important;

    margin-top: 15% !important;
    width: 100% !important;
    text-align: center !important;
    padding-top: 6% !important;
    }
    .navbar-bottom a{
      color: white !important;
      font-size: 11px !important;
    }
    

  .h2-emp {
    font-size: 30px !important;
    
  }
  .h4-emp{
    font-size: 10px !important;
            padding-top: 15% !important;
  }
  /*.h4-emp {*/
  /*  padding-top: 46% !important;*/
  /*}*/
  .parallax-bg {
    height: 929px !important;
  }


/* DETAUL PAGE START  */
img.demo.cursor {
  display: none !important;
}
.ul-abtpg {
  margin-right: 3% !important;
}
.next2 {
  margin-top: -14% !important;
}
.p-detail{
  font-size: 12px !important;
}
.h2-detail{
  font-size: 22px !important;
}
.h3-deail-product{
  font-size: 21px !important;
}

/* DETAUL PAGE END  */



/* CONTACT PAGE START  */

.map-cont{
  height: 30vh !important;
}
.hero-contact{
  height: 40vh !important;
}
.h3-cont {
  font-size: 26px !important;
}
.h4-contact{
  font-size: 23px !important;
}
.fa-location-dot, .fa-mobile-screen-button, .fa-envelope{
  font-size: 18px !important;
}
.h5-cont{
  margin-top: 10% !important;
}
.h2-write {
  font-size: 32px !important;
}
.msg-form {
  margin-top: 10% !important;
}
/* CONTACT PAGE END  */

/* ABOUT PAGE START  */

  .abtpg-card{
    width: 100% !important;
        height: 45rem !important;
  }
  
  .h4-app{

          text-align: center !important;

  }
  
  .about-hero {
    height: 42vh !important;
  }
  .h3-txt {
      padding-top: 45% !important;
    /*padding-top: 19% !important;*/
  }
  .ul-abtpg {
    margin-right: 9% !important;
  }
  .abt-img {
    width: 100% !important;
  }
  .h2-abtpg {
    font-size: 37px !important;
    width: 100% !important;
  }
  .h2-choose{
    font-size: 33px !important;
  }
  .h2-tstimonial {
    font-size: 32px !important;
  }
  .tstmonial-main {
    width: 100% !important;
    border-radius: 0 !important;
  }
  .buttons {
    top: 237px !important;
  }
  /* ABOUT PAGE  END  */


  .h2-banner {
    font-size: 28px !important;
    padding-top: 42% !important;
    line-height: 1.6 !important;
  }
  .h1-getoffer {
              font-size: 17px !important;
              /*font-size: 14px !important;*/
    /*font-size: 29px !important;*/
    padding-top: 8% !important;
  }
  .get-offr {
    /*height: 353px !important;*/
    height: 395px !important;
  }
  .card {
    width: 22rem !important;
    height: 17rem !important;
  }
  .rilpress,
  .cadeni {
    width: 100% !important;
  }
  .slick-slider {
    margin-top: 45% !important;
  }
  .cadeni {
    margin-top: 8% !important;
  }
  .cadeni {
    margin-top: 16% !important;
  }
  .carousel-img {
    margin-top: 21% !important;
  }
  .column {
    width: 100% !important;
  }
  .text {
    padding: 16px 31px !important;
  }
  .h2-img-cat {
    font-size: 23px !important;
  }
  .hero {
    height: 38vh !important;
  }
  .btn-btn-orange {
    width: 39% !important;
  }
  
  
  .site-navbar .toggle-button {
           margin-top: 39px !important;
          right: 7px !important;
  }
  
      .logo {
              margin-top: 9% !important;
      }
      
      .slider-img{
              object-fit: cover !important;
      }
      
      .gallery-grid-btn{
              margin-left: 3% !important;
                  padding: 12px 10px !important;
      }
      
       .brand-bg {
        height: 53vh !important;
    }
    
        .ul-footer {
        margin-left: 0% !important;
    }
  
  
  
}

@media screen and (min-width: 375px) and (max-width: 424px) {
    
    
    .li-con{
            margin-top: 12%;
    }
    
    
       
    .p-footer {
    margin-left: 6% !important;
        
    }
    
    
    
 .h1-getoffer {
     padding-top: 8% !important;
    width: 91% !important;
 }
    
    
    #myBtnContainer{
            margin-left: 3% !important;
    }
    
    
    .site-navbar .toggle-button{
            margin-top: 4% !important;
                right: 9px !important;
    }
    
    
     .button-call {
    justify-content: flex-start !important;
    margin-left: 3% !important;
         margin-left: 7% !important;

}
    
    
  .h2-action{
    font-size: 17px !important;
          margin-left: 9% !important;
    line-height: 1.3 !important;
    width: 79% !important;
  }
    
  
  .call-to-action-bg{
    height: 205px !important;
  }
    
    
       .btn-btn-orange2{
        width: 59% !important;
    }
    
    
    
      .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
        
        height: 500px !important;
    }
    
    
    .slider-img{
        width:500px !important;
        
    }
    
  
    .banner-btm{
        display: none !important;
    }
    
    
    
       
    .parallax-bg {
            height: 963px !important;
}
   
  .get-offr{

    height: 507px !important;

}

.slick-slider{

    margin-top: 46% !important;

}

.slick-slide img{

    width: 100% !important;

}

.raymond-bg{
display: none !important;
}



/*.raymond-bg{*/

/*    width: 50%;*/

/*        float: left;*/

/*}*/
  .about-hero {
    height: 44vh !important;
  }

  .banner-btm{
    background-color: #000000;
    height: 50px;
    /* position: absolute; */
    margin-top: 15%;
    width: 100%;
    text-align: center;
    padding-top: 5%;
    }
    .navbar-bottom a{
      color: white !important;
      font-size: 11px;
    }

    .top-bar a,
    .fa-phone {
            font-size: 16px !important;
    }

  .h2-emp {
    font-size: 35px !important;
  }
  .h4-emp{
    font-size: 12px !important;
        padding-top: 15% !important;

  }

  /* DETAIL PAGE START  */
  img.demo.cursor {
    display: none !important;
  }
  .h2-detail{
    font-size: 27px !important;
  }
  .h3-deail-product{
    font-size: 26px !important;
  }
  .next2{
    margin-top: -12% !important;
  }
  /* DETAIL PAGE END  */

  /* CONTACT PAGE START   */  
.hero-contact {
    height: 44vh !important;
  }
.map-cont {
  height: 48vh !important;
}
.h2-write {
  font-size: 38px !important;
}
.h5-cont{
  margin-top: 10% !important;
}
.msg-form {
  margin-top: 10% !important;
}
/* CONTACT PAGE END   */

/* ABOUT PAGE START  */

  .abtpg-card{
    width: 100% !important;
      height: 39rem !important;

  }
  .h3-txt {
    padding-top: 26% !important;
  }
  .ul-abtpg{
    margin-right: 9% !important;
  }
  .abt-img{
    width: 100% !important;
  }
  .h2-abtpg {
    font-size: 36px !important;
    width: 100% !important;
  }
  .aboutpg-h5{
    margin-top: 10% !important;
  }
  .h2-choose {
    font-size: 41px !important;
  }
  .h2-tstimonial {
    font-size: 39px !important;
  }
  .tstmonial-main {
    width: 100% !important;
  }
  .buttons {
    top: 255px !important;
  }
  /* ABOUT PAGE END  */


  .h2-banner {
    font-size: 34px !important;
    padding-top: 43% !important;
  }
  .card {
    width: 27rem !important;
    height: 18rem !important;
  }
  .brand-bg {
    height: 57vh !important;
  }
  .column {
    width: 100% !important;
  }
  .hero {
    height: 41vh !important;
  }
  .gallery-grid-btn {
    padding: 12px 15px !important;
  }
  
  
  .logo{
          margin-top: 7% !important;
  }
  
  .slider-img{
          object-fit: cover !important;
  }
  
  
  
  .p-emb{
          width: 80% !important;
    margin-left: 9% !important;

  }
  
  
      .ul-footer {
        margin-left: 0% !important;
    }
  
  
  
  
  
  
}

@media only screen and (max-width: 600px) {
    
    
    .p-footer {
    margin-left: 5%;
        
    }
    
    
    .h4-emp{
        font-size: 13px;
                padding-top: 12%;
        
    }
    .h2-emp{
            font-size: 35px;
    }
    
    .p-emb{
        width: 85%;
    margin-left: 7%;
    }
    
    
    #myBtnContainer{
            margin-left: 1%;
    }
    
    .site-navbar .toggle-button {
        margin-top: 5%;
            right: 11px;

}

.logo{
        margin-top: 7%;
}
    
    
     .button-call {
    justify-content: flex-start;
    margin-left: 3%;
        margin-left: 8%;

}
    
    
  .h2-action{
    font-size: 17px;
           margin-left: 8%;
    line-height: 1.3;
  }
    
  
  .call-to-action-bg{
    height: 205px;
  }
    
    
    
       .btn-btn-orange2{
        width: 59% !important;
    }
    
      .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
        
        height: 500px !important;
    }
    
    
    .slider-img{
        width:500px;
            object-fit: cover;
        
    }
    
  
    .banner-btm{
        display: none;
    }
    
    
    
    .parallax-bg {
        height: 925px;
}
    
    
    
  .slick-slider {

    margin-top: 43%;

}
    .slick-slide img{

            width:100%;

    }
    /*.raymond-bg{*/

    /*    width: 50%;*/

    /*        float: left;*/

    /*}*/
    
    
    .raymond-bg{
         display: none;
        
    }       
    
    
  .hero-contact {
    height: 40vh;
  }

  .about-hero{
    height: 43vh !important;
  }


  .banner-btm{
    background-color: #000000;
    height: 50px;

    margin-top: 15% ;
    width: 100% ;
    text-align: center;
    padding-top: 3%;
    }
    .navbar-bottom a{
      color: white;
      font-size: 14px;
    }

  /* DETAIL PAGE START  */
  img.demo.cursor {
    display: none;
  }

  /* DETAIL PAGE END  */

  /* CONTACT PAGE START  */

  .map-cont {
    height: 49vh;
  }
  .msg-form {
    margin-top: 10%;
  }
  /* CONTACT PAGE END  */


  /* ABOUT PAGE START  */

  .h3-txt {
    padding-top: 47%;
  }
  .ul-abtpg {
    margin-right: 7%;
  }
  .abt-img{
    width: 100%;
  }
  .h2-abtpg {
    width: 86%;
  }
  .abtpg-card{
    width: 100%;
  }
  .tstmonial-main{
    width: 100%;
  }
  .buttons{
    top: 260px;
  }     
  /* ABOUT PAGE END  */


  .ul-footer {
         margin-left: 0%;
  }
  .mafatlal {
    width: 74% !important;
    margin-left: 17% !important;
    margin-top: 10% !important;
  }
  .beergamo {
    margin-top: 22% !important;
  }
  .reidtaylor {
    margin-top: 20% !important;
  }
  .wocky {
    margin-left: 5%;
    margin-top: 11% !important;
  }
  .rilpress {
    width: 83% !important;
    margin-top: 0% !important;
    margin-left: 12% !important;
  }
  .linen {
    width: 72% !important;
    margin-top: 4% !important;
    margin-left: 16% !important;
  }
  .valji {
    width: 91% !important;
    margin-left: 6% !important;
    margin-top: 3% !important;
  }
  .jhampstead {
    width: 74% !important;
    margin-left: 13% !important;
    margin-top: 8% !important;
  }
  .carousel-img {
    margin-top: 15% !important;
  }
  .cadeni {
    margin-left: 6% !important;
    width: 92% !important;
    margin-top: 4% !important;
  }
  .h2-banner {
    font-size: 40px;
    padding-top: 29%;
  }
  .logo {
    margin-left: 0%;
  }
  .btn-btn-orange {
    width: 34% !important;
  }
  .h1-getoffer {
    /*font-size: 45px;*/
               font-size: 16px;
    padding-top: 12%;
  }
  .top-bar a,
  .fa-phone {
    font-size: 18px;
  }
  .site-navbar {
    height: 12rem;
  }
  .logo {
    width: 80%;
  }
  .icon-menu {
    color: #c77337 !important;
            margin-right: 10px;
                    font-size: 31px !important;
  
  }
  .gallery-grid-btn {
    font-size: 12px;
  }
  .img-over {
    top: 87%;
  }
  .text-center a {
    font-size: 20px;
  }
  .get-offr {
    /*height: 550PX;*/
            height: 218px !important;
  }
  .footer-btm {
    font-size: 11px;
  }
  .card {
    width: 34rem;
    margin-top: 24%;
  }
  .brand-bg {
    height: 70vh;
  }
  .footer-log {
    width: 63%;
  }
  .hero {
    height: 63vh;
  }
  .column {
    width: 100%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
/* @media only screen and (min-width: 768px) { */
@media screen and (min-width: 768px) and (max-width: 991px) {
    
    
      .button-call {

    padding-top: 2%;
    display: flex;
    justify-content: start;
    padding-left: 4%;
  }



  .h2-action {
    margin-left: 3%;
  }
  
  .call-to-action-bg {
    height: 268px;
  }


/* PRODUCT PAGE START  */


.h3-cat{
  font-size: 14px;
}
.filter-shop{
  font-size: 13px;
}
.h4-shp{

}

/* PRODUCT PAGE END  */


  /* CONTACT PAGE START  */
  .msg-form {
    margin-top: 33%;
  }
  /* CONTACT PAGE END  */


  /* ABOUT PAGE START */

  .h3-txt {
    padding-top: 10%;
  }
  .ul-abtpg {
    margin-right: 2%;
  }
  .h2-abtpg{
    width: 100%;
  }
  .abt-img{
    width: 100%;
    margin-top: 28%;
  }
  .abtpg-card{
    width: 100%;
    height: 29rem;
  }
  .h4-choose {
    font-size: 17px;
  }
  .para-choose {
    font-size: 13px;
  }
  .tstmonial-main {
    width: 100%;
  }
  .buttons {
    top: 300px;
  }

  /* ABOUT PAGE END */

  .logo {
    margin-left: 0;
    margin-top: 0;
  }

  .top-bar {
    font-size: 10px;
  }

  .h2-banner {
    font-size: 61px;
    padding-top: 28%;
  }

  .btn-btn-orange {
    width: 15% !important;
  }
  .icon-menu {
    color: #c77337 !important;
  }
  .card {
    width: 15rem;
    height: 12rem;
  }
  .slick-slider {
    margin-top: 15% !important;
  }
  .valji {
    width: 89% !important;
    margin-top: 11% !important;
    margin-left: 6% !important;
  }
  .beergamo {
    margin-top: 29%;
  }
  .mafatlal {
    width: 92% !important;
    margin-left: 6% !important;
    margin-top: 10% !important;
  }
  .carousel-img {
    margin-top: 22%;
  }
  .jhampstead {
    margin-left: 6% !important;
    margin-top: 9% !important;
  }
  .linen {
    margin-top: 4% !important;
  }
  .get-offr {
    /*height: 277px;*/
    height: 213px;
  }
  .h1-getoffer {
    /*font-size: 46px;*/
      font-size: 18px !important;
  }
  .h2-img-cat {
    padding-top: 60%;
    font-size: 17px;
  }
  .text {
    padding: 11px 10px;
  }
  .brand-bg {
    height: 33vh !important;
  }
  .img-over {
    top: 87% !important;
  }
  
  .raymond-bg {
          margin-right: 5%;
  }

  
  
  
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px)and (max-width:1199px) {
    
    
      .carousel-caption{
            padding-bottom: 54px;
    }
    
    
    .navbar-bottom{
        display: none;
    }
    
    
    
    .p-footer {
    margin-left: 2%;
        
    }
    
    
    .h2-action {
            font-size: 26px;
    }
    
    
    .button-call {
    padding-top: 15%;
        
    }
    
    
    
    .ul-footer {
            margin-left: 0%;
    }

  /* PRODUCT PAGE START  */
  .h3-cat{
    font-size: 19px;
  }
  .filter-shop{
    font-size: 17px;
  }

  /* PRODUCT PAGE END  */




  /* CONTACT PAGE START  */
  .msg-form {
    margin-top: 28%;
}
  /* CONTACT PAGE END  */

  /* ABOUT PAGE START  */

  .h3-txt{
    padding-top: 12%;
  }
  .tstmonial-main {
    width: 100%;
  }
  .buttons {
    top: 310px;
  }
  /* ABOUT PAGE END  */

  .site-navbar .site-navigation .site-menu>li>a {
    margin-left: 0 !important;
  }
  .logo {
    margin-left: -5%;
    margin-top: 0%;
    width: 68%;
  }
  .btn-btn-orange {
    width: 11% !important;
  }
  .card {
    width: 21rem;
    height: 18rem;
  }
  .carousel-img {
    margin-top: 23% !important;
  }
  .valji {
    margin-top: 10% !important;
  }
  .linen {
    margin-top: 6% !important;
  }
  .beergamo {
    margin-top: 31%;
  }
  .get-offr {
    /*height: 335px;*/
            height: 267px;
  }
  .h1-getoffer {
    /*font-size: 54px;*/
            font-size: 28px;
          
    padding-top: 4%;
  }
  .text {
    padding: 14px 27px;
  }
  .p-add-ft {
    font-size: 13px;
  }
  .h2-banner {
    padding-top: 17%;
     font-size: 55px;
  }
  .map-cont{

    height: 108vh;

}

.raymond-bg {
        margin-right: 10%;
}
.ul-abtpg {
    margin-right: 0%;}

}

/* @media only screen and (min-width: 1200px) { */
@media only screen and (min-width: 1200px)and (max-width:1399px) {
    
    
    
    .carousel-caption {
            padding-bottom: 39px !important;
}
    
    
    
    
    .btn-btn-orange2 {
            width: 15% !important;

}
    
    
    
    .logo{
      width: 77%;  
    }
    
  
    
    
    .ul-footer {
            margin-left: 0%;
}
    
    
      .h2-banner {
    /*padding-top: 17%;*/
     font-size: 55px;
  }

  .banner-btm{
    display: none !important;

  }


  /* CONTACT PAGE START  */
  .next {
    margin-top: 0%;
}
  .map-cont {
    margin-top: 23%;
  }
  .buttons {
    top: 243px !important;
}
  /* CONTACT PAGE START  */


  /* ABOUT PAGE START */
  .h3-txt {
    padding-top: 7%;
  }
  .tstmonial-main{
    width: 80%;
  }
  .tstmonial-main {
    border-radius: 2%;
  }
  .buttons{
    top: 311px;
  }

  /* ABOUT PAGE END */


  .logo {
    margin-left: 0;
    margin-top: 0%;
  }
  .btn-btn-orange {
    width: 20% !important;
  }
  .h1-getoffer {
    padding-top: 3%;
  }
  .brand-bg {
        height: 37vh !important;
  }

}


@media only screen and (min-width: 1440px)and (max-width:1910px) {
    .ul-footer {
            margin-left: 0%;
    }
}

@media only screen and (min-width: 1400px) {
    
    
    .h3-txt {
        padding-top: 7%;
}

.ul-abtpg {
        margin-right: 0%;
}


.map-cont {
        height: 116vh;
}
    
    
    
    
  
  .btn-btn-orange {
  
    width: 14% !important;
  
  
}

  .brand-bg {
    /*height: 46vh !important;*/

}
}

/* ===================================================================RESPONSIVE SECTION END========================================================================================== */








body {
  background-color: #fff;
  position: relative;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}
.raymondli{

  background-image:url('https://designfaktory.xyz/Vintagewheel1/images/image(11).png'); 
  PADDING-BOTTOM: 9PX;

}
img.raymond-logo{

  height:55px;

}
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

.a-wht{
  color: white;
}
.a-wht:hover{
  color: white;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  /* position: relative; */
  position: fixed;
  width: 100%;
  margin-top: 29px !important;
  /* margin-top: 32px;   */
}

/* .position{
  position: fixed;
} */

@media (max-width: 991.98px) {
  .site-navbar {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}



.site-menu{
  margin-top: 0% !important;

}





.site-navbar .toggle-button {
  position: absolute;
  right: 0px;
}

.site-navbar .site-logo {
  position: absolute;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0;
  margin: 0;
  padding: 0;
  z-index: 3;
}

@media (max-width: 991.98px) {
  .site-navbar .site-logo {
    float: left;
    position: relative;
  }
}

.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
  color: #007bff !important;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
  margin-left: 6px !important;
  margin-right: 15px !important;
  padding: 20px 0px;
  color: #000 !important;
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #c77337;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff !important;
  background: #f8f9fa;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 180px;

}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #f8f9fa;
  color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #f8f9fa;
  color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 51px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #ced4da;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 56px !important;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
  background: #fff;
}

.sticky-wrapper .site-navbar .site-logo a {
  color: #fff;
}

.sticky-wrapper .site-navbar ul li a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.sticky-wrapper .site-navbar ul li a.active {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #007bff;
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #007bff !important;
}

.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (max-width: 991.98px) {
  .sticky-wrapper .shrink {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}


@media only screen and (min-width: 1401px) {

  .navbar-bottom {

      display:none !important;

  }

}