
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
/*   font-family: "Playfair Display",sans-serif; */
	 font-family: "PT Sans", serif!important;
                                                
  font-size: 15px;
  color: #848e9f;
  overflow-x: hidden;
}

::-moz-selection {
  background-color: #333534;
  color: #ffffff;
}

::selection {
  background-color: #333534;
  color: #ffffff;
}

a {
  color: #333534;
  transition: color 0.3s ease;
}
a:hover {
  color: #EE3D33;
  text-decoration: none;
}

section {
  position: relative;

}

img {
  max-width: 100%;
}

/*-------------------------
     RESET Default Styles
 --------------------------*/
* {
  outline: none;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
}

select {
  background-color: transparent;
}

button,
button:focus,
.form-control,
.form-control:focus {
  outline: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

.svg-pathes {
  position: absolute;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 576px) and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  html,
body {
    overflow-x: hidden;
  }
}
/*----------------------------
      Helper Classes
----------------------------*/
.sticky-top {
  z-index: 500;
}

.row-gutter-0 {
  margin-left: 0;
  margin-right: 0;
}
.row-gutter-0 > [class*=col] {
  padding-right: 0;
  padding-left: 0;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-17 {
  font-size: 17px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.font-secondary {
  font-family: "Outfit", sans-serif;
}

.align-v {
  display: flex !important;
  align-items: center !important;
}

.align-v-h {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.border-top {
  border-top: 1px solid #e7ebef !important;
}

.border-bottom {
  border-bottom: 1px solid #e7ebef !important;
}

/*  margin Top */
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

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

.mt-100 {
  margin-top: 100px !important;
}

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/* Margin Right */
.mr-0 {
  margin-right: 0 !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* Margin Left */
.ml-0 {
  margin-left: 0 !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mx-80 {
  margin-right: 80px;
  margin-left: 80px;
}

/* padding Top */
.pb-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

/*  Padding Bottom */
.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-220 {
  padding-bottom: 220px !important;
}

/* padding Right */
.pr-0 {
  padding-right: 0 !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* padding Left */
.pl-0 {
  padding-left: 0 !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

@media (max-width: 992px) {
  .mt-30 {
    margin-top: 20px !important;
  }
  .mt-40 {
    margin-top: 20px !important;
  }
  .mt-50 {
    margin-top: 25px !important;
  }
  .mt-60 {
    margin-top: 30px !important;
  }
  .mt-70 {
    margin-top: 35px !important;
  }
  .mt-80 {
    margin-top: 40px !important;
  }
  .mt-100 {
    margin-top: 50px !important;
  }
  .mb-30 {
    margin-bottom: 15px !important;
  }
  .mb-40 {
    margin-bottom: 20px !important;
  }
  .mb-50 {
    margin-bottom: 25px !important;
  }
  .mb-60 {
    margin-bottom: 30px !important;
  }
  .mb-70 {
    margin-bottom: 35px !important;
  }
  .mb-80 {
    margin-bottom: 40px !important;
  }
  .mb-90 {
    margin-bottom: 45px !important;
  }
  .mb-100 {
    margin-bottom: 50px !important;
  }
  /* Margin Right */
  .mr-30 {
    margin-right: 15px !important;
  }
  .mr-40 {
    margin-right: 20px !important;
  }
  .mr-50 {
    margin-right: 25px !important;
  }
  /* Margin Left */
  .ml-30 {
    margin-left: 15px !important;
  }
  .ml-40 {
    margin-left: 20px !important;
  }
  .ml-50 {
    margin-left: 25px !important;
  }
  /* padding Top */
  .pt-30 {
    padding-top: 15px !important;
  }
  .pt-40 {
    padding-top: 20px !important;
  }
  .pt-50 {
    padding-top: 25px !important;
  }
  .pt-60 {
    padding-top: 30px !important;
  }
  .pt-70 {
    padding-top: 35px !important;
  }
  .pt-80 {
    padding-top: 40px !important;
  }
  .pt-90 {
    padding-top: 45px !important;
  }
  .pt-100 {
    padding-top: 50px !important;
  }
  .pt-110 {
    padding-top: 55px !important;
  }
  .pt-120 {
    padding-top: 60px !important;
  }
  .pt-130 {
    padding-top: 70px !important;
  }
  .pt-140 {
    padding-top: 70px !important;
  }
  .pt-150 {
    padding-top: 75px !important;
  }
  .pt-160 {
    padding-top: 80px !important;
  }
  .pt-170 {
    padding-top: 85px !important;
  }
  /*  Padding Bottom */
  .pb-30 {
    padding-bottom: 15px !important;
  }
  .pb-40 {
    padding-bottom: 20px !important;
  }
  .pb-50 {
    padding-bottom: 25px !important;
  }
  .pb-60 {
    padding-bottom: 30px !important;
  }
  .pb-70 {
    padding-bottom: 35px !important;
  }
  .pb-80 {
    padding-bottom: 40px !important;
  }
  .pb-90 {
    padding-bottom: 45px !important;
  }
  .pb-100 {
    padding-bottom: 50px !important;
  }
  .pb-110 {
    padding-bottom: 55px !important;
  }
  .pb-120 {
    padding-bottom: 60px !important;
  }
  .pb-130 {
    padding-bottom: 65px !important;
  }
  .pb-140 {
    padding-bottom: 70px !important;
  }
  .pb-150 {
    padding-bottom: 75px !important;
  }
  .pb-160 {
    padding-bottom: 80px !important;
  }
  .pb-170 {
    padding-bottom: 85px !important;
  }
  .pl-50 {
    padding-left: 25px !important;
  }
}
@media (max-width: 1350px) { 
	.mobs-banner-bottom{
		background-size: contain!important;
	}
}
@media (max-width: 768px) {   .widget_contact_info_widget .footer-header{ margin-left: -40px!important;
	margin-top: 20px!important;}
.flr-mob{
    float: none!important;
    margin-left: 15%;
    margin-top: 20px;
}
	.woocommerce ul.products li.product button.woosq-btn {
    left: 28%!important;
	}
}
@media (max-width: 991px) {
	#gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
		width: 100%!important;}
  .order-1-md {
    order: 1;
  }
  .order-2-md {
    order: 2;
  }
	#wqv-quick-view-content.sp-wqv-content {
    background: #ffffff;
    display: flex;
}
	.wqv-product-images img {
        width: 100%;
        /* padding: 60px 15px; */
        height: 100%;
		padding:20px;
    }
}
@media (min-width: 769px) and (max-width: 819px) {
  .get-quote-button {
    font-size: 7px!important;
	}
	.woocommerce ul.products li.product button.woosq-btn {
 
    padding: 4px 6px!important;
	}
}
@media (min-width: 820px) and (max-width: 990px) {
	.woocommerce ul.products li.product button.woosq-btn {
		padding: 8px 12px!important;}
	.woosq-btn-has-icon .woosq-btn-icon {
    font-size: 8px!important;
}
}
/* Medium Devices */
@media (min-width: 991px) and (max-width: 1147px) {
  .woocommerce ul.products li.product button.woosq-btn {
	  left: 12%!important;}
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  
}
/*-------------------------
   Background & Colors
--------------------------*/
/* Colors */
.color-white {
  color: #ffffff !important;
}

.color-white-hover:hover {
  color: #ffffff !important;
}

.color-gray {
  color: #f9f9f9 !important;
}

.color-dark {
  color: #222222 !important;
}

.color-primary {
  color: #333534 !important;
}

.color-secondary {
  color: #EE3D33 !important;
}

.color-heading {
  color: #333534 !important;
}

.color-body {
  color: #848e9f !important;
}

/* backgrounds */
.bg-transparent {
  background-color: transparent;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f9f9f9 !important;
}

.bg-dark {
  background-color: #222222 !important;
}

.bg-heading {
  background-color: #333534 !important;
}

.bg-primary {
  background-color: #333534 !important;
}

.bg-secondary {
  background-color: #EE3D33 !important;
}

.bg-light-blue {
  background-color: #3851a2 !important;
}

.bg-pink {
  background-color: #fff2f2;
}

.bg-img {
  position: relative;
  z-index: 1;
}

.background-size-auto {
  background-size: auto !important;
}

.bg-parallax {
  background-attachment: fixed;
}

.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(27, 26, 26, 0.25);
}

.bg-overlay-2:before {
  background-color: rgba(27, 26, 26, 0.15);
}

.bg-overlay-3:before {
  background-color: rgba(27, 26, 26, 0.05);
}

.bg-overlay-gradient:before {
  background-color: transparent;
  opacity: 0.65;
  background-image: linear-gradient(180deg, #010711 0%, rgba(27, 26, 26, 0.65) 34%);
}

.bg-overlay-secondary:before {
  background-color: rgba(244, 87, 46, 0.93);
}

.bg-overlay-primary:before {
  background-color: rgba(46, 49, 146, 0.9);
}

.bg-overlay-primary-gradient:before {
  opacity: 0.95;
  background-color: #333534;
  background-image: linear-gradient(90deg, rgba(29, 42, 77, 0) 0%, rgba(37, 39, 117, 0) 0%, rgb(37, 39, 117) 80%);
}

.bg-overlay-secondary-gradient:before {
  opacity: 0.95;
  background-color: transparent;
  background-image: linear-gradient(180deg, #061733 19%, #061733 71%);
}

.bg-overlay-blue-gradient:before {
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(56, 81, 162, 0.9019607843) 21%, #263B72 86%);
}

/*-------------------------
   Typography
--------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333534;
  
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.4;

}
.footer-header li a{
	font-family: '"PT Sans", serif;', sans-serif;
/* 	font-family: "Outfit", sans-serif; */
	    color: #b32025;
}
.footer-header ul{
	list-style:none;
}
p {
  line-height: 1.75;
  margin-bottom: 15px;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

.heading-subtitle {
	font-family: '"PT Sans", serif;', sans-serif;
/*   font-family: "Outfit", sans-serif; */
  font-size: 16px;
  color: #EE3D33;
  margin-bottom: 12px;
}

.heading-title {
  font-size: 37px;
  margin-bottom: 20px;
}
.heading-title .underlined-text {
  border-bottom: 4px solid #333534;
}

.heading-desc {
  font-size: 16px;
  margin-bottom: 0;
}

.heading-layout2 .heading-title {
  font-size: 40px;
}

.heading-layout3 .heading-title {
  font-size: 50px;
}

.heading-light .heading-subtitle {
  color: #c1c3ec;
}
.heading-light .heading-title {
  color: #ffffff;
}
.heading-light .heading-desc {
  color: #f9f9f9;
}

.text-block-title {
  font-size: 24px;
  margin-bottom: 14px;
}

.text-block-desc {
  font-size: 16px;
}

.text-link {
  font-size: 14px;
  font-weight: 700;
}
.text-link a:not(.btn) {
  padding-bottom: 2px;
  border-bottom: 2px solid #333534;
}
.text-link a:not(.btn).color-secondary {
  border-bottom-color: #EE3D33;
}
.text-link:hover a:not(.btn) {
  color: #EE3D33;
  border-bottom-color: #EE3D33;
}
.text-link:hover a:not(.btn).color-secondary {
  color: #333534;
  border-bottom-color: #333534;
}

.underlined-text,
.underlined-text-secondary {
  padding-bottom: 2px;
  border-bottom: 2px solid;
}

.underlined-text {
  border-bottom-color: #333534;
}

.underlined-text-secondary {
  border-bottom-color: #EE3D33;
}

@media (max-width: 992px) {
  .heading-title {
    font-size: 30px;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .heading-title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .heading-subtitle,
.text-link {
    font-size: 15px;
  }
  .heading-desc {
    font-size: 15px;
  }
  .heading-layout2 .heading-title {
    font-size: 30px;
  }
  .text-block-desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

/*--------------------
   Buttons
---------------------*/
.btn {
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 700;
  min-width: 195px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  border: 0;
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.3s linear;
}
.btn:not(.btn-link), .btn:not(.btn-rounded) {
  -webkit-clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
}
.btn:focus, .btn.active, .btn:active {
  box-shadow: none;
  outline: none;
}
.btn span,
.btn i {
  margin: 0 5px;
}
.btn .icon-filled {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  transition: all 0.3s linear;
}

.btn-outlined:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  border-right: solid 3px transparent;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
  transition: all 300ms ease-in-out;
}

.btn-primary {
  color: #ffffff;
  background-color: #333534;
}
.btn-primary .icon-outlined {
  color: #EE3D33;
  border: 1px solid #333534;
  color: #333534;
  background-color: #ffffff;
}
.btn-primary .icon-filled {
  color: #ffffff;
  background-color: #333534;
}
.btn-primary:hover {
  color: #ffffff;
}
.btn-primary:hover .icon-outlined {
  color: #EE3D33;
  background-color: #ffffff;
}
.btn-primary:hover .icon-filled {
  color: #ffffff;
  background-color: #EE3D33;
}
.btn-primary.btn-outlined {
  color: #333534;
  background-color: transparent;
  border: 2px solid #333534;
}
.btn-primary.btn-outlined:hover {
  color: #ffffff;
  background-color: #333534;
}
.btn-primary-style2:hover {
  color: #333534 !important;
  background-color: #ffffff !important;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:not(.btn-outlined):hover {
  color: #ffffff;
  border-color: #EE3D33;
  background-color: #EE3D33;
}

.btn-secondary {
  color: #ffffff;
  background-color: #EE3D33;
}
.btn-secondary .icon-filled {
  color: #ffffff;
  background-color: #333534;
}
.btn-secondary:hover {
  color: #ffffff;
}
.btn-secondary:hover .icon-filled {
  background-color: #EE3D33;
}
.btn-secondary.btn-outlined {
  color: #EE3D33;
  background-color: transparent;
  border: 2px solid #EE3D33;
}
.btn-secondary.btn-outlined:hover {
  color: #ffffff;
  background-color: #EE3D33;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:not(.btn-link):hover, .btn-secondary:not(.btn-outlined):hover {
  color: #ffffff;
  border-color: #333534;
  background-color: #333534;
}
.btn-secondary-style2:active, .btn-secondary-style2:focus, .btn-secondary-style2:not(.btn-outlined):hover {
  color: #EE3D33;
  background-color: #ffffff;
}

.btn-white {
  color: #EE3D33;
  background-color: #ffffff;
}
.btn-white:active, .btn-white:focus {
  color: #EE3D33;
  border-color: #ffffff;
  background-color: #ffffff;
}
.btn-white:hover {
  color: #ffffff;
  background-color: #EE3D33;
}
.btn-white.btn-outlined {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
}
.btn-white.btn-outlined:before {
  border-right-color: #ffffff;
}
.btn-white.btn-outlined:hover {
  color: #333534;
  background-color: #ffffff;
}
.btn-white-style2 {
  color: #333534;
  background-color: #ffffff;
}
.btn-white-style2:hover {
  color: #ffffff;
  background-color: #333534;
}

.btn-light {
  color: #EE3D33;
  background-color: #6d6fb3;
}
.btn-light:active, .btn-light:focus {
  color: #EE3D33;
  border-color: #6d6fb3;
  background-color: #6d6fb3;
}
.btn-light:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #EE3D33;
}
.btn-light.btn-outlined {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #6d6fb3;
}
.btn-light.btn-outlined:before {
  border-right-color: #6d6fb3;
}
.btn-light.btn-outlined:hover {
  color: #333534;
  border-color: #ffffff;
  background-color: #ffffff;
}
.btn-light.btn-outlined:hover:before {
  border-right-color: #ffffff;
}

.btn-outlined {
  background-color: transparent;
}

.btn-link {
  background-color: transparent;
  border-color: transparent;
  min-width: 0;
  height: auto;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  -webkit-clip-path: none !important;
          clip-path: none !important;
}
.btn-link:focus, .btn-link:active {
  background-color: transparent;
}
.btn-link.btn-icon {
  height: auto;
  line-height: 1;
  padding: 0;
}
.btn-link.btn-primary {
  color: #333534;
}
.btn-link.btn-primary-style2:hover {
  color: #ffffff !important;
}
.btn-link.btn-primary.btn-underlined {
  padding-bottom: 3px;
  border-bottom: 2px solid #333534;
}
.btn-link.btn-primary:hover {
  color: #EE3D33;
  background-color: transparent;
}
.btn-link.btn-secondary {
  color: #EE3D33;
}
.btn-link.btn-secondary:hover {
  color: #333534;
  background-color: transparent;
}
.btn-link.btn-white {
  color: #ffffff;
}
.btn-link.btn-white.btn-underlined {
  padding-bottom: 3px;
  border-bottom: 2px solid #ffffff;
}
.btn-link.btn-white:hover {
  color: #EE3D33;
}
.btn-link.btn-white:hover.btn-underlined {
  border-color: #EE3D33;
}

.btn-block {
  width: 100%;
}

.btn-icon {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.btn-icon i,
.btn-icon span {
  margin: 0 5px;
}

.btn-social {
  height: 54px;
  line-height: 54px;
  width: 54px;
  min-width: 0 !important;
  font-weight: 400;
  color: #ffffff;
  border-radius: 3px;
}

.btn-facebook {
  background-color: #4267b2;
}

.btn-twitter {
  background-color: #1da0f0;
}

.btn-google-plus {
  background-color: #ea4335;
}

.btn-lg {
  min-width: 200px;
}

.btn-xl {
  height: 70px;
  line-height: 70px;
  min-width: 250px;
}
.btn-xl i,
.btn-xl span {
  margin: 0 7px;
}

.btn-xhight {
  height: 70px;
  line-height: 68px;
}

.btn-rounded {
  border-radius: 50px;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .btn:not(.btn-link) {
    font-size: 13px;
    min-width: 120px;
    height: 55px;
  }
  .btn-icon {
    padding: 0 10px;
  }
  .btn-xl {
    height: 55px;
    min-width: 150px;
  }
}

/*------------------- 
    Icons
------------------*/


.icon-arrow-right {
  font-size: 65%;
}

.plus-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 700;
  margin-right: 3px;
  font-style: normal;
  color: #ffffff;
  background-color: #333534;
  transition: all 0.3s linear;
}

.rating .active {
  color: #B99561;
}

/*------------------------
    Animations
-----------------------*/
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes slideTopDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-6px);
  }
}
@keyframes slideTopDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-6px);
  }
}
@-webkit-keyframes headerAnimation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes headerAnimation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes zoomOut {
  50% {
    transform: scale(1.1);
  }
}
@keyframes zoomOut {
  50% {
    transform: scale(1.1);
  }
}


/*----------------------
    Pre Loader
-----------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader .loading {
  position: relative;
  width: 80px;
  height: 80px;
}
.preloader .loading span {
  position: absolute;
  width: 64px;
  height: 64px;
  border: 5px solid #333534;
  border-radius: 50%;
  -webkit-animation: rotating 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: rotating 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #333534 transparent transparent transparent;
}
.preloader .loading span:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}
.preloader .loading span:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.preloader .loading span:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

/* Rotating Animation */
@-webkit-keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*----------------------------
      Navbar & Header
-----------------------------*/
.header {
  position: relative;
  z-index: 1000;
}

/* Navbar */
.navbar {
  padding: 0;
  height: 100px;
  max-height: 100px;
  background-color: #ffffff;
  /*  dropdown-menu  */
}
.navbar > .container,
.navbar > .container-fluid {
  position: relative;
  height: 100px;
}
.navbar .navbar-brand {
  padding: 0;
  margin: 0;
  line-height: 100px;
}
.navbar .logo-light {
  display: none;
}
.navbar .navbar-toggler {
  padding: 0;
  border: none;
  border-radius: 0;
  width: 23px;
  position: relative;
}
.navbar .navbar-toggler .menu-lines {
  display: inline-block;
}
.navbar .navbar-toggler .menu-lines:before, .navbar .navbar-toggler .menu-lines:after {
  content: "";
  position: absolute;
  left: 0;
  width: 23px;
  height: 1px;
  display: inline-block;
  background-color: #B99561;
  transition: 0.3s ease;
}
.navbar .navbar-toggler .menu-lines:before {
  top: 0;
}
.navbar .navbar-toggler .menu-lines:after {
  top: 12px;
}
.navbar .navbar-toggler .menu-lines span {
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 1px;
  background-color: #B99561;
}
.navbar .navbar-toggler.actived .menu-lines > span {
  opacity: 0;
}
.navbar .navbar-toggler.actived .menu-lines:before {
  top: 0;
  transform: rotate(-45deg);
}
.navbar .navbar-toggler.actived .menu-lines:after {
  top: 0;
  transform: rotate(45deg);
}
.navbar .nav-item {
  position: relative;
  margin-right: 25px;
}

.navbar .nav-item .nav-item-link.active, .navbar .nav-item .nav-item-link:hover {
  color: #B99561;
}
.navbar .nav-item .nav-item-link.active:before, .navbar .nav-item .nav-item-link:hover:before {
  width: 100%;
}
.navbar .nav-item:last-child {
  margin-right: 0;
}
.navbar .dropdown-toggle:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: none;
  vertical-align: middle;
  margin-left: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  margin: 0;
  background-color: #000000;
  box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
}
.navbar .dropdown-menu.mega-dropdown-menu {
  padding: 0;
}
.navbar .dropdown-menu.mega-dropdown-menu .nav-block {
  padding: 50px 20px 40px;
}
.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured {
  padding: 40px 60px 40px 120px;
}
.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .menu-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 70px;
  background-color: #ffffff;
  -webkit-clip-path: url(#path-direction-right2);
          clip-path: url(#path-direction-right2);
}
.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured > .nav {
  justify-content: space-between;
}
.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-title {
  font-size: 24px;
}
.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-desc {
  font-size: 14px;
}
.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 10px;
}
.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item .nav-item-link {
  color: #ffffff;
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 55px !important;
  margin-right: 15px;
}
.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item .nav-item-link:before {
  background-color: #dfdfea;
}
.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item .nav-item-link:hover {
  color: #333534;
}
.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item .nav-item-link:hover [class*=icon-] {
  background-color: #333534;
}
.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item [class*=icon-] {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B99561;
  background-color: #ffffff;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.3s ease;
}
.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .btn-primary:hover {
  color: #333534;
  background-color: #ffffff;
}
.navbar .dropdown-menu .nav-item {
/*   padding: 0 40px; */
  margin-right: 0;
}
.navbar .dropdown-menu .nav-item > .nav-item-link {
  font-size: 14px;
  color: #333534;
/*     text-transform: capitalize; */
    font-weight: 600;
  line-height: 28px !important;
  white-space: nowrap;
  position: relative;
 padding-right: 40px;
    padding-bottom: 14px;
/*   border-bottom: 1px solid #dfdfea; */
}
.navbar .dropdown-menu .nav-item > .nav-item-link:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
/*   background-color: #EE3D33; */
  transition: 0.5s ease;
}
.navbar .dropdown-menu .nav-item > .nav-item-link:hover {
  color: #B99561;
}
.navbar .dropdown-menu .nav-item > .nav-item-link:hover:before {
  width: 100%;
}
.navbar .dropdown-menu .nav-item:last-child {
  margin-right: 0;
	    padding: 0px;
}
.navbar .dropdown-menu .nav-item:last-child > .nav-item-link {
  border-bottom: 0;
}
.navbar .dropdown-menu .nav-item:last-child > .nav-item-link:before {
  display: none;
}
.navbar .dropdown-menu .dropdown-toggle:after {
  right: 0;
}
.navbar .dropdown-menu .nav-title {
  font-size: 18px;
  margin-bottom: 8px;
}

/* navbar-actions */
.navbar-actions > li {
  margin-left: 20px;
}
.navbar-actions > li:last-child {
  margin-right: 0;
}

.action-btn {
  color: #B99561;
}



/* header topbar */
.header-topbar {
  height: 36px;
  display: flex;
  align-items: center;
  background-color: #333534;
}
.header-topbar .contact-list li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-right: 30px;
}
.header-topbar .contact-list li a:not(.btn) {
  color: #f4f4f4;
}
.header-topbar .contact-list li a:not(.btn):hover {
  color: #ffffff;
}
.header-topbar .contact-list li > i {
  font-size: 16px;
  color: #B99561;
  margin-right: 8px;
}
.header-topbar .contact-list li:last-child {
  margin-right: 0;
}
.header-topbar .social-icons li a {
  width: 28px;
  height: 28px;
}
.header-topbar .social-icons li a i {
  width: 20px;
  height: 20px;
  color: #333534;
  background-color: #ffffff;
}
.header-topbar .social-icons li a:hover {
  background-color: #EE3D33;
  box-shadow: 0 0 0 2px #EE3D33 inset;
}
.header-topbar .social-icons li a:hover i {
  color: #EE3D33;
  background-color: #ffffff;
}
.header-topbar .header-topbar-search {
  position: relative;
}
.header-topbar .header-topbar-search .form-control {
  height: 30px;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  background-color: transparent;
  border: 2px solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.15);
}
.header-topbar .header-topbar-search .form-control:focus {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.header-topbar .header-topbar-search .form-control::-webkit-input-placeholder {
  color: #788fc8;
  font-style: italic;
  font-size: 13px;
}
.header-topbar .header-topbar-search .form-control:-moz-placeholder {
  color: #788fc8;
  font-style: italic;
  font-size: 13px;
}
.header-topbar .header-topbar-search .form-control::-moz-placeholder {
  color: #788fc8;
  font-style: italic;
  font-size: 13px;
}
.header-topbar .header-topbar-search .form-control:-ms-input-placeholder {
  color: #788fc8;
  font-style: italic;
  font-size: 13px;
}
.header-topbar .header-topbar-search .header-topbar-search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
.header-topbar .lang-dropdown .lang-dropdown-toggle {
  padding: 0 10px;
}
.header-topbar .lang-dropdown .lang-dropdown-toggle img {
  margin-right: 7px;
}
.header-topbar .action-btn {
  color: #ffffff !important;
}

.topbar-nav li {
  margin-right: 15px;
}
.topbar-nav li a {
  font-size: 13px;
  color: #ffffff;
}
.topbar-nav li a:hover {
  color: #B99561;
}
.topbar-nav li:last-child {
  margin-right: 0;
}

.header {

}


/* sticky-navbar */
.is-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  border-bottom: 0 !important;
  height: 80px !important;
  max-height: 80px !important;
  background-color: #ffffff !important;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
  -webkit-animation: headerAnimation 0.8s;
  animation: headerAnimation 0.8s;
}
.is-sticky > .container,
.is-sticky > .container-fluid {
  position: relative;
  height: 80px;
}
.is-sticky .miniPopup-departments-trigger {
  height: 80px;
}
.is-sticky .navbar-brand {
  line-height: 80px;
}
.is-sticky .header-top-right {
  display: none !important;
}
.is-sticky .nav-item .nav-item-link {
  line-height: 80px !important;
}
.is-sticky .logo-light {
  display: none;
}
.is-sticky .logo-dark {
  display: inline-block;
}
.is-sticky .navbar-nav {
  margin-top: 0 !important;
}


/* search-popup */
.search-popup {
  position: fixed;
  z-index: 2300;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  transform: scale(0.7);
  transition: all 0.5s ease-in-out;
}
.search-popup.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.search-popup.active .search-popup-form {
  transform: translateY(-50%) scaleX(1);
}
.search-popup.inActive {
  opacity: 0;
  transition-delay: 0.5s;
  transform: scale(1);
}
.search-popup.inActive .search-popup-form {
  transition-delay: 0s;
  transform: translateY(-50%) scaleX(0);
}
.search-popup .search-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-style: normal;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 3px;
  color: #ffffff;
  background-color: #EE3D33;
  transition: all 0.2s linear;
}
.search-popup .search-popup-close:hover {
  background-color: #333534;
}
.search-popup .search-popup-form {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 550px;
  margin: -40px auto 0;
  transform: translateY(-50%) scaleX(0);
  transition: all 0.5s ease-in-out;
  transition-delay: 0.5s;
}
.search-popup .search-popup-btn {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 80px;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  color: #333534;
  transition: 0.3s ease;
}
.search-popup .search-popup-btn:hover {
  color: #EE3D33;
}
.search-popup .search-popup-form-input {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 35px;
  z-index: 1;
  width: 100%;
  height: 80px;
  border: none;
  padding: 0 0 0 40px;
  color: #848e9f;
  background: transparent;
  border-bottom: 2px solid #e7ebef;
  transition: all 0.3s ease;
}
.search-popup .search-popup-form-input::-webkit-input-placeholder {
  color: #848e9f;
}
.search-popup .search-popup-form-input:-moz-placeholder {
  color: #848e9f;
}
.search-popup .search-popup-form-input::-moz-placeholder {
  color: #848e9f;
}
.search-popup .search-popup-form-input:-ms-input-placeholder {
  color: #848e9f;
}

.btn-contact {
  height: 50px;
  min-width: 150px;
  border-color: #9698c8 !important;
}
.btn-contact:hover {
  border-color: #333534 !important;
  background-color: #333534;
}
.btn-contact:before {
  border-right-color: #9698c8;
  border-left-color: #9698c8;
}

.contact-phone .contact-icon {
  position: relative;
  font-size: 50px;
  color: #EE3D33;
  margin-right: 12px;
}
.contact-phone .phone-link {
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

.header-actions > li {
  margin-left: 30px;
}

@media (min-width: 1200px) {
  .header-topbar {
    display: block;
  }
  .navbar > .container-fluid,
.header-topbar > .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .header-topbar {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar > .container-fluid,
.header-topbar > .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
/* Large Size Screens */
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar .nav-item {
    margin-right: 20px;
  }
}
/* Mobile and Tablets */
@media (max-width: 991px) {
/* 	.drops.has-dropdown a:hover .sub-menu.dropdown-menu{
		display:block!important;
	} */
  .navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    height: 13px;
  }
	.button-top .wp-block-button__link{
		display:none;
	}
  .navbar .collapse:not(.show) {
    display: block;
  }
  .navbar .navbar-nav {
    margin: 0 !important;
  }
  .navbar .nav-item {
    margin-right: 0;
  }
  .navbar .nav-item .nav-item-link {
    color: #222222;
    line-height: 35px !important;
    padding-left: 15px;
  }
  .navbar .nav-item .nav-item-link:hover {
    color: #333534;
  }
  .navbar .nav-item .nav-item-link:before {
    display: none;
  }
  .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    padding: 0;
    transition: 0.4s ease;
  }
  .navbar .navbar-collapse .navbar-nav {
    opacity: 0;
            width: 80%;
        height: 100vh;
    overflow-y: auto;
    padding: 50px 0 20px;
    background-color: #ffffff;
    transform: translateX(-100%);
    transition: 0.3s ease;
    transition-delay: 0.4s;
  }
  .navbar .navbar-collapse.menu-opened {
    opacity: 1;
    visibility: visible;
  }
  .navbar .navbar-collapse.menu-opened .navbar-nav {
    opacity: 1;
    transform: translateX(0);
  }
  .navbar .navbar-collapse.menu-opened .close-mobile-menu {
    opacity: 1;
    transform: scale(1);
  }
  .navbar .close-mobile-menu {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1100;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.4s ease;
    transition-delay: 0.5s;
  }
  .navbar .nav-item [data-toggle=dropdown]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    width: 50%;
    text-align: right;
    z-index: 2;
    padding-right: 15px;
    line-height: 35px;
    display: block !important;
  }
  .navbar .dropdown-toggle:after {
    display: none;
  }
  .navbar .nav-item.opened > [data-toggle=dropdown]:after,
.navbar .nav-item.show > [data-toggle=dropdown]:after {
    content: "\f107";
  }
  .navbar .dropdown-menu {
    background-color: white;
  }
/*   .navbar .dropdown-menu .nav-item {
    padding: 0 15px 0 30px;
  } */
  .navbar .dropdown-menu .nav-item .nav-item-link {
/*     padding-left: 0; */
    border-bottom: none;
  }
  .navbar .dropdown-menu .dropdown-menu-col .nav-item {
    padding: 0;
  }
  .navbar .nav-item.dropdown-submenu > .dropdown-menu.show {
    padding-left: 10px;
  }
  .navbar .dropdown-submenu .dropdown-menu .nav-item {
    padding: 0 0 0 15px;
  }
  .navbar .navbar-nav .dropdown-menu.show {
    padding: 0;
  }
  .navbar .mega-dropdown-menu .container {
    max-width: none;
  }
  .navbar .mega-dropdown-menu > .nav-item {
    padding: 0 10px;
  }
  .navbar .mega-dropdown-menu .nav-item {
    padding: 0;
  }
  .navbar .dropdown-menu .nav-title {
    font-size: 15px;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav-block {
    padding: 10px 0 0;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured {
    padding: 10px;
    height: auto;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured:after {
    display: none;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-title {
    font-size: 18px;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-desc {
    font-size: 13px;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item .nav-item-link {
    line-height: 40px !important;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item [class*=icon-] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .header .navbar,
.header-transparent .navbar {
    background-color: #ffffff;
  }
  .header .logo-dark,
.header-transparent .logo-dark {
    display: inline-block;
  }
  .header .logo-light,
.header-transparent .logo-light {
    display: none;
  }
  .header .module-btn,
.header-transparent .module-btn {
    color: #EE3D33;
    margin: 0 60px 0 0;
  }
  .header .navbar .navbar-toggler .menu-lines:before,
.header .navbar .navbar-toggler .menu-lines:after,
.header .navbar .navbar-toggler .menu-lines span,
.header-transparent .navbar .navbar-toggler .menu-lines:before,
.header-transparent .navbar .navbar-toggler .menu-lines:after,
.header-transparent .navbar .navbar-toggler .menu-lines span {
    background-color: #EE3D33;
  }
  .header .navbar-expand-lg > .container,
.header .navbar-expand-lg > .container-fluid,
.header-transparent .navbar-expand-lg > .container,
.header-transparent .navbar-expand-lg > .container-fluid {
    width: 100%;
    max-width: none;
  }
  .header .navbar,
.header .navbar > .container,
.header .navbar > .container-fluid,
.header-transparent .navbar,
.header-transparent .navbar > .container,
.header-transparent .navbar > .container-fluid {
    height: 80px;
  }
  .header .header-full .navbar,
.header .header-full .navbar .navbar-brand,
.header .navbar-brand,
.header-transparent .header-full .navbar,
.header-transparent .header-full .navbar .navbar-brand,
.header-transparent .navbar-brand {
    margin-left: 15px;
    line-height: 80px !important;
  }
  .header .header-full .navbar,
.header .header-full .navbar .navbar-brand,
.header-transparent .header-full .navbar,
.header-transparent .header-full .navbar .navbar-brand {
    line-height: 80px;
  }
  .header-topbar > .container {
    max-width: none;
  }
  .lang-dropdown .lang-dropdown-toggle,
.header-transparent .action-btn {
    color: #EE3D33;
  }
  .action-btn-search {
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
  }
}
/* Medium and large Screens */
@media (min-width: 992px) {
  .navbar .nav-item .nav-item-link:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    height: 2px;
    background-color: #EE3D33;
    transition: 0.4s ease;
  }
  .navbar .nav-item .nav-item-link.active:before, .navbar .nav-item .nav-item-link:hover:before {
    width: 100%;
  }
  .navbar .dropdown-menu {
    width: auto;
    min-width: 275px;
    padding: 25px 0 23px;
    border-radius: 0 0 4px 4px;
  }
  .navbar .nav-item.has-dropdown > .dropdown-menu,
.navbar .nav-item.dropdown-submenu > .mega-menu,
.navbar .nav-item.has-dropdown > .mega-menu,
.navbar .nav-item.has-dropdown > .dropdown-menu > .nav-item.dropdown-submenu > .dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    transform: translateY(10px);
  }
  .navbar .nav-item.has-dropdown > .dropdown-menu > .nav-item.dropdown-submenu > .dropdown-menu,
.navbar .nav-item.dropdown-submenu > .dropdown-menu > .nav-item.has-dropdown > .dropdown-menu {
    top: 0;
    left: 100%;
  }
  .navbar .nav-item.has-dropdown:hover > .dropdown-menu,
.navbar .nav-item.dropdown-submenu:hover > .mega-menu,
.navbar .nav-item.has-dropdown:hover > .mega-menu,
.navbar .nav-item.has-dropdown > .dropdown-menu > .nav-item.dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .navbar .nav-item.has-dropdown.has-mega-dropdown {
    position: static;
  }
  .navbar .nav-item.has-dropdown .mega-dropdown-menu {
    width: 100%;
  }
  .navbar .nav-item.has-dropdown .mega-dropdown-menu .container {
    display: block;
    max-width: none;
    padding-left: calc((100% - 1320px) / 2);
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav-item {
    padding: 0;
  }
  .nav-item i[data-toggle=dropdown] {
    display: none;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .dropdown-menu.mega-dropdown-menu > .nav-item {
    padding: 0 15px;
  }
  .dropdown-menu.mega-dropdown-menu .nav-item:last-child > .nav-item-link {
    border-bottom: 1px solid #f2f2f2;
  }
  .dropdown-menu.mega-dropdown-menu [class^=col-]:last-child .nav-item:last-child > .nav-item-link {
    border-bottom: none;
  }
}
/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
  .search-popup .search-popup-form {
    width: 90%;
  }
  .search-popup .search-popup-form-input {
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    padding: 0 0 0 30px;
  }
  .search-popup .search-popup-btn {
    font-size: 20px;
    line-height: 40px;
  }
  .search-popup .search-popup-close {
    font-size: 14px;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 420px) {
  .header .navbar-brand img {
    max-width: 120px;
  }
  .header .action-btn-login span {
    display: none;
  }
}

/*-------------------------
    Footer
--------------------------*/
.footer-secondary .social-icons .wp-social-link a{
	box-shadow: 0 0 0 2px #ee3d33 inset;
    background: #ee3d33;
}
.footer {
  overflow-x: hidden;
}
.footer .footer-primary {
  position: relative;
  padding-top: 88px;
  padding-bottom: 50px;
  background-color: #0d0e43;
}
.footer .footer-primary:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 200px;
  z-index: 1;
  background-image: url(../images/backgrounds/pattern.png);
}
.footer .footer-secondary {
  position: relative;
  padding: 46px 0;
  background-color: #ffffff;
}
.footer .footer-secondary:after {
  	content: "";
    position: absolute;
    bottom: 0;
    left: 50px;
    right: 50px;
    height: 1px;
    background-color: #C1BFBF;
}
.footer [class*=footer-widget] {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.footer .footer-widget-title {
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.footer .contact-list li {
	font-family: '"PT Sans", serif;', sans-serif;
/*   font-family: "Outfit", sans-serif; */
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 2;
}
.footer .contact-list li a {
  color: #EE3D33;
  display: flex;
  align-items: center;
}
.footer .contact-list li a .contact-icon {
  margin-right: 7px;
}
.footer .footer-widget-contact p {
  color: #f9f9f9;
}
.footer .footer-widget-nav li a {
  display: block;
  position: relative;
  color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 11px;
}
.footer .footer-widget-nav li a:hover {
  color: #EE3D33;
}
.footer .footer-copyright-links li a {
  position: relative;
  color: #333534;
  display: block;
  margin-right: 25px;
  padding: 3px 0;
}
.footer .footer-copyright-links li a:before {
  content: "-";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -13px;
  color: #333534;
}
.footer .footer-copyright-links li a:last-of-type:before {
  display: none;
}
.footer .footer-copyright-links li a:hover {
  color: #EE3D33;
}
.footer .footer-copyright-links li:last-child a {
  margin-right: 0;
}
.footer .time-list li {
  border-bottom-color: #3c3d73;
}
.footer .time-list li .day {
  color: #ffffff;
}
.footer .time-list li .time {
  color: #848e9f;
}
.footer .footer-widget-time {
  padding: 40px;
  background-color: #0a0a32;
}

/* Scroll Top Button */
#scrollTopBtn {
 position: fixed;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    bottom: 100px;
  opacity: 0;
  z-index: 1000;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #dfdfea inset;
  transition: all 0.3s ease-in-out;
}
#scrollTopBtn i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  background-color: #EE3D33;
  transition: all 0.3s ease-in-out;
}
#scrollTopBtn:hover i {
  background-color: #333534;
}
#scrollTopBtn.actived {
  right: 30px;
  opacity: 1;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 1200px) {
  .footer .footer-primary {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .footer .footer-secondary {
    padding: 20px 0;
  }
  .footer .footer-secondary:after {
    left: 20px;
    right: 20px;
    height: 3px;
  }
  .footer .footer-widget {
    margin-bottom: 20px;
  }
  .footer .footer-widget-title {
    margin-bottom: 15px;
  }
  .footer .footer-widget-nav li a {
    font-size: 13px;
  }
  .footer .phone-number {
    margin: 10px 0;
  }
}
/* Mobile Phones */
@media (min-width: 320px) and (max-width: 767px) {
  .footer .footer-copyright-links {
    justify-content: flex-start !important;
  }
  #scrollTopBtn {
    bottom: 20px;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  #scrollTopBtn.actived {
    right: 20px;
  }
}

.about-one__shape__one {
    position: absolute;
    top: 174px;
    left: -9%;
    z-index: 1;
    animation: rotation infinite 20s linear;
    width: 100px;
}
@keyframes rotation{
  from{
    transform:rotate(0deg);
  }
  
  to{
    transform:rotate(360deg);
  }
}
.post-meta{
	color: #333534;
    font-size: 14px;
    font-weight: bold;
}
.read-more{
	float: inline-end;
}
.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail {
    border: 1px solid #EFEFEF;
    background: #EFEFEF;
}
.tpg-shortcode-main-wrapper .layout1 .rt-holder {
    border-radius: 24px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail .read-more a {
    border: none;
    color: #ee3d33;
    display: block;
    font-size: 15px;
    line-height: 1.8;
    padding: 0px;
    background: #efefef;
}
.wpcf7-submit:not(.btn-link), .wpcf7-submit:not(.btn-rounded) {
  -webkit-clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
}
.wpcf7-submit {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 600;
    min-width: 195px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    transition: all 0.3s linear;
    color: #ffffff;
    background-color: #b32025;
    padding: 10px;
    line-height: 28px;
}
.wpcf7-submit:hover,.wpcf7-submit:active{
	color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
 input, select, textarea {
    width: 100%;
}
.wpcf7-textarea{
	height: 90px!important;
}
.wpcf7-number,.wpcf7-textarea,.wpcf7-email,.wpcf7-text{
	font-size: 14px;
    height: 40px;
    padding: 0 20px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 2px solid #e6e8eb;
}
.about-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 120px;
  height: 120px;
	z-index: 9;
}
.about-badge:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: spinner 10s infinite;
          animation: spinner 10s infinite;
  background: url('https://cardversecards.com/baryton/wp-content/uploads/2024/07/rotate-texts.png') no-repeat;
}
.about-badge .about-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  font-size: 28px;
  color: #ffffff;
  background-color: #f4572e;
}

.about-layout1 .about-badge {
  position: absolute;
  top: -60px;
  right: 60px;
}
.banner-layout1,
.banner-layout2 {
  overflow-x: hidden;
  padding-right: 30px;
}

.banner-layout1 .banner-shape,
.banner-layout2 .banner-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 205px;
  max-height: 638px;
  -webkit-clip-path: url(#path-direction-right);
          clip-path: url(#path-direction-right);
}
.banner-layout1 .banner-img,
.banner-layout2 .banner-img {
  min-height: 700px;
  -webkit-clip-path: url(#path-direction-right-large);
          clip-path: url(#path-direction-right-large);
}

.banner-layout1 .fancybox-layout2 .fancybox-item .fancybox-body,
.banner-layout2 .fancybox-layout2 .fancybox-item .fancybox-body {
  border-bottom: 1px solid #faab97;
}
.banner-layout1 .fancybox-layout2 .fancybox-item:last-child,
.banner-layout2 .fancybox-layout2 .fancybox-item:last-child {
  margin-bottom: 0;
}
.banner-layout1 .fancybox-layout2 .fancybox-item:last-child .fancybox-body,
.banner-layout2 .fancybox-layout2 .fancybox-item:last-child .fancybox-body {
  border-bottom: 0;
}

.banner-layout1 {
  overflow-x: hidden;
}
.banner-layout1 .top-shape {
  height: 90px;
  background-color: #EE3D33;
}
.banner-layout1 .top-shape:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  border-radius: 0 0 0 70px;
  background-color: #ffffff;
}
.banner-layout1 .banner-content {
  padding: 4% 0% 4% 9%;
 
  background-color: #EE3D33;
}
.banner-layout1 .banner-content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  z-index: -1;
  background-color: #EE3D33;
}
.banner-layout1 .banner-shape {
  right: 70px;
  -webkit-animation: zoomOut 1s infinite;
          animation: zoomOut 1s infinite;
  background: linear-gradient(to right, rgba(244, 87, 46, 0) 0%, rgba(244, 87, 46, 0) 45%, #EE3D33 78%);
}
@media (min-width: 1400px) {
  .banner-layout1,
.banner-layout2 {
    padding-right: 60px;
  }

}

/* Extra Large Size Screens */
@media (min-width: 1200px) {
  .banner-layout1 .container-fluid {
    padding-left: calc((100% - 1160px) / 2);
  }
  }
}
/* Mobile Phones & tablets and Small Screens */
@media (max-width: 1199px) {
  .banner-layout1 .banner-img,
.banner-layout3 .banner-img {
    min-height: 600px;
  }
  .banner-layout1 .banner-content,
.banner-layout3 .banner-content {
    padding: 50px;
  }
  .banner-layout1 .banner-content:before {
    left: 0;
    width: 120%;
  }
  
}


@media (max-width: 767px) {

  .banner-layout1,
.banner-layout2 {
    padding-right: 0;
  }

}
@media (max-width: 550px) {

  .banner-layout1 .banner-img,
.banner-layout2 .banner-img,
.banner-layout3 .banner-img,
.banner-layout4 .banner-img {
    display: none !important;
  }
}
.fancybox-item {
    padding: 50px;
    text-align: center;
    margin-bottom: 40px;
    background-color: #eef7ff;
    border-radius: 10px 10px 0 0;
    -webkit-clip-path: url(#path-direction-down);
    clip-path: url(#path-direction-down);
    transition: all 0.3s linear;
}
.heading-title{
	color:#333534
}
.bg-red{
	background:#EE3D33;
}
.ptb-130{
	padding-top: 130px;
    padding-bottom: 130px;
}
[class*=page-title].bg-overlay:before {
    opacity: 0.5;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgb(29, 42, 77) 0%, rgba(255, 255, 255, 0) 70%);
}
.ta-overlay-post-two{border-radius: 24px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.overlay-post-content-two p,.overlay-post-content-two h5{
	    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products .product{
	border: 3px solid #fff;
    padding: 20px !important;
	   
/* 	border-radius:20px; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.woocommerce-result-count,.woocommerce-ordering{
	display:none;
}
.woocommerce.columns-4 {
	
	padding-bottom:40px;
}
.sub-menu.dropdown-menu .nav-item-link {
    line-height: 30px!important;
    padding: 0 10px;
    font-size: 13px;
    font-weight: normal;
    border-bottom:solid 1px #ffffff ;
}
.sub-menu.dropdown-menu .nav-item-link:before {
 	background-color: transparent;
}
#menu-item-301{
	padding:0px;
}
#menu-item-301 .sub-menu.dropdown-menu{
	    left: -95%;
    top: -20%;
}
#menu-item-301 .dropdown-toggle{  font-weight: 700;
    text-transform: capitalize;
    display: block;
    position: relative;
	color: #333534;}
.navbar .dropdown-menu .dropdown-toggle:after {
    right: 42px;
}
.modal-header{
	border-bottom:none;
}
.modal-header button.close{color: #ee3d33;}
.button-top .wp-block-button__link {
    background-color: #B32025;
    border-radius: 0px;
    color: #fff !important;
    box-shadow: none;
    text-decoration: none;
    padding: 8px 20px 10px 20px;
    font-size: 14px;
    font-weight: 600;
	font-family: '"PT Sans", serif;', sans-serif;
/* 	    font-family: "Outfit", sans-serif; */
}
.bg-red{
	background:#B32025;
}
.fl-r{
	float:right;
}
.wp-block-social-links .wp-social-link svg {
    height: 18px;
    width: 18px;
}

.social-icons .wp-block-social-link-anchor svg {
    fill: #B32025 !important;
}
.header-topbar .social-icons li a {
    width: 28px;
    height: 28px;
}

.social-icons .wp-social-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #B32025 inset;
    transition: all 0.4s linear;
}
.send-btn{
	font-size: 26px;
    font-style: italic;
    text-decoration: underline;
    color: #b32025;
}
.send-btn:hover{
	color:#222;
}
.service-home{
	opacity:0;
}
.service-home-box:hover .service-home{
	opacity:1;
}
ul{
	list-style:none;
}
.d-flex-box .elementor-image-box-content{display:flex!important;    align-items: center;}
.d-flex-box .elementor-image-box-description {
    color: #000000;
	font-family: '"PT Sans", serif;', sans-serif;
/*     font-family: "Roboto", Sans-serif; */
    font-weight: 400;
    padding-left: 20px;
    line-height: 17px;
    font-size: 14px;
}
.ytp-chrome-top, .ytp-chrome-bottom, .ytp-chrome-top-buttons, .ytp-title{
	display:none!important;
}
.button.product_type_simple{
	display:none!important;
}
#quote-form-popup .mfp-close-btn-in .mfp-close {
    color: #fff!important;
}
#quote-form-popup{   width: 50%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 4%;
}
#quote-form-popup label {
    display: inline-block;
    margin-bottom: .5rem;
	width: 100%;}
.get-quote-button{    padding: 7px 16px;
    background: #222;
    color: #ffffff;
	border-radius: 6px;
}
/* img.attachment-woocommerce_thumbnail {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
} */
.woocommerce ul.products li.product .attachment-woocommerce_thumbnail {
    width: 100%;
    height: 206px;
	    pointer-events: none;
    object-fit: contain;
  transition: all .3s ease-in-out;
  transform: translate3d(0, 0, 0) scale(1, 1);
  -webkit-transition: all .3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
	
}
.product-link{
	cursor:none;
}
.woocommerce ul.products li.product:hover .attachment-woocommerce_thumbnail {
	opacity: .8;

}
@media (min-width: 1023px) {
    #wqv-quick-view-content .wqv-product-images img, #wqv-quick-view-content .wqv-product-images img {
        max-height: 100%!important;
		overflow: hidden!important;
        object-fit: contain!important;
        padding: 26%!important;
    }
	    #wqv-quick-view-content.sp-wqv-content {
        max-width: 876px;
        max-height: 600px!important;
        overflow: hidden!important;
        align-items: center;
    }
}
li.product {
    max-width: 100%;  /* Ensures the container takes up the full width */
}
.mfp-content #quote-form-popup {
    display:block!important;
}
@media (min-width: 1023px) {
    #wqv-quick-view-content.sp-wqv-content {
        max-width: 876px;
        max-height: -webkit-fill-available;
        align-items: center;
    }
}
@media (max-width: 599px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
			width: 100%!important;}
}
@media (max-width: 767px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
			width: 47%;}
}
@media (max-width: 767px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
			width: 47%;
		}
	#quote-form-popup{width:100%;}
}
@media (min-width: 992px) and (max-width: 1024px) {
	#sp-wqv-view-button.sp-wqv-view-button.button, #wps-slider-section .sp-wqv-view-button.button, #wpsp-slider-section .sp-wqv-view-button.button {
    padding: 4px 10px!important;
    font-size:10px!important;
}
	a.get-quote-button {
  
    font-size: 10px;
}
	#quote-form-popup{width:100%;}
}
@media (min-width: 769px) and (max-width: 991px) {.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {

    margin: 0 2% 2.992em 0;
    width: 22.5%;
	}#quote-form-popup{width:100%;}
	    #sp-wqv-view-button.sp-wqv-view-button.button, #wps-slider-section .sp-wqv-view-button.button, #wpsp-slider-section .sp-wqv-view-button.button {
        padding: 3px 6px !important;
        font-size: 8px !important;
    }
	    a.get-quote-button {
        font-size: 8px;
        padding: 5px 6px;
    }
}
@media (min-width: 819px) and (max-width: 990px) {
	.get-quote-button {

	font-size: 8px!important;}
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3,a#sp-wqv-view-button.button.sp-wqv-view-button,.get-quote-button,.product_title{
/* 	    font-family: "Outfit", sans-serif;
 */
font-family: '"PT Sans", serif;', sans-serif;
	text-align:center;
}
/* a#sp-wqv-view-button.button.sp-wqv-view-button{
	
}
.woocommerce ul.products li.product:hover .get-quote-button{
	  
	position: absolute;
    bottom: 15%;
    right: 8%;
display:block!important;

}
#sp-wqv-view-button.sp-wqv-view-button.button.after_add_to_cart, .get-quote-button{
	display:none;
}
.woocommerce ul.products li.product:hover .button.sp-wqv-view-button.after_add_to_cart{
	    position: absolute;
        bottom: 26%;
    right: 7%;
	padding:9px 14px!important;
display:block!important;
} */
.float{
	position:fixed;
	    width: 50px;
    height: 50px;
    bottom: 100px;
    left: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;

	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.contact-forms textarea,.contact-forms .wpcf7-text,.contact-forms .wpcf7-file{
	         width: 100%;
    padding: 0px 16px 16px 0px;
    border-bottom: 1px solid #FFFFFFCC !important;
    border: none;
    border-radius: 0px;
    background: transparent;
	color:#fff;
}
.contactforms textarea,.contactforms .wpcf7-text,{
	     width: 100%;
    padding: 10px;
	border:none;
	border-radius:12px;
	margin-top:10px;
	
    
}
.contactforms .wpcf7-submit:not(.btn-link), .contactforms .wpcf7-submit:not(.btn-rounded) {
   
    clip-path: none;
}
.contactforms .wpcf7-submit{color: #000;
	background-color: #fff;}
.contactforms .wpcf7 input::placeholder, 
.contactforms .wpcf7 textarea::placeholder {
    color: #fff;
   
}
.contactforms label{
	width:100%;
	padding-bottom:20px;
	color:#fff;
}
.mgpde-items .mgpdeg-card-img figure img {
    width: 100%;
    height: 275px;
    object-fit: contain;
	padding: 20px 0px;
}
.mgpde-card-img a,.mgpde-ptitle-link,.woocommerce-LoopProduct-link,.woocommerce-loop-product__title{
	pointer-events:none;
}
.accordion-tab .elementor-accordion-item {
    border-width: 1px;
    border-color: #252324;
    border-left-style: none!important;
    border-right-style: none!important;
}
.slick-dots, .cfvsw_ajax_add_to_cart,.price,.product_meta,.woocommerce-variation-availability,.woocommerce-variation-add-to-cart {
	display:none!important;
}
.woocommerce-variation-description,.woocommerce-product-details__short-description{
	font-size: 16px;
    font-weight: 600;
    color: #333534;
	margin-top: 50px;
    position: absolute;
	font-family: '"PT Sans", serif;', sans-serif!important;
	    padding-left: 8px;
}
.woosq-product .thumbnails img{
padding:20px;	
}
.woosq-popup .product_title{
	text-align:left;
	    font-size: 28px;
/*     margin-bottom: 20px; */

}
.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    text-align: left;
    display: none;
}
.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    padding: 5px 20px;
    border: 1px solid red;
   border-radius:10px;
    min-width: 75%;}
.woocommerce div.product form.cart .variations select option {
            border: 1px solid red!important;
   border-radius:10px!important;
    }
/* .woocommerce div.product form.cart .variations select option:checked {
      background-color: red!important; 
      color: white!important;         
    }
.woocommerce div.product form.cart .variations select option:hover {
      background-color: red!important; 
      color: white!important;         
    }
.woocommerce div.product form.cart .variations select option:active {
      background-color: red!important; 
      color: white!important;         
    }
.woocommerce div.product form.cart .variations select option:focus {
      background-color: red!important; 
      color: white!important;         
    } */
.woocommerce div.product form.cart .reset_variations {
    color: green;
	display:none!important;
}

/* button.woosq-btn {
    position: absolute;
    top: 0;
     bottom: 50%;
    width: 45%;
    left: 28%;
    height: 200px;
	color:transparent!important;


  transition: all 0.3s ease; 
} */
/* button.woosq-btn {
    position: absolute;
        top: 9%;
    bottom: 0;
    width: 25%;
    left: 38%;
    height: 180px;

    color: transparent !important;
    transition: all 0.3s ease;
} */
button.woosq-btn:hover {
    background-color: #007BFF;
    transform: scale(1.1);
    transition-delay: 0.3s; 
}
.text-button{
	margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.drops .sub-menu{
	left: -78%!important;
    top: -20%;
}
.title-hidden .woocommerce-loop-product__title,.woosq-popup .product_title span {
	display:none
}
/* .woocommerce ul.products li.product:hover button.woosq-btn{
	    position: absolute;
        bottom: 26%;
    right: 7%;
	padding:9px 14px!important;
display:block!important;
} */
.text-button{
	margin-left:40px;
}
 .woocommerce ul.products li.product button.woosq-btn{left: 20%;
    background: #b32025;
	 border-radius: 6px;
    padding: 10px 10px;
    /* display: none; */
    position: absolute;
    bottom: 21px;
	color: #fff;}
/* #1566{
	margin-left:-20px;
	margin-right:-20px;
} */
.videos-inner .e-hosted-video .elementor-video {
   
    object-fit: contain!important;
	background:transparent!important;
}
.videos-inner .e-hosted-video  {  --video-aspect-ratio: 0!important;}
#gallery-1 img {
    border: 2px solid #cfcfcf;
    object-fit: cover;
    height: 100%;
    height: 300px;
    pointer-events: none;
    object-fit: cover;
}