body{
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	background: #fafafa!important;
	background-color: #fafafa!important;
	list-style:none;
	overflow-y: scroll;
}
a{
	text-decoration: none;
	color: #003a27!important;
	list-style:none;
}
*{
	text-decoration: none;
	list-style:none;
}
ul li{
	text-decoration: none;
	list-style:none;
}
.pic-2:hover{
	display: none;
}
	.width-100{
		width: 100%;
	}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.banner-hr{
	background-color: #00ffab;
    width: 11px;
    height: 110px;
    border-radius: 55px;
    position: relative;
    margin-top: -55px;
}
.banner-hr2{
	background-color: #00ffab;
    width: 11px;
    height: 110px;
    border-radius: 55px;
    z-index: 1;
    margin-top: -55px;
}
.pah{
	font-family: 'Poppins', sans-serif;
	color: #222;
	background-color: #fafafa;
	font-size: 29pt;
	text-align: center;
	margin-top: 30px;
}
.ana-baslik{
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 30pt;
	color: #003a27;
}
.ana-baslik2{
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 30pt;
	color: #003a27;
}
.ana-baslik3{
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 20pt;
	color: #003a27;
}
.firma-grntu{
	margin-left: 335px;
}
.container2 {
  position: relative;
}

.hizmetler-img {
  display: block;
  width: 100%;
  height: auto;
}
.contact-form{
    background: #fafafa;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 5%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #003a27;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #003a27;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #003a27;
    border: none;
    cursor: pointer;
}
.iltsm-tel{
	margin-left: -80px;
}
.iltsm-tel2{
	margin-left: -10px;
}
.iletisim-ara-cizgi {
    width: calc(81% - 850px);
    margin-top: 59px!important;
    margin: 94px;
    background-color: #00ffab;
    height: 2px;
}
.iletisim-ara-cizgi2 {
    width: calc(90% - 1000px);
    margin-top: 57px!important;
    background-color: #00ffab;
    margin: 15px;
    height: 2px;
}
.iletisim-ara-cizgi3 {
    width: calc(90% - 1000px);
    margin-top: 57px!important;
    background-color: #00ffab;
    margin: 17px;
    height: 2px;
}
.iletisim-big-title-sol-stn {
    width: 50%;
}
.hzmtlr-ic-yazi{
	font-family: 'Poppins' sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}
.overlay3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: linear-gradient(180deg, rgba(0,255,171,1) 0%, rgba(0,132,89,1) 100%);
  border-radius: 15px;
}
.hizmetlerimiz-text-2{
	text-decoration: none;
	list-style: none;
	font-size: 20px;
	text-align: center;
	margin-top: 15px;
}
.container2:hover .overlay3 {
  opacity: 1;
}

.hizmetler-text {
    text-decoration: none!important;
    color: white!important;
    text-align: left;
    font-size: 30pt;
    margin-left: 22px!important;
    font-weight: 700;
    margin: 59px -23px 17px
}
.g_nav-dropdown{
	margin-left: 30px;
    margin-top: 0px!important; 
    font-weight: 700; 
    color: #003a27!important;
}
.product {
	background-color: #fff;
	text-align: center;
	margin: 0 5px;
}
.product .product-image {
	overflow: hidden;
	position: relative;
}
.product .product-image a.image {
	display: block;
}
.product .product-image img {
	width: 100%;
	height: auto;
}
.product .product-image .pic-1 {
	transition: .5s;
}
.banner-text{
	margin-top: -105px; color: #00ffab!important; font-weight: 800; font-size: 25px; font-family:'Poppins' sans-serif;
}
.product .product-image:hover .pic-1 {
  z-index: 999999;
  background-color: lightgrey;
  width: 300px;
}
.product .product-image .pic-2 {
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: .5s;
}
.product:hover .content{
	opacity: 1;
}
.dropdown-menu{
	margin: -15px 295px;
} 
.device-height{
	margin-top: 60px;
}
.content{
	 position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: rgb(0,255,171);
  background: linear-gradient(180deg, rgba(0,255,171,1) 0%, rgba(0,132,89,1) 100%);
  border-radius: 10px;
}
.title {
  color: white!important;
  font-size: 30pt;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.product .product-image:hover .pic-2 {
color: #003a27;
	background: #003a27;
	background-color:#003a27;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 30px;
	width: 50px;
	height: 30px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.product .discount {
	color: #fff;
	background: #003a27;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 30px;
	width: 50px;
	height: 30px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.product .cart {
	color: #000;
	background: #fff;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
	padding: 4px 14px;
	opacity: .85;
	transform: translateX(-50%);
	position: absolute;
	bottom: -75px;
	left: 50%;
	transition: .5s;
}
.product .cart:hover {
	opacity: 1;
	color: #fff;
	background: #003a27;
}
.product:hover .cart {
	bottom: 0px;
}
.product .links {
	padding: 0;
	margin: 0;
	list-style: none;
	opacity: 0;
	position: absolute;
	top: 10px;
	right: -50px;
	transition: .5s;
	margin-bottom: 5px;
}
.product:hover .links {
	opacity: 1;
	right: 10px;
}
.product .links li a {
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	display: block;
	background: #000;
	transition: .5s;
	margin-bottom: 5px;
	padding-top: 10px;
}
.product:hover .links li a:hover {
	color: #fff;
	background: #003a27;
}
.product .content {
	padding: 12px;
}
.product .category {
	font-size: 17px;
	margin: 0 0 5px;
	display: block;
}
.product .category a {
	color: #999;
	transition: .5s;
	font-size: 11px;
}
.product .category a:hover {
	color: #555;
}
.product .title {
	text-decoration: none!important;
	color: white!important;
	text-align: left;
	font-size: 24pt;
	margin-left: -45px!important;
	font-weight: 600;
	margin: 0 0 8px;
}
.product .title a {
	color: #444;
	transition: .5s;
}
.product .title a:hover {
	color: #003a27;
}
.product .price {
	color: #003a27;
	font-size: 14px;
	font-weight: 700;
}
.product .price span {
	color: #888;
	margin: 0 5px 0 0;
	font-weight: 300;
	font-size: 12px;
}
@media screen and (max-width: 990px) {
.product {
	margin: 0 0 30px;
}
}
.aas-drtlu{
	margin-top: 15px;
}
.aas-drtlu-002{
    margin-top: -190px;
}
.aas-drtlu-003{
	 
}
.c-fff2 {
    color: #003a27 !important;
}
.fancybox__slide.has-image {margin-top: 70px;}.fancybox__content>.carousel__button.is-close {position: absolute;top: -15px;right: 0;color: var(--fancybox-color, #fff);background: #e27436;box-shadow: 0 0 5px white;}
.social-fa {
    border: 1px solid #003a27;
    border-radius: 10px;
    width: 30px;
    height: 30px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin-top: .8rem;
}
.f-baslik {
    color: #606d7c !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 20px;
}
.f-btext {
    font-family: 'Poppins', sans-serif;
    color: #606d7c;
    margin-left: -45px;
}
.float-button {
    text-decoration: none;
    transform: rotate(
-90deg);
    position: fixed;
    padding: 14px;
    padding-right: 12px;
    bottom: 255px;
    right: -47px;
    background-color: #606d7c;
    color: #FFF;
    border-radius: 10px 2px 0 0;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 1px 4px 6px 0px rgb(173 173 173); */
    z-index: 100;
    font-family: arial;
    font-size: 18px;
    animation: whatsapp-animation 0.5s ease-in-out;
    transition: background-color 0.3s ease;
}
.float-button-en{
    text-decoration: none;
    transform: rotate( -90deg);
    position: fixed;
    padding: 15px;
    padding-right: 12px;
    bottom: 267px;
    right: -34px;
    background-color: #606d7c;
    color: #FFF;
    border-radius: 10px 2px 0 0;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 1px 4px 6px 0px rgb(173 173 173); */
    z-index: 100;
    font-family: arial;
    font-size: 18px;
    animation: whatsapp-animation 0.5s ease-in-out;
    transition: background-color 0.3s ease;
}
.float-button-2 {
    text-decoration: none;
    transform: rotate(
-90deg);
    position: fixed;
    padding: 17px;
    padding-right: 14px;
    bottom: 352px;
    right: 2px;
    background-color: #333;
    color: #FFF;
    border-radius: 0;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 1px 4px 6px 0px rgb(173 173 173); */
    z-index: 100;
    font-family: arial;
    font-size: 18px;
    animation: whatsapp-animation 0.5s ease-in-out;
    transition: background-color 0.3s ease;
}
.float-button-3 {
    text-decoration: none;
    transform: rotate(
-90deg);
    position: fixed;
    padding: 14px;
    padding-right: 12px;
    bottom: 404px;
    right: -3px;
    background-color: #038263;
    color: #FFF;
    border-radius: 0 10px 0 0;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 1px 4px 6px 0px rgb(173 173 173); */
    z-index: 100;
    font-family: arial;
    font-size: 18px;
    animation: whatsapp-animation 0.5s ease-in-out;
    transition: background-color 0.3s ease;
}


.fa-whatsapp {
    font-size: 20px !important;
    padding-right: 5px;
    padding-left: 5px;
}
.aas-slogan{
	font-weight: 400;
	font-size: 30px!important;
}
.f-btext-2{
	font-family:'Poppins', sans-serif
	color: black!important;
}
/*OWL*/
.owl-controls .owl-buttons {
	position: relative;
}
.owl-controls .owl-prev {
	position: absolute;
	left: -75px;
    bottom: 110px;
	padding: 8px 17px;
	background: #003a27;
	border-radius: 50px;
	transition: .5s;
}
.owl-controls .owl-next {
	position: absolute;
	right: -75px;
    bottom: 110px;
	padding: 8px 17px;
	background: #003a27;
	border-radius: 50px;
	transition: .5s;
}
.owl-controls .owl-prev:after, .owl-controls .owl-next:after {
	content: '\f104';
	font-family: FontAwesome;
	color: #fff;
	font-size: 16px;
}
.owl-controls .owl-next:after {
	content: '\f105';
}
.owl-controls .owl-prev:hover, .owl-controls .owl-next:hover {
	background: #000;
}
.thumbnails{
	display: flex;
    flex-direction: column;
    margin-left: 800px;
    line-height: 0;
    margin-top: -955px;
}
.thumbnails li{
	flex: auto;
}
.thumbnails a{
	display: block;
}
.thumbnails img{
	width: 30vmin;
	height: 12vmin;
	object-fit: cover;
	object-position: top; 
}
.slides{
	overflow: hidden;
	width: 60vmin;
	height: 100vmin;
}
.slides li{
	width: 60vmin;
	height: 100vmin;
	position: absolute;
	z-index: 1;
	list-style: none;
}
.slides img{
	height: 40vmin;
	object-fit: cover;
	object-position: top;
}
.slides li:target{
	z-index: 3;
	animation: slide 1s 1;
}
.slides li:not(:target){
	animation: hidden 1s 1;
}
.xy-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.transition {
	transition: all 350ms ease-in-out;
}

.r-3-2 {
	width: 100%;
	padding-bottom: 66.667%;
	background-color: #ddd;
}

.image-holder {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/* Main Styles */
.gallery-wrapper {
	position: relative;
	overflow: hidden;
}
.gallery-wrapper2{
	position: relative;
	width: 810px;
	left: -185px;
}
.gallery-wrapper3{
	position: relative;
	left: -100px;
}
.gallery {
	position: relative;
	white-space: nowrap;
	font-size: 0;
}

.item-wrapper {
	cursor: pointer;
	width: 23%; /* arbitrary value */
	display: inline-block;
	background-color: white;
}

.gallery-item { opacity: 0.5; }
.gallery-item.active { opacity: 1; }

.controls {
	font-size: 0;
	border-top: none;
}
.move-btn {
	display: inline-block;
	width: 50%;
	border: none;
  color: #ccc;
	background-color: transparent;
	padding: 0.2em 1.5em;
}
.move-btn:first-child {border-right: none;}
.move-btn.left  { cursor: w-resize; }
.move-btn.right { cursor: e-resize; }
/*SLÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°DER*/