html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input ,textarea
{
	margin:0px; 
	padding:0px; 
	text-decoration:none; 
	list-style:none;
	outline:none; 
	border:none; 
	font-family: 'Open Sans', sans-serif;
	font-size:12pt;
}
body {	
	background:#fff;

}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#2f4058;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#2f4058;
}
br {
  	content:"";
  	margin:0;
  	display:block;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#2f4058;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#2f4058;
}
* {
  box-sizing:border-box;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#c6c6c6;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#c6c6c6;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#c6c6c6;
}
:-moz-placeholder { /* Firefox 18- */
  color:#c6c6c6;
}
.clear {
    clear:both;
}

html {
  font-size: 12pt;
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 9.375px;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}

@media only screen and (max-width: 400px) {
  html {
    font-size: 9.375px;
  }
}

html,
body {
  height: 100%;
}

body {
  background: #141515;
  font-family: "Open Sans", sans-serif;
  font-size:11pt;
  line-height: 1.875;
  color: #767676;
  margin: 0;
  padding: 0;
}

a,
a:visited {
  color: #0087cc;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #1075bb;
}


.container	{
	width:100%;
	max-width:1170px;
	margin:0 auto;	
	}
#header {
	width: 100% !important;
    max-width: 100% !important;
    height: 72px;
    background-color: #fefeff;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1000;
}
.header-logo {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  z-index: 501;
  height: 50px;
}

.header-logo a {
    display: block;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
}
.header-menu-toggle {
  display: none;
  position: fixed;
  right: 32px;
  top: 15px;
  height: 42px;
  width: 42px;
  line-height: 42px;  
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-menu-toggle:hover,
.header-menu-toggle:focus {
  color: #FFFFFF;
}

.header-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  left: 9px;
  top: 50%;
  right: auto;
  bottom: auto;
  background-color:#0f75bd;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.header-menu-toggle span::before,
.header-menu-toggle span::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header-menu-toggle span::before {
  top: -9px;
}

.header-menu-toggle span::after {
  bottom: -9px;
}

.header-menu-toggle.is-clicked span {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.header-menu-toggle.is-clicked span::before,
.header-menu-toggle.is-clicked span::after {
  background-color:#0b72bb;
}

.header-menu-toggle.is-clicked span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header-menu-toggle.is-clicked span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

#header-nav-wrap {
  
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 40px;
}

#header-nav-wrap .header-main-nav {
  display: inline-block;
  list-style: none;
  height: 72px;
  margin: 0 1rem 0 0;
}

#header-nav-wrap .header-main-nav li {
  display: inline-block;
  padding-left: 0;
  margin-right: 1.5rem;
}

#header-nav-wrap .header-main-nav li a {
  display: block;
  line-height: 72px;
}

#header-nav-wrap .header-main-nav li a,
#header-nav-wrap .header-main-nav li a:visited {
	color: #666;
    font-weight: 700;
    font-size: 11pt;
    letter-spacing: 1px;
}

#header-nav-wrap .header-main-nav li a:hover,
#header-nav-wrap .header-main-nav li a:focus {
  color: #666;
}

#header-nav-wrap .header-main-nav li.current a {
  color: #454545;
}

#header-nav-wrap .cta {
  height: 3.6rem;
  line-height: calc(3.6rem - .6rem);
  padding: 0 1.5rem;
  
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
}
@media only screen and (max-width: 1230px) {
  #header {
    max-width: none;
  }
}

@media only screen and (max-width: 768px) {
  .header-logo a {
	width: auto;
    height: auto;
    background-size: auto;
  }
  #header-nav-wrap {
    display: none;
    height: auto;
    width: 100%;
    right: auto;
    left: 0;
    background-color:#ffffff;
    padding: 120px 40px 54px;
  }
  #header-nav-wrap .header-main-nav {
    display: block;
    height: auto;
    margin: 0 0 4.2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
  }
  #header-nav-wrap .header-main-nav li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  }
  #header-nav-wrap .header-main-nav li a {
    padding: 18px 0;
    line-height: 18px;
  }
  #header-nav-wrap .cta {
    height: 42px;
    line-height: calc(42px - .6rem);
    padding: 0 30px;
  }
  .header-menu-toggle {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  #header-nav-wrap .cta {
    display: block;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 400px) {
  .header-menu-toggle {
    right: 24px;
  }
}


/* -------------------------------------------------------------------
 * make sure the menu is visible on larger screens
 * ------------------------------------------------------------------- */

@media only screen and (min-width: 769px) {
  #header-nav-wrap {
    display: block !important;
  }
}
#anasayfa	{
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(../resimler/slider-bg.jpg);
	background-size: cover;	
	position:relative;
	}
#anasayfa:after {
    content: '';
    width: 100%;
    height:100%;
    position: absolute;
    background:url(../images/pattern.png) no-repeat;
    z-index: 999;
}		
.home-scrolldown {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  float: right;
  z-index:1002;
}

.home-scrolldown i {
  padding-left:10px;
}

.home-scrolldown a:hover,
.home-scrolldown a:focus {
  color: #1075bb !important;
}

html[data-useragent*='MSIE 10.0'] .home-scrolldown,
.oldie .home-scrolldown {
  display: none;
}

.scroll-icon {
  display: inline-block;
  font-family: "montserrat-medium", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: .3rem;
  color: #FFFFFF !important;
  background: transparent;
  position: relative;
  top: 20px;
  right: 20px;
  -webkit-animation: animate-it 3s ease infinite;
  animation: animate-it 3s ease infinite;
}

.scroll-icon i {
    font-size: 24pt;
    position: relative;
    bottom: -6px;
}
@-webkit-keyframes animate-it {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateX(0);
  }
  0%,
  60%,
  80%,
  100% {
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
  40% {
    transform: translateX(20px);
  }
}

@keyframes animate-it {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateX(0);
  }
  0%,
  60%,
  80%,
  100% {
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
  40% {
    transform: translateX(20px);
  }
}
#kurumsal	{
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
	}
#kurumsal .sol	{
    float: left;
    width: 20%;
    padding: 10px;
}
#kurumsal .sol .baslik	{
    font-size: 24pt;
    color: #151515;
    position: relative;
    font-weight: 700;
}
#kurumsal .sol .baslik::before {
    display: block;
    content: "";
    height: 2px;
    width: 70px;
    background-color: #0f75bf;
    position: absolute;
    left: 0;
    bottom: 0;
}
#kurumsal .sag	{
    float: left;
    width: 80%;
	color:#838383;
	font-size:14pt;
    padding: 10px;	
}
#kurumsal .sag .sol	{
    float: left;
    width: 50%;
    padding: 10px;
}

#kurumsal .sag .sol .alt-baslik {
    width: 100%;
    float: left;
    color: #151515;
    font-weight: 700;
    font-size: 14pt;
	padding:10px;
}
#kurumsal .sag .sol .aciklama {
    float: left;
    width: 100%%;
	color:#838383;
	font-size:14pt;
    padding: 10px;	
}
#kurumsal .sag p {
    width: 100%;
    text-align: justify;
    float: left;
    padding-bottom: 10px;
}

.iletisim {
        height:450px;
        width: 100%;
		float:left;
		position:relative;
      }
.iletisim .harita {
        height:450px;
        width: calc(100% - 500px);
		float:left;
		position:relative;
		float:left;
      }
.iletisim .iletisim-bilgileri {
	height: 450px;
    width: 500px;
    float: left;
    position: relative;
    background: #f01922;
    padding: 50px;
    color: #fff;
}
.iletisim .iletisim-bilgileri> .baslik {
    float: left;
    font-size: 16pt;
    border-bottom: 1px solid;
    width: 100%;
    padding: 0 0 10px 0;
}
.iletisim .iletisim-bilgileri .adres {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.iletisim .iletisim-bilgileri .adres strong {
    float: left;
    width: 100px;
    height: 60px;
    line-height: 60px;
}
.iletisim .iletisim-bilgileri .telefon {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.iletisim .iletisim-bilgileri .telefon strong {
    float: left;
    width: 100px;
}
.iletisim .iletisim-bilgileri .eposta {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.iletisim .iletisim-bilgileri .eposta strong {
    float: left;
    width: 100px;
}






























#urunlerimiz	{
    width: 100%;
    float: left;
    background: #0f74bc;
    padding-bottom: 20px;
    margin-top: 0;
	position:relative;
	height: 580px;
	}	
#urunlerimiz .tab {
	overflow: hidden;
    width: 100%;
    background: #0d69ab;
    height: 60px;
}
#urunlerimiz .swiper-pagination {
    bottom: 20px;
}
#urunlerimiz .tab button {
	background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 13pt;
    color: #ffffff;
    font-weight: 600;
    line-height: 60px;
    position: relative;
    width: 33.333333%;
}
#urunlerimiz .tab button:hover {
	background: #0f74bc;
    color: #ffffff;
}
#urunlerimiz .tab button.active {
	background: #0f74bc;
    color: #ffffff;
}
#urunlerimiz .tabcontent {
    display: none;
	margin-top:30px;
	margin-bottom: 30px;
    overflow: hidden;
}
#urunlerimiz .swiper-slide {
    border-radius: 0;
    box-shadow: 0px 0px 10px 0px #184a6d;
    border: 3px solid #fff;
    overflow: hidden;
    transition: 0.3s;
	transform: scale(1.02);
}
#urunlerimiz .swiper-slide:hover {
	transform: scale(1.04);
}




#urunlerimiz .swiper-slide .resim {
	background: rgb(15,116,188); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(15,116,188,1) 50%, rgba(255,255,255,1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(15,116,188,1) 50%,rgba(255,255,255,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(15,116,188,1) 50%,rgba(255,255,255,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f74bc', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
    width: 100%;
    height: 300px;
}
#urunlerimiz .swiper-slide .resim:hover {
	background: rgb(236,27,38); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(236,27,38,1) 50%, rgba(255,255,255,1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(236,27,38,1) 50%,rgba(255,255,255,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(236,27,38,1) 50%,rgba(255,255,255,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec1b26', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#urunlerimiz .swiper-slide .resim img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}
.urunler-slide {
    padding: 20px;
}
#urunlerimiz .swiper-slide .adi {
    background: #fff;
    text-align: center;
    padding: 10px 45px;
    font-weight: 600;
    color: #454545;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff0 !important;
    border: 2px solid #fff;
    width: 16px !important;
    height: 16px !important;
}


@media only screen and (max-width: 1024px) {
#kurumsal .sol {
    float: left;
    width: 100%;
    padding: 10px;
}
#kurumsal .sag {
    float: left;
    width: 100%;
    color: #838383;
    font-size: 14pt;
    padding: 10px;
}
#kurumsal .sag p {
    width: 100%;
    text-align: left;
    float: left;
    padding-bottom: 10px;
}
#kurumsal {
    background: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
}
#kurumsal .sag .sol {
    float: left;
    width: 100%;
    padding: 0px;
}
.iletisim .iletisim-bilgileri {
    height: 450px;
    width: 100%;
    float: left;
    position: relative;
    background: #f01922;
    padding: 30px;
    color: #fff;
}
.iletisim .harita {
    height: 450px;
    width: calc(100% - 500px);
    float: left;
    position: relative;
    float: left;
    display: none;
}
#urunlerimiz {
    width: 100%;
    float: left;
    background: #0f74bc;
    padding-bottom: 20px;
    margin-top: 0;
    position: relative;
    height: auto;
}



























}




