/*
  Theme Name: Xotric - Creative Agency WordPress Theme
  Support: admin@itcroctheme.com
  Description: Xotric - Creative Agency WordPress Theme
  Version: 1.0
*/

/* CSS Index
============================
01. Variable CSS
02. Header
03. Mobile Menu
04. Search
05. Offcanvas
06. Banner
07. Breadcrumb
08. Slider
09. Services
10. About
11. Work
12. Choose
13. Video
14. Counter
15. Project
16. Pricing
17. Testimonial
18. Team
19. Blog
20. Newsletter
21. Brand
22. Error
23. Contact
24. Footer
25. Preloader
============================
*/


/*=============================
	01. Variable CSS
===============================*/
:root {
    --tg-body-font-family: 'DM Sans', sans-serif;
    --tg-heading-font-family: 'DM Sans', sans-serif;
    --tg-primary-color: #7E54F8;
    --tg-primary-color-two: #5956E9;
    --tg-primary-color-three: #FFC42B;
    --tg-secondary-color: #F85454;
    --tg-secondary-color-two: #F07707;
    --tg-body-font-color: #757589;
    --tg-heading-font-color: #141714;
    --tg-paragraph-color: #757589;
    --tg-section-background: #EFF7FF;
    --tg-body-font-size: 16px;
    --tg-body-font-weight: 400;
    --tg-heading-font-weight: 700;
    --tg-body-line-height: 1.8;
    --tg-heading-line-height: 1.2;
    --tg-blue: #2F2BFF;
    --tg-indigo: #8381FF;
    --tg-bubbles: #E9F9FF;
    --tg-purple: #6f42c1;
    --tg-pink: #E481FD;
    --tg-red: #FA4729;
    --tg-red-two: #FF0000;
    --tg-orange: #fd7e14;
    --tg-yellow: #FFE27B;
    --tg-yellow-two: #F3B820;
    --tg-green: #348A63;
    --tg-teal: #20c997;
    --tg-cyan: #0dcaf0;
    --tg-white: #ffffff;
    --tg-black: #070707;
    --tg-black-two: #131313;
    --tg-black-three: #151615;
    --tg-gray: #9C9C9C;
    --tg-gray-two: #B9B9B9;
    --tg-gray-three: #FAFAFA;
    --tg-gray-four: #F3F9FF;
    --tg-gray-five: #7D7D7D;
    --tg-gray-six: #F6F9FB;
    --facebook: #1877F2;
    --twitter: #1DA1F2;
    --linkedin: #0A66C2;
    --pinterest: #E60023;
    --instagram: #833AB4;
    --skype: #00aff0;
    --new-red: #F22556;
}
body {
	font-family: var(--tg-body-font-family);
	font-weight: var(--tg-body-font-weight);
	font-size: var(--tg-body-font-size);
	line-height: var(--tg-body-line-height);
	color: var(--tg-body-font-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;
	text-decoration: none;
}
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: #27596e;
	text-decoration: none;
}
a,
button {
	color: var(--tg-primary-color);
	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(--tg-heading-font-family);
	color: var(--tg-heading-font-color);
	margin-top: 0px;
	margin-bottom: .7rem;
	font-style: normal;
	line-height: var(--tg-heading-line-height);
	font-weight: var(--tg-heading-font-weight);
	text-transform: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.75rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1rem;
}
.list-wrap {
	margin: 0px;
	padding: 0px;
}
.list-wrap li {
	list-style: none
}
p {
	font-size: var(--tg-body-font-size);
	font-weight: var(--tg-body-font-weight);
	line-height: var(--tg-body-line-height);
	color: var(--tg-paragraph-color);
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid var(--tg-primary-color);
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: var(--tg-body-font-color);
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
}
*::-moz-selection {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	text-shadow: none;
}
::-moz-selection {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	text-shadow: none;
}
::selection {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	text-shadow: none;
}
*::-moz-placeholder {
	color: var(--tg-body-font-color);
	font-size: var(--tg-body-font-size);
	opacity: 1;
}
*::placeholder {
	color: var(--tg-body-font-color);
	font-size: var(--tg-body-font-size);
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: var(--tg-primary-color) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid var(--tg-primary-color);
}

/* Bootstrap 5 */
.container {
    padding-left: 15px;
    padding-right: 15px;
	max-width: 1500px;
}
.row {
    --bs-gutter-x: 30px;
}
.row.g-0 {
	--bs-gutter-x: 0;
}
.gutter-y-30 {
  	--bs-gutter-y: 30px;
}

/*=============================
	1. Button style
===============================*/
.btn {
	user-select: none;
	-moz-user-select: none;
	background: #27596E none repeat scroll 0 0;
	border: medium none;
	border-radius: 10px;
	color: var(--tg-white);
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 1;
	margin-bottom: 0;
	padding: 18px 25px;
	text-align: center;
	text-transform: capitalize;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn span {
	background: #000 none repeat scroll 0 0;
	border-radius: 50%;
	display: block;
	height: 0;
	position: absolute;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transition: width 0.6s ease 0s, height 0.6s ease 0s;
	-moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
	-webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
	-ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
	-o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
	width: 0;
	z-index: -1;
}
.btn:hover > span {
    height: 562.5px;
    width: 562.5px;
}
.btn:hover {
	color: #fff;
}
.btn-two {
	background: var(--tg-primary-color-two);
}
.btn-two span {
	background: var(--tg-secondary-color-two);
}
.btn-three {
	background: var(--tg-primary-color-three);
	color: var(--tg-black);
}
.btn-three span {
	background: var(--tg-black-two);
}
.btn-three:hover {
	color: var(--tg-white);
}

.breadcrumb > .active {
	color: var(--tg-primary-color);
}

/* scrollUp */
.scroll-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: -10%;
	right: 50px;
	font-size: var(--tg-body-font-size);
	border-radius: 6px;
	z-index: 99;
	color: var(--tg-white);
	text-align: center;
	cursor: pointer;
	background: var(--tg-primary-color);
	transition: 1s ease;
	border: none;
}
.scroll-top.open {
	bottom: 30px;
}
.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(--tg-secondary-color);
}


/*=============================
	02. Header
===============================*/
.custom-container {
    max-width: 1800px;
}
.transparent-header {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 9;
	height: auto;
	background: transparent;
}

.transparent-header .navbar-wrap > ul > li > a {
    color: #fff;
}

.transparent-header .navbar-wrap > ul > li.menu-item-has-children > a::after {
    color: #fff;
}

.transparent-header .header-action .header-search a svg path {
    color: #fff;
}

.transparent-header .mobile-nav-toggler {
    color: #fff;
}

.menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.navbar-wrap {
	display: flex;
	flex-grow: 1;
}
.navbar-wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 0;
	margin: 0 auto;
}
.navbar-wrap > ul > li {
    list-style: none;
	display: block;
	position: relative;
	margin-right: 55px;
}
.navbar-wrap ul li:last-child {
	margin-right: 0;
}
.navbar-wrap ul li a {
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	color: #ffffff;
	padding: 40px 0;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 1;
}
.navbar-wrap > ul > li.menu-item-has-children > a {
	margin-right: 12px;
}
.navbar-wrap > ul > li.menu-item-has-children > a::after {
    content: "\f0dd";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    position: absolute;
    right: -12px;
    top: 42%;
    color:#fff;
    transition: .3s linear;
}
.navbar-wrap > ul > li.menu-item-has-children.active > a::after {
	color: #fff;
}
.navbar-wrap > ul > li > a::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 30px;
	width: 0;
	height: 3px;
	border-radius: 3px;
	background: var(--tg-primary-color);
	transition: .3s linear;
}
.navbar-wrap > ul > li.active > a::before,
.navbar-wrap > ul > li > a:hover::before {
	width: 80%;
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
	color: var(--tg-primary-color);
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}
.header-action > ul {
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.header-action > ul li {
	position: relative;
	margin-left: 30px;
}
.header-action ul li:first-child {
	margin-left: 0;
}
.header-action ul li a {
	color: var(--tg-heading-font-color);
	font-size: 14px;
}
.header-action .header-search a svg {
	width: 24px;
	height: 24px;
}
.header-action .header-search a svg path {
	color: var(--tg-heading-font-color);
	transition: .3s linear;
}
.header-action .header-search a:hover svg path {
	color: var(--tg-primary-color);
}
.header-action .offcanvas-menu a {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
	flex-direction: column;
	gap: 6px;
}
.header-action .offcanvas-menu a span {
	width: 20px;
	height: 2px;
	border-radius: 3px;
	background: var(--tg-primary-color);
	transition: .3s linear;
}
.header-action .offcanvas-menu a span:nth-child(2) {
	width: 15px;
	margin-left: 6px;
}
.header-action .offcanvas-menu a:hover span:nth-child(2) {
	margin-left: 0;
	width: 20px;
}
.header-action .header-btn .btn {
	color: var(--tg-white);
	font-size: 15px;
}
.navbar-wrap ul li .sub-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	min-width: 230px;
	border: 1px solid #f5f5f5;
	background: var(--tg-white);
	margin: 0 0;
	transform: scale(1, 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
	-moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
	box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
	border-radius: 5px;
	padding: 18px 0;
	display: block;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
}
.navbar-wrap ul li .sub-menu .sub-menu {
	right: auto;
	left: 100%;
	top: 0;
}
.navbar-wrap ul li .sub-menu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.navbar-wrap ul li .sub-menu li a {
	padding: 9px 15px 9px 25px;
	line-height: 1.4;
	font-weight: 500;
	color: var(--tg-heading-font-color);
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li .sub-menu li.active a,
.navbar-wrap ul li .sub-menu li a:hover {
	color: #27596E;
}
.navbar-wrap ul li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.sticky-menu {
	position: fixed;
	left: 0;
	margin: auto;
	top: 0;
	width: 100%;
	z-index: 99;
	background: var(--tg-white);
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
}

.sticky-menu .navbar-wrap > ul > li > a {
    color: #000 !important;
}

.sticky-menu .navbar-wrap > ul > li.active > a,
.sticky-menu .navbar-wrap > ul > li:hover > a {
    color: #000 !important;
}

.sticky-menu .navbar-wrap > ul > li.menu-item-has-children > a::after {
    color: #000 !important;
}

.sticky-menu .navbar-wrap > ul > li.menu-item-has-children.active > a::after {
    color: #000 !important;
}

.sticky-menu .header-action .header-search a svg path {
    color: #000 !important;
}

.sticky-menu .mobile-nav-toggler {
    color: #000 !important;
}

#header-fixed-height.active-height {
	display: block;
	height: 96px;
}

/* header-two */
.menu-area.menu-area-two .navbar-wrap > ul {
	margin: 0 0 0 auto;
}
.menu-area.menu-area-two .header-action > ul {
    margin-left: 40px;u-area.menu-area-two .navbar-wrap > ul > li.active > a,
.menu-area.menu-area-two .navbar-wrap > ul > li:hover > a {
    color: var(--tg-primary-color-two);}
}
.menu-area.menu-area-two .navbar-wrap > ul > li.menu-item-has-children.active > a::after {
    color: var(--tg-primary-color-two);
}
.menu-area.menu-area-two .navbar-wrap > ul > li > a::before {
    background: var(--tg-primary-color-two);
}
.menu-area.menu-area-two .header-action .header-search a:hover svg path {
	color: var(--tg-primary-color-two);
}
.scroll-top.scroll-top-two {
	background: var(--tg-primary-color-two);
}
.scroll-top.scroll-top-two:hover {
	background: var(--tg-secondary-color-two);
}
.menu-area-two .navbar-wrap ul li .sub-menu li.active a,
.menu-area-two .navbar-wrap ul li .sub-menu li a:hover {
	color: var(--tg-primary-color-two);
}
.menu-area-two .mobile-menu .social-links li a:hover {
	border-color: var(--tg-primary-color-two);
	background: var(--tg-primary-color-two);
}

/* header-three */
.menu-area.menu-area-three {
	border-bottom: 1px solid #A9ACAE;
}
.menu-area.menu-area-three .navbar-wrap > ul > li > a {
    color: var(--tg-white);
    padding: 42px 0;
}
.menu-area.menu-area-three .navbar-wrap > ul > li.active > a,
.menu-area.menu-area-three .navbar-wrap > ul > li:hover > a {
    color: var(--tg-primary-color-three) !important;
}
.menu-area.menu-area-three .navbar-wrap > ul > li > a::before {
    background: var(--tg-primary-color-three);
	bottom: -1px;
	height: 1px;
}
.menu-area.menu-area-three .navbar-wrap > ul > li.menu-item-has-children > a::after {
	color: var(--tg-white);
}
.menu-area.menu-area-three.sticky-menu .navbar-wrap > ul > li.menu-item-has-children > a::after {
	color: var(--tg-heading-font-color);
}
.menu-area.menu-area-three .navbar-wrap > ul > li.menu-item-has-children:hover > a::after,
.menu-area.menu-area-three .navbar-wrap > ul > li.menu-item-has-children.active > a::after {
    color: var(--tg-primary-color-three);
}
.menu-area.menu-area-three .navbar-wrap > ul > li.active > a::before,
.menu-area.menu-area-three .navbar-wrap > ul > li > a:hover::before {
    width: 100%;
}
.menu-area.menu-area-three .header-action .header-search a svg path {
	color: var(--tg-white);
}
.menu-area.menu-area-three .header-action .header-search a:hover svg path {
	color: var(--tg-primary-color-three);
}
.menu-area.menu-area-three .header-action .header-btn .btn {
	background: var(--tg-primary-color-three);
	color: var(--tg-black);
}
.menu-area.menu-area-three .header-action .header-btn .btn span {
	background: var(--tg-white);
}
.menu-area.menu-area-three.sticky-menu {
	border-bottom: none;
}
.menu-area.menu-area-three.sticky-menu .navbar-wrap > ul > li > a {
    color: var(--tg-heading-font-color);
}
.menu-area.menu-area-three.sticky-menu .header-action .header-search a svg path {
	color: var(--tg-heading-font-color);
}
.search-popup-wrap.search-three .search-close {
	color: var(--tg-primary-color-three);
}
.search-popup-wrap.search-three .search-form input {
	border-bottom: 1px solid var(--tg-primary-color-three);
}
.search-popup-wrap.search-three .search-btn {
	color: var(--tg-primary-color-three);
}
.scroll-top.scroll-top-three {
	background: var(--tg-primary-color-three);
}
.scroll-top.scroll-top-three:hover {
	background: var(--tg-black);
}
.menu-area.menu-area-three .mobile-nav-toggler {
	color: var(--tg-primary-color-three);
}
.menu-area-three .navbar-wrap ul li .sub-menu li.active a,
.menu-area-three .navbar-wrap ul li .sub-menu li a:hover {
	color: var(--tg-primary-color-three);
}
.menu-area-three .mobile-menu .social-links li a:hover {
	border-color: var(--tg-primary-color-three);
	background: var(--tg-primary-color-three);
}
.menu-area-three.sticky-menu .main-logo {
    display: none;
}
.menu-area-three.sticky-menu .sticky-logo {
    display: block !important;
}

/*=============================
	03. Mobile Menu
===============================*/
.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	display: none;
	color: var(--tg-white);
	margin-right: 30px;
	top: 15px;
}
.nav-logo img {
	width: 150px;
}
.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	z-index: 99;
	border-radius: 0px;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu .navbar-collapse {
	display: block !important;
}
.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}
.mobile-menu-visible {
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
	-webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .navigation li.current>a:before {
	height: 100%;
}
.menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.5);
}
.mobile-menu-visible .menu-backdrop {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: var(--tg-white);
	padding: 0px 0px;
	z-index: 5;
	box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: var(--tg-heading-font-color);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}
.mobile-menu .navigation ul {
	padding: 0;
	margin: 0;
}
.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 16px;
    font-weight: 700;
    color: var(--tg-heading-font-color);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.mobile-menu .navigation li ul li > a {
	font-size: 16px;
	margin-left: 20px;
	text-transform: capitalize;
}
.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}
.mobile-menu .navigation li > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
	position: absolute;
	right: 15px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: var(--tg-heading-font-color);
	background: #efefef;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn i {
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open i {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	color: var(--tg-primary-color);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
	display: none;
}
.mobile-menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}
.mobile-menu .social-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: var(--tg-heading-font-color);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 1px solid #efefef;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.mobile-menu .social-links li a:hover {
	border-color: var(--tg-primary-color);
	background: var(--tg-primary-color);
	color: var(--tg-white);
}
.menu-area .mobile-nav-toggler {
    position: relative;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: var(--tg-primary-color);
    display: none;
    margin-top: 3px;
}

/*=============================
	04. Search
===============================*/
.search-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.90);
    height: 100%;
    width: 100%;
    z-index: 99;
    padding: 100px 0;
    display: none;
}
.search-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.search-wrap .title {
    font-size: 47px;
    margin: 0 0 70px 0;
    font-weight: 700;
    letter-spacing: -1px;
}
.search-form {
	position: relative;
}
.search-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--tg-primary-color);
    padding: 10px 50px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
	background: transparent;
    color: var(--tg-heading-font-color);
}
.search-form input::placeholder {
	font-size: 30px;
    color: var(--tg-heading-font-color);
	opacity: .5;
}
.search-btn {
    position: absolute;
    right: 20px;
    background: transparent;
    border: 0;
    font-size: 25px;
    color: var(--tg-primary-color);
    top: 50%;
    transform: translateY(-50%);
}
.search-close {
	position: absolute;
	top: 5%;
	right: 5%;
	font-size: 30px;
	color: var(--tg-primary-color);
	cursor: pointer;
}

/*=============================
	05. Offcanvas
===============================*/
.extra-info {
	background: var(--tg-white) none repeat scroll 0 0;
	height: 100%;
	padding: 30px;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.7s ease 0s;
	width: 340px;
	z-index: 999;
	overflow-y: scroll;
	transform: translateX(100%);
}
.extra-info.active {
	transform: translateX(0);
}
.close-icon {
	margin-top: -16px;
	text-align: right;
}
.close-icon > button {
    background: transparent;
    border: 0 none;
    color: var(--tg-primary-color);
    cursor: pointer;
    font-size: 20px;
    padding: 0;
}
.extra-info .logo-side img {
	max-width: 151px;
}
.side-info {
	border-top: 1px solid var(--tg-primary-color);
	padding-top: 25px;
}
.contact-list h4 {
	color: var(--tg-heading-font-color);
	font-weight: 500;
	font-size: 18px;
}
.contact-list p {
    color: var(--tg-paragraph-color);
    margin: 0;
    margin-bottom: 2px;
    line-height: 26px;
}
.side-instagram {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.side-instagram li {
    width: 33.3333%;
    flex: 0 0 33.3333%;
    padding: 5px;
}
.side-instagram li > a {
	display: block;
}
.side-instagram img {
	width: 100%;
	border-radius: 5px;
}
.social-icon-right > a {
	color: var(--tg-primary-color);
	display: inline-block;
	margin-right: 20px;
	text-align: center;
}
.social-icon-right > a:hover {
    color: var(--tg-secondary-color);
}
.offcanvas-overly {
	position: fixed;
	background: var(--tg-heading-font-color);
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.offcanvas-overly.active {
	opacity: .5;
	visibility: visible;
}

/*=============================
	06. Banner
===============================*/
.banner-area {
	padding: 195px 0 185px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.banner-area::before {
	content: "";
	position: absolute;
	top: -195px;
	left: -117px;
	width: 1077px;
	height: 1077px;
	background: linear-gradient(209.85deg, rgba(0, 178, 255, 0.1) 18.23%, rgba(255, 0, 15, 0) 96.18%);
	filter: blur(150px);
	z-index: -1;
}
.banner-area::after {
	position: absolute;
	content: "";
	right: -137px;
	bottom: -200px;
	width: 1035px;
	height: 950px;
	background: var(--tg-red);
	border-radius: 50% 50% 50% 50% / 45% 45% 55% 55%;
	will-change: border-radius, transform, opacity;
	animation: bannerShape 10s linear infinite;
	display: block;
	z-index: -1;
}
@keyframes bannerShape {
  0%,100%{
  border-radius: 45% 55% 60% 40% / 45% 45% 55% 55%;
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  34%{
      border-radius: 60% 50% 46% 54% / 40% 39% 61% 60%;
    transform:  translate3d(0,5px,0) rotateZ(0.01deg);
  }
  50%{
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  67%{
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60% ;
    transform: translate3d(0,-3px,0) rotateZ(0.01deg);
  }
}
.banner-content .title {
	font-size: 70px;
	margin-bottom: 15px;
}
.banner-content p {
	margin-bottom: 52px;
	font-size: 18px;
	color: var(--tg-heading-font-color);
}
.banner-img img {
	max-width: unset;
}
.banner-shape-wrap img {
	position: absolute;
	z-index: -1;
}
.banner-shape-wrap img:nth-child(1) {
	left: 4%;
	top: 32%;
    max-width: 38px;
}
.banner-shape-wrap img:nth-child(2) {
	bottom: 45%;
	left: 11%;
    max-width: 25px;
}
.banner-shape-wrap img:nth-child(3) {
	left: 6%;
	bottom: 10%;
    max-width: 106px;
}

/* banner-two */
.banner-area-two {
	background: var(--tg-bubbles);
	padding: 70px 0 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.banner-contant-two {
	margin-top: -30px;
}
.banner-contant-two .title {
	font-size: 70px;
	margin-bottom: 10px;
}
.banner-contant-two p {
	margin-bottom: 50px;
	font-size: 18px;
	color: var(--tg-heading-font-color);
}
.banner-contant-two .banner-btn {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}
.banner-contant-two .banner-btn .btn {
	background: var(--tg-secondary-color-two);
}
.banner-contant-two .banner-btn .btn span {
	background: var(--tg-primary-color-two);
}
.banner-contant-two .banner-btn .play-btn {
	font-weight: 700;
	font-size: 16px;
	color: var(--tg-heading-font-color);
	display: flex;
	align-items: center;
}
.banner-contant-two .banner-btn .play-btn i {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--tg-primary-color-two);
	color: var(--tg-white);
	font-size: 15px;
	margin-right: 10px;
	transition: all 0.3s ease-out 0s;
}
.banner-contant-two .banner-btn .play-btn:hover {
	color: var(--tg-secondary-color-two);
}
.banner-contant-two .banner-btn .play-btn:hover i {
	background: var(--tg-secondary-color-two);
}
.banner-img-two > img {
    max-width: unset !important;
}
.banner-img-two {
	position: relative;
	padding-top: 90px;
}
.banner-img-two .list-wrap li {
	position: absolute;
}
.banner-img-two .list-wrap li img {
	border-radius: 50%;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}
.banner-img-two .list-wrap li:nth-child(1) {
	left: 4%;
	top: 27%;
}
.banner-img-two .list-wrap li:nth-child(2) {
	left: 16%;
	top: 8%;
}
.banner-img-two .list-wrap li:nth-child(3) {
	left: 49%;
	top: 0;
}
.banner-img-two .list-wrap li:nth-child(4) {
	right: 0;
	top: 7%;
}
.banner-img-two .list-wrap li:nth-child(5) {
	right: -50px;
	top: 26%;
}
.banner-shape-wrap-two img {
	position: absolute;
	z-index: -1;
	opacity: .5;
}
.banner-shape-wrap-two img:nth-child(1) {
	left: 0;
	bottom: 0;
    max-width: 321px;
}
.banner-shape-wrap-two img:nth-child(2) {
	top: 0;
	right: 0;
    max-width: 187px;
}

/*=============================
	07. Breadcrumb
===============================*/
.breadcrumb-bg {
	background-position: center;
	background-size: cover;
	padding: 50px 0;
}
.breadcrumb-content {
	width: 92%;
}
.breadcrumb-content .title {
	font-weight: 500;
	font-size: 50px;
	margin-bottom: 15px;
}
.breadcrumb-content p {
	margin-bottom: 35px;
	width: 85%;
}
.breadcrumb-img {
	max-width: 500px;
	margin-left: -30px;
}
.breadcrumb-img img {
	max-width: unset;
}

/* breadcrumb-two */
.breadcrumb-area-two {
	overflow: hidden;
	padding: 90px 0 0;
}
.breadcrumb-content-two .title {
	font-weight: 500;
	font-size: 50px;
	margin-bottom: 0;
}
.breadcrumb-content-two .breadcrumb {
	margin-bottom: 0;
    margin-top: 25px;
}
.breadcrumb-content-two .breadcrumb-item {
	font-size: 16px;
	font-weight: 500;
	color: var(--tg-primary-color);
	line-height: 1.2;
}
.breadcrumb-content-two .breadcrumb-item a {
	color: var(--tg-heading-font-color);
}
.breadcrumb-content-two .breadcrumb-item a:hover {
	color: var(--tg-primary-color);
}
.breadcrumb-content-two .breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: 10px;
	color: var(--tg-heading-font-color);
	content: '-';
	font-size: 16px;
	font-weight: 700;
}
.breadcrumb-content-two .breadcrumb-item+.breadcrumb-item {
	padding-left: 10px;
}
.breadcrumb-shape {
	position: relative;
	text-align: right;
}
.breadcrumb-shape img[data-parallax] {
	position: absolute;
	right: 35%;
	top: -13%;
}

/*=============================
	08. Slider
===============================*/
.slider-bg {
	min-height: 860px;
	display: flex !important;
	align-items: center;
	position: relative;
	z-index: 1;
	padding: 180px 0 120px;
}
.slider-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(8, 27, 56, 0.5);
	z-index: -1;
}
.slider-content {
	text-align: center;
	margin-bottom: -60px;
}
.slider-content .title {
	font-size: 70px;
	margin-bottom: 15px;
	color: var(--tg-white);
}
.slider-content p {
	font-size: 18px;
	color: var(--tg-white);
	width: 75%;
	margin: 0 auto 40px;
}
.slider-content .slider-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px 30px;
}
.slider-content .slider-btn .play-btn {
	display: flex;
	align-items: center;
	color: var(--tg-white);
}
.slider-content .slider-btn .play-btn i {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--tg-white);
	color: var(--tg-black);
	border-radius: 50%;
	font-size: 15px;
	flex: 0 0 auto;
	margin-right: 10px;
	transition: all 0.3s ease-out 0s;
}
.slider-content .slider-btn .play-btn:hover {
	color: var(--tg-primary-color-three);
}
.slider-content .slider-btn .play-btn:hover i {
	background: var(--tg-primary-color-three);
}

/*=============================
	09. Services
===============================*/
.section-title .sub-title {
	font-weight: 700;
	font-size: 18px;
	display: block;
	color: var(--tg-primary-color);
	margin-bottom: 12px;
}
.section-title .title {
	font-size: 50px;
	margin-bottom: 0;
}
.section-title.white-title .title {
	color: var(--tg-white);
}
.services-area {
	background: var(--tg-black-two);
	padding: 115px 0 90px;
	position: relative;
	z-index: 1;
}
.services-item {
	background: var(--tg-black-three);
	border-radius: 20px;
	padding: 50px 35px;
	margin-bottom: 30px;
	transition: .3s ease-in-out;
}
.services-item.active {
	background: var(--tg-black);
}
.services-item .icon {
	margin-bottom: 25px;
}
.services-item .icon svg {
    max-width: 110px;
}
.services-item .icon img {
	transform: rotateY(0);
	transition: .5s;
}
.services-item:hover .icon img {
	transform: rotateY(180deg);
}
.services-content .title {
	font-size: 24px;
	margin-bottom: 22px;
	color: var(--tg-white);
}
.services-content p {
	margin-bottom: 15px;
	color: var(--tg-gray);
	transition: .3s ease-in-out;
}
.services-item:hover .services-content p {
	color: #CCCCCC;
}
.link-btn {
	font-weight: 500;
	font-size: 15px;
	color: var(--tg-white);
}
.link-btn:hover {
	color: var(--tg-primary-color);
}
.services-shape {
	position: absolute;
	top: 15%;
	right: 7%;
	z-index: -1;
}

/* services-two */
.services-area-two {
	background: var(--tg-gray-four);
	padding: 115px 0 90px;
}
.services-item-two {
	background: var(--tg-white);
	border-radius: 20px;
	box-shadow: 0px 0px 50px rgb(255 255 255 / 0.7%);
	padding: 50px 32px 45px;
	margin-bottom: 30px;
    transition: .3s ease-in-out;
}
.services-icon-two {
	min-height: 70px;
	margin-bottom: 20px;
}
.services-icon-two svg {
    max-width: 70px;
}
.services-icon-two img {
	transform: rotateY(0);
	transition: .5s;
}
.services-item-two:hover .services-icon-two img {
	transform: rotateY(180deg);
}
.services-content-two .title {
	font-size: 24px;
	margin-bottom: 12px;
	color: var(--tg-black);
}
.services-content-two p {
	margin-bottom: 20px;
}
.services-content-two .link-btn {
	font-weight: 500;
	font-size: 15px;
	color: var(--tg-black);
}
.services-content-two .link-btn:hover {
	color: var(--tg-primary-color-two);
}

/* service-three */
.services-area-three {
	background: #F9F9F9;
	padding: 135px 0 110px;
}
.services-item-three {
	border: 1px solid #C7C7C7;
	border-radius: 10px;
	padding: 20px 16px 40px;
	margin-bottom: 30px;
}
.services-thumb-three {
	border-radius: 10px;
	overflow: hidden;
}
.services-thumb-three img {
	width: 100%;
	transform: scale(1);
	transition: .3s;
}
.services-item-three:hover .services-thumb-three img {
	transform: scale(1.1);
}
.services-content-three {
	position: relative;
	padding: 45px 14px 0;
}
.services-content-three .icon {
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--tg-primary-color-three);
	border: 2px solid var(--tg-heading-font-color);
	position: absolute;
	right: 20px;
	top: -38px;
	transition: .3s linear;
}
.services-content-three .icon img {
    max-width: 40px;
}
.services-content-three .icon svg {
	width: 30px;
	color: var(--tg-heading-font-color);
	transition: .3s linear;
}
.services-item-three:hover .services-content-three .icon svg {
	transform: rotateY(-180deg);
}
.services-item-three .services-content-three .icon:hover {
	background: var(--tg-heading-font-color);
}
.services-item-three .services-content-three .icon:hover svg {
	color: var(--tg-white);
}
.services-content-three .title {
	font-size: 24px;
	margin-bottom: 8px;
}
.services-content-three .title a:hover {
	color: var(--tg-primary-color-three);
}
.services-content-three p {
	margin-bottom: 12px;
}
.services-content-three .link-btn {
	color: var(--tg-heading-font-color);
	font-size: 16px;
	font-weight: 500;
}
.services-content-three .link-btn:hover {
	color: var(--tg-primary-color-three);
}

/* inner-services */
.services-item.inner-services-item {
	background: var(--tg-gray-six);
}
.services-item.inner-services-item.active {
	background: var(--tg-heading-font-color);
}
.inner-services-item .services-content .title {
	color: var(--tg-heading-font-color);
}
.services-item.inner-services-item.active .services-content .title {
	color: var(--tg-white);
}
.inner-services-item .services-content p {
	color: var(--tg-paragraph-color);
}
.services-item.inner-services-item.active .services-content p {
	color: var(--tg-gray);
}
.inner-services-item .link-btn {
	color: var(--tg-heading-font-color);
}
.services-item.inner-services-item.active .link-btn {
	color: var(--tg-white);
}
.services-item-two.inner-services-item.active {
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}
.services-item-two.inner-services-item:hover {
	transform: translateY(0);
}

/* services-details */
.services-details-thumb {
	margin-bottom: 30px;
}
.services-details-thumb img {
	border-radius: 20px;
}
.services-details-content .title {
	font-size: 40px;
	margin-bottom: 15px;
}
.services-details-content p {
	margin-bottom: 30px;
}
.services-details-content .info-one {
	color: var(--tg-heading-font-color);
	margin-bottom: 10px;
}
.services-plan-list .list-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 0;
}
.services-plan-list .plan-title {
	font-size: 20px;
	margin-bottom: 15px;
}
.services-plan-list .list-wrap li {
	width: 50%;
	display: flex;
	align-items: baseline;
	font-weight: 500;
	font-size: 16px;
}
.services-plan-list .list-wrap li i {
	font-size: 15px;
	margin-right: 10px;
}
.services-plan-list {
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	margin-top: 40px;
}
.services-faq-wrap .faq-title {
	font-size: 20px;
	margin-bottom: 30px;
}
.services-faq-wrap .accordion-item {
	background-color: transparent;
	border: none;
	margin-bottom: 15px;
}
.services-faq-wrap .accordion-item:last-child {
	margin-bottom: 0;
}
.services-faq-wrap .accordion-button {
	border: none;
	border-radius: 10px;
	background: #F9FAFF;
	font-size: 16px;
	font-weight: 700;
	color: var(--tg-heading-font-color);
	padding: 15px 60px 15px 30px;
	position: relative;
	transition: .3s ease-in;
}
.services-faq-wrap .accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.services-faq-wrap .accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.services-faq-wrap .accordion-button:not(.collapsed) {
	color: var(--tg-white);
	background-color: var(--tg-primary-color);
	box-shadow: none;
}
.services-faq-wrap .accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}
.services-faq-wrap .accordion-body {
	padding: 20px 70px 10px 30px;
}
.services-faq-wrap .accordion-body p {
	margin-bottom: 0;
}
.services-faq-wrap .accordion-button::after {
	content: "\f078";
	width: auto;
	height: auto;
	background-image: none;
	font-weight: 700;
	position: absolute;
	right: 30px;
	top: 15px;
	font-family: "Font Awesome 5 Free";
}
.sidebar-services-list {
	margin-bottom: 30px;
}
.sidebar-services-list .list-wrap li {
	margin-bottom: 5px;
}
.sidebar-services-list .list-wrap li:last-child {
	margin-bottom: 0;
}
.sidebar-services-list .list-wrap li a {
	font-weight: 700;
	font-size: 18px;
	background: #F9FAFF;
	display: block;
	color: var(--tg-heading-font-color);
	position: relative;
	padding: 14px 30px 14px 50px;
}
.sidebar-services-list .list-wrap li a::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--tg-heading-font-color);
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out 0s;
}
.sidebar-services-list .list-wrap li a:hover {
	background: var(--tg-primary-color);
	color: var(--tg-white);
}
.sidebar-services-list .list-wrap li a:hover::before {
	background: var(--tg-white);
}
.sidebar-services-list .list-wrap li:first-child a {
	border-radius: 10px 10px 0px 0px;
}
.sidebar-services-list .list-wrap li:last-child a {
	border-radius: 0 0 10px 10px;
}
.sidebar-contact-wrap {
	background: #F9FAFF;
	border-radius: 10px;
	padding: 40px 35px;
}
.sidebar-contact-wrap .title {
	font-size: 24px;
	margin-bottom: 20px;
}
.sidebar-form-wrap .form-grp {
	margin-bottom: 10px;
}
.sidebar-form-wrap .form-grp textarea,
.sidebar-form-wrap .form-grp input {
	width: 100%;
	display: block;
	border: none;
	background: var(--tg-white);
	font-weight: 400;
	font-size: 14px;
	color: var(--tg-heading-font-color);
	padding: 12px 25px;
	border-radius: 10px;
	height: 50px;
}
.sidebar-form-wrap .form-grp textarea::placeholder,
.sidebar-form-wrap .form-grp input::placeholder {
	font-weight: 400;
	font-size: 14px;
	color: #787C8B;
}
.sidebar-form-wrap .form-grp textarea {
	min-height: 100px;
	max-height: 100px;
}
.sidebar-contact-info .list-wrap li {
	display: flex;
	align-items: baseline;
	margin-bottom: 10px;
}
.sidebar-contact-info .list-wrap li:last-child {
	margin-bottom: 0;
}
.sidebar-contact-info .list-wrap li .icon {
	width: 30px;
	flex: 0 0 auto;
	margin-right: 10px;
	transform: translateY(3px);
}
.sidebar-contact-info .list-wrap li .content p {
	margin-bottom: 0;
	color: #828282;
}
.sidebar-contact-info .list-wrap li .content a {
	color: #828282;
}
.sidebar-contact-info .list-wrap li .content a:hover {
	color: var(--tg-primary-color);
}

/*=============================
	10. About
===============================*/
.about-area {
	position: relative;
}
.about-img {
	position: relative;
}
.about-img img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.about-content {
	margin-left: 50px;
}
.about-content p {
	margin-bottom: 20px;
}
.about-list .list-wrap li {
	display: flex;
	margin-bottom: 5px;
}
.about-list .list-wrap li:last-child {
	margin-bottom: 0;
}
.about-list .list-wrap li i {
    margin-right: 12px;
    font-size: 18px;
    line-height: 1;
    align-self: center;
    color: #0cd338;
}
.about-list .list-wrap li img {
	margin-right: 12px;
    max-width: 23px;
    flex: 0 0 auto;
}
.about-content .btn {
	background: var(--tg-secondary-color);
}
.about-content .btn span {
	background: var(--tg-primary-color);
}
.about-shape-wrap img {
	position: absolute;
	z-index: -1;
}
.about-shape-wrap img:nth-child(1) {
	bottom: 13%;
	right: 11%;
}
.about-shape-wrap img:nth-child(2) {
	bottom: 42%;
	right: 8%;
}

/* about-two */
.section-title-two .sub-title {
	font-weight: 500;
	font-size: 15px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	padding-left: 50px;
	color: var(--tg-primary-color-two);
	margin-bottom: 15px;
}
.text-center .sub-title {
	padding-right: 50px;
}
.text-center .sub-title::after,
.section-title-two .sub-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 3px;
	border-radius: 3px;
	background: var(--tg-primary-color-two);
}
.text-center .sub-title::after {
	left: auto;
	right: 0;
}
.section-title-two .title {
	font-size: 50px;
	margin-bottom: 0;
}
.about-content-two {
	width: 90%;
}
.about-content-two p {
	margin-bottom: 40px;
}
.about-list-two .list-wrap {
	display: flex;
	align-items: center;
	gap: 15px;
}
.about-list-two .list-wrap li {
	display: flex;
	align-items: center;
}
.about-list-two .list-wrap li .icon {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFF9FA;
    font-size: 30px;
    color: #FF123D;
	border-radius: 50%;
	margin-right: 15px;
	flex: 0 0 auto;
}
.about-list-two .list-wrap li .content .title {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 20px;
}
.about-list-two .list-wrap li:nth-child(2) .icon {
	background: #EAFFF9;
    color: #19D29B;
}

/* about-three */
.section-title-three span {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 8px;
}
.section-title-three .title {
	font-size: 50px;
	margin-bottom: 0;
}
.about-content-three p {
	margin-bottom: 25px;
	width: 90%;
}
.about-content-three .list-wrap {
	margin-bottom: 50px;
}
.about-content-three .list-wrap li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.about-content-three .list-wrap li:last-child {
	margin-bottom: 0;
}
.about-content-three .list-wrap li img {
	margin-right: 10px;
}
.about-img-wrap-three {
	position: relative;
	text-align: right;
	padding-bottom: 125px;
	margin-left: 40px;
}
.about-img-wrap-three img:nth-child(2) {
	position: absolute;
	left: 0;
	bottom: 0;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
}
.about-img-wrap-three .experience-wrap {
	position: absolute;
	width: 162px;
	height: 162px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background: var(--tg-primary-color-three);
	border-radius: 50%;
	padding: 30px;
	left: 48%;
	bottom: 14%;
}
.about-img-wrap-three .experience-wrap .title {
	font-size: 50px;
	margin-bottom: 5px;
	line-height: .8;
}
.about-img-wrap-three .experience-wrap p {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 15px;
	color: var(--tg-heading-font-color);
	text-transform: uppercase;
	line-height: 1.2;
}


/*=============================
	11. Work
===============================*/
.work-area {
	background: var(--tg-section-background);
}
.work-item {
	text-align: center;
	margin-bottom: 30px;
}
.work-icon {
	width: 150px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 50px;
	color: var(--tg-primary-color);
	background: var(--tg-white);
	border-radius: 50%;
	margin: 0 auto 20px;
}
.work-icon img {
	transform: rotateY(0);
}
.work-item:hover .work-icon img {
	transform: rotateY(180deg);
}
.work-content span {
	font-weight: 700;
	font-size: 15px;
	display: block;
	color: var(--tg-primary-color);
	margin-bottom: 5px;
}
.work-content .title {
	font-size: 22px;
	margin-bottom: 0;
}
.work-item-wrap {
	position: relative;
	z-index: 1;
}
.work-line-shape svg {
	position: absolute;
	left: -25px;
	top: 16px;
	right: 0;
	z-index: -1;
	width: 105%;
}
.work-line-shape .dashed1 {
	stroke-dashoffset: 1300;
}
.work-line-shape .dashed1 {
	stroke-dasharray: 1300;
}
.work-line-shape .dashed2 {
	stroke-dasharray: 8 8;
}
@-webkit-keyframes dash_animation {
	to {
		stroke-dashoffset: 0;
	}
}
@keyframes dash_animation {
	to {
		stroke-dashoffset: 0;
	}
}
.has-animation.active-animation .work-line-shape .dashed1 {
	-webkit-animation: dash_animation 3s linear forwards;
	animation: dash_animation 3s linear forwards;
}


/*=============================
	12. Choose
===============================*/
.choose-area {
	overflow: hidden;
}
.choose-content > p {
	margin-bottom: 30px;
	width: 90%;
}
.choose-list .list-wrap li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 18px;
}
.choose-list .list-wrap li:last-child {
	margin-bottom: 0;
}
.choose-list .list-wrap li .icon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
    font-size: 26px;
	border-radius: 50%;
	background: #816CFF;
    color: #fff;
	flex: 0 0 auto;
	margin-right: 15px;
}
.choose-list .list-wrap li:nth-child(2) .icon {
	background: #0EC181;
}
.choose-list .list-wrap li:nth-child(3) .icon {
	background: #FA803B;
}
.choose-list .list-wrap li .content .title {
	font-size: 20px;
	margin-bottom: 5px;
	color: var(--tg-black);
}
.choose-list .list-wrap li .content p {
	margin-bottom: 0;
	width: 80%;
}
.choose-img-wrap {
	position: relative;
	padding-left: 100px;
}
.choose-img-wrap img {
	position: absolute;
}
.choose-img-wrap .main-img {
	max-width: unset;
	position: unset;
}
.choose-img-wrap img:nth-child(2) {
	left: -60px;
	bottom: 0;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
}
.choose-img-wrap img:nth-child(3) {
	right: -50px;
	top: 37%;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
	border-radius: 100px;
}
.choose-img-wrap img:nth-child(4) {
	z-index: -1;
	right: 0;
	bottom: 0;
}

/* choose-two */
.choose-img-wrap-two {
	position: relative;
	padding-left: 30px;
	padding-bottom: 45px;
}
.choose-img-wrap-two .main-img {
	position: relative;
}
.choose-img-wrap-two .main-img img {
	border-radius: 50px 200px 30px;
}
.choose-img-wrap-two .main-img .play-btn {
	width: 110px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--tg-red-two);
	color: var(--tg-white);
	font-size: 30px;
	line-height: 1;
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.choose-img-wrap-two .main-img .play-btn:hover {
	background: var(--tg-primary-color-three);
}
.choose-img-wrap-two img:nth-child(2) {
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.choose-content-two {
	margin-left: 30px;
}
.choose-content-two > p {
	margin-bottom: 30px;
}
.choose-list-two .list-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 1px 0 0 1px;
}
.choose-list-two .list-wrap li {
	width: 50%;
	text-align: center;
	border: 1px solid #D0D0D0;
	min-height: 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	transition: .3s linear;
	margin-left: -1px;
	margin-top: -1px;
}
.choose-list-two .list-wrap li:hover {
	background: var(--tg-primary-color-three);
	border-color: var(--tg-primary-color-three);
}
.choose-list-two .list-wrap li:nth-child(1) {
	border-radius: 10px 0 0 0;
}
.choose-list-two .list-wrap li:nth-child(2) {
	border-radius: 0 10px 0 0;
	margin-left: -1px;
}
.choose-list-two .list-wrap li:nth-child(3) {
	border-radius: 0 0 0 10px;
}
.choose-list-two .list-wrap li:nth-child(4) {
	border-radius: 0 0 10px 0;
}
.choose-list-two .list-wrap li .icon {
	margin-bottom: 10px;
    line-height: 1;
    font-size: 55px;
    color: var(--tg-heading-font-color);
}
.choose-list-two .list-wrap li .content p {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 0;
	color: var(--tg-heading-font-color);
	line-height: 1.3;
}


/*=============================
	13. Video
===============================*/
.video-area {
	position: relative;
}
.video-area::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: var(--tg-section-background);
}
.video-wrap {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 670px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	border-radius: 50px;
	z-index: 1;
}
.video-wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(19, 19, 19, 0.8);
	border-radius: 50px;
	z-index: -1;
}
.video-wrap .play-btn {
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--tg-white);
	border-radius: 50%;
	font-size: 35px;
	margin-bottom: 25px;
}
.video-wrap .play-btn:hover {
	background: var(--tg-primary-color);
	color: var(--tg-white);
}
.video-wrap .title {
	font-weight: 500;
	font-size: 40px;
	margin-bottom: 0;
	color: var(--tg-white);
}
.mfp-iframe-holder .mfp-content {
	max-width: 1200px;
}

/*=============================
	14. Counter
===============================*/
.counter-area {
	background: var(--tg-section-background);
}
.counter-inner {
	position: relative;
	z-index: 1;
}
.counter-item {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	background: var(--tg-yellow);
	border-radius: 30px;
	padding: 40px 30px;
}
.counter-icon {
	width: 70px;
	flex: 0 0 auto;
	margin-right: 15px;
	color: var(--tg-heading-font-color);
	font-size: 70px;
	line-height: 0;
}
.counter-content .count {
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 10px;
	line-height: .7;
}
.counter-content .count .odometer {
	margin-right: 3px;
}
.counter-content p {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 0;
	color: var(--tg-heading-font-color);
	line-height: 1.2;
}
.counter-inner .row [class*="col-"]:nth-child(2) .counter-item {
	background: var(--tg-pink);
}
.counter-inner .row [class*="col-"]:nth-child(3) .counter-item {
	background: var(--tg-indigo);
}

/* counter-two */
.counter-area-two.counter-bg {
	background-size: cover;
	background-position: center;
	padding: 100px 0 70px;
}
.counter-item-two {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.counter-icon-two {
    margin-right: 15px;
    color: var(--tg-white);
    font-size: 50px;
    line-height: 1;
    flex: 0 0 auto;
}
.counter-icon-two svg {
	width: 55px;
}
.counter-content-two .count {
	font-size: 40px;
	margin-bottom: 0;
	line-height: .8;
	color: var(--tg-white);
}
.counter-content-two p {
	margin-bottom: 0;
	font-size: 20px;
	color: var(--tg-white);
}

/* counter-three */
.counter-area-three .counter-icon-two svg {
	color: var(--tg-primary-color-three);
}
.counter-area-three .counter-content-two .count {
	color: var(--tg-heading-font-color);
}
.counter-area-three .counter-content-two p {
	color: var(--tg-heading-font-color);
}

/*=============================
	15. Project
===============================*/
.project-area {
	background: var(--tg-section-background);
}
.project-area .row {
	margin: 0 -23px;
}
.project-area .row [class*="col-"] {
	padding: 0 23px;
}
.project-item {
	position: relative;
	margin-bottom: 30px;
}
.project-thumb {
	border-radius: 50px;
	overflow: hidden;
	position: relative;
}
.project-thumb::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -30%;
	width: 100%;
	height: 60%;
	background: #000000;
	filter: blur(150px);
	pointer-events: none;
}
div.project-thumb img {
    width: 100%;
    height: 515px;
    object-fit: cover;
}
.project-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 40px 35px;
	flex-wrap: wrap;
}
.project-content .title {
	margin-bottom: 10px;
	font-size: 30px;
	color: var(--tg-white);
}
.project-content .title a:hover {
    color: var(--tg-white);
}
.project-content span {
	font-size: 20px;
	display: block;
	color: var(--tg-white);
	line-height: 1;
}
.project-content .content-left {
	margin-right: 10px;
	width: 75%;
}
.project-content .link-arrow {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--tg-white);
	font-size: 18px;
	opacity: 0;
	visibility: hidden;
}
.project-content .link-arrow:hover {
	background: var(--tg-primary-color);
	color: var(--tg-white);
}
.project-item:hover .project-content .link-arrow {
	opacity: 1;
	visibility: visible;
}

/* project-two */
.project-item-two {
	position: relative;
	margin-bottom: 45px;
	overflow: hidden;
	border-radius: 20px;
}
.project-item-two::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(1, 1, 1, 0.2);
	transition: .3s linear;
	opacity: 0;
}
.project-item-two:hover::before {
	opacity: 1;
}
div.project-item-two > img {
    width: 100%;
    height: 362px;
    object-fit: cover;
}
.project-item-two .link-icon {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--tg-primary-color-two);
	border-radius: 50%;
	color: var(--tg-white);
	font-size: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	margin-top: 120px;
}
.project-item-two .link-icon img {
	transform: rotate(-45deg);
}
.project-item-two .link-icon:hover {
	background: var(--tg-secondary-color-two);
}
.project-item-two .link-icon:hover img {
	transform: rotate(0);
}
.project-item-two:hover .link-icon {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}
.project-area-two .row {
	margin: 0 -23px;
}
.project-area-two .row [class*="col-"] {
	padding: 0 23px;
}

/* inner-project */
.inner-project-area .row {
	margin: 0 -23px;
}
.inner-project-area .row [class*="col-"] {
	padding: 0 23px;
}
.project-item-three div.project-thumb img {
    height: 596px;
}
.load-more-btn i {
	margin-right: 5px;
}
.project-item-three .project-content {
	padding: 40px 50px;
}
.project-active-two {
	margin: 0 -23px;
}
.project-active-two [class*="col-"] {
	padding: 0 23px;
}
.project-active-two .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	gap: 15px;
	margin-top: 20px;
}
.project-active-two .slick-dots li {
	list-style: none;
	line-height: 0;
}
.project-active-two .slick-dots li button {
	text-indent: -99999999999px;
	border: none;
	width: 15px;
	height: 15px;
	padding: 0;
	border-radius: 50%;
	background: #E4E4E4;
}
.project-active-two .slick-dots li.slick-active button {
	border-radius: 10px;
	background: var(--tg-primary-color);
	width: 30px;
}

/* project-details */
.project-details-wrap {
	margin-bottom: 80px;
}
.project-details-content .content-top {
	width: 80%;
	margin: 0 auto 80px;
}
.project-details-content .content-top .title {
	font-size: 60px;
	margin-bottom: 30px;
}
.project-details-content .content-top p {
	margin-bottom: 35px;
}
.project-details-info .list-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}
.project-details-info .list-wrap li {
	font-weight: 700;
	font-size: 16px;
	color: var(--tg-heading-font-color);
	min-width: 150px;
}
.project-details-info .list-wrap li span {
	display: block;
	font-weight: 400;
	font-size: 15px;
	color: var(--tg-paragraph-color);
	line-height: 1;
	margin-top: 3px;
}
.project-details-video {
	margin-bottom: 65px;
}
.project-details-content .content-bottom {
	width: 80%;
	margin: 0 auto;
}
.project-details-content .content-bottom > .title {
    font-size: 60px;
    margin-bottom: 30px;
}
.project-details-content .content-bottom p {
	margin-bottom: 50px;
}
.project-progress-wrap .progress-item .title {
	margin-bottom: 28px;
	font-size: 20px;
}
.project-progress-wrap .progress-item .progress {
	height: 3px;
	background-color: #F4F0FF;
	border-radius: 3px;
	overflow: inherit;
}
.project-progress-wrap .progress-item .progress-bar {
	background-color: #F36E23;
	position: relative;
	overflow: inherit;
	height: 10px;
	margin-top: -15px;
	border-radius: 10px;
}
.project-progress-wrap .progress-item .progress-bar span {
	display: block;
	position: absolute;
	right: -15px;
	bottom: 26px;
	color: #7F827F;
	line-height: 1;
	font-weight: 700;
	font-size: 16px;
}
.project-progress-wrap .progress-item {
	margin-bottom: 40px;
}
.project-progress-wrap .progress-item:last-child {
	margin-bottom: 0;
}
.project-progress-wrap .progress-item:nth-child(2) .progress {
	background-color: #EDDEFF;
}
.project-progress-wrap .progress-item:nth-child(3) .progress {
	background-color: #D4F6DB;
}
.project-progress-wrap .progress-item:nth-child(2) .progress-bar {
	background-color: #7F23F3;
}
.project-progress-wrap .progress-item:nth-child(3) .progress-bar {
	background-color: #23F36A;
}
.project-progress-wrap {
	overflow: hidden;
}
.pev-next-post-wrap .post-item {
	display: flex;
	align-items: center;
}
.pev-next-post-wrap .post-item .icon {
	margin-right: 10px;
}
.pev-next-post-wrap .post-item .icon a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ECF5FF;
	border-radius: 50%;
	font-size: 12px;
	color: #2C9AFF;
}
.pev-next-post-wrap .post-item .icon a:hover {
	color: var(--tg-white);
	background: var(--tg-primary-color);
}
.pev-next-post-wrap .post-item .content span {
	font-weight: 400;
	font-size: 15px;
	display: block;
	line-height: 1;
	margin-bottom: 3px;
}
.pev-next-post-wrap .content .title {
	font-size: 20px;
	margin-bottom: 0;
}
.pev-next-post-wrap .post-item.next-post {
	flex-direction: row-reverse;
}
.pev-next-post-wrap .post-item.next-post .icon {
	margin-left: 10px;
	margin-right: 0;
}
.pev-next-post-wrap .post-item.next-post .content {
	text-align: right;
}
.pev-next-post-wrap .navigation-filter {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #B4B4B4;
	border-radius: 50%;
	margin: 0 auto;
}
.pev-next-post-wrap .navigation-filter:hover {
	border-color: var(--tg-primary-color);
}


/*=============================
	16. Pricing
===============================*/
.pricing-area {
	background: #FFFBEF;
	padding: 135px 0 110px;
}
.pricing-area .section-title-three .sub-title {
	color: var(--tg-heading-font-color);
}
.pricing-box {
	background: var(--tg-white);
	border-radius: 20px;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	padding: 10px;
	margin-bottom: 30px;
}
.pricing-top-wrap {
	text-align: center;
	background: #FFF4D9;
	border-radius: 20px 20px 0px 0px;
	padding: 35px;
	transition: .3s linear;
}
.pricing-plan .icon {
    margin-bottom: 15px;
    font-size: 45px;
    line-height: 1;
    color: #141714;
}
.pricing-plan .title {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.pricing-price .price {
	font-size: 50px;
	margin-bottom: 15px;
}
.pricing-btn .btn {
	text-transform: uppercase;
}
.pricing-bottom-wrap {
	padding: 45px 50px 45px;
}
.pricing-bottom-wrap .list-wrap li {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: var(--tg-heading-font-color);
	margin-bottom: 5px;
}
.pricing-bottom-wrap .list-wrap li:last-child {
	margin-bottom: 0;
}
.pricing-bottom-wrap .list-wrap li i {
	color: #28DD10;
	font-size: 12px;
	margin-right: 8px;
}
.pricing-box.active .pricing-top-wrap,
.pricing-box:hover .pricing-top-wrap {
	background: var(--tg-primary-color-three);
}
.pricing-box:hover .pricing-btn .btn,
.pricing-box.active .pricing-btn .btn {
	background: var(--tg-white);
}


/*=============================
	17. Testimonial
===============================*/
.testimonial-item {
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.07);
	border-radius: 30px;
	padding: 50px 45px;
	text-align: center;
	margin-bottom: 40px;
	background: #FAFCFF;
}
.testimonial-avatar {
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 auto 30px;
}
.testimonial-avatar > img {
	border-radius: 50%;
}
.testimonial-avatar .icon {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--tg-primary-color);
	border-radius: 50%;
	position: absolute;
	right: -5px;
	bottom: -3px;
}
.testimonial-content p {
	margin-bottom: 25px;
	font-style: italic;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.66;
	color: var(--tg-heading-font-color);
}
.testimonial-content .content-bottom .title {
	margin-bottom: 3px;
	font-size: 24px;
	text-transform: capitalize;
}
.testimonial-content .content-bottom span {
	display: block;
	color: #8C8C8C;
	font-weight: 500;
	font-size: 15px;
}
.testimonial-active [class*="col-"] {
	padding: 0 15px;
}
.testimonial-active .slick-dots {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	gap: 15px;
}
.testimonial-active .slick-dots li {
	list-style: none;
	line-height: 0;
}
.testimonial-active .slick-dots li button {
	text-indent: -999999999px;
	width: 5px;
	height: 5px;
	background: #CDCDCD;
	padding: 0;
	border: none;
	border-radius: 50%;
	position: relative;
}
.testimonial-active .slick-dots li.slick-active button {
	background: var(--tg-primary-color);
}
.testimonial-active .slick-dots li button::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-52%, -53%);
	width: 15px;
	height: 15px;
	background: transparent;
	border: 1.5px solid var(--tg-primary-color);
	border-radius: 50%;
	opacity: 0;
	transition: all 0.3s ease-out 0s;
}
.testimonial-active .slick-dots li.slick-active button::before {
	opacity: 1;
}
.testimonial-shape {
	position: absolute;
	z-index: -1;
	right: 11%;
	top: 17%;
}

/* testimonial-two */
.testimonial-item-two {
	text-align: center;
	border: 1px solid #FF9900;
	border-radius: 20px;
	padding: 55px 50px;
}
.testimonial-item-two.red {
	border-color: #FA3A8A;
}
.testimonial-item-two.green {
	border-color: #82B541;
}
.testimonial-item-two .riting {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--tg-yellow-two);
	gap: 5px;
	margin-bottom: 20px;
}
.testimonial-item-two .testi-logo {
	margin-bottom: 25px;
	min-height: 36px;
}
.testimonial-item-two .testi-logo img {
	display: inline-block !important;
    max-height: 36px;
}
.testimonial-content-two p {
	margin-bottom: 25px;
}
.testimonial-avatar-info {
	display: flex;
	align-items: center;
	justify-content: center;
}
.testimonial-avatar-info .avatar-thumb {
	width: 40px;
	border-radius: 50%;
	margin-right: 8px;
}
.testimonial-avatar-info .avatar-thumb img {
	border-radius: 50%;
}
.testimonial-avatar-info .avatar-content .title {
	margin-bottom: 5px;
	font-size: 18px;
}
.testimonial-avatar-info .avatar-content span {
	display: block;
	line-height: 1;
	font-size: 14px;
	text-align: left;
}
.testimonial-active-two [class*="col-"] {
	padding: 0 15px;
}
.testimonial-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	margin-bottom: 40px;
}
.testimonial-nav button {
	border: none;
	background: #F5F4FF;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--tg-black);
	font-size: 15px;
}
.testimonial-nav button:hover {
	background: var(--tg-primary-color-two);
	color: var(--tg-white);
}

/* testimonial-three */
.testimonial-item-wrap {
	padding: 0 65px 0 25px;
}
.testimonial-item-three {
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 100px 55px 80px;
	background: #FAFCFF;
	position: relative;
	margin: 55px 0 40px;
}
.testimonial-item-three .icon {
	width: 110px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--tg-primary-color-three);
	border-radius: 50%;
	border: 4px solid var(--tg-black);
	position: absolute;
	left: 50px;
	top: -55px;
}
.testimonial-content-three p {
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 55px;
	color: #616161;
}
.testimonial-content-three .testimonial-avatar-info {
	justify-content: left;
}
.testimonial-content-three .testimonial-avatar-info .avatar-thumb {
	width: 60px;
	margin-right: 10px;
}
.testimonial-content-three .testimonial-avatar-info .avatar-content .title {
	font-size: 20px;
}
.testimonial-content-three .testimonial-avatar-info .avatar-content span {
	font-size: 15px;
	color: #616161;
}
.testimonial-active-three .slick-dots {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	justify-content: center;
	gap: 15px;
}
.testimonial-active-three .slick-dots li {
	list-style: none;
	line-height: 0;
}
.testimonial-active-three .slick-dots li button {
	text-indent: -9999999999px;
	width: 15px;
	height: 15px;
	border: none;
	padding: 0;
	background: #E4E4E4;
	border-radius: 50%;
}
.testimonial-active-three .slick-dots li.slick-active button {
	width: 30px;
	border-radius: 10px;
	background: var(--tg-primary-color-three);
}


/*=============================
	18. Team
===============================*/
.team-area {
	background: var(--tg-section-background);
	padding: 135px 0 100px;
	position: relative;
	z-index: 1;
}
.team-item {
	margin-bottom: 40px;
}
.team-thumb {
	border-radius: 30px;
	overflow: hidden;
}
.team-thumb img {
	transition: .5s ease-in-out;
	transform: scale(1);
	width: 100%;
}
.team-item:hover .team-thumb img {
	transform: scale(1.08);
}
.team-content {
	text-align: center;
	background: var(--tg-white);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.07);
	border-radius: 20px;
	margin: -45px 35px 0;
	padding: 30px;
	position: relative;
	z-index: 1;
}
.team-content .title {
	font-size: 24px;
	margin-bottom: 12px;
}
.team-content span {
	display: block;
	font-size: 18px;
	line-height: 1;
}
.team-area .row {
	margin: 0 -23px;
}
.team-area .row [class*="col-"] {
	padding: 0 23px;
}
.team-shape {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 53px;
	z-index: -1;
}

/* team-details */
.team-details-wrap {
	border: 1px solid #ADADAD;
	border-radius: 40px;
	padding: 45px;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.team-details-thumb {
	width: 42%;
	flex: 0 0 auto;
	margin-right: 45px;
}
.team-details-thumb img {
	width: 100%;
	border-radius: 30px;
}
.team-details-content .team-info {
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 35px;
	margin-bottom: 40px;
}
.team-details-content .team-info span {
	font-size: 18px;
	display: block;
	color: #787878;
	line-height: 1;
	margin-bottom: 10px;
}
.team-details-content .team-info .title {
	font-size: 30px;
	margin-bottom: 5px;
}
.team-details-content .team-info > a {
	font-weight: 500;
	font-size: 18px;
	color: var(--tg-heading-font-color);
	text-decoration: underline;
	display: inline-block;
}
.team-details-content .team-info > a:hover {
	color: var(--tg-primary-color);
}
.team-details-content p {
	margin-bottom: 40px;
	padding-bottom: 25px;
	border-bottom: 1px solid #D9D9D9;
}
.team-details-social .list-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}
.team-details-social .list-wrap li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(24 119 242 / 15%);
	color: var(--facebook);
	border-radius: 10px;
	font-size: 15px;
}
.team-details-social .list-wrap li a:hover {
	color: var(--tg-white) !important;
	background: var(--facebook);
}
.team-details-social .list-wrap li:nth-child(2) a {
	color: var(--twitter);
	background: rgba(29 161 242 / 15%);
}
.team-details-social .list-wrap li:nth-child(3) a {
	color: var(--pinterest);
	background: rgba(230 0 35 / 15%);
}
.team-details-social .list-wrap li:nth-child(4) a {
	color: var(--linkedin);
	background: rgba(10 102 194 / 15%);
}
.team-details-social .list-wrap li:nth-child(5) a {
	color: var(--instagram);
	background: rgba(131 58 180 / 15%);
}
.team-details-social .list-wrap li:nth-child(2) a:hover {
	background: var(--twitter);
}
.team-details-social .list-wrap li:nth-child(3) a:hover {
	background: var(--pinterest);
}
.team-details-social .list-wrap li:nth-child(4) a:hover {
	background: var(--linkedin);
}
.team-details-social .list-wrap li:nth-child(5) a:hover {
	background: var(--instagram);
}
.team-skill-wrap > .title,
.team-experience-wrap .title {
	font-size: 30px;
	margin-bottom: 18px;
}
.team-experience-wrap p {
	margin-bottom: 0;
}
.team-experience-wrap .info-one {
	margin-bottom: 30px;
}
.team-progress-wrap {
	overflow: hidden;
}
.team-progress-wrap .progress-item {
	margin-bottom: 30px;
}
.team-progress-wrap .progress-item:last-child {
	margin-bottom: 0;
}
.team-progress-wrap .progress-item .title {
	margin-bottom: 25px;
	font-size: 20px;
}
.team-progress-wrap .progress-item .progress {
	height: 10px;
	background-color: #F4F0FF;
	border-radius: 0;
	overflow: inherit;
}
.team-progress-wrap .progress-item .progress-bar {
	background-color: var(--tg-primary-color);
	position: relative;
	overflow: inherit;
	height: 3px;
	margin-top: -7px;
}
.team-progress-wrap .progress-item .progress-bar span {
	display: block;
	position: absolute;
	right: -15px;
	bottom: 18px;
	color: var(--tg-heading-font-color);
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
}
.team-active [class*="col-"] {
	padding: 0 15px;
}


/*=============================
	19. Blog
===============================*/
.blog-post-area {
	padding: 130px 0 110px;
	position: relative;
}
.blog-post-item {
	margin-bottom: 30px;
}
.blog-post-thumb {
	border-radius: 20px;
	overflow: hidden;
}
.blog-post-thumb img {
	transform: scale(1);
	transition: .4s linear;
}
.blog-post-item:hover .blog-post-thumb img {
	transform: scale(1.1);
}
.blog-post-content {
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
	border-radius: 0px 0px 100px 0px;
	margin: -100px 60px 0 0;
	padding: 45px 30px;
	background: var(--tg-white);
	z-index: 1;
	position: relative;
}
.blog-post-content .tag {
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 10px;
}
.blog-post-content .tag:hover {
	color: var(--tg-secondary-color);
}
.blog-post-content .title {
	font-size: 30px;
	margin-bottom: 20px;
}
.blog-meta .list-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 30px;
	margin-bottom: 15px;
}
.blog-meta .list-wrap li {
	font-weight: 500;
	font-size: 15px;
	color: var(--tg-paragraph-color);
	text-transform: capitalize;
	position: relative;
}
.blog-meta .list-wrap li i {
	color: #27596E;
	font-weight: 400;
	margin-right: 8px;
}
.blog-meta .list-wrap li a {
	color: var(--tg-paragraph-color);
}
.blog-meta .list-wrap li a:hover {
	color:#27596e;
}
.blog-post-content p {
	margin-bottom: 0;
}
.blog-shape-wrap img {
	position: absolute;
	z-index: -1;
}
.blog-shape-wrap img:nth-child(1) {
	bottom: 15%;
	left: 10%;
}
.blog-shape-wrap img:nth-child(2) {
	top: 22%;
	right: 17%;
}
.blog-shape-wrap img:nth-child(3) {
	right: 11%;
	top: 35%;
}


/* blog-two */
.blog-post-item-two {
	display: flex;
	margin-bottom: 30px;
	border-radius: 10px;
	transition: .3s linear;
}
.blog-post-item-two:hover {
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
	background: var(--tg-white);
}
.blog-post-item-two .blog-post-thumb {
	border-radius: 10px 0 0 10px;
	overflow: hidden;
	width: 240px;
	flex: 0 0 auto;
}
.blog-post-item-two .blog-post-thumb img {
    height: 100%;
    object-fit: cover;
}
.blog-post-item-two .blog-post-content {
	box-shadow: none;
	border-radius: 0 10px 10px 0;
	margin: 0;
	padding: 25px 30px;
	border: 1px solid #DFDFDF;
	border-left: none;
	min-height: 230px;
	transition: .3s linear;
}
.blog-post-item-two:hover .blog-post-content {
	border-color: var(--tg-white);
}
.blog-post-item-two .blog-post-content .tag {
	color: var(--tg-primary-color-two);
	font-weight: 500;
	font-size: 12px;
	text-transform: capitalize;
	background: #EEE8FF;
	border-radius: 5px;
	padding: 6px 11px;
	margin-bottom: 15px;
}
.blog-post-item-two .blog-post-content .tag:hover {
	background: var(--tg-primary-color-two);
	color: var(--tg-white);
}
.blog-post-item-two .blog-post-content .title {
	font-size: 22px;
	margin-bottom: 15px;
}
.blog-post-item-two .blog-post-content .title a:hover {
	color: var(--tg-primary-color-two);
}
.blog-post-item-two .blog-post-content .blog-meta .list-wrap {
	margin-bottom: 0;
}

/* blog-three */
.blog-post-item-three  {
	margin-bottom: 30px;
}
.blog-post-item-three .blog-post-thumb img {
	width: 100%;
}
.blog-post-item-three:hover .blog-post-thumb img {
	transform: scale(1.1);
}
.blog-post-item-three .blog-post-content {
	margin: -100px 35px 0;
	padding: 40px 45px;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.06);
	border-radius: 20px;
	background: var(--tg-white);
}
.blog-post-item-three .blog-post-content .tag {
	font-weight: 500;
	font-size: 15px;
	text-transform: capitalize;
	background: var(--tg-primary-color-three);
	color: var(--tg-heading-font-color);
	border: 2px solid var(--tg-heading-font-color);
	border-radius: 10px;
	padding: 11px 18px;
	margin-bottom: 20px;
}
.blog-post-item-three .blog-post-content .title {
	margin-bottom: 30px;
}
.blog-post-item-three .blog-post-content .title a:hover {
	color: var(--tg-primary-color-three);
}
.blog-post-item-three .blog-meta .list-wrap li i {
	color: #5A5A5A;
}
.blog-post-item-three .blog-meta .list-wrap li a:hover {
	color: var(--tg-primary-color-three);
}
.blog-post-item-three .blog-meta .list-wrap {
	margin-bottom: 0;
}

/* inner-blog */
.blog-item {
	margin-bottom: 30px;
}
.blog-item.blog-details-wrap {
    margin-bottom: 70px;
}
.blog-thumb {
	position: relative;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}
.blog-thumb img {
    border-radius: 20px 20px 0 0;
	height: 500px;
}
.blog-thumb .tag {
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	background: var(--tg-white);
	border-radius: 10px;
	position: absolute;
	left: 50px;
	bottom: 50px;
	padding: 7px 17px;
	display: block;
}
.blog-thumb .tag:hover {
	background: var(--tg-primary-color);
	color: var(--tg-white);
}
.blog-content {
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.06);
	border-radius: 0px 0px 20px 20px;
	padding: 50px 50px;
	background: var(--tg-white);
}
.blog-item:not(.has-post-thumbnail) .blog-content {
    border-radius: 20px 20px;
}
.blog-content .blog-meta .list-wrap {
	margin-bottom: 8px;
}
.blog-content .title {
	font-size: 40px;
	margin-bottom: 10px;
}
.blog-content p {
	margin-bottom: 30px;
}
.blog-sidebar {
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 40px 30px;
    margin-left: 15px;
}
.blog-widget {
	margin-bottom: 60px;
}
.blog-widget:last-child {
	margin-bottom: 0;
}
.sidebar-search form {
	position: relative;
}
.sidebar-search form input {
	width: 100%;
	border: 1px solid #E9E9E9;
	border-radius: 5px;
	font-weight: 400;
	font-size: 16px;
	color: var(--tg-heading-font-color);
	padding: 18px 82px 18px 24px;
	height: 60px;
}
.sidebar-search form input::placeholder {
	font-weight: 400;
	font-size: 16px;
	color: var(--tg-gray);
}
.sidebar-search form button {
	border: none;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #27596e;
	color: var(--tg-white);
	border-radius: 0px 5px 5px 0px;
	font-size: 18px;
}
.widget-title {
	font-size: 22px;
	margin-bottom: 25px;
}
.rc-post-item {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.rc-post-item:last-child {
	margin-bottom: 0;
}
.rc-post-item .thumb {
	width: 90px;
	margin-right: 13px;
	flex: 0 0 auto;
}
.rc-post-item .thumb img {
    width: 100%;
    border-radius: 5px;
    height: 80px;
    object-fit: cover;
}
.rc-post-item .content {
    overflow: hidden;
}
.rc-post-item .content span {
	display: block;
	font-size: 14px;
	color: #5A5A5A;
	margin-bottom: 3px;
}
.rc-post-item .content span i {
	color: #27596E;
	margin-right: 5px;
	font-size: 15px;
}
.rc-post-item .content .title {
	font-size: 18px;
	margin-bottom: 0;
}
.sidebar-cat-list .list-wrap li {
	margin-bottom: 10px;
}
.sidebar-cat-list .list-wrap li:last-child {
	margin-bottom: 0;
}
.sidebar-cat-list .list-wrap li a {
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
	position: relative;
	color: var(--tg-heading-font-color);
	padding-left: 15px;
}
.sidebar-cat-list .list-wrap li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 1px;
	background: var(--tg-heading-font-color);
	transition: all 0.3s ease-out 0s;
}
.sidebar-cat-list .list-wrap li a:hover {
	color: var(--tg-primary-color);
}
.sidebar-cat-list .list-wrap li a:hover::before {
	background: var(--tg-primary-color);
}
.sidebar-cat-list .list-wrap li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 1px;
	background: var(--tg-primary-color);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
	transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}
.sidebar-cat-list .list-wrap li a:hover::after {
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}
.slidebar-tag-list .list-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
}
.slidebar-tag-list .list-wrap li a {
	font-weight: 500;
	font-size: 15px;
	color: var(--tg-heading-font-color);
	border: 1px solid #BDBDBD;
	border-radius: 5px;
	display: block;
	padding: 6px 20px;
}
.slidebar-tag-list .list-wrap li a:hover {
	background: var(--tg-primary-color);
	border-color: var(--tg-primary-color);
	color: var(--tg-white);
}

.blog-masonry-item {
	margin-bottom: 30px;
}
.blog-masonry-thumb img {
	border-radius: 20px 20px 0 0;
}
.blog-masonry-content {
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.06);
	border-radius: 0px 0px 20px 20px;
	padding: 35px 25px 30px;
}
.blog-masonry-content .tag {
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 8px;
}
.blog-masonry-content .tag:hover {
	color: var(--tg-heading-font-color);
}
.blog-masonry-content .title {
	font-size: 24px;
	margin-bottom: 20px;
}
.blog-masonry-content .blog-meta .list-wrap {
	margin-bottom: 0;
}

/* blog-details */
.blog-details-content {
	box-shadow: none;
	border-radius: 0;
	padding: 0 0;
}
.blog-details-content .blog-meta .list-wrap {
	margin-bottom: 15px;
}
.blog-details-content .title {
	font-size: 32px;
	margin-bottom: 12px;
}
.blog-details-content p {
	margin-bottom: 25px;
}
blockquote,
.wp-block-quote,
.blog-details-content blockquote {
	background: var(--tg-gray-four);
	border-radius: 20px;
	margin: 30px 0 30px;
	padding: 30px 80px 30px 30px;
}
blockquote::before,
.wp-block-quote::before,
.blog-details-content blockquote::before {
    content: "\f10e";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
	font-size: 40px;
	line-height: 1;
	color: rgba(21, 21, 21, 0.15);
	margin-bottom: 12px;
}
blockquote p,
.wp-block-quote p,
.blog-details-content blockquote p {
	font-style: italic;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 18px;
	line-height: 1.6;
	color: var(--tg-heading-font-color);
}
blockquote cite,
.wp-block-quote cite,
.blog-details-content blockquote cite {
	font-weight: 700;
	font-size: 16px;
	font-style: normal;
	line-height: 1;
	color: var(--tg-heading-font-color);
}
.blog-details-inner-img {
	margin: 40px 0 10px;
}
.blog-details-inner-img img {
	border-radius: 20px;
	width: 100%;
	margin-bottom: 30px;
}
.blog-details-list {
	margin-bottom: 30px;
}
.blog-details-list .list-wrap li {
	font-weight: 500;
	font-size: 16px;
	position: relative;
	color: var(--tg-heading-font-color);
	padding-left: 15px;
	margin-bottom: 5px;
}
.blog-details-list .list-wrap li:last-child {
	margin-bottom: 0;
}
.blog-details-list .list-wrap li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--tg-heading-font-color);
}
.blog-details-bottom {
	margin-top: 70px;
}
.blog-post-tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.blog-post-tags .tags-title {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 0;
}
.blog-post-tags .list-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.blog-post-tags .list-wrap li a {
	font-weight: 500;
	font-size: 15px;
	color: var(--tg-heading-font-color);
	border: 1px solid #BDBDBD;
	border-radius: 5px;
	padding: 6px 18px;
	display: block;
}
.blog-post-tags .list-wrap li a:hover {
	border-color: var(--tg-primary-color);
	background: var(--tg-primary-color);
	color: var(--tg-white);
}
.blog-details-social .list-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}
.blog-details-social .list-wrap li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: var(--facebook);
	background: rgba(24 119 242 / 15%);
	border-radius: 50px;
}
.blog-details-social .list-wrap li a:hover {
	background: var(--facebook);
	color: var(--tg-white) !important;
}
.blog-details-social .list-wrap li:nth-child(2) a {
	color: var(--twitter);
	background: rgba(29 161 242 / 15%);
}
.blog-details-social .list-wrap li:nth-child(3) a {
	color: var(--linkedin);
	background: rgba(10 102 194 / 15%);
}
.blog-details-social .list-wrap li:nth-child(4) a {
	color: #E60023;
	background: rgba(131 58 180 / 15%);
}
.blog-details-social .list-wrap li:nth-child(2) a:hover {
	background: var(--twitter);
}
.blog-details-social .list-wrap li:nth-child(3) a:hover {
	background: var(--linkedin);
}
.blog-details-social .list-wrap li:nth-child(4) a:hover {
	background: #E60023;
}
.pev-next-post-wrap.blog-pev-next {
	margin: 50px 0;
}
.comments-wrap {
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.06);
	border-radius: 20px;
	padding: 40px 35px 60px;
	background: var(--tg-white);
}
.latest-comments {
	margin-bottom: 50px;
}
.blog-post-comment .comments-wrap-title,
.comment-reply-title {
    font-size: 22px;
    margin-bottom: 0;
}
.comments-box {
	display: flex;
	align-items: flex-start;
	padding-bottom: 40px;
	margin-bottom: 50px;
	border-bottom: 1px solid #D9D9D9;
}
.comments-avatar {
	width: 80px;
	flex: 0 0 auto;
	margin-right: 20px;
}
.comments-avatar img {
	border-radius: 50%;
}
.comment-text .avatar-name {
	margin-bottom: 25px;
}
.comment-text .avatar-name .name {
	font-size: 18px;
	margin-bottom: 8px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 0;
}
.comment-text .avatar-name .name .comment-reply-link {
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0;
	text-transform: uppercase;
	background: #f3f9ff;
	border-radius: 5px;
	display: block;
	line-height: 1;
	padding: 9px 13px;
	color: #27596E;
}
.comment-text .avatar-name .name .comment-reply-link:hover {
	background: #27596e;
	color: var(--tg-white);
}
.comment-text .avatar-name .date {
	display: block;
	font-size: 14px;
	color: var(--tg-heading-font-color);
	line-height: 1;
}
.comment-text p {
	margin: 0 0;
}
.latest-comments > .list-wrap > li:last-child .comments-box {
	border-bottom: none;
	padding: 0;
	margin: 0;
}
.comment-respond .title {
	font-size: 22px;
	margin-bottom: 25px;
}
.comment-form .row {
	margin: 0 -12px;
}
.comment-form .row [class*="col-"] {
	padding: 0 12px;
}
.comment-form .form-grp {
	margin-bottom: 24px;
}
.comment-form .form-grp textarea,
.comment-form .form-grp input {
	width: 100%;
	border: 1px solid #BDBDBD;
	border-radius: 5px;
	font-size: 15px;
	padding: 11px 15px;
	background: transparent;
	height: 50px;
	color: var(--tg-heading-font-color);
	display: block;
}
.comment-form .form-grp textarea::placeholder,
.comment-form .form-grp input::placeholder {
	font-weight: 400;
	font-size: 15px;
	color: #9B9B9B;
}
.comment-form .form-grp textarea {
	min-height: 184px;
	max-height: 184px;
}
.comment-form .checkbox-grp {
	display: flex;
	align-items: flex-start;
}
.comment-form .checkbox-grp input {
	width: 15px;
	height: 15px;
	margin-top: 6px;
	margin-right: 9px;
	border: 1px solid #D0D0D0;
}
.comment-form .checkbox-grp label {
	font-weight: 500;
	font-size: 15px;
	color: var(--tg-heading-font-color);
	user-select: none;
}
.comment-form .btn {
	text-transform: uppercase;
	border-radius: 5px;
	font-size: 16px;
}
.blog-details-thumb {
	margin-bottom: 30px;
}
.blog-details-thumb img {
	border-radius: 20px;
}
.blog-details-wrap .blog-thumb img {
    border-radius: 20px;
    margin: 0 0 30px;
	height: 600px;
}
.blog-details-bottom {
    padding: 30px 0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    margin: 30px 0 0;
    clear: both;
    overflow: hidden;
}
.tg-post-tag {
	display: flex;
	align-items: flex-start;
}
.tg-post-tag ul {
	display: flex;
	align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.blog-details-social .social-title,
.tg-post-tag .tag-title {
	font-size: 18px;
	color: var(--tg-heading-font-color);
	margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    flex: 0 0 auto;
}
.tg-post-tag ul li {
    list-style: none !important;
    margin-bottom: 0 !important;
}
.tg-post-tag ul li a {
    font-weight: 500;
    text-transform: capitalize;
    color: var(--tg-body-font-color);
    display: block;
    padding: 6px 18px 8px 18px;
    border: 1px solid #E0E0E0;
    background: transparent;
    border-radius: 4px;
    line-height: 1.2;
}
.tg-post-tag ul li a:hover {
	background: #27596e;
	border-color:#27596e;
	color: #fff;
}
.blog-avatar-wrap {
    overflow: hidden;
    padding: 40px 55px 40px 40px;
    display: flex;
    align-items: center;
    border: 1px solid #F2F5FA;
    box-shadow: 0px 12px 10px rgb(238 239 240 / 25%);
}
.blog-post-avatar-img {
	margin-right: 40px;
	width: 180px;
	flex: 0 0 180px;
}
.blog-post-avatar-img img {
    border-radius: 50%;
}
.bd-avatar-info span {
	font-size: 14px;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
}
.bd-avatar-info h4 {
    font-size: 30px;
    margin-bottom: 10px;
}
.bd-avatar-info p {
	margin-bottom: 0;
}

/*=============================
	20. Newsletter
===============================*/
.newsletter-inner {
	background: var(--tg-primary-color);
	padding: 55px 100px;
	border-radius: 50px;
	position: relative;
	margin: 80px 0 115px;
}
.newsletter-inner .section-title .sub-title {
	color: var(--tg-white);
	text-transform: uppercase;
}
.newsletter-content {
	width: 50%;
}
.newsletter-content .btn {
	background: var(--tg-white);
	color: var(--tg-heading-font-color);
}
.newsletter-img {
	position: absolute;
	right: 0;
	top: -80px;
}

/* newsletter-two */
.newsletter-area-two {
	background: var(--tg-primary-color-three);
	padding: 100px 0;
}
.newsletter-content-two .section-title-three .sub-title {
	color: var(--tg-heading-font-color);
}
.newsletter-btn .btn {
	background: var(--tg-white);
	border: 2px solid var(--tg-black);
}



/*=============================
	21. Brand
===============================*/
.brand-item {
	min-height: 87px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.brand-item img {
	filter: grayscale(1);
	display: block;
	cursor: pointer;
	opacity: 0.6;
	transition: .3s;
	width: 150px;
	height: 150px;
	object-fit: contain;

}
.brand-item img:hover {
	filter: grayscale(0);
	opacity: 1;
}
.brand-active .col-12 {
	padding: 0 15px;
}

/* brand-two */
.brand-area-two {
	background: var(--tg-gray-three);
	padding: 65px 0;
}
.brand-title span {
	color: var(--tg-primary-color-two);
}


/*=============================
	23. Contact
===============================*/
.contact-wrap {
	position: relative;
	z-index: 1;
	padding: 100px 90px 30px;
}
.contact-shape {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.contact-shape svg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: visible;
	color: var(--tg-primary-color-two);
}
.contact-item-wrap .list-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contact-item {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.contact-item .icon {
	flex: 0 0 auto;
	margin-right: 15px;
}
.contact-item .icon img {
    max-width: 54px;
}
.contact-item .content span {
	font-size: 18px;
	display: block;
	color: var(--tg-white);
	line-height: 1;
	margin-bottom: 3px;
}
.contact-item .content a,
.contact-item .content p {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 20px;
	color: var(--tg-white);
}

/* inner-contact */
.contact-info-item {
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	border-radius: 30px;
	text-align: center;
	background: var(--tg-white);
	padding: 50px 30px;
	margin-bottom: 30px;
	min-height: 270px;
	transition: .3s ease-in-out;
}
.contact-info-item:hover {
	transform: translateY(-5px);
}
.contact-info-item .icon {
	min-height: 85px;
	margin-bottom: 20px;
}
.contact-info-item:hover .icon img {
	transform: rotateY(-180deg);
}
.contact-info-item .content a {
	display: block;
	font-weight: 500;
	font-size: 22px;
	color: var(--tg-heading-font-color);
	line-height: 1;
	margin-bottom: 15px;
}
.contact-info-item .content a:last-child {
	margin-bottom: 0;
}
.contact-info-item .content a:hover {
	color: var(--tg-primary-color);
}
.contact-info-item .content p {
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 0;
	line-height: 1.4;
	color: var(--tg-heading-font-color);
}
.contact-form-wrap .row {
	margin: 0 -5px;
}
.contact-form-wrap .row [class*="col-"] {
	padding: 0 5px;
}
.contact-form-wrap .form-grp {
	margin-bottom: 10px;
}
.contact-form-wrap .form-grp textarea,
.contact-form-wrap .form-grp input {
	width: 100%;
	border: 1px solid #D1D1D1;
	border-radius: 5px;
	background: transparent;
	font-weight: 400;
	font-size: 15px;
	color: var(--tg-heading-font-color);
	padding: 10px 22px;
	height: 50px;
	display: block;
}
.contact-form-wrap .form-grp textarea::placeholder,
.contact-form-wrap .form-grp input::placeholder {
	font-weight: 400;
	font-size: 15px;
	color: #898989;
}
.contact-form-wrap .form-grp textarea {
	min-height: 180px;
	max-height: 180px;
}
.contact-form-wrap .contact-img {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.contact-info-wrap {
	margin-bottom: 20px;
}
#contact-map {
	width: 100%;
	height: 572px;
}
#contact-map iframe {
	width: 100%;
	height: 100%;
}


/*=============================
	24. Footer
===============================*/
.footer-area {
	background-size: cover;
	background-position: center;
    background-color: #080c35;
}
.footer-logo img {
	width: 151px;
}
.footer-widget {
	margin-bottom: 40px;
}
.footer-content p {
	margin-bottom: 30px;
	color: var(--tg-gray-two);
}
.footer-social .list-wrap {
	display: flex;
	align-items: center;
	gap: 20px;
}
.footer-social .list-wrap li a {
	color: #A4ADB6;
	font-size: 15px;
}
.footer-social .list-wrap li a:hover {
	color: var(--tg-primary-color);
}
.footer-widget .fw-title {
	font-size: 20px;
	margin-bottom: 26px;
	color: var(--tg-white);
}
.footer-link .list-wrap li {
	margin-bottom: 15px;
}
.footer-link .list-wrap li:last-child {
	margin-bottom: 0;
}
.footer-link .list-wrap li a {
	font-size: 16px;
	color: var(--tg-gray-two);
	text-transform: capitalize;
}
.footer-link .list-wrap li a:hover {
	margin-left: 5px;
	color: var(--tg-primary-color);
}
.footer-newsletter p {
	margin-bottom: 15px;
	color: var(--tg-gray-two);
}
.footer-newsletter {
	position: relative;
	margin-bottom: 20px;
}
.footer-newsletter input {
	width: 100%;
	border: none;
	background: var(--tg-white);
	color: var(--tg-heading-font-color);
	font-size: 15px;
	padding: 17px 70px 17px 25px;
	border-radius: 10px;
	height: 60px;
}
.footer-newsletter input::placeholder {
	color: var(--tg-paragraph-color);
	font-size: 15px;
}
.footer-newsletter button {
	position: absolute;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: var(--tg-primary-color);
	border-radius: 10px;
	color: var(--tg-white);
	font-size: 15px;
}
.footer-newsletter button:hover {
	background: var(--tg-secondary-color);
}
.footer-newsletter span {
	display: block;
	font-size: 14px;
	color: var(--tg-gray-two);
}
.footer-bottom {
	border-top: 1px solid #312D56;
	padding: 20px 0;
}
.copyright-text p {
	margin-bottom: 0;
	color: #C1C1C1;
}
.footer-menu .list-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px 40px;
}
.footer-menu .list-wrap li a {
	color: #C1C1C1;
}
.footer-menu .list-wrap li a:hover {
	color: var(--tg-primary-color);
}

/* footer-two */
.footer-area-two {
	background: #1D1D4D;
	margin-top: -70px;
}
.footer-area-two .footer-top {
	padding: 180px 0 75px;
}
.footer-area-two .footer-social .list-wrap {
	justify-content: center;
	gap: 10px 40px;
	flex-wrap: wrap;
}
.footer-area-two .footer-social .list-wrap li a {
	color: #D0DBF8;
	font-size: 16px;
}
.footer-area-two .footer-social .list-wrap li a:hover {
	color: var(--tg-white);
}
.footer-area-two .footer-bottom {
	border-top: none;
	padding: 16px 0;
	background: rgb(42 42 87 / 50%);
}
.footer-area-two .footer-bottom .copyright-text p {
	color: #D0DBF8;
	font-size: 15px;
}
.footer-area-two .footer-bottom .copyright-text p a {
	color: var(--tg-white);
	font-weight: 700;
}
.footer-area-two .footer-bottom .copyright-text p a:hover {
	color: var(--tg-primary-color-two);
}
.footer-area-two .footer-menu .list-wrap li {
	position: relative;
}
.footer-area-two .footer-menu .list-wrap li::before {
	content: "";
	position: absolute;
	right: -23px;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 2px;
	background: #D0DBF8;
}
.footer-area-two .footer-menu .list-wrap li:last-child::before {
	display: none;
}
.footer-area-two .footer-menu .list-wrap li a {
	color: #D0DBF8;
	font-size: 15px;
}
.footer-area-two .footer-menu .list-wrap li a:hover {
	color: var(--tg-white);
}

/* footer-three */
.footer-style-three .footer-social .list-wrap li a:hover {
	color: var(--tg-primary-color-three);
}
.footer-style-three .footer-link .list-wrap li a:hover {
	color: var(--tg-primary-color-three);
}
.footer-style-three .footer-newsletter button {
	background: var(--tg-primary-color-three);
	color: var(--tg-black);
}
.footer-style-three .footer-newsletter button:hover {
	background: var(--tg-heading-font-color);
	color: var(--tg-white);
}
.footer-style-three .copyright-text p a {
	color: var(--tg-primary-color-three);
}
.footer-style-three .footer-menu .list-wrap li a:hover {
	color: var(--tg-primary-color-three);
}
.footer-style-three .footer-bottom {
	border-top: 1px solid #3A3A3A;
}


/*=============================
	25. Preloader
===============================*/
#preloader{
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	margin-top: 0px;
	top: 0px;
	z-index: 999;
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
}
.loader .loader-outter {
    position: absolute;
    border: 4px solid var(--tg-primary-color);
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
.loader .loader-inner {
    position: absolute;
    border: 4px solid var(--tg-primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
@-webkit-keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

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

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

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

.preloader-two .loader .loader-outter {
	position: absolute;
    border: 4px solid var(--tg-primary-color-two);
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
.preloader-two .loader .loader-inner {
	position: absolute;
    border: 4px solid var(--tg-primary-color-two);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
.preloader-three .loader .loader-outter {
	position: absolute;
    border: 4px solid var(--tg-primary-color-three);
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
.preloader-three .loader .loader-inner {
	position: absolute;
    border: 4px solid var(--tg-primary-color-three);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}


/*=============================
	Xotric Version 1.2
===============================*/
.btn-four {
    background: var(--tg-green);
    color: var(--tg-white);
}
.btn-four span {
    background: var(--tg-black);
}
.home-four-header .navbar-wrap>ul>li>a::before {
    background: #27596E;
}
.home-four-header .navbar-wrap>ul>li.active>a,
.home-four-header .navbar-wrap>ul>li:hover>a,
.home-four-header .menu-area .mobile-nav-toggler,
.home-four-header .navbar-wrap ul li .sub-menu li.active a,
.home-four-header .navbar-wrap ul li .sub-menu li a:hover {
    color: #fff;
}
.home-four-header .mobile-menu .social-links li a:hover {
    border-color: var(--tg-green);
    background: var(--tg-green);
}
.new-services-gap {
    gap: 50px 0;
}
.new-services-icon {
    margin: 0 0 13px;
}
.new-services-icon img,
.new-services-icon svg {
    max-height: 75px;
}
.new-services-content .title {
    font-size: 24px;
    margin: 0 0 15px;
}
.new-services-content p {
    margin: 0 0 20px;
}
.new-services-content .new-link-btn {
    display: inline-block;
    font-weight: 500;
    color: var(--tg-heading-font-color);
}
.new-services-content .new-link-btn:hover {
    text-decoration: underline;
}
.new-testimonial-item {
    text-align: center;
    padding: 0 20px;
}
.new-testimonial-item .testimonial-avatar .icon {
    background: #fff;
}
.new-testimonial-item .testimonial-content p {
    font-weight: 400;
}
.new-testimonial-item .testimonial-content p,
.new-testimonial-item .testimonial-content .content-bottom .title,
.new-testimonial-item .testimonial-content .content-bottom span {
    color: #fff;
}
.new-blog-post-style .blog-post-content .tag {
    border: none;
    background: var(--tg-green);
    color: var(--tg-white);
}
.new-blog-post-style .blog-post-content .title a:hover,
.new-blog-post-style .blog-meta .list-wrap li a:hover {
    color: var(--tg-green);
}
.cta-green-bg .contact-shape svg {
    color: var(--tg-green);
}
.alltuchtopdown {
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 3s;
}
@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}
@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

/* Home 5 CSS */
.header-custom-container {
    max-width: 1700px;
}
.home-five-header .navbar-wrap ul li a {
    color: var(--tg-white);
}
.home-five-header .navbar-wrap > ul > li.menu-item-has-children > a::after {
    color: var(--tg-white);
}
.home-five-header .header-action .header-search a,
.home-five-header .header-action .header-search a svg path {
    color: var(--tg-white);
}
.home-five-header .navbar-wrap>ul>li>a::before {
    background: var(--new-red);
}
.home-five-header .navbar-wrap>ul>li.active>a,
.home-five-header .navbar-wrap>ul>li:hover>a,
.home-five-header .menu-area .mobile-nav-toggler,
.home-five-header .navbar-wrap ul li .sub-menu li.active a,
.home-five-header .navbar-wrap ul li .sub-menu li a:hover,
.home-five-header .navbar-wrap>ul>li.menu-item-has-children:hover>a::after,
.home-five-header .navbar-wrap>ul>li.menu-item-has-children.active>a::after {
    color: var(--new-red);
}
.home-five-header .mobile-menu .social-links li a:hover {
    border-color: var(--new-red);
    background: var(--new-red);
}

.header-btn .btn-five {
    background: var(--new-red);
    border-radius: 0;
}
.header-btn .btn-five span {
    background: var(--tg-white);
}
.header-btn .btn-five:hover {
    color: var(--new-red);
}
.icon-box-style {
    background: #FFF;
    padding: 65px 30px 60px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
    transition: .3s ease-in-out;
}
.icon-box-style:hover {
    background: var(--new-red);
}
.icon-box-style .icon {
    margin: 0 0 30px;
}
.icon-box-style .title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 14px;
    transition: .3s ease-in-out;
}
.icon-box-style .title a {
    transition: 0s;
}
.icon-box-style .title a:hover {
    color: inherit;
}
.icon-box-style p {
    margin: 0 0 20px;
    transition: .3s ease-in-out;
}
.icon-box-style .box-link {
    color: var(--tg-heading-font-color);
    font-weight: 500;
}
.icon-box-style:hover .icon img {
    filter: invert(100);
}
.icon-box-style:hover .title,
.icon-box-style:hover p,
.icon-box-style:hover .box-link {
    color: var(--tg-white);
}
.new-play-btn {
    display: flex;
    width: 140px;
    height: 140px;
    align-items: center;
    justify-content: center;
    background: var(--new-red);
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
}
.new-play-btn:hover {
    background: var(--tg-heading-font-color);
    color: var(--new-red);
}
.new-services-wrapper >* {
    margin-left: -1px;
    margin-top: -1px;
}
.new-services-wrapper >*:nth-child(1),
.new-services-wrapper >*:nth-child(4),
.new-services-wrapper>*:nth-child(7) {
    margin-left: 0;
}
.new-services-item2 {
    background: #0C1037;
    border: 1px solid #242955;
    text-align: center;
    padding: 40px 50px;
    transition: .3s ease-in-out;
}
.new-services-icon2 {
    margin: 0 0 15px;
}
.new-services-icon2 img {
    max-height: 70px;
}
.new-services-content2 .title {
    font-size: 24px;
    font-weight: 700;
    color: var(--tg-white);
}
.new-services-content2 .title a:hover {
    color: inherit;
}
.new-services-content2 p {
    margin: 0 0;
    color: #9C9C9C;
    transition: .3s ease-in-out;
}
.new-services-item2:hover {
    background: var(--new-red);
    border-color: var(--new-red);
}
.new-services-item2:hover .new-services-content2 p {
    color: #fff;
}
.home-five-testimonial .testimonial-item {
    box-shadow: none;
}
.home-five-testimonial .testimonial-active .slick-dots li.slick-active button {
    background: var(--new-red);
}
.home-five-testimonial .testimonial-active .slick-dots li button::before {
    border: 1.5px solid var(--new-red);
}
.new-project-filter .filter-tab-item {
    color: #737272;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    padding: 0 0;
    background: transparent;
    border: none;
    text-transform: capitalize;
}
.new-project-filter .filter-tab-item.active {
    color: var(--new-red);
}
.new-project-filter .filter-tab-item .count {
    margin-left: 5px;
}
.new-project-filter .project-menu {
    gap: 15px 48px;
    margin: 0 0 50px;
}
.filter-post-item {
    text-align: center;
    margin: 0 0 40px;
}
.filter-post-thumb {
    margin: 0 0 18px;
    overflow: hidden;
}
.filter-post-thumb img {
    height: 350px;
    object-fit: cover;
}
.filter-post-item:hover .filter-post-thumb img {
    transform: scale(1.1);
}
.filter-post-content .title {
    font-size: 30px;
    margin: 0 0 11px;
}
.filter-post-content .title a:hover {
    color: var(--new-red);
}
.filter-post-content span {
    display: block;
    font-size: 20px;
    line-height: 1;
}
.new-team-active {
    margin: 0 -10px;
}
.new-team-active [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
}
.new-team-item {
    position: relative;
    overflow: hidden;
}
.new-team-thumb img {
    width: 100%;
}
.new-team-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 40px 48px;
}
.new-team-content .title {
    font-size: 30px;
    line-height: 1;
    color: var(--tg-white);
    margin: 0 0 12px;
}
.new-team-content .title a {
    color: inherit;
}
.new-team-content span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: var(--tg-white);
    line-height: 1;
}
.new-team-item:hover .new-team-thumb img {
    transform: scale(1.05);
}
.home-contact-form .row {
    --bs-gutter-x: 20px;
}
.home-contact-form .form-grp {
    margin: 0 0 20px;
}
.home-contact-form .form-grp input,
.home-contact-form .form-grp textarea {
    display: block;
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 15px 20px;
}
.home-contact-form .form-grp textarea {
    height: 175px;
}
.home-contact-form .new-btn {
    border-radius: 0;
    background: var(--new-red);
}
.home-contact-form .new-btn:hover {
    background: #222;
}
.red-button-style .footer-newsletter button {
    background: var(--new-red);
}