/*1. Default CSS*/
:root {
  /*@Googel Font-Family Declaration*/
  --tc-gf-body:"Open Sans", sans-serif;
  --tc-gf-heading:"Nunito Sans", sans-serif;
  --tc-gf-fontawesome: "Font Awesome 6 Pro";
  /*@Color Declaration*/
  --tc-primary:#c47f0a;
  --tc-secondary:#6b1e1e;
  --tc-dark:#1a1a1a;	
  --tc-bg-primary:#f8f5f0;	
  --tc-accent:#8a5a00;	
  --tc-gray:#f3f6fd;
  --tc-white:#fff;
  --tc-black:#0B2038;
  --tc-light:#e0c080;
  --tc-border-color:#FCE9DD;
  --tc-primary-bg-subtle:#e0eeff;
  --tc-primary-bg-dark:#0353a4;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*Typography CSS*/
body {
  font-family:var(--tc-gf-body);
  font-size:16px;
  font-weight: 400;
  color: var(--tc-dark);
  background: var(--tc-bg-primary);
}
a {text-decoration: none;}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tc-gf-heading);
  color:var(--tc-primary);
  margin-top: 0px;
  font-weight: var(--tc-fw-sbold);
  line-height: 1.2;
}
h1 {font-size: var(--tc-fs-h1);}
h2 {font-size: var(--tc-fs-h2);}
h3 {font-size: var(--tc-fs-h3);}
h4 {font-size: var(--tc-fs-h4);}
h5 {font-size: var(--tc-fs-h5);}
h6 {font-size: var(--tc-fs-h6);}
ul {
  margin: 0px;
  padding: 0px;
}
p {
  font-size: 16px;
  font-weight:400;
  color: var(--tc-text-body);
  margin-bottom: 15px;
  line-height: 26px;
}
.btn,
button,
span,
p,
input,
select,
textarea,
li,
img,
svg path,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

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

textarea#story {
    -moz-appearance:none;
  outline:0px none transparent;
}

textarea:focus, input:focus{
    outline: 0;
}

*:focus {
    outline: 0;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
  text-decoration:none;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  outline: none;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tc-primary);
  color: var(--tc-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tc-primary);
  color: var(--tc-white);
  text-shadow: none;
}

::selection {
  background: var(--tc-primary);
  color: var(--tc-white);
  text-shadow: none;
}
.tg-primary{color: var(--tc-primary);}
.section-bg {background:#ecf1f7;}
/* Common Classes CSS **/
.w-img img {width: 100%;}
.m-img img {max-width: 100%;}
img {max-width: 100%;}
.fix {overflow: hidden;}
.clear {clear: both;}
.f-left {float: left;}
.f-right {float: right;}
.z-index-1 {z-index: 1;}
.z-index-11 {z-index: 11;}
.overflow-y-visible {overflow-x: hidden;overflow-y: visible;}
.p-relative {position: relative;}
.p-absolute {position: absolute;}
.include-bg {background-position: center;background-size: cover;background-repeat: no-repeat;}
.b-radius {border-radius: 6px;}

.padding {padding:90px 0;}
@media (max-width: 991px) {
  .padding {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .padding {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  .sm-padding {
    padding: 15px;
  }
}
.padding-15 {
  padding: 15px !important;
}
.pt-0 {padding-top: 0;}
.pb-0 {padding-bottom: 0;}
/* Section Heading */
.section-heading {
  margin-bottom:35px;
}
.section-heading .sub-heading {
	font-size:21px;
  font-weight: 700;
  font-family: var(--tc-gf-heading);
  color: var(--tc-primary);
  display: initial;
  padding: 5px 10px 5px 0px;
}
.section-heading .section-title {
  font-weight:700;
  margin: 20px 0;
  font-size:50px;		
}
@media (max-width: 991px) {
  .section-heading .section-title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .section-heading .section-title {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.section-heading p {
  font-size: 18px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.section-heading p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-heading p br {
    display: none;
  }
}

@media (max-width: 991px) {
  .section-heading.mb-60 {
    margin-bottom: 40px;
  }
  .section-heading {
    margin-bottom: 40px;
  }
}



.section-title .title {
  font-size:36px;
  color:var(--tc-primary);
  line-height: 28px;
  padding-bottom:10px;
  margin: 0;
  position: relative;
  font-weight: 700;
}
.section-title .title span {color:var(--tc-secondary);}
.section-title p {
  color: var(--tc-black);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
.section-title .title {font-size: 36px;}
}
@media only screen and (max-width: 479px) {
  .section-title .title {
    font-size:32px;
    line-height:32px;
    padding-bottom: 15px;
  }
}
.section-title.title-white h1 {
  color: #fff;
}
.section-title.title-white h1::before {
  border-color: #fff;
}


.section-footer-text{
	margin-top:60px;
	text-align: center;
}

.section-footer-text p{
	color:var(--tc-black);
	font-size: 16px;
	margin-bottom: 0;
}

.section-footer-text p span{
	font-weight: 500;
	background: var(--tc-primary);
	color: var(--tc-white);
	padding: 3px 10px;
	border-radius: 100px;
	margin-right: 5px;
}

.section-footer-text p a{
	font-weight: 600;
	text-transform: capitalize;
	text-decoration: underline;
	text-underline-offset: 3px;
	color: var(--tc-primary);
	transition: all 0.3s ease-in-out;
}

.section-footer-text p a:hover{
	color: var(--primary-color);
}

/* Margin Class */
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-25 {margin-top: 25px;}
.mt-30 {margin-top: 30px;}
.mt-35 {margin-top: 35px;}
.mt-40 {margin-top: 40px;}
.mt-45 {margin-top: 45px;}
.mt-50 {margin-top: 50px;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 20px;}
.mb-25 {margin-bottom: 25px;}
.mb-30 {margin-bottom: 30px;}
.mb-35 {margin-bottom: 35px;}
.mb-40 {margin-bottom: 40px;}
.mb-45 {margin-bottom: 45px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-90 {margin-bottom: 90px;}
.mr-10 {margin-right:10px;}
.mr-40 {margin-right:40px;}
/*Buttons CSS*/
.tg-primary-btn {
  background: var(--tc-primary);
  color: var(--tc-white);
  font-family:var(--tc-gf-body);
  display: inline-block;
  font-size:18px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  padding:18px 36px;
  letter-spacing: 0;
  border-radius:9px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.tg-primary-btn:focus, .tg-primary-btn:hover {
	 background:var(--tc-dark);
  color: var(--tc-white);
}
@media (max-width: 767px) {
  .tg-primary-btn {
    font-size: 15px;
    padding: 15px 25px;
  }
}
.tg-primary-btn span {
  position: relative;
  z-index: 20;
}
.tg-primary-btn:after {
  background: var(--tc-white);
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -1;
}
.tg-primary-btn:hover:after {
  left: 120%;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.tg-primary-btn i {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .tg-primary-btn i {
    margin-left: 10px;
  }
}
/*Start Back to top css*/
.back-to-top {
  background: var(--tc-primary);
  border-radius: 3px;
  bottom: 30px;
  color:var(--tc-white);
  cursor: pointer;
  display: none;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 337;
}
.back-to-top:hover, .back-to-top:focus {
  background:var(--tc-base);
  color:var(--tc-white);
}
/*End scroll_up css*/
/*Header Start Here CSS*/
.header-area {
  padding:10px 85px;
}
.header-area .logo{margin-top:10px;}
.header-area .logo img {
	width:auto;
	height:85px;
}
.header-right {
  display: flex;
  justify-content: center;
}
.header-right {
  padding-top:0px;
}
.header-icon {
  margin-right:0px;
  font-size: 20px;
  margin-top:11px;
}
.header-sh p {
  font-size: 14px;
  margin-bottom: 9px;
  line-height: 1;
  color:#00b7ff;
  font-weight:500;
}
.header-sh h4 {
  color:var(--tc-black);
  font-size:27px;
  margin-bottom: 0px;
  font-weight:800;
  padding-top:7px;
  font-family: var(--tc-gf-heading);
}
.header-sh span {color:var(--tc-black);font-weight:500;font-size:14px;}
.header-icon i {
  color:var(--tc-dark);
  font-size:27px;
  margin-right: 10px;
  background-color:var(--tc-light);
  padding:14px;
  border-radius: 30px;
  transform-origin: center;	
}
.header-icon i:hover  {
  animation-duration: 0.8s;
}
@keyframes phoneRinging {
  from {
    transform: rotate3d(0, 0, 1, 0deg); }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg); }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg); }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg); }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg); }
  80% {
    transform: rotate3d(0, 0, 1, 0deg); } }
.phoneRinging {animation: phoneRinging 1.5s infinite linear; }
.main-menu ul li {
  display: inline-block;
  margin: 0 12px;
  position: relative;
  z-index: 999;
  list-style:none;
}
.main-menu ul li a {
  color:var(--tc-black);
  font-weight:600;
  font-size:16px;
  padding:16px 10px 0;
  display: list-item;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}
.main-menu ul>li:hover>a::before,.main-menu ul > li.active > a::before {
  opacity: 1;
}
.main-menu ul li:hover a,.main-menu ul li.active a {
  color:var(--tc-primary);
}
.header-top-btn a {
  padding: 16px 27px;
}
.header-top-btn {
  padding-top:18px;
}
.header-top-btn .tg-primary-btn {font-size:16px;}
.header-btn a {
  background: #6c5edf;
  padding: 20px 60px;
  border-radius: 30px;
  font-size:16px;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff;
}
.main-menu ul li ul.submenu {
	position: absolute;
	background: #fff;
	width: 230px;
	top: 110%;
	padding: 15px 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	text-align: left;
}
.main-menu ul li:hover>ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.main-menu ul li ul.submenu li {
  margin: 0;
  display: block;
  margin-bottom: 0px;
}

.main-menu ul li ul.submenu li>a::before {
  background: transparent;
}

.main-menu ul li ul.submenu li:hover>a {
  color: #002450;
}

.main-menu ul li ul.submenu li:last-child {
  margin-bottom: 0;
}

.main-menu ul li ul.submenu li a {
	color: #262626;
	font-weight: 500;
	font-size: 15px;
	padding: 12px 18px;
  text-transform: capitalize;
}

.main-menu ul li ul.submenu li ul.submenu {
  left: 100%;
  top: 0;
}

.header-btn a:hover {
  background: #ff63a3;
  color: #fff;
}

.sticky-bar {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	z-index:999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	background: #fff;
}
.sticky-bar .header-sh h4 {
	color: #262626;
}

@media (min-width: 1200px) and (max-width: 1500px) {
.header-area {padding-left: 20px;padding-right: 20px;}
.main-menu ul li {margin: 0 0px;}
.main-menu ul li a{font-size:14px;font-weight:600;}	
.header-sh h4 {font-size:16px;}	
.header-top-btn {padding-top: 22px;}	
.header-top-btn a {padding:14px 21px;}	
.header-icon i{padding: 14px;font-size:21px;margin-right: 3px;}
.header-icon {margin-right: 6px;}
.brand-area {padding-left: 50px;padding-right: 50px;}
}

/* LG  Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
.header-area {padding-left: 15px;padding-right: 15px;}
.header-sh-wrp {display: none;}
.header-area.pt-30.pb-30 {padding-bottom: 22px;}
.logo a img {width: 100%;}
.header-icon {margin-right: 9px;font-size: 14px;}
.header-sh p {font-size: 14px;margin-bottom: 1px;}
.btn.header-btn {padding: 15px 28px;font-size: 14px;}
.header-sh h4 {color: #fff;font-size: 15px;margin-bottom: 0;}
.main-menu ul li {margin: 0 5px;}
.main-menu ul li a {padding: 14px 4px;font-size: 15px;}
.brand-area {padding-left: 50px;padding-right: 50px;}
}
/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
.header-area {padding-left: 15px;padding-right: 15px;}
.brand-area {padding-left: 30px;padding-right: 30px;}
.header-sh h4 {color: #000;font-size: 15px;}
.header-area {margin-left: 0px;margin-right: 0px;}
}
/* small mobile (XS) :320px. */
@media (max-width: 767px) {
.brand-area {padding-left: 15px;padding-right: 15px;}
.header-area {padding-left: 0px;padding-right: 0px;}
.header-area .logo img {width: auto;height:50px;}	
}

/*Header CSS End*/
.sidebar__toggle {
  margin-left:16px;
  margin-top: 11px;
	cursor: pointer;
}
 .sidebar__toggle i {
  color:var(--tc-primary-bg-dark);
  font-size: 20px;
  background-color:var(--tc-primary-bg-subtle);
  padding: 18px;
  border-radius: 30px;
  transform-origin: center;
	 line-height: 20px;
}
.offcanvas__info {
  background:var(--tc-bg-primary) none repeat scroll 0 0;
  border-left: 2px solid var(--tc-primary);
  position: fixed;
  right: 0;
  top: 0;
  width: 450px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__logo img {
    width: 130px;
  }
}
.offcanvas__wrapper .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--tc-primary);
  position: relative;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__close i {
  color: var(--tc-white);
}
.offcanvas__wrapper .offcanvas__content .text {
  color:var(--tc-black);
}
.offcanvas__wrapper .social-icon {
  margin-top: 40px;
  gap: 16px;
  display: flex;
  align-items: center;
}
.offcanvas__wrapper .social-icon a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:var(--tc-primary-bg-subtle);
  text-align: center;
  font-size: 18px;
}
.offcanvas__wrapper .social-icon a i {
  color: var(--tc-primary-bg-dark);
}
.offcanvas__wrapper .social-icon a:hover {
  color: var(--tc-primary);
  border: 1px solid var(--tc-primary);
}
.offcanvas__wrapper .offcanvas__contact {
  margin-top: 0;
}
.offcanvas__wrapper .offcanvas__contact h4 {
  font-size: 26px;
  font-weight: 600	
}
.offcanvas__wrapper .offcanvas__contact ul {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__contact ul {
    display: none;
  }
}
.offcanvas__wrapper .offcanvas__contact ul li {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__contact ul li {
    font-size: 14px;
  }
}
.offcanvas__wrapper .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.offcanvas__wrapper .offcanvas__contact ul li a {
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--tc-primary);

}
.offcanvas__wrapper .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
  text-transform: capitalize !important;
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 99999;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
/*Hero css*/
.hero-section {
  background: #f8f5f0;
  padding: 80px 0;
}

.hero-subtitle {
  display: inline-block;
  color: #c47f0a;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hero-title {
  font-size: 42px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.3;
}

.hero-description {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
  max-width: 500px;
}

.hero-btn {
  display: inline-block;
  background: #c47f0a;
  color: #fff;
  padding: 12px 28px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: 0.3s;
}

.hero-btn:hover {
  background: #8a5a00;
  color: #fff;
}

.hero-img {
  width: 100%;
  max-width:620px;
  border-radius: 10px;
  /*box-shadow: 0 10px 30px rgba(0,0,0,0.1);*/
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 28px;
  }

  .hero-description {
    max-width: 100%;
  }
}

/*Feature area Start Here*/
.feature-area {
	position:relative;
	background-color: var(--tc-white);
	padding:60px 0;
}
.feature-item {
  position:relative;
  background-color: rgb(255, 246, 232);
  border-radius:30px;
  padding:40px 18px;
  text-align:center;
  -webkit-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
  z-index:4
}
@media (max-width: 1299px) {
  .feature-item {
    padding:40px 20px
  }
}
.feature-item_icon {
  margin-bottom:15px
}
.feature-item_text {
  font-size:16px;
  font-weight:400;
  line-height:26px;
  margin-bottom:-0.4rem
}
.feature-item .box-title {
  margin-bottom: 10px; 
  color: var(--tc-primary);
  font-family: var(--tc-gf-heading);
  font-size: 21px;
  font-weight: 800;
}
@media (max-width: 1299px) {
  .feature-item .box-title {
    font-size:20px
  }
}
.feature-item img {
  -webkit-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out
}

.cs-ani {
  -webkit-transition:all 500ms ease;
  transition:all 500ms ease
}
.cs-ani:hover {
  -webkit-transform:translate(0, -5px);
  -ms-transform:translate(0, -5px);
  transform:translate(0, -5px)
}
/*Feature area End Here*/


.about-section {
	padding:120px 0;
	position:relative;
}
.about-section .section-heading .section-title {
  font-size: 36px;
  color: var(--tc-black);
}
.about-section .about-inner {
  gap: 50px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .about-section .about-inner {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .about-section .about-inner .aboutn-media {
    margin-bottom: 20px;
  }
}
.about-section .about-content {
  max-width: 650px;
}
@media (max-width: 1199.98px) {
  .about-section .about-content {
    margin-bottom: 60px;
    max-width: fit-content;
  }
}
.about-section .about-content ul {
  margin: 30px 0 40px;
}
.about-section .about-content ul li:not(:last-child) {
  margin-bottom: 15px;
}
ul.check li {
  margin-left: 25px;
  font-weight: 500;
  color: var(--headings-color);
  position: relative;
  z-index: 1;
	list-style:none;
}
ul.check li::before {
  background: url("../images/check.png") no-repeat left center;
	content: "";
	width: 100%;
  height: 100%;
  z-index: -1;
  left: -25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-section .about-stat {
  flex: 0 0 230px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .about-section .about-stat {
    flex: 0 0 200px;
  }
  .about-section .about-stat h3 {
    font-size: 100px;
  }
}
.about-section .about-stat h3 {
 margin-bottom: 0;
  font-size: 92px;
  font-weight: 700;
  color: var(--tc-dark);
}
.about-section .about-stat .exp {font-size:24px;font-weight:600;}


.about-section .about-media > img {
  border: 2px solid #fff;
  position: relative;
}
@media (min-width: 1200px) {
  .about-section .about-media > img {
    margin-top: -100px;
    margin-left: -50px;
  }
}




.overlay-anim {
  position: relative;
}
.overlay-anim:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.overlay-anim:hover:before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.bounce-y {
  -webkit-animation: bounce-y 5s infinite linear;
  animation: bounce-y 5s infinite linear;
}

@-webkit-keyframes bounce-y {
  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 bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*Product Details Start Here*/
.product-details {
 	position:relative;
 	padding:60px 0;
}
.product-details-text {
 background-color:#e45ba6;
 padding:30px 30px 40px 30px;
 -webkit-box-shadow:0 3px 15px 2px rgba(0,0,0,.05);
 box-shadow:0 3px 15px 2px rgba(0,0,0,.05);
 margin-bottom:50px;
	border-radius:18px;
}
@media only screen and (min-width:992px) {
 .product-details-text {
  padding:60px 60px 53px 60px
 }
}
@media only screen and (min-width:1200px) {
 .product-details-text {
  padding:20px 50px 20px 50px
 }
}
.product-details-text .title {
 color:#fff;
 text-decoration:none;
 -webkit-transition:color .3s;
 -o-transition:color .3s;
 transition:color .3s;
	font-family: var(--abi-font);
	text-align:center;
	font-size: 27px;
padding-bottom: 10px
}

.product-details-text .img-holder {
 padding-top:71.95122%
}
.product-details-text .img-bg {
 -o-object-fit:contain;
 object-fit:contain;
 font-family:'object-fit: contain';
 width:auto;
 z-index:2
}
.product-details-text figcaption {
 margin-top:25px
}
.product-details-text .text-holder {
 min-height:90px;
	text-align:center;
}
.product-details-text .with-line {
 margin-top:10px
}
/*Product Details End Here*/
/*Packing Start Here*/
.product-packing-area {
	padding:90px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.product-packing-area {
	padding-bottom: 300px; } 
}
@media (max-width: 767px) {
	.product-packing-area {
    	padding-bottom: 300px; 
	} 
}
.product-packing-area.appie-counter-5-area {
  background: #eef1f6; 
}

.product-packing-box {
  position: relative;
  background: #fff;
  /*height: 160px;
  background-image: -moz-linear-gradient(140deg, #e45814 0%, #e45814 100%);
  background-image: -webkit-linear-gradient(140deg, #e45814 0%, #e45814 100%);
  background-image: -ms-linear-gradient(140deg, #e45814 0%, #e45814 100%);*/
  border-radius: 10px; 
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.product-packing-box {
      padding: 20px; 
	} 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product-packing-box {
    	margin-bottom: 90px; 
	} 
}
@media (max-width: 767px) {
	.product-packing-box {
      margin-bottom: 90px; 
	} 
}
.product-packing-box .product-content {
    background: #fff;
    text-align: center;
    border-radius: 6px;
    padding:20px;
   -webkit-transition: all 0.3s linear 0s;
   -moz-transition: all 0.3s linear 0s;
   -ms-transition: all 0.3s linear 0s;
   -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.product-packing-box .product-content:hover {
  transform: scale(1.04);
  box-shadow: 0px 30px 50px 0px rgba(0, 5, 39, 0.1);
}
.product-packing-box .product-content .product-img {
	padding-bottom:10px;
}
.product-packing-box .product-content .title {
	font-size:16px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 0px;
}
.product-packing-box .product-content p {
    font-size: 18px;
    font-weight: 500; 
	margin-bottom:0;
}
/*.product-packing-box.item-2 {
    background-image: -moz-linear-gradient(140deg, #fdead3 0%, #fff7ee 100%);
    background-image: -webkit-linear-gradient(140deg, #fdead3 0%, #fff7ee 100%);
    background-image: -ms-linear-gradient(140deg, #fdead3 0%, #fff7ee 100%); 
}
.product-packing-box.item-2 .product-content {
	box-shadow: 0px 30px 40px 0px rgba(56, 31, 0, 0.1); 
}
.product-packing-box.item-3 {
    background-image: -moz-linear-gradient(140deg, #dafedb 0%, #f0fcf0 100%);
    background-image: -webkit-linear-gradient(140deg, #dafedb 0%, #f0fcf0 100%);
    background-image: -ms-linear-gradient(140deg, #dafedb 0%, #f0fcf0 100%); 
}
.product-packing-box.item-3 .product-content {
	box-shadow: 0px 30px 40px 0px rgba(0, 74, 1, 0.1);
}
.product-packing-box.item-4 {
    background-image: -moz-linear-gradient(140deg, #fedaf4 0%, #fceff7 100%);
    background-image: -webkit-linear-gradient(140deg, #fedaf4 0%, #fceff7 100%);
    background-image: -ms-linear-gradient(140deg, #fedaf4 0%, #fceff7 100%); 
}
.product-packing-box.item-4 .product-content {
	box-shadow: 0px 30px 40px 0px rgba(74, 0, 54, 0.1); 
}*/
/*Packing Start End*/


/*Photo Available Sizes Section Start Here*/
.tc-available-size {
  position: relative;
  display: block;
  padding:60px 0;
}
.tc-available-size .section-heading .section-title {
  font-size: 36px;
  color: var(--tc-black);
}
.tc-available-size .tc-available-size-left {
  position: relative;
  display: block;
  margin-top: 10px;
}
.tc-available-size .tc-available-size-left ul {
  margin: 30px 0 40px;
}
.tc-available-size .tc-available-size-left ul li:not(:last-child) {
  margin-bottom: 15px;
}
.tc-available-size .tc-available-size-right {
  position: relative;
  display: block;
  margin-left: 74px;
}
.tc-available-size .tc-available-size-right.left-side {margin-right: 87px;}

.tc-available-size .tc-available-size-right img {
	max-width:800px;
}
/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tc-available-size .tc-available-size-left {
	max-width:500px;
    margin-left: auto;
    margin-right: auto;
}
.tc-available-size .tc-available-size-right {
	max-width: 685px;
    margin: 50px auto 0;
}
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tc-available-size .tc-available-size-left {
  max-width:500px;
  margin-left: auto;
  margin-right: auto;
}
.tc-available-size .tc-available-size-right {
	max-width: 685px;
    margin: 50px auto 0;
}
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.tc-available-size {padding:20px 0;}	
.tc-available-size {text-align: center;}	
.tc-available-size .tc-available-size-right {margin-left: 0;margin-top: 50px;}
.tc-available-size .tc-available-size-right img {max-width: 260px !important;height: auto !important;}
.tc-available-size .tc-available-size-right.left-side {margin-right:0px;}
}
/*Photo Available Sizes Section End Here*/
/*Discover Start Here*/
.discover-section {padding: 80px 0;}
.discover-title {font-size:34px;font-weight: 700;color:var(--tc-black);margin-bottom: 20px;}
.discover-desc {font-size: 16px;color:var(--tc-text-body);margin-bottom: 25px;max-width:620px;}
.discover-img {width: 100%;max-width:700px;margin-left: -60px;}
/* Tablet */
@media (max-width: 992px) {
  .discover-section {padding: 60px 0;}
  .discover-title {font-size: 28px;}
}
/* Mobile */
@media (max-width: 768px) {
  .discover-title {font-size: 24px;text-align: center;}
  .discover-desc {font-size: 15px;text-align: center;max-width: 100%;}
  .discover-btn {display: block;margin: 0 auto;}
  .discover-img {margin-bottom: 20px;}
}
/*Theme Page Header CSS*/
.inner-header-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding:120px 0 100px;
	background-color:var(--tc-white);
}
@media (max-width: 767px) {
  .inner-header-area {
    padding:40px 0 0 0;
  }
}
.inner-header-area .inner-heading h1 {
  color: var(--ho-primary);
  font-family: var(--ho-gf-heading);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  display: inline-block
}
.inner-header-area .inner-heading h1.txt{font-size:48px;}
@media (max-width: 767px) {
	.inner-header-area .inner-heading{text-align: center;}	
  .inner-header-area .inner-heading h1 {
    line-height: 40px;
    font-size:32px;
  }
}
.inner-header-area .inner-heading a {
  color: var(--ho-black);
  font-family: var(--ho-gf-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}
.inner-header-area .inner-heading a i {
  margin: 0 8px;
	font-size:14px;
}
.inner-header-area .inner-heading a span {
  font-weight:400;
  display: inline-block;
  transition: all 0.4s;
}
.inner-header-area .imges {
  position:absolute;
  bottom:0;
  margin-bottom:15px;	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-header-area .imges {
    right: 0;
  }
}
@media (max-width: 767px) {
  .inner-header-area .imges {
    position: relative;
    z-index: 1;
    margin-top: 30px;
  }
}
.inner-header-area .imges img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Page Header End Here */
.default-btn {
  padding: 5px 15px 7px;
  font-size: 14px;
  font-weight: 500;
  color: var(--tc-white);
  background-color: var(--tc-primary);
  border: 1px solid var(--tc-primary);
  text-align: center;
  text-transform: capitalize;
  border-radius: 6px;
  line-height: 18px;
	margin-top: 10px;
}

/* Modal styling */
#enquiryModal .modal-content { border-radius: 12px; box-shadow: 0 6px 25px rgba(0,0,0,0.15); }
#enquiryModal .modal-title {font-size: 16px;font-weight: 700;margin-top: 5px;margin-bottom: 0px;}
#enquiryModal .modal-body {background:var(--tc-white);}
#enquiryModal .modal-header { border-bottom: 1px solid #eee; background: #f8f9fa; }
#enquiryModal .modal-body input:focus  {
  border-color: var(--tc-primary);
	outline: none;
	-webkit-box-shadow: none;
  box-shadow: none;
}
#enquiryModal .modal-footer { border-top: 1px solid #eee; background: #f8f9fa; }
#enquiryModal .btn-success { background-color: #25D366; border: none; }
#enquiryModal .btn-success:hover { background-color: #1ebe5d; }


/*--------------------------------------------------------------
# Contact Info
--------------------------------------------------------------*/
.contact-info {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.contact-info__single {
  position: relative;
  display: block;
  border-radius:10px;
  background-color:var(--tc-white);
  text-align: center;
  padding: 40px 30px 41px;
  margin-bottom: 30px;
}

.contact-info__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color:var(--tc-primary);
  border-radius: 50%;
  margin: 0 auto;
  z-index: 1;
}

.contact-info__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color:var(--tc-accent);
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.contact-info__single:hover .contact-info__icon:before {
  transform: scaleX(1);
}

.contact-info__icon i {
  position: relative;
  display: inline-block;
  font-size: 26px;
  color: var(--tc-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.contact-info__single:hover .contact-info__icon i {
  transform: scale(0.9);
  color: var(--tc-white);
}

.contact-info__single p {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 18px;
	font-weight: 600;
}

.contact-info__single h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: var(--tc-black);
}
.contact-info__single h4 span {
	color: var(--tc-primary);
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;}
.contact-info__single h4 a {
  color: var(--glorify-black);
}

.contact-info__single h4 a:hover {
  color: var(--tc-base)
}
/*Contact Us Page css*/
.page-contact-us{padding:100px 0 50px;}
.contact-us-form{height: 100%;background-color:var(--tc-bg-primary);border-radius: 10px;padding: 50px;}
.contact-form .form-control{font-size: 16px;font-weight: 400;line-height: 1.125em;color:var(--tc-text-body);background:var(--tc-white);border: none;border-radius: 10px;padding: 16px 20px;box-shadow: none;outline: none;}
.contact-form .form-control::placeholder{color:var(--tc-text-body);}
.c
/*Footer css*/
.main-footer{
	padding: 100px 0 0;
	margin-bottom: 20px;
}
.footer-header{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #FFFFFF1A;
    margin-bottom: 60px;
    padding-bottom: 60px;
}
.footer-header .section-title{
    max-width: 65%;
    margin-bottom: 0;
}
.footer-header .section-title h2 {
  font-size:36px;
  line-height: 1.1em;
  margin-bottom: 0;
  cursor: none;
  color: var(--tc-white);
  font-weight:700;
}
.footer-header .section-title p {
  margin-top: 20px;
  margin-bottom: 0;
  color: var(--tc-white);
  font-size: 18px;
  font-weight: 500;	
}
.footer-header .cta-button .tg-primary-btn{
	text-transform: uppercase;
  padding: 24px 48px;
  font-size: 21px;
}
.footer-header .cta-button .tg-primary-btn:focus, .tg-primary-btn:hover {
  background:var(--tc-light);
  color:var(--tc-dark);
}
.about-footer{
	max-width: 360px;
}

.footer-logo img{
	width: 100%;
	max-width:270px;
}

.about-footer-content{
	margin-top: 30px;
}

.about-footer-content p{
	color: var(--tc-white);
	margin-bottom: 0;
}

.footer-social-links{
	margin-top: 30px;
}

.footer-social-links ul{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-social-links ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border:1px solid var(--tc-white);
	border-radius: 50%;
	color:var(--tc-white);
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a{
	background: var(--tc-light);
  color: var(--tc-dark);
}

.footer-social-links ul li i{
	font-size: 18px;
	color: inherit;
}


.footer-links-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	margin-left:0.900vw;
}

.footer-links{
	max-width: 45%;
}

.footer-links h3{
	font-size:24px;
	color: var(--tc-white);
	margin-bottom: 20px;
	font-weight:700;
}

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

.footer-links ul li{
	text-transform:initial;
	color: var(--tc-white);
	line-height: 1.5em;
	margin-bottom: 15px;
}

.footer-links ul li:last-child{
	margin-bottom: 0;
}

.footer-links ul li img{
	width: 100%;
	max-width: 24px;
}

.footer-links ul li a{
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.footer-links ul li a:hover{
	color:var(--tc-light);
}

.footer-contact-links ul li{
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 30px;
}

.footer-copyright{
	border-top: 1px solid #FFFFFF1A;
	margin-top: 60px;
	padding:27px 0;
}
.footer-copyright a:hover{color:var(--tc-primary);}
.footer-copyright-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.footer-copyright-text p{
	color: var(--tc-white);
	margin-bottom: 0;
}


.powered-by {float:right;}
.powered-by p {
	color: var(--tc-white);
	margin-bottom: 0;
}
@media (max-width: 991px) {
.powered-by {
    text-align: center;
    margin-top: 15px;
    float: none;
  }
}
.powered-by a{
  position: relative;
}
.powered-by a:after{
  background-color:var(--tc-primary);	
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.powered-by a:hover:after{
  width: 100%;
}
.footer-social-list ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-social-list ul li{
	position: relative;
	line-height: normal;
	color: var(--tc-white);
	border-right: 1px solid var(--tc-white);
	margin-right: 10px;
	padding-right: 10px;
}
.footer-social-list ul li:last-child{
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}

.footer-social-list ul li a{
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.footer-social-list ul li a:hover{
	color: var(--accent-color);
}

.dark-section{
	background-color: #090909;
	background-image: url('  ../images/footer-bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bg-section {
  width: 100%;
  max-width: 1880px;
  background-color:var(--tc-dark);
  border-radius: 20px;
  margin: 0 auto;
    margin-bottom: 0px;
}
/*@media only screen and (max-width: 767px){
	.footer-header .section-title {text-align:center; max-width: 100%;}
	.footer-header .section-title h2 {font-size:27px;line-height:36px;}
	.footer-header .section-title p {font-size: 16px;font-weight: 400;}
	.cta-button{margin:auto;}
	.footer-links-box {margin-left: 0.813vw;}
}*/


@media only screen and (max-width: 767px){

    /* Reduce top padding for smaller screens */
    .main-footer {
        padding: 60px 0 0;
    }

    /* Title & button alignment */
    .footer-header {
        flex-direction: column;
        text-align: center;
        gap: 25px;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
	.footer-header .section-title {max-width:100%;}
    /* Mobile text sizing */
    .footer-header .section-title h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .footer-header .section-title p {
        font-size:15px;
    }

    /* Make footer columns full width */
    .footer-links-box {
        margin-left: 0;
        flex-direction: column;
        gap: 35px;
    }

    /* Each footer link section becomes full width */
    .footer-links {
        max-width: 100% !important;
    }

    /* Improve spacing inside UL items */
    .footer-links ul li {
        margin-bottom: 12px;
        line-height: 1.6em;
        font-size: 15px;
    }

    /* Contact block spacing */
    .footer-contact-links ul li {
        margin-bottom: 20px !important;
        align-items: flex-start;
    }

    /* Reduce contact icon size */
    .footer-links ul li img {
        max-width: 20px;
    }

    /* Footer About section */
    .about-footer {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .about-footer-content p {
        font-size: 15px;
    }

    /* Copyright layout */
    .footer-copyright-box {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
	.footer-copyright-box p{font-size:15px;}
    .powered-by {
        text-align: center;
        float: none;
        margin-top: 5px;
    }
}


/*WhatsChat Start Here*/
#whatsapp-button {
    position: fixed;
    right:40px;
    bottom:30px;
    z-index: 9999;
    animation: bounce 1s infinite;
}

#whatsapp-button img {
    width:55px;
    height:55px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #25D366;
    padding: 10px;
}
 /* Floating Call Button Styling */
  .floating-call-button {
    position: fixed;
    bottom:110px;
    right:40px;
    background-color:var(--tc-secondary);
    padding: 15px;
    border-radius: 50%;
    color:var(--tc-white);
    font-size: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 1000;
  }

  .floating-call-button:hover {
    background-color:var(--tc-secondary);
	color:var(--tc-white);  
    cursor: pointer;
  }
@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
@media only screen and (max-width: 767px){
	#whatsapp-button {bottom: 190px;}
}
/*WhatsChat Button*/