



/*------------- Ýcsayfa Banner ---------------*/
html {
  scroll-behavior: smooth;
}
#icsayfa-banner{
    background: url(../img/banner2.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0px 10px;
    display: table;
    width: 100%;
}
.banner-caption1{
    display: table-cell;
    vertical-align: bottom;
}
#icsayfa-banner h2 {
    color: #fff;
    margin-top: 35px;
    padding: 0 30px 0;
}
.owl-centered .owl-wrapper {
  display: table !important;
}
.owl-centered .owl-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.owl-centered .owl-item > div {
  text-align: center;
}
#icsayfa-yazi{
    padding: 30px 0px;
}
.sayfalar li {
    background-color: #f0f0f0;
    color: #333;
    font-weight: 700;
    padding: 14px 20px;
    margin: 2px 0px;
    border-left: 4px solid transparent;
}
.sayfalar li:hover {
    border-left: 4px solid #2e5797;
}
#icsayfa-yazi p {
    color: #000;
    font-weight: 500;
}
.katalog{
    font-weight: 700;
}
.aciklama{
    color: #656569;
    font-size: 15px;
    line-height: 25px;
}
.katalog-box{
    padding: 22px 22px 30px;
    border: 1px solid #ccc;
    margin-top: 30px;
}
.katalog-box .fa-file-pdf-o{
    margin: 4px;
}
.btn-pdf{
    background-color: #2e5797;
    color: #fff;
    display: block;
    padding: 10px 15px;
    border-radius: 4px;
    transition: 300ms ease-in-out;
    border: 1px solid #2e5797;
}
.btn-pdf:hover{
    background-color: transparent;
    border: 1px solid #2e5797;
    color: #2e5797; 
    font-weight: 700;
}
.column {
	margin: 15px 15px 0;
	padding: 0;
}
.column:last-child {
	padding-bottom: 60px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 250px;
	height: 140px;
	margin: 0 0 0 25px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 250px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
figure {

	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}


/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/* =========== Typography ========== */
body {
	margin: 0px;
	padding: 0px;
    font-family: 'Montserrat', sans-serif;
    color: #959595;
    background-size: cover;
}
a:focus,.btn:focus,.btn:active:focus,
button:focus,input[type="file"]:focus, 
input[type="radio"]:focus, 
input[type="checkbox"]:focus{
	outline: none;
}
a:focus, a:hover {
    text-decoration: none;
}
/* =========== SPACE CLASSES=========== */
.f700{
    font-weight: 700;
}
.f300{
    font-weight: 300;
}
.space30{margin-top: 30px !important;}
.space70{margin-top: 70px !important;}
.space100{margin-top: 100px !important;}
.space50{
    margin-top: 50px;
}


/*header*/
header{
    background:#fff;
}
.contact_detail{
    text-align: right;
    margin-right: 20px;
}

.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
    background: #f0f0f0;
    border-radius: 0;
}
.dropdown-menu>li>a {
    padding: 7px 20px;
    color: #000000;
}
.contact_detail a {
    color: #fff;
    text-decoration: none;
    font-size: 26px;
    margin-top: 10px;
    display: block;
}
.navbar {
    position: relative;
    min-height: 120px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}
.navbar-nav>li>a {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 20px;
    transition: all 0.3s ease-in;
}
.nav>li>a:focus, .nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #ffba00;
}
/*banner*/
#banner {
    background: url(../img/banner.jpg);
    background-size: contain;
}
#banner .carousel {
    position: relative;
    margin-bottom: -35px;
}
#download {
    padding: 50px 0 30px;
    background-image: linear-gradient(to bottom, #ffffff, #ffffff 40%, #0d4369 40%, #0d4369 70%, #ffffff 70%, #ffffff 100%);
}
#download .btn:hover::after {
    width: 100%;
}
#download .btn:hover {
    color: #ffffff;
}
#download .btn {
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 30px 10px 10px;
    color: #000000;
    font-weight: bold;
    position: relative;
    transition: color 0.25s ease;
    border: none;
    border-radius: 0;
    z-index: 99999999;
    border-left: 10px solid #0d4369;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    height: 60px;
    width: 300px;
    line-height: 42px;
}
#download .btn.pink:before{
	background: #ff00b4;
}
#download .btn.pink{
	margin-right: 30px;
}
#download .btn.yellow:before{
	background: #ffba00;
}
#download .btn i{
	float: left;
    font-size: 34px;
    margin-top: 5px;
    color: #fff;
}
#download .btn:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0a2b4c;
    left: 0;
    top: 0;
    z-index: -1;
}
#download .btn::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #0d4369;
    transform-origin: left;
    transition: width 0.25s ease;
    z-index: -1;
}		
#download  h2 {
    font-size: 32px;
    color: #13042a;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
#download h2 span {
    font-size: 22px;
    display: block;
}
#download p{
	font-size: 13px;
	color: #fff;
	margin-top: 60px;
}
/*parallax*/
#parallax{
    background: url(../img/parallax.jpg) no-repeat;
    background-attachment: fixed;
    padding: 40px 0;
}
.blog_block {
    background: url(../img/Layer-21.jpg) no-repeat;
    padding: 90px 10px 10px;
    border-bottom: 5px solid #ffba00;
    background-size: cover;
}
.blog_block h4{
    color: #0d4369;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: center;
}
#parallax .owl-nav button{
    top: 41%;
}
.carousel-control {
    top: 45%;
    bottom: 45%;
    width: 15%;
    font-size: 40px;
    background-image: none !important;
}
#parallax .owl-theme .owl-nav {
    margin-top: 0;
}
#parallax .owl-carousel.owl-drag .owl-item {
    margin-top: 50px;
}
.blog_block p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}
.btn_goster{
    color: #000000;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background: transparent;
    border-color: #5e5e5e;
    display:block;
    margin: 0 auto;
    border-radius: 0;

}
.blog_block img {
    top: -50px;
    position: absolute;
    left: 15px;
    width: calc(100% - 30px) !important;
    right: 15px;
}
#parallax .owl-theme .owl-nav [class*=owl-] {
    color: #4d4d4d !important;
    position: absolute;
    font-size: 80px !important;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    line-height: 70px !important;
}
/*conference*/
#conference{
    padding: 60px 0;
}
h3.bold_title{
    font-weight: 800;
    color: #001c43;
    text-align: center;
}
.image{
    position: relative;
}
.overlay {
    background: rgba(74, 56, 101, 0.66);
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in;
    top: 0;
    left: 0;
    opacity: 0;
}
.image:hover > .overlay{
    opacity: 1;
}
.fa-plus-square{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform:translate(0  ,-50%);
    text-align: center;
    font-size: 30px;
    color: #fff;
}
#conference h4 {
    color: #323232;
    font-weight: 800;
    font-size: 18px;
    margin-top: 25px;
}
#conference .media h4 {
    margin-top: 0;
}
#conference .media p {
    margin-bottom: 0;
}
.media {
    margin-top: 23px;
}
#owl_slider{
    padding: 0 0 60px;
}
#owl_slider p{
    color: #7b7b7b;
    margin-top: 50px;
    text-align: center;
}
.blue_border{
    border-top: 1px solid #0380c0;
    margin-top: 25px;
}
#conference p {
    color: #535353;
    font-family: 'Roboto', sans-serif;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF !important;
    position: absolute;
    font-size: 70px !important;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    line-height: 60px !important;
}
.owl-prev {
    left: -30px;
    top: 20%;
}
.owl-next {
    right: -30px;
    top: 20%;
}
#owl_slider .owl-carousel .owl-item img {
    display: block;
    width: auto;
    filter: grayscale(100%);
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#owl_slider .owl-carousel .owl-item img:hover{
    filter:grayscale(0);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}
/*contact*/

#contact{
    border-top: 1px solid #d7d7d7;    
}
#contact h2 {
    font-size: 32px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-top: 35%;
    padding-left: 10%;
    position: relative;
}
#contact h2.second {
    padding: 0;
    margin-left: -7%;
    margin-top: 30px;
}
#contact  h3 {
    font-size: 80px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
.quote{
    position: absolute;
    left: 0;
}
.text_left{
    width: 52%;
}
.border_right{
    border-right: 1px solid #d7d7d7;   
}
.girl{
    margin-right: -15px;
    float: right;
}
#contact .form-control {
    color: #959595;
    height: 60px;
    border-radius: 6px;
    border-color: #6c6c6c;
    font-family: 'Roboto', sans-serif;
}
#contact textarea.form-control{
    height: auto;
    margin-bottom: 30px;
}
.space15{
    margin-top: 15px;
}
#contact form .row{
    margin: 0 -6px;
}
#contact form .col-sm-6,
#contact form .col-sm-12{
    padding: 0 6px;
}
.btn_send {
    background: transparent;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #959595;
    border-color: #6c6c6c;
    border-radius: 0;
    height: 50px;
    line-height: 32px;
    display: block;
    margin: 0 auto 15px;
    transition: all 0.3s ease-in;
}
.btn_send:hover,.btn_send:focus{
    background: #959595;
    border-color: #959595;
    color: #fff;
}
/*footer*/
.col_1_5{
    float: left;
    width: 20%;
}
footer{
    padding: 70px 0 100px;
    border-top: 1px solid #d7d7d7;
    color: #333230;
    font-family: 'Roboto', sans-serif;    
}
.border_top{
    border-top: 1px solid #d7d7d7;
    margin: 30px 0 0;
}
footer .links{
    margin-top: 30px;
}
footer .links li:first-child{
    margin-bottom: 15px;
    color: #2f322e;
    font-weight: 600;
    font-size: 16px;
}
footer .links li a{
    margin-bottom: 20px;
    color: #2f322e;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}
footer h4{
    margin-right: 15px;
    margin-bottom: 20px;
}
footer label {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    display: block;
    margin: 5px 0 15px 7%;
}
.social_media li a {
    font-size: 17px;
    color: #323334;
    display: block;
    width: 34px;
    height: 34px;
    border: 1px solid #dbdbdb;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    transition: all 0.3s ease-in;
}
.social_media li a:hover {
    color: #fff;
    border: 1px solid #532d6f;
    background: #532d6f;
}
.social_media.list-inline>li {
    padding-right: 3px;
    padding-left: 3px;
}
footer .input-group {
    height: 45px;
    width: 95%;
    float: right;
}
footer .input-group .form-control {
    height: 100%;
    font-size: 16px;
}
footer  .input-group-btn:last-child>.btn{
    background: #ec6e00;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    height: 100%;
}
.mega {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #d1d9e2;
    z-index: 999;
    background-image: linear-gradient(to right, #f3f4f8, #f3f4f8 35%, #e8e9ed 35%, #e8e9ed 100%);
    z-index: 999999999;
}
.mega .col-md-offset-2 {
    margin-left: 20%;
}
.mega .col-md-10{
   width: 80%;
}
.mega ul {
    column-count: 3;
    column-gap: 50px;
}
.mega ul li a {
    color: #4e5e73;
    font-size: 13px;
    height: 40px;
    display: block;
}
.mega h4{
	color: #de447d;
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom:1px solid #d1d9e2;
}











@media(max-width: 1024px){
	.navbar-nav>li>a {
	    font-size: 15px;
	    padding: 15px 10px;
	}
	#download .btn {
	    font-size: 18px;
	    width: 240px;
	}
	.blog_block {
	    padding: 60px 10px 10px;
	}
	#conference {
	    padding: 20px 0;
	}
	#conference h4 {
	    font-size: 14px;
	}
	#conference p {
		font-size: 12px;
	}
	#conference .media img{
		width: 120px;
	}
	.text_left {
	    width: 43%;
	}
	#contact h2 {
	    font-size: 18px;
	}
	#contact h3 {
	    font-size: 42px;
	}
	.social_media.list-inline>li {
	    padding-right: 2px;
	    padding-left: 2px;
	}
	footer label,footer h4 {
	    font-size: 15px;
	}
}

@media(max-width: 991px){
	.mega .col-md-10 {
	    width: 100%;
	}
	.mega {
	    background: #d1d9e2;
	}
	.mega ul li a {
	    height: 35px;
	}
	.mega .col-md-offset-2 {
	    margin-left:0;
	}
	.navbar-nav>li>a {
	    font-size: 13px;
	    padding: 15px 5px;
	}
	#download .btn.pink {
	    margin-right: 15px;
	}
	#download .btn {
    	font-size: 13px;
	    width: 180px;
	    height: 40px;
	    line-height: 28px;
	}
	#download .btn i {
	    font-size: 24px;
	    margin-top: 0;
	    margin-right: 10px;
	}
	#download h2 {
	    font-size: 30px;
	}
	#download {
	    background-image: linear-gradient(to bottom, #ffffff, #ffffff 35%, #0d4369 35%, #0d4369 75%, #ffffff 75%, #ffffff 100%);
	}
	#download img{
		margin-top: 80px;
	}
	.girl {
	    width: 60%;
	}
	#contact .form-control {
	    height: 34px;
	}
	#contact textarea.form-control {
	    margin-bottom: 15px;
	}
	.btn_send {
	    font-size: 21px;
	    height: 34px;
	    line-height: 22px;
	}
	.quote {
	    left: -15px;
	}
	footer label, footer h4 {
	    font-size: 13px;
	    margin: 0 0 10px;
	}
	.social_media li a {
	    font-size: 14px;
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	}
	footer .links li:first-child {
	    font-size: 15px;
	}
	footer .links li a {
	    font-size: 13px;
	}
	footer {
	    padding: 30px 0;
	}
}


@media(max-width: 767px){
	.mega ul {
	    column-count: 1;
	}
	.dropdown-menu>li>a {
	    color: #000;
	}
	.mega {
	    position: relative;
	}
	.navbar-brand>img {
	    width: 100px;
	}
	.navbar-toggle .icon-bar {
	    background: #000;
	}
	.contact_detail a {
	    font-size: 18px;
	    margin-top: 0;
	}
	.contact_detail {
	    margin-right: 0;
	}
	.carousel-control {
	    width: 10%;
	    font-size: 20px;
	}
	#download h2 {
	    font-size: 22px;
	}
	#download h2 span {
	    font-size: 16px;
	}
	#download {
	    background-image:none;
	}
	#download .space50 {
	    margin-top: 30px;
	}
	#download img {
	    margin-top: 20px;
	}
	#download p {
	    font-size: 13px;
	    color: #fff;
	    margin-top: 60px;
	    background: #0d4369;
	    padding: 15px;
	    margin: 0 -15px;
	}
	#download .btn.pink {
	    margin-right: 0;
	}
	#download .btn {
	    width: 100%;
	}
	.owl-next {
	    right: -12px;
	}
	.owl-prev {
	    left: -12px;
	}
	.blog_block {
	    padding: 140px 10px 10px;
	}
	.media:first-child {
	    margin-top: 15px;
	}
	#owl_slider p {
	    margin-top: 20px;
	}
	.navbar-nav>li>a {
	    font-size: 13px;
	    padding: 8px 15px;
	}
	.navbar {
	    min-height: 100px;
	}
	#download h2 {
	    margin-top: 5px;
	}
	footer img{
		margin: 0 auto;
	}
	footer .text-right {
	    text-align: center;
	    margin-top: 10px;
	}
	.col_1_5 {
	    float: left;
	    width: 50%;
	}
	footer .input-group {
	    height: 34px;
	    width: 100%;
	    float: none;
	}
	footer img {
	    margin: 0 auto;
	    width: 100px;
	}
	footer .input-group-btn:last-child>.btn,
	footer .input-group .form-control {
	    font-size: 13px;
	}
	footer .links {
	    margin-top: 10px;
	}
	footer {
	    padding: 10px 0;
	}
	.border_top {
	    border-top: 1px solid #d7d7d7;
	    margin: 30px -15px 0;
	}
	#download .list-inline>li {
	    width: 49.3%;
	}
	#download .btn i {
	    font-size: 14px;
	    margin-top: 5px;
	    margin-right: 5px;
	}
	#download .list-inline>li:last-child {
	    padding-right: 0;
	}
}

@media(max-width: 767px){
	#download .btn {
	    font-size: 11px;
	}
}