/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about
5. features
6. services
7. video
8. choose
9. brand
10. work-process
11. team
12. counter
13. cta
14. testimonial
15. blog
16. pagination
17. f-cta
18. pricing
19. contact
20. footer

*/

/* .....offer...... */

.offer_sec  .btom_con {
    display: flex;
  align-items: center;
}

.offer_sec  .top_con .btom {
  background: #454545;
  color: #fff;
	padding: 15px;
  padding-left: 95px;
}
.offer_sec  .top_con .btom p{
  margin-bottom: 0;
}
.offer_sec .top_con .conts p {
	margin-bottom: 0;
	color: #535353;
}
.offer_sec  .top_con .conts {
	background-color: #fff;
  padding: 15px;
  padding-left: 95px;
}
.offer_sec  .top_con .conts p{
  margin-bottom: 0;
}
.offer_sec  .c-wheel__canvas {
  width: 200px;
}

.c-wheel__container .left {
	margin-right: -84px;
	position: relative;
	z-index: 1;
}
.c-pageheader_prijzenrad_price-image {
	width: 90px !important;
	margin-left: 18px;
}
.offer_sec {
	max-width: 27rem;
	position: absolute;
	left: 4%;
	top: -125px;
}

.offer_sec .c-wheel__container {
	max-width: 26rem;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
}
.offer_sec .top_con .conts {
	background-color: #fff;
	padding: 15px;
	padding-left: 95px;
	border-radius: 8px 8px 0 0;
}


.offer_sec .top_con .btom {
	background: #454545;
	color: #fff;
	padding: 15px;
	padding-left: 95px;
  border-radius:  0 0 8px 8px;
}


#spin_img {
  animation: rotatingimg 70s infinite;
}

@keyframes rotatingimg {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.c-wheel__container {
	display: flex;
	/* align-items: center; */
}
.c-wheel__container img {
	width: 225px;
}

/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Suranna&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&amp;family=Oswald:wght@200;300;400;469;500;600;700&amp;display=swap');

body {
  font-family: 'Archivo', sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #313131;
  font-style: normal;
  line-height: 25px;
  background: #FFFFED;
  scroll-behavior: smooth;
}

:root {
  --main-color: #810f01;
  --secondary-color: #F3B300;
  --suranna: Suranna;
  --archivo: Archivo;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1200px;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left
}

.f-right {
  float: right
}

.fix {
  overflow: hidden
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

a,
button {
  color: #1696e7;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: none;
  box-shadow: none;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Suranna', serif;
  color: #fff;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

@font-face {
  font-family: Dancing_Script;
  src: url(../fonts/Dancing\ Script.ttf);
}

h2 {
  font-size: 35px;

}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
  font-weight: 400;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none
}

p {

  line-height: 25px;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

.theme-overlay {
  position: relative
}

.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.separator {
  border-top: 1px solid #f2f2f2
}

.section-title h2 {
  color: #121218;
  text-transform: uppercase;
  font-weight: 400;
}

/* button style */

.btn {
  -moz-user-select: none;
  background: #F3B300;

  border: none;
  border-radius: 30px;
  color: #111;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 18px 45px;
  text-align: center;
  text-transform: unset;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 999;
}

.btn:hover {
  color: #fff;
}

.btn:hover::before {
  opacity: 0;
}

.breadcrumb>.active {
  color: #888;
}

.btn-after {
  width: 100%;
  height: 45px;
  border: 1px solid #707070;
  border-radius: 8px;
  margin-top: -28px;
  margin-left: 15px;
  position: absolute;
  transition: all 0.3s ease 0s;

}

.slider-btn:hover .btn-after {
  margin-top: -50px;
  margin-left: 0px;
}

/* scrollUp */
#scrollUp {
  background: #F3B300;
  height: 45px;
  width: 45px;
  right: 35px;
  bottom: 20px;
  color: #fff;
  /* font-size: 20px; */
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  line-height: 45px;
  transition: .3s;
}

transition: .3s;
}

#scrollUp:hover {
  background: #F3B300;
}

/* 2. header */
.header-top {
  padding-top: 40px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
}

.innder-ht {
  padding: 10px 0;
}

.wellcome-text p {
  margin-bottom: 0;
  color: #8a8a8a;
}

.header-cta ul li {
  display: inline-block;
  margin-left: 35px;
}

.header-cta ul li:first-child {
  margin-left: 0;
}

.header-cta ul li i {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
  color: #fff;
}

.header-top-cta ul li {
  display: inline-block;
  width: 200px;
  margin-right: 80px;
}

.header-top-cta ul li:last-child {
  margin-right: 0;
}

.h-cta-icon {
  float: left;
  display: block;
  margin-right: 20px;
}

.h-cta-content {
  overflow: hidden;
}

.h-cta-content h5 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.h-cta-content p {
  margin-bottom: 0;
  line-height: 1.5;
}

.cart-top {
  border: 2px solid #5C5C5C;
  border-radius: 30px;
  display: inline-block;
}

.cart-top li {
  display: inline-block;
  padding: 10px 20px;
  border-right: 2px solid #5C5C5C;
}

.cart-top li:last-child {
  border: none;
}

.cart-top li a {
  color: #fff;
  font-size: 18px;
}

.main-menu ul li {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}

.main-menu ul li.active a {
  color: #F3B300;
}

.main-menu ul li a {
  display: block;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 30px 0;
  position: relative;
}

.main-menu ul li:first-child {
  margin-left: 0;
}

.menu-area .menu-tigger {
  cursor: pointer;

}

.menu-area .menu-tigger span {
  height: 2px;
  width: 30px;
  background: #2935bb;
  display: block;
  margin: 7px 0;
  transition: .3s;
}

.main-menu ul li:hover>a {
  color: #F3B300;
}

.main-menu ul li:hover>a::before {
  width: 100%;
}

.display-ib {
  display: inline-block;
}

.header-btn {
  margin-left: -40px;
}

.header-social a {
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  height: 35px;
  width: 35px;
  background: #e9eaf8;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  color: #191D3B;
}

.header-social a:hover {
  color: #fff;
  background: transparent linear-gradient(90deg, #F3B300 0%, #F3B300 100%) 0% 0% no-repeat padding-box;
}

.menu-area.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
  z-index: 9999;
  background: #111;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.responsive {
  display: none;
}

#mobile-menu {
  display: block;
}

.menu-area {
  background-color: #810f01;
  z-index: 11;
  width: 100%;
  padding: 8px 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.menu-area .container {
  max-width: 1550px;
}

.menu-search a {
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  height: 35px;
  width: 35px;
  background: #ffffff4a;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  color: #FFF;
}

.top-btn {
  background: #F3B300;

  padding: 10px 15px 10px 30px;
  width: 100%;
  float: left;
  color: #fff;
  border-radius: 23px;
  position: relative;
}

.top-btn i {
  background: #fff;
  width: 37px;
  height: 37px;
  line-height: 37px;
  background: #FFFFFF47 0% 0% no-repeat padding-box;
  position: absolute;
  right: 3px;
  top: 3px;
  border-radius: 50%;
  text-align: center;
}

.top-btn:hover {
  background: transparent linear-gradient(90deg, #F3B300 0%, #F3B300 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}

.product-details-action .btn {
  background: #F3B300;
  padding: 14px 30px;
  text-align: left;
  color: #111;
  border-radius: 30px;
  position: relative;
}

.product-details-action .btn i {
  background: #fff;
  width: 37px;
  height: 37px;
  line-height: 37px;
  background: #FFFFFF47 0% 0% no-repeat padding-box;
  position: absolute;
  right: 3px;
  top: 3px;
  border-radius: 50%;
  text-align: center;
}

.product-details-action .btn:hover {
  background: #FF6F1C;
  color: #fff;
}


.sticky-menu .logo {
  margin-top: 0;
  line-height: 61px;
  height: auto;
}

.sticky-menu::before {
  height: 71px;
  top: 0;
  left: -20px;

}

.offer-banner {
  position: relative;
}

.offer-banner span {
  position: absolute;
  color: #ffffff;
  display: inline-block;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;

}

.slider-content {
  position: relative;
  z-index: 2;
}

.slider-bg {
  background-image: url(../image/banner-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner_img {
  margin-left: -58px;
}

.sticky-menu ul li a {
  padding: 25px 0;
}

.slider-price {
  position: absolute;
  right: 0;
  bottom: 0;
}

.slider-price h3 {
  color: #fff;
}

.slider-price h2 {
  color: #F3B300;
  font-size: 60px;
  font-weight: 500;
}

.slider-btn {
  display: inline-block;
  position: relative;
}

.slider-active .slick-dots {
  position: absolute;
  right: 22%;
  bottom: 10%;
}

.slider-active .slick-dots li {
  display: inline-block;
}

.slider-active .slick-dots li button {
  padding: 0;
  margin-left: 10px;
  border-radius: 50px;
  z-index: 1;
  cursor: pointer;
  transition: .3s;
  width: 60px;
  height: 60px;
  line-height: 55px;
  color: #fff;
  border: 3px solid #ffffff1c;
  background: none;
  font-size: 16px;

}

.slider-active .slick-dots li.slick-active button {
  background: #F3B300;
  color: #000;
  border: 3px solid #F3B300;
}

.slider-active .slick-dots li.slick-active button::before {
  background: url("../img/bg/active-dote.html");
  opacity: 1;
}

.second-header {
  border: none;
  padding-bottom: 9px;
  background: #F3B300;
  padding-top: 9px;
  color: #fff;
}

.second-menu {
  position: relative;
  z-index: 9;
}

.sticky-menu .second-menu {
  margin: 0;
  box-shadow: none;
  padding: 0;
}

.sticky-menu .second-menu::before {
  content: none;
}

.second-menu .main-menu ul li {
  margin-left: 16px;
}

.second-menu .main-menu ul li:first-child {
  margin-left: 0;
}

.second-menu .main-menu ul li a::before {
  content: none;
}

.second-header-btn .btn {
  background: transparent;
  border: 2px solid #F3B300;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.second-header-btn .btn:hover {
  color: #fff;
  background: #F3B300;
}

.second-header-btn .btn::before {
  content: none;
}

.offcanvas-menu {
  position: fixed;
  right: 0;
  height: 100%;
  width: 300px;
  z-index: 999;
  background: #111;
  top: 0;
  padding: 30px;
  transition: .5s;
  transform: translateX(100%);
}

.offcanvas-menu.active {
  transform: translateX(0)
}

.menu-close i {
  font-size: 18px;
  color: #fff;
  transition: .3s;
  cursor: pointer;
}

.menu-close:hover i {
  color: #F3B300;
}

.offcanvas-menu ul {
  margin-top: 30px;
}

.offcanvas-menu ul li {
  border-bottom: 1px solid #101c38;
}

.offcanvas-menu ul li a {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  padding: 6px 0;
  display: block;
}

.offcanvas-menu ul li:hover a {
  color: #F3B300;
}

.side-social a {
  color: #fff;
  margin-right: 10px;
}

.side-social {
  margin-top: 30px;
}

.side-social a:hover {
  color: #F3B300;
}

.offcanvas-menu form {
  position: relative;
  margin-top: 30px;
}

.offcanvas-menu form input {
  width: 100%;
  background: none;
  border: 1px solid #2d3547;
  padding: 7px 10px;
  color: #fff;
}

.offcanvas-menu form button {
  position: absolute;
  border: none;
  right: 0;
  background: #F3B300;
  padding: 8px 14px;
  top: 0;
  cursor: pointer;
}

.offcanvas-menu form button i {
  color: #fff;
}

.offcanvas-overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.offcanvas-overly.active {
  opacity: .5;
  visibility: visible;
}

.off-logo {
  display: none;
}

/* breadcrumb */
.breadcrumb-area {
  min-height: 500px;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-top: -145px;
}

.breadcrumb {
  display: inline-block;
  -ms-flex-wrap: wrap;
  flex-wrap: unset;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: unset;
  border-radius: 0;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li a {
  font-size: 16px;
  color: #b8b8b8;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  color: #b8b8b8;
  content: ">";
}

.breadcrumb-title h2 {
  font-size: 60px;
  margin-bottom: 25px;
  line-height: 1;
}

.breadcrumb-title p {
  margin-bottom: 0;
  padding: 0 40px;
  color: #fff;
  font-size: 16px;
}

.breadcrumb>.active {
  color: #F3B300;
  font-weight: 500;
}

/* 3. slider */

.slider-bg {
  min-height: 700px;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.slider-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: .5;
  z-index: -1;
  display: none;
}

.show-bg3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(90deg, #000 0%, #26154D 100%) 0% 0% no-repeat padding-box;
  opacity: .5;
  z-index: 1;
}

.slider-bg2 {
  min-height: 900px;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-top: -118px;
  z-index: 1;
}

.slider-bg2 .slider-content>span::before {
  content: "";
  background: #383838;
  height: 3px;
  float: left;
  width: 60px;
  margin-top: 15px;
  margin-right: 10px;
}

.slider-bg2 .slider-content h2 {
  color: #383838;
}

.slider-bg2 .slider-content p {
  color: #676f67;
  font-size: 16px;
  margin-bottom: 0;
}

.slider-bg2 .slider-content>span {
  font-size: 22px;
  font-weight: 500;
  color: #F3B300;
  display: block;
  margin-bottom: 20px;
  margin-top: 30px;
}

.slider-bg .video-i {
  background: #fff;
  padding: 14px;
  border-radius: 100%;
  width: 51px;
  display: inline-block;
  text-align: center;
  color: #F3B300;
  ;
  margin-left: 50px;
}

.slider-bg .video-i:hover {
  background: #F3B300;
  ;
  color: #fff;
}

.slider-bg2 .video-i {
  background: #383838;
  padding: 14px;
  border-radius: 100%;
  width: 51px;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-left: 20px;
}

.slider-bg2 .video-i:hover {
  background: #F3B300;
  padding: 14px;
  border-radius: 100%;
  width: 51px;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-left: 20px;
}

#particles-js {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.slider-content>span {
  font-size: 16px;
  font-weight: 500;
  color: #F3B300;
  text-transform: uppercase;
  letter-spacing: 6px;
  display: block;
  margin-bottom: 20px;
}

.slider-content h1 {
  font-size: 54px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 40px;
}

.slider-content h1 span {
  color: #F3B300;
  font-weight: 400;
}

.slider-content p span {
  display: inline-block;
  height: 2px;
  width: 40px;
  background: #F3B300;
  margin-right: 20px;
  position: relative;
  top: -4px;
}

.slider-content p {
  color: #b8b8b8;
  font-size: 18px;
  margin-bottom: 0;
}

.slider-btn .btn {
  background: #fff;
  color: #F3B300;
}

.slider-btn .btn::before {
  content: none;
}

.slider-btn .btn:hover {
  box-shadow: none;
}

.p-relative {
  position: relative;
}

.down-arrow {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 1;
  height: 60px;
  width: 30px;
  margin: auto;
  text-align: center;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 50px;
  font-size: 18px;
}

.down-arrow:hover {
  color: #fff;
}

.slider-active .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 70px;
  height: 60px;
  width: 60px;
  color: #F3B300;
  font-size: 18px;
  line-height: 65px;
  border: none;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  padding: 0;
  box-shadow: 4px 2px 0 0 transparent;
  transition: .5s;
}

.slider-active .slick-next {
  right: 70px;
  left: auto;
}

.slider-active .slick-arrow:hover {
  box-shadow: 4px 2px 0 0 #F3B300;
}

.second-slider-content h2 {
  font-size: 90px;
  margin-bottom: 20px;
}

.second-slider-bg::before {
  opacity: .5;
}

.second-slider-content {
  padding-top: 85px;
  padding-bottom: 5px;
}

.s-slider-content h2 {
  margin-bottom: 25px;
}

.s-slider-content p {
  font-size: 18px;
  color: #fff;
}

.slider-active .slick-dots li button {
  display: none;
}

.overly-text {
  font-size: 42px;
  line-height: 38px;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  width: auto;
  /* margin-top: -580px; */
  margin-left: 450px;
  opacity: 0.14;
  position: relative;
  transform: rotate(90deg);
  width: 99px;
}

.offer-banner {
  position: absolute;
  right: 80px;
  top: 9%;
  width: 196px;
}

.btn.ss-btn {
  background: #F3B300;
  padding: 23px 40px;
  float: left;
  color: #121218;
  border-radius: 30px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}

.btn.ss-btn i {
  background: #fff;
  width: 37px;
  height: 37px;
  line-height: 37px;
  background: #FFFFFF47 0% 0% no-repeat padding-box;
  position: absolute;
  right: 3px;
  top: 3px;
  border-radius: 50%;
  text-align: center;
}

.btn.ss-btn:hover {
  background: #851306;
  color: #fff;
}

.slider-shape {
  position: absolute !important;
  z-index: 9;
}

.ss-one {
  top: 180px !important;
  left: 115px !important;
}

.ss-two {
  top: 60% !important;
  left: 18% !important;
}

.ss-three {
  top: 80% !important;
  left: 8% !important;
}

.ss-four {
  top: 85% !important;
  left: 30% !important;
}

.ss-five {
  left: 61% !important;
  top: 83% !important;
}

.ss-six {
  left: 88% !important;
  top: 80% !important;
}

.ss-seven {
  top: 20% !important;
  left: 89% !important;
}

/* 4. about */
.title-about {
  display: flex;
}

.title-about .section-title span {
  color: #1a1a1a;
}

.title-about .section-title span::after {
  content: "";
  background: #810F01;
  height: 2px;
  width: 50px;
  float: right;
  margin-top: 10px;
  margin-left: 10px;
}

.year .text {
  width: 154px;
  height: 154px;
  background: #242424 0% 0% no-repeat padding-box;
  float: right;
  text-align: center;
  padding: 6px 0 0;
  position: relative;
}

.year .text::before {
  background: url(../img/about/y-bg.png);
  position: absolute;
  content: "";
  width: 85px;
  height: 85px;
  bottom: -8px;
  left: -7px;
  z-index: -1;
}

.year .text h2 {
  font-size: 60px;
}

.year .text h2 sub {
  bottom: -.25em;
  font-size: 14px;
  color: #F3B300;
  margin-left: -15px;
}

.about-img {
  margin-left: -50px;
}

.about-text {
  display: flex;
}

.about-text .avatar {
  width: 50%;
}

.about-text .avatar img {
  float: left;
  margin-right: 30px;
}

.about-text .avatar .text {
  float: left;
  margin-top: 5px;
}

.about-text .avatar .text span {
  color: #F3B300;
}

.about-title p {
  margin-bottom: 0;
}

.about-text p {
  padding: 0 30px 0px 0px;
}

.about-content li {
  display: flex;
  margin-bottom: 15px;
}

.about-content li .icon i {
  width: 33px;
  height: 33px;
  background: #294DA414 0% 0% no-repeat padding-box;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  margin-right: 15px;
}

.about-content li .text {
  padding-top: 5px
}

.section-t h2 {
  font-size: 350px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
  color: #fff;
  opacity: .05;
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-style: italic;
  top: -35px;
  line-height: 1;
}

.second-about {
  top: 62%;
  transform: translate(-50%, -50%);
  left: 74%;
  right: 0;
  bottom: 0;
}

.second-atitle>span {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #F3B300;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 20px;
  background: transparent;
  display: inline-block;
  position: relative;
}

.second-atitle>span::before {
  width: 50%;
  content: '';
  position: relative;
  height: 100%;
  background: #000;
}

.s-about-content p {
  margin-bottom: 15px;
}

.signature-text {
  font-size: 22px;
  color: #F3B300;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
}

.circle-right {
  display: inline-block;
}

/* 5. features */
.features-content h4 {
  font-size: 24px;
  margin-bottom: 17px;
}

.features-content p {
  padding: 0 40px;
  margin-bottom: 25px;
}

.s-btn {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 9px 30px;
  border-radius: 50px;
}

.s-btn:hover {
  background: #F3B300;
  border-color: #F3B300;
  color: #fff;
}

.section-title span {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #1d1d1d;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}

.section-title h2 {
  font-size: 45px;
  position: relative;

}

.section-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  width: 60px;
  background: #F3B300;
  margin: auto;
  transition: .3s;
  display: none;
}

.avatar h4 {
  color: #121218;
}

.bg_color {
  background: rgb(129, 15, 1);
  color: #fff;
}

.bg_color .blog-content h4 {
  color: #fff;
}

.bg_color .section-title h2 {
  color: #fff;
}

.bg_color .section-title span {
  color: #fff;
}

.bg_color1 {
  background: rgb(247, 205, 119);
  background: linear-gradient(152deg, rgba(247, 205, 119, 1) 19%, rgba(247, 233, 194, 1) 53%, rgba(242, 200, 114, 1) 77%);
}

.about-area .avatar img {
  width: 80px;
  height: 80px;
  background-color: #810F01;
  padding: 17px;
  margin-bottom: 7px;
  border-radius: 5px;
}

section:hover .section-title h2::before {
  width: 100px;
}

.features-p {
  padding-top: 380px;
}

.features-icon img {
  border: 5px solid transparent;
  border-radius: 50%;
  transition: .5s;
}

.s-features:hover .features-icon img {
  border: 5px solid #F3B300;
}

.features-shape {
  position: absolute;
  z-index: -1;
}

.fshape-one {
  left: 120px;
  top: 25%;
}

.fshape-two {
  left: 15%;
  top: 51%;
}

.fshape-three {
  top: 69%;
  left: 6%;
}

.fshape-four {
  top: 40%;
  left: 89%;
}

.fshape-five {
  top: 71%;
  left: 83%;
}

/* 6. services */
.services-area.gray-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-services {
  background: #fff;
  box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.07);
  position: relative;
}

.single-services::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 5px;
  top: 5px;
  background: #F3B300;
  z-index: -1;
  transition: .3s;
  opacity: 0;
}

.service-t h2 {
  top: 55px;
}

.services-thumb img {
  width: 100%;
}

.services-content span {
  display: block;
  height: 2px;
  width: 150px;
  background: #F3B300;
  transition: .3s;
  margin-bottom: 55px;
}

.services-content {
  padding: 60px 40px;
  padding-bottom: 55px;
}

.services-content small {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 20px;
}

.services-content h4 {
  font-size: 24px;
  margin-bottom: 23px;
}

.services-content h4:hover a {
  color: #F3B300;
}

.services-content p {
  margin-bottom: 0;
}

.single-services:hover .services-content span {
  background: #F3B300;
}

.single-services:hover::before {
  opacity: 1;
}

.services-active .slick-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  line-height: 1;
}

.services-active .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.services-active .slick-dots li button {
  text-indent: -99999px;
  border: none;
  padding: 0;
  height: 5px;
  width: 20px;
  background: #F3B300;
  border-radius: 50px;
  z-index: 1;
  cursor: pointer;
  transition: .3s;
}

.services-active .slick-dots li.slick-active button {
  width: 50px;
  background: #F3B300;
}

.services-active .slick-track {
  padding-bottom: 10px;
}

.services-icon i {
  font-size: 48px;
  border-radius: 50%;
  color: #f5f5f5;
  text-align: center;
}

.services-two .services-icon {
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
}

.services-two .second-services-content {
  float: left;
  width: 100%;
}

.services-two .s-single-services {
  transition: .3s;
  background-color: #7e0a00f7;
  height: 100%;
  cursor: pointer;
  border-radius: 20px;
}

.services-two .s-single-services {
  float: left;
  width: 100%;
}

.second-services-content h5 {
  font-weight: 700;
  transition: .3s;
  letter-spacing: 0;
  font-size: 22px;
  color: #ffffff;
}

.second-services-content p {
  margin-bottom: 0;
}

.second-services-content a {
  color: #fff;
}

.second-services-content a:hover {
  color: #F3B300;
}

.second-services-content a::after {
  left: -40px;
  right: unset;
  opacity: 0;
}

.main-menu {
  display: flex;
  align-items: center;
  justify-content: right;
}

.main-menu .btn.ss-btn {
  background: #F3B300;
  padding: 20px 20px;
  float: left;
  color: #121218;
  border-radius: 30px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  margin-left: 12px;
}

.s-single-services {

  position: relative;
  overflow: hidden;
  transition: all 0.6s;
}

.s-single-services .overlay {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px;
  background-color: #000000a8;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: all 0.7s;
  /* transform: scale(0.3); */
}

.s-single-services:hover .overlay {
  opacity: 1;
  transform: scale(1.2);
  transform-origin: center;
}


.s-single-services .active-icon {
  display: none;
}

.s-single-services .d-active-icon {
  display: block;
}

/*.s-single-services:hover {background: #fff;}
.s-single-services:hover .second-services-content h5{color: #fff;}
.s-single-services:hover .second-services-content a{color: #F3B300;}*/

/*.s-single-services.active {background:url('../img/features/se-hover-bg.png');  box-shadow: 3px 4px 15px #EB34497D;background-repeat: no-repeat; background-size: cover;}
.s-single-services.active .services-icon {background:#fff;}
.s-single-services.active .second-services-content h5{color: #fff;}
.s-single-services.active .second-services-content a{color: #fff;}
.s-single-services.active .second-services-content p{
    color: #fff;
}
.s-single-services.active .active-icon{display: block;}
.s-single-services.active .d-active-icon{display: none;}
.services-bg {
	background-position: center;
	background-size: cover;
}*/

.sr-line {
  background: url(../img/icon/sr-line.png) no-repeat;
  background-position: center 30px;
}

/* 7. video */
.video-position {
  position: absolute;
  bottom: -170px;
  left: 50px;
}

.video-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.video-img img {
  width: 100%;
}

.video-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: .65;
}

.video-img a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  font-size: 14px;
  color: #F3B300;
  height: 80px;
  width: 80px;
  text-align: center;
  background: transparent linear-gradient(90deg, #F3B300 0%, #F3B300 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  padding: 25px;
}

.video-img a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 90px;
  width: 90px;
  background: transparent linear-gradient(90deg, #F3B300 0%, #F3B300 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.left-align h2::before {
  margin: unset;
}

.video-content p {
  margin-bottom: 30px;
}

.v-list ul li {
  margin-bottom: 20px;
}

.v-list ul li:last-child {
  margin-bottom: 0px;
}

.v-list ul li i {
  color: #F3B300;
  display: inline-block;
  margin-right: 5px;
}

.v-padding {
  padding-top: 35px;
}

.s-video-wrap {
  background-position: center;
  background-size: cover;
  margin-bottom: -415px;
  height: 550px;
  display: flex;
  align-items: center;
  margin-top: 55px;
}

.s-video-content {
  padding-left: 200px;
}

.s-video-content a {
  z-index: 9;
  font-size: 14px;
  color: #F3B300;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin-bottom: 25px;
  position: relative;
}

.s-video-content a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 90px;
  width: 90px;
  background: rgba(255, 255, 255, 0.479);
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-border 1500ms ease-out infinite;
}

.s-video-content h2 {
  font-size: 55px;
  color: #fff;
  font-weight: 600;
  letter-spacing: -2px;
  margin-bottom: 20px;
}

.s-video-content p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}

/* 8. choose */
.chosse-img {
  background-size: cover;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.choose-list {
  float: left;
  width: 100%;
}

.choose-list ul li {
  margin-bottom: 20px;
  color: #b8b8b8;
  width: 50%;
  float: left;
}

.choose-list ul li i {
  color: #F3B300;
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
}

.choose-area {
  background-size: cover;
  background-position: center;
}

.choose-content p {
  margin-bottom: 15px;
  color: #b8b8b8;
  padding-right: 50px;
}

/* 9. brand */
.single-brand {
  text-align: center;
}

.single-brand img {
  display: inline-block;
}

.single-brand img {
  height: 45px;
}

/* 10. work-process */
.wp-bg {
  background-position: center;
  background-size: cover;
}

.w-title h2 {
  color: #383838;
}

.w-title h2::before {
  background-color: #F3B300;
}

.wp-list {
  background: #232c8e;
  box-shadow: 0px 10px 30px 0px rgba(29, 38, 129, 0.48);
  padding: 80px 50px;
  padding-bottom: 75px;
}

.wp-list ul li {
  display: flex;
  align-items: start;
  overflow: hidden;
  margin-bottom: 45px;
}

.wp-list ul li:last-child {
  margin-bottom: 0px;
}

.wp-icon {
  margin-right: 25px;
}

.wp-content h5 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
}

.wp-content p {
  color: #fff;
  margin-bottom: 0;
}

.wp-tag {
  position: absolute;
  left: 70px;
  top: 90px;
  animation: alltuchtopdown 3s infinite;
  -webkit-animation: alltuchtopdown 3s infinite;
  animation-delay: 0s;
  -webkit-animation-delay: 1s;
}

@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(-10px);
    -moz-transform: rotateX(0deg) translateY(-10px);
    -ms-transform: rotateX(0deg) translateY(-10px);
    -o-transform: rotateX(0deg) translateY(-10px);
    transform: rotateX(0deg) translateY(-10px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(-10px);
    -moz-transform: rotateX(0deg) translateY(-10px);
    -ms-transform: rotateX(0deg) translateY(-10px);
    -o-transform: rotateX(0deg) translateY(-10px);
    transform: rotateX(0deg) translateY(-10px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

.wp-img {
  margin-right: -60px;
  margin-top: -60px;
  margin-bottom: -15px;
}

.wp-thumb img {
  width: 100%;
}

.inner-wp-icon {
  float: left;
  display: block;
  margin-right: 30px;
}

.inner-wp-c {
  overflow: hidden;
  display: block;
}

.inner-wp-c h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.inner-wp-c p {
  margin-bottom: 0;
}

/* 11. team */
.team-active .slick-dots {
  text-align: center;
}

.team-active .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.team-active .slick-dots li button {
  text-indent: -99999px;
  border: none;
  padding: 0;
  margin-left: 10px;
  border-radius: 50px;
  z-index: 1;
  cursor: pointer;
  background: no-repeat;
  transition: .3s;

}

.team-active .slick-dots li.slick-active button::before {
  background: url("../img/bg/active-dote.html");
  opacity: 1;
}

.team-active .slick-dots li button::before {
  content: "";
  width: 19px;
  height: 19px;
  background: url("../img/bg/dote.html");
  float: left;
  position: relative;
  margin-top: -9px;
  left: -19px;
  border-radius: 50%;
  opacity: .7;
  background-repeat: no-repeat;
  background-position: center;
}

.team-thumb {
  text-align: center;
  display: block;
  width: 100%;
}

.single-testimonial .ta-info h6 {
  margin: 0;
  color: #000000;
  font-size: 21px !important;
  display: flex;
  align-items: center;
  line-height: 60px;
}

.single-testimonial .testi-img img {
  width: 60px;
}

.team-thumb img {
  max-width: 100%;
  display: inline-block;
}

.blog-content h4 {
  color: #0d0d0de5;
  margin-bottom: 5px;
  font-weight: 500;
  font-family: 'Archivo', sans-serif;
}

.call_book {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.team-info {
  background: #821105;
  transform: translateY(-50px);
  padding: 14px;
  transition: .3s;
  position: relative;
  overflow: hidden;
  width: 90%;
  margin: auto;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.delivery_con .delivery_con_head {
  padding: 30px 10px;
}

.delivery_con .delivery_con_head h4 {
  color: #000000b0;
  margin-bottom: 0;
  line-height: 58px;
}

.delivery_con .delivery_con_head h4.top_h4 {
  margin-top: -5px;
}

.delivery_con .svg_img svg {
  width: 140px;
}

.delivery_con_img {
  display: flex;
  align-items: center;
}

.delivery_con_img img {
  width: 80px;
  margin-left: 60px;
}

.delivery_con .svg_img1 svg {
  width: 120px;
}

.delivery_con svg [class*="cls-"] {
  fill: #821105;
}

.delivery_con {
  margin-left: 40px;
}

.call_book img {
  width: 40px;
}

.call_book h4 {
  color: #851306;
  font-size: 30px;
}

.team-info .num {
  position: absolute;
  color: #fff;
  font-size: 100px;
  font-weight: 700;
  left: 0;
  top: 38%;
  opacity: 0.02;
  z-index: -1;
}

.team-info h4 {
  font-size: 22px;
  margin-bottom: 0px;
  transition: .3s;
  font-weight: 400;
}

.team-info span {
  font-size: 16px;
  transition: .3s;
}

.team-info p {
  color: #F3B300;
}

.team-social a {
  color: #F3B300;
  margin: 0 0 10px;
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  background: #fff;
  box-shadow: 3px 4px 15px #00000066;
  border-radius: 50%;
  font-size: 18px;
  line-height: 45px;
}

.team-social a:hover {
  background: #F3B300;
  box-shadow: 3px 4px 15px #EB334973;
  color: #fff;
}

.team-thumb .brd {
  border-bottom: none;
  display: inline-block;
  position: relative;
  margin-top: 5px;
}

.team-thumb .brd::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -5px;
  font-weight: 200;
  color: #595B6B;
}

.team-thumb .dropdown {
  position: absolute;
  top: 5%;
  right: 10%;
}

.team-thumb .dropdown .xbtn {
  width: 45px;
  height: 45px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 4px 15px #00000066;
  display: inline-block;
  border-radius: 50%;
  font-size: 33px;
  line-height: 37px;
  font-family: 'Oswald', sans-serif;
  color: #F3B300;
  cursor: pointer;
}

.team-thumb .dropdown .xbtn:hover {
  background: #F3B300;

  color: #fff;
}

.team-thumb .dropdown-menu {
  background: none;
  border: none;
  padding: 0;
  transform: translate3d(-3px, 45px, 0px) !important;
}



.single-team:hover .team-thumb .brd::before,
.single-team:hover .team-thumb .brd::after {
  color: #F3B300;
}


.single-team:hover .team-info {
  transform: translateY(-15px);
}

.single-team:hover .team-info::before {
  content: "";
  height: 20px;
  background: transparent linear-gradient(30deg, #F3B300 0%, #F3B300 100%) 0% 0% no-repeat padding-box;
  box-shadow: 3px 4px 15px #EB334973;
  width: 100%;
  bottom: 0;
  position: absolute;
  left: 0;
  display: none;
}

.team-t h2 {
  top: 50px;
}

.single-team:hover .team-info h4 {
  color: #F3B300;
}

.slick-slide {
  outline: none;
}

.team-active .slick-arrow {
  position: absolute;
  top: 30%;
  left: -40px;
  border: none;
  background: none;
  padding: 0;
  font-size: 24px;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  transition: .3s;
  width: auto;
}

.team-active .slick-next {
  left: inherit;
  right: -40px;
}

/* 12. project */
.project h2 {
  color: #fff;
}

.single-project .project-info {
  position: absolute;
  bottom: 15%;
  right: 13px;
  border-radius: 20px 0px 0px 20px;
  background: #ffffffed;
  padding: 20px;
  width: 85%;
}

.single-project .project-info h4 {
  font-size: 18px;
}

.single-project .project-info a {
  color: #F3B300;
}

.single-project .project-info a img {
  display: inline;
  margin-left: 5px;
}

.portfolio-active {
  margin-left: -150px;
  margin-right: -150px;
}

.portfolio-active .single-project {
  position: relative;
}

.portfolio-active .slick-arrow {
  position: absolute;
  top: -124px;
  left: 69.5%;
  border: none;
  background: none;
  padding: 0;
  font-size: 24px;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  transition: .3s;
  width: auto;
}

.portfolio-active .slick-next {
  left: 73.5%;
}

/* 12. counter */
.single-counter {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 4px 15px #00000026;
  border-radius: 10px;
  padding: 30px;
}

.single-counter i {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #F3B300;
  border-radius: 50%;
  margin-bottom: 30px;
  color: #fff;
  font-size: 40px;
  line-height: 80px;
}

.single-counter img {
  margin-bottom: 10px;
}

.count {
  font-size: 35px;
  color: #F3B300;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  margin-bottom: 13px;
  line-height: 1;
  display: inline-block;
}

.counter small {
  font-size: 35px;
  font-weight: 700;
  color: #F3B300;
  line-height: 1;
  position: relative;
  font-family: 'Oswald', sans-serif;
}

.single-counter p {
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
}

.single-counter .line {
  display: inline-block;
  width: 1px;
  height: 50px;
  background: #F3B300;
  margin-bottom: -5px;
  margin-top: 10px;
}

/* 13. cta */
.cta-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.cta-title h2 {
  color: #fff;
  padding-bottom: 0;
  font-size: 38px;
  margin-bottom: 35px;
}

.cta-title h3 {
  color: #fff;
  padding-bottom: 0;
  font-size: 50px;
}

.cta-title p {
  color: #fff;
  font-size: 15px;
}

.cta-title h2::before {
  content: none;
}

.cta-content p {
  color: #fff;
  padding-right: 80px;
  margin-bottom: 35px;
}

.cta-btn .btn::before {
  background: #fff;
}

.cta-right p {
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.call-tag {
  margin-bottom: 20px;
  animation: alltuchtopdown 3s infinite;
  -webkit-animation: alltuchtopdown 3s infinite;
  animation-delay: 0s;
  -webkit-animation-delay: 1s;
}

.cta-bg .video-img {
  margin-top: -200px;
  height: 757px;
}

.cta-bg .social {
  text-align: center;
}

.cta-bg .social .icon {
  display: inline-block;
  width: 110px;
  height: 110px;
  background: #F3B300;
  padding: 30px;
  border-radius: 50%;
  line-height: 47px;
  margin-bottom: 30px;
  box-shadow: 3px 4px 15px #00000066;
}

.cta-bg .line {
  text-align: center;
}

.cta-bg .social a {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
}

/* 14. testimonial */

.ta-bg {
  height: 475px;
  width: 475px;
  background-repeat: no-repeat;
  margin-top: 25px;
}

.testimonial-author .ta {
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
}

.author-one.now-in-view {
  top: -25px;
  left: 110px;
}

.author-two.now-in-view {
  top: 21%;
  left: 69%;
}

.author-three.now-in-view {
  left: 67%;
  top: 66%;
}

.author-four.now-in-view {
  top: 77%;
  left: 53px;
}

.author-five.now-in-view {
  left: 50px;
  top: 41%;
}

.testi-author img {
  display: inline-block;
  margin-bottom: 20px;
}

.ta-info {
  overflow: hidden;
  display: block;
}

.ta-info h6 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #fff;
}

.ta-info span {
  color: #fff;
  font-size: 14px;
}

.single-testimonial p {
  margin-bottom: 25px;
  position: relative;
}

.testimonial-active .slick-arrow {
  position: absolute;
  top: -70px;
  transform: translateY(-50%);
  right: 100px;
  border: none;
  background: none;
  padding: 0;
  color: #f6fbff;
  z-index: 9;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border: 2px solid #494949;
  border-radius: 50%;
  line-height: 60px;
}

.btn {
  display: inline-block;
}

.testimonial-active .slick-arrow:hover {
  background: #902714 0% 0% no-repeat padding-box;
  border: 2px solid #902714;
  color: #fff;
}

.testimonial-active .slick-arrow:hover i {
  color: #fff;
}

.testimonial-active i {
  font-size: 20px;
  color: #851306;
  margin-bottom: 30px;
}

.testimonial-active .slick-next {
  right: 20px;
}

.testimonial-active .slick-arrow:hover {
  color: #f3525a;
}

.testimonial-avatar.p-relative {
  min-height: 455px;
  display: block;
  overflow: hidden;
}

.testimonial-avatar .ta {
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
}

#testimonios .btn_sec {
  position: relative;
  right: 206px;
}

.avatar-one.now-in-view {
  top: 0%;
  left: 28%;
}

.avatar-two.now-in-view {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.avatar-three.now-in-view {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.avatar-four.now-in-view {
  top: 20%;
  left: 70%;
}

.avatar-five.now-in-view {
  top: 70%;
  left: 25%;
}

.avatar-six.now-in-view {
  top: 59%;
  left: 64%;
}

.single-testimonial-bg {
  background: #851306e8 0% 0% no-repeat padding-box;
  box-shadow: 3px 4px 15px #C807074F;
  border-radius: 10px;
  width: 90%;
  float: right;
  padding: 50px 40px 25px;
  margin: 20px 20px 30px;
  color: #CACACA;
  margin-top: 50px;
  position: relative;
  min-height: 377px;
}

.testimonial-active .com-icon img {
  opacity: 0.2;
}

.testimonial-active .slick-slide {
  position: relative;
}

.testimonial-active .testi-img {
  float: left;
  margin-bottom: 20px;
  margin-left: 50px;
}

.testimonial-active .ta-info {
  overflow: hidden;
  float: left;
  margin-bottom: 15px;
  margin-left: 15px;
}

.testimonial-active .ta-info span {
  color: #F3B300;
  font-size: 14px;
}

.testimonial-active .ta-info h6 {
  font-size: 26px;
  margin-bottom: 5px;
  font-weight: 400;
}

.testimonial-active .com-icon {
  position: absolute;
  right: 10%;
  top: 15px;
}

.testimonial-active .slick-dots {
  text-align: center;
  position: absolute;
  bottom: 20%;
  right: 6%;
}

.testimonial-active .arrow-yellwo {
  position: absolute;
  bottom: -15px;
}

.testimonial-active .slick-dots li {
  display: block;
  margin: 0px 0px;
}

.testimonial-active .slick-dots li button {
  text-indent: -99999px;
  border: none;
  padding: 0;
  margin-left: 10px;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  background: no-repeat;
  transition: .3s;
  background: #E1E1E1;
  height: 8px;
  width: 8px;
}

.testimonial-active .slick-dots .slick-active button {
  width: 8px;
  border-radius: 50%;
  height: 8px;
  background: #F3B300;
}

.testimonial-active2 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 4px 15px #00000026;
  border-radius: 10px;
  width: 100%;
  float: left;
  padding: 30px;
}

.testimonial-active2 .slider-nav {
  float: right;
  width: 100%;
}

.slider-nav .slick-list.draggable {
  width: 233px;
  float: right;
}

.testimonial-active2 .slick-arrow {
  position: absolute;
  top: -140px;
  left: -82px;
  border: none;
  background: none;
  padding: 0;
  font-size: 24px;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  transition: .3s;
}

.testimonial-active2 .slick-next {
  left: inherit;
  right: -82px;
}

.testimonial-active2 .slick-arrow:hover {
  color: #f3525a;
}

.testimonial-avatar.p-relative {
  min-height: 455px;
  display: block;
  overflow: hidden;
}

.testimonial-active2 .slick-next.slick-arrow i,
.testimonial-active2 .slick-arrow i {
  background: #f3525a;
  padding: 12px 15px;
}

.testimonial-active2 .testi-author img {
  float: left;
  margin-bottom: 20px;
}

.testimonial-active2 .ta-info {
  overflow: hidden;
  float: left;
  margin-top: 30px;
}

.testimonial-active2 .ta-info span {
  color: #f3525a;
  font-size: 14px;
}

.testimonial-active2 .ta-info h6 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #2A2E48;
}

.com-icon {
  position: absolute;
  right: 0;
  top: 20px;
}

.testimonial-item img {
  width: 80px;
  cursor: pointer;
}

/* faq */
.faq-btn {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 20px 30px;
  width: 100%;
  text-align: left;
  padding-right: 55px;
  background: #F3B300;
  border-radius: 10px;
}

.card .collapse.show {
  display: block;
  padding-top: 20px;
}

.faq-btn.collapsed {
  background: no-repeat;
  color: #190a32;
}

.faq-wrap .card-header:first-child {
  border-radius: 0;
}

.faq-wrap .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: unset;
  border-bottom: none;
}

.faq-wrap .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: unset;
  padding: 25px 30px;
  padding-top: 0;
}

.faq-wrap .card-header h2 {
  font-size: unset;
}

.faq-wrap .card {
  border: none;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 1px 3px 11px #00000026;
}

.faq-wrap .card:last-child {
  margin-bottom: 0;
}

.faq-wrap .card-header h2 button::after {
  position: absolute;
  content: "\f06e";
  top: 19px;
  right: 30px;
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  color: #fff;
}

.faq-wrap .card-header h2 button.collapsed::after {
  content: "\f070";
  color: #000;
}



/* 15. blog */

.home-blog-active .slick-dots {
  text-align: center;
  margin-top: 30px;
}

.home-blog-active .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.home-blog-active .slick-dots li button {
  text-indent: -99999px;
  border: none;
  padding: 0;
  margin-left: 10px;
  border-radius: 50px;
  z-index: 1;
  cursor: pointer;
  background: no-repeat;
  transition: .3s;

}

.home-blog-active .slick-dots li.slick-active button::before {
  background: url("../img/bg/active-dote.html");
  opacity: 1;
}

.home-blog-active .slick-dots li button::before {
  content: "";
  width: 19px;
  height: 19px;
  background: url("../img/bg/dote.html");
  float: left;
  position: relative;
  margin-top: -9px;
  left: -19px;
  border-radius: 50%;
  opacity: .7;
  background-repeat: no-repeat;
  background-position: center;
}


.blog-thumb {
  position: relative;
  overflow: hidden;
  box-shadow: 3px 4px 15px #00000026;
}

.blog-thumb img.b-link {
  width: inherit;
  position: absolute;
  z-index: 99;
  top: 35%;
  left: 45%;
  opacity: 0;
}

.blog-thumb:hover img.b-link {
  opacity: 1;
}

.blog-thumb img {
  width: 100%;
}

.blog-thumb:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
}

.blog-content {
  position: relative;
  z-index: 1;
}

.blog-content .b-cat {
  background: #F3B300 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 8px #F3B30033;
  border-radius: 30px;
  color: #111;
  display: inline-block;
  padding: 5px 30px;
  position: absolute;
  top: -50px;
  right: 7%;
  text-transform: uppercase;
}

.b-meta ul li {
  display: inline-block;
  margin-right: 5px;
}

.b-meta ul li:last-child {
  margin-right: 0;
}

.b-meta ul li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #b8b8b8;
}

.b-meta ul li a.corpo {
  color: #F3B300;
}

.b-meta ul li a:hover {
  color: #F3B300;
}

.blog-content {
  margin-top: 15px;
}

.blog-content h4 {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1.3;
}

.btn_color {
  background-color: #851306 !important;
  color: #fff !important;
}

.btn_color:hover {
  background-color: #F3B300 !important;
  color: #000000 !important;
}

.blog-content h4:hover a {
  color: #F3B300;
}

.blog-btn {
  position: absolute;
  bottom: -23px;
  text-align: center;
  width: 100%;
  left: 0;
  opacity: 0;
  transition: .3s;
}

.single-post:hover .blog-btn {
  opacity: 1;
}

.blog-btn a {
  background: transparent linear-gradient(90deg, #F3B300 0%, #F3B300 100%) 0% 0% no-repeat padding-box;
  box-shadow: 3px 4px 15px #F3B3008C;
  width: 50px;
  height: 50px;
  display: inline-block;
  color: #fff;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
}

.b-meta i {
  margin-right: 5px;
  color: #F3B300;
}


.bsingle__post-thumb img {
  width: 100%;
}

.bsingle__post .video-p {
  position: relative;
}

.bsingle__post .video-p .video-i {
  height: 80px;
  width: 80px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  background: #fff;
  color: #F3B300;
}

.blog-active .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  border: none;
  background: none;
  padding: 0;
  font-size: 30px;
  color: #fff;
  z-index: 9;
  opacity: .4;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
}

.blog-active .slick-arrow.slick-next {
  right: 40px;
  left: auto;
}

.blog-active .slick-arrow:hover {
  opacity: 1;
}

.bsingle__content {
  padding: 50px;
  border: 2px solid #FFFFFF1A;
  position: relative;
}

.bsingle__content .b-cat {
  background: #F3B300 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 8px #F3B30033;
  border-radius: 30px;
  color: #111;
  display: inline-block;
  padding: 5px 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.bsingle__content .meta-info ul {
  margin-bottom: 15px;
}

.bsingle__content .meta-info ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 30px;
  font-weight: 500;
}

.bsingle__content .meta-info ul li a {
  color: #b8b8b8;
  text-transform: capitalize;
}

.bsingle__content .meta-info ul li a i {
  margin-right: 5px;
}

.bsingle__content .meta-info ul li a:hover {
  color: #F3B300;
}

.bsingle__content .meta-info ul li i {
  margin-right: 5px;
  color: #F3B300;
}

.bsingle__content .blog-flex {
  display: flex;
  margin-bottom: 7px;
  justify-content: space-between;
}

.bsingle__content .blog-flex .blog-right {
  position: relative;
  padding-left: 55px;
}

.bsingle__content .blog-flex .blog-right p {
  font-weight: 700;
  color: #fff;
  padding-right: 0;
  margin-bottom: 0;
}

.bsingle__content .blog-flex .blog-right img {
  position: absolute;
  left: 0;
  top: -5px;
}

.bsingle__content .blog-flex .blog-left a {
  font-weight: 700;
  letter-spacing: 2px;
  color: #F3B300;
  text-transform: uppercase;
  font-size: 14px;
}

.bsingle__content .blog-flex .blog-left a i {
  padding-right: 15px;
}

.bsingle__content h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.bsingle__content h2:hover a {
  color: #F3B300;
}

.bsingle__content p {
  padding-right: 35px;
  margin-bottom: 25px;
}

.bsingle__content .blog__btn .btn {
  background: transparent;
  border: 2px solid #F3B300;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.bsingle__content .blog__btn .btn::before {
  content: none;
}

.bsingle__content .blog__btn .btn:hover {
  background: #F3B300;
  color: #fff;
}

.quote-post {
  background-position: center;
  background-repeat: no-repeat;
}

.quote-post .quote-icon {
  float: left;
  margin-right: 30px;
  display: block;
  margin-top: 20px;
}

.quote-post h2 {
  overflow: hidden;
  margin-bottom: 0;
}

.widget {
  padding: 35px 25px 35px 25px;
  border: 2px solid #5C5C5C3D;
  overflow: hidden;
}

.widget-title {
  margin-bottom: 40px;
}

.widget-title h4 {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1;
}

.slidebar__form {
  position: relative;
}

.slidebar__form input {
  background: #5C5C5C;
  border: none;
  width: 100%;
  padding: 18px 30px;
}

.slidebar__form input::placeholder {
  font-size: 12px;
  color: #b8b8b8;
}

.slidebar__form button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: #F3B300;
  padding: 18px 23px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  height: 100%;
}

.widget-insta-post li {
  display: inline-block;
  margin: 5px 3px;
}

.widget-insta-post li:hover a::before {
  opacity: .7;
}

.widget-insta-post li a {
  position: relative;
  display: block;
}

.widget-insta-post li a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #F3B300;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.widget-social a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid #5C5C5C;
  color: #b8b8b8;
  margin: 0 3px;
}

.widget-social a:hover {
  background: #F3B300;
  color: #ffffff;
  border-color: #F3B300;
}

.cat__list li {
  padding-bottom: 10px;
  border-bottom: 1px solid #5C5C5C3D;
  margin-bottom: 10px;
}

.cat__list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.cat__list li:hover a {
  color: #F3B300;
}

.cat__list li a {
  font-size: 14px;
  color: #b8b8b8;
}

.cat__list li a span {
  float: right;
  display: block;
}

.widget__post ul li {
  margin-bottom: 20px;
  overflow: hidden;
}

.widget__post ul li:last-child {
  margin-bottom: 0;
}

.widget__post-thumb {
  float: left;
  display: block;
  margin-right: 20px;
}

.widget__post-content {
  overflow: hidden;
  display: block;
}

.widget__post-content h6 {
  font-size: 16px;
  margin-bottom: 1px;
  padding-right: 15px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.widget__post-content h6:hover a {
  color: #F3B300;
}

.widget__post-content span {
  font-size: 14px;
}

.widget__post-content span i {
  margin-right: 8px;
}

.widget__tag ul li {
  display: inline-block;
  margin: 5px 3px;
}

.widget__tag ul li:hover a {
  background: #F3B300;
  border-color: #F3B300;
  color: #ffffff;
}

.widget__tag ul li a {
  display: block;
  border: 1px solid #5C5C5C3D;
  font-size: 14px;
  color: #b8b8b8;
  padding: 9px 20px;
}

.widget.widget__banner {
  border: none;
  padding: 0;
  position: relative;
}

.widget__banner-thumb img {
  width: 100%;
}

.widget__banner-overly {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  text-align: center;
}

.widget__banner-overly>span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 160px;
}

.widget__banner-overly h3 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 129px;
  font-weight: 500;
}

.widget__banner-overly h3 span {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.widget__banner-overly .btn {
  border-radius: unset;
  background: #fff;
  border: 2px solid #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 17px 35px;
  color: #F3B300;
}

.widget__banner-overly .btn:hover {
  background: transparent;
  color: #fff;
}

.meta__info ul {
  margin-bottom: 7px;
}

.meta__info ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 30px;
  font-weight: 500;
}

.meta__info ul li a {
  color: #b8b8b8;
  text-transform: capitalize;
}

.meta__info ul li a i {
  margin-right: 5px;
}

.meta__info ul li a:hover {
  color: #F3B300;
}

.meta__info ul li i {
  margin-right: 5px;
  color: #F3B300;
}

.details__content h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-right: 0;
}

.details__content p {
  margin-bottom: 18px;
}

.details__content blockquote {
  background: #222;
  padding: 30px 35px;
  padding-left: 90px;
  position: relative;
  font-size: 14px;
  padding-right: 50px;
  margin-top: 45px;
  margin-bottom: 45px;
  line-height: 1.7;
  color: #ffffff59;
  z-index: 1;
}

.details__content blockquote::before {
  position: absolute;
  content: "";
  left: 19px;
  top: 29px;
  background: url(../img/icon/blockquote_d.png);
  height: 86px;
  width: 92px;
  z-index: -1;
}

.details__content blockquote footer {
  font-size: 14px;
  margin-top: 15px;
  color: #fff;
  font-weight: 600;
}

.details__content-img {
  margin: 45px 0;
}

.details__content-img img {
  width: 100%;
}

.details__content figure {
  margin-top: 45px;
  margin-bottom: 60px;
}

.details__content figure img {
  float: left;
  width: 255px;
  margin-right: 30px;
}

.post__tag h5 {
  font-size: 18px;
  margin-bottom: 20px;
}

.post__tag ul li {
  display: inline-block;
  margin-right: 15px;
}

.post__tag ul li a {
  font-size: 14px;
  text-transform: uppercase;
  border: 2px solid #5C5C5C3D;
  padding: 12px 18px;
  font-weight: 500;
  display: inline-block;
  border-radius: 3px;
  color: #b8b8b8;
}

.post__tag ul li a:hover {
  border-color: #F3B300;
  background: #F3B300;
  color: #ffffff;
}

.post__share h5 {
  font-size: 18px;
  margin-bottom: 30px;
}

.post__share ul li {
  margin-left: 20px;
  display: inline-block;
}

.post__share ul li a {
  font-size: 18px;
  display: inline-block;
  color: #b8b8b8;
}

.post__share ul li a:hover {
  color: #F3B300;
}

.posts_navigation {
  border-top: 1px solid #5C5C5C3D;
  border-bottom: 1px solid #5C5C5C3D;
}

.posts_navigation .prev-link span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.posts_navigation .prev-link h4 {
  font-size: 24px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.posts_navigation .prev-link h4:hover a {
  color: #F3B300;
}

.posts_navigation .next-link span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}

.posts_navigation .next-link h4 {
  font-size: 24px;
  margin-bottom: 0;
}

.posts_navigation .next-link h4:hover a {
  color: #F3B300;
}

.related__post .post-title {
  margin-bottom: 35px;
}

.related__post .post-title h4 {
  font-size: 26px;
  margin-bottom: 0;
}

.related-post-wrap .post-thumb img {
  width: 100%;
}

.related-post-wrap .rp__content {
  padding: 44px;
  border: 2px solid #5C5C5C3D;
  border-top: none;
}

.related-post-wrap .rp__content h3 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.related-post-wrap .rp__content h3:hover a {
  color: #F3B300;
}

.related-post-wrap .rp__content p {
  margin-bottom: 0;
  font-size: 14px;
}

.avatar__wrap {
  background: #222;
  padding: 50px 80px;
}

.avatar__wrap .avatar-img {
  margin-top: -115px;
  margin-bottom: 35px;
}

.avatar__wrap-content p {
  font-size: 14px;
  margin-bottom: 0;
}

.avatar__info h5 {
  font-size: 26px;
  margin-bottom: 10px;
}

.avatar__info-social {
  margin-bottom: 20px;
}

.avatar__info-social a {
  font-size: 12px;
  color: #9498b6;
  display: inline-block;
  margin: 0 5px;
}

.avatar__info-social a:hover {
  color: #F3B300;
}

.comment__wrap {
  border-bottom: 1px solid #5C5C5C3D;
}

.comment__wrap-title {
  margin-bottom: 35px;
}

.comment__wrap-title h5 {
  font-size: 26px;
  margin-bottom: 0;
}

.single__comment .comments-avatar {
  float: left;
  width: 100px;
  margin-right: 30px;
}

.single__comment.children {
  margin-left: 130px;
}

.single__comment.children .avatar-name h6 i {
  font-size: 12px;
  color: #b8b8b8;
  margin-left: 20px;
}

.comment-text {
  overflow: hidden;
}

.comment-text .avatar-name {
  overflow: hidden;
}

.comment-text .avatar-name h6 {
  font-size: 18px;
  margin-bottom: 7px;
}

.comment-text .avatar-name span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #F3B300;
}

.comment-text .avatar-name .comment-reply {
  /* float: right; */
  display: inline-block;
  border: 2px solid #5C5C5C3D;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 14px;
  margin-top: -23px;
  color: #b8b8b8;
}

.comment-text .avatar-name .comment-reply:hover {
  border-color: #F3B300;
  background: #F3B300;
  color: #ffffff;
}

.comment-text .avatar-name .comment-reply i {
  margin-right: 5px;
}

.comment-text p {
  font-size: 14px;
  margin-bottom: 0;
}

.comment__form {
  padding: 50px;
  background: #222;
}

.comment__form .comment-field {
  position: relative;
}

.comment__form .comment-field.text-area i {
  top: 25px;
  transform: unset;
}

.comment__form .comment-field i {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #F3B300;
  font-size: 14px;
}

.comment__form .comment-field textarea {
  height: 150px;
  width: 100%;
  padding: 20px 30px;
  padding-right: 50px;
  background: no-repeat;
  border: 2px solid #5C5C5C3D;
}

.comment__form .comment-field textarea::placeholder {
  font-size: 14px;
  color: #a7a7c1;
}

.comment__form .comment-field textarea:focus {
  outline: 1px solid #F3B300;
}

.comment__form .comment-field input {
  width: 100%;
  padding: 20px 30px;
  padding-right: 50px;
  background: no-repeat;
  border: 2px solid #5C5C5C3D;
}

.comment__form .comment-field input::placeholder {
  font-size: 14px;
  color: #a7a7c1;
}

.comment__form .comment-field input:focus {
  outline: 1px solid #F3B300;
}

.comment__form .btn {
  background: transparent;
  border: 2px solid #F3B300;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  box-shadow: none;
}

.comment__form .btn::before {
  content: none;
}

.comment__form .btn:hover {
  color: #fff;
  background: #F3B300;
}

/* 16. pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.pagination .page-item {
  display: inline-block;
  margin: 0 5px;
}

.pagination .page-item a.page-link {
  border-radius: 50%;
  padding: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background: #f8f8f8;
  color: #9fa7c5;
  font-size: 14px;
  border: none;
  font-weight: 500;
}

.pagination .page-item:hover a.page-link {
  box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
  background: #ff4a57;
  color: #fff;
}

.pagination .page-item.active a.page-link {
  box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
  background: #ff4a57;
  color: #fff;
}

.pagination-wrap {
  width: 100%;
}

.pagination-wrap .pagination {
  display: block;
  border-radius: unset;
}

.pagination-wrap .pagination li {
  display: inline-block;
  margin-right: 6px;
  margin-left: 0;
  margin-bottom: 0;
}

.pagination-wrap .pagination li.active a {
  background: #FF6F1C;
  color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(26, 35, 126, 0.32);
}

.pagination-wrap .pagination li a {
  border: none;
  height: 50px;
  width: 50px;
  display: block;
  line-height: 50px;
  background: #F3B300;
  border-radius: 50%;
  color: #111;
  font-size: 14px;
  text-align: center;
}

.pagination-wrap .pagination li a:hover {
  color: #ffffff;
  background: #F3B300;
}

/* 17. f-cta */
.f-cta-area {
  background: #fff;
  margin-left: 260px;
  margin-right: 260px;
  position: relative;
  top: -70px;
  margin-bottom: 30px;
  box-shadow: 0 -3px 65px 0 rgba(0, 0, 0, .09);
}

.f-cta-icon i {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: #F3B300;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
}

.contact-info {
  padding: 30px 20px;
  background: #3c3935;
}

.contact-info p {
  color: #fff;
}

.contact-info h5 {
  color: #F3B300;
}

.single-cta {
  border-bottom: 1px solid;
}

div.single-cta:last-child {
  border: 0;
}

.single-cta h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

.single-cta p {
  margin-bottom: 0;
}

.single-cta p a {
  color: #F3B300;
}

.s-cta-btn .btn {
  background: #383838;
  color: #fff;
  margin-top: 10px;
}

.s-cta-btn .btn::before {
  content: none;
}

/* 18. pricing */
.pricing-box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 4px 15px #0000001A;
  border-radius: 10px;
  float: left;
  width: 100%;
  position: relative;
}

.pricing-btn {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.pricing-head {
  padding: 30px 0 0;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.pricing-head img {
  height: 75px;
}

.pricing-head h4 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.price-count h2 {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 0;
  color: #F3B300;
  font-family: 'Inter', sans-serif;
}

.price-count small {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: -20px;
  margin-right: 3px;
}

.price-count span {
  font-size: 18px;
  font-weight: 400;
  color: #b8b8b8;
}

.pricing-body {
  padding: 0px 50px 35px;
}

.pricing-body li {
  margin-top: 15px;
}

.pricing-body li::before {
  content: '';
  font-family: "Font Awesome 5 Pro";
  color: #F3B300;
  margin-right: 10px;
}

.pricing-body p {
  margin-bottom: 15px;
  font-size: 14px;
}

.pricing-btn .btn {
  background: #F3B300;

  padding: 14px 15px 15px 30px;
  color: #fff;
  border-radius: 23px;
  position: relative;
  width: 180px;
  text-align: left;
}

.pricing-btn .btn i {
  background: #fff;
  width: 37px;
  height: 37px;
  line-height: 37px;
  background: #FFFFFF47 0% 0% no-repeat padding-box;
  position: absolute;
  right: 3px;
  top: 3px;
  border-radius: 50%;
  text-align: center;
}

.pricing-btn .btn::before {
  content: none;
}

.pricing-btn .btn:hover {
  background: #F3B300;
  color: #fff;
  border-color: #F3B300;
}

.pricing-box.active {
  border: 3px dashed #1C19A1;
}

.pricing-body {
  float: left;
}

/* 19. contact */
.contact-area {
  background-repeat: no-repeat;
  background-position: center center;
}

.contact-wrapper textarea {
  border: 0;
  color: #000;
  font-size: 15px;
  height: 200px;
  width: 100%;
  text-transform: capitalize;
  transition: .3s;
  background: #f4f4fe;
  padding: 30px 40px;
}

.contact-wrapper textarea::-moz-placeholder {
  color: #b3bdcd;
  font-size: 14px;
}

.contact-wrapper textarea::placeholder {
  color: #8990b0;
  font-size: 14px;
}

.c-icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  color: #8990b0;
  font-size: 14px;
}

.contact-message.c-icon i {
  top: 30px;
  transform: unset;
}

.contact-wrapper input {
  border: 0;
  color: #000;
  font-size: 15px;
  height: 80px;
  text-transform: capitalize;
  width: 100%;
  padding: 0 40px;
  transition: .3s;
  background: #f4f4fe;
}

.contact-wrapper input::-moz-placeholder {
  color: #8990b0;
  font-size: 14px;
}

.contact-wrapper input::placeholder {
  color: #8990b0;
  font-size: 14px;
}

.contact-name {
  position: relative;
}

.contact-field label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  cursor: unset;
}

.contact-field input {
  width: 100%;
  border: none;
  background: #fff;
  padding: 10px 20px;
  transition: .3s;
  border: 1px solid #C3C3C3;
  border-radius: 30px;
}

.contact-field.c-name::after {
  content: "\f007";
}

.contact-field::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 14px;
  text-align: center;
  right: 25px;
  color: #F3B300;
  bottom: 22px;
  display: none;
}

.contact-field.c-email::after {
  content: "\f0e0";
}

.contact-field.c-subject::after {
  content: "\f249";
}

.contact-field.c-message::after {
  content: "\f303";
  font-weight: 700;
  top: 20px;
  bottom: unset;
}

.contact-field input::placeholder {
  color: #9e9e9e;
}

.contact-field textarea {
  width: 100%;
  border: none;
  background: #fff;
  padding: 14px 20px;
  transition: .3s;
  border: 1px solid #dfdfdf;
  height: 100px;
  border-radius: 10px;
}

.contact-bg {
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.contact-img {
  margin-left: -400px;
}

/* 20. footer */
.f-widget-title,
.f-time {
  position: relative;
}

.f-time {
  width: 50%;
  margin: auto;
  color: #fff;
}

.footer-link ul li div {
  width: 50%;
}

.f-time-icon {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.f-contact-icon {
  position: absolute;
  width: 100%;
  top: 30px;
  left: 0;
}

.f-contact .ss-btn {
  width: 100%;
  text-align: center;
}

.f-contact {
  padding: 0 50px;
}

.ft_border1 {
  background-color: #8b8b8b82;
  width: 100%;
  height: 1px;
  margin: 19px 0 35px;
}

.ft_border {
  background-color: #8b8b8b82;
  width: 100%;
  height: 1px;
  margin: 15px 0;
}

footer .ft_link p {
  text-align: center;
}

.ft_link {
  margin: 22px 0;
}

footer .ft_link p a {
  color: #fff;
  text-transform: uppercase;
}

footer .ft_link p span {
  margin: 0 15px;
}

.logo-sec .ft_logo img {
  width: 285px;
  margin-bottom: 20px;
}

.ft_ul_contact li {
  margin-bottom: 15px;
}

.ft_ul li a {
  padding: 1px;
}

.ft_ul li img {
  width: 45px;
  background-color: #fff;
  border-radius: 50%;
  /* padding: 1px; */
}

.ft_content h4 {
  margin-bottom: 28px;
}

.ft_ul_contact li a {
  color: #fff;
}

.ft_ul {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin: 23px 0;
}

.ft_logo img {
  width: 260px !important;
  margin-bottom: 20px;
}

.footer-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-top {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

footer p {
  color: #fff;
}

.flog {
  width: 67%;
  display: inline-block;
}

.ft_content {
  text-align: center;
}

.f-cta-area.gray-bg {
  background: #f4f4fe;
  border-top: 3px solid #F3B300;
}

.footer-text p {
  color: #b8b8b8;
  margin-bottom: 0;
}

.footer-social span {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  margin-right: 20px;
}

.footer-social a {
  height: 60px;
  width: 60px;
  font-size: 24px;
  color: #F3B300;
  margin-right: 15px;
  display: inline-block;
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
  border: 3px solid #ffffff1c;
}

.footer-social a:hover {
  color: #fff;
  background: #F3B300;
  opacity: 1;
}

.f-widget-title h5 {
  font-size: 36px;
  margin-bottom: 30px;
  position: relative;
}

.f-widget-title span {
  color: #F3B300;
}

.footer-link ul li i {
  color: #F3B300;
  margin-right: 5px;
}

.footer-link ul li a {
  color: #b8b8b8;
  font-size: 14px;
  display: inline-block;
}

.footer-link ul li a:hover {
  padding-left: 5px;
  color: #F3B300;
}

.footer-link ul li {
  margin-bottom: 10px;
  display: flex;
}

.footer-link ul li:last-child {
  margin-bottom: 0;
}

.f-insta ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 7px;
}

.f-insta ul li a {
  display: block;
  position: relative;
}

.f-insta ul li a::before {
  content: "\e035";
  font-family: "dripicons-v2" !important;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #F3B300;
  transition: .3s;
  opacity: 0;
  z-index: 9;
}

.f-insta ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #F3B300;
  opacity: 0;
  transition: .3s;
}

.f-insta ul li:hover a::before {
  top: 50%;
  opacity: 1;
}

.f-insta ul li:hover a::after {
  opacity: .6;
}

.copyright-wrap {
  background: #D4E4FA;
}

.copyright-text {
  padding: 20px 0;
}

.copyright-text p {
  margin-bottom: 0;
  color: #F3B300;
}

.f-contact i {
  width: 40px;
  height: 40px;
  background: transparent linear-gradient(90deg, #F3B300 0%, #F3B300 100%) 0% 0% no-repeat padding-box;
  line-height: 40px;
  color: #fff !important;
  text-align: center;
  border-radius: 50%;
  float: left;
}

.f-contact span {
  float: left;
  color: #b8b8b8;
  margin-left: 8px;
}

.f-contact li {
  float: left;
  margin-bottom: 20px !important;
  width: 100%;
}

#contact-form4 {
  margin-top: 20px;
}

#contact-form4 input {
  float: left;
  border-radius: 10px 0 0px 10px;
  padding: 23px 30px;
  border: none;
  width: 75%;
}

#contact-form4 button {
  padding: 15px 30px;
  border-radius: 0px 10px 10px 0;
}

/* Fillter css */

.portfolio .col2 .grid-item {
  width: 49%;
  padding: 15px;
}

.portfolio .col3 .grid-item {
  width: 33.33%;
  padding: 15px;
  margin: 0;
}

.portfolio .col4 .grid-item {
  width: 24.985%;
  padding: 10px;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
}

.portfolio .col4 .grid-item .gallery-image {
  overflow: hidden;
  border-radius: 20px;
}

.portfolio .col4 .grid-item a {
  border-radius: 20px;
  overflow: hidden;
}

.portfolio .col4 .grid-item .gallery-image img {
  border-radius: 20px;
  overflow: hidden
}

.portfolio .col4 .grid-item .gallery-image img {
  width: 100%;
  transition: 0.3s;
}

.portfolio .col4 .grid-item .gallery-image:hover img {
  transform: scale(1.2);
}

.gallery-image figcaption {
  position: absolute;
  bottom: -50px;
  left: 0;
  background: #111;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: 500;
}

.gallery-image:hover figcaption {
  opacity: 1;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;

}

.button-group {
  padding-bottom: 15px;
}

.button-group button {
  border: none;
  background: none;
  transition: .3s;
  font-size: 14px;
  margin: 0 15px;
  padding-bottom: 15px;
  cursor: pointer;
  outline: none;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}

.button-group button:hover {
  color: #F3B300;
}

.button-group button.active {
  background: transparent;
  color: #F3B300;
  box-shadow: inset 0 -2px 0 #F3B300;
}

/* 21. Menu Theme dropdown default css */
.single-cta {
  line-height: 28px;
}

.single-cta a {
  color: #fff;
}

.main-menu ul li.has-sub .current a {
  color: #222;
}

.main-menu ul li.current a {
  color: #F3B300;
}

.main-menu .has-sub>ul {
  display: none;
  position: absolute;
  background-color: #ffff;
  min-width: 250px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
  border-top: 4px solid #F3B300;
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.main-menu .has-sub li a {
  padding: 15px;

}

.main-menu .has-sub li {
  margin-left: 0 !important;
  float: left;
  border-bottom: 1px solid #b8b8b833;
  width: 100%;
  text-align: left;

}

.main-menu .has-sub a:hover {
  color: #F3B300;
}

.main-menu .has-sub:hover>ul {
  display: block;
  margin-top: 0px;
}

.main-menu .has-sub>ul>.has-sub>ul {
  display: none;
  position: absolute;
  background-color: #ffff;
  width: 250px;
  z-index: 1;
  padding: 0;
  margin-left: -255px;
  margin-top: 0;
  top: -3px;
}

.main-menu .has-sub>ul>.has-sub:hover>ul {
  display: block;
}

.main-menu .has-sub>ul>.has-sub>ul>.has-sub>ul {
  display: none;
  position: absolute;
  background-color: #ffff;
  width: 250px;
  z-index: 1;
  padding: 0;
  margin-left: 255px;
  margin-top: 0;
  top: -3px;
}

.main-menu .has-sub>ul>.has-sub>ul>.has-sub:hover>ul {
  display: block;
}

.main-menu .has-sub ul li a {
  color: #000;
}

.main-menu .has-sub ul li a:hover {
  color: #F3B300;
}

/* 23. mega menu */

.offcanvas-menu .has-mega-menu ul {
  display: none;
}

.offcanvas-menu li.has-sub.has-mega-menu:hover>ul {
  margin-left: -1160px;
  background: #00081b;
  top: 121px;
}

.offcanvas-menu .mega-menu-column.has-sub ul li a {
  color: #fff;
  font-size: 14px;
}

.offcanvas-menu .mega-menu-column.has-sub ul li a:hover {
  color: #F3B300;
}

.has-mega-menu {
  position: static;
}

li.has-sub.has-mega-menu ul {
  position: absolute;
  top: NNpx;
  /*insert the needed value*/
  z-index: 100;
  left: 0px;
  right: 0px;
  width: 1180px;

}

.main-menu .mega-menu-column.has-sub a {
  color: #333;
}

.main-menu .mega-menu-column.has-sub a:hover {
  color: #F3B300;
}

li.has-sub.has-mega-menu:hover>ul {
  /*flexbox fallback for browsers that do not support CSS GRID lyout*/
  display: flex;
  flex-wrap: wrap;
  /*CSS GRID lyout*/
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  margin-left: -820px;

}

li.has-sub.has-mega-menu:hover>ul>li>ul {
  /*flexbox fallback for browsers that do not support CSS GRID lyout*/
  display: flex;
  flex-wrap: wrap;
  width: auto;
  background: none;
  /*CSS GRID lyout*/
  display: grid;
  position: relative;
  border: none;
  margin-left: 0;
}


@media screen and (min-width: 992px) {
  li.has-mega-menu:hover>ul {
    grid-template-columns: repeat(auto-fit, minmax(33.3333%, 1fr));
  }
}

@media screen and (min-width: 1200px) {
  li.has-mega-menu:hover>ul {
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }
}

@media screen and (min-width: 600px) {
  li.mega-menu-column {
    width: 100%;
    max-width: 100%;
    min-height: 1px;
    padding: 10px 25px;
    flex: 1 0 calc(50%);
  }
}

@media screen and (min-width: 992px) {
  li.mega-menu-column {
    flex: 1 0 calc(33.333%);
  }
}

.main-menu .has-sub .mega-menu-column li {
  flex: 1 0 calc(25%);
  border: none;
}


/* 22. Theme sidebar widge css */
.sidebar-widget a {
  color: #777;
}

.tag-cloud-link {
  font-size: 14px !important;
  border: 2px solid #f6f6f6;
  padding: 10px 19px !important;
  display: inline-block;
  margin: 10px 4px;
  text-transform: capitalize;
  float: none !important;
  width: auto !important;
}

.tag-cloud-link:hover {
  border: 2px solid #F3B300;
  color: #6a6a6a;
}

.widget_text img {
  width: 100%;
  height: auto;
}

.sidebar-widget select {
  width: 100%;
  padding: 10px;
  border: 2px solid #f6f6f6;
}

.recentcomments a {
  color: #fff;
}

.sidebar-widget a.rsswidget {
  color: #fff;
}

#wp-calendar caption {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.quote-post {
  background: url(../images/quote_bg.html);
}

.widget_media_image a:hover {
  padding-left: 0 !important;
}

.sidebar-widget .widget li .children {

  border-top: 1px solid #f6f6f6;
  margin-top: 10px;
  padding-bottom: 0px;
  display: inline-block;
  width: 100%;

}

.sidebar-widget .widget li.page_item_has_children {
  padding-bottom: 0;
}

.sidebar-widget .widget .children {
  padding-left: 15px;
}

.sidebar-widget .widget .children ul.children {
  padding-left: 30px;
}

.sidebar-widget .page_item_has_children li {

  padding-top: 10px;
  display: block;

}

.sidebar-widget .widget .children li {
  padding-top: 10px;
}

.sidebar-widget .widget .children .children li {
  padding-top: 10px;
}

.sidebar-widget .widget li:last-child,
.sidebar-widget .widget .children li:last-child,
.sidebar-widget .widget .children .children li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.sticky .bsingle__content,
.tag-sticky-2 {

  background: #f6f6f6;

}

.sticky .bsingle__content ul li {

  margin-bottom: 15px;
  list-style: disc;
  margin-left: 10px;

}

#attachment_907 {
  width: 100% !important;
}

.wp-image-907 {
  width: 100% !important;
  height: auto;
}

.sidebar-widget .widget a {
  width: 85%;
  text-align: left;
}

.sidebar-widget .widget a:hover {
  color: #F3B300;
  padding-left: 10px;
}

.sidebar-widget .widget .widget_archive li:hover,
.widget_categories li:hover,
.sidebar-widget .widget_archive li:hover {
  color: #F3B300;
}

.post-password-form input[type="password"] {
  background: #f6f6f6;
  border: none;
  width: 300px;
  padding: 10px 30px;
}

.post-password-form input[type="submit"] {
  border: none;
  background: #fff;
  padding: 10px 30px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}

.post-password-form input[type="submit"]:hover {
  background: #F3B300;
}

.wp-block-cover__video-background {
  width: 100%;
}

.sidebar-widget .widget_nav_menu .sub-menu {
  padding-left: 15px;
}

.page #comments {
  float: left;
  width: 100%;
  margin-top: 50px;
}

video {
  width: 100%;
}

.sidebar-widget .widget_text a:hover {
  padding-left: 0;
}

.dsnone {
  display: none;
}

.wp-block-media-text__media img {
  width: 100%;
}

.wp-block-image .alignleft {
  float: left;
  margin-right: 1em;
}

.wp-block-image figure.alignright {
  margin-left: 1.5em;
}

.wp-block-image .alignright {
  float: right;
  margin-left: 1em;
}

.wp-block-image img {
  max-width: 100%;
}

.wp-block-galler {
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: 100%;
}

.blocks-gallery-item {
  margin: 0;
  position: relative;
}

.blocks-gallery-item img,
.blocks-gallery-item img:hover {
  background: 0 0;
  border: none;
  box-shadow: none;
  max-width: 100%;
  padding: 0;
  vertical-align: middle;
}

.blocks-gallery-item figcaption {
  background: #eee;
  background: rgba(255, 255, 255, .8);
  color: #333;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  text-indent: 10px;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  opacity: 0;
}

.blocks-gallery-item:hover figcaption {
  opacity: 1;
}

.wp-block-gallery.columns-3 li {
  width: 33.333%;
  padding: 10px;
  height: 200px;
}

.wp-block-gallery.columns-2 li {
  width: 50%;
  padding: 10px;
}

.wp-block-gallery {
  width: 100%;
  float: left;
}

.wp-block-gallery.columns-5 li {
  width: auto;
  height: auto;
  overflow: hidden;
  columns: auto;
}

.bsingle__content .alignright {
  float: right;
  margin-left: 1.5em;
}

.bsingle__content .alignleft {
  float: left;
  margin-right: 1em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.alignleft {
  float: left;
  margin-right: 1em;
}

figure.aligncenter {

  width: 100% !important;
  text-align: center;
  float: left;
}

.aligncenter {
  margin: auto;
  display: inherit;
}

.page-links {
  float: left;
  width: 100%;
  margin-top: 50px;
}

#comments {
  float: left;
  width: 100%;
}

.bsingle__content ul,
.pages-content ul {
  padding-left: 0px;
}

.comment-text ul {
  padding-left: 20px;
}

.bsingle__content ul li,
.comment-text ul li,
.pages-content ul li {
  list-style: disc;
}

.bsingle__content table th,
.bsingle__content table td,
.comment-text table th,
.comment-text table td,
.pages-content table th,
.pages-content table td {
  border: 1px solid #f6f6f6;
  padding: 10px;
}

.bsingle__content table,
.comment-text table,
.pages-content table {
  margin-bottom: 20px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile {
  padding: 30px;
}

.bsingle__content ol {
  padding: 0 0 0 1.5em;
}

.bsingle__content ol li,
.comment-text ol li,
.pages-content ol li {
  list-style: decimal;
}

.bsingle__content figure {
  margin: 0 0 1rem;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.has-text-color.has-background.has-very-light-gray-color {
  color: #fff;
  padding: 21px;
}

.wp-block-cover-text {
  color: #fff;
  padding: 30px;
}

.tag-template img {
  width: auto !important;
}

.error-page .error-code {
  display: block;
  font-size: 150px;
  line-height: 150px;
  color: #333;
  margin-bottom: 20px;
  text-shadow: 5px 5px 1px rgba(0, 0, 0, .1);
}

.error-body a {

  margin-top: 30px;
  margin-bottom: 100px;

}

.tag-markup-2 li>ul,
li>ol,
.pages-content li>ul,
li>ol {
  padding-left: 1.5em;
}

.tag-markup-2 ul li,
.tag-markup-2 ol li,
.comment-text ul li,
.comment-text ol li,
.pages-content ul li,
.pages-content ol li {
  margin-top: 10px;
  margin-bottom: 0;
}

.parent-pageid-1725 figure.aligncenter {
  margin: 50px 0;
}

.bsingle__content ul ul li,
.pages-content ul ul li {
  list-style: circle;
}

footer #wp-calendar caption {
  color: #fff;
}

ol {
  padding-left: 15px;
}

iframe {
  width: 100%;
}

.comment-list li {

  margin-bottom: 30px;

}

.wp-block-button__link {
  border: none;
  font-weight: 700;
  padding: .76rem 1rem;
  outline: none;
  outline: none;
  display: inline-block;
  background: #fff;
  color: #fff !important;
  width: auto;
  border-radius: 5px;
  text-align: center;
}

.wp-block-button.aligncenter .wp-block-button__link {

  width: 50%;
  display: block;
  margin: auto;

}

.wp-block-button.is-style-outline .wp-block-button__link {

  background: none;
  border: 2px solid #fff;
  color: #fff !important;

}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.has-2-columns,
.has-3-columns,
.has-5-columns,
.has-6-columns {
  float: left;
  width: 100%;
}

.has-2-columns .wp-block-column {
  float: left;
  width: 50%;
  padding-right: 20px;
}

.has-3-columns .wp-block-column {
  float: left;
  width: 33.333%;
  padding-right: 20px;
}

.has-5-columns .wp-block-column {
  float: left;
  width: 20%;
  padding-right: 20px;
}

.has-4-columns .wp-block-column {
  float: left;
  width: 25%;
  padding-right: 20px;
}

.has-6-columns .wp-block-column {
  float: left;
  width: 16.66666666666667%;
  padding-right: 20px;
}

.wp-block-media-text.alignwide figure {

  float: left;
  width: 50%;
  margin-right: 20px;

}

.wp-block-media-text.alignwide .has-large-font-size {
  font-size: 28px;
  color: #fff;
}

.wp-block-media-text__content {

  float: left;
  width: 47%;
  padding-top: 0;

}

.wp-block-columns.alignwide.has-3-columns blockquote {
  margin-top: 0;
  padding-left: 20px;
}

.columns-3.is-cropped li {
  list-style: none;
  float: left;
  width: 33.333%;
}

.wp-block-gallery.alignleft.columns-2.is-cropped li {

  float: left;
  list-style: none;

}

.wp-block-gallery.alignwide.columns-4.is-cropped li {

  float: left;
  list-style: none;
  width: 25%;
  padding: 10px;

}

.wp-block-gallery.columns-6.is-cropped li {

  float: left;
  width: 16.666%;
  height: 129px;
  list-style: none;
  padding: 10px;

}

.wp-block-gallery.columns-7.is-cropped li {

  float: left;
  width: 14%;
  padding: 10px;
  list-style: none;
  min-height: 150px;

}

.wp-block-gallery.columns-8.is-cropped li {

  float: left;
  width: 12%;
  padding: 10px;
  list-style: none;
  min-height: 100px;

}

.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile {
  float: left;
}

.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile figure {
  float: left;
  width: 50%;
  margin-right: 20px;
}

.footer-widget .widgettitle,
.footer-widget .cat-item,
.footer-widget .widget ul li {
  text-align: left;
  color: #fff;
}

.footer-widget select {
  width: 100%;
  padding: 10px;
  border: 2px solid #f6f6f6;
}

.blog-deatails-box.single .single {
  display: none;
}

.redux-footer h2 {
  margin-top: 0px;
}

.footer-widget td {
  padding: 5px;
  text-align: center;
}

.footer-widget table {
  width: 100%;
  padding: 10px;
  background: #f5f5f5;
}

.footer-widget th {
  background: #f6f6f6;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
}

.bsingle__content h1,
.bsingle__content h2,
.bsingle__content h3,
.bsingle__content h4,
.bsingle__content h5,
.bsingle__content h6 {
  line-height: 1.3;
  margin-bottom: 20px;
}

.pages-content h1,
.pages-content h2,
.pages-content h3,
.pages-content h4,
.pages-content h5,
.pages-content h6 {
  line-height: 1.3;
  margin-bottom: 20px;
}

.comment-list h1,
.comment-list h2,
.comment-list h3,
.comment-list h4,
.comment-list h5,
.comment-list h6 {
  line-height: 1.3;
  margin-bottom: 20px;
}

.inner-linke-page {
  font-size: 16px;
  color: #fff;
}

.inner-linke-page a {
  border: none;
  height: 32px;
  width: 32px;
  display: inline-block;
  line-height: 32px;
  background: #F3B300;
  border-radius: 50%;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

.inner-linke-page a:hover {
  color: #ffffff;
  background: #fff;
}

.inner-linke-page>span {
  border: none;
  height: 32px;
  width: 32px;
  display: inline-block;
  line-height: 32px;
  font-weight: 400;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  background: #fff;
  color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.32);
}

pre {
  padding: 30px;
  background: #f6f6f6;
}

pre cite {
  color: #000;
}

.inner-linke-page {
  margin-bottom: 50px;
}

.attachment-aports-featured-large {
  width: 100%;
  height: auto;
}

.quote-post {
  min-height: 200px;
}

/* 0. Woocommcrece Theme default css */
.woocommerce ul.products li.product .price ins {
  background: 0 0;
  font-weight: 400;
  display: inline-block;
}

.short-ul {
  margin-bottom: 50px;
}

.woocommerce .cst-woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce .cst-woocommerce #respond input#submit.alt,
.woocommerce .cst-woocommerce a.button.alt,
.woocommerce .cst-woocommerce button.button.alt,
.woocommerce .cst-woocommerce input.button.alt,
.woocommerce .cst-woocommerce #respond input#submit,
.woocommerce .cst-woocommerce a.button,
.woocommerce .cst-woocommerce button.button,
.woocommerce .cst-woocommerce input.button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  text-transform: uppercase;
  background: #F3B300;
  border: none;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 15px 30px;
  text-align: center;
  text-transform: unset;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.woocommerce-cart .page,
.woocommerce-account .page,
.woocommerce-checkout .page {
  width: 100%;
}

.cst-woocommerce .columns-3 .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  left: 30%;
}

.cst-woocommerce .columns-3 .button.product_type_variable.add_to_cart_button {
  left: 28%;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 30px;
}

.woocommerce div.product div.images .flex-control-thumbs img {
  width: auto;
}

.woocommerce .summary .price {
  font-size: 18px !important;
  font-weight: 500;
}

.woocommerce-review-link .count,
.woocommerce-review-link {
  font-size: 14px;
  color: #ababab;

}

.woocommerce .star-rating {
  color: #f1d700;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: left;
  width: 48%;
  overflow: hidden;
}

.woocommerce .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce .button.product_type_variable.add_to_cart_button,
.woocommerce .button.product_type_grouped {
  top: 37%;
  opacity: 0;
  position: absolute !important;
  left: 21%;

}

.woocommerce .products li:hover .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce .products li:hover .button.product_type_variable.add_to_cart_button,
.woocommerce .products li:hover .button.product_type_grouped {

  opacity: 1;
  margin-top: 0px;
}

.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: 0.5em 0.5em 0 0;
  min-height: 2.236em;
  min-width: 5.236em;
  background-color: #f00;
  border-radius: 0;
  line-height: 2.236;
  font-weight: 500;
  text-transform: uppercase;
}

.woocommerce span.onsale {
  margin: 15px;
  min-height: 2.236em;
  min-width: 5.236em;
  background-color: #f00;
  border-radius: 0;
  line-height: 2.236;
  font-weight: 500;
  text-transform: uppercase;
}

.posted_in a {
  color: #b8b8b8;
  font-weight: 400;
}

.woocommerce div.product form.cart {
  margin: 2em 0;
}

.woocommerce .quantity .qty {
  width: 90px;
  line-height: 30px;
  border: 1px solid #ccc;
  padding: 3px 8px;
  margin-top: 3px;
  margin-bottom: 7px;
  margin-right: 7px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 18px;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  vertical-align: middle;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label label a {
  margin-top: 10px;
  color: #fff;
  display: inline-block;
}

.woocommerce ul li {
  list-style: none !important;
}

.woocommerce div.product form.cart .group_table td {
  border: 0;
  vertical-align: middle;
}

.woocommerce .orderby {
  width: 200px;
  line-height: 44px;
  border: 1px solid #ccc;
  padding: 8px 10px;
  margin-top: -14px;
  background: #f5f5f5;
  color: #5a5a5a;
}

.woocommerce .product_meta {
  font-weight: 500;
  color: #fff;
}

.woocommerce .sku {
  font-weight: 400;
  color: #b8b8b8;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  box-shadow: inherit !important;
  border-radius: 0;
  border: none;
}

.woocommerce .sku_wrapper {
  display: block;
  margin-bottom: 10px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: #f5f5f566;
  text-align: center;
  padding-bottom: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0 0 0 0;
  margin: 0 0 30px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 500;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background: none;
  border-radius: 0 0 0 0;
  margin: 0 0px;
  padding: 10px 3em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #F3B300;
  z-index: 2;
  border-bottom-color: #F3B300;
  border: none;
  color: #fff;
  border-radius: 0;
}

.woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 50px;
  display: inline-block;
  width: 100%;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  color: #F3B300;
  font-size: 12px;

}

.woocommerce-tabs.wc-tabs-wrapper h2 {

  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: .3s;

}

.related.products h2,
.woocommerce-order-details h2,
.woocommerce-customer-details h2 {

  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  transition: .3s;

}

.woocommerce-cart-form th,
.shop_table.woocommerce-checkout-review-order-table th,
.shop_table.order_details th,
.account-orders-table th {

  background: #fff;
  padding: 10px 0;
  color: #fff;

}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {

  width: 173px;
  padding: 12px;
  border-radius: 30px;

}

.woocommerce ul.products li.product .star-rating {
  font-size: .857em;
  position: absolute;
  top: 15px;
  left: 15px;
}

.cst-woocommerce .page-title {
  display: none;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 100%;
  overflow: visible;
}

.woocommerce form .form-row label {
  line-height: 2;
  width: 100%;
}

.woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {

  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  float: left;
  padding: 10px;
  border: 1px solid #ccc;

}

.col2-set {
  margin-bottom: 50px;
}

.woocommerce-MyAccount-navigation li {
  background: #fff;
  padding: 15px 25px;
  margin-bottom: 3px;
}

.woocommerce-MyAccount-navigation li:hover {
  background: #F3B300;
  padding: 15px 25px;
  margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation li a {
  color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 68%;
  background: #f5f5f5;
  padding: 50px;
  min-height: 500px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #fff;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #F3B300;
  color: #fff;
}

.wc-prodcut {
  background: #fff;
  transition: .3s;
}

.wc-prodcut:hover {
  box-shadow: 0px 10px 80px 0px rgba(193, 193, 193, 0.41);
}

.wc-prodcut:hover .blog-btn {
  color: #fff;
  background: #F3B300;
}

.wc-prodcut.active {
  box-shadow: 0px 10px 80px 0px rgba(193, 193, 193, 0.41);
}

.wc-prodcut.active .blog-btn {
  color: #fff;
  background: #F3B300;
}

.wc-content {
  background: #fff;
  padding: 40px 30px;
  text-align: center;
  z-index: 1;
}

.wc-content h4 {
  font-size: 19px;
  line-height: 1.3;
}

.wc-prodcut .product-buttons a {
  background: #F3B300;
  color: #fff;
  padding: 15px 30px;
  float: left;
  position: absolute;
  top: 30%;
  left: 32%;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  opacity: 0;
}

.wc-prodcut:hover .product-buttons a {
  opacity: 1;
  top: 40%;
}

.woocommerce-Price-amount.amount {
  color: #F3B300;
  font-size: 1.25em;
  font-weight: 500;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: none;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.button.product_type_external {
  display: none !important;
}

/* 16. pagination */
.woocommerce-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.woocommerce-pagination .page-numbers .page-numbers {
  display: inline-block;
  margin: 0 5px;
}

.woocommerce-pagination .page-numbers .page-numbers {
  border: none;
  height: 50px;
  width: 50px;
  display: block;
  line-height: 40px;
  background: #F3B300;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.woocommerce-pagination .page-numbers .page-numbers:hover {
  box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
  background: #fff;
  color: #fff;
}

.woocommerce-pagination .page-numbers .page-numbers.current {
  background: #fff;
  color: #ffffff;
}

.pagination-wrap .pagination {
  display: block;
  border-radius: unset;
}

.pagination-wrap .pagination li {
  display: inline-block;
  margin-right: 6px;
  margin-left: 0;
  margin-bottom: 0;
}

.pagination-wrap .pagination li.active a {
  background: #FF6F1C;
  color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(26, 35, 126, 0.32);
}

.pagination-wrap .pagination li a {
  border: none;
  height: 50px;
  width: 50px;
  display: block;
  line-height: 50px;
  background: #F3B300;

  border-radius: 50%;
  color: #111;
  font-size: 14px;
  text-align: center;
}

.pagination-wrap .pagination li a:hover {
  color: #ffffff;
  background: #F3B300;
}

/* Here's the new CSS to add... */

.admin-bar .menu-area {
  margin-top: 15px;
}

.admin-bar .second-header {
  margin-bottom: -70px;
}

.admin-bar .sticky-menu {
  top: 32px;
  margin-top: 0;
}


/* 24. call */


.call-area h2 span {
  color: #F3B300;
}

.call-area p {
  color: #fff;
  opacity: 0.9;
}

.number {
  font-size: 55px;
  font-weight: 600;
  color: #F3B300;
}

.single-brand {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 4px 15px #00000026;
  border-radius: 10px;
  padding: 40px 20px;
  margin: 20px 0;
}

.single-brand:hover,
.single-brand.active {
  background: #F3B300;
  box-shadow: 3px 4px 15px #3FB0CEA6;
}

/* Shop */
.shop-area select {
  padding: 10px;
}

.product__img {
  position: relative;
}

.product__img img {
  width: 100%;
}

.product:hover .product-action a {
  margin: 0 5px;
  opacity: 1;
  visibility: visible;
}

.product-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}

.product-action a {
  display: inline-block;
  background: #F3B300;
  line-height: 40px;
  color: #111;
  margin: 0 8px;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  padding: 0 20px;
}

.product-action a:hover {
  background: #F3B300;
  color: #ffffff;
}

.pro-cat {
  margin-bottom: 15px;
  display: block;
}

.pro-cat a {
  color: #F3B300;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
}

.pro-title {
  margin-bottom: 12px;
}

.pro-title a {
  font-size: 24px;
}

.pro-title a:hover {
  color: #F3B300;
}

.price span {
  color: #595B6B;
  font-size: 14px;
  display: inline-block;
  margin: 0 5px;
}

.price span.old-price {
  color: #b5b5b5;
  text-decoration: line-through;
}

.product-showing p {
  margin: 0;
  border: 2px solid #eaedff;
  padding: 17px 30px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .product-showing p {
    padding: 17px 15px;
  }
}

.pro-filter {
  position: relative;
  display: inline-block;
}

@media (max-width: 767px) {
  .pro-filter {
    float: left;
  }
}

.img,
img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.pro-filter select {
  border: 2px solid #eaedff;
  padding: 17px 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  color: #6f7172;
  appearance: none;
  -moz-appearance: none;
  width: 145px;
  font-weight: 500;
}

.pro-filter .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 48px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.pro-filter::before {
  content: "\f107";
  right: 15px;
  top: 15px;
  position: absolute;
  color: #758799;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.shop-tab ul li {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .shop-tab ul li {
    margin-left: 10px;
  }
}

.shop-tab ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #6f7172;
  letter-spacing: 2px;
  padding: 0;
  text-transform: uppercase;
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #f6f6ff;
  line-height: 51px;
  text-align: center;
}

.shop-tab ul li a.active {
  color: white;
  background: #8fb569;
}

.shop-thumb-tab {
  width: 160px;
  float: right;
}

@media (max-width: 767px) {
  .shop-thumb-tab {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .shop-thumb-tab ul {
    margin: 0 -5px;
  }
}

.shop-thumb-tab ul li {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .shop-thumb-tab ul li {
    width: 33.33%;
    float: left;
    padding: 0 5px;
  }
}

.shop-thumb-tab ul li a {
  padding: 0;
}

.product-details-img {
  margin-right: 180px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .product-details-img {
    margin-left: 0;
  }
}

.product-details-title p {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.product-details-title h1 {
  font-size: 40px;
  margin: 0;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .product-details-title h1 {
    font-size: 36px;
  }
}

.details-price span {
  color: #F3B300;
  font-size: 20px;
  font-weight: 400;
  margin-left: 0;
  margin-right: 10px;
}

.details-price {
  border-bottom: 2px solid #5C5C5C3D;
}

.product-cat span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.product-cat a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #F3B300;
}

.product-cat a:hover {
  color: #8fb569;
}

.product-social a {
  margin-right: 10px;
  background: #f5f5ff;
  height: 50px;
  width: 50px;
  line-height: 48px;
  border-radius: 30px;
  color: #6f7172;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 767px) {
  .product-social a {
    margin-bottom: 10px;
  }
}

.product-social a:hover {
  background: #F3B300;
  color: #ffffff;
}

.plus-minus {
  display: inline-block;
}

@media (max-width: 767px) {
  .plus-minus {
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .plus-minus {
    display: inline-block;
    margin-bottom: 0;
  }
}

.action-btn {
  background: #8fb569;
  padding: 20px 25px;
  border: none;
  margin-left: 15px;
  color: #ffffff;
  display: inline-block;
}

.action-btn:hover {
  background: #F3B300;
  color: #ffffff;
}

.product-action-list {
  overflow: hidden;
}

.product-action-list a {
  float: left;
}

@media (max-width: 767px) {
  .product-action-list a.btn {
    padding: 23px 30px;
    margin-bottom: 7px;
  }
}

@media (max-width: 767px) {
  .product-action-list a.action-btn {
    margin-left: 5px;
    margin-bottom: 7px;
  }
}

.cart-plus-minus input {
  height: 60px;
  width: 100px;
  border: 0;
  border: 2px solid #eaedff;
  text-align: center;
  -moz-appearance: none;
  appearance: none;
}

.cart-plus-minus {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

.cart-plus-minus .qtybutton {
  position: absolute;
  top: 15px;
  left: 17px;
  font-size: 20px;
  color: #c4bedd;
  cursor: pointer;
}

.cart-plus-minus .inc {
  left: auto;
  right: 17px;
}

.additional-info .table td,
.additional-info .table th {
  padding: .75rem 0;
  vertical-align: top;
  border-top: 1px solid #5C5C5C3D;
  font-weight: 400;
  color: #b8b8b8;
}

.shop-cat a {
  padding: 45px 30px;
  border: 2px solid #eaedff;
  display: block;
}

.shop-cat a i {
  font-size: 100px;
  color: #8fb569;
  margin-bottom: 30px;
  transition: .3s;
}

.shop-cat a h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;

  transition: .3s;
  letter-spacing: 1px;
}

.shop-cat a:hover {
  background: #8fb569;
  border-color: #8fb569;
}

.shop-cat a:hover i {
  color: #ffffff;
}

.shop-cat a:hover h4 {
  color: #ffffff;
}

.product-list-content .price span:first-child {
  margin-left: 0;
}

.bakix-details-tab ul {
  border-bottom: 2px solid #5C5C5C3D;
}

.bakix-details-tab ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
  padding: 0;
  text-transform: capitalize;
  position: relative;
  padding: 0 25px;
}

@media (max-width: 767px) {
  .bakix-details-tab ul li a {
    padding: 0 10px;
  }
}

.bakix-details-tab ul li a.active {
  color: #F3B300;
}

.bakix-details-tab ul li a.active:before {
  position: absolute;
  bottom: -32px;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: #F3B300;
  transition: .3s;
}

@media (max-width: 767px) {
  .bakix-details-tab ul li a.active:before {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bakix-details-tab ul li a.active:before {
    display: block;
  }
}

/* Cart */
.table-content table {
  background: #ffffff;
  border-color: #eaedff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.table-content table td.product-name {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.table-content table td.product-name a:hover {
  color: #F3B300;
}

.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
}

.table-content table th,
.table-content table td {
  border-bottom: 1px solid #eaedff;
  border-right: 1px solid #eaedff;
}

.product-quantity input {
  border: none;
  color: #6f7172;
  font-size: 14px;
  font-weight: normal;
  border: 0;
}

.table td,
.table th {
  border-top: 1px solid #eaedff;
}

.product-quantity>input {
  width: 80px;
  border-radius: 3px;
}

.table-content table td.product-subtotal {
  font-size: 16px;
}

.table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto;
}

.coupon-all {
  margin-top: 50px;
}

.coupon {
  float: left;
}

@media (max-width: 767px) {
  .coupon {
    float: none;
  }
}

#coupon_code {
  height: 62px;
  border: 2px solid #eaedff;
  padding: 0 15px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  #coupon_code {
    margin-bottom: 15px;
  }
}

.coupon2 {
  float: right;
}

@media (max-width: 767px) {
  .coupon2 {
    float: none;
    margin-top: 15px;
  }
}

.cart-page-total {
  padding-top: 50px;
}

.cart-page-total>h2 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.cart-page-total>ul {
  border: 1px solid #eaedff;
}

.cart-page-total>ul>li {
  list-style: none;
  font-size: 15px;
  color: #6f7172;
  padding: 10px 30px;
  border-bottom: 1px solid #eaedff;
  font-weight: 400;
}

.cart-page-total ul>li>span {
  float: right;
}

.cart-page-total li:last-child {
  border-bottom: 0;
}

td.product-thumbnail img {
  width: 125px;
}

/*Checkout */
.coupon-accordion h3 {
  background-color: #fff1f0;
  border-top: 3px solid #F3B300;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}

.coupon-accordion h3::before {
  content: "\f07b";
  left: 15px;
  top: 13px;
  position: absolute;
  color: #6f7172;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.coupon-accordion span {
  color: #6f7172;
  cursor: pointer;
  transition: .3s;
}

.coupon-accordion span:hover,
p.lost-password a:hover {
  color: #F3B300;
}

.coupon-content {
  border: 1px solid #eaedff;
  display: none;
  margin-bottom: 20px;
  padding: 30px;
}

.coupon-info p.coupon-text {
  margin-bottom: 15px;
}

.coupon-info p {
  margin-bottom: 0;
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
  display: block;
  color: #6f7172;
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
  color: red;
  font-weight: 700;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
  border: 1px solid #eaedff;
  height: 45px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 100%;
}

.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
  background: #F3B300 none repeat scroll 0 0;
}

.coupon-info p.form-row input[type="checkbox"] {
  position: relative;
  top: 2px;
}

.form-row>label {
  margin-top: 15px;
  margin-left: 15px;
  color: #6f7172;
}

.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
}

p.checkout-coupon input[type="text"] {
  height: 45px;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #eaedff;
  margin-bottom: 15px;
}

.coupon-checkout-content {
  display: none;
}

.checkbox-form h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 26px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}

.country-select label,
.checkout-form-list label {
  color: #6f7172;
  display: block;
  margin: 0 0 5px;
}

.country-select label span.required,
.checkout-form-list label span.required {
  color: red;
}

.country-select select {
  border: 1px solid #eaedff;
  height: 45px;
  padding-left: 10px;
  width: 100%;
  color: #6f7172;
}

.country-select::before {
  content: "\f107";
  right: 15px;
  top: 38px;
  position: absolute;
  color: #6f7172;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  color: #6f7172;
}

.checkout-form-list input[type="text"],
.checkout-form-list input[type="password"],
.checkout-form-list input[type="email"] {
  background: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  height: 45px;
  padding: 0 0 0 10px;
  width: 100%;
}

.checkout-form-list input[type="text"]::-moz-placeholder,
.checkout-form-list input[type="password"]::-moz-placeholder,
.checkout-form-list input[type="email"]::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type="text"]::placeholder,
.checkout-form-list input[type="password"]::placeholder,
.checkout-form-list input[type="email"]::placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type="checkbox"] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.create-acc label {
  color: #6f7172;
  display: inline-block;
}

.create-account {
  display: none;
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  color: #6f7172;
}

.order-notes textarea {
  border: 1px solid #eaedff;
  height: 90px;
  padding: 15px;
  width: 100%;
}

.order-notes textarea::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.order-notes textarea::placeholder {
  color: #6f7172;
  opacity: 1;
}

#ship-box-info {
  display: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default>.panel-heading {
  border-radius: 0;
}

.your-order {
  padding: 30px 40px 45px;
  border: 3px solid #eaedff;
}

@media (max-width: 767px) {
  .your-order {
    padding: 15px;
  }
}

.your-order h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.your-order-table table th,
.your-order-table table td {
  border-bottom: 1px solid #eaedff;
  border-right: medium none;
  color: #6f7172;
  font-size: 14px;
  padding: 15px 0;
  text-align: left;
}

@media (max-width: 767px) {

  .your-order-table table th,
  .your-order-table table td {
    padding-right: 10px;
  }
}

.your-order-table table th {
  border-top: medium none;
  color: #6f7172;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.panel-body>p {
  color: #222;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}

.your-order-table table .shipping ul li label {
  color: #6f7172;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: 0;
  font-size: 14px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #F9F9F9;
}

.your-order-table table tr.order-total td span {
  color: #F3B300;
  font-size: 18px;
  font-weight: 500;
}

.payment-method {
  margin-top: 40px;
}

.panel-title>a {
  display: block;
}

.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.order-button-payment input:hover {
  background: #FE4536 none repeat scroll 0 0;
}

.payment-method .btn-link {
  -moz-user-select: none;
  background: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.payment-method .card {
  background-color: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
  border: 1px solid #eaedff;
}

.card-header:first-child {
  border-radius: 0;
}

.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
  width: 100%;
}

.country-select .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0;
  border: solid 1px #eaedff;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 45px;
  line-height: 45px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 19px;
}

/* 24. Login */
.zcube-login {
  padding: 90px;
  border: 2px solid #eaedff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .zcube-login {
    padding: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zcube-login {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .zcube-login {
    padding: 30px;
  }
}

.zcube-login h3 {
  font-size: 30px;
}

.zcube-login input {
  width: 100%;
  height: 60px;
  border: 2px solid #eaedff;
  color: #6f7172;
  padding: 0 20px;
  margin-bottom: 20px;
}

.zcube-login label {
  color: #222;
  display: block;
}

.zcube-login label span {
  color: #fe4536;
}

.login-action input {
  width: inherit;
  height: auto;
}

.login-action label {
  display: inline-block;
  margin-left: 5px;
}

.or-divide {
  border-top: 2px solid #eaedff;
  margin: 40px 0;
  text-align: center;
  position: relative;
}

.or-divide span {
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  background: #ffffff;
  display: inline-block;
  width: 40px;
  margin: auto;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 767px) {
  .forgot-login {
    float: none;
  }
}

.forgot-login a {
  color: #fe4536;
}

.forgot-login a:hover {
  color: #84b77c;
}

@media (max-width: 767px) {
  .log-rem {
    float: none;
    margin-bottom: 10px;
    display: block;
  }
}

/*Services Category*/

.services-categories {
  position: relative;
  margin-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.03);
}

.services-categories li {
  position: relative;
  border: 1px solid #e7e7e7;
  border-bottom: 0;
  z-index: 9;
}

.services-categories li:last-child {
  border-bottom: 1px solid #e7e7e7;
}

.services-categories li:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background-color: #dc3545;
  content: "";
  opacity: 0;
  visibility: hidden;
}

.services-categories li.active:before,
.services-categories li:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.services-categories li a {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  line-height: 30px;
  padding: 10px 25px;
  display: block;
  padding-left: 38px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.services-categories li.active a,
.services-categories li:hover a {
  color: #ffffff;
}

.services-categories li a:before {
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 12px;
  line-height: 30px;
  color: #222222;
  font-weight: 900;
  content: "\f0da";
  font-family: "Font Awesome 5 pro";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.services-categories li.active a:before,
.services-categories li:hover a:before {
  color: #ffffff;
}

.services-categories li a:after {
  position: absolute;
  left: -1px;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #F3B300;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.services-categories li.active a:after,
.services-categories li:hover a:after {
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

/*=== Brochures Box ===*/

.brochures-box {
  position: relative;
  margin-bottom: 50px;
}

.brochures-box .inner {
  position: relative;
  background-color: #2a2e48;
  padding: 35px 30px 25px;
}

.brochures-box h4 {
  display: block;
  font-size: 21px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
}

.brochures-box .text {
  font-size: 15px;
  line-height: 23px;
  color: #ffffff;
  margin-bottom: 20px;
}

.brochures-box .theme-btn {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 15px;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.brochures-box .theme-btn i {
  margin-right: 3px;
}

.btn-style-one {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  background-color: #F3B300;
  padding: 15px 35px;
  font-weight: 700;
  overflow: hidden;
}

/*Help Box*/

.help-box {
  position: relative;
  background-size: cover;
  padding: 30px 25px;
}

.help-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(54, 54, 54, 0.90);
}

.help-box>span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}

.help-box h4 {
  position: relative;
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.help-box p {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

.help-box .theme-btn {
  padding: 8px 30px;
  font-size: 14px;
  font-weight: 700;
}


/*** 

====================================================================
		Service Detail
====================================================================

***/

.service-detail {
  position: relative;
  padding-left: 20px;
}

.service-detail .images-box {
  position: relative;
  margin: 0 -5px;
}

.service-detail .images-box .column {
  padding: 0 5px;
}

.service-detail .images-box .image {
  position: relative;
  margin-bottom: 10px;
}

.service-detail .images-box .image img {
  display: block;
  width: 100%;
  height: auto;
}

.service-detail .content-box {
  position: relative;
  padding: 20px 0 0;
}

.service-detail .content-box h2 {
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 1.2em;
  color: #343a40;
  margin-bottom: 20px;
}

.service-detail .content-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #343a40;
  margin-bottom: 20px;
}

.service-detail .content-box p {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 26px;
}

.service-detail .two-column {
  position: relative;
}

.service-detail .two-column .title {
  margin-bottom: 40px;
}

.service-detail .two-column p {
  margin-bottom: 25px;
}

.service-detail .two-column .image-column {
  position: relative;
  margin-bottom: 26px;
}

.service-detail .two-column .image-column .image {
  margin-bottom: 0;
}

.service-detail .two-column .text-column {
  position: relative;
}

.service-detail .prod-tabs {
  position: relative;
}

.service-detail .prod-tabs .tab-btns {
  position: relative;
  z-index: 1;
}

.service-detail .prod-tabs .tab-btns .tab-btn {
  position: relative;
  top: 1px;
  display: block;
  float: left;
  margin-right: 5px;
  font-size: 16px;
  color: #333333;
  background: #ffffff;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 23px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  padding: 10px 25px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  width: 0%;
  height: 3px;
  background-color: #dc3545;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:before,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:before {
  width: 100%;
  left: 0;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:after,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: -3px;
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn {
  color: #F3B300;
  background: #ffffff;
}

.service-detail .prod-tabs .tabs-content {
  position: relative;
  padding: 25px 30px 45px;
}

.service-detail .prod-tabs .tabs-content .tab {
  position: relative;
  display: none;
  border-top: 0px;
}

.service-detail .prod-tabs .tabs-content .tab.active-tab {
  display: block;
}

.service-detail .prod-tabs .tabs-content .tab .content {
  position: relative;
}

.service-detail .prod-tabs .tabs-content .tab .content p {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 0px;
}

.list-style-one {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.list-style-one li {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  padding-left: 25px;
  margin-bottom: 10px;
}

.list-style-one li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 25px;
  color: #F3B300;
  content: "\f101";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
}

/*** 

====================================================================
		Project Detail
====================================================================

***/

.project-detail {
  position: relative;
  z-index: 8;
}

.project-detail .upper-box {
  position: relative;
  margin-bottom: 40px;
}

.project-detail .upper-box .image {
  position: relative;
  margin-bottom: 0;
}

.project-detail .upper-box .image img {
  display: block;
  width: 100%;
  height: auto;
}

.project-detail .single-item-carousel .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -50px;
}

.project-detail .single-item-carousel .owl-next,
.project-detail .single-item-carousel .owl-prev {
  position: absolute;
  left: 0;
  height: 100px;
  width: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 18px;
  line-height: 100px;
  color: #ffffff;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.project-detail .single-item-carousel .owl-next {
  left: auto;
  right: 0px;
}

.project-detail .single-item-carousel .owl-next:hover,
.project-detail .single-item-carousel .owl-prev:hover {
  background-color: rgba(255, 255, 255, .5);
  color: #000000;
}

.project-detail .text-column {
  position: relative;
  margin-bottom: 50px;
}

.project-detail .text-column .inner-column {
  position: relative;
  padding-right: 30px;
}

/* Lower Content */

.project-detail .lower-content {
  position: relative;
}

.project-detail .lower-content h2 {
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.project-detail .lower-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.project-detail .lower-content h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.project-detail .lower-content p {
  position: relative;
  display: block;
  font-weight: 400;
  margin-bottom: 26px;
}

.project-detail .lower-content .list-style-one li {

  margin-bottom: 0;
}

.project-detail .info-column {
  position: relative;
}

.project-detail .info-column .inner-column {
  position: relative;
  margin-top: 50px;
  background-color: rgba(0, 0, 0, 0.02);
  padding: 30px;
  border-radius: 30px;
  border: 5px solid #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
}

.project-detail .project-info {
  position: relative;
}

.project-detail .project-info li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.project-detail .project-info li .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 28px;
  color: #dc3545;
}

.project-detail .project-info li strong {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.project-detail .project-info li p {
  font-size: 15px;
  line-height: 24px;

  font-weight: 400;
  margin-bottom: 0;
}

.project-detail .project-info li p a {

  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.project-detail .project-info li p a:hover {
  color: #dc3545;
}

.project-detail .schedule li {
  display: flex;
  margin-bottom: 15px;
}

.project-detail .schedule li div {
  width: 50%;
}

.project-detail .schedule li .date {
  text-align: right;
}

.project-detail .schedule li .days {
  font-weight: 700;
}

/* Load More Option */
.load-more-option {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 70px;
}

.load-more-option li.prev a,
.load-more-option li.next a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 20px;
  width: 80px;
  padding: 10px 10px;
  text-align: center;
  color: #ffffff;
  background-color: #F3B300;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.load-more-option li.prev a:hover,
.load-more-option li.next a:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.load-more-option .load-more {
  position: relative;
  display: inline-block;
  font-size: 30px;
}

.load-more-option .load-more a {
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 42px;
  color: #dc3545;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.load-more-option .load-more a:hover {
  color: #000000;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.video2 {
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 0;
}

/*** 

====================================================================
		booking area
====================================================================

***/

.booking-area {
  z-index: 9;
}

.booking-area .btn.ss-btn {
  width: 180px;
}

.booking-area .custom-select {
  display: inline-block;
  width: 259px;
  height: calc(1.5em + .75rem + 11px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
  border: 1px solid #C3C3C3;
  border-radius: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.booking-area .custom-select {
  color: #A3A3A3;
}

.booking-area ul {
  display: flex;
}

.booking-area ul li {
  margin-right: 18px;
}

.booking-area .contact-field input {
  border-radius: 30px;
}

/*** 

====================================================================
		department area
====================================================================

***/
.department-area {}

.s-d-img {
  margin-right: -400px;
}

.department-area li {
  display: flex;
  margin-bottom: 30px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 4px 15px #00000026;
  border-radius: 10px;
  padding: 18px 30px;
}

.department-area li a {
  color: #b8b8b8;
}

.department-area li:hover,
.department-area .active {
  background: #F3B300;
  color: #fff;

}

.department-area .active a {
  color: #fff;
}

.department-area li h3 {
  font-size: 24px;
  font-weight: 600;
}

.department-area li:hover h3,
.department-area li a:hover,
.department-area .active h3 {
  color: #fff;
}

.department-area li .icon div {
  width: 96px;
  height: 96px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 4px 15px #00000026;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  margin-right: 15px;
}

/* 8. newslater-area */
.newslater-area {
  padding: 90px 30px 0;
  height: 337px;
}

.newslater-area span {
  color: #F3B300;
}

.newslater-area p {
  opacity: 0.8;
}

.newslater input {
  background: none !important;
  border-radius: 30px;
  border: 2px solid #FFFFFF4D !important;
  box-shadow: none !important;
  padding: 9px 30px;
  color: #000 !important;
  height: calc(2.5em + .75rem + 10px);
  width: 100% !important;
  border-radius: 30px !important;
}

.newslater .form-group {
  margin-bottom: 0;
}

.newslater button {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  color: #000;
}

.newslater button:hover {
  background: #ff3494;
  color: #fff;
}

.newslater *::-moz-placeholder {
  color: #939393;
  font-size: 14px;
  opacity: 0.8;
  opacity: 1;
}

.newslater *::placeholder {
  color: #939393;
  opacity: 0.8;
  font-size: 14px;
  opacity: 1;
}

.newslater-area #contact-form4 {
  margin-top: 30px;
  float: right;
  width: 100%;
  position: relative;
}

.newslater-area #contact-form4 button {
  background: #F3B300;
  box-shadow: none;
  width: 52px;
  height: 52px;
  float: left;
  color: #111;
  border-radius: 50%;
  position: absolute;
  right: 6px;
  top: 4px;
  padding: 0;
  text-align: center;
}

/*==================================================
#0.5 booking-serch-area
=====================================================*/
.nice-select {
  background: none;
}

.nice-select::after {
  border-bottom: 2px solid #F3B300;
  border-right: 2px solid #F3B300;
}

.booking-select-wrap-2 {
  margin-top: -100px;
}


@media(max-width: 1200px) {
  .booking-select-wrap-2 {
    margin-top: 30px;
  }

  .booking-hero-style-2 .booking-hero-text {
    padding-top: 60px;
  }

}

.booking-select-area form {
  display: flex;
  justify-content: space-between;
}

.booking-select-area form input,
.booking-select-area form select,
.booking-select-area form button {
  width: 100%;
  font-size: 30px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  background: none;
}

.booking-select-area form input {
  padding-left: 0;
}

@media (max-width: 767px) {

  .booking-select-area form input,
  .booking-select-area form select,
  .booking-select-area form button {

    /* font-size: 0.9375rem; */
  }
}



.booking-select-area form select {
  border-radius: 70px 0 0 70px;
  padding: 0 25px;
  background: white;
  border-right: 1px solid #6cf5fd;
}

.booking-select-area form input:focus,
.booking-select-area form select:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #283a5e;
}

.select-sub {
  margin-right: 20px;
  position: relative;
}

.select-sub {
  width: 33.333%;
  margin-right: 0;
}

.select-sub .icon {
  position: absolute;
  left: 15%;
  top: -34px;
  z-index: -1;
}

.select-sub .fi:before {
  font-size: 20px;
}

.input-group-addon {
  background: none;
  border: none;
}

.booking-select-area form button {
  font-weight: 600;
  color: #fff;
  z-index: 1;
  position: relative;
  top: 10px;
  right: 10px;
  font-size: 15px;
  width: 175px;
}


.booking-select-area form button:focus {
  outline: none;
  border: none;
}

.booking-select-area .nice-select {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  margin-top: 10px;
  width: 50%;
}

.booking-select-area .nice-select span {
  position: relative;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}

.select-sub span {
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  color: #b8b8b8;
}

.select-sub span i {
  margin-right: 10px;
}

.booking-select-area .select-sub:before {
  position: absolute;
  left: -40px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ffffff36;
  content: "";
}

.booking-select-area .btn.ss-btn {
  width: 100%;
  text-align: center;
}

.select-sub:first-child:before {
  display: none;
}

.select-sub:last-child:before {
  display: none;
}

.booking-select-area input {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .booking-select-area .nice-select {
    height: 50px;
    line-height: 50px;
  }
}



@media (max-width: 590px) {
  .booking-select-area {
    padding: 20px 2px;
  }
}

.nice-select:after {
  right: 0px;
}



.booking-select-area ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 30px;
}

.booking-select-area ::-moz-placeholder {
  /* Firefox 19+ */

  color: #fff;
  font-size: 30px;
}

.booking-select-area :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-size: 30px;
}

.booking-select-area :-moz-placeholder {
  /* Firefox 18- */

  color: #fff;
  font-size: 30px;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background-image: linear-gradient(to bottom, #00d690, #00d690);
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  background: #00d690;
  color: #fff;
}

@media (max-width: 1200px) {

  .booking-select-area form input,
  .booking-select-area form select {
    font-size: 20px;
  }

  .select-sub span {
    font-size: 15px;
  }

  .booking-select-area form button {
    font-size: 15px;
  }

  .select-sub:nth-child(2) {
    width: 160px;
  }
}

@media (max-width: 992px) {
  .select-sub span {
    font-size: 12px;
  }

  .select-sub .fi:before {
    font-size: 14px;
  }

  .booking-select-area form input,
  .booking-select-area form select {
    font-size: 14px;
  }

  .select-sub:first-child {
    width: 180px;
  }

  .select-sub:nth-child(2) {
    width: 180px;
  }

  .booking-select-area .select-sub:before {
    display: none;
  }

  .hero-style-1 {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .booking-select-area form {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .booking-select-wrap {
    margin-top: 0;
    padding: 20px;
  }

  .booking-select-section {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {

  .select-sub {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }

  .select-sub:first-child {
    width: 100%;
  }

  .select-sub:nth-child(2) {
    width: 100%;
  }

  .select-sub:last-child {
    margin-left: 20px;
    border-bottom: 0;
  }
}


.populer-meal ul {}

.populer-meal li {
  display: inline-block;
  width: 49.8%;
  margin-bottom: 30px;
}

.meal-container {
  display: flex;
}

.meal-price a {
  width: 100%;
  float: left;
  text-align: center;
  background: #F3B300;
  color: #111;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
}

.meal-container div {
  padding: 10px;
}

.meal-container a:hover {
  color: #F3B300;
}

.meal-price a:hover {
  color: #fff;
  background: #FF6F1C;
}

.meal-container .line {
  width: 12%;
  padding: 0 !important;
}

.meal-container .line hr {
  color: #fff;
  border: none;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  border-top: 2px dashed;
}

.meal-price span {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: 10px;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 600;
}

.meal-content,
.meal-container .line,
.meal-price {
  margin-top: 15px;
}

.meal-content h5 {
  font-size: 24px;
}



/*** 

====================================================================
	Cart Section style
====================================================================

***/
.cart-section {
  position: relative;
  padding: 120px 0px 100px;
}

.cart-outer {
  position: relative;
}

.checkout-page .cart-outer {
  margin-bottom: 40px;
}

.cart-outer .table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.cart-outer .cart-table {
  width: 100%;
  min-width: 900px;
}

.cart-table .cart-header {
  position: relative;
  width: 100%;
  text-transform: uppercase;
  font-size: 13px;
  background: #F3B300;
  color: #1c1c1c;
  border: 2px solid #5C5C5C3D;
}

.cart-table thead tr th {
  line-height: 24px;
  padding: 13px 30px;
  font-weight: 600;
  font-size: 18px;
  color: #242424;
  text-transform: capitalize;
  border-right: 2px solid #5C5C5C3D;
  font-family: "Montserrat", sans-serif;
}

.cart-table thead tr th .fa {
  font-size: 18px;
}

.cart-table thead tr th.prod-column {
  text-align: left;
}

.cart-table tbody tr td {
  line-height: 24px;
  padding: 25px 50px 20px;
}

.cart-table tbody tr .qty {
  width: 200px;
  padding-right: 80px;
}

.cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0px;
  top: 0px;
}

.cart-table tbody tr .qty .quantity-spinner {
  background: #ffffff;
  border: none;
}

.cart-table tbody tr .prod-column .column-box {
  position: relative;
  min-height: 110px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
  position: relative;
  width: 100px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h4 {
  font-size: 14px;
  color: #444444;
  font-weight: 400;
  line-height: 90px;
}

.cart-table tbody tr .prod-column .author {
  font-size: 13px;
  color: #333333;
  margin-bottom: 0px;
}

.cart-table tbody tr .sub-total {
  font-weight: 500;
  color: #797979;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
}

.cart-table tbody tr .remove-btn {
  position: relative;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
  position: relative;
  font-size: 18px;
  line-height: 30px;
}

.cart-table tbody tr .remove-btn:hover {
  color: #a41a13;
}

.cart-table tbody tr {
  border-bottom: 2px solid #5C5C5C3D;
}

.cart-table tbody tr td {
  vertical-align: middle;
  color: #797979;
  font-size: 17px;
  border-left: 2px solid #5C5C5C3D;
}

.cart-table tbody tr td:last-child {
  border-right: 2px solid #5C5C5C3D;
  text-align: center;
}

.cart-table tbody tr td .prod-title {
  position: relative;
  font-size: 17px;
  color: #797979;
  font-family: "Open Sans", sans-serif;
}

.cart-table tbody tr td .quantity-spinner {
  padding: 5px 0px 5px 20px;
  line-height: 24px;
  height: 34px;
  display: block;
  width: 100%;
  position: relative;
}

.cart-table tbody .available-info {
  position: relative;
  padding-left: 50px;
}

.cart-table tbody .available-info .icon {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background: #223555;
  border-radius: 50%;
}

.cart-section .cart-options {
  position: relative;
  padding: 25px 35px 30px;
  margin-bottom: 50px;
  border: 2px solid #5C5C5C3D;
  border-top: 0px;
}

.cart-section .apply-coupon {
  position: relative;
  top: 13px;
}

.cart-section .apply-coupon .form-group {
  position: relative;
  float: left;
  margin-right: 10px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
  display: block;
  line-height: 15px;
  padding: 8px 10px;
  border: 1px solid #eeeeee;
  width: 130px;
  height: 33px;
  background: #ffffff;
}

.cart-section .coupon-btn {
  padding: 4px 18px;
  line-height: 24px;
  border-radius: 3px;
  font-size: 15px;
  color: #ffffff;
  background: none;
  border: 1px solid #F3B300;
}

.cart-section .cart-options .cart-btn {
  font-weight: 500;
  font-size: 16px;
  margin-top: 7px;
  padding: 6px 30px 6px;
  border-radius: 50px;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.cart-section .cart-options .btn-style-one {
  top: -7px;
}

.cart-section .totals-table {
  position: relative;
  margin-bottom: 20px;
  border: 2px solid #5C5C5C3D;
  border-radius: 3px;
}

.cart-section .proceed-btn {
  font-weight: 500;
  font-size: 16px;
  margin-top: 0px;
  padding: 6px 30px 6px;
  border-radius: 50px;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.cart-section .totals-table li {
  line-height: 24px;
  padding: 14px 15px;
  border-bottom: 2px solid #5C5C5C3D;
}

.cart-section .totals-table li:first-child {
  background-color: #F3B300;
}

.cart-section .totals-table li h3 {
  position: relative;
  font-weight: 600;
  color: #242424;
  font-size: 18px;

}

.cart-section .totals-table li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.cart-section .totals-table .col {
  position: relative;
  display: block;
  float: left;
  line-height: 24px;
  width: 50%;
  font-size: 17px;
  text-transform: capitalize;
}

.cart-section .totals-table li .col:last-child {
  text-align: right;
}

.cart-section .totals-table .total .price {
  color: #fff;
  font-weight: 600;
}

/* Check Out Page */
.checkout-page {
  position: relative;
  z-index: 9;
  padding: 120px 0px 100px;
}

.checkout-page .default-links {
  position: relative;
  margin-bottom: 40px;
}

.checkout-page .default-links li {
  margin-bottom: 15px;
  line-height: 24px;
  padding: 18px 28px;
  font-size: 17px;
  font-weight: 600;
  border: 2px solid #5C5C5C3D;
}

.checkout-page .default-links li a {
  color: #9e0301;
  text-decoration: underline;
}

.shop-form .billing-inner {
  position: relative;
  padding-right: 100px;
}

.shop-form .sec-title h2 {
  font-size: 24px;
}

.shop-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.billing-details .shop-form .sec-title {
  margin-bottom: 20px;
}

.billing-details .shop-form .form-group.sec-title {
  margin-bottom: 10px;
  padding-bottom: 30px;
  margin-top: 20px;
}

.shop-form .form-group .field-label {
  display: block;
  line-height: 24px;
  margin-bottom: 8px;
  color: #797979;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.shop-form .form-group .field-label sup {
  position: relative;
  top: 0px;
  color: #797979;
  font-size: 16px;
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea {
  position: relative;
  display: block;
  width: 100%;
  background: #e4e4e4;
  line-height: 16px;
  padding: 10px 15px;
  height: 50px;
  font-size: 15px;
  border: 1px solid #252525;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  font-family: "Open Sans", sans-serif;
}

.shop-form input.address-two {
  margin-top: 12px;
}

.shop-form input::-webkit-input-placeholder,
.shop-form select::-webkit-input-placeholder,
.shop-form textarea-webkit-input-placeholder {
  color: #c6c6c6;
}

.shop-form select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: #e4e4e4 url(../images/icons/icon-select.html) right center no-repeat;
  cursor: pointer;
}

.shop-form select option {
  text-indent: 15px;
}

.shop-form textarea {
  resize: none;
  height: 100px !important;
  overflow: hidden;
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus {
  border-color: #9f0301;
}

/* Shop Order Box */
.shop-order-box {
  position: relative;
  padding: 20px 28px 50px;
  border: 2px solid #5C5C5C3D;
}

.shop-order-box .theme-btn {
  font-weight: 500;
  font-size: 16px;
  margin-top: 0px;
  padding: 6px 30px 6px;
  border-radius: 50px;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.shop-order-box .order-list {
  position: relative;
}

.shop-order-box .order-list li {
  position: relative;
  color: #797979;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.shop-order-box .order-list li span {
  float: right;
  width: 35%;
  text-align: left;
  font-size: 17px;
  text-transform: capitalize;
}

.shop-order-box .order-list li span.dark {
  color: #fff;
}

.shop-order-box .order-list li.total {
  padding: 8px 0px;
  border-top: 1px solid #5C5C5C3D;
  border-bottom: 1px solid #5C5C5C3D;
}

.payment-options {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.checkout-page .payment-options li {
  position: relative;
  margin-bottom: 15px;
}

.checkout-page .payment-options li .radio-option {
  position: relative;
}

.checkout-page .payment-options li .radio-option label {
  position: relative;
  display: block;
  padding-left: 30px;
  font-weight: 600 !important;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #797979;
  cursor: pointer;
  font-size: 15px;
}

.checkout-page .payment-options li .radio-option label strong {
  font-weight: 500;
  display: inline-block;
  color: #797979;
  font-size: 15px;
}

.checkout-page .payment-options li .radio-option input[type="radio"] {
  position: absolute;
  left: 0px;
  top: 3px;
}

.checkout-page .payment-options li .radio-option #payment-3 {
  top: 9px;
}

.checkout-page .payment-options li .what-paypall {
  font-size: 13px;
  font-weight: 500;
  margin-left: 15px;
  color: #9f0301;
}

.checkout-page .payment-options li .radio-option label .small-text {
  position: relative;
  display: none;
  padding: 18px 26px;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: normal;
  font-size: 15px;
  color: #111;
  border-radius: 4px;
  line-height: 20px;
  line-height: 1.8em;
  margin-top: 20px;
  margin-left: -30px;
  background-color: #F3B300;
}

.checkout-page .payment-options li .radio-option label .small-text:before {
  position: absolute;
  content: "";
  left: 24px;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #F3B300;
}

.checkout-page .payment-options li .radio-option input[type="radio"]:checked+label .small-text {
  display: block;
}

.checkout-page .payment-options li .radio-option label img {
  position: relative;
  top: -3px;
  display: inline-block;
  max-width: 100%;
  padding-left: 30px;
}

.checkout-page .payment-options li .radio-option label img {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding-left: 30px;
}

.btn_hd_sec {
  margin-left: 15px;
}

.btn_hd_sec .btn2 {
  padding: 23px 20px;

}
.btn_hd_sec .btn2 {
	font-size: 15px;
	font-weight: 600;
}

.btn2 {
  padding: 23px 40px;
  display: inline-flex;
  font-size: 1.25rem;
  color: #fff;
  background: #f1b000;
  letter-spacing: 0.3px;
  font-weight: normal;
  border-radius: 50px;
  text-align: center;
  justify-content: center;
  line-height: 1rem;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
  position: relative;
  transition: all .5s ease !important;
}

.btn2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 1;
  border-radius: inherit;
  background: #b42727;

  background: linear-gradient(to bottom, #f3b300 0%, #f3b300 100%);
  transition: all .5s ease !important;
}

.btn2:not(.no-texture)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../image/btn_bg.svg) no-repeat;
  mask: url(../image/btn_bg.svg) no-repeat;
  background-color: #fff;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.btn2:hover {
  color: #fff;
}

.btn2:hover::before {
  background: #810f01;
  background: linear-gradient(to bottom, #810f01 0%, #810f01 100%);
}



.btn3 {
  padding: 23px 40px;
  display: inline-flex;
  font-size: 1.25rem;
  color: #fff;
  background: #7b2410;
  letter-spacing: 0.3px;
  font-weight: normal;
  border-radius: 50px;
  text-align: center;
  justify-content: center;
  line-height: 1rem;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
  position: relative;
  transition: all .5s ease !important;
}

.btn3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 1;
  border-radius: inherit;
  background: #b42727;
  background: linear-gradient(to bottom, #8e2108 0%, #8e2108 100%);
  transition: all .5s ease !important;
}

.btn3:not(.no-texture)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../image/btn_bg.svg) no-repeat;
  mask: url(../image/btn_bg.svg) no-repeat;
  background-color: #fff;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.btn3:hover {
  color: #fff;
}

.btn3:hover::before {
  background: #810f01;
  background: linear-gradient(to bottom, #f3b300 0%, #f3b300 100%);
}

.insta_img a img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.insta_img:hover img {
  transform: scale(1.1);
}

.insta_img {
  width: 100%;
  padding: 18px;
  height: 380px;
  overflow: hidden;
  position: relative;
}

.insta_img a {
  overflow: hidden;
}

.insta_img .overlay {
  content: "";
  position: absolute;
  background-color: #e5b3235e;
  left: 0;
  right: 0;
  top: -500px;
  padding: 18px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: all 0.6s;
}

.insta_img .overlay i {
  background: #7e1011;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
}

.insta_img .overlay img {
  width: 150px;
  height: 46px;
  border-radius: 10px;
}

.insta_img:hover .overlay {
  top: 0;
}

.back_bg {
  background-attachment: fixed;
}

.botom_fixed {
  position: fixed;
  bottom: 40px;
  left: 13px;
  z-index: 11;
}

.botom_fixed img {
  width: 115px;
}

#banner_img {
  animation: rotatingimg 70s infinite;
}

@keyframes rotatingimg {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.offer-banner span {
  position: absolute;
  color: #ffffff;
  display: inline-block;
  font-size: 41px;
  font-weight: 700;
  line-height: 40px;
  /* right: 0; */
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 9px;
}

.offer-banner {
  position: absolute;
  right: -25px;
  top: 9%;
  width: 180px;
  z-index: -11;
}

.call_book h4 a:hover {
  color: #00081b;
  letter-spacing: 1px;
}

.line_sty {
  width: 200px;
}

.blog-thumb img {
  border-radius: 20px;
}

.blog-thumb {
  border-radius: 20px;
  overflow: hidden;
}

/* .inner page .. */
.inner-page h1 {
  font-size: 55px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.inner-page {
  padding: 285px 0 200px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 10px;
  margin-bottom: 16px;
  list-style: none;
  background-color: initial !important;
  border-radius: 4px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 10px;
  margin-bottom: 16px;
  list-style: none;
  background-color: initial !important;
  border-radius: 4px;
}

.breadcrumb li a {
  color: #fff;
}

.breadcrumb-item.active {
  color: #fff !important;
}

#menu_bg {
  background: url("../image/menu-banner.jpg") no-repeat center;
  background-size: cover;
}

#contact_bg {
  background: url("../image/contact-banner.jpg") no-repeat center;
  background-size: cover;
}

#bengali_bg {
  background: url("../image/bengali-food-banner.jpg") no-repeat center;
  background-size: cover;
}

#north_indian_bg {
  background: url("../image/north-indian-banner.jpg") no-repeat center;
  background-size: cover;
}

#south_indian_bg {
  background: url("../image/south-indian-banner.jpg") no-repeat center;
  background-size: cover;
}

#indo_chinese_bg {
  background: url("../image/indo-chinese-banner.jpg") no-repeat center;
  background-size: cover;
}
#our_story_bg{
  background: url("../image/our-story-banner.jpg") no-repeat center;
  background-size: cover;
}

.heading_top h2 {
  color: #00081b;
}

/* contact Us */
.contact-info-top {
  margin-top: 25px
}

.contact .p-contact {
  margin: initial !important
}

.contact .contact-info form {
  margin-top: 15px
}

.contact .contact-top {
  background: var(--main-color);
  padding: 33px 20px;
  width: 100%;
  height: 100%;
  border-radius: 10px
}

.row-below {
  margin-top: 40px;
}

.contact .contact-icon {
  position: relative
}

.contact .contact-info-top a {
  color: #fff
}

.contact .contact-info-top p {
  color: #fff
}

.contact .contact-icon i {
  background: #041450;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px
}

.contact .contact-top {
  text-align: center;
}

.contact .contact-left-el {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  background: #f7f7f7
}

.contact-info-top h4 {
  color: #fff;
}

.contact .contact-left-el1 {
  margin-bottom: 26px;
  margin-top: 30px;
  display: flex;
  align-items: flex-start
}

.contact .contact-left-el,
.contact-left-el1 a {
  color: #777;
  transition: all .3s ease-in-out
}

.contact .contact-icon img {
  width: 60px;
  border-radius: 5px;
}

.contact .contact-form {
  box-shadow: 0 0px 25px #1111114f;
  padding: 35px 25px;
  border-radius: 10px;
}

.contact .contact-left {
  background: #fff;
  padding: 35px 25px;
  box-shadow: 0px 10px 40px #ebebeb;
  width: 100%;
  height: 100%
}

.contact .contact-left-el,
.contact-left-el1 a:hover {
  color: #5ad2d2
}

.contact .contact-form input {
  height: 60px;
  border-radius: 5px;
  color: #252525;
  border: 1px solid #e2e2e2;
  padding: 12px;
  width: 100%;
  background: #ffffff85;
}

.contact .contact-form textarea {
  border-radius: 5px;
  color: #252525;
  border: 1px solid #e2e2e2;
  padding: 12px;
  width: 100%;
  background: #ffffff85;
}

.contact h3 {
  color: #1c1a1b;
}

.contact .contact-form button {
  padding: 23px 40px;
  display: inline-flex;
  font-size: 1.25rem;
  color: #fff;
  background: #f1b000;
  letter-spacing: 0.3px;
  font-weight: normal;
  border-radius: 50px;
  text-align: center;
  justify-content: center;
  line-height: 1rem;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
  position: relative;
  border: none;
  outline: none;
  transition: all .5s ease !important;
}

.contact .contact-form button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 1;
  border-radius: inherit;
  background: #b42727;
  border: none;
  outline: none;
  background: linear-gradient(to bottom, #f3b300 0%, #f3b300 100%);
  transition: all .5s ease !important;
}

.contact .contact-form button:not(.no-texture)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../image/btn_bg.svg) no-repeat;
  mask: url(../image/btn_bg.svg) no-repeat;
  background-color: #fff;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.contact .contact-form button:hover {
  color: #fff;
  border: none;
  outline: none;
}

.contact .contact-form .heading h3 {
  text-align: center;
  margin-bottom: 25px;
  color: #248a3a
}

.map {
  line-height: 0
}

.map iframe {
  width: 100%;
  height: 450px;
}

.sec_padding {
  padding: 100px 0;
}

.bg_color2 {
  background-image: url('../image/home-bg2.png');
  background-color: #ce9c37bf;
  background-size: cover;
}

.section-title span.sty_left::after {
  content: "";
  background: var(--main-color);
  height: 2px;
  width: 50px;
  float: right;
  margin-top: 10px;
  margin-left: 10px;
}

/* ....product... */
#v-pills-tab a {
  padding: 13px 10px;
  display: inline-block;
  background: #fff;
  margin: 3px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #000000f0;
  min-width: 175px;
  height: 60px;
  font-weight: 500;
  border-radius: 10px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#nav-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}

#v-pills-tab .nav-link {
  transition: all 0.6s;
}

#v-pills-tab .nav-link.active {
  color: #fff;
  background-color: #810f01;
  color: #fff !important;
}

#v-pills-tab .nav-link:hover {
  background-color: #810f01;
  color: #fff !important;
}

.product .pro-title a {
  color: #252525;
  font-family: var(--archivo);
}


.product_content .content_detlia {
  padding: 120px 20px 24px 20px;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 20px;
  transition: all 0.6s;
}

.product_content {
  transition: all 0.9s;
}

.product_content .product_img img {
  margin-bottom: -115px;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_content .product_img {
  position: relative;
  z-index: 1;
  padding: 25px;
}

.product_content .ratting {
  margin: 15px 0;
}

.product_content .ratting i {
  font-size: 15px !important;
}

.product_content .product_img img {
  position: relative;
  z-index: 1;
}

.product_content .product_img::before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  width: 100%;
  height: 0%;
  z-index: 0;
  bottom: -28px;
  border-radius: 20px 20px 0 0;
  transition: all 0.6s;
}

.product_content:hover .product_img::before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  width: 100%;
  height: 110%;
  z-index: 0;
  bottom: -28px;
  border-radius: 20px 20px 0 0;
  transition: all .60s ease-in-out;
}

.product_content .content_detlia .top_content {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  gap: 15px;
}

.product_content .content_detlia .top_content h4 {
  color: #000000;
  margin-bottom: 0;
  font-size: 18px;
  color: #00081b;
  font-weight: 500;
  font-family: var(--archivo);
  min-height: 42px;
}

.product_content .content_detlia i {
  color: var(--secondary-color);
  font-size: 20px;
}
.product_content .content_detlia i.fa-heart{
  color: var(--main-color);
}
.product_content .content_detlia i.veg{
  color: #48bb01 !important;
}
.product_content .content_detlia .cart_btn {
  background-color: var(--main-color);
  color: #fff;
  font-size: 20px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.product_content .content_detlia .cart_btn i {
  color: #fff;
}

.product_content .prize_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prize_con span {
  font-size: 25px;
}


.product_content .product_img {
  position: relative;
}

.content_detlia p {
  margin: 20px 0;
}

#banner_img {
  width: 85%;
}



.catering-header-img {
    padding: 220px 0 190px;
  background: url('../image/catering-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.catering-header-img .catering-img-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.catering-img-content h1 {
  color: var(--secondary-color);
  font-size: 50px;
}

.catering-img-content h3 {
  color: white;
  font-size: 30px;
  font-weight: normal;
  font-family: var(--suranna);
}


.memorable-sec {
  text-align: center;
}

.memorable-sec h2 {
  color: var(--secondary-color);
}

.memorable-sec h3 {
  color: black;
}

.catgs ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 15px 0 0 0;
}

.catgs ul>li {
  list-style: none;
  font-family: var(--archivo);
  font-size: 16px;
  font-weight: 500;
}

.catgs ul>li::before {
  content: "•";
  font-size: 30px;
  position: relative;
  left: 0px;
  top: 5px;
  color: var(--secondary-color);
}

.what-we-offer {
  background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../image/catting-bg1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0;
}

.featured-event {
  background: url('http://www.pixel-industry.com/html/royal-plate/img/pics/bkg-img18.jpg');
  height: 100vh;
  background-repeat: no-repeat;
  position: relative;
}

.featured-event::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 8px;
  z-index: 1;
  left: 0;
  bottom: 0;
  background: url('http://www.pixel-industry.com/html/royal-plate/img/border-decor.png') bottom left repeat-x;
  background-size: contain;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.centered {
  text-align: center;
}

.custom-heading h2 {
  color: var(--secondary-color);
  font-size: 40px;
}

.custom-heading h3 {
  color: var(--secondary-color);
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

.explore-menu-btn {
  font-size: 25px;
  font-family: var(--suranna);
}

.form-custom>input {
  border: 1px solid gray;
  border-radius: none;
  height: 50px;
  -webkit-appearance: none;
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
}

.divider>hr {
  border-bottom: 1px var(--secondary-color) solid;
  width: 50px;
  margin: 0;
}

.hr-icon {
  color: var(--secondary-color);
  font-size: 5px;
}

.page-content {
  padding: 30px 0;
}

.spoon {
  width: 200px;
  margin: 0;
}



.bengali-foods h2 {
  color: black;
}

.bengali-foods-container {
  margin-top: 50px;
}

.divider-img {
  width: 200px;
}

.explore-menu-btn {
  font-size: 25px;
  font-family: var(--suranna);
  position: relative;
  text-underline-offset: 10px;
  color: #fff;
  font-weight: 300;
}

.explore-menu-btn span {
  position: relative;
  display: inline-block;
}

.explore-menu-btn span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--secondary-color);
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  transition: all 0.6s;
}

.explore-menu-btn i {
  font-size: 15px;
  margin-left: 12px;
}

.explore-menu-btn:hover span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--secondary-color);

  bottom: 0;
  transition: all 0.6s;

}

.explore-menu-btn:hover {
  color: var(--secondary-color);
}

.hover-underline-animation i {
  font-size: 20px;
  margin-left: 10px;
  font-weight: 200;
  line-height: 10px;
  padding-bottom: -9px;
}

.hover-underline-animation {
  font-size: 25px;
  font-family: var(--suranna);
  position: relative;
  color: var(--secondary-color);
  font-weight: 300;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--secondary-color);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.form-custom input {
  width: 100%;
  height: 50px;
  padding: 10px;
}

.slider_top_gap {
  margin-top: 60px;
}
.whatsapp_icon a {
  height: 55px;
  width: 55px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: rgb(38, 212, 102);
  border-radius: 50px;
  animation: shadow-pulse 1.5s infinite;
  padding: 10px;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(73, 238, 134, 0.569);
  }

  100% {
    box-shadow: 0 0 7px 25px rgba(0, 112, 244, 0);
  }
}
.whatsapp_icon {
  position: fixed;
  right: 35px;
  top: 60%;
  transform: translateY(-60%);
  z-index: 22;
}
.delivery_txt h4 {
	padding: 9px 55px !important;
  line-height: 25px !important;
}
#work_pro .delivery_con_img .process_icon img {
	width: 100px;
	opacity: 0.8;
}

.icon_color{
color: #000000 !important;
}

#cateringForm input {
	height: 56px;
}
#home .btn3 {
	padding: 23px 23px;
}
.btn_gap{
    margin-right:10px;
}
.star i{
   font-size: 17px;
}
.galler_img a {
	border-radius: 15px;
	height: 300px;
	width: 100%;
border-radius: 15px;
	overflow: hidden;
}

.galler_img {
	border-radius: 15px;
	height: 300px;
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
}
.galler_img a img {
	border-radius: 15px;
	height: 300px;
	width: 100%;
	transition: transform 0.3s ease;
}
.galler_img:hover img {
	transform: scale(1.1) rotate(-4deg);
}
/* Event pages */
.events-header-img {
  padding: 220px 0 190px;
  background: url('../image/event/banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.events-header-img .events-img-content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
}

.events-img-content h1 {
color:#fff;
font-size: 50px;
}

.events-img-content h3 {
  color: var(--secondary-color);
font-size: 30px;
font-weight: normal;
font-family: var(--suranna);
}
.event_content .event_img {
	position: relative;
}
.event_content .event_img::before {
	content: "";
	border: 1px solid #810f01;
	position: absolute;
	width: 100%;
	height: 100%;
	left: -10px;
	top: -10px;
}
.event_content .event_img  img{
  position: relative;
  z-index: 1;
}
.event_content .event_content {
	background-color: #ffffff;
	padding: 15px;
	position: relative;
	z-index: 1;
	margin: 15px;
  margin-top: -122px;
  border-radius: 0 0 10px 10px;
}
.event_content .event_content h4{
  color: #000000;
}
#gallery_bg{
    background: url("../image/event/gallery-banner(1).webp") no-repeat center;
  background-size: cover;
}
.btn_hd {
	display: none !important;
}

* {
  margin: 0;
  padding: 0;
}

.loader {
  background: radial-gradient(circle, #ffffff 0%, #353535 100%);
  margin: 0;
  height: 100vh;
  display: grid;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  animation: hidden 5s linear infinite;
}
.loader .fork {
  transform: scale(0.12) translateX(-38rem);
  position: absolute;
  z-index: 0;
}
.loader .knife {
  transform: scale(0.12) translateX(38rem);
  position: absolute;
  z-index: 0;
}
.loader .cercle1,
.loader .cercle2 {
  position: absolute;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader .cercle1 {
  width: 200px;
  height: 200px;
  z-index: 2;
  background: linear-gradient(#9356dc 95%, #99e2d0 100%);
}
.loader .cercle2 {
  z-index: 1;
  width: 250px;
  height: 250px;
  box-shadow: 3px 3px 18px 5px rgba(0, 0, 0, 0.62);
  background: linear-gradient(#9356dc 50%, #99e2d0 100%);
}
.loader .cercle1::after,
.loader .cercle2::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #ffffff;
}
.loader .cercle1::after {
  width: 195px;
  height: 195px;
}
.loader .cercle2::after {
  width: 245px;
  height: 245px;
}
.loader .cercle3 {
  position: absolute;
  width: 195px;
  height: 195px;
  z-index: 3;
  border-radius: 50%;
  box-shadow: inset 3px 3px 15px -5px #000000, 1px 1px 200px -20px #ffffff;
}
.loader .cercle4 {
  position: absolute;
  z-index: 4;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-top: 5px solid #2b0f09;
  border-right: 5px solid transparent;
  animation: rotation2 1s linear infinite;
}
.loader .cercle4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-bottom: 5px solid #2b0f09;
  border-left: 5px solid transparent;
}
.loader .cercle5 {
  position: absolute;
  z-index: 5;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-top: 1px solid #ffffff;
  border-right: 1.5px solid transparent;
  animation: rotation2 1s linear infinite;
}
.loader .cercle5::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 103px;
  height: 103px;
  border-radius: 50%;
  border-bottom: 1px solid #ffffff;
  border-left: 1.2px solid transparent;
}
@keyframes rotation {
  100% {
    transform: rotate(0deg);
  }
  0% {
    transform: rotate(360deg);
  }
}
@keyframes rotation2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes hidden {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

/* career-page */
.career-page{
  padding: 70px 0;
}
.career-page-inner {
	padding: 150px 0 70px;
}
#headingsub {
	color: var(--secondary-color);
	margin-bottom: 0px;
	font-weight: 400;
	font-size: 33px;
}
#headingh2 {
	color: #1c1c1c;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 42px;
}
.career-page{
  background-color: #f7f7f7;
}
.con-img-dty{
  border-radius: 15px;
overflow: hidden;
}

.accordion__body {
	display: none;
	padding: 23px 20px;
	background: #fff;
}

.accordion__body ul li {
  font-size: 16px;
  margin-bottom: 7px;
  position: relative;
  padding-left: 20px;
}
.accordion__body ul li::before {
	content: "";
	background: #f3b300;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 0;
	top: 9px;
	position: absolute;
}

.accordion__title {
	cursor: pointer;
	margin-bottom: 0px;
	position: relative;
	color: rgb(111, 110, 110);
	font-weight: 400;
	padding: 15px 32px 15px 22px;
	font-size: 25px !important;
	margin-bottom: 0 !important;
	background-color: #fff;
	font-family: 'Archivo', sans-serif;
}

.accordion__title:after {
  content: "";
  width: 31px;
  height: 42px;
  position: absolute;
  right: 0;
  top: 20px;
  background: url(https://img.icons8.com/ios/50/sort-down.png) no-repeat;
  background-size: 17px;
}
.accordion__title.active {
	color: #505050;
	border-bottom: 1px solid #0000000d;
}
.accordion__title.active:after {
  background: url(https://img.icons8.com/ios/50/sort-up.png) no-repeat;
  background-size: 17px;
  top: 20px;
}
.accordion__item {
	border: 1px solid rgba(235, 235, 235, 0.45);
	margin-bottom: 20px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-radius: 33px;
	overflow: hidden;
}

.faq_list {
  margin-bottom: 50px;
}
.accordion__item h3 {
  font-size: 20px;
  color: #3c3c3c;
  font-weight: 700;
  margin-top: 30px;
}
.accordion__body h5 {
	font-size: 20px;
	font-weight: 500;
	color: #5a5a5a;
	font-family: 'Archivo', sans-serif;
	margin-bottom: 15px;
}
.accordion__body h6 {
	font-size: 20px;
	font-weight: 500;
	color: #810f01;
	font-family: 'Archivo', sans-serif;
	margin-bottom: 5px;
	margin-top: 15px;
}
.modal-title {
	color: #0c0c0c;
  font-family: 'Archivo', sans-serif;
}
.accordion__body h5 a{
  color: #024fff;
}
.career-page .accordion {
	margin-top: 20px;
}
.accordion__body ul {
	margin-bottom: 18px;
}
.career-page .accordion__body .btn-sec {
	margin-top: 33px;
}
.career-from label {
	margin-bottom: 15px;
	font-weight: 600;
	color: #1e1e1e;
	font-family: 'Archivo', sans-serif;
	font-size: 16px;
}
.career-from input {
	width: 100%;
	outline: none;
	padding: 13px;
	border-radius: 5px;
	font-family: 'Archivo', sans-serif;
	border: 1px solid #b1b1b1;
}
.career-from textarea {
	width: 100%;
	outline: none;
	padding: 15px;
	border-radius: 5px;
	font-family: 'Archivo', sans-serif;
	border: 1px solid #b1b1b1;
	height: 120px;
}
.career-from button{
  outline: none;
  border: none;
}
.modal-dialog {
	max-width: 75%;
	margin: 1.75rem auto;
}
@media (max-width: 576px) {
  .modal-dialog {
    max-width: 100%;
    margin: 1.75rem auto;
  }
  #headingh2 {
    color: #1c1c1c;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 30px;
  }
  .con-img-dty {
    border-radius: 15px;
    overflow: hidden;
    margin-top: 20px;
  }
  .accordion__title {
    font-size: 20px !important;
  }
  .accordion__body h5 {
    font-size: 18px;
    font-weight: 500;
    color: #5a5a5a;
    font-family: 'Archivo', sans-serif;
    margin-bottom: 8px;
  }
  .accordion__body ul li {
    font-size: 16px;
    margin-bottom: 7px;
    position: relative;
    padding-left: 17px;
    font-size: 14px;
  }
}
