html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #4a5b74;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clr {
    clear: both;
}

.center {
    text-align: center;
}

.mb20 {
    margin-bottom: 20px;
}

.full-width {
    width: 100%;
}

.fixed .header .logo,
.fixed .header .logo img,
.navigation,
.navbar-top ul li a:before {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.img-center {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.fixed {
    position: relative;
    width: 100%;
    z-index: 9;
}

.fixed.active {
    position: fixed;
    top: 0;
    left: 0;
}

.header {
    background-color: #efeae4;
}

.header .container {
    background-image: url(../img/plane.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.fixed.active .header .container {
    background-image: none;
}

.header .logo {
    float: left;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
}

.fixed .header .logo img {
    height: 100px;
}

section.navigation {
    width: 100%;
    background-color: #1a2d53;
}

.navbar-top {
    text-align: center;
}

.navbar-top ul {
    display: inline-block;
    text-align: center;
}

.navbar-top ul li {
    display: inline-block;
    padding-left: 25px;
    padding-right: 50px;
    position: relative;
}

.navbar-top ul li a {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 30px;
    display: inline-block;
    text-decoration: none !important;
    position: relative;
}

.navbar-top ul li a:before {
    width: 100%;
    height: 2px;
    background: #ac0000;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
}

.navbar-top ul li a:hover:before {
    bottom: 10px;
    opacity: 1;
}

.navbar-top ul li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
    background: url(../img/nav-ico.png) no-repeat;
    width: 30px;
    height: 23px;
    display: block;
}

.navbar-top ul li.last:after {
    display: none;
}

section.banner {
    position: relative;
}

section.banner .banner-text {
    position: absolute;
    right: 0;
    bottom: 27px;
    background-color: rgba(12, 37, 72, 0.7);
    color: #fff;
    padding: 10px 110px 20px 30px;
}

section.banner .banner-text .big-title,
section.banner .banner-text .small-title {
    display: block;
    font-family: 'Playfair Display';
}

section.banner .banner-text .big-title {
    font-size: 60px;
}

section.banner .banner-text .small-title {
    font-size: 24px;
    color: #adadad;
    padding-left: 20px;
    padding-top: 4px;
}

section.banner .banner-text .small-title .underline {
    display: inline-block;
    position: relative;
}

section.banner .banner-text .small-title .underline:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ffba00;
    display: inline-block;
    position: absolute;
    bottom: -9px;
    left: 0;
}

section .title {
    position: relative;
    text-align: center;
    margin: 28px
}

section .title h2 {
    color: #14386a;
    font-size: 32px;
    text-align: center;
    background: #fff;
    position: relative;
    display: inline-block;
    padding: 0 12px;
    font-family: 'Playfair Display';
}

section .title:before {
    height: 2px;
    color: #ac0000;
    content: "";
    width: 100%;
    display: block;
    background-color: #ac0000;
    position: absolute;
    top: 50%;
    margin-top: 1px;
}

section .full-text {
    line-height: 30px;
}

section h3 {
    color: #0c2548;
    font-size: 22px;
    text-align: center;
    border-bottom: 2px solid #ac0000;
    padding-bottom: 10px;
    margin: 10px 0;
    font-family: 'Playfair Display';
    line-height: 1.2;
}

section#hizmetlerimiz {
    text-align: justify;
}

section#hizmetlerimiz p {
    color: #4a5b74;
    font-size: 14px;
}

section .text {
    padding: 0 17px;
}

section.twin p {
    line-height: 26px;
    padding-bottom: 30px;
}

.mobile-nav-button {
    border: 0 none;
    display: block;
    float: right;
    height: 51px;
    position: relative;
    width: 54px;
    z-index: 10;
    margin: 22px 0 0 0;
    border-radius: 0
}

.mobile-nav-button:focus {
    outline: medium none
}

.mobile-nav-button span {
    background: #14386a none repeat scroll 0 0;
    display: block;
    height: 3px;
    position: absolute;
    right: 15px;
    text-indent: -9999px;
    top: 22px;
    transition: all .2s ease-in-out 0s;
    width: 32px
}

.mobile-nav-button span:before,
.mobile-nav-button span:after {
    background-color: #14386a;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transition: all .2s ease-in-out 0s;
    width: 100%
}

.mobile-nav-button span:before {
    top: -10px
}

.mobile-nav-button span:after {
    top: 10px
}

.mobile-nav-button.active span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    top: 24px
}

.mobile-nav-button.active span:before,
.mobile-nav-button.active span:after {
    background-color: #14386a;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.mobile-nav-button.active span:before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mobile-nav-button.active span:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.footer-bar {
    background-color: #0c2548;
    color: #fff;
    text-align: center;
    line-height: 20px;
    padding: 20px 0;
    margin-top: 30px;
}

.footer-bar span {
    display: block;
}

@media (max-width:991px) {
    .fixed .header .logo {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .fixed .header .logo img {
        height: 50px !important;
    }

    section.banner .banner-text {
        position: relative;
        bottom: 0;
    }

    section.banner .banner-text .small-title {
        padding-left: 0;
    }

    section.banner .banner-text .big-title {
        font-size: 30px;
    }

    .header .container {
        background-image: none;
    }

    section.navigation {
        opacity: 0;
        top: -300px;
        position: absolute;
        left: 0;
        z-index: -1;
        background: rgba(12, 37, 72, .95);
    }

    section.navigation.active {
        top: 100%;
        opacity: 1;
        z-index: 10;
    }

    .navbar-top ul li:after {
        display: none;
    }

    .navbar-top ul li {
        display: block;
        margin: 0 auto;
        text-align: center;
        padding: 0;
    }

    .navbar-top ul li a {
        color: #d6ba9c;
    }
}

@media (max-width:767px) {
    .mobile-nav-button {
        margin-top: 15px;
    }

    .navbar-top ul,
    .navbar-top ul li a {
        display: block;
    }

    .navbar-top ul li a {
        font-size: 16px;
    }

    section.banner .banner-text {
        padding: 15px 15px 20px 15px;
    }

    section.banner .banner-text .small-title {
        line-height: 1.3;
    }

    section.banner .banner-text .small-title .underline:after {
        bottom: -3px;
        height: 1px;
    }

    section .title h2 {
        font-size: 24px;
    }

    section h3 {
        font-size: 18px;
    }

    section .text {
        padding: 0;
    }

    .header .container {
        background-image: none;
    }

    section.banner .banner-text .big-title {
        font-size: 20px;
    }

    section.banner .banner-text .small-title {
        font-size: 16px;
    }

    section .full-text {
        padding: 0 15px;
        line-height: 25px;
    }
}

@media (min-width:992px) {
    .navbar-top ul li {
        padding-left: 12px;
        padding-right: 45px;
    }

    .fixed.active .header .logo {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .fixed.active .header .logo img {
        height: 65px;
    }

    .fixed.active .navbar-top ul li a {
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 35px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    section.banner .banner-text .big-title {
        font-size: 40px;
    }
}

@media (min-width:1200px) {
    .navbar-top ul li {
        padding-left: 33px;
        padding-right: 58px;
    }
}

/* OWl */
.banner .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.banner .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.banner .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.banner .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.banner .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.banner .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.banner .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.banner .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.banner .owl-dots .owl-dot.active span,
.banner .owl-dots .owl-dot:hover span {
    background: #869791;
}