@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700');

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Titillium Web', sans-serif;
}

html {
    height: 100%;
}

h3 {
    font-weight: 600;
}

p {
    color: #667788;
}

.bg-grey {
    background-color: #F4F4F4;
}
.logo-header{
    width:300px;
    height:auto;
    margin-bottom:30px;
}

.top-menu {
    width: 100%;
    height: 60px;
    background-color: #F4F4F4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-contact {
    width: 270px;
    border: 1px solid #B5B8BC;
    color: #B5B8BC;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 5px 10px;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.top-contact i {
    margin-right: 10px;
    margin-left: 10px;
}

.top-contact span {
    font-weight: 600;
    margin-right: 5px;
}

.top-contact:hover {
    border: 1px solid #667788;
    color: #667788;
}

.servis-talep-btn {
    width: 200px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 5px 10px;
    height: 40px;
    background-color: #54B2E4;
    border: 1px solid #4EA7D4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.servis-talep-btn:hover {
    color: #54B2E4;
    border: 1px solid #54B2E4;
    background-color: transparent;
    text-decoration: none;
}

.online-islem-btn {
    width: 200px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 5px 10px;
    height: 40px;
    border: 1px solid #667788;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #667788;
    color: #ffffff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.online-islem-btn:hover {
    background-color: transparent;
    color: #667788;
    text-decoration: none;
}

.header-menu {
    width: 100%;
    list-style: none;
    margin: 15px 0px 0px 0px;
    padding: 0;
}

.header-menu li {
    display: inline-block;
}

.header-menu li a {
    color: #667788;
    display: block;
    padding: 5px 15px;
    letter-spacing: 1px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.header-menu li a:hover {
    color: #54B2E4;
    text-decoration: none;
}

.home-banner {
    width: 100%;
    height: 670px;
    position: relative;
    overflow: hidden;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
}

.home-banner img {
    width: 100%;
}

.home-banner:after {
    display: block;
    position: absolute;
    z-index: 5;
    content: "";
    /* background:rgba(84,178,228, 0.7);*/
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 670px;
}

.banner-form {
    width: 400px;
    height: auto;
    display: block;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    z-index: 7;
    right: 20px;
    padding: 15px 25px;
}

.form-btn {
    width: 100%;
    border: none;
    background: #54B2E4;
    color: #ffffff;
    height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.banner-form h4 {
    color: #667788;
}

.banner-form p {
    margin-bottom: 15px !important;
    color: #B5B8BC;
}

.banner-form textarea {
    resize: none !important;
}

.banner-form label {
    color: #667788 !important;
}

.lg-logo {
    width: 100%;
    height: 400px;
    background-color: #a50034;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.lg-logo img {
    width: 250px;
    height: auto;
}

.iletisim-btn {
    width: 200px;
    background: #667788;
    color: #ffffff;
    display: block;
    text-align: center;
    padding: 15px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.iletisim-btn:hover {
    text-decoration: none;
    color: #ffffff;
}

.footer-title {
    padding-top: 20px;
    color: #54B2E4 !important;
}

.footer-hr {
    width: 100%;
    height: 1px;
    background-color: #667788;
    margin: 15px 0px;
}

.footer-hr:after {
    width: 40px;
    height: 4px;
    position: relative;
    top: -1px;
    background-color: #54B2E4;
    display: block;
    content: "";
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    padding: 5px 0px;
}

.footer-menu li a {
    color: #667788;
    margin: 10px 0px;
}

.footer-bottom {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom p {
    margin-bottom: 0 !important;
}

.banner {
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
}

.banner img {
    width: 100%;
}

.banner:after {
    display: block;
    position: absolute;
    z-index: 5;
    content: "";
    /* background:rgba(84,178,228, 0.7);*/
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 670px;
}
.banner-urun-form{
    position: absolute;
    z-index:15;
    width: 90%;
    margin-left:5%;
}
.banner-urun-form label{
    color:#ffffff;
    font-size:1.25rem;
    letter-spacing: 1px;
}
.urun-boxes{
    width:100%;
    height:auto;
    border:1px solid #54B2E4;
    margin-top:30px;
}
.urun-boxes-title{
    width:100%;
    height:40px;
    background-color: #54B2E4;
    display:flex;
    align-items: center;
    padding:0px 5px;
    font-size:1.25rem;
    font-weight:600;
    color:#ffffff;
    letter-spacing: 1px;
}
.urun-boxes-text{
    height:auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size:1.25rem;
    text-align:center;
    padding:15px;
}

.hiz-boxes {
    width: 100%;
    height: 200px;
    border: 1px solid #667788;
    color: #667788;
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    text-align: center;
    position: relative;
}


.hiz-boxes:hover {
    background-color: rgba(84, 178, 228, .2);
    border: 1px solid #54B2E4;
    color: #4EA7D4;
    position: relative;
    margin-top: -10px;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.18);
}