@charset "utf-8";
/* DOKUZALTI - Ahmet DOĞULU */

body {
	font-family: 'Montserrat', sans-serif!important;
	font-size: 14px;
    line-height: 25px;
    color: #6c6c6c;
}

a {
    text-decoration: none!important;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.img-responsive {
	width: 100%;
	height: auto;
	display: block;
}

.header {
	position: absolute;
	width: 100%;
	height: auto;
	background-color: transparent;
	z-index: 1000;
	-webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    padding: 15px 0px 15px 0px;
}

.ktgr .header {
	position: relative!important;
	background-color: #222939;

}

.banner {
	width: 100%;
    height: auto;
}

.shrink {
	background-color: #222939;
	position: fixed!important;
	border-bottom: 5px solid;
	border-image: linear-gradient(45deg, #876F33, #E7DEBC, #877634) 1;
}

.navbar-nav .nav-item {
	margin-right: 10px;
}

.navbar-nav .nav-item .nav-link {
	font-size: 14px;
    color: #fff;
    background: none;
    padding: 10px 20px;
    transition: all .2s;
    text-transform: uppercase;
}

.dropdown-menu {
	z-index: 1001;
}

.social a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	margin-left: 20px;
}

.social a:hover {
	color: #fff;
}

.about {
	width: 100%;
}

.about-img {
	width: 100%;
	height: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: linear-gradient(to right, #876F33, #E7DEBC);
	box-sizing: border-box;
	position: relative;
}

.about-img::before {
    border-radius:10px;
    content: '';
    background-image: linear-gradient(to right, #876F33, #E7DEBC);
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    position: absolute;
    z-index:-1;
}

.about-img img{
	border-radius: 10px;
}

.about-header, .magazine-header {
	margin: 0 0 40px;
    text-align: center;
}

.about-header span, .magazine-header span {
	font-weight: 400;
    display: block;
    color: #6c6c6c;
    font-size: 16px;
    line-height: normal;
    margin: 0 0 15px;
}

.about-header h2, .magazine-header h2 {
	font-weight: 400;
    display: block;
    color: #222939;
    font-size: 26px;
    line-height: 28px;
    margin: 0 0 40px;
    text-transform: uppercase;
}

.section-break {
    position: relative;
    display: block;
    height: 22px;
    background: url(../image/section-break-logo.png) no-repeat center center;
    width: 200px;
    margin: 0 auto 10px;
}

.section-break:before {
    display: block;
    content: "";
    width: 80px;
    height: 1px;
    background: #bebebe;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    margin: auto;
}

.section-break:after {
    display: block;
    content: "";
    width: 80px;
    height: 1px;
    background: #bebebe;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.about-text {
	padding: 20px;
}

.about-text p {
	font-size: 14px;
    line-height: 25px;
    color: #6c6c6c;
    margin: 0 0 20px;
    font-weight: 400;
}

.about-text ul li {
    font-size: 15px;
    line-height: 24px;
    color: #6c6c6c;
    font-weight: 600;
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 15px;
}

.about-text ul li:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: #fff url(../image/list-icon.png);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.news-box {
    border: 1px solid #bebebe;
    margin: 0 20px 30px;
}

.news-box .news-box-image {
    overflow: hidden;
}

.news-box .news-box-image img {
    display: block;
    width: 100%;
    border-bottom: 1px solid #bebebe;
    transition: all .3s;
}

.news-box .news-box-image img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-box .news-box-content {
    padding: 30px;
}

.news-box .news-box-content .date-meta {
    display: block;
    font-size: 14px;
    color: #6c6c6c;
    font-family: "Montserrat";
    font-weight: 400;
    margin: 0 0 20px;
}

.news-box .news-box-content h3 {
    margin: 0 0 30px;
    text-transform: uppercase;
}

.news-box .news-box-content h3 a {
    font-size: 18px;
    line-height: 28px;
    color: #1d1d1d;
    display: block;
    text-decoration: none;
}

.news-box-content h3 a:hover {
    color: #dcab28;
}

.news-box .news-box-content p {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #6c6c6c;
    font-family: "Montserrat";
    font-weight: 400;
    margin: 0;
}


.news-box .news-box-link a {
    padding: 30px;
    background: #222939;
    color: #fff;
    font-size: 16px;
    display: block;
    position: relative;
    text-decoration: none;
}

.news-box .news-box-link a:hover {
	background: #876F33;
}

.news-box .news-box-link a::after {
	font: var(--fa-font-solid);
    content: "\f30b";
    display: block;
    font-size: 30px;
    height: 30px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    transition: all .2s;
}

.media-link {
	background: #dcab28;
    padding: 20px 0;
    text-align: center;
}

.multimedia .bx-wrapper {
	margin: 0px!important;
}

.multimedia .bx-controls {
	display: none!important;
}

.media-link a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}

.media-link a:hover {
	color: #fff;
}

.media-link a i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}

footer {
	background-color: #222939;
	padding-top: 20px;
}

.footer-logo {
	margin-bottom: 20px;
}

.footer-menu ul, .footer-social ul {
	padding: 0px!important;
}

.footer-menu ul li a {
    font-size: 14px;
    color: #8e8e8e;
    text-transform: uppercase;
    padding: 0 15px;
    transition: all .2s;
    font-family: "Montserrat";
    font-weight: 400;
    text-decoration: none;
}

.footer-social ul li {
	display: inline-block;
}

.footer-social ul li a {
    font-size: 30px;
    color: #dcab28;
    text-transform: uppercase;
    padding: 0 15px;
    transition: all .2s;
    font-family: "Montserrat";
    font-weight: 400;
}

.footer-social ul li a:hover {
    color: #dcab28;
}

 .footer-social ul li a i {
    color: #1d1d1d;
    transition: all .2s;
}

.hvr-wobble-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.hvr-wobble-top:active, .hvr-wobble-top:focus, .hvr-wobble-top:hover {
    -webkit-animation-name: hvr-wobble-top;
    animation-name: hvr-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes hvr-wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}.hvr-wobble-top{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transform-origin:0 100%;transform-origin:0 100%}.hvr-wobble-top:active,.hvr-wobble-top:focus,.hvr-wobble-top:hover{-webkit-animation-name:hvr-wobble-top;animation-name:hvr-wobble-top;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}

.footer-copyright p {
    color: #8e8e8e;
    font-size: 12px;
    margin: 0;
    padding-right: 20px;
}

.footer-copyright {
	border-top: 1px solid #dcdcdc;
    padding: 20px 15px;
}

.ktgr-title {
	background: linear-gradient(to right, #876F33, #E7DEBC, #877634);
    padding: 20px 0;
    margin-bottom: 30px;
}

.ktgr-title h3 {
	color: #222939;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.left-menu {
	margin: 0;
	padding: 0;
}

.left-menu li {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 0.7667em 0;
}

.left-menu li:first-child {
	border: none;
}

.left-menu li a {
	color: #1a1a38;
	font-size: 14px;
}

.inner {
	padding: 0px 30px 20px;
}

.inner h1, .inner h2, .inner h3, .inner h4, .inner h5, .inner h6 {
	color: #484848;
    font-family: "Montserrat";
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.inner p {
	margin-bottom: 15px;
    line-height: 1.6;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 400;
}

.inner-media {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.contact-form {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    padding: 30px;
}

.contact-form .contact-title h2 {
   	font-size: 27px;
    color: #323232;
    text-transform: uppercase;
    margin: 0 0 40px;
}

.contact-form .form-group {
    margin-bottom: 30px;
}

.form-control {
    height: 50px;
    color: #000!important;
    border: 1px solid #ebebeb!important;
    background-color: transparent!important;
    border-radius: 0!important;
    font-size: 16px!important;
    padding: 10px 20px!important;
    width: 100%!important;
}

textarea.form-control {
    height: auto;
}

.default-btn {
    font-size: 16px;
    color: #ffffff;
    padding: 15px 40px;
    line-height: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-align: center;
    background-color: #13316e;
    border-radius: 4px;
    border: 1px solid #13316e;
    position: relative;
    z-index: 1;
}

.contact-info h2 {
    font-size: 27px;
    color: #323232;
    text-transform: uppercase;
    margin: 0 0 40px;
}

.contact-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-info ul li {
    color: #8d8d8d;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    margin: 0 0 40px;
    position: relative;
}

.contact-info ul li i {
    bottom: 0;
    display: inline-block;
    font-size: 28px;
    height: 28px;
    left: 0;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 28px;
}


@media (max-width:768px) { 
    .footer-menu ul {
        display: block!important;
    }

    .header {
        position: relative!important;
        background-color: #222939;
    border-bottom: 5px solid;
    border-image: linear-gradient(45deg, #876F33, #E7DEBC, #877634) 1;
    }

    

    .social {
        display: none;
    }


}

@media (min-width:768px) {
    .bx-viewport {
        height: 100%!important;
    }

    .bx-viewport .slider, .bx-viewport .slider div {
      height: 100%!important;
    }

    .bx-wrapper {
        height: 100%;
    }

    .banner {
        height: 100vh;
    }

    .bx-wrapper img {
        height: 100%!important;
    }

    .social {
        display: flex;
    }

}