@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap");
:root {
  --theme-color: #eb0029;
  --theme-color2: #ff9d2d;
  --title-color: #010f1c;
  --body-color: #4d5765;
  --smoke-color: rgba(1, 15, 28, 0.06);
  --smoke-color2: #F9F6F1;
  --black-color: #000000;
  --black-color2: #4B4B4B;
  --gray-color: #bdbdbd;
  --white-color: #ffffff;
  --light-color: #72849b;
  --yellow-color: #ffb539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #e0e0e0;
  --title-font: "Rubik", sans-serif;
  --style-font: "Lobster Two", cursive;
  --body-font: "Roboto", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1220px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 65px;
  --ripple-ani-duration: 5s;
}

body {
  /*font-family: "Open Sans", sans-serif;*/
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 40px;
}

h1,
h2 {
  font-family: 'Dancing Script', cursive;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: bold;
}

.heading_container h2 span {
  color: #ffbe33;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}


.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #0093cb;transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 100px;
}
.navbar .navbar-brand img
{
	width:110px;
}
.navbar .navbar-nav .nav-link {
    color: #4eb1d3;
    font-weight: bold;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #05a54f;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-weight: 600;
}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
		background-color: #fff;
        width: 200px;
        border-radius: 0;
		padding: 0.1rem 0;
    }
	.dropdown-item:hover, .dropdown-item:focus {
	  color: #f7ed57;
	  text-decoration: none;
	  background-color: #05a54f;
	}
    .navbar .nav-item:hover .dropdown-menu {
        top: 55px;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 78px;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .hero_area .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub_page .hero_area .bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}
 .headcontact {
		  	background: #df3528;
		  	color: #fff;
		  	padding-top: 0px;
		  	padding-bottom: 0px;
		  }
.
		  .headcontact img {
		  	float: left;
		  	margin-right: 5px;
		  }

		  .headcontact a {
		  	font-size: 14px;
		  	color: #fff;
		  	padding-top: 0px;
		  	margin-bottom: 0px;
		  	font-weight: 400;
		  	letter-spacing: 0.4px;
		  	text-decoration: none;
		  }

		  .headcontact ul {
		  	margin-left: -40px;
		  	margin-top: 0px;
		  	margin-bottom: 0px;
		  }

		  .headcontact ul li {
		  	display: inline-block;
		  	
		  	color: #ababab;
			padding: 3px 15px;
		  }
		 .headcontact .sociallist  ul li {
			padding: 4px 10px; 
		 }
		  .headcontact .sociallist  ul li a i.la {
			font-size:16px;
		 }
		  .la .las
			{
			color:#fff;
			
			}
.header_section {
  padding: 0px 0;
  background-color: #05a54f;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  font-family: 'Dancing Script', cursive;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  padding-left: 18%;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #f7ed57;
}

.custom_nav-container .nav_search-btn {
  width: auto;
  height: auto;
  padding: 0;

  border: none;
  color: #ffffff;
  margin: 0 20px;
}

.custom_nav-container .nav_search-btn:hover {
  color: #ffbe33;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option a {
  margin: 0 10px;
}

.user_option .user_link {
  color: #ffffff;
}

.user_option .user_link:hover {
  color: #ffbe33;
}

.user_option .cart_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option .cart_link svg {
  width: 17px;
  height: auto;
  fill: #ffffff;
  margin-bottom: 2px;
}

.user_option .cart_link:hover svg {
  fill: #ffbe33;
}

.user_option .order_online {
  display: inline-block;
  padding: 8px 30px;
  background-color: #f7ed57;
  color: #000;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.user_option .order_online:hover {
  background-color: #e69c00;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  /*! padding: 45px 0 45px 0; */
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
  margin-bottom: 40px;
  margin-top: 60px;
  position: absolute;
  top: 250px;
  width: 100%;
  text-align:center;
}

.slider_section .detail-box h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.slider_section .detail-box p {
  font-size: 14px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #df3528;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 10px;
}

.slider_section .detail-box a:hover {
  background-color: #05a54f;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
 /* position: unset;*/
  margin: 7;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          /*justify-content: flex-start;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #ffbe33;
}

.offer_section {
  position: relative;
  padding-top: 45px;
  background-color: #f8f8f8;
}

.offer_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block ruby;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  border-radius: 5px;
  padding: 20px 10px;
  background-color: #fff;
  color: #222831;
  margin-right: 5px;
 /* border: 1px solid #d00514;*/
  font-size: 13px;
}

.offer_section .box .img-box {
  width: 175px;
  min-width: 175px;
  height: 175px;
  margin-right: 15px;
  position: relative;
  -webkit-transition: all 0.1 0.5s;
  transition: all 0.1 0.5s;
  border-radius: 100%;
  border: 5px solid #ffbe33;
  overflow: hidden;
  
}
.productcate_owl-carousel.owl-carousel .owl-item img
{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #df3528;
  padding: 3px;
}

.offer_section .box .img-box img {
  width: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.offer_section .box .detail-box h5 {
  /* font-family: 'Dancing Script', cursive;*/
  font-size: 16px;
  margin: 0;
  color: #fff !important;
  background-color: #05a54f;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 7%;
 /* border-bottom: 2px solid #df352870;
  box-shadow: 0px 2px 2px 0px #625e5ebf;*/
  font-weight: 600;
}

.offer_section .box .detail-box h6 {
  font-family: 'Dancing Script', cursive;
  margin: 10px 0;
}

.offer_section .box .detail-box h6 span {
  font-size: 2.5rem;
  font-weight: bold;
}

.offer_section .box .detail-box a {
  display: inline-block;
  /*  padding: 10px 30px;
  background-color: #ffbe33;*/
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  width:100%;
}

.offer_section .box .detail-box a:hover {
 /*  background-color: #e69c00;*/
}

.offer_section .box .detail-box a svg {
  width: 20px;
  height: auto;
  margin-left: 5px;
  fill: #ffffff;
}

.offer_section .box:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.food_section .filters_menu {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 45px 0 20px 0;
}

.food_section .filters_menu li {
  padding: 7px 25px;
  cursor: pointer;
  border-radius: 25px;
}

.food_section .filters_menu li.active {
  background-color: #222831;
  color: #ffffff;
}

.food_section .box {
  position: relative;
  margin-top: 25px;
  background-color: #ffffff;
  border-radius: 10px;
  color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(to bottom, #f1f2f3 25px, #222831 25px);
}

.food_section .box .img-box {
  background: #f1f2f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 215px;
  border-radius: 0 0 0 45px;
  margin: -1px;
  padding: 25px;
}

.food_section .box .img-box img {
  max-width: 100%;
  max-height: 145px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.food_section .box .detail-box {
  padding: 25px;
}

.food_section .box .detail-box h5 {
  font-weight: 600;
}

.food_section .box .detail-box p {
  font-size: 15px;
}

.food_section .box .detail-box h6 {
  margin-top: 10px;
}

.food_section .box .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.food_section .box .options a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #ffbe33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.food_section .box .options a svg {
  width: 18px;
  height: auto;
  fill: #ffffff;
}

.food_section .box:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.food_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

.food_section .btn-box a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #05a54f;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.food_section .btn-box a:hover {
  background-color: #df3528;
}

.about_section {
  background: #df3528;
  color: #ffffff;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_section .img-box img {
  width: 100%;
  max-width: 445px;
  position: relative;
  z-index: 2;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #05a54f;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #05a54f;
}
.about_section1 {
  background: #ffffff;
  color: #222831;
}
.about_section1 .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section1 .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_section1 .img-box img {
  width: 100%;
  max-width: 445px;
  position: relative;
  z-index: 2;
}

.about_section1 .detail-box p {
  margin-top: 15px;
}

.about_section1 .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section1 .detail-box a:hover {
  background-color: #df3528;
}
.layout_padding1 {
  padding: 40px 0;
}
.book_section {
  position: relative;
}

.book_section .heading_container {
  margin-bottom: 25px;
}

.book_section .form_container .form-control {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  border: 1px solid #999;
  outline: none;
  color: #222;
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; 
 
}

.book_section .form_container .form-control::-webkit-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control:-ms-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control::-ms-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control::placeholder {
  color: #222222;
}

.book_section .form_container .nice-select .current {
  font-size: 16px;
}

.book_section .form_container button {
  margin-top: 15px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.book_section .form_container button:hover {
  background-color: #e69c00;
}

.book_section .map_container {
  width: 100%;
  height: 345px;
  border-radius: 10px;
  overflow: hidden;
}

.book_section .map_container #googleMap {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 115px;
  position: relative;
  margin-top: 30px;
}

.client_section .box .img-box img {
  border-radius: 100%;
  border: 5px solid #ffbe33;
  position: relative;
}

.client_section .box .img-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #ffbe33;
  -webkit-transform: rotate(45deg) translateX(-50%);

          transform: rotate(45deg) translateX(-50%);
}

.client_section .box .detail-box {
  background-color: #222831;
  color: #ffffff;
  padding: 25px 25px 15px 25px;
  border-radius: 5px;
}

.client_section .box .detail-box h6 {
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0 5px 0;
}

.client_section .box .detail-box p {
  margin-bottom: 0;
  font-size: 15px;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  padding: 0 15px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background-color: #ffbe33;
  color: #ffffff;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  margin: 0 5px;
  border-radius: 100%;
}

/* client section end */
.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .form_container .form-group {
  margin-bottom: 25px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: transparent;
  border: 1px solid #ccc;
  outline: none;
  color: #000000;
  border-radius: 5px;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #222222;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::placeholder {
  color: #222222;
}

.contact_section .form_container input.message-box {
  height: 120px;
  border-radius: 5px;
}

.contact_section .form_container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .form_container button {
  margin-top: 10px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #e69c00;
}

/* footer section*/
.footer_section {
  background-color: #222831;
  color: #ffffff;
  padding: 75px 0 40px 0;
  text-align: center;
}

.footer_section h4 {
  font-size: 28px;
}

.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Dancing Script', cursive;
}

.footer_section p {
  color: #dbdbdb;
}

.footer_section .footer-col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #ffbe33;
}

.footer_section .footer-logo {
  display: block;
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
  color: #ffffff;
}

.footer_section .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222831;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}

.footer_section .footer_social a:hover {
  color: #ffbe33;
}

.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}

.footer_section .footer-info p {
  color: #ffffff;
  margin: 0;
}

.footer_section .footer-info p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

			.arrowleft1 {
				width: 40px;
				height: 40px;
				background: url(../../images/arrowleft.jpg);
					background-repeat: repeat;
				border-radius: 0%;
				padding-top: 0.5%;
				margin-left: -5.5%;
				background-repeat: no-repeat;
				font-size: 25px;
				position: absolute;
				z-index: 9999;
				left: 0;
				top: 35px;
			}
			.arrowright1 {
					width: 40px;
					height: 40px;
					background: url(../../images/arrowlright.jpg);
						background-repeat: repeat;
					border-radius: 0%;
					padding-top: 0.5%;
					/*margin-left: 102%;
					background-color: rgba(0,0,0,0.3);*/
					font-size: 25px;
					background-repeat: no-repeat;
					position: absolute;
					z-index: 9999;
					right: -60px;
					top: 35px;
				}


		.arrowleft
		{
			width: 45px;
			height: 45px;
			border: 1px solid rgba(0,0,0,0.3);
			border-radius: 50%;
			padding-top: 0.7%;
			margin-left: 3.5%;
			background-color: rgba(0,0,0,0.3);
			font-size:26px;
			color:#d00514;
			padding-left: 0px;
			position: absolute;
				z-index: 9999;
				left: -100px;
				top: 125px;
			box-shadow: 0 0 0 0.25em rgba(255, 255, 255, 0.56);
			border: 1px solid rgb(33, 175, 99);
			background: none;
		}
		.arrowright
		{
			width: 45px;
			height: 45px;
			border: 1px solid rgba(0,0,0,0.3);
			border-radius: 50%;
			padding-top: 0.7%;
			margin-left: 92.5%;
			background-color: rgba(0,0,0,0.3);
			font-size:26px;
			color:#d00514;
			padding-left: 3px;
			position: absolute;
					z-index: 9999;
					right: -60px;
					top: 125px;
			box-shadow: 0 0 0 0.25em rgba(255, 255, 255, 0.56);
			border: 1px solid rgb(33, 175, 99);
			background: none;
		}
		.arrowright:hover:after{
			color:#f7ed57;
			-webkit-animation: nextArrow 0.3s forwards;
			-moz-animation: nextArrow 0.3s forwards;
			animation: nextArrow 0.3s forwards;
		}
		.arrowleft:hover:after{
			color:#f7ed57;
			-webkit-animation: prevArrow 0.3s forwards;
			-moz-animation: prevArrow 0.3s forwards;
			animation: prevArrow 0.3s forwards;
		}
		.arrowright:hover,
		.arrowleft:hover{
			color:#d00514;	
			background:none /*rgba(0, 0, 0, 0) linear-gradient(to right, #0e419a 0%, #2b70be 100%) repeat scroll 0 0*/;
			-webkit-box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3);
			-moz-box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3);
			box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3);
			border: 1px solid rgb(33, 175, 99);
		}
		
		@-webkit-keyframes nextArrow {
			49% { -webkit-transform: translate(100%); }
			50% { opacity: 0; -webkit-transform: translate(-100%); }
			51% { opacity: 1; }
		}
		@-moz-keyframes nextArrow {
			49% { -moz-transform: translate(100%); }
			50% { opacity: 0; -moz-transform: translate(-100%); }
			51% { opacity: 1; }
		}
		@keyframes nextArrow {
			49% { transform: translate(100%); }
			50% { opacity: 0; transform: translate(-100%); }
			51% { opacity: 1; }
		}
		
		@-webkit-keyframes prevArrow {
			49% { -webkit-transform: translate(-100%); }
			50% { opacity: 0; -webkit-transform: translate(100%); }
			51% { opacity: 1; }
		}
		@-moz-keyframes prevArrow {
			49% { -moz-transform: translate(-100%); }
			50% { opacity: 0; -moz-transform: translate(100%); }
			51% { opacity: 1; }
		}
		@keyframes prevArrow {
			49% { transform: translate(-100%); }
			50% { opacity: 0; transform: translate(100%); }
			51% { opacity: 1; }
		}
		
		*------------------- About -------------------*/
.img-box5 {
  position: relative;
  padding-bottom: 30px;
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .img-box5 {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .img-box5 {
    text-align: center;
  }
}

.img-box5 .img1 {
  position: relative;
  z-index: 2;
  /* Large devices */
}

.img-box5 .img1 img {
  border-radius: 15px;
  width: 105%;	
}

@media (max-width: 1199px) {
  .img-box5 .img1 {
    text-align: center;
  }
}

.img-box5 .img2 {
  position: absolute;
  left: 20px;
  bottom: 30px;
  z-index: 3;
}

.img-box5 .img2 img {
  border-radius: 8px;
}

.img-box5 .img3 {
  position: absolute;
  top: 60px;
  left: -9%;
  right: auto;
  z-index: 2;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .img-box5 .img3 {
    right: 25%;
  }
}

@media (max-width: 991px) {
  .img-box5 .img3 {
    right: 0;
  }
}

@media (max-width: 575px) {
  .img-box5 .img3 {
    display: none;
  }
}

.img-box5 .video-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  border-radius: 50%;
  max-width: 50%;
}

.img-box5 .video-1:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  border-radius: 50%;
  z-index: 0;
}

.img-box5 .video-1 .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  line-height: var(--icon-size, 60px);
  text-align: center;
  background-color: #fff;

  color: #eb0029;
  font-size: var(--icon-font-size, 1.1em);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.play-btn .fa-play {
  padding-left: 0.16em;
}

.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.play-btn:after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.play-btn:hover:after, .play-btn:hover::before,
.play-btn:hover i {
  background-color: #eb0029;
  color: #fff;
}

.play-btn.style2:before, .play-btn.style2:after {
  background-color: transparent;
  border: 1px solid #fff;
}

.play-btn.style3 > i {
  background-color: #eb0029;
  color: #fff;
  font-size: 24px;
}

.play-btn.style3:before, .play-btn.style3:after {
  background-color: #eb0029;
}

.play-btn.style3:hover > i {
  background-color: #fff;
  color: #eb0029;
}

.play-btn.style3:hover:before, .play-btn.style3:hover:after {
  background-color: #fff;
}

.play-btn.style4 > i {
  background-color: transparent;
  border: 1px solid;
  color: #fff;
}

.play-btn.style4:before, .play-btn.style4:after {
  background-color: transparent;
  border: 1px solid #fff;
}

.play-btn.style4:hover > i {
  color: #ed032c;
}

.play-btn.style4:hover:before, .play-btn.style4:hover:after {
  border: 1px solid #ed032c;
}

.about-feature-two {
  background-color: #fff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 35px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .about-feature-two {
    text-align: center;
  }
}

.about-feature-two:last-child {
 /* border-color: #eb0029;*/
}

.about-feature-two-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .about-feature-two-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 575px) {
  .about-feature-two-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.about-feature-two_icon {
  margin-bottom: 10px;
}

.about-feature-two_title {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 5px;
}

.about-feature-two_text {
  margin-bottom: -0.5em;
}
.about-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.about-profile .title {
  margin-bottom: 3px;
  margin-top: -0.3em;
}

.about-profile .desig {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: -0.5em;
  display: block;
}

.about-profile.style2 {
  gap: 30px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .about-profile.style2 {
    gap: 10px;
  }
}

.about-profile.style2 .avater {
  min-width: 70px;
}

.about-profile.style2 .avater img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

@media (min-width: 767px) {
  .btn-group:has(.about-profile) {
    gap: 45px;
  }
}

@media (min-width: 1300px) {
  .img-box6 {
    margin-right: 56px;
  }
}
.about_section1 .detail-box .th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #05a54f;
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 21px 35px 20px 35px;
  border-radius: 999px;
  -webkit-transition: background-color 0.25s linear, color 0.4s ease-in-out;
  transition: background-color 0.25s linear, color 0.4s ease-in-out;
}
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #05a54f;
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 21px 35px 20px 35px;
  border-radius: 999px;
  -webkit-transition: background-color 0.25s linear, color 0.4s ease-in-out;
  transition: background-color 0.25s linear, color 0.4s ease-in-out;
}
.th-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #df3528;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}

.th-btn i {
  line-height: 1;
}

.th-btn:hover, .th-btn.active {
  color: #fff;
  background-color: #010f1c;
}

.th-btn:hover::before, .th-btn.active::before {
  width: 100%;
}
.th-menu_img img {
  -webkit-animation: spin 60s linear infinite;
  animation: spin 60s linear infinite;
}
.ms-2 {
  margin-left: .5rem !important;
}
/*------------------- 3.10. Animation -------------------*/
.ripple-animation, .play-btn:after, .play-btn:before {
  -webkit-animation-duration: var(--ripple-ani-duration);
          animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
          animation-name: ripple;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);



            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

.movingX {
  -webkit-animation: movingX 8s linear infinite;
          animation: movingX 8s linear infinite;
}

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.moving {
  -webkit-animation: moving 8s linear infinite;
          animation: moving 8s linear infinite;
}

@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.jump {
  -webkit-animation: jumpAni 7s linear infinite;
          animation: jumpAni 7s linear infinite;
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
          animation: jumpReverseAni 7s linear infinite;
}

@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.spin {
  -webkit-animation: spin 15s linear infinite;
          animation: spin 15s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.scalein.th-animated {
  --animation-name: scalein;
}


.slidetopleft.th-animated {
  --animation-name: slidetopleft;
}

.slidebottomright.th-animated {
  --animation-name: slidebottomright;
}

.slideinleft.th-animated {
  --animation-name: slideinleft;
}

.slideinright.th-animated {
  --animation-name: slideinright;
}

.slideinup.th-animated {
  --animation-name: slideinup;
}

.slideindown.th-animated {
  --animation-name: slideindown;
}

.rollinleft.th-animated {
  --animation-name: rollinleft;
}

.rollinright.th-animated {
  --animation-name: rollinright;
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
          animation-name: var(--animation-name);
}

.th-animated {
  opacity: 1;
}

@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);

  }
}

@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);

  }
}

@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
            transform: translateX(100px) translateY(100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
            transform: translateX(100px) translateY(100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes scalein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scalein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes rollinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
            transform: translateX(-100%) rotate(-120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}

@keyframes rollinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
            transform: translateX(-100%) rotate(-120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}

@-webkit-keyframes rollinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
            transform: translateX(100%) rotate(120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}

@keyframes rollinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
            transform: translateX(100%) rotate(120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}

.menu-tab-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .menu-tab-area {
    grid-template-columns: repeat(1, 1fr);
  }
}

.food-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #D2D2D2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.food-menu:last-child {
  border-bottom: none;
}

.food-menu-wrap {
  border: 1px dashed #D2D2D2;
  padding: 0 30px;
  border-radius: 10px;
  background-color: #fff;
}

.food-menu_content {
  width: calc(100% - 100px);
  position: relative;
}

.food-menu_img {
  min-width: 92px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
  padding: 5px;
  z-index: 2;
  margin-right: 10px;
}

.food-menu_img:before {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid #eb0029;
  border-radius: inherit;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}

.food-menu_img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

.food-menu .product-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin-bottom: -0.6em;
}

.food-menu .star-rating {
  width: 90px;
}

.food-menu .star-rating:before {
  color: #eb0029;
}

.food-menu .star-rating span:before {
  color: #f2d04e;
}

.food-menu_title {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 4px;
  margin-top: -0.24em;
  color: #010f1c;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}

.food-menu_title:before {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  border-bottom: 3px dotted;
  width: 100%;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.food-menu_title:hover {
  color: #eb0029;
}

.food-menu_title a {
  color: inherit;
  background-color: #fff;
}

.food-menu_price {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  background-color: #f8f8f8;
  border-radius: 4px;
  color: #df3528;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  padding: 3px 12px;
  margin-top: 6px;
}

.food-menu_desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  color: #686767;
}

.food-menu:hover {
  border-color: #eb0029 !important;
}

.food-menu:hover .food-menu_img:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.menu-tabs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: none;
  margin: 0 -30px 60px -30px;
}

.menu-tabs .nav-link {
  background-color: #caffe2f0;
  color: #05a54f;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  display: block;
  border: none;
  border-right: 1px dashed #A5A5A5;
  padding: 5px 10px;
  border-radius: 0;
  min-width: 125px;
}

.menu-tabs .nav-link.active {
  color: #eb0029;
  background-color: #ff7c7c4a;
  border: none;
  border: 1px dashed #A5A5A5;
}
 .menu-tabs .nav-link:hover {
  color: #eb0029;
  background-color: #ff7c7c4a;
 
  border: 1px dashed #A5A5A5;
}
/*.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #a5a5a5 #dee2e6;
}*/
.menu-tabs .nav-link img {
  display: block;
  margin: auto;
  margin-bottom: 12px;
}

/*.menu-tabs .nav-link:last-child {
  border-right: none !important;
}*/

/* Small devices */
@media (max-width: 767px) {
  .menu-tabs {
    margin: 0 -12px 40px -12px;
  }
  .menu-tabs .nav-link {
    font-size: 0;
    padding: 0 12px;
    height: 40px;
  }
  .menu-tabs .nav-link img {
    margin-bottom: 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .food-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .food-menu_price {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .food-menu_content {
    width: 100%;
  }
  .food-menu_title a {
    padding: 0 5px;
  }
  .food-menu-wrap {
    padding: 0 15px;
  }
  .food-menu .product-rating {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.food-menu-list .food-menu:first-child {
  margin-top: 0;
}

.food-menu-list .food-menu:last-child {
  padding-bottom: 0;
}

.food-menu-list .food-menu_title a {
  background-color: #F9F6F1;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .food-menu-list .food-menu {
    gap: 4px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .food-menu-list .food-menu {
    gap: 16px;
  }
  .menu-image-box {
    margin: 30px auto;
    max-width: 400px;
  }
}

/* Extra small devices */

@media (max-width: 575px) {
  .food-menu-list .food-menu_title:before {
    left: 10%;
    width: 80%;
  }
}

.food-menu-area {
  max-width: 1380px;
  margin: 0 auto;
  background-color: #F9F6F1;
  border-radius: 20px;
  padding: 80px 0;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .food-menu-area {
    border-radius: 0;
  }
}

.menu-image-card {
  border-radius: 8px;
  padding: 40px;
}

.menu-image-card .img1 {
  text-align: center;
  margin-top: -35px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .menu-image-card .img1 {
    margin-top: -80px;
  }
}

.menu-image-card .discount_style4 {
  margin-left: 10px;
}

/* Medium devices */
@media (max-width: 991px) {
  .border-md .food-menu:last-child {
    padding-bottom: 30px;
    border-bottom: 1px dashed #D2D2D2;
    margin-bottom: 30px;
  }
}

.food-menu-header {
  padding: 32px 40px;
}

.food-menu-header .title {
  font-size: 24px;
  color: #fff;
  line-height: 34px;
  margin-bottom: 5px;
  background-size: contain;
  display: inline-block;
  min-width: 192px;
  padding-left: 10px;
  margin-left: -12px;
}

.food-menu-header .text {
  color: #fff);
  margin-bottom: 0;
}

.food-menu-board .food-menu:last-child {
  border-bottom: 1px dashed #D2D2D2;
}

.food-menu-board .food-menu_img {
  min-width: 80px;
  width: 80px;
  height: 80px;
  margin-right: 0;
}

.food-menu-board .food-menu_title {
  font-size: 20px;
  margin-bottom: 0;
}
.star-rating {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: "FontAwesome";
  font-weight: 500;
  font-size: 14px;
}

.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  color: var(--yellow-color);
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 3px;
  font-weight: 400;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: #ffb539;
  letter-spacing: 3px;
}

.rating-select label {
  margin: 0;
  margin-right: 10px;
}

.rating-select p.stars {
  margin-bottom: 0;
  line-height: 1;
}

.rating-select p.stars a {
  position: relative;
  height: 14px;

  width: 18px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}

.rating-select p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: "FontAwesome";
  content: "\f005";
  font-weight: 400;
  text-indent: 0;
  color: #ffb539;
}

.rating-select p.stars a:hover ~ a::before {
  content: "\f005";
  font-weight: 400;
}

.rating-select p.stars:hover a::before {
  content: "\f005";
  font-weight: 700;
}

.rating-select p.stars.selected a.active::before {
  content: "\f005";
  font-weight: 700;
}

.rating-select p.stars.selected a.active ~ a::before {
  content: "\f005";
  font-weight: 400;
}

.rating-select p.stars.selected a:not(.active)::before {
  content: "\f005";
  font-weight: 700;
}

/*------------------- Blog -------------------*/
.blog-meta a:after,
.blog-meta span:after {
  height: 15px;
  margin-top: -7.5px;
}

.author-widget-wrap .avater {
  margin-bottom: 18px;
}

.author-widget-wrap .name {
  margin-bottom: 10px;
}

.blog-grid .blog-img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.blog-grid .blog-img img {
  width: 100%;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-grid .blog-meta {
  margin-bottom: 15px;
}

.blog-grid .blog-content {
  background-color: #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.07);
  border-radius: 0px 0px 10px 10px;
  padding: 25px 30px 0 30px;
}

.blog-grid .blog-bottom {
  border-top: 1px solid #e0e0e0;
  padding: 20px 0 23px 0;
}

.blog-grid .blog-title {
  margin-bottom: 12px;
}

.blog-grid .link-btn {
  color: #010f1c;
}

.blog-grid .link-btn:hover {
  color: #eb0029;
}

.blog-grid:hover .blog-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* Medium devices */
@media (max-width: 991px) {
  .blog-grid .blog-title {
    font-size: 22px;
  }
  .blog-grid .blog-content {
    padding: 20px 20px 0 20px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .blog-grid .blog-title {
    font-size: 24px;
  }
  .blog-grid .blog-content {
    padding: 25px 30px 0 30px;
  }
}

@media (max-width: 360px) {
  .blog-grid .blog-title {
    font-size: 20px;
  }
  .blog-grid .blog-content {
    padding: 20px 20px 0 20px;
  }
}

.blog-block .blog-img {
  border-radius: 10px;
  overflow: hidden;
}

.blog-block .blog-img img {
  width: 100%;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-block .blog-meta {
  margin-bottom: 15px;
}

.blog-block .blog-content {
  background-color: #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 25px 30px 0 30px;
  margin: -90px 30px 0 30px;
  position: relative;
  z-index: 3;
}

.blog-block .blog-bottom {
  border-top: 1px solid #e0e0e0;
  padding: 16px 0 19px 0;
}

.blog-block .blog-title {
  margin-bottom: 18px;



}

.blog-block .link-btn {
  color: #010f1c;
}

.blog-block .link-btn:hover {
  color: #eb0029;
}

.blog-block:hover .blog-img img {
  -webkit-transform: scaleX(1.2);
      -ms-transform: scaleX(1.2);
          transform: scaleX(1.2);
}


@media (max-width: 1300px) and (min-width: 1199px) {
  .blog-block .blog-title {
    font-size: 22px;
  }
  .blog-block .blog-content {
    padding: 20px 20px 0 20px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .blog-block .blog-title {
    font-size: 22px;
  }
  .blog-block .blog-content {

    padding: 20px 20px 0 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .blog-block .blog-title {
    font-size: 24px;
  }
  .blog-block .blog-content {

    padding: 25px 30px 0 30px;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 420px) {
  .blog-block .blog-title {
    font-size: 22px;
  }
  .blog-block .blog-content {
    padding: 20px 20px 0 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 360px) {
  .blog-block .blog-title {
    font-size: 20px;
  }
  .blog-block .blog-content {
    padding: 20px 20px 0 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.blog-list .blog-img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.blog-list .blog-img img {
  width: 100%;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-list .blog-meta {
  margin-bottom: 15px;
}

.blog-list .blog-content {
  background-color: #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.07);
  border-radius: 0px 0px 10px 10px;
  padding: 25px 30px 30px 30px;
  text-align: center;
}

.blog-list .blog-title {
  margin-bottom: 12px;
}

.blog-list .blog-text {
  margin-bottom: 20px;
}

.blog-list .th-btn {
  color: #010f1c;
  background-color: #F9F6F1;
  width: 100%;
}

.blog-list .th-btn:before {
  background-color: #eb0029;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog-list .th-btn:hover {
  color: #fff;
}

.blog-list:hover .blog-img img {
  -webkit-transform: scaleX(1.2);
      -ms-transform: scaleX(1.2);
          transform: scaleX(1.2);
}

/* Medium devices */
@media (max-width: 991px) {
  .blog-list .blog-title {
    font-size: 22px;
  }
  .blog-list .blog-content {
    padding: 20px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .blog-list .blog-title {
    font-size: 24px;
  }
  .blog-list .blog-content {
    padding: 25px 30px 30px 30px;
  }
}

@media (max-width: 360px) {
  .blog-list .blog-title {
    font-size: 20px;
  }
  .blog-list .blog-content {
    padding: 20px;
  }
}
.blog-meta {
  display: block;
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  font-size: 14px;
  color: #4d5765;
  position: relative;
  margin-right: 16px;
  padding-right: 20px;
}

.blog-meta span:after,
.blog-meta a:after {
  content: '';
  height: 20px;
  width: 1px;
  background-color: #bdbdbd;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}

.blog-meta span i,
.blog-meta a i {
  margin-right: 6px;
  color: #eb0029;
}

.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
  padding-right: 0;
}

.blog-meta span:last-child:after,
.blog-meta a:last-child:after {
  display: none;
}

.blog-meta .author {
  font-size: 16px;
  font-weight: 600;
  color: #010f1c;
}

.blog-meta a:hover {
  color: #eb0029;
}

.blog-audio img,
.blog-img img,
.blog-video img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-title a {
  color: inherit;
}

.blog-title a:hover {
  color: #eb0029;
}

.th-blog {
  margin-bottom: 30px;
}

.blog-inner-title {
  font-size: 30px;
  margin-top: -0.25em;
  margin-bottom: 25px;
}

.blog-inner-title i {
  color: #eb0029;
  margin-right: 4px;
}

.blog-author {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(1, 15, 28, 0.06);
  border-radius: 8px;
  overflow: hidden;
}

.blog-author .auhtor-img {
  min-height: 100%;
}

.blog-author .auhtor-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.blog-author .author-name {
  font-size: 24px;
  margin-top: -0.2em;
  margin-bottom: 10px;
}

.blog-author .author-text {
  margin-bottom: 15px;
}

.blog-author .media-body {
  padding: 35px 40px 30px 40px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.blog-author .th-social a {
  border-radius: 6px;
  --icon-size: 36px;
  font-size: 13px;
}

@media (min-width: 1299px) {
  .blog-single {
    margin-right: 16px;
  }
  .th-comment-form,
  .th-comments-wrap {
    margin-right: 16px;
  }
}

.blog-single {
  position: relative;
  margin-bottom: 40px;
  box-shadow: 0px 10px 30px rgba(1, 15, 28, 0.08);
  padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  border-radius: 10px;
}

.blog-single .blog-title {
  margin-bottom: 14px;
  font-size: 30px;
  font-weight: 600;
}

.blog-single .blog-text {
  margin-bottom: 26px;
}

.blog-single .social-links {
  margin: 0;
  padding: 8px 20px;
  list-style-type: none;
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

.blog-single .social-links li {
  display: inline-block;
  margin-right: 13px;
}

.blog-single .social-links li:last-child {
  margin-right: 0;
}

.blog-single .social-links a {
  line-height: 1;
  font-size: 16px;
  color: #010f1c;
  text-align: center;
  display: block;
}

.blog-single .social-links a:hover {
  color: #eb0029;
}

.blog-single .blog-meta {
  margin: -0.3em 0 15px 0;
}

.blog-single .blog-content {
  margin: 0 0 0 0;
  position: relative;
}

.blog-single .blog-audio {
  line-height: 1;
}

.blog-single .blog-audio,
.blog-single .blog-img,
.blog-single .blog-video {
  position: relative;
  overflow: hidden;
  background-color: rgba(1, 15, 28, 0.06);
  margin-bottom: 35px;
  border-radius: inherit;
}

.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  --icon-size: 45px;
  border: none;
  background-color: #fff;
  color: #fff;
}

.blog-single .blog-img .slick-arrow:hover {
  background-color: #eb0029;
  color: #fff;
}

.blog-single .blog-img .play-btn {
  --icon-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}

.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.box-title {
  font-size: 24px;
  margin-top: -0.3em;
  line-height: 1.417;
  font-weight: 700;
}

.footer-layout2 .footer-copyright .copyright {
 color:#1b1b1b;
}

.footer-layout5 {
  --body-color: #A5A5A5;
  --border-color: #4B4B4B;
  background-color: #0E1317;
}

.footer-layout5 .widget-area {
  padding-top: 50px;
  padding-bottom: 0px;
}

.footer-layout5 .footer-widget {
  --title-color: #fff;
}

.footer-layout5 .th-social a {
  --icon-size: 44px;
  background-color: #1C2125;
  border-color: #1C2125;
  color: #fff;
}

.footer-layout5 .th-social a:hover {
  background-color: #eb0029
  border-color: #eb0029
}

.footer-layout5 .border-top {
  border-top: 1px solid #e0e0e0 !important;
}

.footer-bottom {
  background-color: #1C2125;
  border-radius: 6px;
  padding: 15px;
}

.footer-bottom .newsletter-form {
  margin-left: auto;
}

.footer-bottom .newsletter-title {
  color: #fff;
  margin-bottom: 0;
  margin-left: 25px;
}

.footer-bottom .form-control {
  background-color: #0E1317;
  border-color: #0E1317;
  border-radius: 4px 0 0 4px;
  color: #4d5765;
}

.footer-bottom .form-control::-moz-placeholder {
  color: #4d5765;
}

.footer-bottom .form-control::-webkit-input-placeholder {
  color: #4d5765;
}

.footer-bottom .form-control:-ms-input-placeholder {
  color: #4d5765;
}

.footer-bottom .form-control::-ms-input-placeholder {
  color: #4d5765;
}

.footer-bottom .form-control::placeholder {
  color: #4d5765;
}

.footer-bottom .form-control:focus {
  border-color: #fff;
}

.footer-bottom .th-btn {
  border-radius: 0 4px 4px 0;
  min-width: 155px;
  padding: 20px;
}

.footer-bottom .newsletter-form {
  gap: 0;
}

/* Medium devices */



@media (max-width: 991px) {
  .footer-bottom .newsletter-form {
    margin-right: auto;
  }
  .footer-bottom .newsletter-title {
    margin-bottom: 15px;
    margin-left: 0;
    text-align: center;
  }
  .widget-area {
    padding-top: 120px;
    padding-bottom: 35px;

  }
  .copyright-text {
    text-align: center;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .footer-bottom .form-control {
    border-radius: 4px;
    margin-bottom: 10px;
  }
  .footer-bottom .th-btn {
    border-radius: 4px;
  }
}

.newsletter-v3 .newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 0;
}

.newsletter-v3 .newsletter-form .form-control {
  border-radius: 4px 0 0 4px;
  border-color: #181D21;
  background-color: #181D21;
  color: #4d5765;
}

.newsletter-v3 .newsletter-form .form-control::-moz-placeholder {
  color: #4d5765;
}

.newsletter-v3 .newsletter-form .form-control::-webkit-input-placeholder {
  color: #4d5765;
}

.newsletter-v3 .newsletter-form .form-control:-ms-input-placeholder {
  color: #4d5765;
}

.newsletter-v3 .newsletter-form .form-control::-ms-input-placeholder {
  color: #4d5765;
}

.newsletter-v3 .newsletter-form .form-control::placeholder {
  color: #4d5765;
}

.newsletter-v3 .newsletter-form .icon-btn {
  background-color: #eb0029
  border-radius: 0 4px 4px 0;
}
/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper p {
  font-family: "Roboto", sans-serif;
  margin: 0 0 18px 0;
    margin-top: 0px;
    margin-bottom: 5px;
  color: #e8e9e9;
  line-height: 1.75;
}
.footer-wrapper {
  position: relative;
  z-index: 2;
}

.footer-wrapper .newsletter-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.footer-wrapper .th-social a {
  background-color: transparent;
  color: #4d5765;
  border: 1px solid #4d5765;
}

.footer-wrapper .th-social a:hover {
  background-color: #df3528;
  border-color: #df3528;
  color: #fff;
}

.widget-area {
  padding-top: 120px;
  padding-bottom: 75px;
}

.copyright-wrap {
  padding: 5px 0;
}

.copyright-text {
  margin: 0;
}

.copyright-text a {
  color: inherit;
}

.copyright-text a:hover {
  color: #eb0029;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .th-social a {
    margin-right: 3px;
  }
  .th-social a:last-child {
    margin-right: 0;
  }
}

.footer-links ul {
  padding: 0;
  margin: 0;
}

.footer-links li {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  padding-right: 15px;
  margin-right: 10px;
  position: relative;
}

.footer-links li:after {
  content: '';
  height: 20px;
  width: 1px;
  background-color: #4d5765;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -10px 0;
}

.footer-links li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.footer-links li:last-child:after {
  display: none;
}

.footer-links a {
  font-family: inherit;
  color: #4d5765;
}

.footer-links a:hover {
  color: #eb0029;
}

.th-widget-contact {
  max-width: 280px;
}

.info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.info-box:last-child {
  margin-bottom: -5px;
}

.info-box_icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  line-height: 32px;
  font-size: 14px;
  background-color: #05a54f;
  color: #FFF;
  border-radius: 999px;
  text-align: center;
  margin-right: 10px;
}

.info-box_text {
  display: block;
  color: #4d5765;
  margin-top: -0.45em;
  margin-bottom: 0;
}

.info-box_link {
  display: inline-block;
  color: #e8e9e9;
}

.info-box_link:hover {
  color: #eb0029;
}

/* Footer 1 ---------------------------------- */
.footer-layout1 {
  background-color: #010f1c;
  --body-color: #F2F2F2;
  --border-color: #4D5765;
}

.footer-layout1 .footer-widget {
  --title-color: #fff;
}

.footer-layout1 .widget-area {

  padding-top: 120px;
  padding-bottom: 75px;
}

.footer-layout1 .copyright-wrap {
  padding: 26px 0;
  background-color: #010f1c;
}

.footer-top {
  padding: 80px 0;
  border-bottom: 1px solid #e0e0e0;
}

.footer-top .footer-logo {
  border-right: 1px solid #e0e0e0;
}

.subscribe-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  padding-left: 16px;
}

.subscribe-box_text {
  color: #bdbdbd;
  margin-bottom: 0;
}

.subscribe-box_title {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 600;
}

.newsletter-form {
  width: 100%;
  max-width: 460px;
  gap: 10px;
}

.newsletter-form .form-control {
  border: 1px solid transparent;
  color: #4D5765;
}

.newsletter-form .form-control::-moz-placeholder {
  color: #4D5765;
}

.newsletter-form .form-control::-webkit-input-placeholder {
  color: #4D5765;
}

.newsletter-form .form-control:-ms-input-placeholder {
  color: #4D5765;
}

.newsletter-form .form-control::-ms-input-placeholder {

  color: #4D5765;
}

.newsletter-form .form-control::placeholder {
  color: #4D5765;
}

.newsletter-form .th-btn {
  min-width: 140px;
  padding: 15px 20px;
  height: 55.5px;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .subscribe-box .newsletter-form {
    max-width: 430px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-top .footer-logo {
    text-align: center;
    border-right: none;
    padding: 0px 0 30px 0;
  }
  .subscribe-box {
    padding-left: 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-layout1 .widget-area {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .footer-layout1 .copyright-text {
    text-align: center;
  }
  .subscribe-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 20px;
  }
  .newsletter-form {
    max-width: 500px;
    width: 100%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .newsletter-form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
 .col-xl-auto,
 .row-cols-xl-6>* {
  -webkit-box-flex:0;
  -webkit-flex:0 0 auto;
  -ms-flex:0 0 auto;
  flex:0 0 auto
 }
 .col-xl-auto {
  width:auto
 }
 
.footer-widget {
  margin-bottom: 40px;
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}

.footer-widget input,
.footer-widget select {
  height: 55px;
  background-color: transparent;
  border: 1px solid #283752;
}

.footer-widget input:focus,
.footer-widget select:focus {
  border-color: #eb0029;
  background-color: transparent;
}

.footer-widget .form-group > i {
  color: #eb0029;
  top: 18px;
}

.footer-widget .widget_title {
  font-weight: 500;
  max-width: 275px;
  margin-bottom: 30px;
  padding-bottom: 17px;
  color:#fff;
}

.footer-widget .widget_title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: none;
  height: 3px;
  width: 100px;
  background-image: -webkit-linear-gradient(left, #df3528, transparent);
  background-image: linear-gradient(to right, #df3528, transparent);
}
.widget_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  line-height: 1em;
  margin: -0.1em 0 30px 0;
}

.widget_title:after {
  content: '';
  height: 1px;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px dashed #bdbdbd;
}

.footer-widget.widget_meta, .footer-widget.widget_pages, .footer-widget.widget_archive, .footer-widget.widget_categories, .footer-widget.widget_nav_menu {
  margin-bottom: 40px;
}

.footer-widget.widget_meta ul, .footer-widget.widget_pages ul, .footer-widget.widget_archive ul, .footer-widget.widget_categories ul, .footer-widget.widget_nav_menu ul {
  margin-top: -3px;
  margin-left: -40px;
  list-style:none;
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul, .footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul, .footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul, .footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -6px;
}

.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 0 20px;
  margin-bottom: 19px;
  border: none;
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 0;
  background-color: transparent;
  position: relative;
}

.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
  content: "\f054";
  font-weight: 700;
  left: 0;
  top: 1px;
  background-color: transparent;
  font-family:'FontAwesome';
  border: none;
  color: inherit;
  -webkit-transition: 0.4s -webkit-transform;
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform;
  position: absolute;
  left: 0;
}
.widget_nav_menu a
{
	  margin: 0 0 10px 0;
    margin-bottom: 10px;
  padding: 18px 45px 18px 57px;
  font-size: 14px;
  line-height: 1.313;
  color: #e8e9e9;
  border-radius: 5px;
}	

.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: #df3528;
}

.footer-widget.widget_meta a:hover:before, .footer-widget.widget_pages a:hover:before, .footer-widget.widget_archive a:hover:before, .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
  color: #df3528;
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}

.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: #4d5765;
  line-height: 1;
}

.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}


.footer-widget .recent-post {
  max-width: 330px;
  margin-top: -0.3em;
}

.footer-widget .recent-post .post-title {
  line-height: 1.5;
  margin-bottom: 7px;
}

.footer-widget .recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.footer-widget .recent-post .recent-post-meta i {
  color: #eb0029;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-widget .recent-post .recent-post-meta a:hover i {
  color: #eb0029;
}

.th-widget-about .about-logo {
  margin-bottom: 35px;
}

.th-widget-about .about-text {
  margin-bottom: 25px;
  margin-top: -0.38em;
}

.footer-text {
  margin-top: -0.38em;
  margin-bottom: 30px;
}

.newsletter-widget {
  max-width: 280px;
}

.newsletter-widget .newsletter-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.newsletter-widget .th-btn:hover {
  color: #eb0029;
}

.newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.newsletter-form .form-control {
  background-color: #fff;
  border: 1px solid #fff;
  color: #eb0029;
}

.newsletter-form .form-control::-moz-placeholder {
  color: #eb0029;
}

.newsletter-form .form-control::-webkit-input-placeholder {
  color: #eb0029;
}

.newsletter-form .form-control:-ms-input-placeholder {
  color: #eb0029;
}

.newsletter-form .form-control::-ms-input-placeholder {
  color: #eb0029;
}

.newsletter-form .form-control::placeholder {
  color: #eb0029;
}

.newsletter-form .form-control:focus {
  background-color: #fff;
  border-color: #eb0029;
}

.newsletter-form .icon-btn {
  min-width: 55px;
  height: 55px;
  border-radius: 0;
  background-color: #eb0029;
  color: #fff;
}
.th-btn.style3:hover {
  color: #010f1c;
  background-color: #fff;
}

.th-btn.style3:hover:before {
  background-color: #fff;

}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    margin-bottom: 16px;
  }
  .newsletter-widget {
    padding-top: 40px;
  }
  .newsletter-widget .bg-shape {
    height: 100%;
  }
}


.form-control
{
  height: 55px;
  /*padding: 0 25px 0 25px;*/
  padding-right: 45px;
  border: 1px solid #4d5765;
  color: #4d5765;
  background-color: #F9F6F1;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}


.form-control:focu {
  outline: 0;
  box-shadow: none;
  border-color: #eb0029;
  background-color: rgba(1, 15, 28, 0.06);
}


.form-control::-moz-placeholder {
  color: #4d5765;
}


.form-control::-webkit-input-placeholder{
  color: #4d5765;
}


.form-control:-ms-input-placeholder {
  color: #4d5765;
}

.form-control::-webkit-input-placeholder{
  color: #4d5765;
}

.form-control::-moz-placeholder {
  color: #4d5765;
}

.form-control:-ms-input-placeholder {
  color: #4d5765;
}

.form-control::-ms-input-placeholder{
  color: #4d5765;
}


.form-control::placeholder
{
  color: #4d5765;
}


.form-control.style2 {
  border: 1px solid transparent;
  padding-left: 52px;
  background-image: none;
}

.footer-custom {
 background-repeat:no-repeat;
 background-position:center center;
 background-image:url(../images/footer_bg_5.png);
 background-size: 122% 85%;
}
.footer-layout5 .th-social a {
  --icon-size: 44px;
  background-color: #05a54f;
  border-color: #05a54f;
  color: #FFF;
}

.th-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height:  40px;
  background-color: #fff;
  color: #eb0029;
  font-size: 14px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
}
.vertical-tab{
    font-family: 'Nunito', sans-serif;  
    display: table;
}
.vertical-tab .nav-tabs{
    display: table-cell;
    width: 20%;
    min-width: 20%;
    vertical-align: top;
    border: none;
}
.vertical-tab .nav-tabs li{
   float: none;
   vertical-align: top;
}
.vertical-tab .nav-tabs li a{
    color: #fff;
    background: #05a54f;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
    padding: 10px 55px 10px;
    margin: 0 0 10px 0;
    border: none;
    border-radius: 0;
    display: block;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    transition: all 0.3s ease;
    clip-path: polygon(0 10%, 15% 15%, 10% 0, 100% 0, 100% 100%, 10% 100%, 15% 85%, 0 90%);
}
.vertical-tab .nav-tabs li:last-child a{ margin-bottom: 0; }
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: #fff;
    background: transparent;
    border: none;
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.vertical-tab .nav-tabs li a:before{
    content: '';
    /*! background: linear-gradient(to right,transparent,transparent,#ffe0dd); */
    height: 100%;
    width: 100%;
    transform: perspective(500px) rotateY(-45deg);
    transform-origin: right center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease;
    clip-path: polygon(0 10%, 15% 15%, 10% 0, 100% 0, 100% 100%, 10% 100%, 15% 85%, 0 90%);
}
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li.active a:hover:before{
    background: #df3528;
    transform: perspective(500px) rotateY(0);
}
.vertical-tab .tab-content{
    color: #333;
    background: linear-gradient(to right,#e7e7e7,#e7e7e7);
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 25px;
    padding: 20px 20px 10px;
    margin-top: 10px;
    border-left: 2px solid #999;
    display: table-cell;
    position: relative;
}
.vertical-tab .tab-content h3{
    color: #777;
    font-weight: 600;
    /*! text-transform: uppercase; */
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        width: 100%;
        display: block;
        border: none;
    }
    .vertical-tab .nav-tabs li a{ margin: 0; }
    .vertical-tab .tab-content{
        padding: 25px 20px;
        margin-top: 0;
        border-left: none;
        border-top: 2px solid #999;
        display: block;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}
.simple-icon {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #fff;
  position: relative;
  font-size: 20px;
  padding-right: 20px;
}
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #eb0029;
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  color: #eb0029;
}

.popup-search-box button.searchClose:hover {
  color: var(--body-color);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
  /* Large devices */
}

@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}

.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border: 2px solid #eb0029;
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
}

.popup-search-box form input::-moz-placeholder {
  color: #fff;
}

.popup-search-box form input::-webkit-input-placeholder {
  color: #fff;
}

.popup-search-box form input:-ms-input-placeholder {
  color: #fff;
}

.popup-search-box form input::-ms-input-placeholder {
  color: #fff;
}

.popup-search-box form input::placeholder {
  color: #fff;
}

.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  right: 12px;
  color: #fff;
  cursor: pointer;
  width: 70px;
  height: 70px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
          transform: scale(1.001);
}

.popup-search-box form button:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 0;
}

.popup-search-box.show form {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.th-menu {
  background: #F9F6F1;
  padding: 40px 15px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #57525245;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
}

.th-menu_img {
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
}

.th-menu_img img {
  -webkit-animation: spin 60s linear infinite;
          animation: spin 60s linear infinite;
}

.th-menu_img .product-action {
  position: absolute;
  top: 0;
  right: -20px;
  text-align: right;
  width: auto;
  max-width: auto;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.th-menu_img .product-action a {
  display: block;
  max-width: 44px;
  padding: 2px;
  border-radius: 23px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #010f1c;
  margin-left: auto;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(60px);
      -ms-transform: translateX(60px);
          transform: translateX(60px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.th-menu_img .product-action a:hover, .th-menu_img .product-action a:focus {
  background: #010f1c;
  max-width: 135px;
}

.th-menu_img .product-action a:hover .action-text, .th-menu_img .product-action a:focus .action-text {
  color: #fff;
  right: 40px;
}


.th-menu_img .product-action a:hover .icon, .th-menu_img .product-action a:focus .icon {
  background: #eb0029;
}

.th-menu_img .product-action a .action-text {
  display: inline-block;
  color: #fff;
  margin-right: 8px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: -80px;
  top: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.th-menu_img .product-action a .icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #010f1c;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
}

.vertical-tab .tab-content .th-menu_title {
  
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #010f1c;
  margin-bottom: 2px;
  letter-spacing: 0px !important;
}

.th-menu_title:hover {
  color: #eb0029;
}

.th-menu_title a {
  color: inherit;
}

.th-menu_desc {
  color: #4B4B4B;
  margin-bottom: 0;
}

.th-menu_discount {
  background-color: #eb0029;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 3;
}

.th-menu_discount .sale {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  display: block;
  padding: 18px;
}

.th-menu_price {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #eb0029;
  margin-bottom: -0.4em;
}

.th-menu .fire {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-animation: fireAni 1.6s ease-in-out infinite;
          animation: fireAni 1.6s ease-in-out infinite;
}

.th-menu .fire img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.th-menu:hover, .th-menu:focus {
  border: 1px solid #eb0029;
}

.th-menu:hover .fire, .th-menu:focus .fire {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.th-menu:hover .product-action a, .th-menu:focus .product-action a {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
  min-width: 44px;
}

.th-menu:hover .product-action a:hover, .th-menu:hover .product-action a:focus, .th-menu:focus .product-action a:hover, .th-menu:focus .product-action a:focus {
  min-width: 135px;
}

@-webkit-keyframes fireAni {
  0% {
    -webkit-transform: scaleY(1.1);
            transform: scaleY(1.1);
  }
  50% {
    -webkit-transform: scaleY(0.7);
            transform: scaleY(0.7);
  }
  100% {
    -webkit-transform: scaleY(1.1);
            transform: scaleY(1.1);
  }
}

@keyframes fireAni {
  0% {
    -webkit-transform: scaleY(1.1);
            transform: scaleY(1.1);
  }
  50% {
    -webkit-transform: scaleY(0.7);
            transform: scaleY(0.7);
  }
  100% {
    -webkit-transform: scaleY(1.1);
            transform: scaleY(1.1);
  }
}
.icon-bar {
  position: fixed;
  top: 55%;
  transform: translateY(-50%);
  z-index: 99;
	}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}



.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #000;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}




.linkedin {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.icon-bar a:hover {
  background-color: #000;
}
.content {
  margin-left: 75px;
  font-size: 30px;
}
.scroll-btn {
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  -webkit-clip-path: polygon(53% 0, 100% 20px, 100% 100%, 0 100%, 0% 20px);
          clip-path: polygon(53% 0, 100% 20px, 100% 100%, 0 100%, 0% 20px);
  /* Small devices */
}

.scroll-btn i {
  display: inline-block;
  background-color: #df3528;
  color: #fff;
  text-align: center;
  font-size: 20px;
  width:  60px;
  height: 80px;
  line-height: 90px;
  z-index: 2;
  border-radius: inherit;
  position: relative;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  /* Small devices */
}

@media (max-width: 767px) {
  .scroll-btn i {
    font-size: 16px;
    width:  40px;
    height: 60px;
    line-height: 70px;
  }
}

.scroll-btn:focus i, .scroll-btn:hover i {
  background-color: #010f1c;
  color: #fff;
}

.scroll-btn.show {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .scroll-btn {
    right: 15px;
    bottom: 15px;
  }
  .scroll-btn.show {
    bottom: 0;
  }
}

.scrollToTop {
  position: fixed;
  right: 50px;
  bottom: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 96;
}

.scrollToTop.show {
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}
#menu-slider {
    padding: 20px 0;
}

#menu-slider .owl-item.center .btn-menu  {
    /*color: #fff;
    background-color: rgb(102, 37, 34);
    box-shadow: 0px 8px 15px rgba(223,210,209,0.75);
    -webkit-box-shadow: 0px 8px 15px rgba(223,210,209,0.75);
    -moz-box-shadow: 0px 8px 15px rgba(223,210,209,0.75);*/
	color: #fff;
	background-color: #05a54f;
	border: none;
	border: 1px dashed #A5A5A5;
}
#menu-slider .owl-item .btn-menu  {
	background-color: #f8f8f8;
	color: #05a54f;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	display: block;
	border-right: 1px dashed #A5A5A5;
	padding: 5px 10px;
	border-radius: 0;
	min-width: 125px;
	border-left: 1px dashed #A5A5A5;
}
#menu-slider .owl-item .btn-menu.lastitem
{
  font-size: 15px;
  padding: 5px 3px;	
}
#menu-slider .owl-item .btn-menu img {
  display: block;
  margin: auto;
  margin-bottom: 12px;
  width:auto;
  
}
.package-row {
  background-color: #fefefe;
  box-shadow: 0px 0px 3px 2px rgba(46, 46, 46, 0.32);
}
.package-row .order-now {
    margin-bottom: -40px;
}
.package-info {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.2;
}

.package-name span{
    font-size: 25px;
    
    font-weight: normal;
    color: #ffffff;
    background-color: #d53a36;
    padding: 8px 40px;
}

.package-price {
   
    font-weight: normal;
    color: #f77c20;
}


.package-price span:nth-child(1) {
    font-size: 50px;
}

.package-price span:nth-child(1)::before {
     content: '$';
     font-size: 25px;
     vertical-align: top;
}

.package-price span:nth-child(2) {
    font-size: 18px;
    color: #6d6d6d;
    
    font-weight: 600;
    display: grid;
    margin-top: -16px;
    margin-left: 12px;
}
.package-items span {
    
    font-size: 16px;
    font-weight: bold;
    background: -webkit-linear-gradient(left, #fd5f04, #f12512);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.package-para {
   
    font-size: 13px;
    font-weight: 500;
	min-height: 60px;
}
.includes {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.cmenu .citem-name {
    
    float: left;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

.cmenu .citem-name span {
    vertical-align: sub;
}
.cmenu .citem-total {
    float: right;

}
.cmenu .citem-total span{
    background: -webkit-linear-gradient(top, #f5891f, #f96c21);
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    padding: 5px 10px;
}
.cmenu .row {
    background-color: #f4f2f3;
    margin: 10px;
    padding: 10px;
}
/* Feature 2 ---------------------------------- */
.feature-grid {
  text-align: center;
  padding: 0 10px;
}

.feature-grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
}

.feature-grid:not(:last-child) {
  border-right: 1px dashed var(--gray-color);
}

.feature-grid_img {
  margin-bottom: 28px;
}

.feature-grid_img img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-grid_title {
  font-weight: 600;
  
}

.feature-grid_text {
  max-width: 335px;
  margin: 0 auto -0.5em auto;
  
}

.feature-grid:hover .feature-grid_img img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* Small devices */
@media (max-width: 767px) {
  .feature-grid-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .feature-grid:not(:last-child) {
    border-right: none;
  }
}
.bgofabout  {
  
  /*background-image: url(../images/feature_bg_2.png);*/
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 60px 0px 60px 0px;
}
.page-header {
    background: url(../images/page-banner.jpg) left center no-repeat;
    background-size: auto;
    text-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #EFF5FF;
}
.contatinfobg
{
	align-content: center;
	align-items: center;
	background-image: url(../images/page-banner%60.jpg);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 15px 25px 15px 25px;
	border-radius: 5px 5px 5px 5px;
	
}
.icon-box.style-three{
	align-items: center;
	padding: 0;
	transition: 0.5s;
}
.icon-box.style-three .icon-box-icon {
	padding-right: 20px;
}
.icon-box.style-three .img-icon {
    width: 80px;
    height: 80px;
    border: 2px solid #00a85a;
    padding: 10px;
    border-radius: 3px;
}
.icon-box-content h2 {
  color: #FFFFFF;
  margin: 0px 0px 10px 0px;
  font-weight: 600;
  font-size: 20px;
}
.icon-box-content p {
  color: #FFFFFF;
  font-size: 14px;
}

/* Contact Page ---------------------------------- */
.contact-info {
  background-color: #fff;
  background-size: 100% 100%;
  padding: 50px 15px;
  text-align: center;
  box-shadow: 0px 2px 30px rgba(128, 130, 131, 0.48);
  border-radius: 10px;
  min-height: 283px;
}

.contact-info_title {
  margin-bottom: 6px;
}

.contact-info_icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 83px;
  background-color: var(--theme-color);
  color: #fff;
  text-align: center;
  font-size: 32px;
  border-radius: 999px;
  margin: 0 auto 30px auto;
  position: relative;
  z-index: 2;
}

.contact-info_icon:before, .contact-info_icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--theme-color);
  opacity: 0.2;
  border-radius: inherit;
  z-index: -2;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.contact-info_icon:before {
  left: -10px;
  top: -5px;
}

.contact-info_icon:after {
  right: -10px;
  top: 5px;
}

.contact-info_text {
  display: block;
  margin-bottom: -0.5em;
}

.contact-info_text span,
.contact-info_text a {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.contact-info_text a {
  color: #0c0c0c;
  font-size: 18px;
}

.contact-info_text a:hover {
  color: var(--theme-color);
}

.contact-info:hover .contact-info_icon:before {
  left: 0;
  top: 0;
}

.contact-info:hover .contact-info_icon:after {
  right: 0;
  top: 0;
}

.contact-form {
  background-color: #fff;
  padding: 50px;
  box-shadow: 0px 6px 50px rgba(1, 15, 28, 0.05);
  border-radius: 20px;
}

.contact-form .form-title {
  text-align: center;
  margin: -0.24em auto 30px auto;
}

.contact-form select,
.contact-form .form-control,
.contact-form .form-select,
.contact-form textarea,
.contact-form input {
  border: none;
}

.contact-map {
  line-height: 0.01px;
}

.contact-map iframe {
  border-radius: 20px;
  width: 100%;
  height: 550px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .contact-map iframe {
    height: 400px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .contact-form {
    padding: 40px;
    border-radius: 10px;
  }
  .contact-map iframe {
    border-radius: 10px;
    height: 250px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .contact-form {
    padding: 40px 20px;
  }
}
.google-maps {
  position: relative;
  padding-bottom: 65%;
  // This is the aspect ratio height: 0;
  overflow: hidden;
  margin-top: 15px;
  border: 1px solid #a19f9f;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.mf-social-side-list {
    position: fixed;
    top: 30vh;
    right: 10px;
    z-index: 100;
}
.mf-social-side-list ul {
    list-style: none;
    display: flex;
    flex-direction: column;
   padding: 0;
   margin:0
}
.mf-social-side-list ul li a {
    color: #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.mf-social-side-list ul li a:hover {
    opacity: .9;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.mf-social-side-list ul li a[href*='facebook'] {
    background: #3b5998;
}
.mf-social-side-list ul li a[href*='instagram'] {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);;
}
.mf-social-side-list ul li a[href*='youtube'] {
    background: #c4302b;
}
.mf-social-side-list ul li a[href*='linkedin'] {
    background: #0077B5;
}
.mf-social-side-list ul li a[href*='twitter'] {
    background: #000;
}
