/*
  Theme Name: Xolio - Creative Agency HTML5 Template
  Support: themegenix@gmail.com
  Description: Xolio - Creative Agency HTML5 Template.
  Version: 1.0
*/

/* CSS Index
============================
01. Variable CSS
02. Header
03. Mobile Menu
04. Breadcrumb
05. Banner
06. Slider
07. Services
08. About
09. Company
10. Success
11. History
12. Agency
13. Developr
14. Tools
15. Brand
16. Client
17. Team
18. Community
19. Counter
20. Project
21. Faq
22. Testimonial
23. Consultation
24. Pricing
25. Work
26. Blog
27. Pagination
28. Newsletter
29. Contact
30. Footer
31. Preloader
============================
*/



/*=============================
	1. Google Fonts — layouts/header.php'te <link> ile yükleniyor (preconnect + gerekli ağırlıklar)
===============================*/

/*=============================
	01. Variable CSS
===============================*/
:root {
    --tg-body-font-family: 'Poppins', sans-serif;
    --tg-heading-font-family: 'Poppins', sans-serif;
    --tg-primary-color: #F89E52;
    --tg-secondary-color: #3482FF;
    --tg-body-font-color: #666666;
    --tg-heading-font-color: #0B0B0B;
    --tg-banner-title-color: #2A2A2A;
    --tg-paragraph-color: #666666;
    --tg-body-font-size: 16px;
    --tg-body-font-weight: 400;
    --tg-heading-font-weight: 700;
    --tg-body-line-height: 1.7;
    --tg-heading-line-height: 1.2;
	--tg-section-background: #292F3F;
	--tg-section-background-two: #1F1D28;
	--tg-section-background-three: #26242D;
	--tg-menu-color: #252541;
	--tg-arrow-color: #6F7C90;
	--tg-border-color: #F3F3F3;
	--tg-border-color-two: #D9D9D9;
	--tg-form-border-color: #D5D5D5;
	--tg-old-lace: #FFF2E4;
	--tg-magnolia: #F0EBFF;
	--tg-lavender: #E4F1FF;
    --tg-blue: #2B78F3;
    --tg-blue-two: #265FDB;
    --tg-blue-two-three: #398DDB;
    --tg-indigo: #A666F7;
    --tg-purple: #9270FF;
    --tg-dark-electric: #605E7A;
    --tg-pink: #F84D55;
    --tg-red: #F76766;
    --tg-orange: #F26F3B;
    --tg-yellow: #F1F026;
    --tg-yellow-two: #F5A623;
    --tg-yellow-three: #ECB321;
    --tg-green: #1B9A81;
    --tg-green-two: #7DDB39;
    --tg-teal: #57C0CE;
    --tg-cyan: #0dcaf0;
    --tg-white: #ffffff;
    --tg-black: #292930;
    --tg-black-two: #1D1D25;
    --tg-black-three: #1E1C1E;
    --tg-black-four: #212737;
    --tg-gray: #F4F3F9;
    --tg-gray-two: #FBFDFF;
    --tg-gray-three: #7E7E8C;
    --tg-gray-four: #B8B8C5;
    --tg-gray-five: #818080;
    --tg-gray-six: #F7F7F7;
    --tg-gray-seven: #6C7183;
    --tg-gray-eight: #F4F4F4;
    --tg-granite-gray: #6B645D;
    --tg-bright-gray: #EDEEF1;
    --tg-spanish-gray: #989898;
    --tg-cadet-grey: #92A5B4;
    --tg-cultured: #F3F7FA;
    --tg-black-coral: #5F5F71;
    --tg-silver: #C5C7CB;
    --tg-silver-two: #AEAEAE;
    --tg-silver-three: #AFAFAF;
    --tg-silver-three: #8D959B;
    --tg-silver-foil: #B0B0B0;
    --tg-manatee: #9E9DA9;
    --tg-onyx: #1D1D25;
    --facebook: #3b5998;
    --twitter: #00acee;
    --linkedin: #1976d2;
    --pinterest: #3b5998;
    --youtube: #c4302b;
    --skype: #00aff0;
}
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;
}
.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 {
	color: var(--tg-primary-color);
	text-decoration: none;
}
a,
button {
	color: var(--tg-primary-color);
	outline: medium none;
	text-decoration: none;
}
.btn:focus,
button:focus {
	outline: 0
}
h1,
h2,
h3 {
	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 {
	color: inherit;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.75rem;
}
.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;
}
*::-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;
}

/* Bootstrap 5 */
.container {
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    --bs-gutter-x: 30px;
}

/*=============================
	1. Button style
===============================*/
.btn {
	user-select: none;
	background: var(--tg-secondary-color) none repeat scroll 0 0;
	border: medium none;
	border-radius: 20px;
	color: var(--tg-white);
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0px;
	padding: 28px 55px;
	text-align: center;
	text-transform: capitalize;
	touch-action: manipulation;
	transition: all 700ms ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn span {
    background: var(--tg-primary-color) 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: var(--tg-white);
}

/* scrollUp */
.scroll-top {
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	bottom: -10%;
	right: 30px;
	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
===============================*/
.transparent-header {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 9;
	height: auto;
}
.menu-area {
	padding: 7px 0;
}
.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 0 0 auto;
}
.navbar-wrap ul li {
    list-style: none;
	display: block;
	position: relative;
}
.navbar-wrap ul li a {
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	color: var(--tg-menu-color);
	padding: 35px 18px;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 1;
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
	color: var(--tg-primary-color);
}
.header-action > ul {
    display: flex;
    align-items: center;
    margin-left: 55px;
}
.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;
}
.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.menu-area {
	padding: 0 0;
}

/* header-two */

/*=============================
	03. Mobile Menu
===============================*/
.nav-logo img {
	max-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)e;
	-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 .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: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 700ms ease 0s;
	opacity: 0;
	visibility: hidden;
	background: rgb(255 255 255 / 50%);
}
.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-primary-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: 500;
    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 > 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 var(--tg-gray);
	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;
	float: right;
	font-size: 30px;
	cursor: pointer;
	line-height: 1;
	color: var(--tg-primary-color);
	display: none;
	margin-top: 12px;
}

/* header-contact */

/*=============================
	04. Breadcrumb
===============================*/

/* breadcrumb-three */

/* breadcrumb-four */

/*=============================
	05. Banner
===============================*/
.banner-bg {
	background-image: url(../img/banner/banner_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 220px 0 120px;
	position: relative;
	z-index: 1;
}
.banner-content .sub-title {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: var(--tg-heading-font-color);
	line-height: 1.2;
	background: var(--tg-gray);
	padding: 12px 23px;
	border-radius: 32px;
	margin-bottom: 35px;
}
.banner-content .sub-title strong {
	font-weight: 500;
	color: var(--tg-secondary-color);
}
.banner-content .title {
	font-size: 72px;
	margin-bottom: 75px;
	line-height: 1.10;
	color: var(--tg-banner-title-color);
}
.banner-shape-wrap img {
	position: absolute;
	z-index: -1;
}
.banner-shape-wrap img:nth-child(1) {
	left: 0;
	top: 0;
}
.banner-shape-wrap img:nth-child(2) {
	left: 4%;
	top: 16%;
}
.banner-shape-wrap img:nth-child(3) {
	left: 18.3%;
	top: 20%;
}
.banner-shape-wrap img:nth-child(4) {
	left: 11.6%;
	top: 29%;
}
.banner-shape-wrap img:nth-child(5) {
	left: 8%;
	bottom: 27.5%;
}
.banner-shape-wrap img:nth-child(6) {
	right: 17.25%;
	top: 24%;
}
.banner-shape-wrap img:nth-child(7) {
	right: 28.8%;
	bottom: 19%;
}

@-webkit-keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes contactSwimmer {

  0%,
  100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }

  25%,
  75% {
    -webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
    transform: translateX(15px) translateY(20px) rotate(10deg);
  }

  50% {
    -webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
    transform: translateX(60px) translateY(35px) rotate(15deg);
  }
}

.contactSwimmer {
	-webkit-animation-name: contactSwimmer;
	animation-name: contactSwimmer;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@keyframes ribbonRotate {

  0%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  25%,
  75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
.ribbonRotate {
	-webkit-animation-name: ribbonRotate;
	animation-name: ribbonRotate;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@keyframes animation1 {

  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }

  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }

  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

.animation1 {
	-webkit-animation-name: animation1;
	animation-name: animation1;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}


@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.rotateme {
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@keyframes animationFramesOne {
  0% {
    transform:  translate(0px,0px)  rotate(0deg) ;
  }
  20% {
    transform:  translate(73px,-1px)  rotate(36deg) ;
  }
  40% {
    transform:  translate(141px,72px)  rotate(72deg) ;
  }
  60% {
    transform:  translate(83px,122px)  rotate(108deg) ;
  }
  80% {
    transform:  translate(-40px,72px)  rotate(144deg) ;
  }
  100% {
    transform:  translate(0px,0px)  rotate(0deg) ;
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  20% {
    -webkit-transform:  translate(73px,-1px)  rotate(36deg) ;
  }
  40% {
    -webkit-transform:  translate(141px,72px)  rotate(72deg) ;
  }
  60% {
    -webkit-transform:  translate(83px,122px)  rotate(108deg) ;
  }
  80% {
    -webkit-transform:  translate(-40px,72px)  rotate(144deg) ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
  }
}

.animationFramesOne {
	-webkit-animation: animationFramesOne 12s linear infinite;
	animation: animationFramesOne 12s linear infinite;
}

/* banner-two */

/*=============================
	06. Slider
===============================*/
.slider-area .slick-slide img {
	display: inline-block;
}
.slider-active .slick-dots {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	position: absolute;
	left: 16.4%;
	bottom: -50px;
}
.slider-active .slick-dots li {
	list-style: none;
	line-height: 0;
}
.slider-active .slick-dots li button {
	text-indent: -999999999px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid var(--tg-border-color-two);
	background: transparent;
	position: relative;
	transition: .3s;
}
.slider-active .slick-dots li button::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--tg-primary-color);
	opacity: 0;
	transition: .3s;
}
.slider-active .slick-dots li.slick-active button {
	border-color: var(--tg-primary-color);
}
.slider-active .slick-dots li.slick-active button::before {
	opacity: 1;
}
@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
@-webkit-keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
@keyframes alltuchtopdown {
  0% {
        transform: rotateX(0deg) translateY(0px);
    }
  50% {
        transform: rotateX(0deg) translateY(-40px);
    }
  100% {
        transform: rotateX(0deg) translateY(0px);
    }
}

/*=============================
	07. Services
===============================*/
.services-item {
	background: var(--tg-white);
	box-shadow: 0px 15px 30px rgba(61, 90, 125, 0.08);
	border-radius: 20px;
	padding: 43px 38px 49px;
	text-align: center;
	margin-bottom: 30px;
	border: 1px solid var(--tg-border-color);
	transition: .3s linear;
}
.services-area .row [class*="col-"]:nth-child(even) .services-item {
	margin-top: 50px;
}
.services-icon {
	width: 87px;
	height: 87px;
	margin: 0 auto 35px;
	position: relative;
	z-index: 1;
	transition: .3s linear;
	display: flex;
	align-items: center;
	justify-content: center;
}
.services-icon::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--tg-old-lace);
	border-radius: 50%;
	z-index: -1;
}
.services-icon img {
	max-width: 66px;
	/*transform: translate(-10px, 15px);*/
	transition: .4s linear;
}
/*
.services-item:hover .services-icon img {
	transform: translate(0) !important;
}*/
.services-content .title {
	font-size: 24px;
	margin-bottom: 12px;
}
.services-content p {
	margin-bottom: 0;
	color: var(--tg-granite-gray);
	opacity: 0.7;
}
.services-area .row [class*="col-"]:nth-child(2) .services-item .services-icon::before {
	background: var(--tg-magnolia);
}
.services-area .row [class*="col-"]:nth-child(3) .services-item .services-icon::before {
	background: var(--tg-bright-gray);
}
.services-area .row [class*="col-"]:nth-child(4) .services-item .services-icon::before {
	background: var(--tg-lavender);
}
/*
.services-area .row [class*="col-"]:nth-child(2) .services-icon img {
	transform: translate(20px, 15px);
}
.services-area .row [class*="col-"]:nth-child(3) .services-icon img {
	transform: translate(20px, -20px);
}
.services-area .row [class*="col-"]:nth-child(4) .services-icon img {
	transform: translate(-30px, 18px);
}*/

/* services-two */

/* services-three */
.services-area-three {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.section-title .title span {
	color: var(--tg-blue);
}
.services-area-three .section-title.title-style-two .title {
	margin-bottom: 20px;
}
.services-area-three .section-title p {
	margin-bottom: 0;
	color: var(--tg-black-coral);
	opacity: 0.7;
	width: 95%;
	margin: 0 auto;
}
.services-item-wrap {
	background: var(--tg-cultured);
	border-radius: 35px;
	padding: 50px 155px 70px;
}
.services-item-three {
	border-radius: 20px;
	padding: 40px 35px;
	transition: .3s ease-in;
}
.services-item-three:hover {
	background: var(--tg-white);
}
.services-icon-three {
	width: 55px;
	margin-bottom: 15px;
}
.services-content-three .title {
	font-size: 24px;
	margin-bottom: 10px;
}
.services-content-three p {
	margin-bottom: 25px;
	color: var(--tg-granite-gray);
	opacity: 0.7;
}
.services-active .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	gap: 10px;
	margin-top: 0px;
}
.services-active .slick-dots li {
	line-height: 0;
	list-style: none;
}
.services-active .slick-dots li button {
	text-indent: -9999999px;
	width: 16px;
	height: 16px;
	border: 2px solid #E8D4C4;
	border-radius: 50%;
	background: transparent;
	padding: 0;
	position: relative;
	transition: .3s;
}
.services-active .slick-dots li button::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 7px;
	height: 7px;
	background: var(--tg-primary-color);
	border-radius: 50%;
	transition: .3s;
	opacity: 0;
}
.services-active .slick-dots li.slick-active button {
	border-color: var(--tg-primary-color);
}
.services-active .slick-dots li.slick-active button::before {
	opacity: 1;
}
.services-active [class*="col-"] {
	padding: 0 15px;
}
.services-area-three .services-shape img {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

/* inner-services */

/* inner-services-two */

/* services-details */


/*=============================
	08. About
===============================*/
.section-title .sub-title {
	font-size: 20px;
	font-weight: 500;
	display: block;
	color: var(--tg-primary-color);
	margin-bottom: 20px;
}
.section-title .title {
	font-size: 50px;
	margin-bottom: 0;
}

/* about-two */
.section-title.title-style-two .title {
	font-size: 55px;
	margin-bottom: 0;
}

/*=============================
	09. Company
===============================*/

/*=============================
	10. Success
===============================*/


/*=============================
	11. History
===============================*/
@keyframes pulse-animation-one {
  0% {
    box-shadow: 0 0 0 0px rgba(90, 83, 60);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-animation-two {
  0% {
    box-shadow: 0 0 0 0px rgba(53, 88, 68);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-animation-three {
  0% {
    box-shadow: 0 0 0 0px rgba(109, 71, 58);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-animation-four {
  0% {
    box-shadow: 0 0 0 0px rgba(88 122 60);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-animation-five {
  0% {
    box-shadow: 0 0 0 0px rgba(59 123 118);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-animation-six {
  0% {
    box-shadow: 0 0 0 0px rgba(88 61 112);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

/*=============================
	12. Agency
===============================*/

/*=============================
	13. Developr
===============================*/

/* developr-two */

/*=============================
	14. Tools
===============================*/

/*=============================
	15. Brand
===============================*/
.brand-active .col-12 {
	padding: 0 10px;
}

/* brand-two */
.brand-area .title {
	text-align: center;
	display: block;
	font-weight: 500;
	font-size: 24px;
	color: var(--tg-heading-font-color);
	margin-bottom: 45px;
}
.brand-item-two {
	min-height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.brand-item-two img {
	cursor: pointer;
    max-width: 135px;
}

/*=============================
	16. Client
===============================*/


/*=============================
	17. Team
===============================*/
.team-area {
	position: relative;
}
.team-content {
	margin-left: 60px;
}
.team-content p {
	color: var(--tg-black-coral);
	opacity: .7;
	margin-bottom: 60px;
	width: 75%;
}
.team-img-wrap {
	position: relative;
	text-align: center;
	width: 545px;
	height: 545px;
	border: 1px dashed #95BBD7;
	border-radius: 76px;
	margin: 73px auto 36px;
}
.team-img-wrap img {
	position: absolute;
	border-radius: 50%;
}
.team-img-wrap .img-shape {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 66px;
}
.team-img-wrap .img-one {
	top: -73px;
	right: 20%;
}
.team-img-wrap .img-two {
	left: -5%;
	top: 14%;
}
.team-img-wrap .img-three {
	left: 9.6%;
	bottom: 43.9%;
}
.team-img-wrap .img-four {
	right: -15px;
	bottom: 32.8%;
}
.team-img-wrap .img-five {
	bottom: -36px;
	left: 12%;
}
.team-shape-wrap img {
	position: absolute;
	z-index: -1;
}
.team-shape-wrap img:nth-child(1) {
	right: 31%;
	top: 17%;
}
.team-shape-wrap img:nth-child(2) {
	right: 25%;
	bottom: 21%;
}

/* team-two */
.team-active .slick-dots {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 40px;
}
.team-active .slick-dots li {
	list-style: none;
	line-height: 0;
}
.team-active .slick-dots li button {
	text-indent: -99999999px;
	padding: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid var(--tg-border-color-two);
	background: transparent;
	position: relative;
	transition: .3s ease-in-out;
}
.team-active .slick-dots li.slick-active button {
	border-color: var(--tg-primary-color);
}
.team-active .slick-dots li button::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--tg-primary-color);
	transform: translate(-50%, -50%);
	transition: .3s ease-in-out;
	opacity: 0;
}
.team-active .slick-dots li.slick-active button::before {
	opacity: 1;
}
.team-active [class*="col-"] {
	padding: 0 15px;
}

/*=============================
	18. Community
===============================*/

/*=============================
	19. Counter
===============================*/

/* counter-two */

/* counter-three */

/* counter-four */

/*=============================
	20. Project
===============================*/

/* project-two */

/* project-three */

/* inner-project */

/* inner-project-two */
.inner-project-active [class*="col-"] {
	padding: 0 15px;
}
.inner-project-nav .slick-arrow {
	border: none;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgb(235 235 235 / 50%);
	color: var(--tg-heading-font-color);
	font-size: 20px;
}
.inner-project-nav .slick-arrow:hover {
	background-color: var(--tg-secondary-color);
	color: var(--tg-white);
}

/* project-details */

/*=============================
	21. Faq
===============================*/

/*=============================
	22. Testimonial
===============================*/
.testimonial-area {
	background: var(--tg-cultured);
	border-radius: 0 0 150px 0;
}
.testimonial-item {
	background: var(--tg-white);
	border-radius: 20px;
	padding: 50px 38px 38px;
	box-shadow: 0px 15px 30px rgba(61, 90, 125, 0.08);
	position: relative;
	transition: .3s linear;
}
.testimonial-item::before {
	content: "\f10d";
	position: absolute;
	left: 38px;
	top: 42px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	color: var(--tg-heading-font-color);
	opacity: .1;
}
.testimonial-content > p {
	color: var(--tg-granite-gray);
	opacity: .7;
	margin-bottom: 53px;
	/*text-transform: capitalize;*/
}
.testimonial-info {
	display: flex;
	align-items: center;
}
.testimonial-info .thumb {
	width: 41px;
	flex: 0 0 41px;
	margin-right: 18px;
}
.testimonial-info .thumb img {
	border-radius: 50%;
}
.testimonial-info .content .title {
	font-size: 16px;
	margin-bottom: 0px;
}
.testimonial-info .content > p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1;
}
.testimonial-item-wrap .row [class*="col-"]:nth-child(even) .testimonial-item {
	margin-top: 40px;
}
.testimonial-active [class*="col-"] {
	padding: 0 10px;
}
.testimonial-active-two .slick-dots,
.testimonial-active .slick-dots {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 65px;
}
.testimonial-active-two .slick-dots li,
.testimonial-active .slick-dots li {
	list-style: none;
	line-height: 0;
}
.testimonial-active-two .slick-dots li button,
.testimonial-active .slick-dots li button {
	border: 2px solid var(--tg-border-color-two);
	padding: 0;
	text-indent: -99999999px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: transparent;
	position: relative;
	transition: .3s linear;
}
.testimonial-active-two .slick-dots li.slick-active button,
.testimonial-active .slick-dots li.slick-active button {
	width: 16px;
	height: 16px;
	border-color: var(--tg-primary-color);
}
.testimonial-active-two .slick-dots li button::before,
.testimonial-active .slick-dots li button::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--tg-primary-color);
	opacity: 0;
	transition: .3s linear;
}
.testimonial-active-two .slick-dots li.slick-active button::before,
.testimonial-active .slick-dots li.slick-active button::before {
	opacity: 1;
}

/* testimonial-two */
.testimonial-active-two .slick-dots li button {
	border-color: var(--tg-dark-electric);
}

/* testimonial-three */
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: var(--tg-primary-color);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	opacity: 1;
}

/* testimonial-four */

/* testimonial-five */


/*=============================
	23. Consultation
===============================*/

/* consultation-two */

/*=============================
	24. Pricing
===============================*/

/*=============================
	25. Work
===============================*/

/*=============================
	26. Blog
===============================*/

/* blog-two */

/* blog-three */

/* inner-blog */

/* blog-details-area */


/*=============================
	27. Pagination
===============================*/

/*=============================
	28. Newsletter
===============================*/

/* newsletter-two */


/*=============================
	29. Contact
===============================*/

/* inner-contact */
.inner-contact-area .section-title {
	width: 65%;
}
.inner-contact-wrap {
	position: relative;
}
#contact-map {
	width: 100%;
	height: 840px;
	margin-bottom: 80px;
}
#contact-map iframe {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

/*=============================
	30. Footer
===============================*/
.footer-area {
	background: var(--tg-section-background-two);
}
.logo img {
	/*max-width: 126px;*/
    max-width: 250px;
}

/* footer-two */
.footer-top-two {
	padding: 100px 0 85px;
}
.footer-content-two .logo {
	margin-bottom: 18px;
}
.footer-content-two p {
	margin-bottom: 0;
	text-transform: capitalize;
	color: var(--tg-gray-four);
	opacity: 0.7;
}
.footer-bottom-two {
	border-top: 1px solid #46464F;
	padding: 22px 0;
}
.footer-bottom-two .copyright-text p {
	margin-bottom: 0;
	color: var(--tg-white);
	opacity: 0.7;
}

/* footer-three */
.footer-area-three .footer-content-two p {
	color: var(--tg-black-coral);
	opacity: 0.7;
}
.footer-area-three .footer-bottom-two {
	border-top: 1px solid #CFCFCF;
}
.footer-area-three .footer-bottom-two .copyright-text p {
	color: var(--tg-black-coral);
	opacity: 0.7;
}

/*=============================
	31. Preloader
===============================*/
#preloader {
  background-color: var(--tg-white);
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}
#preloader .loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border: 3px solid var(--tg-border-color);
  border-radius: 50%;
}
#preloader .loader .loader-container:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-top: 3px solid var(--tg-primary-color);
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}
#preloader .loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  text-align: center;
}
#preloader .loader .loader-icon img {
  animation: loaderpulse alternate 900ms infinite;
  width: 150px;
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.brand-active .slick-track {
  display: flex;
  align-items: center;
}