/* SITE * ----------------------------- */
/* bootstrap icon */
 .bi {
	vertical-align: -0.125em;
	fill: currentColor;
}
body, .tk-nav {
/*	background:#2c3b46;
*/}
body > nav > div > ul.nav.me-auto.nav-menu-ul.fs-6 > li > a {
/*	color:#FFFFFF
*/}
body > nav > div > ul.nav.me-auto.nav-menu-ul.fs-6 > li.active a {
/*	background-color:#5c87af
*/}
body {
	font-size: 18px;
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #333;
	line-height: 1.5;


}
:root {
	animate-duration: 800ms;
	animate-delay: 0.9s;
}
img.fill {
	width: 100%;
	max-width: 100%;
}
h1 {
	text-shadow: 2px 2px 2px #000;
	font-size: 4rem;
	font-weight: 700;
}
.page-header {
	height: 65vh;
	min-height: 180px;
	padding: 4%;
	margin-bottom: 60px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	background:url(../images/static/bg1.png) repeat-x left top;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.dropdown-toggle {
	outline: 0;
}
.navbar-header {
	margin-bottom: 30px;
	overflow: hidden;
}
.nav-menu-ul li.nav-item a {
	margin-right: 10px;
	border: 1px solid #fff;
}
.nav-menu-ul li.nav-item a:hover {
	border: 1px solid #add8e6;
}
.nav-menu-ul li.nav-item.active a {
	background-color: #0d6efd;
	color: #fff;
}
.footer-ajansburada {
	font-size: 12px;
}
.footer-list-inline {
	padding-left: 0;
	list-style: none;
	font-size: 1rem;
}
.footer-list-inline-item {
	display: inline-block;
}
 .footer-list-inline-item:not(:last-child) {
 margin-right: 0.5rem;
}
.card {
	display: block;
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 12px;
	border-bottom: 5px solid #0075c9;
	transition: all 0.3s ease-in-out;
	box-shadow: 6px 8px 10px 0px rgba(0, 0, 0, 0.24);
}
.card:hover {
	box-shadow: 7px 9px 12px 0px rgba(0, 0, 0, 0.32);
}
.card__body {
	padding: 6px 24px 24px;
}
.card__body a {
	color: #444444;
	text-decoration: none;
	position: relative;
}
.card__body a:hover {
	color: #060e9f;
}
.card__heading {
	font-size: 22px;
	margin: 10px 0;
	font-weight: bold;
	color: #0075c9;
	line-height: 1.1em;
}
.card__heading a {
	color: #0075c9;
	text-decoration: none;
}
.card__heading--mega {
	font-size: 28px;
}
.card__paragraph {
	line-height: 1.2em;
	font-size: 15px;
}
.card__image {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 18em;
	background-size: cover;
	background-position: center center;
}
.card__image--h15em {
	height: 15em;
}
.card__price {
	font-size: 16px;
	color: #666;
}
.card__price-tag {
	font-weight: 900;
	color: #0075c9;
}
.card__ribbon {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #C95400;
	color: #fff;
	font-size: 15px;
	padding: 5px 10px;
	border-top-right-radius: 12px
}
.card__button {
	font-size: 14px;
}
 .card__button::before {
 content: "";
 position: absolute;
 display: block;
 width: 100%;
 height: 2px;
 bottom: 0;
 left: 0;
 background-color: #060e9f;
 transform: scaleX(0);
 transition: transform 0.3s ease;
}
 .card__button:hover::before {
 transform: scaleX(1);
}
.card__button a {
	color: #0075c9;
}
.floating-button {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 20px;
	left: 20px;
	background-color: #fff;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
	padding:4px 0 0 2px;
}
.floating-button--whatsapp {
	margin-top: 16px;
}
#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}
.feature-box {
	color: #313437;
	background-color: #eef4f7;
}
.feature-box p {
	color: #7d8285;
}
.feature-box h2 {
	font-weight: bold;
	margin-bottom: 40px;
	padding-top: 40px;
	color: inherit;
}
 @media (max-width: 767px) {
 .feature-box h2 {
 margin-bottom: 25px;
 padding-top: 25px;
 font-size: 24px;
}
}
.feature-box .intro {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto;
}
.feature-box .intro p {
	margin-bottom: 0;
}
.feature-box .features {
	padding: 50px 0;
}
.feature-box .item {
	text-align: center;
}
.feature-box .item .box {
	text-align: center;
	padding: 30px;
	background-color: #fff;
	margin-bottom: 30px;
}
.feature-box .item .icon {
	font-size: 60px;
	color: #1485ee;
	margin-top: 20px;
	margin-bottom: 35px;
}
.feature-box .item .name {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 8px;
	margin-top: 0;
	color: inherit;
}
.feature-box .item .description {
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 20px;
}
tr.active-row {
	background-color: #0d6efd;
	color: #fff;
	font-weight: bold;
}
tr.active-row td {
	border: 4px solid #FF33CC;
}
tr.active-row a {
	color: #fff;
}
.result {
	overflow: hidden;
	margin-bottom: 40px;
}
.result__title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.result__title a, .result__title a:link, .result__title a:visited, .result__title a:hover, .result__title a:active, .result__title a:focus {
	color: #444;
}
.result__link-more {
	margin-top: 10px;
}
.page-not-found-template {
	padding: 40px 15px;
	text-align: center;
}
.page-not-found-actions {
	margin-top: 15px;
	margin-bottom: 15px;
}
.page-not-found-actions .btn {
	margin-right: 10px;
}
.page-header h1 {
	font-size:4rem;
}
 @media (max-width: 768px) {
 .page-header h1 {
 font-size:2.5rem;
}
}
.list-group-item-action:hover, .list-group-item-action:focus {
	background-color:transparent;
}
.search {
	position: relative;
	box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}
.search input {
	height: 40px;
	border: 2px solid #d6d4d4;
}
.search input:focus {
	box-shadow: none;
	border: 2px solid blue;
}
.search .fa-search {
	position: absolute;
	top: 20px;
	left: 16px;
}
.search button {
	position: absolute;
	top: 5px;
	right: 15px;
	height: 30px;
	background: blue;
}

.search button { padding-top: 2px}


.nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }
