/*
  Theme Name: Name - Multipurpose HTML Template
  Support: admin@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer
*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,500&display=swap');

/*===================================
   All Variables
=====================================*/
:root {
	--font-family-body: 'Roboto', sans-serif;
	--font-family-heading: 'Poppins', sans-serif;
	--primary-color: #0D9B4D;
	--secondary-color: #edf8ff;
	--body-text-color: #04000f;
	--heading-text-color: #04000f;
	--paragraph-text-color: #65676b;
	--preview-gradient-color:  linear-gradient(to right, #0D9B4D 0%, #0D9B4D 50%, #0D9B4D 100%);
	--facebook: #3b5998;
	--twitter: #00acee;
	--linkedin: #1976d2;
	--pinterest: #3b5998;
	--youtube: #c4302b;
	--skype: #00aff0;
    --section-background-color: #edf8ff;
	--black-color: #000;
	--section-title-gradient-color: linear-gradient( to right, #0D9B4D 30%, #0D9B4D 80%);
	--banner-text-color: #777;
	--demo-item-border-color: #ececec;
}
body {
	font-family: var(--font-family-body);
	font-weight: normal;
	font-size: 16px;
	color: var(--body-text-color);
	font-style: normal;
}
img,
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.btn:focus,
button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #0D9B4D;
	text-decoration: none;
}
a,
button {
	color: #0D9B4D;
	outline: medium none;
	text-decoration: none;
}
.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-family-heading);
	color: var(--heading-text-color);
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: var(--body-text-color);
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: var(--primary-color);
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: var(--primary-color);
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
.custom-container {
	max-width: 1500px;
}

/* Bootstrap 5 */
.container {
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    --bs-gutter-x: 30px;
}
.row.g-0 {
	--bs-gutter-x: 0;
}
.gutter-y-30 {
  	--bs-gutter-y: 30px;
}

/* button style */
.btn {
	user-select: none;
	-moz-user-select: none;
	border: medium none;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 10px 10px 10px 35px;
	text-align: center;
	text-transform: capitalize;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	background-image: var(--preview-gradient-color);
	background-size: 200% auto;
}
.btn:hover {
	color: #fff;
	background-position: right center;
}
.btn i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: var(--heading-text-color);
    background: #fff;
    margin-left: 25px;
}
.breadcrumb > .active {
	color: #888;
}

/* scrollUp */
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: -10%;
    right: 50px;
    font-size: 16px;
    border-radius: 50px;
    z-index: 99;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: var(--primary-color);
    transition: 1s ease;
    border: none;
    opacity: 0;
}
.scroll-top.open {
	bottom: 30px;
    opacity: 1;
}
.scroll-top::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover {
	background: var(--body-text-color);
	color: #fff;
}

/* banner */
.banner-bg {
    background-image: url(../img/banner/shape_1.png);
    position: relative;
    overflow: hidden;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 120px 0px 285px;
}
.banner-logo {
    width: 300px;
    height: 300px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 30px;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 40px 120px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 40px 120px 0 rgba(0, 0, 0, 0.05);
}
.banner-logo a {
    display: block;
    max-width: 165px;
}
.banner-content .banner-text p {
    margin: 0 auto;
    color: var(--banner-text-color);
    font-size: 28px;
    max-width: 25%;
	margin-bottom: 0;
	line-height: 1.4;
}
.banner-content .banner-text span {
    color: var(--primary-color);
    font-weight: 700;
}
.ball {
    opacity: 1;
    z-index: -1;
    position: absolute;
    border-radius: 100%;
}
.ta-banners {
    position: absolute;
    width: 100%;
    bottom: -30%;
    left: -48%;
    text-align: center;
    -webkit-transform: rotate(44deg) scale(0.85);
    -ms-transform: rotate(44deg) scale(0.85);
    transform: rotate(44deg) scale(0.85);
}
.single-img img {
    width: 100%;
}
.single-img {
    display: inline-block;
    height: 300px;
    margin: 0 10px;
    width: calc(100% / 4 - 50px);
    overflow: hidden;
    margin-bottom: 20px;
	-webkit-box-shadow: -1px 0px 20px 20px rgb(0 0 0 / 3%);
    box-shadow: -1px 0px 20px 20px rgb(0 0 0 / 3%);
}
.ta-right-banners {
    position: absolute;
    width: 100%;
    bottom: -30%;
    right: -48%;
    text-align: center;
    -webkit-transform: rotate(-45deg) scale(0.85);
    -ms-transform: rotate(-45deg) scale(0.85);
    transform: rotate(-45deg) scale(0.85);
}

/* TG Banner */
.tg-banner-area {
    background-image: url(../img/banner/background.jpg);
    background-position: center;
    background-size: cover;
    padding: 120px 0;
    text-align: center;
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.tg-banner-content .title {
    font-size: 56px;
    letter-spacing: -2px;
    margin: 0 0;
}
.tg-banner-list {
    display: flex;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
    flex-wrap: wrap;
}
.tg-banner-list .icon {
    min-height: 48px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 0 15px;
}
.tg-banner-list .icon img {
    max-height: 48px;
}
.tg-banner-list li span {
    display: block;
    font-weight: 500;
    line-height: 1.4;
}
.tg-banner-list li a {
    color: var(--body-text-color);
}
.tg-banner-list li a:hover {
    color: var(--primary-color);
}
.tg-banner-list li {
    padding: 0 30px;
    border-right: 1px solid #e7e7e7;
}
.tg-banner-list li:last-child {
    border-right: none;
}
.tg-banner-plugin {
    margin: 35px 0 50px;
}
.tg-banner-left {
    position: absolute;
    left: 5%;
    bottom: 0;
}
.tg-banner-right {
    position: absolute;
    right: 5%;
    bottom: -80px;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

/* demo-section */
.tg-demo-section {
    padding: 250px 0 90px;
    position: relative;
}
.tg-demo-shape {
    background-image: url(../img/bg/demo-shape.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    opacity: .05;
}
.demo-item {
    text-align: center;
    border-radius: 5px;
    padding: 20px;
    transition: 0.3s;
    position: relative;
    background: url(../img/banner/background.jpg);
    border: 1px solid var(--demo-item-border-color);
    margin-bottom: 40px;
    background-size: cover;
}
.new-demo {
    position: absolute;
    left: -67px;
    top: 35px;
    background: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    z-index: 2;
    padding: 12px 70px;
    transform: rotate(-45deg);
    line-height: 1;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.demo-item.item-one::before {
    content: "";
    position: absolute;
    left: -90px;
    top: 35px;
    background-image: url(../img/images/ingredients_shape.png);
    width: 263px;
    height: 306px;
    z-index: -1;
}
.demo-item.item-two::before {
    content: "";
    position: absolute;
    right: -85px;
    bottom: 35px;
    background-image: url(../img/images/banner_shape01.png);
    width: 100px;
    height: 192px;
    z-index: -1;
}
.demo-item > a {
	position: relative;
	display: block;
    overflow: hidden;
}
.tg-demo-section .row {
    --bs-gutter-x: 50px;
}
.item-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.97);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s ease;
    opacity: 0;
}
.item-overlay .title {
    margin: 0 0;
    font-size: 22px;
    color: var(--primary-color);
}
.demo-item:hover .item-overlay {
    opacity: 1;
}

.section-title .total-demo {
    font-size: 48px;
    color: var(--primary-color);
    margin-bottom: 0;
    line-height: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.total-demo .count {
    font-size: 90px;
}
.section-title .title {
    font-size: 36px;
    margin-bottom: 10px;
    color: var(--heading-text-color);
    line-height: 1.2;
}
.section-title .sub-title {
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 18px;
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 12px;
    display: inline-block;
    color: #fff;
    padding: 7px 14px;
    background-color: var(--primary-color);
}
.section-title p {
    width: 85%;
    margin: 0 auto;
	color: var(--paragraph-text-color);
	font-weight: 500;
}
.demo-section-other {
	border-top: 1px solid rgba(0,0,0,.1);
}

/* feature */
.tg-features-area {
    background: #fbfbfb;
    padding: 120px 0 90px;
}
.tg-features-item {
    height: 310px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1.5em 20px 3.6em;
    background-color: #ffffff;
    border: 1px solid #f3f3f3;
    text-align: center;
    margin: 0 0 30px;
}
.tg-features-icon {
    max-width: 170px;
    position: relative;
    margin: 0 auto;
}
.tg-features-area [class*="col-"]:first-of-type .tg-features-icon img {
    max-width: 115px;
}
.tg-features-area [class*="col-"]:nth-of-type(2) .tg-features-icon img:nth-of-type(2) {
    position: absolute;
    top: -8%;
    right: 6%;
    width: 22%;
    max-width: 37px;
}
.tg-features-area [class*="col-"]:nth-of-type(3) .tg-features-icon img {
    max-width: 90px;
}
.tg-features-area [class*="col-"]:nth-of-type(4) .tg-features-icon img {
    max-width: 114px;
}
.tg-features-area [class*="col-"]:nth-of-type(5) .tg-features-icon img {
    max-width: 85px;
}
.tg-features-area [class*="col-"]:nth-of-type(6) .tg-features-icon img {
    max-width: 85px;
}
.tg-features-content .title {
    margin: 1.54em 0 0.4em;
}
.tg-features-content span {
    color: #615d58;
}

/* feature */
.feature-area {
	background: var(--section-background-color);
}
.feature-item {
    background: #fff;
    padding: 55px 40px;
    border: 1px solid var(--demo-item-border-color);
	transition: .3s linear;
	margin-left: -1px;
    margin-top: -1px;
}
.feature-item:hover {
	box-shadow: 0px 40px 80px 0px rgba(4, 10, 48, 0.06);
}
.feature-icon {
    margin-bottom: 20px;
}
.feature-content .title {
    font-size: 22px;
    margin-bottom: 15px;
	transition: .3s linear;
}
.feature-content p {
    margin-bottom: 0;
}
.feature-item:hover .feature-content .title {
	color: var(--primary-color);
}
.core-feature-item {
    border-radius: 5px;
    box-shadow: 0 2px 40px rgba(0,0,0,.08);
    padding: 45px 15px;
    text-align: center;
    background: #fff;
    margin-bottom: 30px;
}
.core-feature-item img {
    border-radius: 5px;
    margin-bottom: 15px;
    width: 70px;
}
.core-feature-item .title {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}


/* support */
.support-area .support-icon {
    width: 200px;
    height: 200px;
    line-height: 200px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    margin: 0 auto 30px;
}
.support-content p {
    width: 90%;
	margin-bottom: 40px;
}
.support-content p a {
    color: var(--primary-color);
}

.btn-close:focus {
    box-shadow: none;
}
.tp-home-content h3 {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
}
.btn-two {
    background: var(--primary-color);
    padding: 17px 28px;
}

/* footer */
.footer-bg {
	background-image: url(../img/banner/background.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	padding: 150px 0;
}
.footer-content .title {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
.footer-content .title span {
	font-style: italic;
}
.footer-content p {
    margin-bottom: 30px;
    font-size: 20px;
}
.footer-shape {
    position: absolute;
    z-index: -1;
}
.footer-shape.one {
    left: 0;
    bottom: 100px;
}
.footer-shape.two {
    right: 0;
    bottom: 170px;
}

/* 27. Preloader */
#preloader {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 9999;
}
.tg-cube-grid {
  	width: 45px;
  	height: 45px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}
.tg-cube-grid .tg-cube {
  	width: 33%;
  	height: 33%;
  	background-color: #0D9B4D;
  	float: left;
  	-webkit-animation: tg-cubeGridScaleDelay 1.3s infinite ease-in-out;
  	animation: tg-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.tg-cube-grid .tg-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.tg-cube-grid .tg-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.tg-cube-grid .tg-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.tg-cube-grid .tg-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.tg-cube-grid .tg-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.tg-cube-grid .tg-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.tg-cube-grid .tg-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.tg-cube-grid .tg-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.tg-cube-grid .tg-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes tg-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  };
}

@keyframes tg-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  };
}