@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap&subset=latin-ext');
@import url('slider.css');

html,body{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	background: #fff; 
}


.mt40{
	margin-top: 40px;
	width: 100%;
}
.p0{ padding: 0;}
a,a:hover,a:visited,a:active,a:focus{text-decoration: none;}

.show1700 {
  display: none;
}
.hide1700 {
  display: block;
}

.toggleWrap {
	display: none;
}

header.header {
  position: relative;
	z-index: 9999999;
}
header.header div.bottomHeader{
	background: #fff;
  padding: 1em 0;
}
header.header div.topHeader{
	background: #f8f8f8;
	padding: .5em 0;
}

.mailWrap{
	position: relative;
	text-align: right;
}
.mailWrap a {
	color: #002b58;
}
.mailWrap i {
	margin-right: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
  vertical-align: middle;
}


.social {
	margin: 0;
	padding: 0;
}
.social li {
	list-style: none;
	display: inline-block;
	padding: 0 .2em;
}

.social li a{
	display: block;
	color: #002b58;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: relative;
	border-radius: 2px;
}
.social._socialFooter li a:hover{
	color: #2a4b7d;
}
.social.hdr li a{
	display: block;
	color: #2a4b7d;
	width: auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: relative;
	border-radius: 2px;
	padding: 0 .5em;
	font-size: 13px
}
.social li a::after{
	content: "";
	width: 1px;
	height: 22px;
	background: #eee;
	position: absolute;
	right: -5px;
	top: 5px;
}
.social li:last-child a::after{
	display: none;
}

.social._socialFooter{
	/* margin: 1.5em 0; */
	text-align: right
}
.social._socialFooter li a {
	color: #fff;
}
.social._socialFooter li a:after {
	background: #fff;
}

nav.myNav {
  position: relative;
  width: 100%;
  text-align: left;
}
nav.myNav ul {
  margin: 6px 0 0 0;
  padding: 0;
  line-height: normal;
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
nav.myNav ul li {
  list-style: none;
  display: inline-block;
	position: relative;
  line-height: normal;
}
nav.myNav ul li a {
	display: block;
	font-weight: 600;
	line-height: normal;
	font-size: 13px;
	color: #2a4b7d;
	overflow: hidden;
	padding: 0 1em;
	position: relative;
}

nav.myNav ul li a::before{
	content: "";
	width: 70px;
	height: 100px;
	display: block;
	position: absolute;
	top: -55px;
	background: rgba(255, 255, 255, 0.3);
	left: -70px;
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transform: rotate(20deg);
}

nav.myNav ul li a:hover{
	color: #019db4;
}

nav.myNav ul li:not(:last-child) a:after {
  content: "";
  width: 1px;
  height: 15px;
  background: rgba(255,255,255,0.3);
  position: absolute;
  right: -2px;
  top: 5px;
}


nav.myNav ul li ul.sub {
	position: absolute;
	top: 100%;
	left: 0;
	width: 180px;
	background: #fff;
	text-align: left;
	z-index: 2;
	visibility: hidden;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0x;
	opacity: 0;
	padding-top: 25px;
	padding-bottom: 15px;
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
nav.myNav ul li ul.sub.kurumsal{
	width: 150px;
}
nav.myNav ul li ul.sub.faaliyet{
	width: 340px;
}
nav.myNav ul li ul.sub li {
	display: block;
}
nav.myNav ul li ul.sub li a{
	display: block;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 13px;
  border-left: 2px solid transparent;
}
nav.myNav ul li:hover ul.sub {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	visibility: visible;
}
nav.myNav ul li ul.sub li a:hover {
	border-color: #019db4;
	color: #019db4;
}

.owl-theme.one .owl-dots {
	position: relative;
	bottom: 200px;
	left: 0;
	right: 0;
	text-align: center;
}
 .owl-theme.one .owl-dots .owl-dot span {
	 background: #fff;
 }
 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	 background: #019db4;
 }


 polygon,
 path {
	 stroke: #fff;
	 fill: #fff;
	 stroke-dasharray: 1500;
	 opacity: 10;
	 animation: animate 5s linear;
	 -webkit-animation: animate 5s linear;
 }

 @keyframes animate {
 		0% {
			opacity: .1;
			fill: none;
			stroke-dashoffset: 1500;
		}
		30% {
			opacity: 10;
			fill: none;
			stroke-dashoffset: 1400;
		}
		90% {
			fill: rgba(255, 255, 255, 0);
			stroke-dashoffset: 1000;
		}
		100% {
			opacity: 10;
			fill: rgba(255, 255, 255, 1);
			stroke-dashoffset: 0;
		}
 }

.sliderText {
	position: relative;
	width: 100%;
	height: 800px;
	padding: 10em 0;
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}
#first-slider .carousel-item .Resimsmall {
  display: none;
  overflow: hidden;
}
.sliderText .container {
  height: 100%;
}
.sliderText .dtable{
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.sliderText .dtable .inCell {
  vertical-align: middle;
  display: table-cell;
  color: #fff;
}
.inCell h1 {
  font-weight: 900;
  font-size: 3em;
	margin-bottom: .5em;
}
.inCell h4 {
  font-weight: 400;
	margin-bottom: 1em;
}

._btn {
	display: inline-block;
	padding: 10px 15px;
	min-width: 150px;
	text-align: center;
	outline: none;
	border-radius: 	5px;
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
._sm{
	padding: 4px 6px;
	font-size: 14px;
}
._blue {
	background: #4ea2e4;
	border: 2px solid #6bbeff;
	color: #fff;
}
._blue:hover {
	color: #fff;
	border: 2px solid #fff;
}
._dark {
	background: #002b58;
	border: 2px solid #6bbeff;
	color: #fff;
}
._dark:hover {
	color: #fff;
	border: 2px solid #002b58;
}


.sliderWrap {
	background: #fff;
	position: relative;
}
.sliderWrap::after{
	content: "";
	width: 100%;
	height: 300px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 25;
	background: url('../img/path/t1.png') no-repeat center;
	background-size: cover;
}


.owl-carousel.one .owl-item img{
	position: absolute;
	left: 0;
	top: 0;
}

.wrapCircle{
	margin-top: -190px;
	z-index: 999;
	position: relative;
}
.itemCircle {
	text-align: center;
}
.itemCircle .contentCircle {
	/* background: url(../img/s1-1.png); */
	padding: 3.5em 0em;
	height: 300px;
	margin: auto;
}
.icon {
    width: 150px;
    height: 150px;
    background: url(../img/s1-1.png);
    margin: 15px auto 15px;
    line-height: 170px;
}
.itemCircle .contentCircle img {
	margin: 0 0 20px;
}
.itemCircle .contentCircle p {
	color: #2a4b7d;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
}


/* setRefrence .owl-carousel setOwlRef  */

.setRefrence{
	padding: 3em 0;
}

.setTitle > img {
	margin: 0 0 15px;
}
.setTitle {
	position: relative;
	text-align: center;
	margin: 0 0 2em;
}
.setTitle span {
	font-size: 1.4em;
	color: #13294b;
	letter-spacing: 2px;
	display: block;
	font-weight: 700;
}
.Title {
	position: relative;
	text-align: left;
	margin: 0 0 2em;
}

.Title span {
	font-size: 1.4em;
	color: #13294b;
	letter-spacing: 0px;
	padding-bottom: 10px;
	font-weight: 700;
	border-bottom: 2px solid #019db4;
	display: block;
}

.owl-carousel.setOwlRef .owl-item img{
	width: auto;
	margin: auto;
	display: block;
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	filter: grayscale(1);
}
.owl-carousel.setOwlRef .owl-item .itemImage:hover img{
	filter: grayscale(0);
}


.owl-carousel.setOwlRef .owl-item {
	padding: 1em;
}
.owl-carousel.setOwlRef .owl-item .itemImage {
	text-align: center;
	box-shadow: 0px 0px 10px 0px #ccc;
	border-radius: 3px;
	height: 200px;
	padding: 10px;
}




.owl-theme.setOwlRef .owl-dots .owl-dot.active span,
.owl-theme.setOwlRef .owl-dots .owl-dot:hover span {
    background: #019db4;
}


footer.footer {
	padding: 3em 0 0 0;
	position: relative;
	background: url('../img/bg/footer.jpg') no-repeat center;
	background-size: cover;
}
footer.footer::before{
	content: "";
	width: 100%;
	height: 214px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 25;
	background: url('../img/path/t2.png') no-repeat center;
	background-size: cover;
}
footer.footer .footerBox {
	position: relative;
}
footer.footer .footerBox .footerlogo {
	margin: 0 auto 1.5em auto;
	display: block;
	width: 241px;
}
footer.footer .footerBox p {
	color: #fff;
	text-align: center;
	margin: 0 0 5px;
}
footer.footer .footerBox span.footerTitle{
	display: block;
	color: #019db4;
	font-size: .9em;
	margin: 0 auto 1.5em auto;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
}
footer.footer .Copyright{
	line-height: 36px;
}
footer.footer .Copyright span {
	text-align: left;
	color: #fff;
	font-size: 14px;
	display: block;
}

footer.footer .topFooter{
	padding: 2em 0 2.5em;
}
footer.footer .topFooter a{
	color: #fff
}
footer.footer .topFooter,
footer.footer .bottomFooter{
	position: relative;
	z-index: 30;
}
footer.footer .bottomFooter {
	background: #019db4;
	padding: 1em 0;
}
.page-title {
    position: relative;
    width: 100%;
    min-height: 208px;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
/*
.page-title:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.35);
}
*/
.title-holder {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}
.title-text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.title-text h1 {
    margin: 80px 0 0 0;
    color: #fff;
    font-size: 33px;
    font-weight: bold;
    letter-spacing: 3px;
    font-family: 'Montserrat', sans-serif;
}
.sayfa{
	margin-bottom: 57px;
	margin-top: 57px;
}

.sayfa ul{
	position: relative;
	margin: 0;
    padding: 0;
}
.sayfa ul li{
	list-style-type: none;
	position: relative;
	margin-bottom: 10px;
}
.sayfa ul li span {
    background: #019db4;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.sayfa .wrapCircle {
    margin-top: 82px;
    z-index: 999;
    position: relative;
    width: 100%;
}
.sayfa .itemCircle .contentCircle{
	margin: auto;
}
.sayfa .itemCircle .text{
	margin-top: 30px
}
.sayfa .itemCircle .text p{
	color: #13294b;
	font-size: 16px;
}
.sayfa .itemsquare{
	width: 347px;
	display: flex;
    border-radius: 0px;
    border: 1px solid #ddd;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #fff;
    padding: 12px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    margin: 16px;
}
.sayfa .contentsquare{
	margin: 58px 0;
}
.sayfa .itemsquare .text
{
	width: 100%;
	margin-top: 10px;
}
.sayfa .itemsquare .text .icon
{
	width: 47px;
	height: 47px;
	background: #002b58;
	float: left;
	color: #fff;
	text-align: center;
	line-height: 47px;
	margin: 0;
}
.sayfa .itemsquare .text .ref
{
	background: #f9f9fb;
    line-height: 47px;
    float: right;
    width: 82%;
    text-align: center;
}
.sayfa .itemsquare .text .ref a
{ 
	color: #13294b;
	font-size: 14px;
}
.sayfa .itemsquare .text .ref.web a
{ 
	font-weight: bold;
}
.sayfa #contact {
    text-align: left;
    width: 100%;
    margin-top: 53px;
}
.sayfa .single-contact-option {
    margin: 10px 0;
}
.sayfa .single-contact-option .yer{
    color: #002b58;
    font-size: 24px;
}
.sayfa .single-contact-option .firma{
    color: #002b58;
    font-size: 24px;
    font-weight: bold;
}
.sayfa .single-contact-option i {
    color: #002b58;
    font-size: 18px;
    float: left;
    width: 35px;
    border-radius: 50%;
    text-align: left;
    line-height: normal;
}
.sayfa .single-contact-option p {
    font-size: 16px !important;
    margin-bottom: 0;
    text-align: left;
}
.sayfa .single-contact-option p a{
	color: #212529;
}
.sayfa #contact form .input:first-child {
    margin-right: 2.5%;
    width: 100%;
}
.sayfa #contact form .input:nth-child(2) {
    margin-right: 2.5%;
}
.sayfa #contact form .input {
    float: left;
    width: 48.7%;
}
.sayfa #contact form .input .input-field {
    margin-bottom: 15px;
}
.sayfa #contact form .input .input-field .form-control {
    background: #fff;
    height: 45px;
    border: 1px solid #d0d4db;
    border-radius: 0;
    padding: 4px 22px;
    font-size: 16px;
    transition: all linear 0.5s;
}
.sayfa #contact form .input .input-field .form-control:focus
{
    outline: none;
    border: 1px solid #254182!important;
    box-shadow: none;
}
.sayfa #contact form .textarea {
    margin-bottom: 35px;
}
.sayfa #contact form .textarea .form-control {
    height: 203px;
    background: #fff;
    border: 1px solid #d0d4db;
    border-radius: 0;
    font-size: 16px;
    padding: 20px 22px;
}
.sayfa #contact form .textarea .form-control:focus
{
	outline: none;
	border: 1px solid #254182!important;
	box-shadow: none;
}
.sayfa #contact form .buton {
    background: #019db4;
    padding: 10px 42px;
    color: #fff;
    transition: all .4s ease;
    border: 1px solid #019db4;
    display: table;
    margin: 0px 0 0;
    text-align: left;
    border-radius: 0px;
    font-weight: 600;
    font-size: 18px;
    float: right;
}
.sayfa #contact form .buton:hover {
    background: transparent;
    border: 1px solid #002b58;
    background: #002b58;
}
.sayfa .Adresler{
	width: 100%;
	margin-top: 77px;
}
.logoAbdul{
	float: right
}
.fancybox-container{
	z-index: 99999999;
}
.galeri{
	margin-bottom: 15px
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}
.sayfa ul li:before {
	content: "\f0da";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    color: #019db4;
    padding-right: 10px;
	font-weight: 900;
}
.myNav .header-top-dropdown
{
    position: relative;
    padding: 0 0px;
    display: inline-block;
    float: right;
    margin-left: 4px;
}
.myNav .header-top-dropdown > a
{
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	display: block;
	padding: 0px 0;
	color: #2a4b7d;
}
.myNav .header-top-dropdown > a i
{
    font-size: 12px;
}
.myNav .header-top-dropdown > a > img {
	display: inline-block;
	margin-right: 5px;
	max-width: 20px;
	height: auto;
	vertical-align: text-top;
	margin-top: -1px;
}
.myNav .header-top-dropdown__list
{
    position: absolute;
    z-index: 99;
    top: calc(100% + 2px);
    left: 0;
    visibility: hidden;
    min-width: 90px;
    padding: 0px 0;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
}
.myNav .header-top-dropdown__list li
{
    -webkit-transition: .3s;
    transition: .3s;
    border-bottom: 1px solid #eee;
}
.myNav .header-top-dropdown__list li:last-child
{
    border-bottom: none
}
.myNav .header-top-dropdown__list li a
{
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
    line-height: 1;
    display: block;
    padding: 8px 15px;
    color: #2a4b7d;
    transition: all .1s ease 0s;
}
.myNav .header-top-dropdown__list li:hover a
{
    color: #019db4;
}
.myNav .header-top-dropdown__list li a img {
    display: inline-block;
    margin-right: .6rem;
    max-width: 22px;
    height: auto;
    vertical-align: middle;
}
.myNav .header-top-dropdown > .header-top-dropdown__list.open
{
    visibility: visible;
    opacity: 1;
}
.myNav .header-top-dropdown__list li a img {
    float: left;
    margin-right: 0;
    max-width: 22px;
    height: auto;
    margin-top: -4px;
}
nav.myNav .header-top-dropdown__list li a::before {
    content: "";
    width: 64px;
    height: auto;
    display: block;
    position: relative;
    top: 0;
    background: none;
    left: 0;
    transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transform: 0;
}