@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin-ext');


body{font-family: 'Raleway', sans-serif;}
h1, h2, h3, h4, h5, h6{margin:0;color: #1a1a1a;}
h1{font-size:40px;}
p{margin:0;font-family: 'Open Sans', sans-serif;}
*{font-size: 16px;outline: none !important;}
a{color:#1a8ae1;text-decoration:none;}
a,a:active,a:focus,a:active{text-decoration:none;outline:none;}
a:hover,a:focus{color:#62646c;text-decoration:none;}

/* Global */
.sayfalama{padding: 0 15px;font-family: 'Open Sans', sans-serif;}
.sayfalama ul{}
.sayfalama ul li{}
.sayfalama ul li a{width: 40px;height: 40px;line-height: 25px;font-weight: 700;color: #000 !important;border-radius: 0;text-align: center;margin: 0 4px;background: transparent !important;}

/* Menu */
.top-menu{padding: 7px;background: aliceblue;background: url(../img/tbg.jpg);}
.top-menu ul li a i {font-size: 18px;}
.top-menu .c1{float: left;font-family: 'Open Sans', sans-serif;margin-left: -15px}
.top-menu .c2{float: right;}
.top-menu a{}
.top-menu ul{display: inline-block;padding: 0;margin: 0;}
.top-menu ul li{margin: 0;padding-right: 0;}
.top-menu ul li a{color: #ffffff;font-size: 18px;display: block;}
.top-menu ul li a img{margin-right: 5px;width: 20px;}
.top-menu ul li.tel{font-size: 23px;}
.top-menu ul li.tel a{font-weight: 500;}
.top-menu ul li.tel a i{color: #ffffff;-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);}
.header-menu{position: absolute;top: 0;width: 100%;z-index: 10;padding: 0;background: transparent;}
.white-header .navbar-default .navbar-brand.logof{display: none;}
.white-header .navbar-default .navbar-brand.logo{display: block;}
.white-header .navbar-default .navbar-nav>li>a{color: #000000;}
.white-header .navbar-default .navbar-nav>li>a:hover{color: #1a1a1a;}
.navbar-default{padding: 10px;margin: 0;border: 0;background: #fff;border-radius: 0;box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}
.navbar-default .navbar-brand{padding:0;height: auto;margin: 0;}
.navbar-default .navbar-brand img{height: 70px;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}
.navbar-default .navbar-brand.logo{display: none;}
.navbar-default .navbar-collapse{margin-right:initial;margin-left:initial;}
.navbar-default .navbar-collapse .navbar-right{margin-right: -10px;margin-top: 10px;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}
.navbar-default .navbar-nav>li>a{padding: 15px 0 15px 20px;text-transform: uppercase;font-size: 18px;font-weight: 500;}
.navbar-default .navbar-nav>li>a:hover{color: #fff;}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.active>a:hover{background:transparent;color: #1a1a1a;}
@media (min-width:991px){.navbar-default .navbar-nav li.dropdown:hover ul.dropdown-menu{display:block;}}
.navbar-default .navbar-nav li .dropdown-menu a{padding: 7px 20px;color: #333;font-size: 17px;font-weight: 500;}
.navbar-default .navbar-nav li .dropdown-menu a:hover{background: transparent;color: #333333;}
.navbar-default .navbar-nav li:hover .dropbtn{}
.navbar-default .navbar-nav li .dropdown-menu{border-radius: 5px;/* border-bottom: 5px solid #514634; */}
.header-menu.fixed-header .navbar-default{position: fixed;left: 0;top: 0;width: 100%;  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);}
.header-menu.fixed-header .navbar-default .navbar-brand img {height: 60px;}
.header-menu.fixed-header .navbar-default .navbar-collapse .navbar-right{margin-top: 4px;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}


.homeSlider{position: relative;margin-top: 125px;}
.homeSlider .item img{width: 100%;height: 400px;object-fit: cover;}
.homeSlider .carousel-indicators {display: none;}
.homeSlider .carousel-indicators li{border-radius: 0;width: 40px;border-color: black;height: 7px;}
.homeSlider .item .carousel-caption{width: 100%;text-align: center;bottom: 0;left: 0;right: 0;top: 0;padding: 0;margin: 0;/* background: rgba(0, 0, 0, 0.18); */}
.homeSlider .item .carousel-caption .text{margin: 0 auto;margin-top: 160px;display: block;width: 1200px;}
.homeSlider .item .carousel-caption .text h3{color: #ffffff;padding: 20px 30px;border-radius: 15px;font-size: 40px;font-family: 'Open Sans', sans-serif;font-weight: 700;text-transform: uppercase;background: rgba(0, 0, 0, 0.62);text-shadow: none;width: fit-content;text-shadow: 1px 1px #000;}
.homeSlider .item .carousel-caption .text p{font-size: 18px;text-shadow: 0 0 5px rgb(0, 0, 0);background: rgba(0, 0, 0, 0.8);padding: 15px;width: fit-content;}
.homeSlider .carousel-inner .item > img {-webkit-animation: zoom 20s;animation: zoom 20s;}
@-webkit-keyframes zoom {from {-webkit-transform: scale(1, 1);}to {-webkit-transform: scale(1.3, 1.3);}}
@keyframes zoom {from {transform: scale(1, 1);}to {transform: scale(1.3, 1.3);}}


.hakkimizda{padding: 50px 0}
.hakkimizda .c1{background: #f6f6f6;padding: 40px;}
.hakkimizda .c1 span{font-weight: 500;text-transform: uppercase;font-size: 20px;color: #393186;}
.hakkimizda .c1 h2{margin: 30px 0;font-weight: 600;font-size: 25px;}
.hakkimizda .c1 p{margin-bottom: 10px;font-size: 17px;letter-spacing: 0.2px;}
.hakkimizda .c2{padding-left: 0;}
.hakkimizda .c2 img{width: 100%;height: 420px;object-fit: cover;position: relative;z-index: 1;}
.hakkimizda .c2 .dots{position: absolute;left: -15px;bottom: -55px;width: 100%;height: 250px;background: url(../img/dots.png) 0 0 repeat;}

.sirketler{padding: 50px 0;}
.sirketler h2{margin: 30px 0;font-weight: 700;margin-bottom: 30px;border-bottom: 1px solid #1a1a1a;width: fit-content;padding-bottom: 5px;padding-right: 30px;}
.sirketler .wrap{padding: 0 15px;width: 1340px;margin: 0 auto;}
.sirketler .col .item{position: relative;margin-bottom: 25px;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;overflow: hidden;}
.sirketler .col .imgWrap{}
.sirketler .col .imgWrap img{width: 100%;height: 450px;object-fit: cover;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}
.sirketler .col .capt {-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;position: absolute;bottom: 0;width: 100%;font-size: 25px;padding: 120px 40px 40px 40px;z-index: 3;color: #fff;background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,27,65,0)), color-stop(100%,rgba(0, 0, 0, 0.95)));background: -webkit-linear-gradient(top, rgba(6,27,65,0) 0%,rgba(0, 0, 0, 0.95) 100%);background: -o-linear-gradient(top, rgba(6,27,65,0) 0%,rgba(6,27,65,0.95) 100%);background: -ms-linear-gradient(top, rgba(6,27,65,0) 0%,rgba(6,27,65,0.95) 100%);background: linear-gradient(to bottom, rgba(6,27,65,0) 0%,rgba(0, 0, 0, 0.95) 100%);}
.sirketler .col .capt h3{font-weight: 600;color: #fff;}
.sirketler .col .capt span{color: #fff;font-family: 'Open Sans', sans-serif;}
.sirketler .col .item:hover .capt{padding: 120px 40px 70px 40px;}
.sirketler .col .capt:after {content: "";position: absolute;background-color: #fff;left: 20px;bottom: 60px;-webkit-transition: width 1.3s ease;-moz-transition: width 1.3s ease;-ms-transition: width 1.3s ease;-o-transition: width 1.3s ease;transition: width 1.3s ease;opacity:0;width: 0;}
.sirketler .col .item:hover .capt:after{opacity: 1;width: 80%;height: 1px;}
.sirketler .col .item:hover img{transform: scale(1.1);}


.haberler{}
.haberler h2{margin: 30px 0;font-weight: 700;margin-bottom: 30px;border-bottom: 1px solid #1a1a1a;width: fit-content;padding-bottom: 5px;padding-right: 30px;}
.haberler .col a{display: block;}
.haberler .col .item{-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;position: relative;margin-bottom: 25px;}
.haberler .col .imgWrap{}
.haberler .col .imgWrap img{width: 100%;height: 350px;object-fit: cover;}
.haberler .col .capt {-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;position: absolute;bottom: 0;width: 100%;font-size: 25px;padding: 120px 20px 0px 20px;z-index: 3;color: #fff;background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,27,65,0)), color-stop(100%,rgba(0, 0, 0, 0.95)));background: -webkit-linear-gradient(top, rgba(6,27,65,0) 0%,rgba(0, 0, 0, 0.95) 100%);background: -o-linear-gradient(top, rgba(6,27,65,0) 0%,rgba(6,27,65,0.95) 100%);background: -ms-linear-gradient(top, rgba(6,27,65,0) 0%,rgba(6,27,65,0.95) 100%);background: linear-gradient(to bottom, rgba(6,27,65,0) 0%,rgba(0, 0, 0, 0.95) 100%);}
.haberler .col .capt h3{font-weight: 600;color: #fff;font-size: 20px;}
.haberler .col .capt span{color: #fff;font-family: 'Open Sans', sans-serif;opacity: 0;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}
.haberler .col .item:hover .capt{padding: 120px 20px 30px 20px;}
.haberler .col .capt:after {content: "";position: absolute;background-color: #fff;left: 0;bottom: 20px;-webkit-transition: width 1.3s ease;-moz-transition: width 1.3s ease;-ms-transition: width 1.3s ease;-o-transition: width 1.3s ease;transition: width 1.3s ease;opacity:0;width: 0;}
.haberler .col .item:hover .capt:after{opacity: 1;width: 90%;height: 1px;}
.haberler .col .item:hover span{opacity: 1}

footer{margin-top: 35px;background-image: url(../img/fbg2.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;border-top: 5px solid #081319;}
footer .top{background: #ddd;padding: 50px 0;display: none;}
footer .top .container{padding: 0}
footer .top img{float: left;width: 70px;margin-right: 15px;}
footer .top .text p{font-size: 30px;font-weight: 600;/* margin-top: 10px; */}
footer .top .text span{font-size: 20px;padding-left: 2px;}
footer .top a{color: #fff;float: right;padding: 15px;margin-top: 7px;font-size: 20px;letter-spacing: 0.5px;background: #04549b;}
footer .top a i{-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);}
footer .fbottom {padding: 50px 0px;}
footer .fbottom h4{margin-bottom:10px;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #fff;padding-bottom:15px;padding-top:15px;color:#fff;font-weight: 600;}
footer .fbottom .detay ul{list-style:none;padding:0}
footer .fbottom .detay ul .col-sm-6{padding:0}
footer .fbottom .detay ul li{margin-bottom:10px;margin-top:7px;color: #fff;}
footer .fbottom .detay ul li a{color: #efefef;padding-right: 10px;letter-spacing: 0.3px;}
footer .fcopy{background: transparent;padding: 20px 0;color: #fff;border-top: 1px solid #ddd;text-align: center;}
footer .fcopy .container{}

.pageBanner{height: 260px;background: url(../img/pb.jpg);background-size: cover;background-position: center;position: relative;}
.pageBanner .wrap{position: absolute;background: rgba(0, 0, 0, 0.6);top: 0;left: 0;right: 0;bottom: 0;}
.pageBanner h2{border-radius: 5px;margin-top: 192px;color: #ffffff;/* width: fit-content; */background: rgba(0, 0, 0, 0.6);padding: 15px 21px;/* padding-left: 0; *//* margin-left: -15px; */border-bottom: 5px solid #393186;border-bottom-right-radius: 0;border-bottom-left-radius: 0;}

.hakkimizdaPage .c2{/* margin-top: 50px */}
.hakkimizdaPage .c1 h2{margin-top: 0;color: #393186;}
.hakkimizdaPage .other{margin-right: -15px;margin-left: -15px;margin-top: 50px;}
.hakkimizdaPage .other img.bg{width: 100%;}
.hakkimizdaPage .other .col{position: relative;}
.hakkimizdaPage .other .col .item{}
.hakkimizdaPage .other .col .item .capt{text-align: center;position: absolute;top: 50%;left: 50%;height: 86%;transform: translate(-50%, -50%);background-color: rgba(0, 0, 0, 0.7);width: 80%;padding: 80px 50px;color: #fff;}
.hakkimizdaPage .other .col .item .capt span{font-size: 30px;}
.hakkimizdaPage .other .col .item .capt img{width: 80px;display: block;margin: 0 auto;margin-bottom: 10px;}
.hakkimizdaPage .c2 img{height: auto;min-height: 440px}
.haberlerPage{margin-top: 50px;}
.haberDetayBanner h2{font-size: 23px !important;margin-top: 200px;}

.sirketPage .c2 img{height: 400px}
.sirketlerPage{padding-bottom: 0}
.sirketlerPage .wrap{padding: 0 15px;width: inherit;margin: 0 auto;}
.sirketlerPage .col .imgWrap img{height: 400px}
.sirketlerPage .container{padding: 0}

.galeriPage{margin-top: 50px}
.galeriPage .col .item{position: relative;margin-bottom: 25px;}
.galeriPage .col .imgWrap{}
.galeriPage .col .imgWrap img{width: 100%;height: 230px;object-fit: cover;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}
.galeriPage .col .imgWrap img:hover{opacity: 0.7;transform: scale(1.05);}

.iletisimPage{margin-top: 50px;margin-bottom: 80px;}
.iletisimPage .col{text-align: center;}
.iletisimPage .col .inner{position: relative;display: inline-block;padding-left: 50px;text-align: left;width: 100%;margin-bottom: 15px;}
.iletisimPage .col .inner i{position: absolute;left: 0;top: 0;height: 50px;line-height: 50px;font-size: 40px;color: #393186;}
.iletisimPage .col .inner .text{position: relative;display: block;line-height: 25px;font-family: 'Open Sans', sans-serif;}

.iletisimPage .form{}
.iletisimPage .map{}

.iletisimPage h4{font-size: 23px;}
.iletisimPage .form .form-group{margin-bottom:7px}
.iletisimPage .form .form-group.f1{padding-left:0;padding-right:5px}
.iletisimPage .form .form-group.f2{padding-right:0;padding-left:5px}
.iletisimPage .form input{border-radius:3px;box-shadow:none;height:auto;line-height:2;padding:9px 15px;color:#1a1a1a;font-weight:500;width:100%;background:transparent;border:1px solid #dddddd;transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;}
.iletisimPage .form textarea{resize:none;border-radius:3px;box-shadow:none;height: 173px;line-height:2;padding:6px 15px;color:#1a1a1a;font-weight:500;width:100%;background:transparent;border:1px solid #d8d8d8;transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;}
.iletisimPage .form .btn{display:inline-block;text-align:center;font-size:15px;font-weight:700;text-transform:uppercase;padding:13px 30px;outline:none;border:0;color:#fff;}
.iletisimPage .map iframe{margin:5px 0;font-size:15px;font-weight:500;width:100%;margin:0;height:350px;margin-bottom:-5px;}
.iletisimPage .map .c1{padding-left: 0}
.iletisimPage .map .c2{padding-left: 0}
.iletisimPage .map .c3{padding-left: 0}


.projeSlider{position: relative;border-bottom: 1px solid #d8d8d8;}
.projeSlider .item img{width: 100%;height: 500px;object-fit: cover;}
.projeSlider .carousel-indicators {display: none;}
.projeSlider .carousel-indicators li{border-radius: 0;width: 40px;border-color: black;height: 7px;}
.projeSlider .item .carousel-caption{width: 100%;text-align: left;bottom: 0;left: 0;right: 0;top: 0;padding: 0;margin: 0;}
.projeSlider .item .carousel-caption .text{margin: 0 auto;margin-top: 340px;display: block;width: 1200px;}
.projeSlider .item .carousel-caption .text h3{color: #fff;font-weight: 400;width: fit-content;padding: 20px;border-radius: 5px;font-size: 60px;background: rgba(0, 0, 0, 0.72);border-left: 5px solid white;box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}
.projeSlider .item .carousel-caption .text p{font-size: 18px;text-shadow: 0 0 5px rgb(0, 0, 0);background: rgba(0, 0, 0, 0.8);padding: 15px;width: fit-content;}

.projeDetayPage{margin-top: 50px;}
.projeDetayPage h3{margin-bottom: 30px}
.projeDetayPage .c1{padding-left: 0}
.projeDetayPage .c2{padding-right: 0}
.projeDetayPage .c1 p{line-height: 27px;margin-bottom: 15px;}
.projeDetayPage .info-list{position: relative;background-color: #25262c;list-style: none;padding: 0;}
.projeDetayPage .info-list li{position:relative;padding: 15px 60px;color: #cecece;line-height: 27px;border-bottom: 1px solid #3b3c42;}
.projeDetayPage .info-list li strong{position:relative;display: block;font-size: 17px;color: #ffffff;line-height: 30px;font-weight: 600;font-family: 'Open Sans', sans-serif;text-transform: uppercase;}
.projeDetayPageGaleri{margin-bottom: 70px;}

.haberDetayPage{margin-top: 50px;}
.haberDetayPage h3{margin-bottom: 30px}
.haberDetayPage .c1{padding-left: 0}
.haberDetayPage .c1 p{line-height: 27px;margin-bottom: 15px;}
.haberDetayPage .c1 img{float: left;width: 330px;height: 250px;margin-right: 15px;object-fit: cover;}
.haberDetayPageGaleri{margin-bottom: 70px;}

.carousel-caption h3 {animation-delay: 0.5s;}

.fuarlarPage .col .capt{padding: 120px 20px 20px 20px }
