@import url('https://fonts.googleapis.com/css?family=Biryani:400,600,700,800,900');

body{
	font-family: 'Biryani', sans-serif;
}
*{outline:none}
a,a:hover,a:focus{text-decoration:none;color: #2b3990;}
a{color:initial}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(43, 57, 144);
}
header{
	z-index: 1030;
	width: 100%;
}
header img{
    width: 176px;
    margin: 10px 0;
}
.navbar.navbar-fixed{
	background-color: #fff !important;
	padding: 0;
}
.navbar-nav{padding:0}
.navbar-dark .navbar-brand{margin:10px}
.navbar-dark .navbar-nav .nav-link{color: #5f6277;border-bottom:4px solid #fff;padding: 19px 0px;font-weight: bold;font-size: 13px;margin-left: 26px;text-transform: uppercase;}
.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link:hover{color:#293896;border-color:#293896;border: none;}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #2b3990;
    text-transform: uppercase;
}
.top-discovery{}
.top-discovery a{
}
.top-discovery label{
    font-weight: bold;
    font-size: 18px;
}
.top-discovery a:hover,.top-discovery label:hover{cursor:pointer}
.top-discovery a:hover{background-color: #277500;}
header ul{
    list-style-type: none;
    padding: 24px 0 0 0;
    display: inline-block;
    margin: 0;
}
header ul li{
    float: left;
    margin-right: 3px;
}
header ul li a{
    color: #293896;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
}
header ul.social{margin-left:30px;}
header ul.social li{}
header ul.social li a{
}
header ul.social li a i{}

.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(31, 31, 31, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}
.carousel-control-next, .carousel-control-prev{width:auto}
.carousel-control-next{right:50px}
.carousel-control-prev{left:50px}
.carousel-caption-field{}
.carousel-caption{
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    bottom: auto;
}
.carousel-caption h1{
    color: #ffffff;
    font-weight: bold;
    width: 541px;
    font-size: 70px;
}
.carousel-caption h4{
    color: #ffffff;
    width: 493px;
    font-size: 22px;
}
.carousel-caption a{
}
.btn{border-radius: 55px;padding: 7px 35px;background-color: #2b3990;}
.btn-default{background:#fff;color:#000;font-weight: 500;}
.btn-default:hover{background:#000;color:#fff}
.btn.btn-warning:hover{color:#fff;background:#000;border-color:#333}
.btn-primary {
    color: #fff;
    background-color: #293896;
    border-color: #293896;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ff7800;
    border-color: #ff7800;
}
.carousel-control-next,.carousel-control-prev{z-index:51}
.carousel-control-prev-icon{background-image: url("../images/arrow-left.png");}
.carousel-control-next-icon{background-image: url("../images/arrow-right.png");}
.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 30px;
    height: 30px;
    padding: 20px;
    border-radius: 50%;
    background-size: 20px;
    outline: 0;
}


.banner-items{
    position: relative;
    z-index: 52;
    background:#f7f7f7
}
.banner-items a{
	display:block;
}
.banner-items .item{
    margin-top: -100px;
    position: relative;
    background: #fff;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.banner-items .item:hover{
    transform: translateY(-40px);
    -webkit-box-shadow: 10px 10px 15px 8px rgba(0,0,0,0.24);
    -moz-box-shadow: 10px 10px 15px 8px rgba(0,0,0,0.24);
    box-shadow: 10px 10px 15px 8px rgba(0,0,0,0.24);
}
.banner-items .item .bg{
    position: absolute;
    max-width: 100%;
    display: none;
    left: 0;
    top: 0;
    z-index: -1;
}

.banner-items .item .overlay{
	position:relative;
	z-index:1;
	padding: 20px;
}
.banner-items .item:hover .overlay{
	background: #293896d1;
}
.banner-items .item:hover .bg{
    display: block;
}
.banner-items .item .icon{margin-bottom: 20px;}
.banner-items .item:hover .icon{filter: invert(100%);}
.banner-items .item:hover *{color:#fff}
.banner-items .item h4{
    color: #022222;
    font-weight: bold;
}
.banner-items .item p{}


.about-us{
}
.about-us p img{margin-bottom:50px}
.about-us p{font-size: 18px;text-align: center;padding: 25px 196px 70px;color: #656565;line-height: 32px;}
.about-us p b{font-size: 27px;line-height: 28px;}
.about-us .btn{margin-top: 50px;}
.services{
    padding: 50px 0;
}
.services a{color:#000}
.services .item{
    border: 1px solid #f1f1f1;
    padding: 30px;
    padding-bottom:34px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
	height:245px;
	overflow:hidden;
}
.services .item:hover{
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.24);
    border-bottom:5px solid #ecb031;
    padding-bottom:30px;
}
.services .item .icon{
    margin-bottom: 30px;
	text-align:right;
}
.services .item .icon img{	  
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	
}
.services .item:hover .icon img{
	-webkit-filter: grayscale(0);
	filter: none;
}
.services .item h4{
    padding-right: 48px;
	font-weight:500;
    font-size: 22px;
    position: relative;
}
.services .item h4 span{}
.services .item h4 i{
    position: absolute;
    right: 20px;
	opacity:0;
}
.services .item.all{background:#293896;color:#fff;padding-top: 60px;font-size: 20px;}
.services .item.all:hover{background:#000}
.services .item.all a{color:#fff;text-align:center}
.services .item:hover h4 i{opacity:1;}

section .title{}
section .title p{margin:0}
section .title h1{margin-bottom: 0px;font-size: 32px;font-weight: 800;color: #5f6277;text-transform: uppercase;}

.why-us{}
.why-us .bg{background:#46c209;display:block;height: 170px;margin-top: -120px;}
.why-us .detail{
    background: #fff;
    height: 100%;
    padding: 120px 130px 100px 60px;
}
.why-us.products .detail{
    padding: 55px 130px 55px 60px
}
.why-us.products .btn{
    width:45%;
	text-align:center;
	display:inline-block;
}
.why-us .detail span{}
.why-us .detail h4{
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 30px;
}
.why-us .carousel-control-next-icon,.why-us  .carousel-control-prev-icon{border:none}
.why-us .carousel-control-prev{
    left: -60px;
}
.why-us .carousel-control-next{
    right: -60px;
}


.projects{
    background: #45ad00;
    padding: 83px 0;
    margin-bottom: 50px;
}
.projects .item{
    position: relative;
    padding: 0;
}
.projects .item img{}
.projects .item .overlay{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 3px;
    margin-left: -5px;
}
.projects .item:hover .overlay{
	opacity:1;
}
.projects .item .overlay .inline{width: 100%;height: 100%;background: #fff;padding: 35px 25px 11px;}
.projects .item .overlay p{
    color: #000;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 24px;
}
.projects .item .overlay .btn{
    position: absolute;
    bottom: 40px;
}
.projects  .all{
    background:#859099;
    padding: 15px 0;
}

#news-slider{display:none}
#news-slider.slick-initialized{display:block}
.news{padding:50px 0;background: #fafafa;}
.news .item{
    padding: 15px;
}
.news .item .inline{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 25px 0;
    padding: 20px;
}
.news .item:hover .inline{
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 57px 5px rgba(0,0,0,0.24);
}
.news .item:hover .detail label{
    opacity: 1;
}
.news .item a{
    display: block;
}
.news .item img{
    padding: 10px;
}
.news .item .detail{
    text-align: center;
    padding: 20px 30px;
}
.news .item .detail span{
    font-size: 12px;
    padding-bottom: 15px;
    display: block;
}
.news .item .detail h4{
    font-weight: 900;
    font-size: 14px;
    width: 206px;
    margin: 0 auto;
    min-height: 40px;
}
.news .item .detail p{
    font-weight: 500;
    font-size: 14px;
}
.news .item .detail label{
    color: #293896;
    font-weight: 600;
    font-size: 14px;
    opacity: 0;
}
.news .item .detail label i{font-size: 12px;margin-left: 10px;}

#partners-slider{display:none;margin-bottom: -150px;}
#partners-slider.slick-initialized{display:block}
.partners{margin-bottom: 200px;margin-top: 60px;}
.partners .item{
    padding: 0px;
    background:#fff;
}
.partners .item .inline{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.partners .item:hover .inline{border: none;}
.partners .item a{
    display: block;
}
.partners .item img{
    padding: 0px;
}

.discovery{background:#46c209;}
.discovery .inline{
	padding: 50px 0;
	background:url('../images/kesif-big.png');
	background-repeat:no-repeat;
	background-position: bottom right;
	color: #fff;
}
.discovery .inline h4{
	padding:30px 0;
	font-weight:500
}
.discovery .inline h4 span{
	font-weight:600;
	text-decoration:underline;
}
.discovery .btn.btn-warning{
	margin: 79px 0;
	font-weight: 600;
	color: #fff;
}
.soft-bg{
		text-align: right;
	}
@media(max-width:767px){
	header ul{padding:5px 0}
	header ul li a {
		font-size: 13px;
	}

	.navbar-dark .navbar-nav .nav-link{padding:10px}
	.top-discovery{display:block}
	header{
		position: relative;
		z-index: 1030;
		width: 100%;
	}
	
	.banner-items .item{margin-top:20px;}
	.services .item .icon{
		text-align:center;
	}
	.services .item h4{padding:15px;text-align:center;}
	.services .item h4 i{display:none}
	.services .item {
    border: 1px solid #e8e8e8;
	}
	section .title h1 {
    margin-bottom: 40px;
    font-size: 38px;
 }
	.carousel-caption h1 {
		font-size: 20px;
	}
	.carousel-caption h4 {
		font-size: 16px;
	}
	.carousel-caption a.btn {
		font-size: 14px;
	}
	.why-us .carousel-control-prev{
    left: 20px;
	}
	.why-us .carousel-control-next{
		right: 20px;
	}
	.why-us.products .detail,.why-us .detail {
		padding: 40px;
	}
	.why-us.products .btn{
		width:100%;
		margin-bottom:15px;
		display:block;
	}
	.projects .item{padding: 10px 50px;}
	.projects .item .overlay{
    margin-top: -20px;
    margin-left: 0;
}
	.projects .item .overlay p {
		font-size: 15px;
	}
	.slick-prev, .slick-next{display:none !important}
	.discovery .inline{
    background: none;
    padding: 0;
}
	.discovery .btn.btn-warning{
}
	.discovery .inline-mobile{
		padding: 0;
		background: url(../images/kesif-big.png);
		background-repeat: no-repeat;
		background-position: right bottom;
	}
}

footer{background: #f6f6f6;}
footer .logo{margin-bottom:25px;margin-top:20px}
footer b{display:block;color: #5f6277;font-weight: 600;}
footer .address b{display:block;max-width: 270px;color: #293896;font-weight: 500;}
footer .links{background: #f6f6f6;padding: 20px;}
footer .links b{
    margin: 20px 0;
}
footer .links a{
    padding-bottom: 8px;
    font-size: 14px;
    color: #5f6277;
}
footer .contact{
    margin-top: 18px;
}
footer .contact p{
    font-size: 16px;
    color: #293896;
    font-weight: 500;
}
footer .contact p i{
    margin-right: 5px;
    width: 20px;
    display: inline-block;
}
footer .newsletter{}
footer .newsletter .form-group{
	position: relative;
}
footer .newsletter .form-control{
    border-radius: 0;
    background: #ffffff;
    border: none;
    height: 55px;
}
footer .newsletter .btn.btn-warning{
    position: absolute;
    right: 0;
    top: 0;
    height: 55px;
    line-height: 55px;
    padding: 0 25px;
    font-weight: bold;
    color: #fff;
}
footer .social{}
footer .social a{
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
}
footer .bottom{background: #ffffff;padding: 15px 0 0;margin-top: 30px;}
.top-serach input {border:none;margin-top: 2px;float: left;width: 80%;/* margin-left: 10px; */color: #c1c1c7;font-size: 14px;font-weight: 300;}
.top-serach a {    float: right;}
.top-serach a i {border:none;color: #5f6277;margin-top: 17px;float: right;margin-left: 35px;}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
	box-shadow: 0 0 0 0.2rem transparent;
}
.contact .istek{margin-left: 0px;background: #3ab54a;border-radius: 25px;padding: 10px 69px;float: right;margin-top: -10px;font-weight: 600;}
.contact .istek  a{color: #fff;text-transform: uppercase;font-size: 12px;}
footer .contact .tel p {margin-bottom:0px;}
footer .contact  .mail p {margin-top:15px;}
.left-border {border-left: 1px solid #eee;}
.contact2 li {}
.contact2 li i{
    margin-left: 14px;
}
.about-us{position:relative;}
.about-img{margin: 0 auto;
    width: 360px;
	}
.about-us .about-shape-ust img {
    width: 390px;
}
.about-us .about-shape-ust {
    position: absolute;
    top: 96px;
    left: 10%;
}
.about-us .about-shape-alt {
    position: absolute;
    bottom: 80px;
    right: 15%;
}
.about-us .about-shape-alt img {
    width: 275px;
}
.about-us a {
    color: #2b3990;
    font-size: 15px;
    font-weight: 900;
    margin: 0 auto;
    margin-bottom: 110px;
    padding-top: 15px;
  
}
.about-us a h3{
    color: #2b3990;
    font-size: 15px;
    font-weight: 900;
  
   
  
}
.about-us a:after{
        bottom: 6px;
        content: "";
        height: 3px;
        width: 100px;
        z-index: 5;
        color: #2b3990;
        background: #2b3990;
        display: table-cell;
        }
.about-us a:hover:after {
  width: 215px;
  bottom: 6px;
  content: "";
  height: 3px;
  z-index: 5;
  color: #2b3990;
  background: #2b3990;
  display: table-cell;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 0.8s ease-in-out;
}		
.news .slick-dots li {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.news .slick-dots li button:before
{
    font-family: 'slick';
    font-size: 11px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 5px;
    content: '';
	 display: table-cell;
    text-align: center;
    opacity: 1;
    color: #b7b7b7;
	 background: #b7b7b7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.news .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #2b3990;
    background:#2b3990;
}
 .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #2b3990;
}
.bgwhite {color:#fff;}
section .bgwhite h1{color:#fff;}
section .bgwhite li {
    float: right;
    list-style: none;
    width: 200px;
}
section .bgwhite li a{
}
section .bgwhite li h6{
    background: #2b3990;
    text-align: center;
    border-radius: 24px;
    padding: 19px 7px 15px 7px;
    color: #fff;
    margin-top: -50px;
    font-size: 13px;
    margin-bottom: 54px;
}
.projects .item .overlay h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    width: 171px;
    margin-bottom: 59px;
    margin-top: 10px;
}
.catalog {
    margin-top: -50px;
}
.catalog .item{
    background-image: url("../images/catalogbg.png");
    width: 100%;
    height: 570px;
    padding-left: 60px;
}
.catalog .item1 {
    padding: 72px 0 0 19%;
}
.catalog .title a {margin-left: 20%;border-bottom: 2px solid #5f6277;margin-bottom: 12px;font-size: 16px;font-weight: 700;color: #5f6277;}
.catalog .medyamerkez {
    margin-bottom: 30px;
}
.catalog .medya {
    padding: 0 5% 0 0;
    margin-bottom: 40px;
}
.catalog .medya p{
    color: #5f6277;
}
.catalog .medya h3{
    color: #5f6277;
    font-size: 27px;
    font-weight: 600;
}
.catalog .medya:hover p{
    color: #45ad00;
}
.catalog .medya:hover h3{
    color: #45ad00;
    
}
.catalog .title a:hover {
  
    border-color:#45ad00;
    color: #45ad00;
}
.catalog .item .urunkatalog{
    margin-top: 8%;
}
.catalog .item .urunkatalog h1{
    color: #fff;
    width: 75px;
}
.catalog .item .urunkatalog p{
    color: #fff;
    width: 212px;
}
.catalog .item  img{
    position: relative;
    left: 18%;
    top: -110px;
}
.catalog .item  .dowloand{margin-top: -170px;}
.catalog .item  a{
    color: #fff;
    border-bottom: 2px solid #fff;
    font-weight: 700;
    font-size: 13px;
}
footer .bottom b {
    display: block;
    color: #5f6277;
    font-weight: 600;
    font-size: 14px;
}
.logotext{
    float: right;
    font-size: 11px;
    width: 151px;
    margin-top: 29px;
    color: #5f6277;
    font-weight: 600;
    }
	@media (max-width:1400px)and (min-width:1200px){
		.news .item .detail h4 {
    
    width: 190px;
       min-height: 51px;
}
.news .item .detail {
    text-align: center;
    padding: 20px 0;
}
		}
		.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 33px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
    margin-left: 25px;
}
.breadcrumb li{
    text-transform: uppercase;
     font-weight: 600;
       color: #5f6277;
}
.breadcrumb li a{
    color: #5f6277;
    font-weight: 400;
}   
.breadcrumb li a b{  color: #5f6277;
    font-weight: 400;  border-bottom: 1px solid #5f6277;}
.breadcrumb li i {
    margin: 0 10px;
    color: #5f6277;
    font-size:12px;
    font-weight:200;
}
.products {
    margin: 50px 0;
}
.products .item{
    border: 1px solid #eeeeee;
    text-align: center;
    padding: 10px;
    margin-bottom: 25px;
}
.products .item img{
    margin: 0 auto;
    margin-bottom: 30px;
}
.products .item h3{
    color: #5f6277;
    font-size: 15px;
    padding: 10px 0;
    font-weight: 800;
    text-transform: uppercase;
}
.products .item:hover{
   -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.24);
   -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.24);
   box-shadow: 0px 0px 64px 5px rgba(0,0,0,0.24);
}
.products .item:hover h3 {
    color: #2b3990;
    
}
.productsdetail{
    border-bottom: 1px solid  #eee;
    margin-left: -15px;
    margin-right: -15px;
}
.productsdetail .itemimg {
    background: #fafafa;
    padding-left: 38%;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 63px;
    padding-bottom: 65px;
}.productsdetail .itemimg2 {
    padding-left: 30%;
   
}
.productsdetail .itemimg h3{
    color: #5f6277;
    font-size: 19px;
    font-weight: 600;
}
.productsdetail .itemimg h2{
    padding-top: 20px;
    color: #2b3990;
    font-weight: 800;
}
.productsdetail .itemimg2 img{
    margin-top: 30px;
    width: 100%;
}
.productsdetail .itemtext{}
.productsdetail .itemtext .text{
    padding: 75px 25px;
    width: 100%;
    border: 1px solid #eee;
    }
	.productsdetail .itemtext .text:hover{
    background: #2b3990;
}
.productsdetail .itemtext a{
    width: 100%;
}
.productsdetail .itemtext h5{
    color: #2b3990;
    font-weight: 800;
    text-transform: uppercase;
}
.productsdetail .itemtext p{
    color: #5f6277;
    font-weight: 600;
}
.productsdetail .itemtext .text:hover h5{
    color: #fff;
}
.productsdetail .itemtext .text:hover p{
    color: #fff;
}
.specifications{
    margin-top: 60px;
    margin-bottom: 60px;
}
.specifications .item{
    border: 1px solid #eee;
    padding: 35px 65px;
}
.specifications .item p{
    padding-right: 25%;
    color: #5f6277;
    line-height: 40px;
}
.specifications .item .header {
    padding: 0 28px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}
.specifications .item .header h1{
    padding: 50px 0;
    font-size: 22px;
    color: #5f6277;
    font-weight: 600;
}
.specifications .item .header h3{
    font-size: 36px;
    color: #2b3990;
    font-weight: 600;
    margin-top: -40px;
    margin-bottom: 25px;
}
.specifications .item .header .markalogo{
    text-align: center;
    border-left: 1px solid #eee;
}
.specifications .item .header .markalogo img{padding: 50px 0;}

.specifications .product-catalog	{
	width: 100%;
	background-repeat: no-repeat;
	margin-top: 80px;
	}
	.specifications .product-catalog .text{
    padding: 56px 65px;
}
	.specifications .product-catalog .text p{
    color: #fff;
    padding-bottom: 71px;
    font-weight: 600;
}
	.specifications .product-catalog .text a{
    color: #fff;
    font-weight: 600;
    border-bottom: 2px solid #fff;
}
	.specifications .product-catalog .text h3{
    color: #fff;
    padding: 10px 0 0 0;
    font-weight: 700;
}
.specifications .product-catalog img{}
	
.proje{
    margin: 50px 0;
}
.proje .item{
    text-align: center;
    position: relative;
}
.proje .item .text{
    margin: 0px 40px 0 40px;
    background: #fff;
    margin-top: -73px;
    z-index: 16;
    position: relative;
    padding: 50px 45px 0 45px;
    margin-bottom: 30px;
}
.proje .item .text h3{
    color: #2b3990;
    font-weight: 700;
    font-size: 24px;
}
.proje .item .text img{
    padding: 15px 0;
    margin-bottom: 10px;
}
.proje .item .text p{
    padding-top: 0px;
    margin-bottom: 0px;
    color: #5f6277;
}
.about {}
.about .aboutbg{background: linear-gradient(to bottom, #eef3f5 0%,#eef3f5 60%,#eef3f5 50%,white 50%,white 100%);padding-top: 20px;}
.about .aboutbg img{}
.about h3{
    font-size: 20px;
    font-weight: 800;
    color: #2b3990;
    margin: 30px 0;
}
.about p{
    color: #5f6277;
    padding-right: 30px;
}
.misviz {
    margin: 50px 0 0 0;
}
 .aboutmisyon{
    position: absolute;
    top: 0;
    padding: 12% 10% 0 38%;
}
 .aboutmisyon h3{
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 50px;
}
.aboutmisyon h3:after{content:"";display:table-cell;background:#fff;width: 140px;height:2px;position: absolute;margin-top: 25px;}
 .aboutmisyon p{
    color: #fff;
}
.aboutvizyon{
    position: absolute;
    top: 0;
    padding: 12% 38% 0 10%;
    text-align: right;
    }
.aboutvizyon h3{
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    margin-right: 30px;
    margin-bottom: 50px;
    }
.aboutvizyon h3:after{content:"";display:table-cell;background:#fff;width: 140px;height:2px;text-align:right;position: absolute;right: 41%;margin-top: 25px;}
.aboutvizyon p{ color: #fff;}
.contact2 {
    text-align: center;
}
.contact2 .contact-detail{
    margin-bottom: 50px;
    border: 1px solid #eee;
    padding: 36px 0;
    min-height: 295px;
}
.contact2 .contact-detail img{}
.contact2 .contact-detail h5{
    margin: 41px 0;
    color: #2b3990;
    font-weight: 700;
}
.contact2 .contact-detail p{
    padding: 0px 30px;
    margin-bottom: 0;
    font-size: 17px;
    color: #5f6277;
}
.contact2 .contact-detail:hover{
     -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.24);
   -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.24);
   box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.24);
}
.contact2 h3{
    text-align: left;
    padding: 60px 0 40px 0;
    color: #5f6277;
    font-weight: 600;
    font-size: 21px;
}
.media{
    margin: 50px 0;
}
.media .item{
    margin-bottom: 40px;
}
.media .item img{}
.media .item .text{
    padding: 26px 20px 7px 15px;
}
.media .item .text p{color:#5f6277;border: 1px solid #5f6277;width: 139px;text-align: center;border-radius: 55px;font-size: 14px;font-weight: 600;padding: 5px;}
.media .item .text h5{color:#5f6277;padding: 15px 0;font-size: 17px;font-weight: 500;}
.media .item:hover{
     -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.24);
   -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.24);
   box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.24);
}
.mediadetay .slick-prev:before {
    content: '<';
    color:#5f6277;
    font-size: 26px;
    font-weight: 600;
	font-family:'Biryani';
}
.mediadetay .slick-next:before {
    content: '>';
	color:#5f6277;
	 font-size: 26px;
    font-weight: 600;
	font-family:'Biryani';
}
.mediadetay .slick-prev {
	z-index: 999;
	left: 0px;
	top: 83%;
	background: #fff;
	width: 60px;
	height: 45px;
}
.mediadetay .slick-next {
	content:">";
	z-index: 999;
	left: 0px;
	top: 92%;
	background: #fff;
	width: 60px;
	height: 45px;
}
.mediadetay .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #000;
    outline: none;
    background: #fff;
}
.mediadetay{
    margin: 40px 0;
}
.mediadetay b{border: 1px solid #5f6277;color: #5f6277;font-size: 14px;font-weight: 600;padding: 2px 13px;border-radius: 23px;}
.mediadetay p{
    color: #5f6277;
    line-height: 34px;
    font-weight: 600;
}
.mediadetay h3{
    margin-top: 40px;
    font-size: 24px;
    color: #5f6277;
    font-weight: 700;
}
.document{
    margin: 50px 0;
}
.document .item{
    margin-bottom: 30px;
}
.document .item img{}
.katalog .item{}
.katalog .item h3{
    color: #2b3990;
    font-weight: 600;
    margin-bottom: 0;
}
.katalog .item .text h5{
    font-size: 15px;
}

.katalog .item .text  {min-height: 165px;}
.katalog .item .text p {
    color: #2b3990;
    border: none;
    border-bottom: 3px solid #2b3990;
    width: 86px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 5px;
    border-radius: 0;
    position: absolute;
    right: 18px;
}
.dropdown-toggle::after {display:none;}
.dropdown-item:hover {
    color: #2b3990;
    background-color: #fff;
    padding-left: 18px;
}
.dropdown-item:hover:before {
    display: inline-block;
    content: ">";
    font-size: 13px;
    font-weight:bold;
    font-family:'Biryani';
}
.dropdown-item.active, .dropdown-item:active {
    color: #2b3990;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-item{
    color: #5f6277;
    font-weight: 700;
    font-size: 13px;
    padding-left: 25px;
    text-transform: uppercase;
    }
	.istek{
    margin: 0px 0;
}
	.istek .item{
    text-align: center;
    width: 100%;
}
	.istek .item img{
    margin-top: 0px;
}
	.istek .item h3{
    font-size: 30px;
    margin: 56px 0 5px 0;
    color: #2b3990;
    font-weight: 700;
}
	.istek .item p{
    font-size: 13px;
    color: #5f6277;
    font-weight: 600;
    margin-top: 50px;
}
	.istek .item .text{
  font-size: 10px;
  padding: 0 27%;
  font-weight: 600;
}
.form-control-field{padding: 40px 25%;}		
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 26px 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #5f6277;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 19px;
    font-weight: 700;
    text-align: right;
    color: #5f6277;
}
.form-control:focus {
    color: #5f6277;
    background-color: #fff;
    border-color: #39b54a;
    outline: 0;
    box-shadow: 0 0 0 0.2rem transparent;
}
.dropdown:hover .dropdown-menu{display:block;}
.dropdown-menu {
   
    margin: -1px 0 0;
   min-width: 282px;
}
.nav-tabs {
    border-bottom: none;
}
.tab-content{width:100%}
.form-group span {padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 19px;
    font-weight: 700;
    text-align: right;
    color: #5f6277;}
	.row2{display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;}
	.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 15%;
    left: 50%;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
	.carousel-indicators .active {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 6px;
    padding: 4px;
    height: 6px;
	margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #4f5aa3;
    background-clip: padding-box;
    border-top: none;
    border-bottom: none;
    opacity: 1;
    transition: opacity .6s ease;
    border: 3px solid #fff;
	margin-top:-3px;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 3px;
    padding: 2px;
    height: 3px;
	margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    background-clip: padding-box;
    border-top: none;
    border-bottom: none;
    opacity: 1;
    transition: opacity .6s ease;
    border: 3px solid #fff;
}	
.projects .item .overlay2 {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 3px;
    margin-left: -5px;
    position: absolute;
    left: 100%;
    z-index: 999;
}
.projects .item2:hover{    margin-right: 285px;}
.projects .item:hover .overlay2 {  display: block; margin-right:75px;}
.projects .item .overlay2 .inline {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 35px 25px 11px;
}
.projects .item .overlay2 h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    width: 171px;
    margin-bottom: 59px;
    margin-top: 10px;
}
.projects .item .overlay2 p {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 24px;
}