@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url(../fontawesome/css/all.min.css);
a,
a:focus,
a:hover,
a:visited {
    text-decoration: none !important;
}
*,
p {
    padding: 0;
    margin: 0;
}
.yukaricik,
a {
    cursor: pointer;
}
* {
    border: none;
    outline: 0;
}
body {
    position: relative;
    background: #fff;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f100;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
a {
    color: #999;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
a:focus,
a:hover,
a:visited {
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin: 0;
    background: 0 0;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    overflow: hidden;
}
p {
    position: relative;
    color: #495057;
}
#pagecontentsbread .breadcrump ul,
li,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
::selection {
    background: #00aced;
    color: #fff;
}
.main-banner,
.main-banner-section {
    background-size: cover;
    background-repeat: no-repeat;
}
.hakkimizdasection,
.main-banner,
.main-banner-section {
    background-position: center center;
}
::-webkit-input-placeholder {
    color: inherit;
}
::-moz-input-placeholder {
    color: inherit;
}
::-ms-input-placeholder {
    color: inherit;
}




#header {
    position: relative;
    z-index: 999;
    width: 100%;
    display: block;
}

#header .headerbody{
    position: relative;
    background: #fff;
    border-bottom: 2px solid #D9D9D9;
    padding: 30px 0;
}
#header .headerbody.fixed{
position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    transition: 0.6s;
	
	-webkit-box-shadow: 0 0 10px -5px #343a40;
    -moz-box-shadow: 0 0 10px -5px #343a40;
    box-shadow: 0 0 10px -5px #343a40;
	
	
    border-bottom: 0px solid #D9D9D9;
    padding: 15px 0;
}

#header .headerbody .logo {
    position: relative;
    display: block;
    height: 110px;
    margin-right: auto;
}
#header .headerbody.fixed .logo{

    height: 70px;
}
#header .headerbody .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



#header .contactinfo {
    position: relative;
    margin-right: 30px;
    top: 0px;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;

}
#header .contactinfo::after{
    width: 2px;
    height: 100%;
    background-color: #D9D9D9;
    position: absolute;
    right: -15px;
    content: "";

}
#header .contactinfo.opened{
    top: -200px;	    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
#header .contactinfo .itembox {
     display: inline-block;
    text-align: right;
    position: relative;
}
#header .contactinfo .itembox:last-child{

    margin-left: 35px;
}
#header .contactinfo .itembox a {
display: block;
    font-size: 17px;
    color: #1d1d1b;
    font-weight: 700;
    line-height: 24px;
    position: relative;
}
#header .contactinfo .itembox:hover a{
    color: #dc0303;
}
#header .contactinfo .itembox span {
position: relative;
    font-size: 13px;
    color: #1d1d1b;
    font-weight: 400;
}
#header .contactinfo .itembox span:before {
    width: 20px;
    height: 3px;
    background-color: #dd0303;
    position: absolute;
    left: -25px;
    content: "";
    top: 8px;
	    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
#header .contactinfo .itembox:hover span:before{
    width: 100%;
}






@media screen and (max-width: 992px) {
	#header .contactinfo {
display: none;
}

}


/* Menu Buton */
.mobile-menu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 107px;
    cursor: pointer;
}
.mobile-menu p {
    display: block;
    font-size: 17px;
    margin-right: 10px;
    font-weight: 400;
    position: relative;
    color: #1d1d1b;
	}
.mobile-menu .mobiledetay{
display:block;
    position: relative;
    width: 50px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
	}
.mobile-menu .mobiledetay span {
	position: relative;
    display: block;
    height: 6px;
    border-radius: 10px;
    background: #1d1d1b;
    float: left;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
	}
.mobile-menu .mobiledetay span:nth-child(1) {    width: 50%;
    margin-bottom: 7px;}
.mobile-menu .mobiledetay span:nth-child(2) {width: 100%; margin-bottom: 7px;}
.mobile-menu .mobiledetay span:nth-child(3) {width: 75%;}


.mobile-menu:hover .mobiledetay span:nth-child(1){width: 100%;}
.mobile-menu:hover .mobiledetay span:nth-child(2){width: 75%;}
.mobile-menu:hover .mobiledetay span:nth-child(3){width: 100%;}


.overlay-menu {
    background-color: #222;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
}
.overlay-menu.show {
    opacity: 1;
    visibility: visible;
    cursor: url(/assets/exit.png), auto;
}
.overlay-menu .overlay-menu-list {
    width: 100%;
}
.overlay-menu .overlay-menu-list ul {
    width: 100%;
    float: left;
}
.overlay-menu .overlay-menu-list ul li {
    padding: 5px 0;
    padding-left: 5px;
}
.overlay-menu .overlay-menu-list ul li.headtitle {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 25px !important;
    font-weight: 700;
    margin-bottom: 15px;
}
.overlay-menu .overlay-menu-list ul li.headtitle::before {
content: "";
    position: absolute;
    bottom: 10px;
    left: 5px;
    right: -15px;
    height: 10px;
    background-color: #575758;
    z-index: -1;
}



.overlay-menu .overlay-menu-list ul li a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    display: inline-block;
}
.overlay-menu .overlay-menu-list ul li a::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -15px;
    width: 10px;
    height: 5px;
    background-color: #575758;
    z-index: -1;-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.overlay-menu .overlay-menu-list ul li:hover a::before {

    width: 100%;
}

.overlay-menu .overlay-menu-list ul li:first-child span {
    color: #fff;
    font-weight: 600;
}
.overlay-menu .overlay-menu-list ul li span {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.overlay-menu .overlay-menu-list ul li span i {
    padding-right: 10px;
}
.overlay-menu-toggler {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 30px;
    z-index: 999;
    color: #222 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}
.overlay-menu-toggler.move {
    opacity: 0;
}









/* Sosyal Medya Hesapları */
.social{width:100%;display:block;clear:both;margin-bottom:20px}
.social ul{    width: auto !important;list-style: none;}
.social ul li{    width: 50px;height: 50px;padding: 0 !important;display: inline-block;margin: 0 auto;}


.social ul li.whatsapp a{background:#128c7e}
.social ul li.telegram a{background:#3390ec}


.social ul li.twitter a{background:#00aced}
.social ul li.facebook a{background:#3b5998}
.social ul li.linkedin a{background:#007bb6}
.social ul li.youtube a{background:#b00}
.social ul li.instagram a{background:#517fa4}


.social ul li a{width:100%;height:100%;display:block;text-align:center;border-radius:10px;line-height:54px}
.social ul li a::before {
    content: "";
display:none !important
}

.social ul li a i{color:#fff;font-size:22px}
/* Sosyal Medya Hesapları */








.siteslider{
    position: relative;
    overflow: hidden;    margin-bottom: 30px;
}
.siteslider .swiper-slider{
    height: 600px;
    width: 100%;
}

@media screen and (max-width:600px){
.siteslider .swiper-slider{
    height: 400px;
    width: 100%;
}
	}
.siteslider .swiper-slider .swiper-button-prev,
.siteslider .swiper-slider .swiper-button-next{
    position: absolute;
    color: #010101;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    top: 50%;
	
	visibility: hidden;
    opacity: 0;
	
	 transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease; /* Safari ve eski Chrome */
    -moz-transition: all 0.5s ease; /* Eski Firefox */
    -o-transition: all 0.5s ease; /* Eski Opera */
}
.siteslider:hover .swiper-button-prev,
.siteslider:hover .swiper-button-next{
	visibility: visible;
    opacity: 1;
}
.siteslider .swiper-slider .swiper-button-prev{

    left: 75px;
}
.siteslider .swiper-slider .swiper-button-next{

    right: 75px;
}
.siteslider .swiper-slider .swiper-button-prev:after,
.siteslider .swiper-slider .swiper-button-next:after{
    font-size: 15px;
}
.siteslider .swiper-slider .swiper-button-prev:hover{
    color: #ffffff;
    background: #06a3da;
    left: 80px;
}
.siteslider .swiper-slider .swiper-button-next:hover{
    color: #ffffff;
    background: #06a3da;
    right: 80px;
}

.siteslider .slideritemcontent{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}
.siteslider .slideritemcontent:before {
position: absolute;
    left: 0px;
    right: 0px;
	display:none;
    top: 0px;
    bottom: 0px;
    content: "";
    background: linear-gradient(90deg, rgb(0 0 0) 0%, rgba(18, 18, 18, 0) 50%, rgb(18 18 18) 100%);
    z-index: 2;
    opacity: 0;
    transition: opacity 1s ease;
}
.siteslider .swiper-slide-active .slideritemcontent:before {
    opacity: 1;
}

.siteslider .slideritemcontent .sliderimgbg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: opacity 1s ease, transform 1.5s ease, filter 1s ease;
    filter: blur(10px);
    transform: scale(1.2);
}
.siteslider .swiper-slide-active .slideritemcontent .sliderimgbg {
    opacity: 1;
    transform: scale(1) translateX(0);
    filter: blur(0);
}


.siteslider .slideritemcontent .slideritemtext,
.siteslider .slideritemcontent .slideritemsubtext {
    position: relative;
    z-index: 9;
	text-shadow: 2px 2px 5px #000000;
}
.siteslider .slideritemcontent .slideritemtext {
    font-size: 74px;
    font-weight: 700;
    color: #fff;
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease, letter-spacing 0.5s ease, filter 0.5s ease;
    transform: translateY(50px);
    letter-spacing: -10px;
    filter: blur(5px);
}

.siteslider .swiper-slide-active .slideritemcontent .slideritemtext {
    opacity: 1;
    transform: translateY(0);
    letter-spacing: 0px;
    filter: blur(0);
}
.siteslider .slideritemcontent .slideritemsubtext {
    font-size: 17px;
    color: #fff;
    opacity: 0;
    transition: opacity 1.2s ease, transform 1s ease, filter 0.5s ease;
    transform: translateY(30px);
    filter: blur(5px);
}

.siteslider .swiper-slide-active .slideritemcontent .slideritemsubtext {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}


.siteslider .slideritemcontent .slideritembutton {
    position: relative;
    z-index: 9;
    display: inline-block;
    margin-top: 10px;
    opacity: 0;
    transition: opacity 1.4s ease, transform 1.2s ease, filter 0.7s ease;
    transform: translateY(30px);
    filter: blur(5px);
}

.siteslider .swiper-slide-active .slideritemcontent .slideritembutton{
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}


.siteslider .slideritemcontent .slideritembutton a{
    position: relative;
    z-index: 2;
    padding: 15px 40px;
    border-radius: 10px;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    transition: 0.5s;
}
.siteslider .slideritemcontent .slideritembutton a:hover {
    color: #ffffff;
    background: #0eadf3;
}







#hizmetlerslide_section{
	position: relative;
    display: block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 30px;
}

#hizmetlerslide_section .owl-nav{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

#hizmetlerslide_section .owl-nav button{
color: #0E202A;
    background: #fff;
    font-size: 20px;
    width: 50px;
    line-height: 50px;
    height: 50px;
    -webkit-box-shadow: 0 0 10px -5px #343a40;
    -moz-box-shadow: 0 0 10px -5px #343a40;
    box-shadow: 0 0 10px -5px #343a40;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
#hizmetlerslide_section .owl-nav button i{
    color: #0E202A;
}
#hizmetlerslide_section .owl-nav button:hover{
    background: #0E202A;
}
#hizmetlerslide_section .owl-nav button:hover i{
    color: #fff;
}

#hizmetlerslide_section .owl-nav .owl-prev{
    border-radius: 50px 50px 0 50px;
    margin-right: 10px;
}
#hizmetlerslide_section .owl-nav .owl-next{
    border-radius: 50px 50px 50px 0;
}



@media screen and (max-width: 450px) {
	
	#hizmetlerslide_section .owl-nav{
display: none;
}

}




.hizmetlerslideitem{
	  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 405px;
  overflow: hidden;
}
.hizmetlerslideitem .hizmetlerslideitem-img{
	  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
	
}
.hizmetlerslideitem .hizmetlerslideitem-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(251, 208, 23, 0) 0%, #e40404 100%);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;  opacity: 0;
  visibility: visible;
}

.hizmetlerslideitem .hizmetlerslideitem-img img{
width: 100%;
    height: 405px;
    object-fit: cover;
	
}
.hizmetlerslideitem .hizmetlerslideitem-title{
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    text-align: center;
    visibility: visible;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.hizmetlerslideitem .hizmetlerslideitem-title a{
  font-weight: 600;
  font-size: 24px;
  color: #ffff;
}



.owl-item.active.center .hizmetlerslideitem-title{
 bottom: 50px;
  visibility: visible;
  opacity: 1;
}


.owl-item.active.center .hizmetlerslideitem-img:before {
    content: "";
    position: absolute;
    z-index: 1;
  visibility: visible;
  opacity: 1;
	


}

/* Hakkımızda Widget */
.hizmetaciklama{position:relative;background:#fff;border-bottom:2px solid #d9d9d9;padding-top:0;padding-bottom:30px}.hizmetaciklama .hizmetaciklama-item{margin-bottom:30px}.hizmetaciklama .hizmetaciklama-item span{font-size:48px;font-weight:600;color:#1d1d1b;margin-bottom:13px;display:inline-block}.hizmetaciklama .hizmetaciklama-item h4{font-size:20px;font-weight:700;padding-bottom:10px}.hizmetaciklama .hizmetaciklama-item h4::before{content:"";height:3px;width:80px;background-color:#1d1d1b;display:inline-block;transform:translateY(-5px);margin-right:15px}.hizmetaciklama .hizmetaciklama-item p{color:#666;font-weight:400;font-size:16px;line-height:26px}.hakkimizdasection{display:block;margin:40px 0;position:relative;}.hakkimizdasection .about-img,.hakkimizdasection .aboutus-text{position:relative;z-index:1}
.hakkimizdasection .aboutus-text p{font-size:15px;color:#000;line-height:30px;font-weight:500;margin-bottom:15px}.hakkimizdasection .aboutus-text a{cursor:pointer;transition:.2s;color:#000;letter-spacing:2px;font-size:16px;font-weight:300;text-transform:uppercase;float:right}.hakkimizdasection .aboutus-text a:hover{color:#000;letter-spacing:6px}.hakkimizdasection .about-img img{width:100%;height:220px;object-fit:cover}
/* Hakkımızda Widget */

/* Page Background */
#page_Background{    margin-bottom: 30px;
    position: relative;
    display: block;
    clear: both;
    padding-top: 30px;
    padding-left: 80px;
    padding-right: 80px;}
#page_Background .content{height:300px;position:relative;text-align:center;background-size:cover;background-repeat:no-repeat;background-position:center center}#page_Background .content:before{position:absolute;content:'';left:0;top:0;width:100%;height:100%;display:block;z-index:1;opacity:.6;background:#555}#page_Background .content div{position:relative;z-index:1}
#page_Background .content h1{font-size:35px;color:#fff;font-weight:700;letter-spacing:-1px;text-align:left;float:left;display:inline-block}#page_Background .breadcrumbbbb{float:right;display:inline-block;top:10px}#page_Background .breadcrumbbbb ul li{display:inline-block}#page_Background .breadcrumbbbb ul li:after{content:'>';color:#fff;margin-left:5px}#page_Background .breadcrumbbbb ul li a{font-size:13px;font-weight:500;color:#fff}#page_Background .breadcrumbbbb ul li:last-child:after{display:none}@media screen and (max-width:1110px){#page_Background{padding-left:30px;padding-right:30px}}@media screen and (max-width:1030px){#page_Background{padding-left:20px;padding-right:20px}}@media screen and (max-width:999px){#page_Background{padding-left:15px;padding-right:15px}}@media screen and (max-width:577px){#page_Background{padding-left:0;padding-right:0}}@media screen and (max-width:600px){
	#page_Background .content h1{font-size:30px;text-align:center;float:none;display:block}#page_Background .breadcrumbbbb{float:none;display:block;top:-5px}}
/* Page Background */

/* Sayfa */
#pagecontents{margin-top:-100px;margin-bottom:30px;display:block;clear:both}
#pagecontents .contents{    padding: 20px;
    width: 100%;
    position: relative;
    z-index: 1;
    background: #fff;
    clear: both;
    display: inline-block;
    -webkit-box-shadow: 0 -50px 20px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 -50px 20px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 -50px 20px 0 rgb(0 0 0 / 6%);
}#pagecontents .contents .imagessss{width:400px;max-width:100%;height:250px;padding:0 15px;margin-bottom:10px;margin-top:0;float:right;display:inline-block}#pagecontents .contents .imagessss img{width:100%;height:100%;object-fit:cover;border:1px solid #ddd;padding:5px}@media screen and (max-width:770px){#pagecontents .contents .imagessss{width:100%;padding:10px}}.section-heading{display:block;font-size:25px;margin-bottom:20px}.section-heading:before{content:'';position:absolute;left:0;margin-top:0;height:30px;width:30vw;background:linear-gradient(90deg,#f8f9fa 10%,rgba(255,255,255,0))}.section-heading:after{content:'';position:absolute;right:0;margin-top:0;height:30px;width:30vw;background:linear-gradient(90deg,rgba(255,255,255,0) 10%,#f8f9fa)}
/* Sayfa */

.sayfalamavesaydirma{
	    padding: 20px 0;
    border-top: 2px solid #D9D9D9;
    margin-top: 30px;
    width: 100%;
}
.sayfalamavesaydirma .pagination{margin-bottom:20px;-ms-flex-pack: center!important;
    justify-content: center!important;}
.sayfalamavesaydirma a.allshow{
    width: 155px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
    padding: 7px 13px;
    position: relative;
    color: #000;
    display: block;
    margin: 0 auto;
}.sayfalamavesaydirma a.allshow:hover{z-index:3;color:#fff;background:#f39640;text-decoration:none}

#pagecontents .stkiyimage{
    position: sticky;
    top: 130px;
    margin-bottom: 50px;
}
#pagecontents .stkiyimage .pimages{
display: block;
    overflow: hidden;
    width: 100%;
    height: 400px;
    margin: 0 auto;
}
#pagecontents .stkiyimage .pimages img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}


/* Hizmetler */
.hizmetlerbox{
	    position: relative;
    display: block;
}
.hizmetlerbox .himages {
	position: relative;
    width: 100%;
    height: 300px;
    display: block;
}
.hizmetlerbox .himages img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.hizmetlerbox .hcontetn{
position: relative;
    padding: 25px;
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
}

@media (min-width: 1200px) {
.hizmetlerbox .hcontetn{
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -50px;
  }
}



.hizmetlerbox .hcontetn a {
    position: relative;
    display: block;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: black;
	
    background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.hizmetlerbox .hcontetn a:hover {
  background-size: 50% 2px;
}

.hizmetlerbox .hcontetn p{
  margin-top: 10px;
}
/* Hizmetler */


.pagetitle{}
.pagetitle .subtitle{
    font-size: 20px;
    font-weight: 400;
    color: #1d1d1b;
    display: inline-block;
}
.pagetitle .subtitle::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 10px;
    right: -10px;
    height: 10px;
    background-color: #e9ecef;
    z-index: -1;
}
.pagetitle .subtitle2{    font-weight: 700;
    font-size: 35px;
    color: #1d1d1b;}
	
	
	
	
	
	
	
	
	
	
	
	/* REFERANSLAR */
.referanslar-box{position: relative;padding: 15px;margin-bottom: 30px;}
.referanslar-box .item{border: 1px dashed #d2d2d20f;background: white;padding: 15px;z-index: 1;border-image-source: url(../../assets/ref.png);border-image-width: 5px;border-image-slice: 4;border-image-repeat: round;height: 200px;display: flex;justify-content: center;align-items: center;}
.referanslar-box .item img{max-width:100%;}



#referanslar_item{ 

}
#referanslar_item img{
	    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    object-fit: contain;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    height: 100px;
    display: block;
    border: 2px solid #D9D9D9;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 10px;
	}
#referanslar_item:hover img{
	-webkit-filter: none;
    filter: none;
	}
#referanslar_item p{
text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #D9D9D9;	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	}
#referanslar_item:hover p{

    color: #1d1d1b;
	}

/* REFERANSLAR */

/* FOOTER */
#footer-section{margin-bottom: 10px;text-align:center;font-weight:500;position:relative;width:100%;}
#footer-section .logo{    display: inline-block;}
#footer-section .logo img{    width: 200px;
}

#footer-section p{    font-size: 14px;
    padding: 30px;
    color: #30302e;}
#footer-section p a{    font-weight: 700;
    position: relative;
    color: #1d1d1b;-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#footer-section p a:hover{color:#ec0404;}
#footer-section p a:before{content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 10px;
    background-color: #e9ecef;
    z-index: -1;}

#footer-section .footerkisayol{}
#footer-section .footerkisayol a{}
/* FOOTER */

/* icerikbulunamadi */
.icerikbulunamadi{
	display: block;
	width: 100%;
    background: #fff3cd;
    padding: 15px;
    border-radius: 5px;
}
.icerikbulunamadi span{
	font-size: 16px;
    font-weight: 400;
    color: #856404;
    display: block;
    margin-bottom: 10px;
}
.icerikbulunamadi p{    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #6c757d;}
/* icerikbulunamadi */



.adresbilgisi{width:100%;position:relative;margin-bottom:30px;background:#fff;padding:75px}.adresbilgisi p{font-weight:300;font-size:33px;line-height:45px;text-align:left;color:#000}.adresbilgisi p span{display:block}.adresbilgisi ul{text-align:right}
.adresbilgisi ul li a{font-weight:700;font-size:30px;color:#000}@media (max-width:768px){.adresbilgisi{padding:20px;margin-bottom:50px}.adresbilgisi p{font-size:1.5rem;line-height:2rem;margin-bottom:30px}.adresbilgisi ul{text-align:left}}

.galleryboxed{
display: block;
    overflow: hidden;
    width: 100%;
    height: 100px;
}
.galleryboxed img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}