@charset "UTF-8";
/*---------------------------------------------------------
[Master Stylesheet]
YAPIMCI : OFISIMO 
Versiyon: v7.0.0

    CSS INDEX OFISIMO SOFTWARE
----------------------------------------------------------*/
/*----------------------------------------------------------
[Table of contents]
01. Global Styles
02. Helper Classes
03. Preloader
04. Header
05. Home Banner
06. Card Icon
07. Hover CSS
-------------------------------------------------------------*/

/*=============================
	[01. Global Styles]
===============================*/


* {
    /* font-family: 'Poppins', 'Roboto', sans-serif; */
    font-family: 'PT Sans', sans-serif;
    box-sizing: border-box;
    line-height: 1.5;
}

/* body,
.btn,
.form-control,
.dropdown-toggle-select {
    font-size: 14px;
} */

input:focus,
textarea:focus {
    box-shadow: none !important;
    border-color: #ddd !important;
}

/*=============================
	[01. Global Styles]
===============================*/
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 0;
    line-height: 1.8;
}

/*=============================
	[02. Helper Classes]
===============================*/
.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.object-fit-cover {
    object-fit: cover;
}

.hv-100 {
    height: 100vh;
}

.hv-90 {
    height: 90vh;
}

/*  */
.bg-img-cover {
    background-size: cover !important;
}

.bg-postion-center {
    background-position: center;
}

.border-color-silver {
    border-color: #eee !important;
}

/* Background Color */
.bg-primary {
    background-color: var(--primary-bg-color) !important;
}

.bg-silver {
    background-color: #eee;
}

.bg-white-glass {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

/* Text */
.text-primary {
    color: var(--bs-link-color);
}

.text-black {
    color: #1d1d1d;
}

.text-gray {
    color: #666;
}

.span-primary-text span {
    color: var(--bs-link-color);
}

.span-success-text span {
    color: var(--bs-success);
}

.span-info-text span {
    color: var(--bs-info);
}

.span-warning-text span {
    color: var(--bs-warning);
}

/* Line Height */
.line-height-1 {
    line-height: 1.5 !important;
}

.line-height-2 {
    line-height: 1.8 !important;
}

.line-height-3 {
    line-height: 2 !important;
}

/* Absolute Box */
.absolute-box {
    position: relative;
}

.absolute-box::after {
    content: "";
    position: absolute;
    width: 45%;
    height: 100%;
    top: 0;
    left: -5%;
    background-color: #1d1d1d;
}

.after-skew-x-45::after {
    transform: skewX(45deg);
}

.after-rounded::after {
    border-radius: 50px;
}

.after-border-radius::after {
    border-radius: 5px;
}
.background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
[data-opacity="6"]:before {
    opacity: 0.6;
}
	
[data-overlay="black"]:before {
    background-color: #000000;
}
	[data-overlay] {
    position: relative;
}
[data-overlay]:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}.z-index-common {
    position: relative;
        z-index: 1;
}@media (min-width: 992px) {
    .pb-lg-100 {
        padding-bottom: 100px;
    }
}
@media (min-width: 992px) {
    .pt-lg-120 {
        padding-top: 120px;
    }
}@media (min-width: 1199px) {
    .sec-title1 {
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 10px;
        margin-top: -15px;
    }
}.breadcumb-menu-style1 {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    -webkit-transform: translateX(-50%) translateY(50%);
    -ms-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
    margin: 0;
    padding: 17px 38px;
    border-radius: 50px;
    box-shadow: 0px 1px 100px 0px rgba(0, 0, 0, 0.15);
    max-width: 100%;
    text-align: center;
}.breadcumb-menu-style1 li:first-child {
    margin-left: 0;
}

.breadcumb-menu-style1 li, .breadcumb-menu-style1 a, .breadcumb-menu-style1 span {
    color: #777777;
    white-space: normal;
    word-break: break-all;
}
.breadcumb-menu-style1 li {
    display: inline-block;
    margin: 0 6px;
    list-style: none;
}.breadcumb-menu-style1 li:after {
    content: '-';
    position: relative;
    right: -7px;
    float: right;
}.breadcumb-menu-style1 li:last-child {
    margin-right: 0;
}.mb-30 {
    margin-bottom: 30px;
}
@media (max-width: 992px) {	
.pb-95 {
    padding-bottom: 50px;
}
.pt-65 {
    padding-top: 90px;
}}
.ofisimo-single>ul {
    margin: 10px 0;
}.ofisimo-single>ul li {
    display: inline-block;
    margin-right: 2px;
}.ofisimo-single>ul li a {
    display: block;
    width: 33px;
    height: 33px;
    text-align: center;
    background: #212121 none repeat scroll 0 0;
    color: #fff;
    border-radius: 50%;
    line-height: 33px;
    font-size: 13px;
}	.ofisimo-detay li {
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
    padding-left: 5px;
}
li.ofm-li {
    color: var(--genel);
    font-weight: bold;
    padding: 5px;
    padding-right: 10px;
}.blog-catagory li:before {
    content: "\f0c8";
    display: inline-block;
    padding-right: 0px;
    color: #333333;
    font-family: "FontAwesome";
    font-size: 0px;
    line-height: 14px;
}.blog-catagory span {
    margin-left: 1px;
    float: right;
}
/* Buttons */
.btn-outline-primary,
.btn-primary,
.btn-white,
.btn-outline-search,
.btn-outline-dark,
.btn-dark,
.btn-facebook,
.btn-google {
    border: 1px solid var(--primary-bg-color);
    color: var(--primary-txt-color);
    padding: 0.5rem 0.8rem;
    border-radius: 3px;
    transition: all 0.3s;
}

.btn-primary {
    background-color: var(--primary-bg-color);
    color: var(--white-txt-color);
}

.btn-primary:hover {
    background-color: var(--white-bg-color);
    color: var(--primary-txt-color);
}

.btn-white {
    background-color: var(--white-txt-color);
    color: var(--primary-txt-color);
    padding: 0.5rem 1.5rem;
    border-radius: 3px;
    transition: all 0.3s;
}

.btn-outline-primary:hover,
.btn-outline-search:hover,
.btn-outline-search.active {
    background-color: var(--primary-bg-color);
    color: var(--white-txt-color);
}

.btn-white:hover {
    background-color: #1d1d1d;
    color: var(--white-txt-color);
}

.btn-outline-search {
    padding: 0.375rem 0.75rem;
}

.btn-dark {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
}

.btn-facebook {
    background-color: #4267B2;
    border: 1px solid #4267B2;
    color: var(--white-txt-color);
}

.btn-facebook:hover {
    color: #4267B2;
    border: 1px solid #4267B2;
}

.btn-google {
    background-color: #DB4437;
    border: 1px solid #DB4437;
    color: var(--white-txt-color);
}

.btn-google:hover {
    color: #DB4437;
    border: 1px solid #DB4437;
}

.btn-outline-dark,
.btn-dark:hover {
    background-color: var(--white-txt-color);
    border-color: #1d1d1d;
    color: #1d1d1d;
}

.btn-outline-dark:hover,
.btn-dark {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
    color: var(--white-txt-color);
}

.sq-btn {
    background-color: #1d1d1da8;
    color: var(--white-txt-color);
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
    text-align: center;
    line-height: 36px;
    border-radius: 3px;
}

.btn-primary-list {
    background-color: var(--primary-bg-color);
    color: var(--white-txt-color);
    padding: 0.5rem 1.5rem;
    border-radius: 3px;
}

.btn-primary-list:hover {
    background-color: var(--white-bg-color);
    color: var(--primary-txt-color);
}

.z-index-1 {
    z-index: 1 !important;
}

.z-index-2 {
    z-index: 2 !important;
}

.fw-ellipsis::after {
    display: inline-block;
    content: "\f142";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    border: 0;
    vertical-align: 0;
    margin-left: 0.4rem;
}

.cursor-pointer {
    cursor: pointer;
}

/* Margin & Padding */
.mt-min-200 {
    margin-top: -200px;
}

.mt-min-140 {
    margin-top: -140px;
}

.mt-min-130 {
    margin-top: -130px;
}

.mt-min-55 {
    margin-top: -55px !important;
}

.pb-9rem {
    /* padding-top: 5rem; */
    padding-bottom: 9rem;
}

.fw-bold-500 {
    font-weight: 500;
}

.rounded-3px {
    border-radius: 3px;
}

.input-group-white .form-control,
.input-group-white .form-select {
    border-color: #eee;
    padding: 0.7rem .8rem;
    font-size: .875rem;
    border-radius: 3px
}

.input-group-white .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.input-group-white .input-group-text,
.form-control-primary {
    border-radius: 3px;
    border-color: #eee;
    background-color: #fff;
    font-size: .875rem;
}

/* Images */
.icon-box {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: var(--primary-txt-color);
}

.icon-small,
.icon-md {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #1d1d1d;
    background-color: var(--white-bg-color);
    border-radius: 3px;
}

.avater-md {
    width: 60px;
    height: 60px;
}

.icon-xl {
    width: 100px;
    height: 100px;
}

.icon-lg {
    width: 50px;
    height: 50px;
}

.avater-small,
.icon-md {
    width: 40px;
    height: 40px;
}

.avater-x-small {
    width: 30px;
    height: 30px;
}

.hover-primary:hover {
    background-color: var(--primary-txt-color) !important;
    color: var(--white-txt-color);
}

.hover-dark:hover {
    background-color: #1d1d1d;
    color: var(--white-txt-color);
}

/* List Outline */
.list-outline,
.list-outline li {
    border: none;
}

.list-outline.p-0 li {
    padding: 0
}

.list-outline li,
.list-outline li a {
    color: #1d1d1d;
}

.list-outline li:hover a,
.list-outline li:hover span {
    color: var(--primary-txt-color);
}

.divider {
    position: relative;
}

.divider::before {
    content: '';
    background-color: #eee;
    height: 1px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}

/*=============================
	[03. Preloader]
===============================*/

.perloader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1500;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/*=============================
	[04. Header]
===============================*/

.logo-sm img {
    max-height: 40px;
}

.tob-bar {
    background-color: var(--primary-bg-color);
}

.left-menu {
    display: flex;
    column-gap: 1.3rem;
    font-size: 0.9rem;
    color: var(--white-txt-color);
    z-index: 1;
}

.right-menu {
    justify-content: flex-end;
    color: var(--white-txt-color);
    font-size: 0.9rem;
}

.social-media a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: var(--white-txt-color);
}

.social-media a:hover {
    background-color: #fff;
    color: #1d1d1d;
}

.main-nav .nav-link {
    padding: 2rem 10px;
    position: relative;
    color: #1d1d1d;
    font-weight: 500;
}

.main-nav .nav-link:before {
    content: "";
    position: absolute;
    background-color: var(--primary-bg-color);
    bottom: 0;
    width: 0;
    height: 2px;
    left: 0;
    transition: all 0.7s;
}

.main-nav .nav-link:hover {
    color: var(--primary-txt-color);
}

.main-nav .nav-link:hover::before,
.main-nav .active::before {
    width: 100%;
}

.nav-white .nav-link,
.nav-white .nav-link:hover {
    color: var(--white-txt-color);
}

.nav-white .nav-link:before {
    background-color: var(--white-bg-color);
}

.nav-primary {
    background-color: var(--primary-bg-color);
}

.nav-primary .main-nav .nav-link {
    color: var(--white-txt-color);
    padding: 1rem 0.5rem;
}

.nav-primary .main-nav .nav-link:before {
    background-color: var(--white-bg-color);
}

.nav-primary .btn-outline-primary {
    background-color: var(--white-bg-color);
}

.nav-primary .btn-outline-primary:hover {
    background-color: #1d1d1d;
    color: var(--white-txt-color);
}

.info-icon-biger {
    display: flex;
    gap: 0.5rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 1rem;
    margin: 0.5rem 0;
}

.info-icon-biger i {
    font-size: 2.3rem;
    color: var(--primary-txt-color);
}

.info-icon-biger .info-content span {
    display: block;
}

.info-icon-biger {
    position: relative;
}

.info-content .title {
    font-size: 0.85rem;
    color: var(--primary-txt-color);
    margin-bottom: 0.3rem;
}

.info-content .action {
    font-size: 1rem;
    color: #1d1d1d;
    font-size: 1.05rem;
}

.info-border .info-icon-biger::after {
    content: "";
    position: absolute;
    top: 10%;
    right: -15px;
    width: 1px;
    height: 80%;
    background-color: #eee;
}

.info-border .info-icon-biger:last-child:after {
    width: 0;
}

.dropdown-menu {
    border-radius: 3px;
    min-width: 200px;
    margin-top: 3px;
    padding: 0;
    border: 0;
}

.dropdown-menu .dropdown-item {
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

li:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu li .dropdown-submenu {
    background-color: var(--white-bg-color);
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 3px;
    min-width: 200px;
    padding: 0;
    margin-left: 6px;
    visibility: hidden;
    opacity: 0;
}

.dropdown-menu li:hover .dropdown-submenu {
    visibility: visible;
    opacity: 1;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--primary-bg-color);
    color: var(--white-txt-color);
}

.submenu-item::after {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    position: absolute;
    right: 15px;
    font-weight: 900;
}

.close-menu {
    background-color: #f7f7f717;
    display: flex;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #666;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 1rem;
    z-index: 2;
}

/*=============================
	[05. Home Banner]
===============================*/
.home-banner-01 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 150px;
    padding-bottom: 200px;
}

.home-banner-01::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1d1d1da8;
}

.home-banner-01 h1 {
    color: var(--white-txt-color);
    font-weight: 600;
    font-size: 3rem;
}

.home-banner-01 p {
    color: var(--white-txt-color);
    font-size: 1.2rem;
    font-weight: 400;
}


/*=============================
	[00. Tabs ]
===============================*/

.nav-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.nav-icon:not(.active) {
    background-color: var(--white-bg-color) !important;
}

.nav-icon i {
    font-size: 1.2rem;
    margin: 0.3rem 0;
}

.nav-absolute {
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: 1;
}

.nav-secondary .nav-link {
    background-color: #1d1d1dbb;
    color: var(--white-txt-color);
    font-size: 1.1rem;
}

.nav-secondary .nav-link.active {
    background-color: #274abb93;
}

.nav-pills-white .nav-link {
    background-color: var(--white-bg-color);
    color: #1d1d1d;
    border-radius: 3px;
}

.nav-pills-white .nav-link:hover,
.nav-pills-white .active {
    background-color: var(--primary-bg-color);
    color: var(--white-txt-color);
}

.nav-pills-white.triangle-bottom .active {
    position: relative;
}

.nav-pills-white.triangle-bottom .active::after {
    content: '';
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    left: 50%;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-top: 0.8rem solid var(--primary-bg-color);
}

.tab-search {
    border-radius: 5px;
}

.search-form-box {
    background-color: var(--white-bg-color);
    border-radius: 5px;
    position: relative;
}

.dropdown-menu-search {
    background-color: var(--white-bg-color);
    position: absolute;
    width: 100%;
    border-radius: 3px;
    background-color: var(--white-bg-color);
    left: 0;
    top: 105%;
    display: none;
    z-index: 3;
}

.search-form-box .form-control,
.search-form-box .form-select,
.search-form-box .input-group,
.btn-adv-search {
    border-radius: 3px;
    border-color: #eee;
    color: #666;
}

.search-form-box .form-control:focus,
.search-form-box .form-select:focus,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    box-shadow: none;
    outline: 0 !important;
    outline-offset: 0;
}

.btn-adv-search {
    white-space: nowrap;
    min-width: 100%;
}

.btn-adv-search:hover {
    color: #1d1d1d;
    border-color: #eee;
}

.search-form-box .input-group-text {
    border-radius: 3px;
    background-color: var(--white-bg-color);
    color: var(--primary-txt-color);
    border-color: #eee;
}

.search-form-box .form-select {
    padding-left: 0;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.dropdown-toggle-select {
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #666 !important;
    background-color: var(--white-bg-color);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #eee;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.dropdown-toggle-select:hover {
    background-color: var(--white-bg-color);
    border: 1px solid #eee;
}

.dropdown-toggle-select::before {
    color: #999;
    font-weight: 900;
}

.custom-slider-range .ui-widget-header {
    background-color: var(--primary-bg-color);
}

.custom-slider-range {
    height: 0.3rem;
}

.custom-slider-range .ui-slider-handle {
    top: -0.4em;
    background-color: var(--white-bg-color);
    border-radius: 50px;
    box-shadow: 0px 0px 4px 0px #999;
    outline: none;
    width: 1rem;
    height: 1rem;
}

.range-input {
    border: 0;
    outline: none;
    color: var(--primary-txt-color);
    font-weight: 600;
}

/*=============================
	[00. Slider Settings ]
===============================*/
.main-slider {
    position: relative;
}

.slider-white-arrow .slick-arrow {
    background-color: var(--white-bg-color);
    color: var(--primary-txt-color);
    border: 0;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 1.1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}

.slider-white-arrow .slick-prev {
    left: 10px;
}

.slider-white-arrow .slick-next {
    right: 10px;
}

.slider-white-arrow .slick-arrow:hover {
    background-color: var(--primary-bg-color);
    color: var(--white-txt-color);
}

.main-slider:hover .slick-arrow {
    opacity: 1;
}

.slider-white-arrow .slick-dots {
    display: flex;
    gap: 0.3rem;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.slider-white-arrow .slick-dots li {
    width: 5px;
    height: 5px;
    background-color: var(--white-bg-color);
    border-radius: 50px;
}

.slider-white-arrow .slick-dots .slick-active {
    background-color: var(--primary-bg-color);
}

.slider-white-arrow .slick-dots button {
    display: none;
}

.slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    color: var(--white-txt-color);
}

.slide::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1d1d1d98;
    /*  rgba(0,0,0,.7); */
    z-index: -1;
}

#home-slider-01 .slide {
    padding-top: 150px;
    padding-bottom: 200px;
}

/*=============================
	[06. Card Icon ]
===============================*/

.card-box {
    transition: all 0.5s;
}

.card-icon {
    background-color: var(--white-bg-color);
}

.card-icon img {
    width: 50px;
    transition: all 0.5s;
}

.card-icon .hide-icon {
    display: none;
}

.card-icon-box {
    font-size: 2.5rem;
    width: 90px;
    height: 90px;
    line-height: 90px;
    display: inline-block;
    border-radius: 3px;
    transition: all 0.5s;
}

.card-icon-rounded {
    font-size: 2.5rem;
    width: 90px;
    height: 90px;
    line-height: 90px;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.5s;
}

.card-box.hover-fade:hover {
    background-color: var(--primary-bg-color) !important;
    color: var(--white-txt-color) !important;
    cursor: pointer;
}

.card-box.hover-fade:hover .card-icon {
    background-color: var(--white-bg-color);
    color: var(--primary-txt-color);
}

.card-box.hover-fade:hover .card-icon .hide-icon {
    display: inline-block;
}

.card-box.hover-fade:hover .card-icon .show-icon {
    display: none;
}

.card-box.hover-fade:hover .card-info {
    color: var(--white-txt-color) !important;
}

.card-box.hover-fade:hover .card-info p {
    color: #eee !important;
}

.card-icon-primary {
    background-color: var(--primary-bg-color);
    color: var(--white-txt-color);
}

.card-icon-secondary .hide-icon {
    display: inline-block;
}

.card-icon-secondary .show-icon {
    display: none;
}

.card-icon-dots {
    position: relative;
}

.card-icon-dots img {
    background-color: #fff;
    width: auto;
    position: relative;
    z-index: 1;
}

.card-icon.card-icon-dots::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 61px;
    top: 5px;
    left: 0px;
    background-image: radial-gradient(var(--primary-bg-color) 10%, transparent 16%), radial-gradient(rgb(255 255 255) 11%, transparent 16%);
    background-position: center;
    background-size: 16% 16%;
    z-index: 1;
}

/*=============================
	[07. Hover CSS ]
===============================*/

.hover-fade {
    transition: all 0.5s;
}

.hover-fade:hover {
    background-color: var(--white-bg-color);
    color: var(--primary-txt-color);
}

.hover-under-line-reveal {
    overflow-y: hidden;
    position: relative;
}

.hover-under-line-reveal::before {
    background-color: var(--primary-bg-color);
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: -5px;
    transition: all 0.5s;
}

.hover-under-line-reveal:hover::before {
    bottom: 0;
}

.hover-underline-left,
.hover-underline-right,
.hover-underline-center {
    position: relative;
}

.hover-underline-left::before,
.hover-underline-right::before,
.hover-underline-center::before {
    content: '';
    position: absolute;
    background-color: var(--primary-bg-color);
    width: 0;
    height: 4px;
    bottom: 0;
    transition: all 0.5s;
}

.hover-underline-left::before {
    left: 0;
}

.hover-underline-right::before {
    right: 0;
}

.hover-underline-left:hover::before,
.hover-underline-right:hover::before {
    width: 100%;
}

.hover-underline-center::before {
    right: 50%;
    left: 50%;
}

.hover-underline-center:hover::before {
    right: 0;
    left: 0;
    width: 100%;
}

.hover-zoom-image img {
    transition: all 0.5s;
}

.hover-zoom-image:hover img {
    transform: scale(1.1);
}

.image-box {
    position: relative;
    margin-top: 1rem;
    display: block;
}

.image-box .thumb {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}

.image-box .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.image-box:hover img {
    transform: scale(1.1);
}

.image-box .info {
    position: absolute;
    background-color: #1d1d1d7c;
    color: var(--white-txt-color);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.info-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ul-child-w-50 li {
    width: 50%;
}

.ul-with-icon-primary li {
    color: var(--white-txt-color);
}

.ul-with-icon-secondary li {
    color: #666;
}

.ul-with-icon-secondary li i {
    color: #999;
}

[class*="bg-overlay-"] {
    position: relative;
}

[class*="bg-overlay-"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: inherit;
}

.bg-overlay-gradient-1::before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5) 72%, #274abbb9 110%) !important;
}

.bg-overlay-gradient-2::before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.425) 72%, #1d1d1d 109%) !important;
}

.bg-overlay-gradient-3::before {
    background-color: #274abbb7;
}

.bg-overlay-gradient-4::before {
    background-color: #274abb6e;
}

.bg-overlay-gradient-5::before {
    background-color: #274abbd5;
}

/*=============================
	[05. Carousel Slider]
===============================*/
.carousel-slider-2-items .item-slider,
.carousel-slider-3-items .item-slider,
.carousel-slider-5-items .item-slider {
    margin: 0 0.5rem;
    position: relative;
}

.item-slider-single img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

[class*='carousel-slider-'] .slick-arrow {
    background-color: #fff;
    color: #6f6f6f;
    border-radius: 50px;
    border: 1px solid #eee;
    position: absolute;
    top: 50%;
    font-size: 1.5rem;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    box-shadow: 0px 0px 10px 0px #6f6f6f;
    z-index: 1;
}

[class*='carousel-slider-'].arrow-sm .slick-arrow {
    width: 36px;
    height: 36px;
    line-height: 35px;
    font-size: 1.2rem;
}

[class*='carousel-slider-'] .slick-prev {
    left: 0;
}

[class*='carousel-slider-'] .slick-next {
    right: 0;
}

[class*='carousel-slider-'].box-arrow .slick-arrow {
    border-radius: 2px;
}

[class*='carousel-slider-'].m-arrow-1 .slick-prev {
    left: 20px;
}

[class*='carousel-slider-'].m-arrow-1 .slick-next {
    right: 20px;
}

[class*='carousel-slider-'] .slick-dots {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

[class*='carousel-slider-'] .slick-dots li {
    width: 9px;
    height: 9px;
    background-color: #ddd;
    /* border: 1px solid #ddd; */
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer;
}

[class*='carousel-slider-'] .slick-dots .slick-active {
    background-color: var(--primary-bg-color) !important;
}

[class*='carousel-slider-'] .slick-dots button,
.carousel-dots-hidden .slick-dots,
[class*='carousel-slider-'].carousel-arrow-hidden .slick-arrow {
    display: none !important;
}

.carousel-slider-nav .item-slider {
    opacity: 0.7;
}

.carousel-slider-nav .slick-current {
    opacity: 1;
}

/*=============================
	[05. Testimonials]
===============================*/

.testimonial-01,
.testimonial-02 {
    background-color: var(--white-bg-color);
    padding: 1.5rem;
    display: flex;
    flex-direction: column-reverse;
    /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15); */
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border-radius: 5px;
}

.testimonial-01 .testimonial-content,
.testimonial-02 .testimonial-content {
    position: relative;
}

.testimonial-01 .testimonial-content .quote,
.testimonial-02 .testimonial-content .quote {
    position: absolute;
    font-size: 3rem;
    color: #6f6f6f3f;
    top: -1rem;
    right: -1rem;
}

.testimonial-01 .testimonial-auther-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -55px;
}

.testimonial-01 img {
    width: 80px;
    padding: 0.3rem;
    border: 5px solid var(--white-bg-color);
    border-radius: 50%;
    margin-bottom: 0.5rem;
}

.testimonial-02 .testimonial-auther-info {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.85rem;
}

.testimonial-02 img {
    width: 64px;
    border-radius: 50%;
}

/*=============================
	[05. Testimonials]
===============================*/
.categories-01 {
    border: 1px solid #eee;
    overflow: hidden;
}

.categories-01 .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.650rem 1rem;
}

.categories-01.d-flex .thumb,
.categories-01.d-flex .info {
    width: 50%;
}

/*=============================
	[05. Counters]
===============================*/
.counter .counter-icon {
    text-align: center;
    margin-bottom: 0.6rem;
}

.counter .counter-content {
    color: var(--white-txt-color);
    text-align: center;
}

.counter .counter-content p {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.counter .counter-content h5 {
    font-size: medium;
    color: #eee;
    text-transform: uppercase;
}


.video-section {
    padding: 5rem 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.video-section::before {
    content: '';
    position: absolute;
    background-color: #274abbd7;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.play-video {
    background-color: var(--white-txt-color);
    color: #1d1d1d;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    display: inline-block;
    animation: pulse 2s infinite;
    transition: all 0.5s;
}

.play-video:hover {
    background-color: #1d1d1d;
    color: var(--white-txt-color);
}


/*=============================
	[17. Pagination]
===============================*/
.lc-pagination {
    flex-wrap: wrap;
}

.lc-pagination .page-item {
    margin: 0.5rem;
}

.lc-pagination .page-item .page-link {
    background-color: #fff;
    box-shadow: 0px 3px 9px #eee;
    color: #6f6f6f;
    padding: 0.5rem 1rem;
    border-radius: 2px;
}

.lc-pagination .page-item .page-link:hover {
    background-color: #eee;
}

.lc-pagination .page-item:first-child .page-link,
.lc-pagination .page-item:last-child .page-link {
    border-radius: 2px;
}

/*=============================
	[17. Map Properties Settings]
===============================*/
.leaflet-div-icon {
    background: #f7f7f7;
    border: 5px solid #274abb;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    border-radius: 50%;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}

.leaflet-div-icon:before,
.map-marker:before {
    border: 4px solid transparent;
    border-width: 10px 8px;
    border-top-color: #274abb;
    bottom: -23px;
    height: 0;
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 11;
}

.leaflet-popup-content-wrapper {
    width: 240px;
    border-radius: 3px;
    padding: 0;
}

.leaflet-popup-content {
    margin: 0;
}

.leaflet-container a.leaflet-popup-close-button {
    background-color: #1d1d1d98;
    color: #fff;
    width: 20px;
    height: 20px;
    font: 14px/20px Tahoma, Verdana, sans-serif;
    top: 5px;
    right: 5px;
    border-radius: 50%;
}

.footer-widget img {
    max-width: 200px;
}

.footer-list li a {
    display: block;
    margin-bottom: 1rem;
}

.footer-list.text-dark li a {
    color: #1d1d1d;
}

.footer-list.text-dark li a:hover {
    color: var(--primary-txt-color);
}

footer.bg-black,
footer.bg-black .footer-list li a {
    color: #666;
}

footer.bg-black h4,
footer.bg-black h5 {
    color: #eee;
}

footer.bg-dark h4,
footer.bg-dark h5 {
    color: #eee;
}

footer.bg-dark,
footer.bg-dark .footer-list li a {
    color: #ddd;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.description p {
    /* font-size: 0.85rem; */
    line-height: 2;
}

.description.p-mt-2 p {
    margin-top: 0.85rem;
}

.description blockquote {
    background-color: #fbfbfb;
    position: relative;
    margin: 0.85rem 0.85rem 0;
    color: #666;
    padding: 1rem;
    line-height: 2;
}

.description blockquote::before {
    content: '';
    background-color: var(--primary-bg-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
}

.description ul {
    margin: 0.85rem 0;
}

.description ul li {
    line-height: 2;
    margin-left: 1.5rem;
    position: relative;
}

.description ul li::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.65rem;
    position: absolute;
    top: 50%;
    left: -1.5rem;
    transform: translate(50%, -50%);
    color: #666;
}

@media (max-width: 991.98px) {


    .w-md-50 {
        width: 50%;
    }

    /* 00.Header */
    .left-menu {
        width: 75% !important;
    }

    .after-border-radius::after,
    .absolute-box::after {
        width: 65%;
    }



    .nav-primary {
        padding: 1rem 0;
    }

    .nav-primary .row {
        justify-content: space-between;
    }

    .navbar-mobile {
        padding-top: 1rem;
        background-color: #1d1d1d;
        position: fixed;
        width: 280px;
        height: 100vh;
        top: 0;
        left: 0;
        display: none;
        z-index: 2;
    }

    .main-nav {
        padding-top: 1rem;
        background-color: #1d1d1d;
        display: block;
    }

    .main-nav li {
        border-bottom: 1px solid #333;
    }

    .main-nav .nav-link {
        padding: 0.9rem 1.2rem;
        color: #eee;
    }

    .main-nav .nav-link::before {
        background-color: #333;
    }

    .dropdown-toggle::after {
        position: absolute;
        top: 47%;
        right: 10px;
    }

    .dropdown-menu {
        background-color: #333;
        position: relative;
        color: #ddd;
    }

    .dropdown-menu .dropdown-item {
        border-color: #666;
        color: #eee;
        padding: 0.9rem 1.2rem;
    }

    li:hover .dropdown-menu,
    .dropdown-menu li:hover .dropdown-submenu {
        display: none;
    }

    .dropdown-menu li .dropdown-submenu {
        background-color: #1d1d1d;
        position: relative;
        margin-left: 0;
        left: 0;
    }

    .dropdown-menu .dropdown-item:focus {
        background-color: var(--primary-bg-color);
    }

    .submenu-item::after {
        content: '\f078';
    }

    /* 00.image-box */
    .image-box .thumb {
        height: 250px;
    }
}


@media (max-width: 767.98px) {

    /* 00.Header */
    .left-menu {
        width: 100% !important;
    }

    .home-banner-01 h1 {
        font-size: 1.8rem;
    }

    .home-banner-01 p {
        font-size: 0.9rem;
    }
}
/*================================================
13 - TEAM CSS
==================================================*/

.maaxen-agent-area {
	padding-bottom: 40px
}

.maaxen-agent-area.agent_page {
	padding-bottom: 70px
}

.single-agent {
	margin-bottom: 30px
}

.agent-img-details img {
	width: 100%
}

.agent-image {
	position: relative;
	overflow: hidden;
}

.agent-image img {
	width: 100%
}

.agent-image .hover {
	position: absolute;
	right: 0px;
	top: 20px;
	z-index: 111
}

.agent-image .hover .social-icon li+li {
	margin-top: 10px;
	display: block
}

.agent-image .hover .social-icon li a {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: var(--genel);
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.agent-image .hover .social-icon li:nth-child(1) {
	position: absolute;
	top: 20px;
	-webkit-transform: translateX(80px);
	transform: translateX(80px);
	-webkit-transition: transform 500ms;
	-webkit-transition: -webkit-transform 500ms;
	transition: -webkit-transform 500ms;
	transition: transform 500ms;
	transition: transform 500ms, -webkit-transform 500ms;
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}

.agent-image .hover .social-icon li:nth-child(2) {
	position: absolute;
	top: 60px;
	-webkit-transform: translateX(80px);
	transform: translateX(80px);
	-webkit-transition: transform 500ms;
	-webkit-transition: -webkit-transform 500ms;
	transition: -webkit-transform 500ms;
	transition: transform 500ms;
	transition: transform 500ms, -webkit-transform 500ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}

.agent-image .hover .social-icon li:nth-child(3) {
	position: absolute;
	top: 110px;
	-webkit-transform: translateX(80px);
	transform: translateX(80px);
	-webkit-transition: transform 500ms;
	-webkit-transition: -webkit-transform 500ms;
	transition: -webkit-transform 500ms;
	transition: transform 500ms;
	transition: transform 500ms, -webkit-transform 500ms;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}

.agent-image .hover .social-icon li:nth-child(4) {
	position: absolute;
	top: 160px;
	-webkit-transform: translateX(80px);
	transform: translateX(80px);
	-webkit-transition: transform 500ms;
	-webkit-transition: -webkit-transform 500ms;
	transition: -webkit-transform 500ms;
	transition: transform 500ms;
	transition: transform 500ms, -webkit-transform 500ms;
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
}

.single-agent:hover .agent-image .hover .social-icon li:nth-child(1) {
	-webkit-transform: translateX(-60px);
	transform: translateX(-60px);
}

.single-agent:hover .agent-image .hover .social-icon li:nth-child(2) {
	-webkit-transform: translateX(-60px);
	transform: translateX(-60px);
}

.single-agent:hover .agent-image .hover .social-icon li:nth-child(3) {
	-webkit-transform: translateX(-60px);
	transform: translateX(-60px);
}

.single-agent:hover .agent-image .hover .social-icon li:nth-child(4) {
	-webkit-transform: translateX(-60px);
	transform: translateX(-60px);
}

.agent-image {
	position: relative
}

.agent-image:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000 none repeat scroll 0 0;
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"
}

.agent-text {
	text-align: center;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);
	padding: 30px 15px;
}

.agent-text h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #111;
	letter-spacing: 1px;
	margin-bottom: 5px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.agent-text h3 a {
	color: #111
}

.agent-text h3 a:hover {
	color: var(--genel)
}

.agent_page .pagination-box-row {
	text-align: center;
}
