﻿body {
    font-family: "Noto Serif", serif;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.1px;
    line-height: 1.8;
    color: #1B4B21;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 5px; 
}

::-webkit-scrollbar-thumb {
    background-color: #E0FAAD; 
    border-radius: 10px; 
}

::-webkit-scrollbar-track {
    background: black; 
}


body {
    scrollbar-width: thin; 
    scrollbar-color: #E0FAAD black; 
}
body img {
    max-width: 100%;
}
a {
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover {
    color: #92ff9e;
    text-decoration: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    margin: 0 0 1.25rem 0;
    color: #051922;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
    margin: 0;
}
h1, .h1 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 4rem;
}
@media only screen and (max-width: 767.96px) {
    h1, .h1 {
        font-size: 3rem;
        line-height: 3.25rem;
	}
}
@media only screen and (max-width: 575.96px) {
    h1, .h1 {
        font-size: 2.5rem;
        line-height: 2.75rem;
	}
}
h2, .h2 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 3.25rem;
}
@media only screen and (max-width: 767.96px) {
    h2, .h2 {
        font-size: 2.5rem;
        line-height: 2.75rem;
	}
}
@media only screen and (max-width: 575.96px) {
    h2, .h2 {
        font-size: 2rem;
        line-height: 2.25rem;
	}
}
h3, .h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.25rem;
}
@media only screen and (max-width: 575.96px) {
    h3, .h3 {
        font-size: 1.75rem;
        line-height: 2rem;
	}
}
h4, .h4 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.75rem;
}
@media only screen and (max-width: 575.96px) {
    h4, .h4 {
        font-size: 1.25rem;
        line-height: 1.5rem;
	}
}
h5, .h5 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
}
h6, .h6 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
}
p {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    color: #051922;
    margin: 0 0 1.25rem 0;
}
.mt-80 {
    margin-top: 80px;
}
@media only screen and (max-width: 767.96px) {
    .mt-80 {
        margin-top: 50px;
	}
}
.mb-80 {
    margin-bottom: 80px;
}
@media only screen and (max-width: 767.96px) {
    .mb-80 {
        margin-bottom: 50px;
	}
}
.mt-100 {
    margin-top: 100px;
}
@media only screen and (max-width: 767.96px) {
    .mt-100 {
        margin-top: 80px;
	}
}
.mb-100 {
    margin-bottom: 100px;
}
@media only screen and (max-width: 767.96px) {
    .mb-100 {
        margin-bottom: 80px;
	}
}
.mt-150 {
    margin-top: 150px;
}
@media only screen and (max-width: 767.96px) {
    .mt-150 {
        margin-top: 100px;
	}
}
.mb-150 {
    margin-bottom: 150px;
}
@media only screen and (max-width: 767.96px) {
    .mb-150 {
        margin-bottom: 100px;
	}
}
.pt-80 {
    padding-top: 80px;
}
@media only screen and (max-width: 767.96px) {
    .pt-80 {
        padding-top: 50px;
	}
}
.pb-80 {
    padding-bottom: 80px;
}
@media only screen and (max-width: 767.96px) {
    .pb-80 {
        padding-bottom: 50px;
	}
}
.pt-100 {
    padding-top: 100px;
}
@media only screen and (max-width: 767.96px) {
    .pt-100 {
        padding-top: 80px;
	}
}
.pb-100 {
    padding-bottom: 100px;
}
@media only screen and (max-width: 767.96px) {
    .pb-100 {
        padding-bottom: 80px;
	}
}
.pt-150 {
    padding-top: 150px;
}
@media only screen and (max-width: 767.96px) {
    .pt-150 {
        padding-top: 70px;
	}
}
.pb-150 {
    padding-bottom: 150px;
}
@media only screen and (max-width: 767.96px) {
    .pb-150 {
        padding-bottom: 70px;
	}
}
.gray-bg {
    background-color: #f5f5f5;
}
.orange-text {
    color: #F28123;
}
.blue-bg {
    background-color: #162133;
}
a.boxed-btn {
    font-family: 'Poppins', sans-serif;
    
    display: inline-block;
    background-color: #E0FAAD;
    color:  #1B4B21;
    padding: 10px 24px;
    position: relative;
}
/* E0FAAD */
.career-btn { 
    font-family: 'Poppins', sans-serif;
    width: 150px;
    display: inline-block;
    background-color:  #1B4B21;
    color: #E0FAAD;
    padding: 10px 24px;
    position: relative;
}
a.bordered-btn {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    color: #fff;
    border: 2px solid #ffffff;
    padding: 3px 19px;
}
a.read-more-btn {
    display: inline-block;
    margin-top: 15px;
    color: #051922;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 700;
}
a.read-more-btn:hover {
    color: #F28123;
}
a.boxed-btn, a.bordered-btn, a.cart-btn, .career-btn {
    border-radius: 7px;
}
.section-title h3 {
    font-size: 2.5rem;
    position: relative;
    padding-bottom: 15px;
    color: #1B4B21;
    font-weight: 500;
}
.section-title p {
    font-size: 15px;
    width: 530px;
    margin: 0 auto;
    color: #555;
    margin-top: 10px;
    line-height: 1.8;
}
.section-title {
    margin-bottom: 80px;
}
.breadcrumb-bg {
    background-image: url(../img/breadcrumb-bg.jpg);
}
.breadcrumb-text p {
    color: #F28123;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 7px;
}
.breadcrumb-text h1 {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    margin: 0;
    margin-top: 20px;
}
.breadcrumb-section {
    padding: 150px 0;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    padding-top: 200px;
}
.breadcrumb-section:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #07212e;
    z-index: -1;
    opacity: 0.8;
}
ul.navbar-nav li.nav-item a.nav-link, ul.navbar-nav li.nav-item.active a.nav-link {
    color: #051922;
}
.top-header-area {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 15px 0;
}
.top-header-area.white ul.navbar-nav li.nav-item a.nav-link, .top-header-area.white ul.navbar-nav li.nav-item.active a.nav-link {
    color: #fff;
}
ul.navbar-nav li.nav-item a.nav-link, ul.navbar-nav li.nav-item.active a.nav-link {
    color: #fff;
    font-weight: 700;
    margin-right: 14px;
}
a.navbar-brand img {
    max-width: 150px;
}
nav.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
nav.main-menu ul li {
    display: inline-block;
}
nav.main-menu ul li a {
    color: #fff;
    font-weight: 700;
    display: block;
    padding: 8px 15px;
}
nav.main-menu ul > li {
    position: relative;
}
nav.main-menu ul ul.sub-menu {
    position: absolute;
    background-color: #fff;
    width: 300px;
    padding: 15px 15px;
    margin: 0;
    left: 0;
    top: 50px;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 20px #555555;
    box-shadow: 0 0 20px #555555;
}
nav.main-menu ul ul.sub-menu li {
    display: block;
    text-align: left;
}
nav.main-menu ul ul.sub-menu li a {
    color: #555;
    font-weight: 600;
    padding: 7px 10px;
    font-size: 13px;
}
nav.main-menu ul > li:hover ul {
    opacity: 1;
    visibility: visible;
}
nav.main-menu ul li:last-child a {
    display: inline-block;
}
nav.main-menu > ul li:last-child {
    /* float: right; */
}
.site-logo {
    float: left;
    max-width: 175px;
}
ul.sub-menu li:last-child {
    float: none !important;
}
.mean-container .mean-bar {
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 15px;
}
.mean-bar a.meanmenu-reveal {
    background-color: #f7f7f700;
}
.main-menu-wrap {
    position: relative;
    display: flex;
    justify-content: space-evenly;
}
.mean-container a.meanmenu-reveal {
    color: #ffffff;
}
.mean-container a.meanmenu-reveal span {
    background-color: #ffffff;
}
.mean-container .mean-nav ul li a {
    /* padding: 0.5em 5%; */
    padding: 1em 5%;
}
.mean-container .mean-nav ul li li a {
    padding: 0.5em 10%;
}
.mean-container .mean-nav ul li a.mean-expand {
    font-size: 16px;
    height: auto;
    line-height: 20px;
    width: 100%;
    text-align: end;
    margin-top: 10px;
}
.mean-container a.meanmenu-reveal {
    padding: 0px 20px 6px;
}
nav.mean-nav > ul > li:first-child > a {
    border-top: none;
}
.header-icons a {
    color: #fff;
    display: inline-block;
    padding: 10px;
}
.site-logo {
    padding: 20px 0;
}
.top-header-area.sepherate-header ul li > a, .top-header-area.sepherate-header .header-icons a {
    color: #220805;
}
nav.main-menu ul ul.sub-menu li {
    display: block;
}
nav.main-menu ul ul.sub-menu li a {
    color: #555;
    padding: 8px;
    font-size: 13px;
    font-weight: 600;
}
nav.main-menu ul li.current-list-item > a {
    /* color: #F28123; */
}
nav.main-menu li:hover > a {
    color: #E0FAAD;
    border-bottom: 2px solid #E0FAAD;
}
nav.main-menu li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.top-header-area .header-icons a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.top-header-area .header-icons a:hover {
    color: #F28123;
}
.sticky-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999 !important;
}
.sticky-wrapper.is-sticky .top-header-area {
    background-color: #00000045;
    padding: 15px 0;
}
.top-header-area {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
ul.navbar-nav {
    margin: 0 auto;
}
.search-area {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5555;
    background-color: #051922;
    width: 100%;
    height: 100%;
    text-align: center;
}
span.close-btn {
    position: absolute;
    right: 0%;
    color: #fff;
    top: 5%;
    cursor: pointer;
}
.search-area {
    height: 100%;
}
.search-area div {
    height: 100%;
}
.search-bar {
    height: 100%;
    display: table;
    width: 100%;
}
a.mobile-show {
    display: none;
}
.search-area .search-bar div.search-bar-tablecell {
    display: table-cell;
    vertical-align: middle;
    height: auto;
}
.search-bar-tablecell input {
    border: none;
    padding: 15px;
    width: 60%;
    background-color: transparent;
    border-bottom: 1px solid #F28123;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #fff;
}
.search-bar-tablecell button[type=submit] {
    border: none;
    background-color: #F28123;
    padding: 15px 30px;
    cursor: pointer;
    display: inline-block;
    border-radius: 50px;
    font-weight: 700;
}
.search-bar-tablecell input::-webkit-input-placeholder {
    color: #fff;
}
.search-bar-tablecell input:-ms-input-placeholder {
    color: #fff;
}
.search-bar-tablecell input::-ms-input-placeholder {
    color: #fff;
}
.search-bar-tablecell input::placeholder {
    color: #fff;
}
.search-bar-tablecell button[type=submit] i {
    margin-left: 5px;
}
.search-area {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.search-area.search-active {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}
.search-bar-tablecell h3 {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 7px;
}
.single-logo-item img {
    max-width: 180px;
    margin: 0 auto;
}
.logo-carousel-section {
    background-color: #f5f5f5;
    padding: 50px 0;
}
.footer-area {
    background-color: #1B4B21;
    color: #fff;
    padding: 120px 0 30px 0;
}
h2.widget-title {
    font-size: 24px;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
    color: #E0FAAD;
}
h2.widget-title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    background-color: #ffffff;
    content: "";
}
.footer-box p {
    color: #fff;
    line-height: 1.5;
    margin: 6px 0;
    font-size: 16px;
}
.footer-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-box ul li {
    margin-bottom: 10px;
    line-height: 1.8;
}
.footer-box ul li:last-child {
    margin-bottom: 0;
}
.footer-box.subscribe form input[type=email] {
    border: none;
    background-color: #012738;
    width: 78%;
    padding: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
}
.footer-box.subscribe form button {
    width: 20%;
    border: none;
    background-color: #012738;
    color: #F28123;
    padding: 14px 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
}
.footer-box.subscribe form button:focus {
    outline: none;
}
.copyright {
    background-color: #1B4B21;
}
.copyright p {
    margin: 0;
    color: #92ff9e;
    opacity: 0.7;
    padding: 16px 0;
    font-size: 15px;
}
.social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-icons ul li {
    display: inline-block;
}
.social-icons ul li a {
    /* font-size: 20px !important; */
    color: #000000 !important;
    display: flex;
    background: #92ff9e;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
}
.social-icons ul li a:hover {
    color: #92ff9e !important;
    background: #000000;
    transition: 0.7s;
}
.footer-box ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-family: "Montserrat", serif;
}
.footer-box.pages ul li {
    position: relative;
    padding-left: 0;
}
a.navbar-brand {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a.navbar-brand:hover {
    opacity: 0.7;
}
a.boxed-btn, .career-btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a.boxed-btn:hover ,.career-btn:hover {
    background-color: #ffffff;
    color: #E0FAAD;
}
a.bordered-btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a.bordered-btn:hover {
    background-color: #E0FAAD;
    color: #fff;
}
ul.sub-menu a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
ul.sub-menu li:hover a {
    color: #F28123;
}
.single-tof-box {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.single-tof-box:hover {
    -webkit-box-shadow: 0 0 80px #353535;
    box-shadow: 0 0 80px #353535;
}
a.video-play-btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a.video-play-btn:hover {
    background-color: #333;
    color: #F28123;
}
.latest-news-bg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.single-latest-news:hover img {
    opacity: 0.8;
}
a.tof-btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a.tof-btn i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a.tof-btn:hover {
    color: #F28123;
}
a.tof-btn:hover i {
    margin-left: 10px;
}
.single-logo-item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.single-logo-item:hover {
    opacity: 0.7;
}
.footer-box.pages ul li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer-box.pages ul li:hover a {
    color: #92ff9e;
    margin-left: 4px;
}
.footer-box.subscribe form button {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer-box.subscribe form button:hover {
    background-color: #F28123;
    color: #051922;
}
.social-icons ul li:hover a {
    color: #F28123;
}
.social-icons ul li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.counter-box {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.counter-box:hover {
    -webkit-box-shadow: 0 0 80px #6f6f6f;
    box-shadow: 0 0 80px #6f6f6f;
}
input[type="submit"] {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px !important;
}
input[type="submit"]:hover {
    background-color: #051922;
    color: #F28123;
}
div.owl-controls, .owl-controls div {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
div.owl-controls div.owl-nav div:hover {
    opacity: 0.7;
}
.pagination-wrap ul li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.pagination-wrap ul li:hover a {
    background-color: #1B4B21;
    color: #92ff9e;
}
.icons a i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.icons a:hover i {
    color: #F28123;
}
.tof-text a.tof-btn {
    margin-top: 15px;
    display: inline-block;
}
.product-image img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.product-image img:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.cart-btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a.cart-btn:hover {
    background-color: #051922;
    color: #F28123;
}
.recent-posts ul li {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.recent-posts ul li:hover {
    opacity: 0.7;
}
ul.sub-menu li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
ul.sub-menu li:hover a {
    color: #92ff9e !important;
}
.sidebar-section ul li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sidebar-section ul li a:hover {
    opacity: 0.7;
}
.comment-text-body h4 a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.comment-text-body h4 a:hover {
    color: #F28123;
}
ul.product-share li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
ul.product-share li:hover a {
    color: #F28123;
}
.service-menu ul li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.service-menu ul li a.active {
    font-weight: 600;
    color: #ffe200;
}
.service-menu ul li a:hover {
    color: #ffe200;
}
.single-product-item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.single-product-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search-bar-tablecell button[type=submit] {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.search-bar-tablecell button[type=submit]:hover {
    background-color: #fff;
    color: #000;
}
span.close-btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
span.close-btn:hover {
    color: #fff;
}
a.mobile-show.search-bar-icon {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a.mobile-show.search-bar-icon:hover {
    color: #F28123;
}

.hidden {
    display: none;
}

.hero-bg {
    /* background-image: url(../img/hero-bg.jpg); */
    background-size: cover;
    background-position: left;
    /* background-attachment: fixed; */
    -webkit-background-size: cover;
}
.hero-text {
    display: table;
    height: 100%;
}
.hero-text-tablecell {
    display: table-cell;
}
.hero-text-tablecell h1 {
    font-size: 4rem; /* Başlık font boyutu - Ayarlayın */
    font-weight: bold; /* Kalın başlık */
    color: #fff;     /* Beyaz başlık rengi */
    line-height: 1.2; /* Satır yüksekliği */
    margin-bottom: 1rem; /* Başlık alt boşluğu*/
}

.hero-area {
    height: 100%;
    position: relative;
    z-index: 1;
     background-size: cover; /* Resmin orantısını koruyarak alanı kaplamasını sağlar */
    background-repeat: no-repeat; /* Resmin tekrarlanmasını engeller */
    background-position: center center; /* Masaüstü için varsayılan odak noktası (genellikle merkez iyidir) */
}


.small-hero {
    height: 500px; /* Daha küçük hero alanı */
}
html, body {
    height: 100%;
}
.hero-area:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000000;
    z-index: -1;
    opacity: 0.7;
}
.hero-text p.subtitle {
    color: white;
    font-size: 1.1rem;
    padding: 0 0px;
}
.hero-text h1 {
    font-size: 3.5rem;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin-top: 10vh;
}
.hero-area div {
    height: 100%;
}
.hero-area div.hero-text {
    height: 100%;
    width: 100%;
}
.hero-area div.hero-text-tablecell {
    height: auto;
    vertical-align: middle;
}
.hero-area div.hero-text-tablecell div {
    height: auto;
    vertical-align: middle;
}
.hero-btns {
    margin-top: 35px;
}
.hero-btns a.bordered-btn {
    margin-left: 15px;
}
.hero-area div.hero-form {
    background-color: #fff;
    text-align: left;
    width: 380px;
    margin: 0 auto;
    margin-right: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px #2d2d2d;
    box-shadow: 0 0 15px #2d2d2d;
    position: absolute;
    right: 30px;
    bottom: -15%;
    height: 600px;
}
input[type="submit"] {
    background-color: #F28123;
    color: #051922;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    border: none !important;
    cursor: pointer;
    padding: 15px 25px;
    border-radius: 3px;
}
.homepage-slider {
    height: 100%;
}
.homepage-slider div {
    height: 100%;
}
.homepage-slider div.hero-text {
    display: table;
    width: 100%;
}
.homepage-slider div.hero-text-tablecell {
    height: auto;
    vertical-align: middle;
    display: table-cell;
}
.homepage-slider div.hero-text-tablecell div {
    height: auto;
}
.single-homepage-slider {
    background-size: cover;
    background-position: center;
    background-color: #020C0E;
    position: relative;
    z-index: 1;
}
.single-homepage-slider:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #051922;
    content: "";
    z-index: -1;
    opacity: 0.7;
}
div.owl-controls, .owl-controls div {
    height: auto;
    top: 50%;
    color: #363534;
    font-size: 48px;
}
.homepage-slider {
    position: relative;
}
.owl-prev {
    position: absolute;
    left: 60px;
    margin-top: -30px;
}
.owl-next {
    position: absolute;
    right: 60px;
    margin-top: -30px;
}
.list-section {
    background-color: #f5f5f5;
}
.list-box {
    overflow: hidden;
    /* letter-spacing: 0.5px; */
}
.list-box .content h3 {
    display: block;
    line-height: 1;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 400;
}
.list-box .content p {
    margin-bottom: 0px;
    /* opacity: 0.75; */
    line-height: 1.2;
}
.list-box .list-icon i {
    display: block;
    margin-right: 15px;
    width: 50px;
    height: 63px;
}
.latest-news-bg {
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    background-color: #ddd;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.single-latest-news h3 {
    font-size: 2rem;
    line-height: 1.25em;
    font-style: italic;
    font-weight: 400;
    color:  #1B4B21;
    margin-top: 6px;
}
.single-latest-news h3 a {
    color:  #1B4B21;
}
p.blog-meta span {
    margin-right: 15px;
    opacity: 0.6;
    color: #051922;
    font-size: 0.85em;
}
p.blog-meta span:last-child {
    margin-right: 0;
}
p.blog-meta span i {
    margin-right: 5px;
}
p.excerpt {
    line-height: 1.8;
    color: #555;
}
.latest-news a.boxed-btn {
    margin-top: 80px;
}
.news-text-box {
    padding: 25px 0;
}
.single-latest-news {
    margin-bottom: 30px;
    padding: 25px;
}
.pagination-wrap {
    margin-top: 40px;
}
.pagination-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pagination-wrap ul li {
    display: inline-block;
}
.pagination-wrap ul li a {
    color: #1B4B21;
    font-size: 15px;
    background-color: #f3f3f300;
    display: inline-block;
    padding: 8px 14px;
    border-radius: 5px;
    margin: 3px;
    border: 1px solid #1B4B21;
    font-weight: 600;
}
.pagination-wrap ul li a.active {
    background-color: #1B4B21;
    color: #92ff9e;
}
.single-artcile-bg {
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
}
.single-article-text h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}
.single-article-text p {
    font-size: 15px;
    line-height: 1.6;
    color: #051922;
}
.comments-list-wrap {
    margin: 100px 0;
}
.comments-list-wrap h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 50px;
}
.comment-template h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 50px;
}
.single-comment-body {
    position: relative;
}
.comment-user-avater {
    position: absolute;
    left: 0;
    top: 0;
}
.comment-user-avater img {
    width: 60px;
    max-width: 60px;
    border-radius: 50%;
}
.comment-text-body {
    padding-left: 80px;
    margin-bottom: 40px;
}
.comment-text-body h4 {
    font-size: 18px;
    font-weight: 600;
}
span.comment-date {
    opacity: 0.5;
    font-size: 80%;
    font-weight: 700;
    margin-left: 5px;
}
.comment-text-body h4 a {
    color: #051922;
    font-size: 80%;
    margin-left: 10px;
    border-bottom: 1px solid #aaa;
}
.single-comment-body.child {
    margin-left: 75px;
}
.comment-text-body p {
    color: #888;
    line-height: 2;
    margin: 0;
}
.comment-template h4 {
    margin-bottom: 10px;
}
.comment-template > p {
    opacity: 0.7;
    margin-bottom: 30px;
}
.comment-template form p input[type=text] {
    border: 1px solid #ddd;
    width: 49%;
    padding: 15px;
    border-radius: 5px;
    font-size: 15px;
    color: #051922;
}
.comment-template form p input[type=email] {
    border: 1px solid #ddd;
    width: 49%;
    padding: 15px;
    border-radius: 5px;
    font-size: 15px;
    color: #051922;
    margin-left: 10px;
}
.comment-template form p textarea {
    border: 1px solid #ddd;
    padding: 15px;
    font-size: 15px;
    color: #051922;
    border-radius: 5px;
    height: 250px;
    resize: none;
    width: 100%;
}
.sidebar-section {
    /* margin-left: 30px; */
    margin-top: 20px;
}
.sidebar-section h4 {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 0;
    background: #1B4B21;
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 21px;
}
.sidebar-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-section ul li {
    line-height: 1.5;
}
.sidebar-section ul li a {
    color: #555;
    font-size: 15px;
}
.sidebar-section > div {
    margin-bottom: 60px;
}
.sidebar-section > div:last-child {
    margin-bottom: 0;
}
.recent-posts ul li, .archive-posts ul li {
    position: relative;
    padding-left: 17px;
    margin-bottom: 10px;
}
.tag-section ul li {
    display: inline-block;
}
.tag-section ul li a {
    background-color: #ddd;
    padding: 3px 10px;
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 5px;
}
.cart-banner {
    background-color: #f5f5f5;
}
.cart-banner .image-column {
    position: relative;
    margin-top: 40px;
}
.cart-banner .image-column .price-box {
    position: absolute;
    left: 15%;
    top: -30px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: rgba(242, 129, 35, 0.75);
}
.cart-banner .image-column .price-box .inner-price {
    position: relative;
    width: 94px;
    height: 94px;
    margin: 0 auto;
    margin-top: 8px;
    text-align: center;
    border-radius: 50%;
    background-color: #F28123;
}
.cart-banner .image-column .price-box .inner-price .price {
    color: #051922;
    padding-top: 27px;
    position: relative;
    display: inline-block;
    line-height: 18px;
    font-weight: 400;
}
.cart-banner .image-column .price-box .inner-price .price strong {
    color: #051922;
    font-size: 24px;
}
.cart-banner .content-column {
    position: relative;
    padding-top: 40px;
}
.cart-banner .content-column h3 {
    font-size: 2.5rem;
}
.cart-banner .content-column h4 {
    position: relative;
    font-weight: 300;
    text-transform: uppercase;
}
.cart-banner .content-column .text {
    position: relative;
    font-weight: 400;
    line-height: 1.8em;
    margin-top: 25px;
    margin-bottom: 25px;
}
.time-counter {
    position: relative;
    margin-bottom: 25px;
}
.time-counter .time-countdown {
    position: relative;
}
.time-countdown .counter-column {
    position: relative;
    display: inline-block;
    margin: 0px 0px 5px;
    font-size: 13px;
    line-height: 1em;
    padding: 8px 20px 14px;
    text-transform: capitalize;
    text-align: center;
    border: 2px solid #F28123;
}
.time-countdown .counter-column .count {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.4em;
    padding: 0px 0px;
    color: #F28123;
    font-weight: 700;
    letter-spacing: 1px;
}
.client-avater {
    margin-bottom: 20px;
}
.client-meta h3 {
    font-size: 1.1rem;
    font-weight: 400;
    color: white;
    letter-spacing: 3px;
}
.client-meta h3 span {
    display: block;
    font-size: 70%;
    margin-top: 10px;
    color: #051922;
    font-weight: 600;
    opacity: 0.5;
}
p.testimonial-body {
    font-size: 1.3rem;
    font-family: "Noto Serif", serif;
    font-style: italic;
    width: 99%;
    margin: 0 auto;
    line-height: 1.2;
    color: #ffffff;
    margin-top: 20px;
}
.last-icon {
    margin-top: 20px;
    font-size: 25px;
    opacity: 0.3;
}
.client-avater img {
    max-width: 100px;
    border-radius: 50%;
    margin: 0 auto;
}
a.video-play-btn {
    position: absolute;
    background-color: #F28123;
    color: #051922;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 92px;
    border-radius: 50%;
    font-size: 1.1rem;
    padding-left: 5px;
    display: block;
    z-index: 2;
    top: 50%;
    margin-top: -45px;
    -webkit-box-shadow: 0 0 20px #adadad;
    box-shadow: 0 0 20px #adadad;
    left: 50%;
    margin-left: -45px;
}
.abt-bg {
    background-image: url(../img/abt.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.abt-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #051922;
    opacity: 0.3;
}
.abt-section .abt-text {
    padding: 50px;
    padding-left: 30px;
}
.abt-text p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.abt-text p.top-sub {
    opacity: 0.8;
    margin-bottom: 10px;
}
.abt-text p:last-child {
    margin-bottom: 0;
}
.hakkinda-bg {
    position: relative;
    margin: 140px 0 0;
}
.hakkinda-bg:after {
    background: #E0FAAD;
    position: absolute;
    left: 0;
    top: -76px;
    width: 37%;
    height: 75%;
    content: "";
    z-index: -1;
    background-size: cover;
    background-position: center;
}
.single-team-item {
    position: relative;
    margin: 30px 0;
    z-index: 1;
}
.single-team-item h4 {
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}
.single-team-item h4 span {
    font-size: 70%;
    display: block;
    margin-top: 10px;
    opacity: 0.7;
}
ul.social-link-team {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
ul.social-link-team li {
    display: inline-block;
}
ul.social-link-team li a {
    color: #fff;
    background-color: #F28123;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    display: block;
    margin: 5px;
}
.form-title {
    margin-bottom: 25px;
}
.form-title h2 {
    font-size: 25px;
}
.form-title p {
    font-size: 15px;
    line-height: 1.8;
}
.contact-form form p input[type=text], .contact-form form p input[type=tel], .contact-form form p input[type=email] {
    width: 49%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.contact-form form p textarea {
    border: 1px solid #ddd;
    padding: 15px;
    height: 200px;
    border-radius: 3px;
    width: 100%;
    resize: none;
}
.contact-form-wrap {
    background-color: #FBFBFB;
    padding: 45px 30px;
    border-radius: 5px;
}
.contact-form-box {
    padding-left: 40px;
    margin-bottom: 30px;
}
.contact-form-box h4 {
    font-size: 1.1rem;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
}
.contact-form-box h4 i {
    position: absolute;
    left: -13%;
    color: #F28123;
    top: 2px;
}
.contact-form-box p {
    line-height: 1.8;
    opacity: 0.8;
}
.contact-form-wrap .contact-form-box:last-child {
    margin: 0;
}
#form_status span {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    background: #E74C3C;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px 0px;
    border-radius: 3px;
    margin-bottom: 18px;
}
#form_status span.loading {
    color: #333;
    background: #eee;
    border-radius: 3px;
    padding: 18px 0px;
}
#form_status span.notice {
    color: yellow;
}
#form_status .success {
    color: #fff;
    text-align: center;
    background: #2ecc71;
    border-radius: 3px;
    padding: 30px 0px;
}
#form_status .success i {
    color: #fff;
    font-size: 45px;
    margin-bottom: 14px;
}
#form_status .success h3 {
    color: #fff;
    margin-bottom: 10px;
}
.product-filters {
    margin-bottom: 0px;
}
.product-filters ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.product-filters ul li {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    margin: 5px;
    border: 1px solid #1B4B21;
    color: #1B4B21;
    cursor: pointer;
    padding: 8px 20px;
    /* border-radius: 25px; */
}
.product-filters ul li.active {
    border: 2px solid #E0FAAD;
    background-color: #E0FAAD;
    color: #000000;
}
.single-product-item {
    margin-bottom: 30px;
}
.product-image {
    padding: 30px;
    padding-bottom: 0;
}
.product-image img {
    width: 90%;
    border-radius: 5px;
    margin-bottom: 20px;
}
.single-product-item h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
}
p.product-price {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}
p.product-price span {
    display: block;
    opacity: 0.8;
    font-size: 15px;
    font-weight: 400;
}
a.cart-btn {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    background-color: #F28123;
    color: #fff;
    padding: 10px 20px;
}
a.cart-btn i {
    margin-right: 5px;
}
.single-product-img img {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px #ddd;
    box-shadow: 0 0 20px #ddd;
}
.single-product-content h3 {
    font-size: 22px;
    font-weight: 600;
}
p.single-product-pricing span {
    font-size: 18px;
    display: block;
    opacity: 0.8;
    margin-bottom: 10px;
    font-weight: 400;
}
.single-product-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}
.single-product-content p.single-product-pricing {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #051922;
    line-height: inherit;
}
input[type="number"] {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    width: 100px;
    margin-bottom: 15px;
}
.single-product-form a.cart-btn {
    margin-bottom: 15px;
}
.single-product-content h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 35px;
}
ul.product-share {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.product-share li {
    display: inline-block;
}
ul.product-share li a {
    display: block;
    color: #051922;
    margin-right: 10px;
}
.single-product-content {
    margin-left: 30px;
}
table.cart-table {
    border: 1px solid #f9f9f9;
    width: 100%;
}
thead {
    border-bottom: 1px solid #eee;
}
tr.table-head-row th {
    border-right: 1px solid #efefef;
    padding: 15px;
    font-weight: 500;
    text-align: center;
}
tr.table-head-row th:last-child {
    border-right: none;
}
.cart-table-wrap tbody tr td {
    text-align: center;
}
td.product-image img {
    max-width: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}
.cart-table-wrap tbody tr td {
    border: 1px solid #efefef;
    padding: 20px 0;
    color: #051922;
}
thead.cart-table-head tr {
    background-color: #efefef;
}
td.product-quantity input {
    margin-bottom: 0;
}
td.product-remove a {
    color: #051922;
}
.total-section table.total-table {
    border: 1px solid #efefef;
    width: 100%;
}
tr.table-total-row {
    background-color: #efefef;
}
tr.table-total-row th {
    font-weight: 500;
    font-size: 15px;
    padding: 15px;
}
table.total-table tbody tr.total-data td {
    border: 1px solid #efefef;
    padding: 19px 15px;
}
tr.total-data td strong {
    margin-right: 32px;
}
.cart-buttons {
    margin-top: 30px;
}
.cart-buttons a:first-child {
    margin-right: 20px;
}
.coupon-section {
    margin-top: 50px;
}
.coupon-section h3 {
    font-size: 1.1rem;
    font-weight: 500;
}
.coupon-form-wrap form p input[type=text] {
    border: 1px solid #ddd;
    color: #051922;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    font-size: 15px;
}
.card.single-accordion {
    margin-bottom: 15px;
    border-bottom: 1px solid #EFEFEF !important;
}
.card.single-accordion .card-header {
    background-color: #fff;
    border: none;
    padding: 0;
}
.card.single-accordion:last-child {
    margin-bottom: 0;
}
.card.single-accordion .card-header h5 button {
    color: #051922;
    font-size: 15px;
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px;
    text-decoration: none;
    border: none;
    background-color: #EFEFEF;
    position: relative;
    padding-left: 50px;
    font-weight: 600;
}
.card.single-accordion {
    border: 1px solid #F9F9F9;
}
.billing-address-form {
    padding: 20px;
}
.billing-address-form form p input {
    border: 1px solid #ddd;
    padding: 15px;
    width: 100%;
    border-radius: 3px;
}
.billing-address-form form p textarea {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 15px;
    height: 120px;
    resize: none;
}
.shipping-address-form p, .card-details p {
    margin: 0;
}
.card.single-accordion .card-header h5 button:before {
    position: absolute;
    left: 20px;
    top: 50%;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 22px;
    margin-top: -11px;
    color: #F28123;
}
.billing-address-form form p:last-child {
    margin-bottom: 0;
}
table.order-details {
    border: 1px solid #efefef;
}
table.order-details thead tr th {
    background-color: #efefef;
    padding: 18px;
    font-size: 15px;
    font-weight: 500;
}
table.order-details tbody td {
    border: 1px solid #efefef;
    padding: 15px;
}
.order-details-wrap > a {
    margin-top: 30px;
}
.card.single-accordion {
    border: 1px solid #eeeeee;
}
.single-product-item {
    -webkit-box-shadow: 0 0 20px #e4e4e4;
    box-shadow: 0 0 20px #e4e4e4;
    padding-bottom: 50px;
    border-radius: 5px;
}
.featured-text p {
    font-size: 1.1rem;
}
.hakkinda-bg .about-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    line-height: 1.5;
    list-style: none;
}
.about-list {
    padding: 0;
}
.hakkinda-bg .about-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
}
.icon-fav::before {
    background-image: url('../img/fav.png');
}
.nasil-bg {
    position: relative;
    background: #f7f8f3;
    margin: 50px 0 25px;
    padding: 50px 0;
}
.nasil-bg .about-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    line-height: 1.5;
    list-style: none;
}
.nasil-bg .icon-fav:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.icon-fav::before {
    background-image: url('../img/fav.png');
}
.nasil-bg:after {
    background: #E0FAAD;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 26%;
    height: 50%;
    content: "";
    z-index: 0;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 5px;
    -webkit-box-shadow: 0 0 20px #cacaca;
    box-shadow: 0 0 20px #cacaca;
    border-bottom-left-radius: 5px;
}
.coz-img {
    position: relative;
}
.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}
.sub-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}
.solutions-section {
    background-image: url('../img/cozum-bg.jpg');
    background-size: cover;
    background-position: top;
    position: relative;
    padding: 60px 20px;
    overflow: hidden;
    color: #ffffff;
}
.solution-card-content {
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    margin: 30px;
    padding: 0;
    text-align: center;
    background: white;
    border-radius: 5px;
}
.text-coz {
    color: white;
    font-size: 1.1rem;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-top: 21px;
}
.progress-circle {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #e9ecef;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.progress-circle::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(#28a745 0%, #e9ecef 0%);
    clip-path: circle(50%);
    z-index: -1;
}
.percentage {
    position: relative;
    font-size: 41px;
    color:  #1B4B21;
    z-index: 1;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 50%;
    width: 110px;
    height: 110px;
	font-style: italic;
}
.description {
    /* text-align: center; */
    margin-top: 35px;
}
.special-circle {
    font-size: 25px;
    color:  #1B4B21;
    /* text-align: center; */
    background: #ffffff;
    line-height: 1;
    border-radius: 50%;
    width: 100px;
    display: inline-grid;
    justify-content: space-around;
}
.special-circle p {
    line-height: 0.5;
    font-family: "Noto Serif", serif;
    font-style: italic;
    font-size: 14px;
}
/* 03382e */
.special-circle .top-number {
    font-size: 48px;
    font-weight: bold;
    text-align: left;
}
.testimonail-section {
    background: #1B4B21;
}
.contact-container {
    max-width: 600px;
    margin: 50px auto;
    /* background: #ffffff; */
    padding: 30px;
    border-radius: 10px;
}
.formbas h1 {
    font-size: 50px;
    font-weight: 500;
    color:  #1B4B21;
    text-align: center;
    width: 100%;
}
.contact-container p {
    font-size: 1.1rem;
    color: #000000;
    text-align: center;
    margin: 75px 100px 75px 100px;
    font-weight: 400;
}
.form-control {
    border: 1px solid #000000;
    border-radius: 0;
    height: 50px;
}
.btn-submit {
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    width: 100%;
}
.btn-submit:hover {
    background-color: #218838;
}
.checkbox-label {
    font-size: 13px;
}
.copyright .row {
    border-top: 1px solid #ffffff0d;
}
.footer-box span {
    color: #92ff9e;
    font-size: 16px;
    font-weight: 500;
}
.footer-box .pwidth {
    width: 230px;
}
.form-check {
    display: flex !important;
}
.form-control:focus {
    color: #000000;
    border-color: #E0FAAD;
    box-shadow: none;
}
.mailhome {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 2rem;
    color:  #1B4B21;
}
.formbas h1::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('../img/alts.png');
    /* /background-size: contain; */
    background-repeat: no-repeat;
    object-fit: cover;
    margin: 0px auto 25px;
    background-position: center;
}
.section-title h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 51px;
    background-image: url('../img/alts.png');
    /* /background-size: contain; */
    background-repeat: no-repeat;
    object-fit: cover;
    margin: 20px auto 25px;
    background-position: center;
}
.latest-news {
    background: #f7f8f3;
}
.testimonial-body::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 0px;
    width: 26px;
    height: 26px;
    background-image: url('../img/par.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.testimonial-body::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 26px;
    height: 26px;
    background-image: url('../img/pars.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.excerpt {
    font-size: 22px;
    font-weight: 400;
}
.bg-testimonail {
    background-image: url('../img/usts.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 128px;
    border-radius: 0;
    margin-bottom: 45px;
}
.description p {
    color: #000000;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 500;
    margin: 0;
    position: relative;
}
.description span {
    font-weight: 300;
    font-size: 1.1rem;
    font-style: italic;
    line-height: 1;
}
.description p::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 2px;
    height: 100%;
    background-color: #E0FAAD;
}
.odmt .col:first-child .description p::before {
    content: none;
}
.solutions-section .section-title h3 {
    color: white;
}
.imgshape {
    content: '';
    display: block;
    width: 100%;
    height: 51px;
    background-image: url('../img/alts.png');
    /* /background-size: contain; */
    background-repeat: no-repeat;
    object-fit: cover;
    margin: 20px auto 25px;
    background-position: center;
}
.solutions-section .title {
    text-align: center;
    width: 100%;
    font-size: 2rem;
    color: #E0FAAD;
    font-weight: 400;
}
.solutions-section .text-cozalt {
    color: white;
    width: 60%;
    text-align: center;
    display: inline-block;
    font-size: 1.1rem;
    margin-top: 50px;
    position: relative;
}
.solutions-section .text-cozalt::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 1px;
    background-color: #E0FAAD;
}
.solution-card-content h4::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
    width: 27px;
    height: 20px;
    background-image: url('../img/leafs.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.solution-card-content:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 1px;
    background-color: #E0FAAD;
}
.solutions-section::before, .solutions-section::after {
    content: '';
    position: absolute;
    background-image: url('../img/shape.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 700px;
    height: 500px;
    z-index: 0;
}
.solutions-section::before {
    top: 7%;
    right: -275px;
}
.solutions-section::after {
    bottom: 7%;
    left: -185px;
}
.nasil-bg .icon-fav::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 25px;
    width: 2px;
    height: 250px;
    background-color: #000;
    z-index: 0;
}
.icon-fav.no-after::after {
    content: none;
}
.icon-fav.after-1::after {
    height: 180px;
}
.featured-text .altshape::after {
    content: '';
    position: absolute;
    bottom: -63px;
    left: 0;
    /* transform: translateX(-50%); */
    width: 100%;
    height: 100%;
    background-image: url('../img/healfyalt.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.left-image img {
    overflow: hidden;
    margin-left: -15px;
    border-bottom: 25px solid #1B4B21;
}
.right-image img {
    overflow: hidden;
    margin-left: 15px;
    border-bottom: 25px solid #1B4B21;
    z-index: 1;
    position: relative;
}
.bg-custom {
    background: #1B4B21 ;
}
.featured-text a {
    background-color: #1B4B21;
    color: white;
}
.custom-dropdown {
    position: relative;
}
.custom-dropdown .dropdown-custom-content {
    display: none;
    position: absolute;
    top: 100%;
    left: -5vw;
    width: 800px;
    background-color: #ffffff;
    padding: 0;
    z-index: 999;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    font-family: "Arial", sans-serif;
}
.custom-dropdown:hover .dropdown-custom-content {
    display: flex;
    visibility: visible;
    opacity: 1;
}
.dropdown-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0px;
    text-align: start;
    padding: 35px 30px;
}
.dropdown-column a {
    text-decoration: none;
    color: #0d3b1e !important;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 1.8;
    transition: color 0.3s ease;
}
.dropdown-column a:hover {
    color: #238854;
}
.dropdown-column p {
    font-size: 14px;
    color: #333;
    font-style: italic;
    line-height: 1.6;
    font-weight: 500;
    padding: 0 15px;
}
.main-menu ul > li > a {
    text-decoration: none;
    padding: 10px 15px;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
}
.main-menu ul > li > a:hover {
    color: #238854;
}
.dropdown-custom-content .dropdown-column:last-child {
    background: #f7f8f3;
}
.dropdown-column a {
    padding: 5px 15px !important;
}
.dropdown-column a:hover {
    padding: 5px 20px !important;
    color: #E0FAAD !important;
}
.featured-text h2 {
    position: relative;
}
.custom-dropdown .sub-menu{
	background-color: transparent !important;
	box-shadow: none !important;
}
.mobile-buttons {
	display: none; 
}
.dropdown-custom-content .active{
	padding: 5px 20px !important;
    color: #E0FAAD !important;
}
nav.main-menu ul .navbut a {
    color: #fff;
    font-weight: 700;
    display: block;
    padding: 5px 12px;
    margin: 15px;
    position: relative;
}
.hero-btns a{
	margin: 15px;
}
.blog-list .single-latest-news img{
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: contain;
    /* object-fit: cover; */
}
.blog-list .blog-a {
    color: #92ff9e !important;
    background-color: #1B4B21 !important;
}
.blog-list .single-latest-news {
    margin-bottom: 30px;
    padding: 25px 0;
	border-bottom: 2px solid #00000030;
}
.blog-list {
    background: #f9faf5;
}
.category-list li::before {
	content: ''; 
	position: absolute;
	left: -15px; 
	top: 50%; 
	width: 10px; 
	height: 1px; 
	background-color: white; 
	transform: translateY(-50%); 
}
.category-list li:first-child::before,
.category-list li:nth-child(6)::before {
	content: none; 
}
.category-list li.indented {
	padding-left: 34px; 
	margin: 14px 0;
}
.category-list li.indented:hover {
	padding-left: 34px; 
	margin-left: 5px;
}
.accordion {
    background: #fefefe;
    padding: 15px;
    border-radius: 15px;
}
.category-list li.indented::before {
    content: '';
    position: absolute; 
    left: 10px; 
    top: 50%; 
    width: 19px; 
    height: 1px; 
    background-color: #92ff9e; 
    transform: translateY(-50%); 
}
.blog-list .item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.blog-list .item img {
	width: 80px;
	object-fit: cover;
	margin-right: 15px;
}
.blog-list .item h2 {
	font-size: 17px;
	color: #333;
	margin: 0;
	line-height: 1.3;
}
.blog-list .populeritem {
    background: #fefefe;
    border-radius: 15px;
    padding: 22px;
}
.blog-list::before {
    content: '';
    position: absolute;
    background-image: url(../img/shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 600px;
    top: 200vh;
    right: -11vw;
    height: 500px;
    z-index: 0;
}
.more-posts {
    position: relative;
}
.more-posts h4::before {
    content: '';
    position: absolute;
    background-image: url(../img/right.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 38%;
    right: 20px;
    z-index: 0;
}
.form-group label {
	display: block;
	text-align: left;
	color: #666;
	margin-bottom: 5px;
}
.form-options {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	font-size: 14px;
}
.checkbox-container {
	display: flex;
	align-items: center;
}
.checkbox-container input {
	margin-right: 5px;
}
.login-container {
    display: flex;
    justify-content: center;
}
.checkbox-container label{
	margin: 0;
}
.form-options a{
	color: black;
    text-decoration: underline;
}
.uye-text a{
	color: black;
    text-decoration: underline;
}
.uye-text{
	margin: 25px 0;
}
.social-login-container {
	width: 250px;
	margin: 0 auto;
}
.social-btn {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid;
	background-color: white;
	font-size: 12px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.social-btn img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	float: left;
}
.social-btn:hover {
	background-color: #f0f0f0;
}
.google-btn {
	border-color: #4285f4;
}
.facebook-btn {
	border-color: #3b5998;
}
.apple-btn {
	border-color: #333;
}
.login::before {
    content: '';
    position: absolute;
    background-image: url(../img/shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 600px;
    top: 115%;
    right: -11vw;
    height: 500px;
    z-index: 0;
}
.login {
    background: #f7f8f3;
    padding: 40px 0 30vh 0;
}
.login .section-title p {
    font-size: 1.1rem;
    width: 66%;
    color: #000000;
    margin-top: 0px;
    line-height: 1.3;
}
.login .section-title h3 {
    padding-bottom: 0px;
}
.login .login-container p{
	color: #1B4B21;
	font-weight: 500;
	font-size: 19px;
	font-family: "Noto Serif", serif;
	margin-bottom: 35px;
}
.login a.boxed-btn:hover {
    background-color: #1B4B21;
    color: #E0FAAD;
}
.bizkimiz .nasil-bg {
    background: #f7f8f3;
    margin: 0;
    padding: 100px 0;
}
.bizkimiz .altshape::after {
    content: '';
    position: absolute;
    bottom: -61px;
    left: -20px;
    /* transform: translateX(-50%); */
    width: 100%;
    height: 100%;
    background-image: url(../img/healfyalt.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.bizkimiz .section-title {
    margin-bottom: 80px;
}
.misyon  {
    background: #1B4B21;
}
.misyon .hakkinda-bg {
    position: relative;
    margin: 0;
    padding: 100px 0 0;
}
.misyon .left-image{
	position: relative;
	z-index: 1;
}
.misyon .hakkinda-bg:after {
    left: 0;
    top: 0;    
	z-index: 0;
}
.misyon .featured-text h2 {
	color: #E0FAAD;
}
.misyon .featured-text p {
	color: #fff;
}
.misyon .featured-text .altshape::after {
    left: -30px;
}
.degerlerimiz{
    padding: 75px 0;
    background: #f7f8f3;
}
.degerlerimiz img {
    border-radius: 50%;
}
.degerlerimiz .deg-col .content {
	position: relative;
	padding: 0 11px;
}
.degerlerimiz .deg-col .content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 1px;
	width: 2px;
	height: 75px;
	z-index: 0;
	border-radius: 10px;
}
.degerlerimiz .list-box .content h3 {
    color: #1B4B21;
    font-size: 29px;
    margin-bottom: 10px;
    font-family: "Noto Serif", serif;
}
.deg-col:nth-child(1) .list-icon img {
	background-color: #b15ae9;
}
.deg-col:nth-child(1) .content::before {
	background-color: #b15ae9;
}
.deg-col:nth-child(2) .list-icon img {
	background-color: #e85a74;
}
.deg-col:nth-child(2) .content::before {
	background-color: #e85a74;
}
.deg-col:nth-child(3) .list-icon img {
	background-color: #53a1e9;
}
.deg-col:nth-child(3) .content::before {
	background-color: #53a1e9; /
}
.deg-col:nth-child(4) .list-icon img {
	background-color: #5cdce9;
}
.deg-col:nth-child(4) .content::before {
	background-color: #5cdce9;
}
.deg-col:nth-child(5) .list-icon img {
	background-color: #e6c254;
}
.deg-col:nth-child(5) .content::before {
	background-color: #e6c254; 
}
.deg-col:nth-child(6) .list-icon img {
	background-color: #e88b58;
}
.deg-col:nth-child(6) .content::before {
	background-color: #e88b58;
}
.degerlerimiz .section-title p {
    width: 57%;
	margin-bottom: 14px;
}
.manifesto{
    background: #1B4B21;
    padding: 75px 0;
}
.manifesto .section-title h3 {
	color: #ffffff;
}
.manifesto .right-image img {
	border-bottom: 25px solid #E0FAAD;
}
.manifesto .altshape::after {
    content: '';
    position: absolute;
    bottom: -95px;
    left: -20px;
    width: 100%;
    height: 100%;
    background-image: url(../img/healfyalt.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.manifesto .featured-text h2 {
	color: #E0FAAD;
	font-size: 33px;
	width: 80%;
}
.manifesto .featured-text p {
	color: white;
	margin: 23px;
}
.iletisim-h{
    padding: 100px 0;
    background: #f7f8f3;
}
.iletisim-h .contact-container {
    background: transparent;
	text-align: center;
}
.iletisim-h .contact-container p {
    margin: 16px 10px;
}
.iletisim-h a.boxed-btn {
	margin-top: 15px;
    background-color: #1B4B21;
    color: #ffffff;
	padding: 10px 50px;
}
.iletisim-s{
    background: #f7f8f3;
    margin: 0;
	padding: 100px 0 40vh;
}
.iletisim-s .formbas p{
    width: 100%;
    text-align: center;
}
.iletisim-s .formbas h1::after {
    content: none;
}
.iletisim-s .formbas p::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/alts.png);
    background-repeat: no-repeat;
    object-fit: cover;
    margin: 0px auto 25px;
    background-position: center;
}
.iletisim-s .contact-container {
    margin: 0px auto;
}
.iletisim-s .contact-section {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 20px;
}
.iletisim-s .contact-item {
	display: flex;
	align-items: center;
	color: #1B4B21;
	text-decoration: none;
	font-size: 16px;
}
.iletisim-s .contact-item i {
	margin-right: 8px;
	font-size: 27px;
}
.iletisim-s::after {
    content: '';
    position: absolute;
    background-image: url(../img/shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 600px;
    top: 134vh;
    right: -11vw;
    overflow: hidden;
    height: 500px;
    z-index: 0;
}
.nedenkatilim {
    background: #1B4B21;
    padding: 75px 0;
}
.nedenkatilim .section-title h3 {
    color: #ffffff;
}
.nedenkatilim .list-box .content h3 {
	color: #E0FAAD;
}
.nedenkatilim .list-box .content p {
	color: #ffffff;
}
.nedenkatilim .list-icon img {
    border-radius: 50%;
}
.nedenkatilim .list-box {
    border: 2px solid #E0FAAD;
    padding: 20px;
    height: 100%;
    margin: 15px -7px;
}
.nedenkatilim .section-title p {
    color: white;
    width: 50%;
}
.nedenkatilim .right-image:after {
    background: #E0FAAD;
    position: absolute;
    right: 0;
    top: 70px;
    width: 62%;
    height: 70%;
    content: "";
    z-index: 0;
    background-size: cover;
    background-position: center;
}
.custom-file-upload {
    position: relative;
    display: inline-block;
    width: 100%;
}
.custom-file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.custom-file-label {
    display: block;
    text-align: center;
    border: 1px solid #000000;
    cursor: pointer;
    border-radius: 0;
    color: #333;
}
.custom-file-input:focus + .custom-file-label {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 3px #007bff;
}
.custom-file-input:valid + .custom-file-label::after {
    content: " Dosya seçildi.";
    color: #007bff;
}
.shape::before {
    content: '';
    position: absolute;
    background-image: url(../img/shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 600px;
    bottom: 0;
    right: -11vw;
    height: 500px;
    z-index: 0;
}
.kariyer-s .hero-text h1 {
    font-size: 56px;
    font-weight: 400;
}
.uyeol::before {
    top: 130%;
}
.section-title1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}
.section-title1 h3 {
    font-size: 2.5rem;
    position: relative;
    padding-bottom: 15px;
    color: #1B4B21;
    font-weight: 500;
}
.nelersunuyoruz {
    background: #1B4B21;
    padding: 75px 0;
}
.nelersunuyoruz .section-title h3 {
    color: #ffffff;
}
.nelersunuyoruz .list-box .content h3 {
	color: #E0FAAD;
}
.nelersunuyoruz .list-box .content p {
	color: #ffffff;
}
.nelersunuyoruz .list-icon img {
    border-radius: 50%;
}
.nelersunuyoruz .right-image:after {
    background: #E0FAAD;
    position: absolute;
    right: 0;
    top: 0px;
    width: 62%;
    height: 61%;
    content: "";
    z-index: 0;
    background-size: cover;
    background-position: center;
}
.nelersunuyoruz .right-image img {
    border-bottom: none;
}
.sonuc {
    background: #f7f8f3;
    padding: 75px 0;
	position: relative;
}
.sonuc .description p::before {
    content: none;
}
.sonuc .description p{
    font-size: 19px;
}
.sonuc .section-title p {
    font-size: 33px;
    width: 99%;
    color:  #1B4B21;
    margin-top: 0px;
    line-height: 1.3;
}
.cstm-cr{
	background: #92ff9e;
}
.cstm-cr .special-circle {
    height: 70%;
    align-content: center;
}
.cstm-cr .special-circle .top-number {
    font-size: 48px;
    font-weight: 400;
}
.cstm-odm{
	margin-top: 25px;
	padding-top: 45px;
	border-top: 2px solid #92ff9e;
}
.sonuc::before {
    content: '';
    position: absolute;
    background-image: url(../img/shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 600px;
    bottom: 3vh;
    right: -11vw;
    height: 500px;
    z-index: 0;
}
.test {
    background: #f7f8f3;
    padding: 75px 0;
	position: relative;
}
.test .card-title{
    background: #E0FAAD;
    border-radius: 10px;
    margin: 19px 0;
    font-size: 21px;
    padding: 4px 20px;
    font-weight: 500;
    color: #1B4B21;
    height: 65px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.test .card img{
	background: white;
}
.test .test-button a {
    background: #1B4B21;
    color: white;
}
.single-test-item {
    height: 100%;
    position: relative;
}
.card-text {
	height: 32vh;
}
.product-lists .col-lg-4{
	/* margin: 10vh 0; */
}
.test .card {
    background: transparent;
    border: none;
}
.breadcrump {
    background: #1B4B21;
    z-index: 1;
    position: relative;
    width: 100%;
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testbilgi-s{
	background: #f7f8f3;
	margin: 0;
	padding: 5vh 0 10vh;
}
.testbilgi-s .formbas p {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #1B4B21;
    font-family: "Noto Serif", serif;
}
.testbilgi-s .formbas h1::after {
    content: none;
}
.testbilgi-s .formbas p::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/alts.png);
    background-repeat: no-repeat;
    object-fit: cover;
    margin: 0px auto 25px;
    background-position: center;
}
.b-text {
    text-align: center;
    margin: 30px 15px;
}
.alt-b {
    border-bottom: 1px solid #1B4B21;
}
.b-text h3 {
    font-size: 25px;
}
.b-text p {
    font-size: 1.1rem;
}
.bilgi-text {
    text-align: center;
    margin: 30px 15px;
}
.bilgi-text h5{
    font-size: 15px;
}
.bilgi-text p{
    font-size: 13px;
}
.bilgi-text a{
	background: #1B4B21;
    color: white;
}
.testbilgi-s .b-text{
	font-size: 15px !important;
}
.test-sure {
    text-align: center;
    width: 100%;
}
.question-number {
    font-weight: 400;
    font-size: 22px;
	text-align: center;
	margin: 20px 0;
}
.icon-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.question p {
    font-size: 30px;
    margin-top: 40px;
    font-weight: 500;
    color: #1B4B21;
}
.icon-container span{
    width: 50px;
    height: 50px;
    background: #00000000;
    text-align: center;
    border: 2px solid #1B4B21;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	cursor: pointer;
}
#result-section {
	display: none; 
	text-align: center;
}
#result-button {
	display: none; 
}
.score-a {
    margin: 50px;
}
.score-a span{
    background: #92ff9e;
    padding: 25px 40px;
    border-radius: 50%;
    font-size: 33px;
    color: #1B4B21;
}
.testbilgi-s .formbas h2 {
    width: 100%;
    text-align: center;
    font-size: 22px;
	margin-bottom: 35px;
    color: #1B4B21;
    font-family: "Noto Serif", serif;
}
.testbilgi-s .formbas h2::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/alts.png);
    background-repeat: no-repeat;
    object-fit: cover;
    margin: 0;
    background-position: center;
}
.testbilgi-s .yn-buton {
	margin-bottom: 20px;
}
.testbilgi-s .form-check-input {
	display: none; 
}
.testbilgi-s .form-check-label {
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid #1B4B21; 
	border-radius: 9px;
	cursor: pointer;
	text-align: justify;
	width: 25%;
	transition: border-color 0.3s, color 0.3s;
}
.testbilgi-s .form-check-input:checked + .form-check-label {
	border-color: #92ff9e; 
	color: #1B4B21; 
}
.testbilgi-s .form-check-label::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #1B4B21; 
	margin-right: 10px;
	transition: background-color 0.3s;
}
.testbilgi-s .form-check-input:checked + .form-check-label::before {
	border-color: #28a745; 
	background-color: #28a745; 
}
.product-lists .card-title span {
    display: contents;
    font-size: 14px;
}
.uzman-list{
    background: #f7f8f3;
    padding: 75px 0;
	position: relative;
}
.uzman-list .card-title {
    background: #E0FAAD;
    border-radius: 10px;
    margin: 19px 0;
    font-size: 21px;
    padding: 4px 20px;
    font-weight: 500;
    color: #1B4B21;
    height: 65px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uzman-list .card {
    background: transparent;
    border: none;
}
.uzman-list .card img {
	background: #cacaca;
}
.uzman-list .test-button a {
    background: #1B4B21;
    color: white;
}
.uzman-list .card-text {
    height: 20vh;
}
.uzman-detay .uzman-title .bilgi ul {
	display: flex; 
	flex-wrap: wrap; 
	padding: 0; 
	list-style-type: none; 
}
.uzman-detay .uzman-title .bilgi ul li {
	background-color: white; 
	border: 1px solid #ccc; 
	border-radius: 5px; 
	padding: 5px;
	flex: 0 0 calc(50% - 10px);
	margin: 5px; 
	box-sizing: border-box;
	text-align: center; 
}
.bilgi2 {
	display:none;
}
.bilgi2 ul {
	display: flex; 
	flex-wrap: wrap; 
	padding: 0; 
	list-style-type: none; 
}
.bilgi2 ul li {
	background-color: white;
	border: 1px solid #1B4B21;
	border-radius: 5px;
	padding: 5px;
	flex: 0 0 calc(50% - 10px);
	margin: 5px;
	box-sizing: border-box;
	text-align: center;
}
.uzman-detay {
    background: #f7f8f3;
    position: relative;
}
.uzman-detay .uzman-title h2 {
    position: relative;
	font-size: 33px;
	margin: 0;
    line-height: 1;
}
.uzmanalan-bg{
	position: relative;
}
.uzmanalan-bg:after {
    position: absolute;
    background: #E0FAAD;
	left: 0;
	top: 0;
	z-index: 0;
	width: 63%;
	height: 100%;
	content: "";
	background-size: cover;
	background-position: center;
}
.uzmanalan-bg .row {
    position: relative;
    z-index: 1;
}
.uzman-detay .bilgi {
    margin-top: 3vh;
}
.uzman-detay .bilgi h3 {
    font-size: 1.1rem;
    position: relative;
    font-weight: 500;
}
.uzman-detay .bilgi h3::before {
	content: "";
    background-image: url(../img/leafs.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    bottom: -14px;
    filter: invert(1) brightness(0);
}
.uzman-detay .bilgi h3::after {
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background-color: #1B4B21;
    margin: 0 auto;
}
.bilgi{
	display: block;
}
.ajanda-s{
	background: #f7f8f3;
}
.ajanda-s .sidebar-section{
	margin-top:0;
}
.ajanda-s .calendar {
	background-color: #fff;
	border-radius: 10px;
}
.ajanda-s .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	background: #1B4B21;
	color: #E0FAAD;
	font-size: 25px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.ajanda-s .days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	text-align: center;
}
.ajanda-s .day {
	padding: 7px;
	cursor: pointer;
}
.ajanda-s .day-name {
	font-weight: bold;
}
.ajanda-s .current-day {
	background-color: #a8e6cf;
	border-radius: 50%;
}
.ajanda-s .days .selected {
	background-color: #E0FAAD;
    border-radius: 50%;
}
.ajanda-s .faded {
	color: #bbb; 
}
.ajanda-s .selected-date{
	display: none;
}
.time-selection {
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.time-selection .time-slot {
	cursor: pointer;
    background: white;
    text-align: center;
    margin: 5px 6px;
    border-radius: 10px;
    display: inline-block;
    padding: 5px 22px;
    /* width: 80px;*/
}
.time-selection .selected {
	background-color: #E0FAAD;
    border-radius: 10px;
}
.time-selection .arrow-button {
	cursor: pointer;
    text-align: center;
    padding: 7px 7px;
    margin: 0px;
    display: block;
    color: white;
}
.time-selection .time-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.time-selection .icon-container {
	display: flex;
    flex-direction: column;
    margin-left: 0px;
    margin-top: 0px;
    background: #1B4B21;
    border-radius: 10px;
}
.ajanda-s .sidebar-section > div {
    margin-bottom: 0px;
}
.visite {
	padding: 50px 15px;
}
.randevu-btn {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.randevu-btn a{
    background: #1B4B21;
    color: #E0FAAD;
    padding: 10px 50px;
}
.premeet-btn {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 85px;
}
.premeet-btn a{
    background: #E0FAAD;
    color: #1B4B21;
    padding: 10px 50px;
}
.uzman-detay .custom-section {
	padding: 20px 10px;
}
.uzman-detay .custom-title {
	font-weight: 500;
	font-size: 25px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	position: relative;
}
.uzman-detay .custom-title::before {
	content: "";
	background-image: url('../img/leafs.png'); 
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px; 
	height: 24px; 
	display: inline-block;
	margin-right: 10px;
}
.uzman-detay .custom-title::after {
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    bottom: 2px;
    width: 100%;
    height: 2px;
    background-color: #1B4B21;
    margin: 0 auto;
}
.uzman-detay .custom-list {
	padding-left: 0;
}
.uzman-detay .custom-list .sub-text {
    font-size: 12px;
    color: #666;
    display: block;
    margin-bottom: 5px;
}
.uzman-detay .custom-list li {
	margin-bottom: 15px;
	padding-left: 0px;
	margin-left: 1rem;
	position: relative;
	font-size: 1.1rem;
	line-height: 1.2;
	font-family: "Montserrat", serif;
}
.uzman-detay .custom-paragraph {
	line-height: 1.3;
	font-size: 1.1rem;
}
.bg-uzmandetayalt {
    background: #ffffff;
    border-radius: 5px;
}
.uzman-detay .left-line::before{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 21px;
    top: 35px;
    width: 2px;
    height: 86%;
    background-color: #1B4B21;
    margin: 0 auto;
}
.calismaa ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style-type: none;
}
.calismaa ul li {
    background-color: white;
    border: 1px solid #1B4B21;
    border-radius: 5px;
    padding: 5px;
    flex: 0 0 calc(25% - 10px);
    margin: 5px;
    box-sizing: border-box;
    text-align: center;
}
.uzm-dropdown {
	display: none;
}
nav.main-menu ul .navbut a:after {
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 2px;
	background-color: #E0FAAD;
	content: "";
}
nav.main-menu ul li.navbut a:last-child {
    color: #1B4B21;
}
.boxed-btn::before {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: #E0FAAD;
}
#nasilcalisir {
	scroll-margin-top: 10vh;
}
.solutions-section .solution-card-content a{
	color: #1B4B21;
}
.solutions-section .solution-card-content a:hover{
	color: #E0FAAD;
}
#kariyerformkariyerform {
	scroll-margin-top: 10vh;
}
.logo-carousel-section .owl-stage {
    display: flex;
    animation: scroll 60s linear infinite;
}

@keyframes scroll {
    from {
        transform: translateX(0);
	}
    to {
        transform: translateX(-100%);
	}
}
.word {
	display: none; 
	color: white;
	transition: opacity 1s ease;
}
.word.active {
	display: inline; 
}