.sertifika-box > a img {
	width: 100%;
}
.sertifika-box > a{
	
}
.sertifika-box h4 {
	
}
.sertifika-box {
	position:relative;
	display:block;
	width:100%;
	text-align:center;
	border:3px solid #c0c0c0;
	border-radius:5px;
	margin-bottom:30px;
}

.referans_table .title_t {
	font-weight: bold;
    font-size: 30px;
    font-family: gnbold;
    color: #143697;
    background: #eee;
}
.referans_table td, .referans_table th {
    border: 1px solid #c4c4c4;
    padding: 15px;
}
.referans_table tr {
	
}
.referans_table {
	
}
#header {
    right: 0;
    top: 0;
    z-index: 300;
    left: 0;
	background: url(/images/header-bg.jpg) no-repeat center;
}
#header .top-bar {
    background: #323946;
    color: #fff;
    margin: 0 0px;
    padding: 0 20px;
    position: relative;
    height: 49px;
}
#header .top-bar:before {
    position: absolute;
    left: -30px;
    top: -33px;
    width: 35px;
    height: 79px;
    content: "";
    background: #404856;
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}
#header .top-bar:after {
    position: absolute;
    right: -30px;
    top: -33px;
    width: 35px;
    height: 79px;
    content: "";
    background: #323946;
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}
#header .top-bar p {
    float: left;
    background: #404856;
    font-size: 16px;
    padding: 9px 25px;
    margin: 0 0 0 -20px;
    font-weight: 300;
    position: relative;
}
#header .top-bar ul {
	margin:0;
	padding:0;
    float: right;
}
#header .top-bar p:after {
    position: absolute;
    right: -30px;
    top: -33px;
    width: 35px;
    height: 79px;
    content: "";
    background: #404856;
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}
#header .top-bar ul.lang_ li.lang {
    margin: 15px 5px 15px 0;
}
#header .top-bar ul li {
    float: left;
    list-style: none;
    font-size: 14px;
    margin: 15px 34px 14px;
    position: relative;
}
#header .top-bar ul li i.icon-icons20 {
    font-size: 27px;
    top: -5px;
}
#header .top-bar ul li i {
    font-size: 20px;
    position: absolute;
    left: -34px;
    top: 0;
}
#header .header, #header .header .logo, #header .search-btn {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#header .logo {
    float: left;
    margin: 5px 0px;
}
#header .main-nav {
    float: right;
    padding: 0;
}
#header .main-nav li a:hover, #header .main-nav li.active a {
	background:none;
	border-color: #143697;
	border-radius: 0;
}
#header .main-nav li.dropdown ul.dropdown-menu li a:hover, #header .main-nav li.dropdown ul.dropdown-menu li.active a {
    background-color: #143697;
    color: #fff;
}
@media (min-width: 767px) {
	#header .main-nav li a {
		display: block;
		font-size: 16px;
		padding: 0;
		position: relative;
		text-transform: uppercase;
		line-height: 79px;
		color: #000;
		border-bottom: 4px solid transparent;
		-webkit-transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-ms-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
		font-family: gnbold;
	}
	#header .main-nav li {
		margin: 0 10px;
	}
	#header .main-nav li.dropdown ul.dropdown-menu {
		display: none;
		padding: 0;
		margin: 0;
		min-width: 250px;
		border: 0;
		border-radius: 0;
	}
	#header .main-nav li.dropdown ul.dropdown-menu li {
		margin: 0;
		display: block;
	}
	#header .main-nav li.dropdown ul.dropdown-menu li a {
		line-height: normal;
		color: #000;
		padding: 14px 33px;
		font-size: 15px;
		text-transform:uppercase;
		font-weight: 400;

		border-bottom: 1px solid #eee;
		-webkit-transition: all 0.4s ease 0s;
		-moz-transition: height 0.4s all 0s;
		-ms-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
		border-top: 0;
	}
	#header .main-nav li.dropdown:hover ul.dropdown-menu {
		display: block;
	}
}
@media (min-width: 992px){
	.fixed-header #header {
		position: absolute;
	}
	
}



a:focus{
	color:#143695 !important;
	text-decoration:none !important;
}
#site{
	/*font-family: 'gnthin';*/
	font-family: "Open Sans", sans-serif;
}
/*header #ustMenu ul.menu{
	padding:20px 0;
}
.header.incHeader{
	position:relative !important;
	background: #9e9e9e;
}
.header{
	position: absolute;
	background:transparent;
	z-index:6;
    width: 100%;
	height:86px;
}
.header.affix #logo .logo{
	height: 85px;
    width: auto;
}
.header.affix {
	float: left;
    z-index: 999;
    height: 85px;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    display: block;
    background: #143695;
}*/
#logo{
	z-index:2;
    position: relative;
}
.logo {
	height:100%;
	width:auto;
}
#ustMenu li:hover .acilirmenu{
	display: block;
}
#ustMenu .acilirmenu li:last-child{
	border:none !important;
}
#ustMenu .acilirmenu li{
	min-width: 140px;
	border-bottom: 1px solid #143695;
	display:block !important;
}
#ustMenu .acilirmenu{
	display: none;
    margin: 0;
    background: #fff;
    min-width: max-content;
    padding: 0;
    position: absolute;
    width: auto;
    top: 100%;
    z-index: 9999;
    border-top: 2px solid #143695;
    border-bottom: 2px solid #143695;
}
#ustMenu .menu{ 
	margin:0px;
	padding:0px;
}  
#ustMenu{    
	float: right;
}
#ustMenu li a:hover{
	transition:.6s;
	color: #143695;
}
#ustMenu li .acilirmenu a:hover{
	color: #fff;
    background: #143695;
    transition: 0.4s;
}
#ustMenu li .acilirmenu a{
	color:#143695;
	padding:10px;
}
.affix #ustMenu li.topContactForm a{
	color:#143695;
}
.affix #ustMenu li a{
	/*color:#fff;*/
}
#ustMenu li a:hover {
	color:#fff;
}
#ustMenu li a:hover:before {
    width: 100%;
}
#ustMenu li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background:#143695;
    /*background: linear-gradient(108deg,#e9c26d 4%,#1a1a1882 104%);*/
    transition: .4s ease-in-out;
    z-index: -1;
}
#ustMenu li a{
	display:block;
	padding: 10px 12px;
	font-weight:normal;
	font-style:normal;
	color:#fff;
	text-decoration: none;
	font-size: 20px;
    text-transform: uppercase;
}
#ustMenu li{
	position: relative;
	display:inline-block;
}
#ustIcon li:hover .fa{
	color:#d32546 !important;
}
#ustIcon{
	padding:0px;
	margin:0px;
}
#ustIcon .lang i{
	color:#fff !important;
	padding-left: 8px;
    position: absolute;
}
#ustIcon .lang a{
	font-size: 16px;
    font-weight: bold;
	color:#fff;
}
#ustIcon .lang{
	background-color:#d32546;
}
#ustIcon li a .fa{
	color:#888
}
#ustIcon li{
    display: inline-block;
    border-left: 2px solid #f2f2f2;
    padding: 25px 19px 23px 20px;
    font-size: 25px;
    vertical-align: middle;
}
.topContactForm a{
	color:#143695 !important;
}
.topContactForm:hover a{
	color:#fff !important;
}
.topContactForm:hover{
	color:#fff;
	background-color:#143695;
}
.pad0{
	padding:0 !important;
}
.mar0{
	margin:0 !important;
}
.affix .topContactForm{
	color:#143695;
}
.imgPlace{
	position: relative;
    overflow: hidden;
}
.topContactForm{
	color: #fff;
    background-color: #fff;
    transition: 0.5s all ease;
}
.sliderPrk{
	z-index: 5;
    display: block;
    position: absolute;
    height: 100%;
    background-image: linear-gradient(108deg,#143697c7 4%,rgba(0, 165, 191, 0.14) 45%,#1a1a18 104%);
    float: left;
    width: 100%;
	left: 0;
    top: 0;
}
.indexForm{
	z-index:2;
	padding: 20px;
	position: relative;
    margin-top: -40px;
    background: #fff;
	box-shadow: 0 0 74px 5px rgba(26,26,26,0.18);
}
.buttonDiv{
	margin:40px 0;
}
.formBUTON:hover{
	transition:.5s;
    text-decoration: none;
    background: #d32546;
    color: #fff;
    border-color: #fff;
}
.formBUTON{
	padding: 14px;
    border: 2px solid #d32546;
    color: #d32546;
    font-size: 18px;
}
.about h1{
	padding: 25px 0;
    font-size: 45px;
}
.about .aboutspot{
	padding: 25px 0;
    font-weight: 500;
    line-height: 35px;
    text-align: justify;
}
.about{
	padding:50px 0;
}
.about-img{
	width:50%;
}
.about_alt{
	border: 1px solid #000;
	background: #000;
    height: 150px;
}
.about_alt_sag:before{
    background-color: #000;
    left: -18px;
    position: absolute;
    display: block;
    content: "";
    width: 34px;
    height: 65px;
    -webkit-transform: skew(-28deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}
.about_alt_sol{
	padding: 42px 0 0 35px !important;
	height:100%;
}
.about_alt_sag p{
    line-height: 60px;
    font-size: 50px;
    padding: 15px 0 0 68px;
}
.about_alt_sag{
	background: #fff;
	height:100%;
}
.about_tel{
	font-weight: 500;
}
.about_tel2{
	color: #d32546;
    font-weight: 600;
}
.aboutbg img{
	opacity: 0.3;
	filter: grayscale(100%);
	width:100%;
}
.aboutbg .playdiv:hover .fa{
	color:#d32546;
}
.aboutbg .playdiv:hover{
	transition:0.5s;
	color: #d32546;
    background: #fff;
}
.aboutbg .playdiv .fa{
	color:#fff;
}
.aboutbg .playdiv{
	display:none;
    color: #fff;
    border-radius: 2px;
    z-index: 1;
    background: #d32546;
    padding: 15px 25px 15px 25px;
    position: absolute;
    top: 200px;
    left: 240px;
    font-size: 30px;
}
.aboutbg{
    width: 100%;
    position: relative;
    padding-top: 30px;
    float: left;
}
.blogItems .blogalt .blogName a{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.blogItems .blogalt{
	border-top: 1px solid #dedede;
	padding:15px;
}
.blogItems p{
	text-align:justify;
	line-height: 25px;
}
.blogItems:last-child{
	margin-right:0px;
}
.blogItems:first-child{
	margin-left:0px;
}

.blogName:before{
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width:12px;
	height:1px;
}
.backText{
    width: 100%;
    user-select: none;
    color: #fff;
    position: absolute;
    top: -80px;
    text-align: center;
    font-size: 180px;
    text-shadow: 3px 3px 3px #000000;
    opacity: 0.2;
    font-weight: bold;
}
.border_line{
    height: 1px;
    width: 30px;
    display: block;
    position: relative;
    background-color: #d32546;
}
.blogItems:hover .blogalt>.blogName a{
	color:#fff !important;
}
.blogItems:hover .blogalt{
	background: #d32546;
	color:#fff !important;
	transition:0.5s all ease;
}
.blogItems{
	width:30%;
	float:left;
	padding:0px !important;
	margin:0 2%;
	border: 1px solid #f1f1f1;
}
.blogItems img{
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.blogrow{
	margin:50px 0;
}
.blog{
	background: #00000003;
	padding-bottom: 15px;
}
.referans{
	margin:50px 0;
	display: block;
    position: relative;
}
.referans .referansUL .rImg{
	border: 1px solid #dedede;
    display: inline-block;
    position: relative;
    float: left;
    padding: 0 10px;
    width: 100%;
    height: 120px;
    background-size: contain;
}
.referans .referansUL .rImg img{
	width:100%;
}
.referansControl a:hover{
	color:#143695;
	transition:.3s;
}
.referansControl a {
	color:#dedede;
	width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 50%;
    float: left;
    text-align: center;
	display: block;
}
.referansControl .rightButton {
    position: absolute;
    left: 30px;
	right: -43px;
    margin: auto;
}
.referansControl .leftButton {
    position: absolute;
    left: -13px;
    right: 0px;
    margin: auto;
}
.referansControl .fa{
	color:#dedede;
	padding-top:5px;
}
.referansControl{
	position: absolute;
	left: 0px;
    right: 0px;
    margin: auto;
    bottom: -35px;
}
.referansButton{

}
.icerik-main, .icerik-main *{

}
.footer .footerAlt .iconBox i{
	margin-right:15px;
	float: left;
	font-size:40px;
}
.footer .footerAlt .iconBox .bilgi .bilgiAd{
	margin:0;
}
.footer .footerAlt .iconBox .bilgi{
    overflow: hidden;
    position: relative;
}
.footer .footerAlt .iconBox{
	overflow: hidden;
    height: 77px;
    float: left;
    position: relative;
    border: 1px solid #666;
    padding: 15px;
    display: block;
    width: 100%;
}
.footer .footerAlt{
	margin:80px 0;
}
.footer .footerRight{
	padding:0;
	margin:0;
	border-top:5px solid #000;
}
.footer .copyright{
	border-bottom: 2px solid #143695;
    text-transform: uppercase;
    font-weight: bold;
    background: #b5b5b5;	
	padding:15px;
	float:left;
	position:relative;
	width:100%;
	text-align:center;
}
.footer .footerBox p {
	color:#666666;
}
.footer .footerBox .footerMenu p{
	font-size:18px;
	color:#666;
}
.footer .footerBox .footerMenu li a:hover{
	color:#fff;
	transition:.3s;
}
.footer .footerBox .footerMenu li a{
	font-size:14px;
	color:#666;
	text-decoration:none;
}
.footer .footerBox .footerMenu li{
	display:block;
	position:relative;
}
.footer .footerBox .footerMenu .button:hover{
	background-color:#fff;
	color:#143695;
	transition:.3s;
	border:1px solid #143695;
}
.footer .footerBox .footerMenu .button{
	font-size:22px;
	border:1px solid #143695;
	text-decoration:none;
	width:60%;
	text-align:center;
	font-weight:normal;
	padding:10px;
	border-radius:2px;
	display:block;
	position:relative;
	background-color:#143695;
	color:#fff;
}
.footer .footerBox .footerMenu .eposta{

	
}
.footer .footerBox .footerMenu .tel{
    
    font-weight: normal;
    font-size: 30px;
}
.footer .footerBox .footerMenu .fa{
	font-size: 20px;
    margin-right: 5px;
}
.footer .footerBox .footerMenu{
	line-height:25px;
	margin:0;
	padding:0;
	display:block;
	position:relative;
}
.footer .footerBox h4{
	font-weight: normal;
    font-size: 20px;
    text-transform: capitalize;
    margin: 30px 0;
    font-family: gnbold;
    color: #082054;
}
.footer  .footerBox{
	position:relative;
	display:block;
}
.footer{
	height:auto;
	padding: 2% 0 0 20%;
	border-top:1px solid #143695;
}
.footer{
	width:100%;
	padding:0;
	margin:0;
	position:relative;
	float:left;
	font-family: 'gnbold' , sans-serif;
}
.footer .copyright span {
    color: #fff;
	font-weight:100;
}
.ustFooter:before {
	content: '';
	position:absolute;
	display:block;
	height:100%;
	width:100%;
	background: #cdcdcd4d;
}
.ustFooter {
	color: #fff;
	background: url(/images/footer-bg.png);
	background-repeat: no-repeat;
    background-size: cover;
	padding-bottom:15px;
}
section.hakkimizda:after {
	float: right;
    content: "";
    position: absolute;
    width: 128px;
    height: 40px;
    background: url(/data/genel/p4.png);
    bottom: 0;
    right: -10px;
    display: block;
    -webkit-transform: skew(-28deg);
}
section.hakkimizda:before {
	float: left;
    content: "";
    position: absolute;
    width: 128px;
    height: 40px;
    background: url(/data/genel/p4.png);
    bottom: 0;
    left: -10px;
    display: block;
    -webkit-transform: skew(28deg);
}
section.hakkimizda .hak p{
	font-weight: 500;
    position: relative;
}
.hizmet-items .baslik{
	font-size:18px;
	font-weight:normal;
}
.hizmetler .backText{
	/*transform: rotate(-20deg);*/
	font-size: 120px;
    top: -126px;
	opacity:0.1;
}
.hizmet-items .info .arka{
	transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    background: #143695;
    opacity: 0;
    padding: 15px 20px 10px 20px;
}
.hizmet-items:hover .arka {
    transform: rotate3d(1,0,0,0deg);
    opacity: 1;
}
.hizmet-items:hover .on {
    transform: translate3d(0,220px,0) rotate3d(1,0,0,-90deg);
    opacity: 0;
}
.hizmet-items .info>div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .4s linear;
    transform-origin: 50% 0;
}
.hizmet-items{
	width:22%;
	float:left;
	position:relative;
	display:block;
	height:200px;
	border:1px solid #fff;
	margin:15px;
	text-align:center;
}
section.hizmet{
    background-size: cover;
    background: url(/data/genel/p4.png);
    padding: 100px 0;
    background-repeat: repeat;
    background-attachment: fixed;
}
@media screen and (max-width:768px) {
	.span2{
		width:100% !important;
		margin-left:0 !important;
	}
	section.yorum .yorumUL .yorum .yorumBox .yorumSpot{
		padding: 0 !important;
	}
}
section.yorum .yorumUL .yorum .yorumBox .yImg{
	border-radius:50%;
	width:150px;
	height:150px;
}
section.yorum .yorumUL .yorum .yorumBox span.yorumIcon i{
	color:#fff;
}
section.yorum .yorumUL .yorum .yorumBox span.yorumIcon{
	height: 40px;
    border-radius: 50%;
    padding: 5px 0;
    font-size: 23px;
    position: absolute;
    top: 0;
    background: #143695;
    width: 40px;
}
section.yorum .yorumUL .yorum .yorumBox .yorumSpot{
	padding: 0 450px;
}
section.yorum .yorumUL .yorum .yorumBox{
	display:block;
	text-align:center;
	position:relative;
	float:left;
	width:100%;
	height:100%;
}
section.yorum{
	position:relative;
	display:block;
	margin:100px 0;
}
section.ikonlar{
	background: url(/data/genel/p4.png);
	position:relative;
	display:block;
	padding:30px 0;	
}
section.hakkimizda{
	position:relative;
	margin:40px 0 0 0;
}
#cizqi{
	height: 2px;
    width: 100%;
    background-image: linear-gradient(108deg,#143695 4%,rgba(0, 165, 191, 0.14) 45%,#e91e6394 104%);
}
.imgPlace .owl-carousel .owl-item{
	/*max-height:500px;*/
}
.owl-controls{
	text-align:center;
	margin:35px 0 0 0;
}
.main-title-section-wrapper {
    height: auto;
    text-align: center;
    float: left;
    width: 100%;
	position:relative;
    margin: 0px 0px 50px;
    padding: 0;
    clear: both;
    background: url(/images/header-bg.jpg);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'gnbold' !important;
}
.main-title-section-wrapper h1{
	padding: 50px 0 0 0;
	font-weight: normal;
	color: #fff;
    position: relative;
}


.main-title-section-wrapper:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(7%,#00000026), color-stop(95%,#00000026));
}
.main-title-section-wrapper div.container .main-title-section {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    padding-top: 13px;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 35px;
    bottom: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.main-title-section-wrapper div.container .main-title-section i {
	color: #143695;
    text-shadow: 0px 4px 0px #1a1a18;
}
.main-title-section-wrapper div.container {
    position: relative;
}
.left-menu .items li a{
	text-decoration:none;
	color:#000;
	padding:10px 0;
	position:relative;
	display:block;
}
.left-menu .items li{
	position:relative;
	display:block;
	border-bottom: 1px solid #dedede;
}
.left-menu .category-menu li a{
	color:#555;
	padding:10px 0;
	display:block;
	position:relative;
}
.left-menu{
    padding: 0 15px;
}
.left-menu .title{
	border:none !important;
	font-weight: bold;
    font-size: 24px;
    color: #d32546;
}
/*
.subtitle .item .right .spot{
	line-height: 25px;
    margin: 10px;
    color: #000;
    text-align: justify;
}*/
.subtitle .item .right{
	padding:5px 10px;
}
.subtitle .item .right .name1{
	text-align:center;
}
.subtitle .item .right .name{
	text-align:center;
}
.subtitle .item .right .name1 a{
	text-decoration:none;
	font-size:16px;
	color:#fff;
}
.subtitle .item .right .category-name{
	border:none !important;
	text-align:center;
	color:#dedede;
}
.subtitle .item .right .name a{
	text-decoration:none;
	font-size:16px;
	color:#fff;
}
/**/
.modul-items .int-div .item {
    position: relative;
    height: 100%;
}
.modul-items li .item .category-name a {
    padding: 4px 0;
    color: #fff;
	position: relative;
    text-align: center;
}
.modul-items li .item .spot {
	color:#fff;
    padding: 4px 0;
    line-height: 17px;
    overflow: hidden;
    max-height: 38px;
    text-align: center;
}
.modul-items .int-div .item img {
    height: 220px;
}
.modul-items li .item .right {
    width: 100%;
    height: 100%;
    padding: 7px;
    background: #9e9e9e;
    position: relative;
}
.modul-items li .item .name a {
    color: #4d4d4d;
    font-size: 15px;
    padding: 4px 0;
    text-align: center;
    font-weight: bold;
}
.modul-items .int-div .item a {
    position: relative;
    text-align: center;
	display: block;
}
.modul-items li {
    float: left;
    margin: 0 1% 2% 0 !important;
    overflow: hidden;
    position: relative;
    padding: 0;
    border: 1px solid #ccc;
    -webkit-transition: border 0.2s ease, box-shadow 0.2s ease;
    transition: border 0.2s ease, box-shadow 0.2s ease;
    list-style: none outside none;
    width: 32%;
    height: 380px;
    position: relative;
}
.footerLogo:hover {
	filter: grayscale(0);
}
.footerLogo{
	float:right;
	filter: grayscale(100%);
}
.yoltarifibutton {
    width: 60%;
    text-align: center;
    font-weight: 1000;
    display: block;
    position: relative;
    background-color: rgb(0, 165, 191);
    color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 165, 191);
    border-image: initial;
    text-decoration: none;
    padding: 10px;
    border-radius: 2px;
}
/**/
/*.subtitle{
    margin: 0 20px 20px 0;
	width: 30%;
    position: relative;
    display: block;
    float: left;
}*/
.modul-items .int-div .item img {
	width:100%;
    border-radius: 5px;
}
.modul-items .int-div .item {
    background: #9e9e9e4a;
}
.category-menu > ul > li > ul > li:before{
    content: "\f105";
    position:absolute;
    font-family:FontAwesome;
    left: -13px;
	top: 10px;
}
.category-menu > ul > li > span{
    position: absolute;
    left: -22px;
    top: 3px;
    font-size: 25px;
    font-weight: bold;
    cursor:pointer;
}
.category-menu > ul > li{
    position:relative;
}
.category-menu > ul > li > ul{
    display:none;
}
.category-menu > ul > li > ul > li{
    position:relative;
}
li.selected-menu > a{
    color:#ff0000 !important;
}
.slider-text{
	    display: block;
    top: 15%;
    position: absolute;
    height: 100%;
    right: 15%;
    font-size: 30px;
}
.MobileMenu.MenuOpen{
	display:block !important;
}
.MobileMenu{
	display:none;
	z-index: 5;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #dedede;
}
.toggleMobileMenu:after{
	top: 5px !important;
}
.toggleMobileMenu:before, .toggleMobileMenu:after{
	content: "";
    position: absolute;
    background: #4d4d4d;
    height: 2px;
    width: 20px;
    left: 0px;
    top: -5px;
}
.toggleMobileMenu{
	display:none;
	background: #4d4d4d;
    height: 2px;
    position: absolute;
    text-align: left;
    width: 20px;
    right: 15px;
    top: 70px;
    bottom: 0px;
    margin: auto;
}
.category-name{
	padding-left: 5px;
    float: left;
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 10px;
    border-left: 2px solid #d32546;
}
.text-spot{
	float: left;
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.ozelbaslik{
	float: left;
    width: 100%;
    position: relative;
    display: block;
    font-size: 18px;
    margin: 5px 0;
    font-weight: bold;
}
.title a:hover{
	color:#dedede;
}
.title a{
	transition:0.5s all ease;
	text-decoration:none !important;
}
.title{
	border-bottom: 1px solid #dedede;
    font-weight: 600;
    margin: 0 0 15px 0;
    font-size: 15px;
    letter-spacing: 1.2px;
    padding-bottom: 5px;
}
.modul-detail .title a:hover{
	color:#dedede;
}
.modul-detail .title a{
	transition:0.5s all ease;
	text-decoration:none !important;
}
.modul-detail .title{
	border-bottom: 1px solid #dedede;
    font-weight: 600;
    margin: 0 0 15px 0;
    font-size: 15px;
    letter-spacing: 1.2px;
    padding-bottom: 5px;
}
.detail{
	display: block;
    min-height: 280px;
}
#header .top-bar p:before {
    position: absolute;
    left: -30px;
    top: -33px;
    width: 35px;
    height: 79px;
    content: "";
    background: #404856;
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
	display:none;
}
/*.top-phone {
	display:none;
}*/
@media screen and (max-width:480px){
	/*.title-s {
		display:none !important;
	}
	.top-phone {
		display:block !important;
	}*/
	#header .top-bar p {
		padding:13px 25px !important;
	}
	#header .top-bar {
		text-align:center;
	}
	#header .top-bar p:before {
		display:block !important;
	}
	#header .top-bar p {
		float: none !important;
		display: inline-block !important;
	}
	section.grups h1.frontText {
		font-size:50px !important;
	}
	#header .top-bar:after {
		display:none;
	}
	#header .top-bar:before {
		display:none;
	}
	#header .top-bar ul {
		display:none;
	}
	.modul-items li{
		width:48% !important;
	}
	.footer .footerLeft{
		height:auto;
	}
	.index-slider li{
		height:300px !important;
	}
	.cimg{
		max-height:100%;
		background-position:center center;
	}
	.subtitle{
		margin:1px 1px 1px 20px;
		width:43%;
	}
	.footer .footerRight{
		border:none;
	}
	.blogItems{
		width:100%;
		margin:0;
	}
	.backText{
		font-size: 65px;
		top: 1px;
		width:100% !important;
		left: 15px;
	}
	#logo{
		padding: 0;
		height: auto;
	}
	.aboutbg .playdiv{
		bottom: 0px;
		left: 0px;
	}
	.about_alt_sag p{
		padding:15px 0 !important;
	}
	.about_alt_sol{
		display:none;
	}
	.about_alt{
		height:auto !important;
	}
	.about_alt_sag:before{
		display:none;
	}
	.about_alt_sag {
		display: block;
		background: #fff;
		height: 100%;
		float: left;
		width: 100%;
	}
	.toggleMobileMenu{
		display:inline-block !important;
	}
	#ustMenu{
		display:none !important;
	}
	#ustIcon{
		display:none !important;
	}
	.certs-col{
		width:48% !important;
	}
}
@media only screen and (min-device-width: 768px) {
    #mobile-menu, #open-mobile-menu {
        display: none;
    }
}
@media only screen and (max-device-width: 768px) {
	.projeDetayi .sectionTitle h3 {
		padding:32px 0 !important;
	}
	.sonproje {
		max-height:none !important;
	}
	.main-title-section-wrapper div.container .main-title-section {
		left:10px;
	}
	#logo{
		display:inline-block;
	}
	.hizmetler .backText{
		font-size:40px;
		top:-90px;
	}
	.hizmet-items{
		width:100%;
	}
	section.hakkimizda:before{
		display:none;
	}
	section.hakkimizda:after{
		display:none;
	}
	.header .logo{
		width:auto;
		height:85px;
	}
	.header{
		position:relative;
	}
    #open-mobile-menu {
		position: absolute;
		right: 20px;
		top: 20px;
		font-size: 22px;
    }

    #open-mobile-menu i, .soccial-items i {
        color: #808080 !important;
    }
}
.mm-listview .subtitle{
	width:100% !important;
}
.certs-col .type-normal{
	text-align:center;
}
.certs-col p{
	text-align:center;
}
.certs-col{
	width:31%;
	float:left;
	position:relative;
	display:block;
}

.refHizmet:hover .baslik p {
    display: block;
}
.refHizmet:hover .aciklama h4 {
    display: block;
}
.refHizmet:hover .perde {
    height: 450px;
}
.refHizmet .aciklama h4{
	position: relative;
    display: none;
    color: #FFF;
    font-weight: normal;
    font-size: 12px;
}
.refHizmet .baslik p{
	display: none;
    color: white;
    font-weight: normal;
    position: absolute;
    bottom: 40px;
    font-size: 26px;
    line-height: 1.1;
}
.refHizmet .aciklama {
	position: absolute;
    bottom: 20px;
}
.refHizmet .aciklama, .baslik {
	z-index:999;
}
.refHizmet .bgImg {
	padding: 0;
    width: 100%;
    height: 345px;
    background-size: cover!important;
}
.refHizmet .perde {
	background-color: #14369585;
    width: 100%;
    height: 0;
    position: absolute;
    transition: all .5s ease-out 0s;
    z-index: 9;
    left: 0;
}

.yaslaRight{float:right;}
.yaslaLeft{float:left;}
.webTwebForm .top-side i{font-size:40px;}
.webTwebForm .top-side{margin-bottom:70px;}
.webTwebForm .top-side .yaslaRight{
	text-align: right;
    float: right;
    padding: 50px 0 0;
}
.webTwebForm .bottom-side .wtw-Baslik{
	font-weight:600;
	font-size: 40px;
    margin: 10px 0;
}
.webTwebForm .bottom-side .wtw-Spot{
	text-align: justify;
	font-size: 14px;
    font-weight: lighter;
    padding: 0 0 30px 0;
}
.webTwebForm .bottom-side .ic-right-side .wtw-Right-Baslik{
	font-size:20px;
	font-weight:bold;
	margin:10px 0 10px 0;
}
.webTwebForm .bottom-side .ic-right-side .wtw-Right-Spot a:hover{
	border-bottom: 1px solid #fff;
    color: #f2f2f2 !important;
}
.webTwebForm .bottom-side .ic-right-side .wtw-Right-Spot a{color:#fff !important;}
.webTwebForm .bottom-side .ic-right-side .wtw-Right-Spot{
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}
.webTwebForm .bottom-side .ic-right-side{
	    padding: 0 85px 0 85px;
}
.webTwebForm .bottom-side .ic-left-side .form-group{
    margin: 0 0 15px 0;
    padding: 0 10px 0 0px;
}
.webTwebForm .bottom-side .ic-left-side{
	padding: 0 85px 0 85px;
}
.webTwebForm{
	z-index:9999999999999999;
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 101%;
    background: white;
    padding: 0;
	margin:0;
    height: 100vh;
    display: none;
}
@media screen and (max-width:480px){
	.webTwebForm .bottom-side .ic-left-side{padding:0px !important;margin:0px !important;}
	.webTwebForm .bottom-side .ic-right-side{padding:0px !important;margin:0px !important;}
	.webTwebForm .bottom-side .ic-right-side{
		display:none !important;
	}
	.formIc{
		/*position:fixed;*/
		background-image: none !important;
		background-color:#c09759 !important;
	}
}
.formIc{
	height: 100vh;
	background-image: linear-gradient(108deg,#143695 4%,#00000094 104%);
	/*background-image: linear-gradient(108deg,#143695 4%,rgba(0, 165, 191, 0.14) 45%,#e91e6394 104%);*/
    /*background-image: linear-gradient(108deg,#02cdb3 3%,rgba(197, 197, 197, 0.25) 45%,#02cdb3 104%);*/
}
.formPopupFa i{padding-left:6px;}
.formPopupFa:hover i{
	color:#fff;
}
.formPopupFa:hover {
	background-color: #143695;
    color:  #fff;
}
.formPopupFa{
	cursor:pointer;
	font-weight: 400;
    padding: 10px 15px;
    background-color: #fff;
    color:  #143695;
	text-decoration:none !important;
    border-radius: 0;
    float:  right;
}
#wtw-open-bilgi{
	margin-left: 10px;
    cursor: pointer;
}
.formIc .popupAnaMenu li a{
	font-size:36px;
	text-decoration:none;
	font-weight:bold;
	text-transform:lowercase;
}


/*FONT
@font-face {

    font-family: 'Poppins';

    src: url('/style/kurumsal/fonts/FontAwesome.otf');

    src: url('/style/kurumsal/fonts/FontAwesome.otf?#iefix') format('embedded-opentype'),
         url('/style/kurumsal/fonts/Poppins-Light.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;



}
@font-face {
    font-family: 'gnthin';
    src: url('/style/kurumsal/fonts/gnthin-webfont.eot');
    src: url('/style/kurumsal/fonts/gnthin-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('/style/kurumsal/fonts/gnthin-webfont.html') format('woff'),
         url('/style/kurumsal/fonts/gnthin-webfont.ttf') format('truetype'),
         url('/style/kurumsal/fonts/gnthin-webfont.svg#gnthinregular') format('svg');
    font-weight: normal; font-style: normal;
}*/
@font-face {
    font-family: 'gnbold';
    src: url('/style/kurumsal/fonts/gnbold-webfont.eot');
    src: url('/style/kurumsal/fonts/gnbold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('/style/kurumsal/fonts/gnbold-webfont.html') format('woff'),
         url('/style/kurumsal/fonts/gnbold-webfont.ttf') format('truetype'),
         url('/style/kurumsal/fonts/gnbold-webfont.svg#gnboldregular') format('svg');
    font-weight: normal; font-style: normal;
}

.counted-share-vertical {
    position: fixed;
    top: 24%;
    left: 0;
    width: 64px;
    font-size: 11px;
    margin: 0;
    list-style-type: none;
    text-align: center;
    white-space: nowrap;
    color: #333;
    z-index: 50;
}
.counted-share-vertical ul {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
    border-radius: 0 10px 10px 0;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    transition: transform .5s;
}
.counted-share-vertical li {
	font-size:23px;
    position: relative;
    border-bottom: solid 1px #f5f5f5;
    border-right: solid 1px #ddd;
    height: 57px;
    padding: 0 8px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center 12px;
    background-color: #fff;
    padding-top: 10px;
	list-style: none;
}
.counted-share-vertical li.active, .counted-share-vertical li:hover {
    color: #fff;
    background-color: #257dd7;
    border-bottom-color: transparent;
    border-right-color: #257dd7;
}
.counted-share-vertical li.active::before, .counted-share-vertical li:hover::before {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1;
}
.counted-share-vertical li.active::after, .counted-share-vertical li:hover::after {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1;
}
.counted-share-vertical li:hover i {
	color:#fff !important;
}
.counted-share-vertical li:nth-child(1) {
    border-top: solid 1px #ddd;
    border-top-right-radius: 10px;
}
.counted-share-vertical li:nth-last-child(1) {
    border-bottom: solid 1px #ddd;
    border-bottom-right-radius: 10px;
}
.share-vertical-linkedin i{
    color: #0378b6;
}
.share-vertical-pinterest i{
	color:#257dd7;
}
.share-vertical-twitter i{
	color: #14c1ec;
}
.share-vertical-facebook i{

}
.share-vertical-google i{
	color:#eb3f2d;
}
.counted-share-vertical li::before {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    background-color: #257dd7;
    width: 20px;
    height: 57px;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.215,.61,.355,1);
    -moz-transition: -moz-transform .2s cubic-bezier(.215,.61,.355,1);
    transition: transform .2s cubic-bezier(.215,.61,.355,1);
}
.counted-share-vertical li>div {
    overflow: hidden;
    text-overflow: ellipsis;
}
.counted-share-vertical li::after {
    content: '';
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid rgba(37,125,215,.5);
    border-bottom: 10px solid transparent;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.215,.61,.355,1);
    -moz-transition: -moz-transform .2s cubic-bezier(.215,.61,.355,1);
    transition: transform .2s cubic-bezier(.215,.61,.355,1);
}
.share-vertical-google.active, .share-vertical-google:hover {
    
}
.share-vertical-facebook.active, .share-vertical-facebook:hover {
    
}
.share-vertical-twitter.active, .share-vertical-twitter:hover {
    
}
.share-vertical-pinterest.active, .share-vertical-pinterest:hover {

}
.share-vertical-linkedin.active, .share-vertical-linkedin:hover {
   
}
.counted-share-vertical .share-vertical-hidebar {
    position: relative;
    opacity: 0;
    width: 100%;
    height: 30px;
    background-color: #aaa;
    border-bottom-right-radius: 10px;
    border-right: none;
    box-shadow: 0 0 10px rgba(204,204,204,.5);
    -webkit-transition: opacity .5s,width .5s,border-radius .5s;
    -moz-transition: opacity .5s,width .5s,border-radius .5s;
    transition: opacity .5s,width .5s,border-radius .5s;
    cursor: pointer;
}
.counted-share-vertical .share-vertical-hidebar:hover {
    opacity: 1;
    background-color: #22b4ed;
}
.counted-share-vertical:hover .share-vertical-hidebar {
    opacity: 1;
}
.counted-share-vertical .share-vertical-hidebar::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 9px;
    height: 12px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAQAAAEgms61AAAAiUlEQVQYGQXBoVGCAQCA0S9w4gAEZpDEEhxdx5D6GxiEQmICkgPgHUsoRRYgEIHHe8kpI6W8JkclWSfjrBRKDklmrsq3QVKSi7mSZJvk5D25mSp3SdnYScnCWUkmHkmSTPx4GJJk6eLfXMrIBjtjScre3ZckSUk+3RxNJSVJ3vy5+lCSJHmx9fsEZ22brVWs2BIAAAAASUVORK5CYII=) center center/9px auto no-repeat;
    -webkit-transition: -webkit-transform .5s linear;
    -moz-transition: -moz-transform .5s linear;
    transition: transform .5s linear;
}
.counted-share-vertical.collapsed ul {
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    transform: translateX(-100px);
}
.counted-share-vertical.collapsed .share-vertical-hidebar {
    opacity: 1;
    width: 24px;
    border-top-right-radius: 8px;
}
.counted-share-vertical.collapsed .share-vertical-hidebar::before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.counted-share-vertical:hover, .counted-share-vertical:hover li:nth-last-child(1) {
    border-bottom-right-radius: 0;
}
.counted-share-vertical li a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

@media screen and (max-width:768px){
	.projeDetayi .sectionTitle h3 {
		letter-spacing:3 !important;
	}
	#katplanlari .katp {
		margin-bottom:25px;
	}
	.projeDetayi .sectionTitle {
		float:left;
		width:100%;
	}
	.projeMapEmbed {
		float:left;
		width:100%;
	}
	.main-title-section-wrapper {
		    background-size: cover !important;
			background-repeat: no-repeat !important;
			height: auto !important;
	}
	.main-title-section-wrapper:before {
		background-image:none !important;
	}
	.projeList .modul-items .item {
		width:100% !important;
		margin: 0 0 10px 0 !important;
	}
	.owl-nav {
		display:none !important;
	}
	.counted-share-vertical li:nth-child(1) {
		border-top: none;
        border-top-right-radius: 0px;
	}
	.counted-share-vertical.mobil-alt {
		position:relative;
	}
	.counted-share-vertical{
		top:auto;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
	}
	.counted-share-vertical li{
		float:left;
		width:20%;
	}
	.counted-share-vertical .share-vertical-hidebar{
		display:none !important;
		float:left;
	}
	.counted-share-vertical.collapsed ul {
		transform: translateX(-300px);
	}
	.counted-share-vertical li:nth-last-child(1) {
		border-bottom-right-radius: 0 !important;
	}
}
.index-slider .owl-carousel .owl-stage .owl-item li{
	position:relative;
}

.custom_showcase__3 {
    -webkit-animation-name: fade_left;
    animation-name: fade_left;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.span2 {
	float: left;
    min-height: 1px;
    margin-left: 30px;
    width: 155px;
}
.lazy-load-box {
    opacity: 1;
    -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.service-box {
    background: none;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: center;
    z-index: 99;
}
.service-box .icon {
    background: none;
    display: inline-block;
    position: relative;
    float: none;
    margin: 0 0 20px 0;
    vertical-align: top;
    border: 3px solid rgba(0,0,0,0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.service-box .icon:before {
    background: #143695;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    content: '';
}
.service-box .icon a {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.service-box .icon a img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.service-box h2 {
	border:none;
    padding: 0 10px;
    margin: 0 0 17px 0;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
}
.service-box:hover .icon a {
    background: #3d3d3d;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.service-box:hover .icon a img {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.iconhizmet .icoN i {
	color:#fff;
}
.iconhizmet .icoN {
	display: inline-block;
    border: 3px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    padding: 0 10px;
    position: relative;
    margin-top: -50px;
    background: transparent;
}
.iconhizmet {
	position: relative;
    background: rgba(0, 0, 0, 0.52) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 10px 25px 10px;
    text-align: center;
    color: #fff;
    display: block;
}
.ikon {
	margin:85px 0;
}

#csq i {
	background: #143695 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    padding-top: 8px;
    font-size: 27px;
    height: 45px;
    text-align: center;
    width: 45px;
}
#csq {
	float: left;
    margin-bottom: 15px;
    margin-top: -35px;
    position: relative;
    width: 100%;
    z-index: 99;
}
.ikonbaslik {
	text-align:center;
	position:relative;
	display:block;
	width:100%;
}

.section-head h2 {
	padding: 0 60px;
	border-bottom:2px solid #143695;
	padding-bottom:30px;
	display:inline-block;
}
.section-head {
	margin-bottom: 55px;
}
.bg-left-center {
    background-position: left;
}
.ct-tp:before {
	display: block;
    height: 50px;
    content: '';
    background-image: url(/images/scale-top.png);
    background-position: top;
    background-repeat: repeat-x;
    top: 0px;
    width: 100%;
}
.section-full {
    position: relative;
}
.bg-gray {
    background-color: #f5f6f6;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}


.proje-img img:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.proje-img img {
	width:100%;
	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.p-t50 {
	padding-top:50px;
}
.p-b50 {
	padding-bottom:50px;
}

.dett-button:hover {
	background:#143695;
	text-decoration:none;
	color:#fff;
}
.dett-button {
	text-decoration:none;
	background: #52637c none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
	display: block;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
    padding: 10px 15px;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.projedetay h2 {
	margin-top:0;
}
.projedetay a i {
	color:#fff;
}
.projedetay {
	background: #ecf0f2 none repeat scroll 0 0;
    float: left;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 28px;
}
.sonproje {
	float: left;
    width: 100%;
    display: block;
    position: relative;
    max-height: 300px;
    overflow: hidden;
}

.no-col-gap [class*="col-xs-"], .no-col-gap [class*="col-sm-"], .no-col-gap [class*="col-md-"], .no-col-gap [class*="col-lg-"] {
    padding-left: 0;
    padding-right: 0;
}

.wt-icon-box-wraper.center {
    text-align: center;
}
.wt-icon-box-wraper {
    position: relative;
}
.bg-white {
    background-color: #FFF;
}
.m-a5 {
    margin: 5px;
}
.p-a30 {
    padding: 30px;
}

.icon-lg {
    width: 80px;
	display: inline-block;
    text-align: center;
}
.m-b20 {
    margin-bottom: 20px;
}
.icon-lg img {
    height: 70px;
}
.icon-content {
    overflow: hidden;
}
.wt-icon-box-wraper .wt-tilte {
    margin-top: 0;
}
.text-uppercase {
    text-transform: uppercase;
}
.wt-icon-box-wraper p:last-child {
    margin: 0px;
}
.animate_line {
    position: relative;
    z-index: 0;
}
.animate_line:hover:after, .animate_line:hover:before {
    width: 50%;
    height: 50%;
    background: #143695;
}
.animate_line:before {
    right: 0;
    top: 0;
}
.animate_line:after, .animate_line:before {
    content: "";
    height: 4px;
    width: 0px;
    position: absolute;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: -1;
}
.animate_line:after {
    left: 0;
    bottom: 0;
}
@media only screen and (max-width: 768px){
	.animate_line:after {
		bottom: -5px;
	}
	.animate_line:before {
		top: -5px;
	}
}





/*proje detayı*/
.projeK .masonry-item{
	padding : 10px 10px;
}
.projeList li{
	display:block;
	position:relative;
	float: left;
    margin: 0 8px 20px;
    width: 23.5%;
}
.projeList .projeText .projeName .icon{
	float: left;
    font-size: 23px;
    margin-right: 8px;
}
.projeList li:hover .projeText {
    background: #ff7500;
}
.projeList .projeText .projeName a:hover {
	color:#143695;
	text-decoration:none;
}
.projeList .projeText .projeName a {
	color:#000;
	text-decoration:none;
}
.projeResim img:hover {
	transform: scale(1.15);
}
.projeResim{
	animation-delay: 0.5s;
	overflow: hidden;
}
.projeResim img{
	height: 330px;
    transition: all .9s ease-in-out;
    width: 100%;
    object-fit: cover;
}
.projeUstSag .projeBilgi .projeAd{
	margin: 0 !important;
    font-size: 21px;
	text-transform:capitalize;
	background: transparent url(/data/genel/altcizgi.png) repeat-x scroll 0 bottom;
	margin-bottom: 15px !important;
    text-indent: inherit;
    width: 100%;
	padding: 0 0 15px 0;
}
.projeUstSag .projeBilgi{
	padding: 15px;
    background: #aeaeae;
    color: #fff;
    border-radius: 1px;
}
.projeUstSag{
	margin-left: -50px;
    padding: 80px 0 !important;
}
.projeGorselKabin{
	float:left;
	position:relative;
	display:block;
	width:100%;
}
.projeGaleri {
	margin-top:25px;
}
.projeDetayi iframe{
	background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    padding: 7px;
}
.projeDetayi .sectionTitle span .icon{
	background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    color: #143695;
    display: inline-block;
    padding-top: 10px;
    font-size: 30px;
    height: 55px;
    text-align: center;
    width: 55px;
}
.projeDetayi .sectionTitle span{
	float: left;
    margin-bottom: 15px;
    margin-top: -35px;
    position: relative;
    width: 100%;
    z-index: 99;
}
.projeDetayi .sectionTitle h3{
	border-bottom: 1px solid #143695;
    color: #143695;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    padding: 0 70px 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.projeDetayi .sectionTitle{
    /*float: left;*/
    text-align: center;
    width: 100%;
}
.projeDetayi .projeAciklama{
	text-align:justify;
}
.projeDetayi .projeAlt{
	margin:20px 0;
	float:left;
	display:block;
	position:relative;
}
.projeList .projeText .projeName{
	margin: 0;
    color: #244767;
    font-size: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.projeList .projeText{
	background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    height: 49px;
    padding: 10px;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
@media screen and (max-width:768px) {
	.projeList li{
		width:100%;
	}
	.projeUstSag{
		padding:0 !important;
		margin:0;
	}
}
/*proje detayı*/



.projeslide-img {
	width:100%;
	height:185px;
	object-fit:cover;
}


.nexT {
    position: absolute;
    right: -60px;
    top: 30%;
    display: inline-block;
    height: 50px;
    width: 50px;
    background-size: contain;
    background-image: url(/images/up-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(90deg);
}
.preV {
    position: absolute;
    left: -60px;
    top: 30%;
    display: inline-block;
    height: 50px;
    width: 50px;
    background-size: contain;
    background-image: url(/images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(90deg);
}
.dt-Ic {
	float:left;
	width:100%;
	display:block;
	position:relative;
}

.projeList .modul-items .item {
	display: block;
    position: relative;
    float: left;
    margin: 0 8px 20px;
    width: 23.5%;
}

section.grups div.gp div.compGP {
    text-align: center;
    width: 100%;
    position: relative;
    display: block;
}

.referans ul li {
	list-style:none;
}
.referans {
    margin: 50px 0 0 0;
    display: block;
    position: relative;
}
section.grups div.gp div.compGP div.gpSirket {
    height: 110px;
    padding: 15px;
    border: 1px solid #dedede;
}
section.grups div.gp div.compGP div.gpSirket div.gpImg {
    height: 100%;
    width: 100%;
    background-size: contain;
}
section.grups div.gp div.compGP div.gpSirket:hover {
    transition: 0.5s cubic-bezier(0.45, 0.58, 0.35, 1.07);
    position: relative;
    z-index: 9;
    -webkit-box-shadow: 0px 8px 123px -21px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 8px 123px -21px rgba(0,0,0,0.75);
    box-shadow: 0px 18px 80px -14px rgb(144, 144, 144);
}
.frontText {
    width: 100%;
    user-select: none;
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 180px;
    text-shadow: 3px 3px 3px #000000;
    opacity: 0.2;
    font-weight: bold;
}
section.grups h1.frontText {
    font-size: 65px;
}

.breadcrumb ol {
	margin:0;
	padding:0;
}
.breadcrumb ol li:first-child:before {
	content:">";
	position:absolute;
	right:0;
	top:0;
}
.breadcrumb ol li:first-child {
	padding-right:15px;
    margin-right: 10px;
}
.breadcrumb ol li {
display: inline-block;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: -1px;
	color:#323946;
}
/*.breadcrumb {
    background: #ffffff26 !important;
    display: block;
    width: 100%;
    margin: 0 0 35px 0 !important;
    padding: 10px 10px !important;
    border-radius: 0 !important;
    text-align: right;
	font-family: gnbold;
}*/
.breadcrumb {
    background: #ffffff26 !important;
    display: inline-block;
    float: right;
    margin: 0 !important;
    padding: 20px 10px !important;
    border-radius: 0 !important;
    text-align: right;
    font-family: gnbold;
}
.subscribe-form .input-group button[type="submit"] i {
	font-size: 14px !important;
}
.subscribe-form .input-group button[type="submit"] {
	display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    border: none;
    height: 100%;
    background: #082054;
}
.subscribe-form .input-group input {
	width: 100%;
    position: relative;
    display: block;
}
.subscribe-form .input-group {
	position:relative;
	display:inline-block;
	overflow:hidden;
	width: 100%;
}
.subscribe-form {
	display:block;
	position:relative;
	width:100%;
	overflow:hidden;
}
.social-links-ft li a i {
	
}
.social-links-ft li a.google-plus {
	background-color: #DE4E43;
}
.social-links-ft li a.youtube {
    background-color: #CE201F;
} 
.social-links-ft li a.linkedin {
    background-color: #007BB6;
} 
.social-links-ft li a.instagram {
    background-color: #8A5A4E;
} 
.social-links-ft li a.twitter {
    background-color: #1EA1F3;
} 
.social-links-ft li a.facebook {
    background-color: #3B5998;
} 
.social-links-ft li a {
	width: 37px;
    height: 37px;
    padding: 0;
    border-radius: 40px;
    line-height: 39px;
	color: #fff;
    font-size: 16px;
    display: inline-block;
	text-align:center;
}
.social-links-ft li {
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block;
}
.social-links-ft {
	list-style: none;
    margin-top: 5px;
}


.galeri-yama .industry .single-awesome-project img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.galeri-yama .industry .single-awesome-project .awesome-img a:after {
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient( 90deg, rgb(255, 255, 255) 0%, rgba(20, 54, 151, 0.61) 0%, rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(211,16,39) 0%, rgb(125,0,254) 0%, rgba(255,255,255,0) 100%);
}
.galeri-yama .industry .single-awesome-project .awesome-img a {
	position:relative;
	display:block;
	width:100%;
	overflow:hidden;
}
.galeri-yama .industry .single-awesome-project .awesome-img {
	position:relative;
	display:block;
	width:100%;
	overflow:hidden;
}
.galeri-yama .industry .single-awesome-project {
	position:relative;
	display:block;
	width:100%;
	overflow:hidden;
}
.galeri-yama .industry {
	display: block;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.galeri-yama {
	position:relative;
	display:block;
	width:100%;
	overflow:hidden;
}
@media screen and (max-width:480px){
	.footerLogo {
		float:none !important;
	}
	.footer .copyright span {
		display:block;
		margin-top:20px;
		float:none !important;
	}
	.marka .modul li{    
		width: 45% !important;
		margin: 8px;
	}
}
.marka .modul li:nth-child(4n+0){
	margin-right:0;
}
.marka .modul li a {
	position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    padding: 0;
    margin: 0;
}
.marka .modul ul {
	line-height: 0;
    overflow: hidden;
    margin: 20px 0;
    padding: 0;
}
.marka .modul li{
	width: 25%;
    margin: 0;
	list-style-type: none;
	transition: all cubic-bezier(.19,1,.22,1) .5s;
	display: inline-block;
}
.company-logos:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.company-logos img {
	width: 150px;
    height: 100%;
    object-fit: contain;
}
.company-logos {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    display: block;
    margin: auto;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    height: 90px;
    border: 1px solid #143697;
    background-size: contain !important;
	text-align: center;
    user-select: none;
}

.marka{

}