/*
Theme Name: Spalda
Description: It is specially designed for Spalda.academy.
Author: Wolinka
Author URI: https://wolinka.com.tr
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
::marker {
	color: #1AB4C7;
	font-size: 14px;
}

b, strong {
	font-weight: 600;
}



#header .header-wrapper .header-inner {
    max-width: 1830px !important;
    background-color: #fff;
    padding: 0 40px;
    margin-top: 40px;
    border-radius: 999px;

}

#header .header-wrapper.stuck .header-inner {
	margin-top: 0;
}

#header .header-wrapper .header-inner .header-nav-main {
	justify-content: center;
}

#header .header-wrapper .header-inner .header-nav-main li > a {
	font-size: 22px;
}

#header .header-wrapper .header-inner .header-nav-main li > a:before,
#header .header-wrapper .header-inner .header-nav-main li > a:after {
	content: '';
	position: absolute;
	width: 0%;
	height: 2px;
	top: 50%;
	margin-top: 22px;
	background: #1ab4c7;
}

#header .header-wrapper .header-inner .header-nav-main li > a:before {
	left: 0;
}
#header .header-wrapper .header-inner .header-nav-main li > a:after {
	right: 0;
	background: #1ab4c7;
	transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#header .header-wrapper .header-inner .header-nav-main li > a:hover:before {
	background: #1ab4c7;
	width: 100%;
	transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#header .header-wrapper .header-inner .header-nav-main li > a:hover:after {
	background: transparent;
	width: 100%;
	transition: 0s;
}

#header .header-wrapper .header-inner .header-nav-main li.active > a::after {
	width: 100%;
}

#header .header-wrapper .header-bg-container .header-bg-color {
	background-color: transparent;
}

#header .header-wrapper .header-inner .header-nav-main li.lang-item a:before,
#header .header-wrapper .header-inner .header-nav-main li.lang-item a:after {
	content: none;

}

/*
	Header Button
*/
#header .header-wrapper .header-inner .header-nav .header-button a {
	background-color: #1AB4C7;
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
	padding: 16px 46px 16px 46px;
	border-radius: 200px;
}

#header .header-wrapper .header-inner .header-nav .header-button a:hover {
	background-color: #C9A3A300;
	box-shadow: none;
	border-color: #1AB4C7;
	color: #38464A;
}

#header .header-wrapper .header-inner .header-nav .header-button a::after {
	content: "";
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	top: 4px;
	margin-left: 5px;
	background-image: url('assets/icons/arrow-up.svg');
	background-size: contain;
	background-repeat: no-repeat;
	filter: brightness(0) invert(1); /* SVG'yi beyaz yap */
	transition: transform 0.3s ease-in-out;
}

/* Hover efekti */
#header .header-wrapper .header-inner .header-nav .header-button a:hover::after {
	filter: brightness(0) invert(24%) sepia(6%) saturate(220%) hue-rotate(180deg) brightness(80%) contrast(90%);
	transform: translate(1px, -1px) scale(1.2);
}


@media (max-width: 850px) {
	#header {
		position: relative!important;
	}
	#header .header-inner{
		margin-top: 0!important;
		border-radius: 0!important;
	}

}
/*
	Custom Button
*/
.btn-custom,
.btn-outline-custom {
	font-size: 15px;
	line-height: 2;
	font-weight: 500;
	padding: 16px 46px 16px 46px;
	border-radius: 200px;
}

@media screen and (max-width: 360px) {
	.btn-custom,
	.btn-outline-custom {
		padding: 16px;
	}
}

.btn-custom:hover {
	background-color: #C9A3A300;
	box-shadow: none;
	border-color: #1AB4C7;
	color: #fff;
}

.btn-custom.arrow-up::after {
	content: "";
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	top: 4px;
	margin-left: 5px;
	background-image: url('assets/icons/arrow-up.svg');
	background-size: contain;
	background-repeat: no-repeat;
	filter: brightness(0) invert(1); /* SVG'yi beyaz yap */
	transition: transform 0.3s ease-in-out;
}

.btn-custom.arrow-right::after {
	content: "";
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	top: 6px;
	margin-left: 5px;
	background-image: url('assets/icons/arrow-right.svg');
	background-size: contain;
	background-repeat: no-repeat;
	filter: brightness(0) invert(1); /* SVG'yi beyaz yap */
	transition: transform 0.3s ease-in-out;
}

/* Hover efekti */
.btn-custom.arrow-up:hover::after {
	filter: brightness(0) saturate(100%) invert(92%) sepia(81%) saturate(2%) hue-rotate(114deg) brightness(109%) contrast(101%);
	transform: translate(1px, -1px) scale(1.2);
}

.btn-custom.arrow-right:hover::after {
	filter: brightness(0) saturate(100%) invert(92%) sepia(81%) saturate(2%) hue-rotate(114deg) brightness(109%) contrast(101%);
	transform: translate(4px, 0px) scale(1.2)
}

/*
	.btn-outline-custom
*/
.btn-outline-custom {
	color: #fff!important;
	border: 1px solid #1ab4c7!important;
}

.btn-outline-custom.arrow-right::after {
	content: "";
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	top: 6px;
	margin-left: 5px;
	background-image: url('assets/icons/arrow-right.svg');
	background-size: contain;
	background-repeat: no-repeat;
	filter: brightness(0) invert(1); /* SVG'yi beyaz yap */
	transition: transform 0.3s ease-in-out;
}

/* Hover efekti */
.btn-outline-custom.arrow-right:hover::after {
	filter: brightness(0) saturate(100%) invert(92%) sepia(81%) saturate(2%) hue-rotate(114deg) brightness(109%) contrast(101%);
	transform: translate(4px, 0px) scale(1.2)
}

.btn-custom.white {
	color: #000!important;
	font-size: 1.2em;
	line-height: 1.2;
	padding: 20px 90px;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .btn-custom.white {
        padding: 20px 10px;
	}
}

/* Tablet için media query */
@media only screen and (min-width: 48em) and (max-width: 64em) {
    .btn-custom.white {
        padding: 20px 20px;
    }
}

/*
	Custom CSS
*/
.top-title {
	background-color: #1AB4C7;
    border-radius: 3px 3px 3px 3px;
    max-width: max-content;
}

.top-title p {
    margin: 0px 0px 14px 0px;
    padding: 5px 20px 5px 20px;
}


/*
	Breadcrumb
*/
.breadcrumb > li span a {
	color: #fff;
}

.breadcrumb > li span a:after {
	content: "›";
	color: #fff;
	padding: 0 10px !important;
}

/*
	Home Hero
*/

.home-hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: white;
    text-align: center;
    overflow: hidden;
}

.home-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgb(0 0 20 / 26%), rgb(0 20 40 / 38%)), url(assets/images/home-hero.jpg);
    background-size: cover;
    background-position: bottom center;
}

.home-hero-content {
    max-width: 1200px;
    padding: 0 20px;
    margin-bottom: 125px;
    z-index: 1;
}

.home-hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 10px;
    font-weight: 500;
}

.home-hero-content h2 {
    font-size: 4rem;
    margin-bottom: 30px;
    font-weight: 700;
}

.home-hero-content p {
    font-size: 1.2rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.home-hero-slider-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    padding: 0 20px;
    margin-bottom: 50px;
}

.home-hero-slider {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.home-hero-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.home-hero-slide.active {
    opacity: 1;
}

.home-hero-slide p {
    font-size: 1.5rem;
    line-height: 1.5;
    font-style: italic;
    max-width: 800px;
    margin-bottom: 0;
}

.home-hero-source {
    font-size: 0.9rem!important;
    margin-top: 10px;
    font-style: normal;
    color: #1ab4c7;
}

.home-hero-highlight {
    color: #1ab4c7;
    font-weight: bold;
}

.home-hero-slider-navigation {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.home-hero-nav-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.home-hero-nav-dot::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.home-hero-nav-dot:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.home-hero-nav-dot.active {
    background-color: #1ab4c7;
    transform: scale(1.2);
}

.home-hero-nav-dot.active::before {
    border-color: rgba(26, 180, 199, 0.5);
}

/* Responsive Styles */

@media (min-width: 1921px) {
    .home-hero-section {
    }
    .home-hero-content {
    	margin-bottom: 15%;
    }
}


@media (max-width: 768px) {
    .home-hero-content h1 {
        font-size: 2.5rem;
    }

    .home-hero-content h2 {
        font-size: 3rem;
    }

    .home-hero-slide p {
        font-size: 1.2rem;
    }
}

/* Tablet Görünümü*/
@media (min-width: 481px) and (max-width: 1024px) {
    .home-hero-section {
        justify-content: space-around;
    }
    .home-hero-content {
        margin-bottom: 25px;
    }

}


@media (max-width: 480px) {
	.home-hero-section {
		justify-content: space-between;
	}

	.home-hero-content {
		margin-top: 100px;
	    margin-bottom: 20px;
	}


    .home-hero-content h1 {
        font-size: 2rem;
    }

    .home-hero-content h2 {
        font-size: 2.5rem;
    }

	.home-hero-slider-container {
	    margin-bottom: 95px;
	}

    .home-hero-slide p {
        font-size: 1rem;
    }
}

/*
	Home family-business
*/
@media (min-width: 768px) and  (max-width: 1024px) {
	.family-business .man .fill {
		height: 88%;
	}
	.family-business .woman .fill {
		top: -11%;
		height: 97%;
	}
}

/*
	Section About
*/
@keyframes floating {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}

.spalda-about .image-cover {
    animation: floating 3s ease-in-out infinite;
}

.spalda-about .info-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #10314E;
    padding: 10px 20px;
    border: 1px solid #1AB4C7;
    border-radius: 20px;
    box-shadow: 4px 4px 20px rgba(26, 180, 199, 0.37);
    position: absolute;
	bottom: 16%;
    right: 10px;
}

.spalda-about .info-icon {
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
    object-fit: contain; /* Görselin oranını koruyarak sığdır */
    margin-right: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 100%;
}



.spalda-about .info-text-box .info-title {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
}

.spalda-about .info-text-box .info-description {
    color: #FFFFFF;
    font-size: 16px;
}


@media only screen and (max-width: 48em) {
	.spalda-about .info-box {
		padding: 10px;
	}

	.spalda-about .info-icon {
	    width: 25px;
	    height: 25px;
	    max-width: 25px;
	    max-height: 25px;
	}
	.spalda-about .info-text-box .info-title {
	    color: #FFFFFF;
	    font-size: 20px;
	    font-weight: bold;
	}
	.spalda-about .info-text-box .info-description {
	    color: #FFFFFF;
	    font-size: 14px;
	}
}


/*
	About Counter
*/
.section-counter .section-bg-overlay {
    background-color: transparent;
    background-image: linear-gradient(90deg, #0E1030 37%, #017CA340 100%);
    opacity: 1;
}

.section-counter .counter-box > .col-inner {
	background-color: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(20px);
    width: 100%;
}

.section-counter .counter-box .counter-icon .icon-inner {
	border-radius: 9.5px;
	background-color: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.4);
}

.section-counter .counter-box .counter-icon .icon-inner:hover {
	border-color: inherit;
}


@media only screen and (min-width: 320px) and (max-width: 1367px) {
	.section-counter .counter-row {
		max-width: 100%!important;
		transform: translateX(15px);
	}
}

@media only screen and (min-width: 1368px) and (max-width: 1532px) {
	.section-counter .counter-bottom-text .col-inner .counter-text {
		font-size: 1.3rem!important;
	}
}


@media only screen and (min-width: 550px) and (max-width: 768px) {
	.section-counter .counter-row .medium-6 {
		flex-basis: 100%;
        max-width: 100%;
	}
}

@media only screen and (min-width: 769px) and (max-width: 780px) {
	.section-counter .counter-bottom-text .col-inner .counter-text {
		font-size: 1.3rem!important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
	.section-counter .counter-top-text .col-inner .counter-text {
		font-size: 2.4rem!important;
	}
}

/*
	Approach
*/

.section-approach .approach-box .icon .icon-inner img {
    margin: 0 29%;
    width: 45%;
}

.section-approach .approach-box:hover .is-border {
	border-color: #10314E!important;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.section-approach .approach-box:hover .icon-inner {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.section-approach .approach-box .approach-box-icon .icon-inner {
	background-color: #314a62;
	border: 2px solid transparent;
}

.section-approach .approach-box .approach-box-icon .icon-box-text h3 {
	font-size: 24px;
	font-weight: 500;
}

.section-approach .approach-box .approach-box-icon .icon-box-text ul {
	list-style: circle;
}

.section-approach .approach-box .approach-box-icon .icon-box-text ul li {
	color: #E0E0E0;
	font-size: 14px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

/*
	Exp
*/

.section-experience .experience-img {
	margin-bottom: 45px;
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #1AB4C7;
    border-radius: 75px;
    box-shadow: 0px 0px 29px 7px rgba(25.999999999999986, 180.0000000000001, 199.00000000000003, 0.37);
}

.section-experience .experience-img img {
	border-radius: 75px;
}

.section-experience .linkedin-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    gap: 12px;
    background-color: #10314E;
    color: white;
    padding: 12px 24px;
    margin-right: 10px;
    margin-left: auto;
    border-radius: 20px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    border: 1px solid #1AB4C7;
    box-shadow: 4px 4px 20px rgba(26, 180, 199, 0.37);
    transition: 0.3s;
}

.section-experience .linkedin-button:hover {
    background-color: #1AB4C7;
    color: #10314E;
}

.section-experience .linkedin-button .linkedin-button-inner {
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-experience .linkedin-button .linkedin-icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.section-experience .linkedin-button .linkedin-icon-circle svg {
    width: 18px;
    height: 18px;
}

.section-experience .linkedin-button:hover .linkedin-icon-circle {
    background-color: #314a62eb;
    border-color: #314a62eb;
}

.section-experience .linkedin-button:hover .linkedin-icon-circle svg {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(155deg) brightness(104%) contrast(102%);
}

.section-experience .linkedin-button .linkedin-text {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

@media only screen and (max-width: 849px) {
	.section-experience .linkedin-button .linkedin-text {
	    font-size: 13px;
	}
}


/*
	Experince Box
*/

@media only screen and (min-width: 1680px) {
	.section-experience .experience-box:not(.active) {
		transform: translateX(77px);
		transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.6s ease;
	}
}


.section-experience .experience-box .experience-icon .icon .icon-inner {
	border: none;
	background: linear-gradient(to bottom, #10314E, #0E1030);
}

/*
	Experience box Active
*/

@media only screen and (min-width: 1680px) {
	.section-experience .experience-box.active {
		transform: translateX(0);
		transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.8s ease;
	}
}


.section-experience .experience-box.active .col-inner {
	background: linear-gradient(to bottom, #10314E, #0E1030);
    transition: transform 0.4s ease;
}

.section-experience .experience-box.active .col-inner .icon .icon-inner {
	background: #fff;
	transition: background 0.6s ease, transform 0.5s ease;
}

.section-experience .experience-box.active .col-inner .icon .icon-inner img {
    filter: brightness(0) saturate(100%) invert(14%) sepia(7%) saturate(1492%) hue-rotate(160deg) brightness(93%) contrast(94%);
}


/*
	Timeline
*/


.timeline {
    position: relative;
}

/* Ortadaki dikey çizgi */
.timeline::after {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: 0;
}

.timeline-step {
    position: relative;
    margin-bottom: 100px;
}

.timeline-step:last-child {
    margin-bottom: 0;
}

/* Kutular */
.timeline-box {
    padding: 20px;
    background-color: #10314E;
    color: #D4D4D4;
    border-radius: 8px;
    width: 47%;
    position: relative;
}

.timeline-box.timeline-left {
    float: left;
    clear: left;
}

.timeline-box.timeline-right {
    float: right;
    clear: right;
}

/* Ok işaretleri */
.timeline-arrow {
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.timeline-arrow.timeline-arrow-right {
    right: -15px;
    border-left: 15px solid white;
}

.timeline-arrow.timeline-arrow-left {
    left: -15px;
    border-right: 15px solid white;
}

/* Daire noktalar */
.timeline-circle {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: white;
    border: 4px solid #0a0f1e;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    transition: background-color 0.5s ease;
}

.timeline-step .timeline-circle {
    background-color: #fff!important;
}

.timeline-step.active .timeline-circle {
    background-color: #00bcd4!important;
}

/* Başlıklar */
.timeline-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
}

.timeline-title-text {
    color: #1AB4C7;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 20px;
}

.timeline-title-months {
    color: #C8C8C8;
    font-size: 0.9em;
}

.timeline-title.timeline-title-right {
    left: 52%;
}

.timeline-title.timeline-title-left {
    right: 52%;
    text-align: right;
}

/* Clearfix */
.timeline-step::after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive tasarım */
@media screen and (max-width: 850px) {
    .timeline::after {
        left: 8px;
    }

    .timeline-box {
        width: 92%;
        float: right;
        margin-left: 50px;
        margin-top: 20px;
    }

    .timeline-box.timeline-left, .timeline-box.timeline-right {
        float: right;
    }

    .timeline-circle {
        left: 0;
        top: 0;
        transform: none;
    }

    .timeline-title {
        width: 92%;
        position: absolute;
        left: 71px !important;
        right: auto !important;
        text-align: left !important;
        top: -13px;
        transform: none;
    }

    .timeline-step {
        padding-top: 50px;
        margin-bottom: 50px;
    }

    .timeline-arrow {
        display: none;
    }
}

/*
	Contact Form
*/
.wpcf7 label {
	font-weight: 500;
	margin-bottom: 15px;
}

.wpcf7 h3 {
	padding-left: 15px;
}

.form-flat input:not([type=submit]),
.form-flat select,
.form-flat textarea {
	height: 3em;
	border-radius: 5px;
}

.select-resize-ghost,
.select2-container
.select2-choice,
.select2-container
.select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	height: 42px;
}

.comment-respond .form-submit input {
	margin-left: auto;
	margin-right: 0;
	display: block;
	font-weight: 500;
	text-transform: capitalize;
}

/*
	Blog Archive
*/
.blog-archive .box .box-image {
	border-radius: 5px;
}

.blog-archive .box .box-text h2 a {
	color: #1AB4C7;
}

.blog-archive .box .box-text h2 a:hover {
	color: #fff;
}

.blog-archive .box .box-text p {
	font-size: 1.1em;
}


/*
	Blog Single
*/

.blog-single img {
	border-radius: 5px;
}

.blog-single .post-date {
	margin-right: 10px;
}

.blog-single .post-categories a,
.blog-single .entry-content a:not(.social-icons a) {
	color: #1AB4C7;
}

.blog-single .post-categories a:hover,
.blog-single .entry-content p a:hover {
	color: #fff;
}

.blog-single .entry-content {
	font-size: 18px;
    line-height: 36px;
}

.blog-single #comments .comment-respond {
	background-color: rgb(15 45 74 / 65%);
}

/*
	Footer
*/
#footer .footer-2 {
	background-image: url('assets/images/footer-bg.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: auto;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

#footer .footer-2 .container {
	max-width: 1600px;
}

#footer .footer-2 .row .large-6 .widget {
	max-width: 430px;
}

#footer .footer-2 .row .large-6 .widget .texwidget {
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: -0.2px;
}

#footer .footer-2 .row .large-6 .widget .footer-icon-box {
	background-color: #1AB4C7;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

#footer .footer-2 .row .large-6 .widget .footer-icon-box img {
	padding-top: .6em;
}

#footer .footer-2 .widget {
	padding: 0;
}

#footer .footer-2 .widget .widget-title {
	display: block;
	margin-bottom: 13px;
	color: #1AB4C7;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.25px;
}

#footer .footer-2 .widget .is-divider {
	display: none;
}

#footer .footer-2 .widget ul li a {
	color: #fff;
	font-family: "Heebo", Sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 30px;
	letter-spacing: 0px;
	position: relative;
}

#footer .footer-2 .widget ul > li + li {
	border: none;
}

#footer .footer-2 .widget ul li a:before,
#footer .footer-2 .widget ul li a:after {
	content: '';
	position: absolute;
	width: 0%;
	height: 1px;
	bottom: -1px;
	background: #ffffff94;
}

#footer .footer-2 .widget ul li a:before {
	left: 0;
}
#footer .footer-2 .widget ul li a:after {
	right: 0;
	background: #ffffff94;
}

#footer .footer-2 .widget ul li a:hover:before {
	background: #ffffff94;
	width: 100%;
	transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#footer .footer-2 .widget ul li a:hover:after {
	background: transparent;
	width: 100%;
	transition: 0s;
}

#fotoer .absolute-footer {
	color: #A9A9A9;
}

#footer .back-to-top:hover {
	background-color: #10314e;
	box-shadow: none;
}

.grecaptcha-badge {
    bottom: 90px !important;
    z-index: 1;
}
