﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Open+Sans:300,300i,400,400i&subset=latin-ext');

html,
body {
    font-family: 'Open Sans', sans-serif;
    color: #2c2c2c !important;
    font-weight:300;
}

/* Başlık Stilleri*/



.heading h1, h2, h3, h4, h5, h6 {
    
}

 /* Page Sayfası Görünüm Seçenekleri */
.pages {

    padding:0 34px;
    
}

.main {
     
}
/* Home */
.language {
    float: left;
    border: 1px solid #fff;
    background:#fff;
    margin: 10px 0;
    padding: 8px 8px;
    border-radius: 8px;
}

    .language a {
        color: #337ab7;
        line-height: 18px;
        height: 18px;
        font-size:14px;
        font-weight:bold;
        text-decoration: none;
        padding:0 6px;
    }

    .language img {
        border: 0px solid #337ab7;
        padding: 0 4px;
    } 


.home-left { 
    background:url(../images/home-left.png) no-repeat left top;
    width:305px;
    height:637px;
    position:absolute;
    z-index:999999;
    left:0;
    top:0;
}

/* Header*/
@media (min-width:992){
    
}

.home-menu {
    background:url(../images/menu-bg.png) center top;
    position:absolute;
    z-index:9999;
    width:100%;
    height:200px;
}
.header-container {
    position:relative;
    width:100%;
    height:200px;
    border:0px solid #9D0000;
}

.menu-part-1 {
    position:absolute;
    border:0px solid #9D0000;
    z-index:1;
    left:0%;
    top:45%;
    bottom:auto;
    width:35%;
}
.menu-logo {
     position:absolute;
     border:0px solid #9D0000;
     z-index:4;
     left:33%;
}
.menu-part-2 {
    position:absolute;
    border:0px solid #9D0000;
    z-index:2;
    left:auto;
    right:0%;
    top:45%;
    width:35%;
}

 .home-menu-co
 {
     border:0px solid #337ab7;
     
 }
    .home-menu-co li {
        
        background:url(../images/menu-hover-2.png) no-repeat;
        background-position-x:center;
        background-position-y:-75px;
        height:60px;
        max-width:130px;
        padding: 0 6px 0 6px;
        color: #fff;
        overflow:hidden;
    }
    .home-menu-co li:hover 
    {
        
    }
        .home-menu-co li a {
            font-family: 'Ubuntu', sans-serif;
            line-height: 60px;
            height: 60px;
            padding: 6px;
            color: #fff;
            font-size: 16px;
            font-weight: 300;
            border: 0px solid #fff;
            text-transform: uppercase;
        }

            .home-menu-co li a:hover {
                background: url(../images/icon-20.png) no-repeat left;
                text-decoration: none;
                padding: 6px;
                color: #fff;
            }

.home-menu-co-hover { background: url(../images/menu-hover-2.png) 10px center !important; }

/* center */

.home-center {
    background:url(../images/logo-bg.jpg);
    margin: 0px;
    padding:0;
    padding-top:0px;
}
.home-center .container {
    border:1px solid #fff;
    padding:0;
}

.home-center .col-1 { background:#00A4AB; height:400px; padding:0; margin:0;}
.caption-slide
{
    color:#fff; position:absolute; bottom:5px; left:10px;
}

.home-center .col-2 { padding:0; margin:0;}


/* GÖRÜNÜM ŞEKİLLERİ CSS */

/* view1 Fotoğraf - Metin */
.content-image { float:left; margin:0 30px 30px 0; border:1px solid #263a96;}
.content-text p > a {
        padding: 6px !important;
        background: #408bca url(../images/hand-icon.png) left top no-repeat;
        height: 40px; line-height:40px;
        padding-left: 40px !important;
        font-weight:400 !important;
        color: #fff !important;
        border-radius: 4px;
        text-decoration:none;
        width:0;
        width:auto !important;
}
        .content-text p > a:hover {
            background:rgba(236,28,36,1) url(../images/hand-icon.png) left top no-repeat;
        }

/* View2 Fotoğraf Başlık Detay Link*/
.view2 .thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px solid #263a96;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;

    padding:4px;
}
.view2 .thumbnail > img,
.view2 .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
.view2 a.thumbnail:hover,
.view2 a.thumbnail:focus,
.view2 a.thumbnail.active {
  border-color: #337ab7;
}
.view2 .thumbnail .caption {
    margin-top:4px;
    padding: 8px;
    color: #fff;
    background:none;
}
    .view2 .thumbnail .caption a { color:#263a96; font-size:22px;}

    .view2 .btn {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0px;
    }

/* View3 Fotoğraf Başlık*/
.view3 .thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #D90000;
  border-radius: 0px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.view3 .thumbnail > img,
.view3 .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
.view3 a.thumbnail:hover,
.view3 a.thumbnail:focus,
.view3 a.thumbnail.active {
  border-color: #337ab7;
}
.view3 .thumbnail .caption {
    padding: 9px;
    color: #fff;
    background: #D90000;
    line-height: 40px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 28px;
}



/* View4 Fotoğraf Galerisi*/
.view4 .thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.view4 .thumbnail > img,
.view4 .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
.view4 a.thumbnail:hover,
.view4 a.thumbnail:focus,
.view4 a.thumbnail.active {
  border-color: #337ab7;
}
.view4 .thumbnail .caption {
  padding: 9px;
  color: #fff;
  background:#000;
}

.view4 .page-header h5 { background:#fff; color:#263a96; font-size:18px; font-weight:300; padding:10px 10px;}

.view4 .img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

/* View5 Video Galerisi*/
.view5 .thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #9D0000;
  border-radius: 0px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.view5 .thumbnail > img,
.view5 .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
.view5 a.thumbnail:hover,
.view5 a.thumbnail:focus,
.view5 a.thumbnail.active {
  border-color: #337ab7;
}
.view5 .thumbnail .caption {
  padding: 9px;
  color: #fff;
  background:#9D0000;
}

.view5 .page-header h5 { background:#9D0000; color:#fff; font-weight:300; padding:10px 10px;}

/* View6 İçerik Liste ve Detay Link*/
.view6 ul {
    padding:0; margin:0; list-style:none;
}
.view6 ul li {
    margin-bottom:2px;
}

/* View7 Alt Sayfa Fotoğraf , Başlık Detay Link */
.view7 .thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #9D0000;
  border-radius: 0px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.view7 .thumbnail > img,
.view7 .thumbnail a > img {
  
  padding:0 !important;
  border:0 !important;
  margin:0 !important;
}
.view7 a.thumbnail:hover,
.view7 a.thumbnail:focus,
.view7 a.thumbnail.active {
  border-color: #337ab7;
  border:0px !important;
  
}
.view7 .thumbnail .caption {
  padding: 9px;
  color: #fff;
  background:#9D0000;
}
.view7 .thumbnail .caption img {
    float:left;
}

.view7 .thumbnail .caption a {
    margin-left:20px;
    line-height:40px;
    text-decoration:none;
    float:left;
    color:#fff !important;
    font-size:22px;
}

/* View8 Alt sayfa Liste ve Detay Link */
.view8 ul {
    padding:0; margin:0; list-style:none;
}
.view8 ul li {
    margin-bottom:2px;
}

/* View10 Fotoğraf , Başlık, Fiyat Detay */
.view10 .thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.view10 .thumbnail > img,
.view10 .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
.view10 a.thumbnail:hover,
.view10 a.thumbnail:focus,
.view10 a.thumbnail.active {
  border-color: #337ab7;
}
.view10 .thumbnail .caption {
  padding: 9px;
  color: #fff;
  background:#000;
}

/* View11 Fotoğraf-Başlık-Fiyat-Link */
.view11 .thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.view11 .thumbnail > img,
.view11 .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
.view11 a.thumbnail:hover,
.view11 a.thumbnail:focus,
.view11 a.thumbnail.active {
  border-color: #337ab7;
}
.view11 .thumbnail .caption {
  padding: 9px;
  color: #fff;
  background:#000;
}

/* View12 Fotoğraf-Başlık-Link */
.view12 .thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.view12 .thumbnail > img,
.view12 .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
.view12 a.thumbnail:hover,
.view12 a.thumbnail:focus,
.view12 a.thumbnail.active {
  border-color: #337ab7;
}
.view12 .thumbnail .caption {
  padding: 9px;
  color: #fff;
  background:#000;
}

/* View13 Alt sayfa Liste ve Detay Link */
.view13 ul {
    padding:0; margin:0; list-style:none;
}
.view13 ul li {
    margin-bottom:2px;
}


/* Detay  Sayfası */
.page-detail { background:rgba(255,255,255,1);  padding-bottom:10px; }
.page-detail .page-header {
  padding-top:3px;
  padding-bottom: 3px;
  padding-left:10px;
  margin: 10px 0 20px;
  border: 0px solid #eeeeee;
  background:#408bca;
}
.page-detail .page-header h4 { color:#fff; font-weight:400; text-transform:capitalize; }



/* Döküman */
.list-doc li { margin-bottom:4px}
.listType-1 {}
.listType-1 li { margin-bottom:4px;}


/* İletişim Sayfası */
.googleCoordinate { width:100%; height:300px;}
.error {border:1px solid rgba(236,28,36,1) !important}



/* Template Eklene CSS'ler*/

.work-section.space #work-filter {
	padding-right: 0px;
}


  .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }

  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color:rgba(236,28,36,1);
  border-color: rgba(236,28,36,1); }

  /* Drop Menü Genişliği*/
  #nav .drop {

    width: 250px;
}

  /* Load */

#pre-loader .spinner7 {
    width: 380px;
    height: 30px;
    text-align: center;
}

    #pre-loader .spinner7 > div {
        background-color: #e6dac4;
        height: 15px;
        width: 15px;
        margin-left: 3px;
        border-radius: 0%;
        display: inline-block;
        -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
        animation: stretchdelay 0.7s infinite ease-in-out;
    }

/* Login Form */
.login-form2 .form-control {
    text-transform:none;
}
    
/* owl-slider */

.home-products {
    background:url(../images/home-bg-2.jpg) center center;
    padding:60px 0;
    border-top:20px solid #fff;
}
.me-box {
    position:relative;
    height:auto;
    width:96%;
    z-index:1;
    border:4px solid #fff;
    margin:0px;
    padding:0;
    
}

.me-image-box
{
    position:relative;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:2;
    
}
.me-text-box {
    position:absolute;
    left:0%;
    bottom:0%;
    z-index:9;

    border:0px solid #fff;
    width:100%;
    height:100%;
    background:url(../images/logo-2.png) center 150% no-repeat;
    
}
.me-text-box-over{
    position:absolute;
    left:2%;
    bottom:2%;
    z-index:10;

    border:0px solid #fff;
    width:96%;
    height:96%;
    background:rgba(255,255,255,0.0) url(../images/icon-3.png) center -50% no-repeat;
    
}

.me-text-box-over h4 {
    background:#FF2D00;
    position:absolute;
    bottom:30%;
    top:auto;
    text-align:left;
    z-index:10;
    padding:4px 10px;
    color:#fff !important;

}
.me-text-box-over p 
{
    top:auto;
    position:absolute;
    bottom:0;
    text-align:left;
    background:rgba(255,255,255,0.85);
}


.const-services {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	padding: 40px 0 ;

    position:relative;  
    z-index:1;
    border-top:1px solid #E8D300;
}

.const-services:after {
	top: 0;
	z-index:-1;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.95);
}


.const-services .container {
	z-index: 2;
	
}

.const-services .slick-list {
	border: 0px solid #D90000;
}

.const-services .box {
	width: 24%;
	float: left;
	overflow: hidden;
	position: relative;
	
    margin:2px;

    border: 10px solid transparent;
    -webkit-border-image: url(../images/border-1.png) 23 round; /* Safari 3.1-5 */
    -o-border-image: url(../images/border-1.png) 23 round; /* Opera 11-12.1 */
    border-image: url(../images/border-1.png) 23 round;
}

.const-services .box:first-child {
	 border: 10px solid transparent;
    -webkit-border-image: url(../images/border-1.png) 23 round; /* Safari 3.1-5 */
    -o-border-image: url(../images/border-1.png) 23 round; /* Opera 11-12.1 */
    border-image: url(../images/border-1.png) 23 round;
}

.const-services .box .over {
	z-index: 5;
	background: #2c2c2c;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.const-services .box .frame {
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: table;
	vertical-align: middle;
}

.const-services .box .block {
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: table-cell;
	vertical-align: middle;
}

.const-services .box .text-box {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.const-services .box .icon {
	display: block;
	font-size: 40px;
	margin: 0 0 23px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.const-services .box .title {
	display: block;
	margin: 0 0 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	font: 600 12px/24px "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.const-services .box:hover .over {
	background: rgba(0, 0, 0, .6);
}

.const-services .box:hover .text-box {
	max-height: 100px;
	padding: 10px 0 0;
}

.const-services .slick-arrow {
	border: 0;
	color: #fff;
	font-size: 25px;
	padding: 7px 0 0;
	position: relative;
	border-radius: 50%;
	background: #2c2c2c;
	text-indent: -9999px;
	margin: 0 50px 32px 0;
	width: 40px;
	height: 40px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
	vertical-align: top;
}

.const-services .slick-arrow:after {
	top: 7px;
	left: 15px;
	line-height: 1;
	text-indent: 0;
	content: "\f105";
	overflow: hidden;
	position: absolute;
	font-family: "FontAwesome";
}

.const-services .slick-prev:after {
	content: "\f104";
}

.const-services .slick-next {
	top: 0;
	left: 50%;
	margin: 0 0 0 4px;
	position: absolute;
}

.const-services .box-block {
	padding: 16px 23px 20px 18px;
	border: 1px solid #ededed;
	border-top: 0;
}

.dark .const-services .box-block {
	border-color: #494949;
}

.const-services .box-block h3 {
	color: #222;
	margin: 0 0 17px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font: 700 21px/30px "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.btn-prev-me {

    padding: 0;
	top: 113px;
	left: -56px;
	color: #535353;
	font-size: 20px;
	text-align: center;
	border-radius: 0;
	position: absolute;
	width: 40px;
	height: 40px;
	border: 2px solid #535353;
    background:#9D0000;
}






/* */
/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
    top:0px;
    
}

.tp-banner {
    width: 100%;
    position: relative;
}

.tp-banner-mobile {
    width: 100%;
    position: relative;
    
}

.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .tp-banner-container {
        width: 100%;
        position: relative;
        top: 0;
        padding: 0;
    }

    .tp-banner-mobile {
        width: 100%;
        position: relative;
        top: 0;
    }

    .tp-banner-fullscreen-container {
        width: 100%;
        position: relative;
        padding: 0;
    }
}



    /*Anasayfa Style */
    .kurumsal-section {
        padding: 0px 0;
        background: url(../images/kurumsal-bg-1.jpg);
    }

        .kurumsal-section .thumbnail {
            border-radius: 0;
            background: none;
            padding: 0;
            border: none;
            position: relative;
            min-height: 450px;
        }

        .kurumsal-section img {
            border-bottom: 0px solid #9D0000;
            margin: 0;
        }

        .kurumsal-section .caption {
            width: 360px;
            top: 220px;
            position: absolute;
            padding: 0;
        }

            .kurumsal-section .caption h3 {
                background: none;
                margin: 0;
                line-height: 50px;
                color: #9D0000 !important;
                border: 0px solid #ED1C24;
                text-align: center;
                font-weight: 700;
            }

            .kurumsal-section .caption p {
                padding: 8px 22px;
                text-align: justify;
                color: #fff;
            }

.slogan-1 {
    background: #252a45;
    padding: 20px 0;
    text-align: center;
}

        .slogan-1 h1 {
            color: #fff;
            text-transform: uppercase;
        }

            .slogan-1 h1 span {
                background: #d9042b;
                color: #fff;
                line-height: 50px;
                padding: 2px 15px;
                border-radius: 0px;
                margin: 0 5px;
                font-weight: 700;
            }

        .slogan-1 p {
            color: #fff
        }

@media (max-width:667px)
{
    .slogan-1 { padding-top:120px;}
    .header-cent .logo { margin-top:40px !important; border:1px solid #fff; text-align:center !important;}

    
}
@media (min-width:667px) {

    .mobile-lang {
        visibility: hidden;
    }
}


    .urun-1 {
        background: url(../images/urun-1-bg.png);
        padding: 0;
    }

        .urun-1 .container {
            background: url(../images/home-title-bg.png) no-repeat center top;
            min-height: 340px;
        }

    .urun-title-box h1 {
        text-align: center;
        color: #fff;
    }

    .urun-box-container {
        margin: 60px 0
    }

        .urun-box-container .col-md-3 {
        }

    .urun-box {
        border: 0px solid #fff;
        position: relative;
        height: 380px;
        width: 260px;
        margin: 0 auto;
    }

        .urun-box .urun-img-box {
            border-radius: 50%;
            border: 4px solid #EC1C24;
            width: 260px;
            height: 260px;
            background: #fff;
            position: absolute;
            z-index: 1;
            top: 0;
        }

            .urun-box .urun-img-box img {
                width: 100%;
            }

        .urun-box .urun-content-box {
            text-align: center;
            position: absolute;
            z-index: 2;
            width: 260px;
            height: 120px;
            bottom: 0;
        }

            .urun-box .urun-content-box h4 {
                color: #fff !important;
            }

            .urun-box .urun-content-box .btn-default {
                border-radius: 22px !important;
            }

    .urun-1 .img-box-img {
        border: 4px solid #fff;
        background: #fff;
        position: relative;
        width: 458px;
        height: 308px;
    }


        .urun-1 .img-box-img .box-1 {
            z-index: 1;
            position: absolute;
        }

        .urun-1 .img-box-img .box-2 {
            z-index: 2;
            position: absolute;
            border: 1px solid #fff;
            margin: 5px;
            width: 440px;
            height: 290px;
            background: rgba(0,0,0,0.8);
        }

        .urun-1 .img-box-img .hover {
            background: rgba(0,0,0,0.0);
        }

        .urun-1 .img-box-img img {
            width: 100%;
        }

    .urun-1 .text-box-info {
        background: #8DC63F;
        padding: 8px;
    }

        .urun-1 .text-box-info p {
            color: #fff;
        }

    .urun-2 {
        background: #8D4528;
        padding-top: 10px;
    }

        .urun-2 img {
            border: 1px solid #fff;
            border-bottom: 0;
        }

    .urun-3 {
        background: #B11117;
        padding-top: 10px;
    }

        .urun-3 img {
            border: 1px solid #fff;
            border-bottom: 0;
        }

    .urun-4 {
        background: #E4A13B;
        padding-top: 10px;
    }

        .urun-4 img {
            border: 1px solid #fff;
            border-bottom: 0;
        }

    /* Call Center */
    .call-center {
        float: right;
        width: 290px;
        border: 0px solid #000;
        background: none;
        padding: 6px;
        margin-top: 0;
        padding-top: 4px;
        border-top: 0px solid #fff;
        border-bottom: 0px solid #fff;
    }

        .call-center .call-text {
            float: left;
            text-align: right;
            margin-top: 15px;
        }

            .call-center .call-text .text-md {
                font-size: 16px;
                line-height: 18px;
                font-weight: 500;
                color: #cecece;
            }

            .call-center .call-text .text-lg {
                font-size: 28px;
                line-height: 20px;
                font-weight: 600;
                color: #fff;
            }

        .call-center .call-img {
            float: right;
        }

    .esra-markalar {
        width: 100%;
        height: 100%;
    }



    .bg-shark {
        background: #263a96;
        color: #fff !important;
    }

    .model h3 {
        color: #000 !important;
    }

    /* Form */
    .me-form-1 {
    }

    input, select, textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #535353 !important;
        border-radius: 4px;
        resize: vertical;
    }

    /* Contact Form */
    .error {
        border: 1px solid rgba(236,28,36,1) !important
    }

        .error input[type=text], select, textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid #ccc;
            border-radius: 4px;
            resize: vertical;
        }

    .home-menu #nav a {
        color: #333 !important;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .port-single .beans-slide {
        height: 640px;
        position: relative;
        text-align: center;
    }

        .port-single .beans-slide img {
            margin: 0 auto;
        }