@charset "utf-8";
@import "fontlar.css";
@import "fontawesome.css";
@import 'reset.css';
@import 'jquery.fancybox.css';
@import 'jquery.mmenu.all.css';
@import 'owl.carousel.min.css';
@import 'owl.theme.default.min.css';
@import "animate.css";
*{}
::-webkit-scrollbar {
    width: 8px;
    margin-left:5px;
    background-color: #000;
    border-left: 1px solid #163835;
}
::-webkit-scrollbar-thumb {
    background-color: #ffffff;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #EDC22D;
}
::selection {
    background-color: #2c93d0;
    color: #fff;
}
::placeholder {color: #dcdcdc; opacity: 1; /* Firefox */}
b {font-family: Gotham-Bold;color: #000;}
html{}
body{font-size: 18px;font-family: Gotham-Light;overflow-x: hidden;line-height: 22px;background-color: #eef1f2;}

.anadiv { position: relative; float: left; width: 100%; }
.width100 { width: 100%; }

.header{position:relative;width:100%;background-color:#fff;height: 90px;border-bottom: 3px solid #4c4c4c;}
.header .logo{display:inline-block;padding: 7px 0;float:left;}
.header .logo img{position:relative;top:2px;}
.header nav.main-manu{float:left;margin-right: 20px;margin-top: 36px;}
.header nav.main-manu ul li{float:left;margin-right: 35px;list-style:none;position:relative;z-index:9;}
.header nav.main-manu ul li:last-of-type{margin-right:8px;}
.header nav.main-manu ul li a{color:#000000;display:block;font-size:16px;position:relative;font-weight:700;text-decoration:none;font-family:Gotham-Bold;}
.header nav.main-manu ul li a i{margin-right:5px;}
.header nav.main-manu ul li a:hover{color: #29166f;}
.header nav.main-manu ul li a.active{color:#18bff1;}
.header nav.main-manu ul li a:after{content:'';position:absolute;left:-10px;width:0%;height:2px;background-color: #29166f;bottom:0px;transform:scaleX(1);-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;transition:all 0.5s ease-in-out 0s;}
.header nav.main-manu ul li a:hover:after,.header nav.main-manu ul li a.active:after{width:calc(50% + 10px);}
.header nav.main-manu ul li a:before{content:'';position:absolute;right:-10px;width:0;height:1px;bottom:0px;background-color: #29166f;transform:scaleX(1);-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;transition:all 0.5s ease-in-out 0s;}
.header nav.main-manu ul li a:hover:before,.header nav.main-manu ul li a.active:before{width:calc(50% + 10px);height:2px;}
.header nav.main-manu > ul > li > ul{position:absolute;width:250px;padding-top: 35px;margin-top:15px;top:0;left:-27%;z-index:1;transform:scaleY(0);-ms-transform:scaleY(0);-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;transition:all 0.5s ease-in-out 0s;transform-origin:left 70px 0;visibility:hidden;}
.header nav.main-manu > ul > li > ul:before{top: 15px;left:51%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-bottom-color: #29176e;border-width:10px;margin-left:-105px;}
.header nav.main-manu ul li:hover > ul{transform:scaleY(1);-ms-transform:scaleY(1);visibility:visible;}
.header nav.main-manu ul li ul > li{background-color: #291671;padding:2px 0;width:100%;border-bottom:1px solid #ffffff;border-top:1px solid #ffffff;}
.header nav.main-manu ul li ul > li > ul > li{background-color:#000000;padding:2px 0;width:100%;border-bottom:1px solid #ffffff;border-top:1px solid #ffffff;}
.header nav.main-manu ul li ul li a{padding:10px 20px;color:#fff;display:block;}
.header nav.main-manu ul li ul li a:hover:before{display:none;}
.header nav.main-manu ul li ul li a:hover:after{display:none;}
.header nav.main-manu ul li ul li a:hover{background-color: #ffffff;color: #000000;}
.header nav.main-manu ul li ul.language{width:150px;}
.header nav ul li ul li ul{position:absolute;width:250px;padding-top:0;margin-top:0;top:0;left:264px !important;z-index:99;transform:scaleY(0);-ms-transform:scaleY(0);-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;transform-origin:left 70px 0;visibility:hidden;}
.header nav ul li ul li:hover > ul{transform:scaleY(1);-ms-transform:scaleY(1);visibility:visible;}
.header nav ul li ul li li ul{background-color:#fff;width:100%;border-bottom:1px solid #dadada;border-top:1px solid #e6e6e6;border-left:6px solid #222;text-align:left;}
.header nav ul li ul li li ul a:before{display:none;}
.header nav ul li ul li li ul a{padding:10px 20px;color:#222;display:block;font-weight:500;}
.header nav ul li ul li li ul a:hover:before{display:none;}
.header nav ul li.webmenunone{ display: none; }
.header nav ul li ul li li ul a:hover:after{display:none;}
.header nav ul li ul li li ul a:hover{background-color:#222222;color:#fff;}
.header nav ul > li > ul > li > ul:before{top:9px;left:41.5%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-bottom-color:#000000;border-width:10px;margin-left:-125px;transform:rotate(-90deg);-webkit-transform:rotate(-90deg);}
.header nav.main-manu ul li ul.language:before{left:84%;}
.header .whatsapp {float: right;display: inline-block;background-color: #23c860;color: #fff;font-weight: bold;padding: 7px 10px 5px 10px;margin-right: 0;margin-left: 10px;margin-top: 24px;font-size: 19px;border-radius: 8px;}
.header .whatsapp:hover {background-color: #29166f;color: #ffffff;}
.sabitheader{position:fixed;width:100%;background-color:#fff;height:80px;z-index:100;top:0;transition:all 0.5s ease-in-out 0s;-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;border-bottom:2px solid #bdc3ca;}
.sabitheader .logo{padding: 12px 0px !important;width:150px;}
.sabitheader nav ul li ul{padding-top:33px !important;}
.sabitheader nav ul li ul li ul{padding-top:0px !important;}
.sabitheader nav ul li ul:before{top:13px !important;}
.sabitheader nav{margin-top: 27px !important;}
.header a.hLink {position: relative;margin-top: 25px;display: inline-block;background: #6a6a6a;color: #fff;font-family: Gotham-Medium;padding: 6px 16px;border-radius: 8px;}
.header a.hLink:hover { background-color: black; }
.sabitheader a.hLink {margin-top: 20px;padding: 5px 15px;font-size: 16px;}
.sabitheader a.whatsapp {margin-top: 20px;padding: 5px 15px;font-size: 16px;}

.slider{position:relative;z-index:1;width:100%;float:left;height:auto;background: #fff;}
.owl-slider {border-bottom: 5px solid #000000;}
.slider .sed-content {width: 90%;margin-left: 5%;float: left;position: relative;}
.slider .caption img{width:auto}
.slide .slide-item{background-size:cover;background-repeat:no-repeat}
.slider .caption{position:absolute;width:100%;top:38%}
.slider .caption .container{padding:0 125px}
.slider .caption .container figure{margin-bottom:10px}
.slider .caption .container .link{margin-left:25px}
.slider .owl-theme .owl-controls{ display: none; }
.slider .slide li{height:auto;float: left;width: 100%;position: relative;}
.slider .owl-slider .item:before {content: '';position: absolute;width:100%;height:100%;left: 0;top:0;background-color: rgb(34 34 34 / 45%);z-index: 2;transition: all 0.5s ease-in-out 0s;-webkit-transition: all 0.5s ease-in-out 0s;-moz-transition: all 0.5s ease-in-out 0s;}
.owl-slider .slide-text {position: absolute;bottom: 0;width: 40%;left: 19%;height: 69%;z-index: 3;}
.owl-slider .slide-text .container {text-align: center;}
.owl-slider .slide-text span {color: #fff;display: inline-block;font-size: 42px;margin-bottom: 10px;font-family: 'Gotham-Bold';float: left;text-align: left;line-height: 48px;width: 100%;}
.owl-slider .slide-text span b { color: #fff; font-family: 'Gotham-Bold'; }
.owl-slider .slide-text p {color: #fff;text-align: left;}
.owl-slider .slide-text a {color: #000;border: 2px solid #ffffff;background: #fff;border-bottom: 2px solid #fff;display: inline-block;padding: 10px 41px;float: left;font-family: 'Gotham-Bold';font-size: 16px;}
.owl-slider .slide-text a:hover {background-color: #29166f;border-color: #29166f;color: #ffffff;}

.slider .owl-dots{display:none!important;position:absolute;top:45%;right:2%;width:10px}
.slide .container{z-index: 3;color: #fff;font-size: 40px;padding-top: 90px;position: absolute;top: 0;max-width: 100%;}
.mobilslider { display: none !important; }

.sprofil{width:100%;float:left;position:relative;margin-top: -57px;z-index:5;}
.sprofil .orange{width:100%;height:100px;}
.sporfil .orange .black:nth-child(2n+1){background-color:#232122;}
.sporfil .orange .black:nth-child(2n+1):hover{background-color:#000;}
.sprofil .orange .box{padding: 26px 25px 30px 25px;-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;transition:all 0.5s ease-in-out 0s;background-color: #291670;float: left;}
.sprofil .orange .box:hover{background-color: #1b488b !important;}
.sprofil .orange .box:nth-child(2){background-color: #231360;}
.sprofil .orange .box:nth-child(3){background-color: #1d0f4f;}
.sprofil .orange .box:nth-child(4){background-color: #160b3c;}
.sprofil .orange .klte{border-left:1px solid #e8731c;border-right:1px solid #fc7f23;}
.sprofil .orange .box img{float:left;margin-right:20px;margin-top:10px;}
.sprofil .orange .box p{font-size:16px;font-weight:500;color:#fff;margin:0;position:relative;top:6px;}
.sprofil .orange .box p b{font-family:Gotham-Bold;color: #fff;}

.bormeg-uretim{width: 100%;float: left;position: relative;padding: 55px 0 65px 0;background: #eef1f2;}
.bormeg-uretim h1 {font-size: 36px;letter-spacing: -1px;font-weight: bold;font-family: Gotham-Bold;color: #000;}
.bormeg-uretim h2 {font-size: 36px;letter-spacing: -1px;font-weight: bold;font-family: Gotham-Bold;color: #000;}
.bormeg-uretim p {font-size: 16px;font-family: Gotham-Book;margin-bottom: 20px;}
.bormeg-uretim h1 span.line {width: 14px;height: 27px;background-color: #6a6a6a;display: block;float: left;position: relative;top: 7px;margin-right: 10px;}
.bormeg-uretim h2 span.line {width: 14px;height: 27px;background-color: #6a6a6a;display: block;float: left;position: relative;top: 7px;margin-right: 10px;}
.bormeg-uretim .uretim-box{padding:4px 4px 4px 0;float: left;}
.bormeg-uretim .uretim-box .uretim-bor{border:1px solid #dddddd;}
.bormeg-uretim .uretim-box .uretim-bor figure{overflow:hidden;width:100%;float:left;margin-bottom: 0;}
.bormeg-uretim .uretim-box .uretim-bor figure img{width:100%;transition:all 0.5s ease-in-out 0s;-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;float:left;}
.bormeg-uretim .uretim-box .uretim-bor:hover figure img{transform:scale(1.07);-webkit-transform:scale(1.07);}
.bormeg-uretim .uretim-box .uretim-bor .text{padding:25px;padding-bottom:30px;background: #ffffff;float:left;}
.bormeg-uretim .uretim-box .uretim-bor .text h2{font-size: 20px;font-family:Gotham-Bold;color: #1d1d1b;}
.bormeg-uretim .uretim-box .uretim-bor .text p{font-size:16px;line-height:20px;font-family:Gotham-Book;height:43px;overflow:hidden;margin-bottom:8px;color: #222;}
.bormeg-uretim .uretim-box .uretim-bor .text a{font-size:16px;font-weight:bold;background: #6a6a6a;color:#fff;display:inline-block;padding: 3px 19px;float:left;margin-top:5px;position:relative;border-bottom: 5px solid #9d9d9c;}
.bormeg-uretim .uretim-box .uretim-bor:hover .text a{background: #000000;color:#fff;}

.bormeg-kurumsal {width: 100%;position: relative;padding: 60px 0 70px 0;float: left;background: #fff;}
.bormeg-kurumsal .about-text {position: relative;left: 0px;padding: 2px 0px;z-index: 9;top: 30px;}
.bormeg-kurumsal .about-text span {font-size: 16px;letter-spacing: -1px;font-weight: bold;font-family: Gotham-Bold;color: #00;}
.bormeg-kurumsal .about-text h2 {font-size: 36px;letter-spacing: -1px;font-weight: bold;font-family: Gotham-Bold;}
.bormeg-kurumsal .about-text h2 span.line {width: 14px;height: 118px;background-color: #6a6a6a;display: block;float: left;position: relative;top: 7px;margin-right: 10px;}
.bormeg-kurumsal .about-text p {font-size: 16px;font-weight: 200;width: 90%;}
.bormeg-kurumsal .about-text a {font-size: 17px;font-weight: bold;color: #ffffff;float: left;background: #6a6a6a;padding: 7px 35px;border-bottom: 5px solid #9d9d9c;}
.bormeg-kurumsal .about-text a:hover {color: #ffffff;background: #0c0b0b;}
.bormeg-kurumsal .about-img img { float: right; }

.haberler-box{padding:4px 4px 4px 0;float: left;}
.haberler-box .uretim-bor{border:1px solid #dddddd;}
.haberler-box .uretim-bor figure{overflow:hidden;width:100%;float:left;margin-bottom: 0;}
.haberler-box .uretim-bor figure img{width:100%;transition:all 0.5s ease-in-out 0s;-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;float:left;}
.haberler-box .uretim-bor:hover figure img{transform:scale(1.07);-webkit-transform:scale(1.07);}
.haberler-box .uretim-bor .text{padding:25px;padding-bottom:30px;background: #ffffff;float:left;}
.haberler-box .uretim-bor .text h3{font-size: 20px;font-family:Gotham-Bold;color: #1d1d1b;height: 48px;overflow: hidden;}
.haberler-box .uretim-bor .text p{font-size:16px;line-height:20px;font-family:Gotham-Book;height:43px;overflow:hidden;margin-bottom:8px;color: #222;}
.haberler-box .uretim-bor .text a{font-size:16px;font-weight:bold;background: #6a6a6a;color:#fff;text-align: center;width: 100%;display:inline-block;padding: 3px 19px;float:left;margin-top:5px;position:relative;border-bottom: 5px solid #9d9d9c;}
.haberler-box .uretim-bor:hover .text a{background: #000000;color:#fff;}

.footer{float:left;width:100%;position:relative;padding:68px 0 50px 0;background-color: #323232;}
.footer .footer-head .sosyal{display:block;margin-top:11px;float:left;margin-right:3px;}
.footer .footer-head .sosyal .hoveonimg{display:none;border:1px solid #292929;width:50px;}
.footer .footer-head .sosyal:hover .hoveonimg{display:block;}
.footer .footer-head .sosyal:hover img:first-child{display:none;}
.footer .footer-head .sosyal:hover img{background-color:#1da1f2;}
.footer .footer-head .sosyal-wp:hover img{background-color:#06D755 !important;}
.footer .footer-head .sosyal-you:hover img{background-color:#ff0404 !important;}
.footer .footer-head .sosyal-tw:hover img{background-color:#1DA1F2 !important;}
.footer .footer-head .sosyal-ins:hover img{background-color:#c83b6e !important;}
.footer .footer-head .sosyal-face:hover img{background-color:#4267B2 !important;}
.footer .footer-head .sosyal-sahibinden:hover img{background-color:#edc22d !important;}
.footer .footer-head .sosyalsahibinden:hover img{background-color:#ff0 !important;}
.footer .footer-head .sosyal .sosyalmedya{border:1px solid #292929;width:40px;background:#fff;}
.footer .footer-head{position:relative;}
.footer .footer-head span{font-weight:bold;color:#fff;font-size:24px;margin-bottom:4px;display:inline-block;font-family:Gotham-Bold;}
.footer .footer-head span i{font-family:Gotham-Light;font-style:inherit;}
.footer .footer-head p{font-weight:300;color:#fff;font-size:16px;width:90%;font-family:Gotham-Book;overflow: hidden;margin-bottom: 3px;}
.footer .footer-head p strong{font-family:Gotham-Bold;}
.footer .footer-head .footerlogo{margin-top:12px;}
.footer .footer-head .line{width:100px;height:3px;background-color:#fff;margin-bottom:17px;}
.footer .footer-head ul{}
.footer .footer-head ul li{padding:3px 0;background-image:url(../images/li.png);background-repeat:no-repeat;background-position:0px 10px;padding-left:20px;background-size:12px;}
.footer .footer-head ul li a{font-weight:400;color:#e2e2e2;font-size:16px;transition:all 0.5s ease-in-out 0s;-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;font-family:Gotham-Book;}
.footer .footer-head ul li a:hover{font-family:Gotham-Bold;}
.footer .footer-head .footer-about-a{font-weight:700;color:#8e8e8e;display:inline-block;margin-top:8px;}
.footer-iletisim p img{padding-right:0px;position:relative;top:2px;}
.footer-down{position:relative;width:100%;float:left;background: #000000;}
.footer-down .copyright{margin:0;padding:25px 0;color:#222;font-weight:500;font-size:16px;font-family:Gotham-Book;float:left;color:#fff;}
.footer-down .copyright b{font-weight:700;color: #fff;}
.footer-down .copyright span i{font-family:Gotham-Light;font-style:inherit;}
.footer-down .davutakbulut{float:right;padding:8px;position:relative;top:14px;right:14px;color:#fff;}
.footer-down .davutakbulut b{font-weight:bold;color:#fff;}
.footer-down a{color:#fff;}
.footer-down span{font-weight:bold;font-family:Gotham-Bold;color:#fff;}

.content-header {width: 100%;float:left;position: relative;background-color: #6a6a6a;padding: 26px 0 20px 0;border-bottom: 2px solid #ccc;min-height: 80px;}
.content-parallax{width: 100%;min-height: 70px;background-color: #000;float:left;position: relative;border-bottom: 2px solid #bd9f42;padding: 52px 28px 30px 28px;}
.content-header span {font-size: 18px;display: inline-block;font-family: Gotham-Bold;margin-left: 2px;color: #ffffff;position: relative;top: 2px;}
.content-header a{color: #fff;font-size: 16px;font-weight:500;margin-bottom:0;display: contents;text-decoration: underline;float: left;}
.content-header a i{color: #e9e9e9;padding: 0px 6px 0 11px;display: inline-block;position: relative;top: 1px;}
.content-header .sayfalama {width: 100%;position: relative;float: left;margin-left: 0;text-align: left;}

.ortaalan {width: 100%;padding: 50px 0 65px 0;position: relative;float:left;background: #f4f4f4;}
.textalan {width: 100%;position: relative;float:left;padding: 0;}
.ortaalan h1 {font-size: 36px;font-family: Gotham-Bold;margin-bottom: 19px;color: #2a2a2e;}
.ortaalan h2 {font-size: 22px;font-family: Gotham-Bold;color: #222;}
.ortaalan p {line-height: 25px;color: #3c3c3c;font-family: 'Gotham-Book';}
.ortaalan p strong {line-height: 25px;color: #222; font-family: Gotham-Bold;}

.hakkimizda-figure {width: 40%;float: right;border: 1px solid #c5c5c5;margin-left: 40px;}
.hakkimizda-figure img { width: 100%; float: left; }
.marginBottomNone { margin-bottom: 0 !important; }
.contactLink {border:2px solid #fff;padding: 8px 16px;background: #fff;color: #222 !important;font-family: 'Gotham-Bold';margin-top: 47px;letter-spacing: 0 !important;display: block;text-align: center;}
.urunyelpazesi2:before{background-color: rgb(0 0 0 / 72%);}
.textalan span.page-span{ font-size: 14px; }

.iletisimBilgileri {
    padding: 4px 4px 4px 4px;
    margin-bottom: 30px;
}
.iletisimBilgileri .iletisimBorder {border:1px solid #bcbcbc;padding: 20px;text-align: center;cursor: pointer;min-height: 270px;}
.iletisimBilgileri .iletisimBorder .iletiismicon {width: 80px;margin: 0 auto;height: 80px;background-image: url(../images/bg2.jpg);border-radius: 50%;transition:all 0.5s ease-in-out 0s;-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;}
.iletisimBilgileri .iletisimBorder .iletiismicon i {color: #fff;background: #29166f;border-radius: 50%;padding: 27px;font-size: 26px;transition:all 0.5s ease-in-out 0s;-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;}
.iletisimBilgileri .iletisimBorder span.baslik {font-weight: bold;font-size: 20px;display: inline-block;margin-bottom: 15px;transition:all 0.5s ease-in-out 0s;-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;font-family: 'Gotham-Bold';}
.iletisimBilgileri .iletisimBorder p { font-weight: 200; font-size: 18px; }
.iletisimBilgileri:hover .iletisimBorder {background-color: #29166f;}
.iletisimBilgileri:hover .iletisimBorder .iletiismicon { background-image:none; background-color: #fff; }
.iletisimBilgileri:hover .iletisimBorder .iletiismicon i {color: #29166f;background: #ffffff;}
.iletisimBilgileri:hover .iletisimBorder p { color: #fff; }
.iletisimBilgileri:hover .iletisimBorder p b { color: #fff; }
.iletisimBilgileri:hover .iletisimBorder p a {color: #ffffffc7;}
.iletisimBilgileri:hover .iletisimBorder span {color: #ffffffc7;}

.iletisimformu .inputs img {position: absolute;right: 24px;top: 24px;width: 20px;}

.iletisimformu input[type=text]#datepicker::placeholder { color: #222;  opacity: 1; }
.iletisimformu input[type=text] {padding: 20px 6vh 20px 2vh;background-color: #ffffff00;border: 2px solid #c9c9c9;border-radius: 0;background: #fff;}
.iletisimformu input[type=Tel] {padding: 20px 6vh 20px 2vh;background-color: #ffffff00;border: 2px solid #c9c9c9;border-radius: 0;background: #fff;}
.iletisimformu input[type=email] {padding: 20px 6vh 20px 2vh;background-color: #fff;border: 2px solid #c9c9c9;margin-top: 0px;}
.iletisimformu select { width: 100%; padding: 22px 2vh 22px 2vh; background-color: #fff; border: 1px solid #dddcdd; border-radius: 0.25rem; color: #000!important; }
.iletisimformu input[type=file] {padding: 12px;background-color: #ffffff;border: 1px solid #ffffff;}
.iletisimformu input[type=submit] {background-color: #000;border: 1px solid #000000;font-family: 'Gotham-Bold';padding: 0;color: #ffffff;font-weight: 700;font-size: 17px;padding: 14px;font-weight: bold;cursor:pointer;width: 100.1%;letter-spacing: 1px;/* margin-bottom: 20px; */margin-top: 11px;border-radius: 0;}
.iletisimformu input[type=submit]:hover {background-color: #291670;border-color: #291670;}
.iletisimformu textarea {padding: 20px 2vh;background-color: #ffffff00;border: 2px solid #c9c9c9;border-radius: 0;background: #fff;}
.iletisimformu select {width: 100%;padding: 22px 2vh 19px 2vh;border: 2px solid #c9c9c9;border-radius: .25rem;color: #222;margin-top: 0;background: transparent;/* -webkit-appearance: none; */font-size: 1rem;background: #fff;}
.iletisimformu .inputs {padding: 2px 5px 8px 5px;float: left;}
.dosyayukle {width: 99.3%;height: 150px;border: 1px dashed #bfbfbf;margin: 5px 0;margin-left: 6px;background: white;float: left;}
.dosyayukle span {position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: table;margin: auto;width: 100%;text-align: center;font-size: 16px;font-weight: 500;padding-top: 20px;color: #222;}
.dosyayukle input {opacity: 0;width: 95%;height: 100%;}
.inputs label { display: inline; font-size: 16px; }
.inputs a {color: #000000;font-weight: 700;font-family: 'Gotham-Bold';}
.recaptchaGoogle {font-size: 12px !important;margin-bottom: 0;}
.modal-content button.Popupkapat p { color: #000; }

.urunyelpazesi{width:100%;background-image:url(../images/parallax.jpg);background-repeat:no-repeat;position:relative;float:left;padding: 71px 0;}
.urunyelpazesi:before{content:'';position:absolute;width:100%;height:100%;left:0;top:0;background-color: rgb(0 0 0 / 61%);z-index:2;transition:all 0.5s ease-in-out 0s;-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;}
.urunyelpazesi .container{position:relative;z-index:3;}
.urunyelpazesi span{font-size:14px;letter-spacing:1px;color:#fff;font-weight:400;}
.urunyelpazesi span.baslik{font-size: 54px;letter-spacing: 0px;color:#fff;line-height: 54px;font-weight:400;text-align: left;font-family: 'Gotham-Bold';}
.urunyelpazesi h3{font-size:38px;font-weight:700;z-index:4;position:relative;letter-spacing:1px;color:#fff;font-family:Gotham-Bold;}
.urunyelpazesi p{font-size: 18px;font-weight:200;z-index:4;position:relative;color:#fff;margin:11px 0;line-height: 23px;}
.urunyelpazesi a{font-size:14px;font-weight:700;z-index:4;position:relative;letter-spacing:1px;color:#fff;margin-bottom:20px;}
.urunyelpazesi h3 b{font-weight:500;}
.urunyelpazesi a.picea{border: 2px solid #35a938;background-color: #35a938;color:#fff;padding:8px 22px;display:inline-block;font-family:Gotham-Bold;width:20%;letter-spacing: -0.3px;}
.urunyelpazesi a.picea:hover{border:2px solid #fff;background-color:#fff;color:#000;}
.urunyelpazesi .line3{width: 136px;height: 5px;background-color:#fff;margin:0 auto;}

.ortaalan ul {margin-bottom: 25px;}
.ortaalan ul li {margin:  9px 0px;padding-left: 26px;font-size: 18px;line-height: 24px;background-image: url(../images/li2.png);background-repeat:  no-repeat;background-size: 13px;background-position: 0px 7px;font-weight: 400;font-family: 'Gotham-Book';}

.blog-box2{padding:0px 15px 15px 0px;cursor:pointer;transition:all 0.5s ease-in-out 0s;-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;float: left;}
.blog-box2 .lokasyon{border:1px solid #dcdcdc;float:left;padding: 10px 10px 10px 10px;border-radius:6px;}
.blog-box2:hover .lokasyon{background-color: #fff;}
.blog-box2 .lokasyon figure{float:left;margin-right:25px;overflow:hidden;}
.blog-box2 .lokasyon figure.video{float:left;margin-right:0;width:100%;overflow:hidden;}
.blog-box2 .lokasyon figure.video iframe {width: 100%;height: 220px;}
.blog-box2 .lokasyon figure img{width:100%;transition:all 0.5s ease-in-out 0s;-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;}
.blog-box2:hover .lokasyon figure img{transform:scale(1.07);-webkit-transform:scale(1.07);}
.blog-box2 .lokasyon i{font-size:16px;padding-top:30px;display:inline-block;}
.blog-box2 .lokasyon span{font-size:20px;font-weight:bold;}
.blog-box2 .lokasyon span.videoh3{font-size:16px;font-weight:bold;float:left;margin-top:10px;color: #000000;height: 48px;overflow:hidden;line-height: 17px;font-family: 'Gotham-Bold';}
.blog-box2 .lokasyon p{font-size:16px;line-height:21px;height:81px;overflow:hidden;}
.blog-box2 .lokasyon a{font-size:16px;font-weight:bold;background:#054597;color:#fff;display:inline-block;padding:5px 11px 3px 10px;float:right;margin-top:24px;border-radius:4px;}
.blog-box2 .lokasyon a.videoplay{font-size:16px;font-weight:bold;background: #29166f;color: #fff;display:inline-block;padding:5px 11px 3px 10px;float:right;margin-top:5px;border-radius:4px;width:100%;text-align:center;border: 1px solid #29166f;}
.blog-box2 .lokasyon:hover a{color:#fff;background: #000000;border: 1px solid #fff;}

.bormeg-box-galeri{float:left;margin-bottom:-35px;padding:0 7px 0 0;}
.bormeg-box-galeri a:hover .three-boxes:after{background-color:rgba(29,145,192,.6);}
.bormeg-box-galeri a{display:block;}
.bormeg-box-galeri .three-boxes{padding: 0;position:relative;z-index:1;border: 2px solid #ccc;}
.bormeg-box-galeri .three-boxes figure{overflow:hidden;position:relative;margin-bottom: 0;}
.bormeg-box-galeri .three-boxes img{width:100%;transition:all 0.5s ease-in-out 0s;-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;}
.bormeg-box-galeri a:hover .three-boxes img{transform:scale(1.15);-webkit-transform:scale(1.15);}
.bormeg-box-galeri .three-boxes .boxes-text h1{position:relative;color:#272727;font-weight:700;font-size:16px;width:100%;z-index:3;line-height:23px;text-align:left;transition:all 0.5s ease-in-out 0s;-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;height:41px;overflow:hidden;}
.bormeg-box-galeri a:hover .three-boxes .boxes-text h1{color:#273685;}
.bormeg-box-galeri .three-boxes .boxes-text p{font-weight:300;color:#ffffff;line-height:24px;font-size: 15px;width: 100%;text-align: center;font-weight:600;background: #291670;display:inline-block;padding: 11px 12px;position:relative;transition:all 0.5s ease-in-out 0s;-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;margin-bottom: 0;}
.bormeg-box-galeri:hover .three-boxes .boxes-text p{background-color:#16171b;}
.bormeg-box-galeri .three-boxes .boxes-text span{font-weight:700;color:#555555;line-height:24px;font-size:14px;background-color:#f9dc30;padding:7px 17px;transition:all 0.5s ease-in-out 0s;-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;}
.bormeg-box-galeri .three-boxes .boxes-text span:hover{color:#fff;background-color:#000;}
.bormeg-box-galeri .three-boxes .boxes-text h1 b{color:#000;font-weight:700;}

.ortaalan table tr td,.ortaalan table tr th { border: 1px solid #2222224d; vertical-align: middle;padding: 20px;}
.ortaalan table { width: 100%; text-align: center; }
.ortaalan table tr td { text-align: center; }
.ortaalan table tr td strong { font-family: Gotham-Bold; }
.ortaalan table tr td p, .ortaalan table tr th p { margin-bottom: 0; }