@import url(bootstrap.min.css);
@import url(swiper.min.css);
@import url(fontawesome.css);
@import url(magnific-popup.css);
@import url(animate.css);

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
/*font-family: 'Open Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');
/*font-family: 'Work Sans', sans-serif;*/

@charset "UTF-8";

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
select,
textarea,
button,
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;
    vertical-align: baseline;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1 !important;
}

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;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

:focus {
    outline: 0;
}

a:active,
a:focus,
input,
button {
    background-color: transparent;
    outline: 0;
    outline-style: none;
    outline-width: 0;
}

a:hover {
    text-decoration: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
input[type=submit] {
    cursor: pointer;
    border: 0;
    padding: 0;
}

img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

em {
    font-style: italic;
}

a,
input[type=submit],
button[type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../font/Montserrat-Bold.otf');
    src: local('../font/Montserrat-Bold.otf'), local('Montserrat-Bold'),

        url('../font/Montserrat-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Light';
    src: url('../font/Montserrat-Light.otf');
    src: local('../font/Montserrat-Light.otf'), local('Montserrat-Light'),

        url('../font/Montserrat-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../font/Montserrat-Regular.otf');
    src: local('../font/Montserrat-Regular.otf'), local('Montserrat-Regular'),

        url('../font/Montserrat-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../font/Montserrat-Medium.otf');
    src: local('../font/Montserrat-Medium.otf'), local('Montserrat-Medium'),

        url('../font/Montserrat-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../font/Montserrat-SemiBold.otf');
    src: local('../font/Montserrat-SemiBold.otf'), local('Montserrat-SemiBold'),

        url('../font/Montserrat-SemiBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Italic';
    src: url('../font/Montserrat-Italic.otf');
    src: local('../font/Montserrat-Italic.otf'), local('Montserrat-Italic'),

        url('../font/Montserrat-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'SohoGothicPro-Light';
    src: url('../font/SohoGothicPro-Light.otf');
    src: local('../font/SohoGothicPro-Light.otf'), local('SohoGothicPro-Light'),

        url('../font/SohoGothicPro-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SohoGothicPro-Medium';
    src: url('../font/SohoGothicPro-Medium.otf');
    src: local('../font/SohoGothicPro-Medium.otf'), local('SohoGothicPro-Medium'),

        url('../font/SohoGothicPro-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald-Bold';
    src: url('../font/Oswald-Bold.ttf');
    src: local('../font/Oswald-Bold.ttf'), local('Oswald-Bold'),

        url('../font/Oswald-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html, body {
  overflow-x:hidden 
} 
body{
    margin: 0;
    padding: 0;
}
body.overflow{
    overflow: hidden;
}
html.overflow{
    overflow: hidden;
}
.container{
    max-width: 1660px!important;
    margin: 0 auto;
}
main{
    min-height: 100vh;
}
header{
    width: 100%;
    float: left;
    position: absolute;
    padding: 60px 0 30px 0;
    left: 0;
    top: 0;
    z-index: 6;
}
header .logo{
    float: left;
}
header .logo img{
    float: left;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
header .logo img:hover{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
}
header .logo span{
    font-family: 'Montserrat-Light';
    font-style: italic;
    float: left;
    color: #fff;
    font-size: 12px;
    margin-left: 50px;
    line-height: 20px;
}
header .menu-toggle{
    float: right; 
    margin-top: 15px;
        position: relative;
    z-index: 1500;
    display: none;
}
header .menu-toggle span{
    display: block;
    background: #fff;
    width: 24px;
    height: 2px;
    margin: 4px 0;
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
header .menu-toggle.active span:first-child{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    top: 6px;
}
header .menu-toggle span:nth-child(2){
    opacity: 1;
    left: 0;
}
header .menu-toggle.active span:nth-child(2){
    left: 50px;
    opacity: 0;
    
}
header .menu-toggle.active span:last-child{
     transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    top: -6px;
}
header .menu{
    float: right;
    margin-top: 30px;
}
header .menu ul{
    float: left;
}
header .menu ul li{
    display: inline;
    padding: 15px 0;
}
header .menu ul li.down{
    position: relative;
}
header .menu ul li i{
    display: none;
}
header .menu ul li .open-menu{
position: absolute;
    left: 0;
    top: 50%;
    width: 190px;
    display: block;
    float: left;
    background: #ffffff;
    padding: 0px 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    opacity: 0;
    z-index: -1;
}
header .menu ul li .open-menu li{
    padding: 0;
    display: block;
    width: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
header .menu ul li .open-menu li:first-child{
    border-bottom: 1px solid #e0e0e0;
}

header .menu ul li .open-menu li a:before{
    display: none;
}
header .menu ul li .open-menu li a{
    color: #233040;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 25px 20px;
    font-family: 'Montserrat-Regular';
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
header .menu ul li .open-menu li:hover{
    background: #4a739d;
}
header .menu ul li .open-menu li:hover a{
    color: #fff;
}
header .menu ul li.down:hover .open-menu{
    top: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    z-index: 500;
}
header .menu ul li a{
    font-family: 'Montserrat-Bold';
    color: #fff;
    font-size: 14px;
    padding: 0 25px;
    font-weight: 700;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    position: relative;
}
header .menu ul li a:before{
    position: absolute;
    right: 100px;;
    bottom: -10px;
    width: 35px;
    height: 2px;
    background: #fff;
    content: '';
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    opacity: 0;
}
header .menu ul li a:hover:before{
    right: 25px;
    opacity: 1;
}
header .menu .menu-logo{
    float: right;
    position: relative;
    top: -40px;
    margin-left: 55px;
}
header .menu .menu-logo img{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    cursor: pointer;
}
header .menu .menu-logo img:hover{
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
}
.main-slider{
 position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
}
.main-slider .news-filter{
        position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background: linear-gradient(180deg, rgba(34,64,87,0.908000700280112) 0%, rgba(34,64,87,0.29175420168067223) 100%);
   /* background: url(../images/news-filter.png) center center no-repeat;*/
}
.main-slider img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.main-slider .text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.main-slider .text h3{
    font-family: 'Montserrat-Bold';
    line-height: 110px;
    font-size: 90px;
    letter-spacing: calc(1rem * 0.001 * 90);
    color: #fff;
    margin-bottom: 40px;
}
.main-slider .text p{
   font-family: 'Montserrat-Light';
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    padding-right: 150px;
   letter-spacing: calc(1rem * 0.001 * 90);
    color: #fff; 
}
.main-slider #swiper-number{
    position: absolute;
    bottom: 80px;
    font-size: 100px;
    left: 120px;
    color: #fff;
    z-index: 55;
    font-family: 'Montserrat-Bold';
    line-height: 122px;
}
.main-slider .swiper-button{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 50;
    height: 82px;
    width: 240px;
    text-align: center;
}
.main-slider .swiper-button .left{
    float: left;
    width: 49.5%;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 80px;
     background: white;
    justify-content: center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.main-slider .swiper-button .right{
    float: right;
    width: 49.5%;
     background: white;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    height: 80px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.main-slider .swiper-button div:hover{
    background: #0e4082;
}
.main-slider .swiper-button div:hover i{
    color: #fff;
}
.main-slider .swiper-button i{
    font-size: 30px;
}
.main-slider .social-container{
    position: relative;
    top: -100%;
    height: 100vh;
}
.social{
    position: absolute;
    right: -115px;
    top: 50%;
    float: right;
    z-index: 50;
    width: 345px;
    transform: rotate( -90deg);
    -webkit-transform: rotate( -90deg);
    -moz-transform: rotate( -90deg);
    -o-transform: rotate( -90deg);
    -ms-transform: rotate( -90deg);
}
.social ul li{
    float: left;
    color:#c3c3c3;
    font-family: 'SohoGothicPro-Light';
    font-size: 14px;
    padding: 0 15px;
    line-height: 19px;
}

.social ul li a i{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.social ul li:first-child:hover a i{
    color: #3b5999;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.social ul li:nth-child(2):hover a i{
    color: #0077B5;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.social ul li:last-child:hover a i{
    color: #55acee;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.social ul li a i{
    margin-right: 5px;
    font-size: 25px;
}
.business{
    padding: 60px;
    width: 100%;
    float: left;

}
.business .row{
    padding:  0 70px;
    
}
.business .row .col-lg-6{
    margin: 0;
    padding: 0;
}
.business .logo{
    border-right: 1px solid #ECECEC;
    padding: 40px;
    width: 167px;
    float: left;
}
.business .title{
    line-height: 24px;
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    float: left;
    margin-top: 70px;
    padding: 0 40px;
    color: #3C444B;
    letter-spacing: calc(1rem * 0.001 * 90);
}
.business img{
    float: left;
    margin-right: 10px;
}
.business h3{
    font-size: 29px;
    font-family: 'Montserrat-Bold';
    line-height: 24px;
}
.business h3 span{
    font-family: 'Montserrat-Light';
}
.business .box{
    border-right: 1px solid #ECECEC;
    padding: 40px 0;
    height: 167px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.business .box:hover{
    background: #f6f6f6;
}
.business .col-lg-4{
    padding: 0;
}
.business h4{
    font-size: 36px;
    letter-spacing: calc(1rem * 0.001 * 200);
    font-family: 'Montserrat-Bold';
    line-height: 44px;
}
.business h4 span{
    font-family: 'Montserrat-Light';
}
.business p{
    font-size: 12.2px;
    line-height: 18px;
    letter-spacing: calc(1rem * 0.001 * 200);
    font-family: 'Montserrat-Bold';
}
.business .last-box{
    border-right: none;
}
.main-about{
    width: 100%;
    float: left;
}
.main-about .row{
    border-top: 1px solid #ECECEC;
    padding: 180px 0px;
    margin: 0 60px;
}
.main-about img{
    width: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.main-about img:hover{
    filter: grayscale(0.7);
    -webkit-filter: grayscale(0.7);
    -moz-filter: grayscale(0.7);
    -o-filter: grayscale(0.7);
    -ms-filter: grayscale(0.7);
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
}
.main-about .text{
    padding-left: 130px;
}
.main-about .text span{
    color: #4A739D;
    letter-spacing: calc(1rem * 0.001 * 200);
    line-height: 19px;
    font-family: 'Montserrat-SemiBold';
    font-size: 15px;
    margin-bottom: 70px;
    display: inline-block;
    position: relative;
}
.main-about .text span:after{
    position: absolute;
    left: 0;
    bottom: -25px;
    background: #4A739D;
    height: 2px;
    width: 59px;
    content: '';
}
.main-about .text h4{
    font-size: 23px;
    letter-spacing: calc(1rem * 0.001 * 50);
    line-height: 28px;
    margin-bottom: 55px;
    color: #282A2C;
    font-family: 'Montserrat-Medium';
}
.main-about .text p{
    font-family: 'Montserrat-Light';
    line-height: 25px;
    font-size: 14px;
    color: #282A2C;
}
.news{
    width: 100%;
    position: relative;
    float: left;
    height: 1730px;
    background: #193e6d;
   background-blend-mode: multiply;
}
.services-news{
    height: auto;
    padding: 130px 0 200px 0;
}
.services-news .row{
    width: 80%;
    padding-left: 210px;
}
.news .title{
    position: absolute;
    top: 0;
    background: #fff;
    line-height: 25px;
    font-family: 'Montserrat-SemiBold';
    padding: 30px 35px;
    letter-spacing: calc(1rem * 0.001 * 200);
    color: #0e4082;
    font-size: 14px;
    position: relative;
    z-index: 10;
    top: 25px;
}
.news:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    mix-blend-mode: multiply;
    -webkit-mix-blend-mode: multiply;
    -moz-mix-blend-mode: multiply;
    -o-mix-blend-mode: multiply;
    -ms-mix-blend-mode: multiply;
    left: 0;
    background: url(../images/3352b.png) bottom center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.news .swiper-container{
    position: relative;
    top: -50px;
    padding-bottom: 140px;
}
.news .swiper-container:after{
    position: absolute;
    width: 70%;
    height: 4px;
    background: #D1C8C8;
    opacity: 0.3;
    content: '';
    left: 0;
    bottom: 61px;
}
.news .swiper-container .text{
    padding-top: 220px;
    padding-right: 190px;
}
.news .swiper-container img{
    height: 653px;
    width: 100%;
    object-fit: cover;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.news .swiper-container .swiper-slide-active img{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.news .swiper-container h5{
    color: #fff;
    font-size: 43px;
    font-family: 'Oswald-Bold';
    line-height: 50px;
    margin-bottom: 60px;
}
.news .swiper-container p{
    font-size: 14px;
    font-family: 'Montserrat-Light';
    color: #FFFFFF;
    line-height: 25px;
}
.news .swiper-container .text a{
    background: #CB5131;
    font-size: 30px;
    color: #fff;
    width: 180px;
    height: 48px;
    text-align: right;
    display: inline-block;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 50px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
     border: 2px solid #CB5131;
}
.news .swiper-container .text a:hover{
    border: 2px solid #CB5131;
    background: transparent;
   width: 200px;
}
.news .swiper-container .swiper-pagination{
    width: 100%;
    margin-right: 150px;
    text-align: right;
    bottom: 50px;
    right: 0;
    left: inherit;
}
.news .swiper-container .swiper-pagination .swiper-pagination-bullet{
    font-size: 30px;
    color: #fff;
    font-family: 'Oswald-Bold';
    line-height: 50px;
    width: auto;
    margin: 0 20px;
    opacity: 1;
    background: none;
    transition: 0.5s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.news .swiper-container .swiper-pagination .swiper-pagination-bullet:hover{
    transform: scale(0.8);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
}
.news .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
    color: #CB5131;
}
.news .swiper-container .all{
    position: absolute;
    right: 0;
    bottom: 55px;
}
.news .swiper-container .all a{
    color: #FFFFFF;
    font-size: 15px;
    line-height: 19px;
    font-family: 'Montserrat-SemiBold';
    letter-spacing: calc(1rem * 0.001 * 90);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.news .swiper-container .all a:hover {
    color: #CB5131;
}
.services{
    width: 100%;
    float: left;
    padding: 80px 0;
    position: relative;
    z-index: 50;
}
.services h2{
    text-align: center;
    color: #fff;
    letter-spacing: calc(1rem * 0.001 * 200);
    font-size: 30px;
    font-family: 'Montserrat-Bold';
    line-height: 50px;
    margin-bottom: 130px;
}
.services ul{
    width: 100%;
}
.services .row{
       width: 70%;
    margin: 0 auto;
    padding-left: 110px;
}
.services ul li{
    float: left;
    width: 100%;
    padding: 25px;
    margin-bottom: 75px;  
    border-radius: 20px;
    cursor: pointer;
     -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

.services ul li img{
     transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.services ul li:hover img{
    transform: scale(0.85);
    -webkit-transform: scale(0.80);
    -moz-transform: scale(0.80);
    -o-transform: scale(0.80);
    -ms-transform: scale(0.80);
}
.services ul li img{
    margin-right: 55px;
    display: inline-block;
}
.services ul li h6{
        color: #fff;
    font-family: 'Montserrat-Light';
    font-size: 18px;
    line-height: 25px;
    display: inline-block;
    position: relative;
    top: -10px;
}
footer{
    width: 100%;
    float: left;
    background: #0e4082;
}
footer .footer-top{
    border-bottom: 1px solid #707070;
    padding:200px 0px 70px 0px;
    margin: 0 120px;
}
footer .footer-top a{
    display: block;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    position: relative;
}

footer .footer-top a:after{
    position: absolute;
    content: '';
    width: 1px ;
    right: 0;
    top: 0;
    height: 200px;
    background:#ECECEC;
}
footer .footer-top .col-lg-3:last-child a:after{
    display: none;
}
footer .footer-top h4{
    color: #78A8B2;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px;
    font-family: 'SohoGothicPro-Light';
}
footer .footer-top .row{
    padding: 0 110px;
}
footer .footer-top p{
    color: #fff;
     font-family: 'Montserrat-Light';
    line-height: 25px;
    font-size: 14px;
}
footer .footer-top i{
    color: #fff;
    margin-top: 70px;
    font-size: 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
footer .footer-top a:hover i{
    margin-left: 40px;
    color: #78A8B2;
}
footer .footer-bottom{
  padding: 229px 0;
    position: relative;
    z-index: 5;
    width: 60%;
    margin: 0 auto;
}
footer .bottom-bg{
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 160px;
}
footer .bottom-bg:after{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: url(../images/) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
}
footer .footer-bottom .box{
    border-right: 1px solid #fff;
    width: 100%;
    height: 90px;
    float: left;
}
footer .footer-bottom .box.footer-business{
    border-right: none;
}
footer .footer-bottom img{
   margin-right: 40px;
    float: left;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
footer .footer-bottom img:hover{
    transform: scale(0.9);
}
footer .footer-bottom  span{
    float: left;
    color: #fff;
    line-height: 25px;
    font-size: 15px;
    font-family: 'Montserrat-Medium';
}
footer .footer-bottom .col-lg-4{
    padding: 0;
    margin: 0;
}
footer .footer-bottom ul {
    float: left;
}
footer .footer-bottom ul li a{
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 5px;
    float: left;
    color: #fff;
    font-family: 'Montserrat-Medium';
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    position: relative;
}
footer .footer-bottom ul li a:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 0;
    height: 1px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    background: #fff;
}
footer .footer-bottom ul li a:hover:after{
    width: 100%;
}
footer .footer-bottom ul:last-child{
    float: right;
}
footer .footer-bottom .menu{
    padding: 0 60px;
    border-right: none;
}
footer .footer-bottom .footer-business{
    display: flex;
    align-items: center;
}
footer .footer-bottom .footer-business img{
        width: 70px; 
    margin-right: 10px;
}
footer .footer-bottom .footer-business h6{
    font-size: 21px;
    color: #fff;
    font-family: 'Montserrat-Bold';
}
footer .footer-bottom .footer-business h6 span{
    font-family: 'Montserrat-Light';
    font-size: 21px;
}
footer .footer-bottom .footer-business .b-box{
    width: 33%;
    float: left;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
footer .footer-bottom .footer-business .b-box:hover{
    transform: scale(0.9);
}
footer .footer-bottom .footer-business .b-box:nth-child(2) img{
    width: 50px;
}
footer .footer-bottom .footer-business .b-box:nth-child(2){
    width: 50%;
}
footer .footer-bottom .footer-business .b-box:first-child{
    text-align: center;
    width: 50%;
}
footer .footer-bottom .footer-business .b-box:first-child img{
    float: none;
    text-align: center;
}
footer .footer-bottom .footer-business .b-box h4{
    float: left;
    font-family: 'Montserrat-Bold';
    letter-spacing: calc(1rem * 0.001 * 200);
    line-height: 32px;
    color: #fff;
    font-size: 26px;
}
footer .footer-bottom .footer-business .b-box h4 small{
    font-family: 'Montserrat-Light';
    font-size: 26px;
}
footer .footer-bottom .footer-business .b-box h3{
    font-family: 'Montserrat-Bold';
    font-size: 9.3px;
    letter-spacing: calc(1rem * 0.001 * 140);
    color: #fff;
    display: block;
}
footer .copyright{
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 5;
}
footer .copyright img{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
footer .copyright img:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
footer .copyright h4{
    font-size: 15px;
    color: #B3B6BA;
    letter-spacing: calc(1rem * 0.001 * 200);
    font-family: 'Montserrat-Light';
    line-height: 20px;
    margin-bottom: 70px;
}
.pages-header{
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    background: #0e4082;
    padding-top: 250px;
    position: relative;
    z-index: 5;
}
.pages-header:after{
  position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: url(../images/pages-bg.png) left center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
}




.news-header{
    padding-top: 350px;
    height: 1000px;
}
.news-header:after{
    display: none;
}
.contact-header{
    padding-top: 350px;
    height: 1000px; 
}
.contact-detail{
    padding: 65px 65px 180px 65px;
    background: #fff;
    position: relative;
    z-index: 5;
    margin-top: -600px;
}
.contact-detail h6{
    font-family: 'Montserrat-Bold';
    font-size: 62px;
    line-height: 50px;
    margin-bottom: 50px;
    color: #fff;
    left: 50%;
    letter-spacing: calc(1rem * 0.001 * 90);
    text-align: center;
    position: absolute;
    top: -100px;
    transform: translateX(-50%);
    width: 100%;
}
.contact-inf{
    width: 100%;
    float: left;
    margin-top: 40px;
}
.contact-inf img{
    float: left;
    margin-right: 30px;
    width: 30px;
}
.contact-inf p{
    font-size: 15px;
    line-height: 32px;
    font-family: 'Montserrat-Light';
    color: #262C31;
}
a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}
.contact-inf .row .col-lg-4{
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-form{
    padding: 200px;
    float: left;
    width: 100%;
}
.contact-form h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 41px;
    color: #0e4082;
    font-weight: 700;
    margin-bottom: 60px;
}
.contact-form h3 img{
    margin-right: 20px;
}


.contact-form input{
    background: #F9F9F9;
    width: 100%;
    height: 82px;
    border-radius: 5px;
    margin-bottom: 35px;
    padding: 0 25px;
    font-family: 'Work Sans', sans-serif;
    position: relative;

}
.contact-form .c-line{
    width: 0px;
    height: 2px;
    background: #0e4082;
    position: relative;
    top: -35px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

.contact-form input:focus ~ .c-line{
    width: 100%;
}
.contact-form input::placeholder{
    font-family: 'Work Sans', sans-serif;
    color: #252D27;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    opacity: 60%;
}
.contact-form textarea{
    background: #F9F9F9;
    height: 350px;
    margin-bottom: 35px;
    width: 100%;
    border-radius: 5px;
    padding: 25px;
}
.contact-form textarea:focus ~ .c-line{
    width: 100%;
}
.contact-form textarea::placeholder{
    font-family: 'Work Sans', sans-serif;
    color: #252D27;
    font-size: 16px;
    opacity: 60%;
    line-height: 19px;
}
.contact-form button{
    width: 234px;
    height: 82px;
    font-size: 25px;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    background: #0e4082;
    color: #F9FAFC;
    
    position: relative;
    z-index: 0;
}
.contact-form button:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    border-radius: 5px;
    height: 100%;
    background: #092a52;
    z-index: -1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.contact-form button:hover:after{
   width: 100%;
}
.contact-bottom{   
    float: left;
    width: 100%;
    height: 700px;
    position: relative;

}
.contact-bottom .text{
    text-align: center;
    margin-top: 80px;

}
.contact-bottom .text h4{
        font-family: 'Open Sans', sans-serif;
    line-height: 41px;
    color: #252D27;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 200px;
}
.contact-bottom .text ul li{
    display: inline;
    margin: 0 50px;
    position: relative;
    z-index: 50;
}
.contact-bottom .text ul li a{
    color: #3C444B;
    font-size: 65px;
    
}
.contact-bottom .text ul li a i{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.contact-bottom .text ul li a:hover i{
    color: #0e4082;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
}
.contact-bottom img{
        position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 700px;
}
.news-detail{
    padding: 65px 65px 180px 65px;
    background: #fff;
    position: relative;
    z-index: 5;
    margin-top: -600px;
}
.news-detail img{
    width: 100%;
    margin-bottom: 85px;
}
.announ-detail img{
    margin-bottom: 40px;
}
.announ-detail span{
    font-family: 'Montserrat-Bold';
        font-size: 16px;
    color: #0e4082;
    display: block;
    margin-bottom: 20px;
}
.news-detail p{
    font-family: 'Montserrat-Italic';
    font-size: 18px;
    line-height: 32px;
    color: #262C31;
    margin-bottom: 50px;
}
.news-detail h6{
        font-family: 'Montserrat-Bold';
    font-size: 52px;
    line-height: 50px;
    margin-bottom: 50px;
    color: #fff;
    left: 50%;
    letter-spacing: calc(1rem * 0.001 * 90);
    text-align: center;
    position: absolute;
    top: -100px;
    transform: translateX(-50%);
    width: 100%;
}
.news-detail ul li{
    float: left;
    margin-right: 0px;
}
.news-detail ul li a{
    color: #3C444B;
    font-size: 23px;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.news-detail ul li a i{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.news-detail ul li a:hover{
    color:#0e4082;
    background: #f3f3f3;
}
.news-detail ul li a:hover i{
    transform: rotate(360deg);
}

.pages-header .center{
    width: 100%;
    text-align: center;
    margin-bottom: 90px;
}
.pages-header .center.cafe-center{
        display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}
.pages-header .center.cafe-center h4{
    line-height: 55px;
    font-family: 'Montserrat-Bold';
    font-size: 67px;
    color: #fff;
    margin-left: 30px;
}
.pages-header .center.cafe-center h4 span{
    font-family: 'Montserrat-Light';
}
.pages-header .center.karkon-center h5{
    font-size: 98px;
    color: #fff;
    font-family: 'Montserrat-Bold';
    line-height: 120px;
    letter-spacing: calc(1rem * 0.001 * 200);
    
}
.pages-header .center.karkon-center h5 span{
    font-family: 'Montserrat-Light';
}
.pages-header .center.karkon-center p{
   font-family: 'Montserrat-Bold';
font-size: 38px;
    letter-spacing: calc(1rem * 0.001 * 200);
    line-height: 47px;
}
.pages-header p{
    font-size: 14px;
    line-height: 25px;
    font-family: 'Montserrat-Light';
    color: #fff;
    padding: 0 40px;
}
.pages-header .row{
    padding-right: 100px;
}
.pages-header .social{
    right: 0;
}
.tab{
    padding: 0 60px;
    width: 100%;
    float: left;
}
.tab ul{
    padding: 0 115px;
    border-bottom: 2px solid #0e4082;
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
}
.tab ul li {
    float: left;
    width: 33%;
    text-align: center;
}
.tab ul li button{
    padding: 50px 0 30px 0;
    font-size: 14px;
    font-family: 'Montserrat-Bold';
    color: #282A2C;
    display: inline-block;
     letter-spacing: calc(1rem * 0.001 * 90);
    outline: none;
    line-height: 18px;
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.tab ul li button:hover{
        color: #0e4082;
}
.tab ul li button:after{
  content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 8px;
    width: 100%;
    background: #0e4082;
    display: none;
}
.tab ul li button:before{
        content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    border-color: #0e4082 transparent transparent transparent;
    border-style: solid;
    border-width: 10px 15px 0px 15px;
    width: 0px;
    height: 0px;
    display: none;
}
.tab ul li button.active{
    color: #0e4082;
}
.tab ul li button.active:after{
    display: block;
}
.tab ul li button.active:before{
    display: block;
}
.tab-content{
    width: 100%;
    float: left;
    position: relative;
}
.tab-content:after{
      position: absolute;
    content: '';
    right: 0;
    top: 300px;
    /*background: url(../images/content-bg.png) right center no-repeat;*/
    width: 750px;
    height: 1500px;
}
.tab-content .content{
    display: none;
    padding: 0 70px 60% 70px;
    width: 100%;
    float: left;
    position:relative;
}
.tab-content .content#Genel{
    padding-bottom: 0;
}
.tab-content .content:first-child{
    display: block;
}
.tab-content .content .top{
    padding-top: 100px;
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #2D3341;
}
.tab-content .content .top img{
    float: left;
    position: absolute;
    bottom: 0;
    left: 120px;
}
.tab-content .content .top h4{
    color: #0e4082;
    font-size: 73px;
    line-height: 89px;
    letter-spacing: calc(1rem * 0.001 * 90);
    float: left;
    margin-top: 215px;
    margin-left: 500px;
    font-family: 'Montserrat-Bold';
}
.tab-content .content#Yonetim .top h4{
    margin-left: 65px;

}
.tab-content .content#Genel .top h4{
    margin-left: 115px;

}
.tab-content .content .top.admin-title h4{
    font-size: 43px;
    display: block;
    float: none;
    line-height: 0;
    margin-top: 295px;
}
.tab-content .content .top h4.two{
    margin-top: 0;
    display: block;
    line-height: 78px;
}
.tab-content .content .top h4 span{
    color: #282A2C;
}
.tab-content .content .text{
    padding: 180px 120px;
    float: left;
    width: 100%;
}
.tab-content .content .text p{
    margin-bottom: 50px;
    font-family: 'Montserrat-Italic';
    line-height: 32px;
    font-size: 18px;
    color: #262c31!important;
}
.tab-content .content .text h4{
    font-family: 'Montserrat-Bold';
    font-size: 25px;
        color: #0e4082!important;
    line-height: 30px;
    letter-spacing: calc(1rem * 0.001 * 90);
}
.tab-content .content .text span{
    font-family: 'Montserrat-Medium';
    font-size: 25px;
    line-height: 30px;
    color: #0e4082!important;
    margin-top: 10px!important;
    display: block;
    letter-spacing: calc(1rem * 0.001 * 90);
    
}
.tab-content .content .images img{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.main-admin{
    float: left;
    width: 100%;
    padding: 0 150px;
}
.main-admin .admin-top{
    text-align: center;
    width: 100%;
    float: left;
    padding: 115px 0 0 0;
}
.main-admin .admin-top .box{
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 63px;
}
.main-admin .admin-top .col-lg-4{
    margin: 0 auto;
    padding: 0 32px;
}
.main-admin .admin-bottom img{
       position: absolute;
    top: -63px;
    left: -65px;
    margin-bottom: 50px;
}
.main-admin .admin-top img{
    position: absolute;
    top: -63px;
    left: -65px;
    margin-bottom: 50px;
}
.main-admin .task{
    background: #0e4082;
    padding: 35px 0px;
    font-size: 19px;
    margin-bottom: 5px;
    line-height: 23px;
    width: 100%;
    font-family: 'Montserrat-Light';
    display: inline-block;
    color: #FFFFFF;
}
.main-admin .name{
    background: #596267;
    padding: 35px 0;
    width: 100%;
    text-align: center;
    font-size: 21px;
    line-height: 26px;
    font-family: 'Montserrat-Light';
    display: inline-block;
    color: #FFFFFF;
}
.main-admin .admin-bottom{
    text-align: center;
    width: 100%;
    float: left;
    margin: 0 auto;
}
.main-admin .admin-bottom .box{
       margin: 0;
    float: left;
    width: 100%;
    position: relative;
    margin-top: 63px;
}
.main-admin .admin-bottom .box:nth-child(3n){
    margin-right: 0;
}
.main-admin .admin-bottom .col-lg-4{
    padding: 0 32px;
}
.park-buttons{
    width: 100%;
    float: left;
    position: relative;
}
.park-buttons .line{
    width: 50%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -8px;
    content: '';
    background: #1F62AD;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.park-buttons .line.active{
    left: 50%;
}
.park-buttons button{
    width: 50%;
    float: left;
    display: inline-block;
    padding: 40px 0;
    font-family: 'Montserrat-Bold';
    line-height: 28px;
    font-size: 23px;
    letter-spacing: calc(1rem * 0.001 * 90);
    color: #fff;
    text-align: center;
    position: relative;
    outline: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.park-buttons button:hover{
    letter-spacing: 4px;
}
.park-buttons button:first-child{
    background: #1F62AD;
}
.park-buttons button:first-child:hover{
    background: #0d4a8e;
}
.park-buttons button:nth-child(2){
    background: #1D426A;
}
.park-buttons button:nth-child(2):hover{
    background: #0d2f54;
}
.park-main{
    width: 100%;
    float: left;
    padding: 140px 100px;
}
.park-main .park-content{
    width: 100%;
    float: left;
    display: none;
}
.park-main .park-content:first-child{
    display: block;
}
.park-main .box{
    width: 100%;
    float: left;
    border-bottom: 1px solid #2D3341;
    padding-bottom: 10px;
    margin-top: 40px;
}
.park-main .box .left{
    float: left;
    width: 55%;
    padding-top: 110px;
}
.cafe-main .box .left{
    padding-top: 60px;
}
.cafe-main .pages-cnt{
    background: #1F62AD;
    width: 100%;
    padding: 35px 0;
    float: left;
    letter-spacing: calc(1rem * 0.001 * 90);
    line-height: 25px;
    font-family: 'Montserrat-Bold';
    color: #FFFFFF;
    font-size: 21px;
    text-align: center;
    margin-top: 200px;
}
.cafe-main .pages-cnt span{
    font-family: 'Montserrat-Medium';
    padding: 0 25px;
}
.park-main .box .left h4{
    font-family: 'Montserrat-Bold';
    font-size: 28px;
    letter-spacing: calc(1rem * 0.001 * 90);
    color: #0e4082;
    line-height: 34px;
}
.park-main .box .left p{
    font-family: 'Montserrat-Italic';
    font-size: 18px;
    line-height: 32px;
    color: #262C31;
    margin-bottom: 60px;
}
.park-main .box .left a{
    display: inline-block;
    width: 270px;
    text-align: center;
    padding: 23px 0;
    float: left;
    font-size: 21px;
    font-family: 'Montserrat-Bold';
    color: #fff;
    letter-spacing: calc(1rem * 0.001 * 90);
    line-height: 25px;
    transition: 0.5s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.park-main .box .left a.menu{
    background: #1F62AD;   
    border: 2px solid #1F62AD; 
    position: relative;
}

.park-main .box .left a.menu:hover{
        transform: scale(1.1);
    box-shadow: 0px 0px 34px 5px #00000061;
    
}
.park-main .box .left a.photo{
    background: #1D426A;
    border: 2px solid #1D426A; 
}
.park-main .box .left a.photo:hover{
        transform: scale(1.1);
    box-shadow: 0px 0px 34px 5px #00000061;
}
.park-main .box .right{
    width: 45%;
    float: right;
}

.park-main .park-content h5{
    font-size: 16px;
    font-family: 'Montserrat-Bold';
    line-height: 19px;
    color: #0e4082;
    letter-spacing: calc(1rem * 0.001 * 90);
}
.park-main .park-content img{
    width: 100%;
    
}
.park-main .park-content .photo-box{
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 70px;
}
.gallery img{
     transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transform: scale(1.4) rotate(10deg) ;
    -webkit-transform: scale(1.4) rotate(10deg) ;
    -moz-transform: scale(1.4) rotate(10deg) ;
    -o-transform: scale(1.4) rotate(10deg) ;
    -ms-transform: scale(1.4) rotate(10deg) ;
    filter: grayscale(100%);
}
.park-main .park-content .photo-box:hover img{
    transform: scale(1) rotate(0deg) ;
    -webkit-transform: scale(1) rotate(0deg) ;
    -moz-transform: scale(1) rotate(0deg) ;
    -o-transform: scale(1) rotate(0deg) ;
    -ms-transform: scale(1) rotate(0deg) ;
    filter: grayscale(0%);
}
.cafe-main .park-content#Otopark img{
    margin-bottom: 0;
    margin-top: 0;
   
}


.news-page{
    padding: 150px 0;
}
.news-page .box{
    width: 100%;
    float: left;
    margin-bottom: 140px;
}
.news-page .box .news-img{
        position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 45px;
}
.news-page .box .news-img span{
    position: absolute;
    right: -150px;
    bottom: 10px;
    color: white;
    padding: 10px 30px;
    font-size: 14px;
    background: #243c5ad9;
}
.news-page .box:hover .news-img span{
  right: 10px;  
}

.news-page .box h4{
    font-size: 26px;
    line-height: 32px;
    letter-spacing: calc(1rem * 0.001 * 90);
    font-family: 'Montserrat-Bold';
    color: #243C5A;
    margin-bottom: 35px;
}
.news-page .box img{
    width: 100%;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.news-page .box:hover img{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.news-page .box p{
    font-family: 'Montserrat-Light';
    line-height: 32px;
    font-size: 18px;
    color: #262C31;
    margin-bottom: 35px;
}
.news-page .box span{
    color: #243C5A;
    font-family: 'Montserrat-Bold';
    line-height: 32px;
    letter-spacing: calc(1rem * 0.001 * 90);
    font-size: 26px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.news-page .box:hover span{
    margin-left: 50px;
}

@media screen and (max-width:1600px){
    .pages-header .social{
        right: -115px;
    }
    footer .footer-top .row{
        padding: 0;
    }
    footer .footer-top{
        margin: 0 15px;
    }
    footer .footer-bottom{
        padding: 230px 30px;
    }
    header .logo span{
        margin-left: 15px;
    }
    header .menu ul li a{
        padding: 0 15px;
    }
    .contact-form{
        padding: 200px 0;
    }
    .main-slider .text h3{
        line-height: 80px;
        font-size: 62px;
        margin-bottom: 20px;
    }
    .main-slider .text p{
        font-size: 20px;
        line-height: 24px;
    }
    .main-slider #swiper-number{
        font-size: 60px;
        bottom: 35px;
    left: 100px;
    }
    .main-slider .swiper-button{
        width: 180px;
        height: 50px;
            
    }
    .main-slider .swiper-button .right{
        height: 48px;
    }
    .main-slider .swiper-button .left{
        height: 48px;
    }
    .main-slider .swiper-button i{
        font-size: 20px;
    }
    .business .row{
        padding: 0;
    }
    .news .swiper-container:after{
        width: 60%;
    }
    .services .row{
        padding-left: 20px;
        width: 75%;
    }
    footer .footer-bottom .footer-business .b-box h3{
            letter-spacing: calc(1rem * 0.001 * 90);
    }
    .pages-header p{
        padding: 0;
    }
    .cafe-main .box .left{
        padding-top: 0;
    }
    .park-main .box .left a{
        width: 200px;
        font-size: 18px;
    }
    .cafe-main .pages-cnt{
        margin-top: 100px;
    }
    .main-admin .admin-top img{
            left: -62.5%;
    }
    footer .footer-bottom .menu{
        padding: 0;
    }
}
    

@media screen and (max-width:1100px){
    .container{
        max-width: 100%!important;
    }
    header{
       
        padding: 30px 0;
    }
    .tab-content .content#Genel .top h4{
        margin-left: 0;
    }
    header .logo img{
        width: 60px;
    }
    header .logo span{
        margin-left: 20px;
    }
    header .menu{
        position: absolute;
        left: -100%;
        top: 0px;
        background: #0e4082;
        height: 110vh;
        width: 100%;
        margin-top: 0;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
    }
    header .menu.active{
        left: 0;
    }
    header .menu ul{
        width: 100%;
            margin-top: 75px;
    padding: 0 15px;
    }
    header .menu ul li{
        display: block;
        width: 100%;
        padding: 0;
        
    }
    header .menu ul li a{
        padding:15px 0;
        display: block;
        border-bottom: 1px solid #354a69;
    }
    header .menu-toggle{
        display: block;
    }
    header .menu .menu-logo{
        position: absolute;
        top: auto;
        bottom: 120px;
        right: 15px;
    }
    .main-slider .text h3{
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 15px;
    }
    .main-slider .text p{
        font-size: 14px;
        padding-right: 0;
        letter-spacing: calc(1rem * 0.001 * 20);
    }
    .main-slider .text p br{
        display: none;
    }
    .main-slider .swiper-button{
        width: 150px;
        height: 50px;
    }
    .main-slider .swiper-button .left{
        height: 50px;
    }
    .main-slider .swiper-button .right{
        height: 50px;
    }
    .main-slider .swiper-button i{
        font-size: 16px;
    }
    .main-slider #swiper-number{
        font-size: 40px;
        left: 15px;
        bottom: 20px;
    }
    .main-slider .social{
        display: none;
    }
    .business{
        padding: 60px 15px;
    }
    .business .row {
    padding: 0;
    }
    .business .logo{
        padding: 0;
        width: 45%;
        text-align: center;
        margin-bottom: 50px;
    }
    .business .logo img{
        float: none;
    }
    .business .title{
        margin-top: 32px;
        font-size: 14px;
        padding:0 0 0 20px;
    }
    .business .box{
        height: auto;
        padding: 30px 0;
        border-right: none;
    }
   
    .main-about .row{
        padding: 50px 0;
         margin: 0 15px;
    }
    .main-about .text{
        padding-left: 0;
        margin-top: 40px;
    }
    .main-about .text span{
        margin-bottom: 40px;
    }
    .main-about .text span:after{
        bottom: -15px;
    }
    .main-about .text h4{
        font-size: 20px;
    }
    .main-about .text h4 br{
        display: none;
    }
    .main-about .text h4{
        margin-bottom: 20px;
    }
    .main-about .col-lg-6{
        padding: 0;
    }
    .news .title{
        padding: 15px 25px;
    }
    .news .swiper-container .text{
        padding: 120px 0px 50px 0;
    }
    .main-about .text p br{
        display: none;
    }
    .news .swiper-container img{
        height: auto;
    }
    
    .news .swiper-container h5 {
        margin-bottom: 25px;
        font-size: 32px;
    }
    .news .swiper-container h5 br{
        display: none;
    }
    .news .swiper-container:after{
        display: none;
    }
    .news .swiper-container .swiper-pagination{
        bottom: 100px;
        margin-right: 0;
        right: auto;
        left: 0;
        text-align: left;
        width: 50%;
    }
    .news .swiper-container .swiper-pagination .swiper-pagination-bullet{
        margin: 0 5px;
        font-size: 20px;
    }
    .news .swiper-container .all{
        bottom: 102px;
    }
    .news .swiper-container .all a{
        font-size: 14px;
        letter-spacing: calc(1rem * 0.001 * 20);
    }
    .services{
        padding: 0;
    }
    .services .col-lg-6{
        padding: 0;
    }
    .services h2{
        letter-spacing: calc(1rem * 0.001 * 90);
        font-size: 24px;
        margin-bottom: 50px;
    }
    .services .row{
        width: 100%;
        padding: 0;
    }
    .news{
        height: auto;
    }
    .services ul li{
        margin-bottom: 50px;
        padding: 25px 0;
    }
    .services ul li img{
        margin-right: 20px;
        width: 50px;
    }
    .services ul li h6{
        font-size: 16px;
        top: 0;
    }
    footer .footer-top{
        padding: 70px 0;
        margin: 0;
    }
    footer .footer-top .row{
        padding: 0 ;
        margin: 0;
    }
    footer .footer-top h4{
        margin-bottom: 25px;
        font-size: 20px;
    }
    footer .footer-top i{
        margin-top: 30px;
        font-size: 18px;
    }
    footer .footer-top a{
        display: block;
        margin-bottom: 30px;
    }
    footer .footer-top h4 br{
        display: none;
    }
    footer .footer-bottom{
        padding: 100px 30px 50px 30px;
        width: 100%;
    }
    footer .footer-bottom .box{
        border-right: none;
        margin-bottom: 50px;
        text-align: center;
        height: auto;
    }
   
    footer .footer-bottom img{
        width: 50px;
        float: none;
        margin-right: 15px;
    }
    footer .footer-bottom span {
        display: inline-block;
        float: none;
        font-size: 13px;
        line-height: 20px;
        text-align: left;
    }
    footer .footer-bottom .menu {
        padding: 0;
    }
    footer .footer-bottom ul{
        margin-right: 25px;
        width: 100%;
    }
    footer .footer-bottom ul:last-child{
        float: left;
    }
    footer .footer-bottom ul li{
        width: 100%;
        display: block;
        text-align: center;
    }
    footer .footer-bottom ul li a{
        float: none;
    }
    footer .footer-bottom .footer-business .b-box:nth-child(2){
        width: 100%;
    }
    footer .footer-bottom .footer-business .b-box:first-child{
        width: 100%;
    }
    footer .footer-bottom .footer-business .b-box{
        width: 100%;
        margin-bottom: 40px;
    }
    footer .footer-bottom .footer-business{
        display: inherit;
    }
    footer .footer-top a:after{
        display: none;
    }
    footer .footer-bottom .footer-business img{
        display: inline-block;
    }
    footer .footer-bottom .footer-business h6{
        display: inline-block;
        text-align: left;
    }
    footer .footer-bottom .footer-business .b-box h4{
        float: none;
    }
    footer .copyright h4{
        font-size: 12px;
    letter-spacing: calc(1rem * 0.001 * 40);
    }
    footer .bottom-bg{
        padding-bottom: 80px;
    }
    .pages-header .social{
        display: none;
    }
    .pages-header{
        padding-top: 150px;
        height: auto;
        padding-bottom: 50px;
    }
    .pages-header .center{
        margin-bottom: 40px;
    }
    .pages-header .center img{
        width: 100px;
    }
    .pages-header p{
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 25px;
        padding: 0;
    }
    .pages-header .row{
        padding-right: 0;
    }
    .services-news{
        padding: 80px 0;
    }
    header .menu ul li.go {
        display: none;
    }
    header .menu ul li .open-menu{
        margin-top: 0;
    background: #0e4082;
            width: 100%;
        left: 0px;
        position: inherit;
             opacity: 1; 
     z-index: 200;
        padding:0 0 15px 0;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        display: none;
        transition: 0s;
        -webkit-transition: 0s;
        -moz-transition: 0s;
        -o-transition: 0s;
        -ms-transition: 0s;
    }
    header .menu ul li i{
        float: right;
        display: block;
    }
    header .menu ul li .open-menu li a{
            padding: 15px 15px;
        font-size: 14px;
        color: #fff;
    }
    header .menu ul li .open-menu li:first-child {
        border-bottom: 1px solid #324765;
        }
    header .menu ul li .open-menu li:last-child {
        border: none;
        }
    .tab ul{
        padding: 0;
    }
    .tab{
        padding: 0 15px;
    }
    .tab ul li button{
        font-size: 12px;
        padding: 30px 0;
        height: 80px;
        letter-spacing: 0;
    }
    .tab-content .content{
        padding: 0 15px 60% 15px;
    }
    .tab-content .content .top{
        padding-top: 50px;
    }
    .tab-content .content .top img{
        width: 100px;
        left: 0;
    }
    .tab-content .content .top h4{
            margin-top: 70px;
    margin-left: 120px;
            font-size: 28px;
    line-height: 30px;
    }
    .tab-content .content .top.admin-title h4{
      font-size:18px;
    line-height: 10px;
    margin-top: 70px;
    }
    .tab-content .content#Yonetim .top h4{
        margin-left: 0;
    }
    .tab-content .content .top h4.two{
        line-height: 20px;
        margin-top: 0;
    }
    .tab-content .content .text{
        padding:  50px 15px 50px 15px;
    }
    .tab-content .content .text p{
        font-size: 14px!important;
        line-height: 28px!important;
        margin-bottom: 30px!important;
    }
    .tab-content .content .text h4{
        font-size: 18px!important;
    }
    .tab-content .content .text span{
        font-size: 16px!important;
    }
    .main-admin .admin-bottom .col-lg-4{
        padding: 0 15px;
    }
    .main-admin .admin-top .col-lg-4{
        padding: 0 15px;
    }
    .main-admin{
        padding: 0;
    }
    .main-admin .task{
        width: 100%;
        font-size: 16px;
        padding: 15px 0;
    }
    .main-admin .name{
        width: 100%;
        font-size: 16px;
        padding: 15px 0;
    }
    .main-admin .admin-top .box{
        width: 100%;
    }
    .main-admin .admin-bottom{
        float: left;
        width: 100%;
    }
    .main-admin .admin-bottom .box{
        width: 100%;
    }
    .main-admin .admin-top img{
        left: 0;
    }
    .main-admin .admin-bottom img{
        left: 0;
    }
    .park-buttons button{
            font-size: 14px;
    width: 100%;
    padding: 15px 0;
    }
    .park-main{
        padding: 50px 0px;
    }
    .park-main .box .left{
        width: 100%;
        padding-top: 0;
        padding-bottom: 30px;
    }
    .park-main .box .left h4{
        font-size: 20px;
        line-height: 27px;
    }
    .park-main .box .left h4 br{
        display: none;
    }
   
    .park-main .box .left p{
        font-size: 14px;
        margin-bottom: 30px;
    }
    .park-main .box .left p br{
        display: none;
    }
   .park-main .box .right{
        width: 100%;
    }
    .park-main .box .right iframe{
        height: auto!important;
    }
    .park-buttons .line{
        display: none;
    }
    .park-main .box .left a{
        width: 50%;
        padding: 15px 0;
        font-size: 14px;
    }
    .cafe-main .pages-cnt{
        padding: 15px;
        font-size: 14px;
        margin-top: 20px;
    }
    .news-header{
        padding-bottom: 0;
        height: 900px;
    }
    .contact-header{
       padding-bottom: 0;
        height: 700px; 
    }
    .contact-detail {
    padding: 15px 15px 45px 15px;
    margin-bottom: 20px;
        margin-top: -400px;
    }
    .contact-detail h6{
        font-size: 18px;
        line-height: 150%;
    }
    .contact-inf p{
        line-height: 24px;
        font-size: 12px;
    }
    .contact-inf p br{
        display: none;
    }
   
    .contact-form{
        padding: 50px 0;
    }
    .contact-form h3{
        font-size: 22px;
        margin-bottom: 25px;
    }
    .contact-form h3 img{
        position: relative;
    top: 5px;
    }
    .contact-form input{
        height: 60px;
        margin-bottom: 15px;
    }
    .contact-form .c-line{
        top: -15px;
    }
    .contact-form textarea{
        height: 150px;
        margin-bottom: 15px;
    }
    .contact-form button{
            width: auto;
    height: auto;
    padding: 15px 40px;
    font-size: 18px;
    }
    .contact-bottom .text h4{
        font-size: 20px;
        margin-bottom: 35px;
    }
    .contact-bottom .text ul li{
        margin: 0 10px;
    }
    .contact-bottom .text ul li a{
        font-size: 20px;
    }
    .contact-bottom{
        height: 300px;
    }
    .contact-bottom img{
        height: 300px;
    }
    .contact-detail iframe{
            height: 400px!important;
    }
    .news-detail h6{
        font-size: 18px;
        top: -75px;
        line-height: 150%;
    }
    .news-detail img{
        margin-bottom: 25px;
    }
    .news-detail{
        padding: 15px 15px 45px 15px;
        margin-bottom: 20px;
    }
    .news-detail p{
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .news-page{
        padding: 80px 0;
    }
    .news-page .box h4{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .news-page .box h4 br{
        display: none;
    }
    .news-page .box img{
        margin-bottom: 15px;
    }
    .news-page .box p{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .news-page .box{
        margin-bottom: 50px;
    }
    .pages-header .center.karkon-center h5{
        font-size: 38px;
        line-height: 45px;
    }
    .pages-header .center.karkon-center p{
        font-size: 12px;
        line-height: 20px;
    }
    .pages-header .center.cafe-center h4{
        font-size: 37px;
        line-height: 37px;
        margin-left: 15px;
    }
    .pages-header .center img{
        width: 80px;
    }
    .news-page .box .news-img{
        margin-bottom: 15px;
    }
    .news-page .box img{
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
    .news-page .box .news-img span{

    bottom: 25px;

    padding: 5px 15px;
    font-size: 12px;
    }
    header .menu ul li a:before{
        display: none;
    }
    .news-detail ul li a{
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .news-detail ul li{
           margin: 30px 0;
    }
    .contact-inf .row .col-lg-4{
        justify-content: left;
    margin-bottom: 20px;
    }
}