/*
  Theme Name: Madexry - Factory & Industrial HTML Template
  Support: themedox@gmail.com
  Description: Madexry - Factory & Industrial HTML Template.
  Version: 1.0
*/

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



/*=============================
	1. Google Fonts
===============================*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/*=============================
	01. Variable CSS
===============================*/
:root {
    --tg-body-font-family: 'Roboto', sans-serif;
    --tg-heading-font-family: 'Inter', sans-serif;
    --tg-primary-color: #E40001;
    --tg-secondary-color: #131313;
    --tg-section-background: #FFF9F6;
    --tg-body-font-color: #454545;
    --tg-heading-font-color: #131313;
    --tg-paragraph-color: #454545;
    --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: #0d6efd;
    --tg-indigo: #6610f2;
    --tg-purple: #6f42c1;
    --tg-pink: #d63384;
    --tg-red: #dc3545;
    --tg-orange: #fd7e14;
    --tg-yellow: #ffc107;
    --tg-green: #198754;
    --tg-teal: #20c997;
    --tg-cyan: #0dcaf0;
    --tg-white: #ffffff;
    --tg-gray: #A0A0A0;
    --tg-gray-two: #737272;
    --tg-gray-three: #949494;
    --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,
.portfolio-cat a:hover,
.footer -menu li 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,
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;
}


*::-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;
}
.row {
    --bs-gutter-x: 30px;
}
.row.g-0 {
	--bs-gutter-x: 0;
}
.gutter-y-30 {
  	--bs-gutter-y: 30px;
}



/* scrollUp */
.scroll-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
    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
===============================*/
.custom-container {
    max-width: 1830px;
}
.custom-container-two {
    max-width: 1750px;
}
.transparent-header {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 9;
	height: auto;
}


/* header-logo-area */
.header-logo-area {
    padding: 22px 0 28px;
    background: var(--tg-white);
}
.header-info-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}
.header-info-wrap .header-info-item {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 17px 25px;
    transition: .3s linear;
}
.header-info-wrap .header-info-item .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 5px;
    border: 1px solid var(--tg-primary-color);
    font-size: 20px;
    color: var(--tg-primary-color);
    margin-right: 10px;
    transition: .3s ease-in-out;
}
.header-info-wrap .header-info-item .icon svg {
    width: 22px;
}
.header-info-wrap .header-info-item .content span {
    display: block;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--tg-primary-color);
    margin-bottom: 8px;
    transition: .3s ease-in-out;
}
.header-info-wrap .header-info-item .content a {
    display: block;
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
    color: var(--tg-secondary-color);
}
.header-info-wrap .header-info-item:hover .content a:hover,
.header-info-wrap .header-info-item.active .content a:hover {
    color: var(--tg-secondary-color);
}
.header-info-wrap .header-info-item:hover,
.header-info-wrap .header-info-item.active {
    background: var(--tg-primary-color);
}
.header-info-wrap .header-info-item:hover .icon,
.header-info-wrap .header-info-item.active .icon {
    color: var(--tg-white);
    border-color: var(--tg-white);
    border-radius: 50%;
}
.header-info-wrap .header-info-item:hover .content a,
.header-info-wrap .header-info-item:hover .content span,
.header-info-wrap .header-info-item.active .content a,
.header-info-wrap .header-info-item.active .content span {
    color: var(--tg-white);
}


/* menu */
.menu-area {
    background: rgba(34, 37, 47, 0.40);
}
.menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.logo{
    background-color: var(--tg-white);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    height: 70px;
    width: 20%;
}

@media (max-width: 991px) {
    .logo {
        width: 40%;
    }
}
@media (max-width: 767px) {
    .logo {
        width: 50%;
    }
}
@media (max-width: 575px) {
    .logo {
        width: 60%;
    }
}

.logo img {
    width: 100vw;
    height: 100%;
}
.logo.sticky-logo {
    display: none;
}
.navbar-wrap {
	display: flex;
	flex-grow: 1;
}
.navbar-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 0;
}
.navbar-wrap > ul > li {
    list-style: none;
	display: block;
	position: relative;
    margin-right: 40px;
}
.navbar-wrap ul li:last-child {
    margin-right: 0;
}
.navbar-wrap ul li a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--tg-white);
    padding: 40px 0;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-family: var(--tg-heading-font-family);
}
.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 ul li.header-search a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--tg-secondary-color);
    color: var(--tg-white);
    border: 2px solid var(--tg-primary-color);
    font-size: 16px;
}
.header-action ul li.header-search a:hover {
    background: var(--tg-primary-color);
}
.header-action .header-btn .btn {
	color: var(--tg-white);
	font-size: 16px;
}
.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);
    padding: 18px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    border-radius: 0 0 5px 5px;
}
.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: 600;
    color: var(--tg-secondary-color);
    text-transform: uppercase;
    -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;
    display: flex;
    align-items: center;
}
.navbar-wrap ul li .sub-menu li a::before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: var(--tg-primary-color);
    transition: .3s ease-in-out;
}
.navbar-wrap ul li .sub-menu > li.active > a::before,
.navbar-wrap ul li .sub-menu li a:hover::before {
    width: 10px;
    margin-right: 5px;
}
.navbar-wrap ul li .sub-menu > li.active > a,
.navbar-wrap ul li .sub-menu li a:hover {
    color: var(--tg-primary-color);
}
.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: var(--tg-secondary-color);
}
.sticky-menu .navbar-wrap > ul > li.active > a,
.sticky-menu .navbar-wrap > ul > li:hover > a {
    color: var(--tg-primary-color);
}

/* header-two */
.header-style-two .navbar-wrap ul {
    margin: 0 auto;
}
.header-style-two .navbar-wrap ul li a {
    padding: 52px 0;
}
.header-style-two .menu-area {
    background: rgba(0, 0, 0, 0.40);
}
.header-style-two .header-action .header-btn .btn {
    color: var(--tg-primary-color);
}
.header-style-two .sticky-menu {
    background: var(--tg-white);
}
.header-style-two .sticky-menu .header-action .header-btn .btn {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.header-style-two .sticky-menu .logo {
    display: none;
}
.header-style-two .sticky-menu .logo.sticky-logo {
    display: block;
}

/* header-three */
.header-top-wrap-two {
    padding: 16px 0;
}
.header-top-menu .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}
.header-top-menu .list-wrap li {
    position: relative;
}
.header-top-menu .list-wrap li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--tg-white);
}
.header-top-menu .list-wrap li:last-child::before {
    display: none;
}
.header-top-menu .list-wrap li a {
    font-size: 14px;
    color: var(--tg-white);
    display: block;
    line-height: 1;
}
.header-top-menu .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.header-top-social-two .list-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.header-top-social-two .list-wrap li a {
    color: #B9B9B9;
    font-size: 14px;
    line-height: 1;
}
.header-top-social-two .list-wrap li a:hover {
    color: var(--tg-white);
}
.header-style-three .logo img {
    max-height: 50px;
}
.header-style-three .navbar-wrap ul {
    margin: 0 0 0 auto;
}
.header-style-three .header-action > ul {
    margin-left: 35px;
}
.header-style-three .menu-area {
    background: transparent;
}
.header-style-three .menu-nav {
    background: var(--tg-white);
    border-radius: 10px;
    padding: 0 20px;
}
.header-style-three .navbar-wrap ul li a {
    color: var(--tg-secondary-color);
}
.header-style-three .navbar-wrap > ul > li.active > a,
.header-style-three .navbar-wrap > ul > li:hover > a {
    color: var(--tg-primary-color);
}
.header-style-three .sticky-menu {
    background: var(--tg-white);
}

/* header-four */
.header-style-four .navbar-wrap ul {
    margin: 0 auto;
}
.header-style-four .menu-area {
    background: transparent;
    padding: 30px 0;
}
.header-style-four .menu-area.sticky-menu {
    padding: 0;
    background: var(--tg-white);
}
.header-style-four .logo img {
    max-height: 50px;
}
.header-style-four .menu-area.sticky-menu .logo {
    display: none;
}
.header-style-four .menu-area.sticky-menu .logo.d-none {
    display: block !important;
}
.header-style-four .header-action ul li.header-search a {
    width: auto;
    height: auto;
    display: block;
    border-radius: 0;
    background: transparent;
    color: var(--tg-white);
    border: none;
    font-size: 25px;
    line-height: 1;
}
.header-style-four .header-action ul li.header-search a:hover {
    color: var(--tg-primary-color);
}
.offcanvas-menu .menu-tigger {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    background: var(--tg-white);
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
}
.offcanvas-menu .menu-tigger span {
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background: var(--tg-primary-color);
    transition: .15s linear;
}
.offcanvas-menu .menu-tigger span:nth-child(3) {
    width: 23px;
    margin-left: 7.5px;
}
.offcanvas-menu .menu-tigger:hover span:nth-child(3) {
    margin-left: 0;
    width: 30px;
}
.offcanvas-menu .menu-tigger:hover span:nth-child(1) {
    width: 23px;
    margin-left: 7.5px;
}
.header-style-four .menu-area.sticky-menu .header-action ul li.header-search a {
    color: var(--tg-primary-color);
}
.header-style-four .menu-area.sticky-menu .offcanvas-menu .menu-tigger {
    background: var(--tg-primary-color);
}
.header-style-four .menu-area.sticky-menu .offcanvas-menu .menu-tigger span {
    background: var(--tg-white);
}



/*=============================
	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)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 .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: #292b37;
    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: uppercase;
    -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: uppercase;
}
.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-white);
	background: var(--tg-primary-color);
	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 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: 27px;
    cursor: pointer;
    line-height: 1;
    display: none;
    margin-top: 0;
    padding: 5px 10px;
}


/*=============================
	04. Search
===============================*/
.search-popup-wrap {
	position: fixed;
	top: 0;
	left: 0;
	background: var(--tg-white);
	height: auto;
	width: 100%;
	z-index: 99;
	padding: 40px 0 50px;
	display: none;
	z-index: 999;
}
.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: #222;
	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;
}
body.search-visible {
	overflow: hidden;
}
.search-backdrop {
	background: #000;
	cursor: url(../img/images/cross-out.png), pointer;
	z-index: 99;
	visibility: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    opacity: 0;
    visibility: hidden;
}
.search-visible .search-backdrop {
    opacity: .55;
	visibility: visible;
}


/*=============================
	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-height: 45px;
}
.side-info {
	border-top: 1px solid var(--tg-primary-color);
	padding-top: 25px;
}
.contact-list h4 {
	color: var(--tg-heading-font-color);
	font-weight: 700;
	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-secondary-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;
}
.extra-info::-webkit-scrollbar {
    width: 0px;
}


/*=============================
	06. Slider
===============================*/
.slider-bg {
    background-size: cover;
    background-position: center;
    padding: 400px 0 120px;
    min-height: 975px;
    position: relative;
    z-index: 1;
}
.slider-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    z-index: -1;
}
.slider-content {
    overflow: hidden;
}
.slider-content .sub-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    display: block;
    line-height: 1.4;
    color: var(--tg-white);
    font-family: var(--tg-heading-font-family);
    margin-bottom: 15px;
}
.slider-content .title {
    font-size: 70px;
    color: var(--tg-white);
    margin-bottom: 45px;
    line-height: 1.1;
}
.slider-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.slider-shape .shape-one {
    width: 184px;
    height: 184px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.33);
    position: absolute;
    right: 24%;
    bottom: 40%;
    z-index: -1;
}
.slider-shape .shape-two {
    width: 433px;
    height: 433px;
    border-radius: 50%;
    background: rgba(255, 82, 3, 0.60);
    position: absolute;
    right: 65px;
    bottom: 25px;
    z-index: -1;
}
.slider-active .slick-dots {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    gap: 20px;
}
.slider-active .slick-dots li {
    list-style: none;
    line-height: 0;
}
.slider-active .slick-dots li button {
    text-indent: -99999999999px;
    border: none;
    background: rgba(255, 255, 255, 0.40);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    line-height: 1;
}
.slider-active .slick-dots li.slick-active button {
    background: var(--tg-primary-color);
    width: 30px;
    border-radius: 10px;
}

/* slider-two */
.slider-area-two {
    position: relative;
}
.slider-bg-two {
    background-size: cover;
    background-position: center;
    min-height: 960px;
    display: flex !important;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 220px 0 120px;
}
.slider-bg-two::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: -1;
}
.slider-content-two {
    text-align: center;
}
.slider-content-two .sub-title {
    display: block;
    font-size: 30px;
    font-family: var(--tg-heading-font-family);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
    color: var(--tg-primary-color);
    margin-bottom: 20px;
}
.slider-content-two .title {
    font-size: 150px;
    margin-bottom: 50px;
    line-height: 1;
    color: var(--tg-white);
}
.slider-content-two .slider-btn {
    justify-content: center;
}
.slider-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: -40px;
    right: 19%;
}
.slider-nav .slick-arrow {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    background: var(--tg-white);
    font-size: 30px;
    color: var(--tg-secondary-color);
    padding: 0;
}
.slider-nav .slick-arrow:hover {
    color: var(--tg-white);
    background: var(--tg-primary-color);
}

/* slider-three */
.slider-bg-three {
    background-size: cover;
    background-position: center;
    height: 75vh;
    display: flex !important;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 100px 0 100px;
}
.slider-bg-three::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    z-index: -1;
}

.slider-bg-three .container {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 800px) {
    .slider-bg-three .container {
        justify-content: center;
        text-align: center;
    }
}
.slider-content-three {
    overflow: hidden;
}

.slider-content-three .scroll-mobile {
    display: none;
}

@media screen and (max-width: 575px) {
    .slider-content-three .scroll-mobile{
        display: flex;
        justify-content: center;
    }
    .slider-content-three .scroll-mobile a {
        display: flex;
        font-size: 30px;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
        background-color: var(--tg-white);
        border-radius: 100%;
    }
}

.slider-content-three .title {
    margin-bottom: 10px;
    color: var(--tg-white);
    font-size: 100px;
    line-height: 1.14;
}

@media screen and (max-width: 991px) {
    .slider-content-three .title {
        font-size: 70px;
    }
}

.slider-content-three p {
    margin-bottom: 50px;
    color: var(--tg-white);
    font-size: 1.5vw;
    width: 90%;
}
.slider-active-three .slick-dots {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    gap: 10px;
}
.slider-active-three .slick-dots li {
    list-style: none;
    line-height: 0;
}
.slider-active-three .slick-dots li button {
    text-indent: -9999999999px;
    border: none;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.15);
    width: 23px;
    height: 6px;
}
.slider-active-three .slick-dots li.slick-active button {
    width: 45px;
    background: var(--tg-white);
}


/*=============================
	07. Banner
===============================*/
.banner-bg {
    background-size: cover;
    background-position: center;
    min-height: 960px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 240px 0 240px;
}
.banner-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    z-index: -1;
}
.banner-content {
    text-align: center;
    margin-top: -40px;
}
.banner-content .title {
    margin-bottom: 35px;
    color: var(--tg-white);
    font-size: 70px;
    text-transform: uppercase;
    line-height: 1.2;
}
.banner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/*=============================
	08. Breadcrumb
===============================*/
.breadcrumb-bg {
    background-size: cover;
    background-position: center;
    padding: 355px 0 95px;
    position: relative;
    z-index: 1;
}
.breadcrumb-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    z-index: -1;
}
.breadcrumb-content .title {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--tg-white);
}
.breadcrumb-content .breadcrumb {
    margin-bottom: 0;
}
.breadcrumb-content .breadcrumb-item {
    line-height: 1.2;
    color: #D9D9D9;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.breadcrumb-content .breadcrumb-item a {
    color: var(--tg-white);
    font-size: 18px;
    font-weight: 700;
}
.breadcrumb-content .breadcrumb-item a i {
    margin-right: 10px;
}
.breadcrumb-content .breadcrumb-item a:hover {
    color: var(--tg-primary-color);
}
.breadcrumb-content .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 10px;
    color: var(--tg-white);
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 700;
}
.breadcrumb-content .breadcrumb-item+.breadcrumb-item {
    padding-left: 10px;
}

/*=============================
	09. About
===============================*/
.section-title .sub-title {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-primary-color);
    gap: 15px;
    margin-bottom: 30px;
}
.section-title .sub-title strong {
    transform: translateY(-2px);
}
.section-title .sub-title strong svg path {
    color: var(--tg-primary-color);
}
.section-title .title {
    margin-bottom: 0;
    font-size: 40px;
}
.word {
    display:inline-flex;
    opacity:0;
    transition:opacity 1.1s cubic-bezier(.65,.05,.36,1);
    transition-delay:calc(70ms * var(--word-index) + 0ms);
}
.innerAnimated .word {
    opacity:1;
}
.char {
    display:inline-flex;
    opacity:0;
    transform:rotateX(90deg);
    transform-origin:bottom;
    transition:opacity 1.1s cubic-bezier(.65,.05,.36,1),transform 1.1s cubic-bezier(.65,.05,.36,1);
    transition-delay:calc(30ms * var(--char-index) + 10ms);
}
.innerAnimated .char {
    transform:rotateX(0deg);
    opacity:1;
}
[data-animation^=innerAnimated] {
    visibility: hidden;
}
.innerAnimated {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
}
.about-img-wrap {
    position: relative;
    padding-right: 100px;
    padding-bottom: 160px;
}
.about-img-wrap img {
    border-radius: 10px;
}
.about-img-wrap img:nth-child(2) {
    position: absolute;
    right: 30px;
    bottom: 0;
}
.about-img-wrap .play-btn {
    position: absolute;
    width: 80px;
    height: 80px;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 0;
    margin: 10px;
    left: 15px;
    bottom: 30px;
    z-index: 1;
}
.about-img-wrap .play-btn::before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px dashed var(--tg-secondary-color);
    background: transparent;
    z-index: -1;
    animation: btnRotate 15s linear infinite;
}
.about-content > p {
    margin-bottom: 45px;
}
.about-content span {
    font-weight: 700;
    color: var(--tg-primary-color);
}
.about-list .list-wrap {
    margin-bottom: 50px;
}
.about-list .list-wrap li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}
.about-list .list-wrap li:last-child {
    margin-bottom: 0;
}
.about-list .list-wrap li .icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px dashed var(--tg-primary-color);
    flex: 0 0 auto;
    font-size: 25px;
    color: var(--tg-primary-color);
    margin-right: 10px;
    line-height: 0;
}
.about-list .list-wrap li .content .title {
    font-size: 20px;
    margin-bottom: 8px;
}
.about-list .list-wrap li .content p {
    margin-bottom: 0;
}
.about-content-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.about-content-bottom .call-btn {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--tg-secondary-color);
    font-weight: 700;
    font-family: var(--tg-heading-font-family);
}
.about-content-bottom .call-btn i {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--tg-secondary-color);
    color: var(--tg-white);
    font-size: 15px;
    margin-right: 12px;
}
.about-content-bottom .call-btn:hover {
    color: var(--tg-primary-color);
}
.rotateme {
  -webkit-animation-name: btnRotate;
  animation-name: btnRotate;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes btnRotate {
  from {
    -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes btnRotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* about-two */

.about-area{
    background: var(--tg-section-background);
}
.about-area-inner{
    margin-top: 50px;
}
.about-area-inner .col-45 {
    width: 44.5%;
    flex: 0 0 auto;
}
.about-area-inner .col-55 {
    width: 55.5%;
    flex: 0 0 auto;
}

.obras-container{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}

.swiper-container{
    overflow: hidden;
 }

.obras-image .swiper-button-next{
    position: relative;
    right: 0;
    top: -50px;
    color: var(--tg-white);
    font-size: 30px;
    width: 50px;
    height: 50px;
}
.swiper-button-next, .swiper-button-prev{
    position: relative;
    display: flex;
}	

.swiper-button-next::after{
    position: absolute;
    color: var(--tg-white);
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 30px;
    height: 500px;
    width: 100px;
    padding-right: 15px;
    right: -5px;
}

.swiper-button-next:hover::after{
    color: var(--tg-primary-color);
}

.swiper-button-prev:hover::after{
    color: var(--tg-primary-color);
}


.swiper-button-prev::after{
    position: absolute;
    color: var(--tg-white);
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 30px;
    height: 500px;
    width: 100px;
    padding-left: 15px;
    left: -5px;
}

.swiper-button-prev:hover::after{
    background: linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
}
   
.swiper-button-next:hover::after{
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
}

.obras-image{
    display: flex;
}

.obras-image video{
    width: 100%;
    border-radius: 10px;
}

.obras-image img{
    width: 100%;
    border-radius: 10px;
}
.about-img-wrap-two {
    display: flex;
    align-items: center;
    gap: 20px;
}
.about-img-wrap-two img:nth-child(1) {
    border-radius: 10px 0 0 10px;
}
.about-img-wrap-two img:nth-child(2) {
    border-radius: 0 10px 10px 0;
}
.about-content-two {
    margin-left: 20px;
}
.section-title.title-style-three .sub-title {
    font-size: 16px;
    color: #838383;
    letter-spacing: 3.2px;
    margin-bottom: 20px;
}
.about-tab {
    width: 90%;
}
.about-tab .nav-tabs {
    border-bottom: none;
    gap: 20px;
    margin-bottom: 30px;
}
.about-tab .nav-tabs .nav-link {
    margin-bottom: 0;
    background: #FFF7F3;
    border: none;
    font-size: 18px;
    font-weight: 500;
    color: var(--tg-primary-color);
    font-family: var(--tg-heading-font-family);
    line-height: 1;
    padding: 16px 23px;
    border-radius: 5px;
}
.about-tab .nav-tabs .nav-link.active {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.about-tab .tab-content p {
    margin-bottom: 30px;
}
.about-list-two .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 0;
}
.about-list-two .list-wrap li {
    display: flex;
    align-items: baseline;
    width: 100%;
    font-weight: 500;
    color: var(--tg-secondary-color);
    gap: 7px;
}

.lista-items{
    display: flex;
    align-items: center;
    gap: 20px;
}

.lista-items .about-item i{
    margin-right: 10px;
    color: var(--tg-primary-color);
}

/*=============================
	10. Services
===============================*/
.services-area {
    position: relative;
    padding: 120px 0;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 120px;
}
.services-area::before {
    content: "";
    width: 79%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: var(--tg-section-background);
    z-index: -1;
}
.services-item {
    border-radius: 10px;
    background: var(--tg-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
    padding: 90px 20px 80px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.services-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: var(--tg-primary-color);
    z-index: -1;
    transition: .3s ease-in-out;
    opacity: 0;
}
.services-item:hover::before {
    height: 100%;
    opacity: 1;
}
.services-icon {
    font-size: 90px;
    line-height: 0;
    color: var(--tg-primary-color);
    margin-bottom: 40px;
    transition: .3s ease-in-out;
}
.services-content .title {
    font-size: 30px;
    margin-bottom: 25px;
}
.services-content .link-btn {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-decoration-line: underline;
    text-transform: uppercase;
    line-height: normal;
    display: inline-block;
    color: #848484;
}
.services-content .number {
    width: 50px;
    height: 50px;
    border: 1px solid #ABABAB;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--tg-heading-font-family);
    -webkit-text-stroke: 1px #ABABAB;
    color: transparent;
    position: absolute;
    top: 40px;
    right: 40px;
    transition: .3s ease-in-out;
}
.services-item:hover .services-content .link-btn,
.services-item:hover .services-content .title,
.services-item:hover .services-icon {
    color: var(--tg-white);
}
.services-item:hover .services-content .title a:hover {
    color: var(--tg-white);
}
.services-item:hover .services-content .number {
    border-color: var(--tg-white);
    -webkit-text-stroke: 1px var(--tg-white);
}
.services-scrollbar {
    margin-top: 60px;
}
.services-scrollbar .swiper-scrollbar {
    display: block;
    width: 100%;
    height: 2px;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: transparent;
    margin: 11px 0;
}
.services-scrollbar .swiper-scrollbar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #C9C9C9;
    pointer-events: none;
}
.services-scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
    height: 24px;
    background: var(--tg-primary-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    top: -11px;
    z-index: 1;
}

/* services-two */

.section-title.title-style-two .sub-title {
    font-size: 16px;
    gap: 10px;
    margin-bottom: 22px;
}
.section-title.title-style-two.text-center .sub-title::before {
    content: "";
    width: 37px;
    height: 2px;
    background: var(--tg-primary-color);
}
.section-title.title-style-two .sub-title::after {
    content: "";
    width: 37px;
    height: 2px;
    background: var(--tg-primary-color);
}

/* services-five */
.section-title.title-style-four .sub-title {
    display: block;
    align-items: center;
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-primary-color);
    margin-bottom: 15px;
}



/*=============================
	13. Project
===============================*/
.project-area {
    position: relative;
    z-index: 1;
    padding: 120px 0 0;
}
.project-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
    background: #0F171B;
    z-index: -1;
}
.section-title.white-title .title {
    color: var(--tg-white);
}
.project-item-wrap .row {
    --bs-gutter-x: 45px;
}
.project-item-wrap .row [class*="col-"] {
    padding: 0 22.5px;
}
.project-item {
    position: relative;
    overflow: hidden;
}
.project-thumb img {
    border-radius: 5px;
    width: 418px;
    height: 478px;
    object-fit: cover;
}
.project-content {
    position: absolute;
    left: 40px;
    right: 0;
    bottom: 35px;
    background: var(--tg-white);
    border-radius: 5px 0px 0px 5px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    padding: 40px 40px;
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateX(200px);
}
.project-item.active .project-content,
.project-item:hover .project-content {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.project-content span {
    display: block;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--tg-primary-color);
    font-family: var(--tg-heading-font-family);
    margin-bottom: 10px;
}
.project-content .title {
    margin-bottom: 0;
    font-size: 24px;
}


.pd-list-item {
    border-radius: 10px;
    border: 1px solid #C3C3C3;
    padding: 40px 32px 35px;
    margin-bottom: 30px;
}
.pd-list-item .icon {
    font-size: 55px;
    line-height: 0;
    color: var(--tg-primary-color);
    margin-bottom: 15px;
}
.pd-list-item .content .title {
    margin-bottom: 10px;
    font-size: 24px;
}
.pd-list-item .content p {
    margin-bottom: 0;
}
.project-details-list-wrap {
    margin: 20px 0 0;
}
.prev-next-post-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.prev-next-post-wrap .btn {
    text-transform: capitalize;
    gap: 5px;
}
.project-active-five [class*="col-"] {
    padding: 0 15px;
}







/*=============================
	17. Counter
===============================*/
.counter-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 575px) {
    .counter-item {
        flex-direction: column;
        text-align: center;
    }
}

.counter-icon {
    width: 60px;
    height: 60px;
    flex: 0 0 auto;
    margin-right: 15px;
}
.counter-icon i {
    color: var(--tg-primary-color);
    transition: .3s linear;
    font-size: 50px;
}

@media screen and (max-width: 575px) {
    .counter-icon {
        margin: 0;
        margin-bottom: 10px;
        width: 30px !important;
        height: 30px !important;
    }

    .counter-icon i {
        font-size: 30px;
    }
    
}

.counter-item:hover .counter-icon i {
    color: var(--tg-white);
}

.counter-content {
    max-width: 50vw;
}

.counter-content .count {
    margin-bottom: 5px;
    line-height: .8;
    font-size: 2vw;
    color: var(--tg-white);
    font-weight: 400;
}

.counter-content .count span {
    font-weight: 700;
}

.counter-content .unidadMedida{
    font-size: 20px;
}

.counter-content p {
    margin-bottom: 0;
    font-size: 20px;
    color: var(--tg-white);
    line-height: 1;
}

/* counter-two */
.counter-area-two {
    position: relative;
    z-index: 1;
    padding: 40px 0;
    background-color: var(--tg-secondary-color);
}
.counter-bg {
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-attachment: fixed;
}
.counter-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
}

/* counter-three */
.counter-item-two .counter-content .count {
    color: var(--tg-secondary-color);
}
.counter-item-two .counter-content p {
    color: var(--tg-secondary-color);
}

/*=============================
	18. Brand
===============================*/
.brand-item {
    border-radius: 10px;
    border: 1px solid #DCDCDC;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    cursor: pointer;
    transition: .3s linear;
    background: var(--tg-white);
}
.brand-item:hover {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
    border-color: var(--tg-white);
}

/* brand-two */
.brand-area-two {
    padding: 25px 0;
    border-top: 1px solid #E4E4E4;
}
.brand-item-two {
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-item-two img {
    cursor: pointer;
    transition: .3s linear
}
.brand-item-two img:hover {
    filter: grayscale(0);
}
.brand-active .col-12 {
    padding: 0 15px;
}

/* brand-three */
.brand-area-three {
    background: var(--tg-section-background);
}
.brand-item.brand-item-three {
    filter: grayscale(1);
    opacity: .50;
}
.brand-item.brand-item-three:hover {
    opacity: 1;
    filter: grayscale(0);
}



/*=============================
	20. CTA
===============================*/
.cta-bg {
    background-size: cover;
    background-position: center;
    height: 50vh;
    margin-top: 100px;

    display: flex;
    align-items: center;
}
.cta-inner-wrap {
    padding: 85px 0;
    position: relative;
}
.cta-img {
    position: absolute;
    left: 0;
    bottom: 0;
}
.cta-content .section-title .title {
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.4;
}
.cta-content .call-now {
    display: inline-flex;
    align-items: center;
}
.cta-content .call-now i {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    line-height: 0;
    border-radius: 50%;
    font-size: 20px;
    flex: 0 0 auto;
    margin-right: 15px;
}
.cta-content .call-now a {
    font-size: 40px;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-white);
    line-height: 1;
}
.cta-content .call-now a:hover {
    color: var(--tg-white);
}

/* cta-two */
.cta-item-wrap {
    border-radius: 10px;
    overflow: hidden;
}
.cta-item {
    display: flex;
    /*align-items: center;
    justify-content: center;*/
    background: #131313;
    padding: 57px 40px;
    height: 260px;
}
.cta-item .icon {
    font-size: 55px;
    line-height: 0;
    color: var(--tg-white);
    margin-right: 15px;
}
.cta-item .content h4 {
    font-size: 22px;
    color: #fff;
    padding-left: 15px;
}
.cta-item .content span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--tg-white);
    font-weight: 700;
    /*margin-bottom: 10px;*/
}
.cta-item .content a,
.cta-item .content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--tg-white);
    margin-bottom: 0;
    padding-left: 15px;
}
.cta-item-wrap .row [class*="col-"]:nth-child(2) .cta-item {
    background: var(--tg-primary-color);
}

/* cta-three */
.cta-area-three {
    margin-top: 40px;
    margin-bottom: 40px;
}


.comments-wrap {
    border-top: 1px solid #D9D9D9;
    padding-top: 60px;
    margin-top: 60px;
}
.comments-wrap-title {
    font-size: 22px;
    margin-bottom: 35px;
}
.comments-box {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.latest-comments .children .comments-box {
    padding: 0 0 40px 100px;
}
.latest-comments > .list-wrap > li:last-child .comments-box {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.comments-avatar {
    width: 80px;
    flex: 0 0 auto;
    margin-right: 20px;
}
.comments-text .avatar-name .name {
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    justify-content: space-between;
}
.comments-text .comment-reply-link {
    color: var(--tg-primary-color);
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    display: block;
    border-radius: 2px;
    background: #FFF7F3;
    padding: 8px 12px;
    text-transform: uppercase;
}
.comments-text .comment-reply-link:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.comments-text .avatar-name .date {
    display: block;
    font-size: 14px;
    line-height: normal;
}
.comments-text .avatar-name {
    margin-bottom: 20px;
}
.comments-text p {
    margin-bottom: 0;
}
.latest-comments {
    margin-bottom: 70px;
}
.comment-reply-title {
    font-size: 22px;
    margin-bottom: 30px;
}
.comment-form .row {
    --bs-gutter-x: 10px;
}
.comment-form .form-grp {
    margin-bottom: 10px;
}
.comment-form .form-grp textarea,
.comment-form .form-grp input {
    border-radius: 5px;
    border: 1px solid #BDBDBD;
    width: 100%;
    color: var(--tg-secondary-color);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    padding: 20px 15px;
    height: 60px;
    display: block;
}
.comment-form .form-grp textarea {
    min-height: 184px;
    max-height: 184px;
}
.comment-form .form-grp textarea::placeholder,
.comment-form .form-grp input::placeholder {
    color: #9B9B9B;
    font-size: 15px;
    font-weight: 400;
}
.comment-form .checkbox-grp {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    margin-top: 30px;
}
.comment-form .checkbox-grp input {
    width: 15px;
    margin-top: 3px;
    margin-right: 10px;
    height: 15px;
    border-radius: 2px;
}
.comment-form .checkbox-grp label {
    color: var(--tg-secondary-color);
    user-select: none;
    line-height: 1.4;
    font-weight: 500;
    font-size: 15px;
}
.blog-style-one .blog-post-item-two {
    margin-bottom: 50px;
}
.blog-style-two .blog-post-item {
    margin-bottom: 60px;
}

/*=============================
	23. Contact
===============================*/
.contact-info-item {
    border-radius: 10px;
    border: 1px solid #C2C2C2;
    text-align: center;
    padding: 50px 30px 40px;
    margin-bottom: 35px;
}
.contact-info-item .icon {
    font-size: 60px;
    line-height: 1;
    color: var(--tg-primary-color);
    margin-bottom: 22px;
}
.contact-info-item .content .title {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact-info-item .content p {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    color: var(--tg-secondary-color);
    line-height: 1.54;
}
.contact-info-item .content p a {
    color: var(--tg-secondary-color);
}
.contact-info-item .content p a:hover {
    color: var(--tg-primary-color);
}
.contact-form-wrap {
    border-radius: 10px;
    background: var(--tg-secondary-color);
    padding: 45px 35px;
}
.contact-form-wrap .title {
    color: var(--tg-white);
    font-size: 30px;
    margin-bottom: 30px;
}
.contact-form-wrap .form-grp {
    margin-bottom: 20px;
}
.contact-form-wrap .form-grp textarea,
.contact-form-wrap .form-grp input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #5C5C5C;
    background: transparent;
    color: var(--tg-white);
    font-size: 15px;
    font-weight: 400;
    padding: 15px 22px;
    height: 50px;
    line-height: 1;
    display: block;
}
.contact-form-wrap .form-grp textarea {
    min-height: 183px;
    max-height: 183px;
}
.contact-form-wrap .form-grp textarea::placeholder,
.contact-form-wrap .form-grp input::placeholder {
    color: #898989;
    font-size: 15px;
    font-weight: 400;
}
.contact-form-wrap .btn:hover {
    color: var(--tg-primary-color);
}
.contact-form-wrap .btn::before {
    background: var(--tg-white);
}
.contact-form-wrap .row {
    --bs-gutter-x: 20px;
}
.contact-map {
    width: 100%;
    height: 100%;
}
.contact-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.ajax-response.error {
    margin-top: 20px;
    color: red;
}
.ajax-response.success {
    margin-top: 20px;
    color: green;
}

/*=============================
	24. Footer
===============================*/
.footer-area {
    background: #171717;
}
.footer-newsletter-wrap {
    padding: 60px 0;
    border-bottom: 1px solid #464646;
}

.footer-logo{
    background-color: var(--tg-white);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    height: 60px;
    width: fit-content;
}

@media screen and (max-width: 575px) {
    .footer-logo {
        margin: auto;
    }
}

.footer-logo img {
    max-height: 58px;
}
.footer-newsletter-form form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 20px;
}
.footer-newsletter-form .form-grp {
    position: relative;
    width: 370px;
}
.footer-newsletter-form .form-grp input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid var(--tg-gray-two);
    background: transparent;
    font-size: 14px;
    color: var(--tg-white);
    padding: 17px 35px;
    line-height: 1;
    height: 50px;
}
.footer-newsletter-form .form-grp input::placeholder {
    font-size: 14px;
    color: var(--tg-gray-two);
}
.footer-newsletter-form .form-grp label {
    font-size: 14px;
    color: var(--tg-gray-two);
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.footer-top {
    padding: 60px 0 20px;
}
.footer-widget {
    margin-bottom: 40px;
}
.fw-title {
    font-size: 20px;
    margin-bottom: 25px;
    color: var(--tg-white);
    font-weight: 500;
}
.footer-contact .list-wrap li {
    display: flex;
    align-items: baseline;
    font-size: 15px;
    color: var(--tg-gray-three);
    line-height: 1.4;
    margin-bottom: 20px;
}
.footer-contact .list-wrap li:last-child {
    margin-bottom: 0;
}
.footer-contact .list-wrap li a {
    color: var(--tg-gray-three);
}
.footer-contact .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.footer-contact .list-wrap li i {
    font-size: 18px;
    color: var(--tg-primary-color);
    margin-right: 15px;
    transform: translateY(2px);
}
.footer-link .list-wrap li {
    padding-left: 17px;
    position: relative;
    line-height: 1.2;
    margin-bottom: 20px;
}
.footer-link .list-wrap li:last-child {
    margin-bottom: 0;
}
.footer-link .list-wrap li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #949494;
}
.footer-link .list-wrap li a {
    color: var(--tg-gray-three);
    font-size: 15px;
    position: relative;
}
.footer-link .list-wrap li a:hover {
    color: var(--tg-white);
}
.footer-link .list-wrap li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--tg-white);
    -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);
}
.footer-link .list-wrap li a:hover::before {
    -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);
}
.materials-list .list-wrap li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}
.materials-list .list-wrap li:last-child {
    margin-bottom: 0;
}
.materials-list .list-wrap li .icon {
    font-size: 35px;
    line-height: 1;
    margin-right: 15px;
    color: #6B6B6B;
}
.materials-list .list-wrap li .content .title {
    font-size: 18px;
    font-weight: 400;
    color: var(--tg-white);
    margin-bottom: 10px;
}
.materials-list .list-wrap li .content span {
    display: block;
    line-height: 1;
    font-size: 15px;
    color: var(--tg-gray-three);
}
.footer-bottom {
    padding: 15px 0;
}
.copyright-text p {
    margin-bottom: 0;
    font-size: 15px;
    color: var(--tg-gray-three);
}
.copyright-text p a {
    color: var(--tg-white);
    font-weight: 600;
}
.copyright-text p a:hover {
    color: var(--tg-primary-color);
}
.footer-social .list-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.footer-newsletter-social{
    display: flex;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 575px) {
    .footer-newsletter-social {
        justify-content: center;
    }
}

.social-btn{
    background-color: var(--tg-primary-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-btn i{
    color: var(--tg-white);
    font-size: 20px;
}

.social-btn:hover{
    background-color: var(--tg-white);
}

.social-btn:hover i{
    color: var(--tg-primary-color);
}


.footer-social .list-wrap li a {
    font-size: 14px;
    color: var(--tg-gray-three);
}
.footer-social .list-wrap li a:hover {
    color: var(--tg-white);
}

/* footer-two */
.footer-area-two {
    background: #171717;
}
.footer-top-two {
    padding: 40px 0 0;
}
.footer-newsletter-two {
    position: relative;
    height: 100%;
}
.footer-newsletter-two::before {
    content: "";
    position: absolute;
    right: 80px;
    top: 0;
    width: 1px;
    height: 88%;
    background: #464646;
}
.footer-top-two .footer-newsletter-form form {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}


/*=============================
	25. Preloader
===============================*/
#preloader {
    background: var(--tg-white);
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 999;
}
.ta-preloader-block {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    text-align: center;
}
.ta-spinner-eff {
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-animation: taRotation 12.8s steps(1) 0s infinite;
    animation: taRotation 12.8s steps(1) 0s infinite;
}
.ta-spinner-eff .ta-bar {
    position: absolute;
    background-color: var(--tg-primary-color);
}
.ta-spinner-eff .ta-bar-top {
    width: 100%;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left top;
    transform: scale(0, 1);
    -webkit-animation: bar-top 3.2s linear 0s infinite;
    animation: bar-top 3.2s linear 0s infinite;
}
.ta-spinner-eff .ta-bar-right {
    width: 7px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: left top;
    transform: scale(1, 0);
    -webkit-animation: bar-right 3.2s linear 0s infinite;
    animation: bar-right 3.2s linear 0s infinite;
}
.ta-spinner-eff .ta-bar-bottom {
    width: 100%;
    height: 7px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    -webkit-animation: bar-bottom 3.2s linear 0s infinite;
    animation: bar-bottom 3.2s linear 0s infinite;
}
.ta-spinner-eff .ta-bar-left {
    width: 7px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left bottom;
    transform: scale(1, 0);
    -webkit-animation: bar-left 3.2s linear 0s infinite;
    animation: bar-left 3.2s linear 0s infinite;
}
@keyframes taRotation {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(90deg);
    }
    50% {
      transform: rotate(180deg);
    }
    75% {
      transform: rotate(270deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
@keyframes bar-top {
    0% {
        transform: scale(0,1);
    }
    12.5% {
        transform: scale(1,1);
    }
    87.5% {
        transform: scale(1,1);
    }
    100% {
        transform: scale(0,1);
    }
}
@keyframes bar-right {
    0% {
        transform: scale(1,0);
    }
    12.5% {
        transform: scale(1,0);
    }
    25% {
        transform: scale(1,1);
    }
    75% {
        transform: scale(1,1);
    }
    87.5% {
        transform: scale(1,0);
    }
    100% {
        transform: scale(1,0);
    }
}
@keyframes bar-bottom {
    0% {
        transform: scale(0,1);
    }
    25% {
        transform: scale(0,1);
    }
    37.5% {
        transform: scale(1,1);
    }
    62.5% {
        transform: scale(1,1);
    }
    75% {
        transform: scale(0,1);
    }
    100% {
        transform: scale(0,1);
    }
}
@keyframes bar-left {
    0% {
        transform: scale(1,0);
    }
    37.5% {
        transform: scale(1,0);
    }
    50% {
        transform: scale(1,1);
    }
    62.5% {
        transform: scale(1,0);
    }
    100% {
        transform: scale(1,0);
    }
}