@-webkit-keyframes anim { 0% { -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg); }
100% { -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  transform: rotateZ(360deg); } }

@-moz-keyframes anim { 0% { -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg); }
100% { -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  transform: rotateZ(360deg); } }

@-ms-keyframes anim { 0% { -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
100% { -webkit-transform: rotateZ(360deg); -moz-transform: rotateZ(360deg); -ms-transform: rotateZ(360deg); -o-transform: rotateZ(360deg); transform: rotateZ(360deg); } }

@-o-keyframes anim { 0% { -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg); }
100% { -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  transform: rotateZ(360deg); } }

@keyframes anim { 0% { -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg); }
100% { -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  transform: rotateZ(360deg); } }

@font-face { font-family: opensansb; src: url("../fonts/OpenSans-Bold.ttf"); }

@font-face { font-family: opensanseb; src: url("../fonts/OpenSans-ExtraBold.ttf"); }

@font-face { font-family: opensansl; src: url("../fonts/OpenSans-Light.ttf"); }

@font-face { font-family: opensans; src: url("../fonts/OpenSans-Regular.ttf"); }

@font-face { font-family: opensanssb; src: url("../fonts/OpenSans-SemiBold.ttf"); }

@font-face { font-family: bungee; src: url("../fonts/RussoOne-Regular.ttf"); }

::after, ::before { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

html { margin: 0px; padding: 0px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

html, body { margin: 0px; padding: 0px; }

body { cursor: url("../img/tekerlek.svg"); overflow-x: hidden; }

label { margin-bottom: 0px; }

.anim { transition: all 0.4s linear; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -o-transition: all 0.4s linear; -ms-transition: all 0.4s linear; }

a:hover, a:focus { text-decoration: none !important; outline: none !important; }

ul { padding-left: 0px; margin-bottom: 0px; }

ul li { list-style-type: none; }

div { line-height: 1; }

.no-padding { padding: 0 !important; }

.no-margin { margin: 0 !important; }

.no-background { background: transparent !important; }

.no-border { border: none !important; }

.no-box-shadow { box-shadow: none !important; }

.no-list-style-type { list-style-type: none !important; }

.no-float { float: none !important; }

.no-display { display: none !important; }

.flLeft { float: left !important; }

.flRight { float: right !important; }

button { outline: none !important; }

.lspacing { letter-spacing: normal; }

.w100flLeft { width: 100%; float: left; }

.w50center { width: 50%; margin-left: auto; margin-right: auto; }

.h100, html, body { height: 100% !important; }

.vAlignWr { display: table; height: 100%; width: 100%; }

.vAlign { vertical-align: middle; display: table-cell; width: 100%; }

.relative { position: relative !important; }

.absolute { position: absolute !important; }

.fs60 { font-size: 60px; }

.fs40 { font-size: 2.5em; }

.fs36 { font-size: 36px; }

.fs30 { font-size: 1.875em; }

.fs25 { font-size: 1.5625em; }

.fs24 { font-size: 24px; }

.fs23 { font-size: 1.4375em; }

.fs20 { font-size: 20px; }

.fs18 { font-size: 18px; }

.fs16 { font-size: 1em; }

.fs14 { font-size: 0.875em; }

.fs12 { font-size: 0.75em; }

.fs10 { font-size: 0.625em; }

.fs8 { font-size: 8px; }

.fwbold { font-weight: bold; }

.fwbolder { font-weight: bolder; }

.fw500 { font-weight: 500; }

.fwnormal { font-weight: normal; }

.fw600 { font-weight: 600; }

.fw800 { font-weight: 800; }

.fwlight { font-weight: lighter; }

.ta-center { text-align: center; }

.mleft15 { margin-left: 15px; }

.mright15 { margin-right: 15px; }

.mtop15 { margin-top: 15px; }

.mbottom15 { margin-bottom: 15px; }

.mtopbottom15 { margin-top: 15px; margin-bottom: 15px; }

.mleftright15 { margin-left: 15px; margin-right: 15px; }

.mfull15 { margin: 15px; }

.mleft30 { margin-left: 30px; }

.mright30 { margin-right: 30px; }

.mtop30 { margin-top: 30px; }

.mbottom30 { margin-bottom: 30px; }

.mtopbottom30 { margin-top: 30px; margin-bottom: 30px; }

.mleftright30 { margin-left: 30px; margin-right: 30px; }

.mfull30 { margin: 30px; }

.mleft60 { margin-left: 60px; }

.mright60 { margin-right: 60px; }

.mtop60 { margin-top: 60px; }

.mbottom60 { margin-bottom: 60px; }

.mtopbottom60 { margin-top: 60px; margin-bottom: 60px; }

.mleftright60 { margin-left: 60px; margin-right: 60px; }

.mfull60 { margin: 60px; }

.brfull { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; }

.pleft15 { padding-left: 15px; }

.pright15 { padding-right: 15px; }

.ptop15 { padding-top: 15px; }

.pbottom15 { padding-bottom: 15px; }

.ptopbottom15 { padding-top: 15px; padding-bottom: 15px; }

.pleftright15 { padding-left: 15px; padding-right: 15px; }

.pfull15 { padding: 15px; }

.pleft30 { padding-left: 30px; }

.pright30 { padding-right: 30px; }

.ptop30 { padding-top: 30px; }

.pbottom30 { padding-bottom: 30px; }

.ptopbottom30 { padding-top: 30px; padding-bottom: 30px; }

.pleftright30 { padding-left: 30px; padding-right: 30px; }

.pfull30 { padding: 30px; }

.pleft60 { padding-left: 60px; }

.pright60 { padding-right: 60px; }

.ptop60 { padding-top: 60px; }

.pbottom60 { padding-bottom: 60px; }

.ptopbottom60 { padding-top: 60px; padding-bottom: 60px; }

.pleftright60 { padding-left: 60px; padding-right: 60px; }

.pfull60 { padding: 60px; }

.ptop90 { padding-top: 90px; }

.ptop120 { padding-top: 120px; }

.pbottom120 { padding-bottom: 120px; }

.pleftright75k { padding-left: 7.5px !important; padding-right: 7.5px !important; }

.flex-center, .slider-wrapper .slider-info-wrapper, .contact .contact-map-wrapper { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }

.table-center { display: table; margin-left: auto; margin-right: auto; }

.section-container { width: 100%; }

.slider-wrapper { width: 100%; height: 100vh; background: url("../img/black.jpg"); background-size: cover; position: relative; overflow: hidden; }

.slider-wrapper .bg-img-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100vh; opacity: 0.20; }

/*.slider-wrapper .bg-img-wrapper::before { content: ""; position: absolute; top: 0px; left: 0px; background: rgba(255, 202, 6, 0.8); width: 50%; height: 100%; -webkit-transform: skew(15deg, 15deg); -moz-transform: skew(15deg, 15deg); -ms-transform: skew(15deg, 15deg); -o-transform: skew(15deg, 15deg); transform: skew(15deg, 15deg); } */
.slider-wrapper .bg-img-wrapper img { width: 100%; height: 100vh; object-fit: cover; z-index: -99; }

.slider-wrapper .slider-logo { width: 50%; height: auto; }

.slider-wrapper .slider-logo img { width: 100%; min-width: 200px; }

.slider-wrapper .slider-info-wrapper { -webkit-box-direction: normal; -webkit-box-orient: vertical; -moz-box-direction: normal; -moz-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; position: absolute; width: 100%; height: 100vh; }

.slider-wrapper .slider-info-wrapper .slider-info .slider-info-text { font-family: bungee; font-weight: 100; color: #fff; font-size: 24px; }

.social-media { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }

.social-media span { font-family: bungee; color: #edd7a8; margin-right: 30px; font-size: 16px; }

.social-media a { margin-right: 15px; text-decoration: none; }

.social-media a.with-number { display: -webkit-inline-box; display: -moz-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; width: 25px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; overflow: hidden; }

.social-media a.with-number span { margin-left: 10px; margin-right: 10px !important; font-family: bungee; color: white; margin-right: 30px; font-size: 16px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; white-space: nowrap; }

.social-media a.with-number:hover { width: 175px; }

.social-media a.with-number:hover span { color: #edd7a8; }

.social-media a:hover i { color: #edd7a8; }

.social-media a i { font-size: 24px; color: #ffffff; }

.responsive-menu-header { background-color: #000000; position: fixed; top: 0px; z-index: 99; width: 100%; padding-top: 90px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -moz-box-direction: normal; -moz-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; overflow: hidden; height: 0px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; border-bottom: 5px solid #edd7a8; display: none; }

.responsive-menu-header .menu-wrapper { margin-top: 0px; border-top: 5px solid #edd7a8; width: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -moz-box-direction: normal; -moz-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; padding-top: 30px; }

.responsive-menu-header .menu-wrapper li { color: #fff; padding: 0px 30px; position: relative; margin: 15px 0px; }

.responsive-menu-header .menu-wrapper li:hover a { color: #edd7a8; }

.responsive-menu-header .menu-wrapper li:hover::before { border-left: 7px solid #edd7a8; border-right: 7px solid #edd7a8; width: -webkit-calc(100% - 20px); width: -moz-calc(100% - 20px); width: -ms-calc(100% - 20px); width: -o-calc(100% - 20px); width: calc(100% - 20px); left: 10px; }

.responsive-menu-header .menu-wrapper li:hover::after { border-left: 7px solid #edd7a8; border-right: 7px solid #edd7a8; }

.responsive-menu-header .menu-wrapper li::before { content: ""; width: 100%; height: 100%; position: absolute; z-index: -1; left: 0px; top: 0px; border-left: 0px solid #fff; border-right: 0px solid #fff; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }

.responsive-menu-header .menu-wrapper li::after { content: ""; width: 100%; height: 7px; position: absolute; z-index: -1; left: 0px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); border-left: 0px solid #fff; border-right: 0px solid #fff; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }

.responsive-menu-header .menu-wrapper li a { font-family: bungee; color: #fff; text-decoration: none; line-height: 1; font-size: 16px; }

.responsive-menu-header .social-media { margin: 30px 0px; display: block; text-align: center; }

.responsive-menu-header .social-media span { display: block; margin-bottom: 15px; }

.responsive-menu-header .menu-logo { display: none; position: absolute; top: 25px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }

.responsive-menu-header .menu-logo img { height: 40px; }

.menu-header { position: fixed; width: 100%; top: 0px; right: 0px; z-index: 999; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -moz-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }

.menu-header.active { background-color: #000000; border-bottom: 5px solid #edd7a8; }

.menu-header.active .menu-logo { display: block; }

.menu-header .social-media { margin-left: 30px; padding: 30px 0px; }

.menu-header .menu-logo { display: none; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.menu-header .menu-logo img { height: 40px; }

.menu-header .menu-wrapper { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; margin-top: 0px; margin-right: 30px; }

.menu-header .menu-wrapper li { color: #fff; padding: 0px 30px; position: relative; margin: 0px; }

.menu-header .menu-wrapper li:hover a { color: #edd7a8; }

.menu-header .menu-wrapper li:hover::before { border-left: 7px solid #edd7a8; border-right: 7px solid #edd7a8; width: -webkit-calc(100% - 20px); width: -moz-calc(100% - 20px); width: -ms-calc(100% - 20px); width: -o-calc(100% - 20px); width: calc(100% - 20px); left: 10px; }

.menu-header .menu-wrapper li:hover::after { border-left: 7px solid #edd7a8; border-right: 7px solid #edd7a8; }

.menu-header .menu-wrapper li::before { content: ""; width: 100%; height: 100%; position: absolute; z-index: -1; left: 0px; top: 0px; border-left: 0px solid #fff; border-right: 0px solid #fff; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }

.menu-header .menu-wrapper li::after { content: ""; width: 100%; height: 7px; position: absolute; z-index: -1; left: 0px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); border-left: 0px solid #fff; border-right: 0px solid #fff; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }

.menu-header .menu-wrapper li a { font-family: bungee; color: #fff; text-decoration: none; line-height: 1; font-size: 16px; }

.special-word { font-family: bungee; font-size: 24px; line-height: 1.7; text-align: center; position: relative; z-index: 0; padding: 60px; overflow: hidden; }

.special-word::before { content: ""; position: absolute; margin-left: 10%; width: 80%; height: 100%; background: rgba(241, 212, 150, 0.8); -webkit-transform: skew(45deg, 5deg); -moz-transform: skew(45deg, 5deg); -ms-transform: skew(45deg, 5deg); -o-transform: skew(45deg, 5deg); transform: skew(45deg, 5deg); z-index: -1; top: 0px; left: 0px; }

.icon-scroll { position: absolute; left: 50%; width: 40px; height: 70px; margin-left: -20px; bottom: 100px; margin-top: -35px; box-shadow: inset 0 0 0 1px #edd7a8; border-radius: 25px; }

.icon-scroll::before { position: absolute; left: 50%; content: ''; width: 8px; height: 8px; background: #edd7a8; margin-left: -4px; top: 8px; border-radius: 4px; -webkit-animation: scroll 1.5s linear infinite; -moz-animation: scroll 1.5s linear infinite; -ms-animation: scroll 1.5s linear infinite; -o-animation: scroll 1.5s linear infinite; animation: scroll 1.5s linear infinite; }

@-webkit-keyframes scroll { 0% { opacity: 1; }
100% { opacity: 0;
  transform: translateY(46px); } }

@-moz-keyframes scroll { 0% { opacity: 1; }
100% { opacity: 0;
  transform: translateY(46px); } }

@-ms-keyframes scroll { 0% { opacity: 1; }
100% { opacity: 0; transform: translateY(46px); } }

@-o-keyframes scroll { 0% { opacity: 1; }
100% { opacity: 0;
  transform: translateY(46px); } }

@keyframes scroll { 0% { opacity: 1; }
100% { opacity: 0;
  transform: translateY(46px); } }

.section-header { font-family: bungee; font-size: 40px; margin: 0px; text-align: center; padding: 60px 0px; color: #edd7a8; }

.section-text {text-indent:50px; font-family: opensans; font-size: 20px; line-height: 1.7; text-align: justify; margin: 0; padding-bottom: 60px; color: #ffffff; }

.bg-gradient { background: #0b0a0c; background: linear-gradient(180deg, #0b0a0c 0%, #888888 100%); }

.bg-gradient-white { background: #0b0a0c; background: linear-gradient(180deg, #888888 0%, #ffffff 100%); }

.back-to-top { display: inline-block; background-color: #edd7a8; width: 50px; height: 50px; text-align: center; border-radius: 100%; position: fixed; bottom: 30px; right: 30px; transition: background-color .3s,  opacity .5s, visibility .5s; opacity: 0; visibility: hidden; z-index: 1000; }

.back-to-top::after { content: "\f077"; font-family: FontAwesome; font-weight: normal; font-style: normal; font-size: 2em; line-height: 50px; color: #fff; }

.back-to-top:hover { cursor: pointer; background-color: #333; }

.back-to-top:active { background-color: #555; }

.back-to-top.show { opacity: 1; visibility: visible; }

.gallery { padding-bottom: 60px; }

.gallery .slide { margin-bottom: 20px; position: relative; overflow: hidden; cursor: pointer; }

.gallery .slide img { height: 250px; object-fit: cover; }

.gallery .slide:hover::before { opacity: 1; }

.gallery .slide:hover::after { opacity: 0; }

.gallery .slide::before { content: "\f00e"; font-family: FontAwesome; font-weight: normal; font-style: normal; font-size: 36px; line-height: 50px; background-color: #edd7a8; opacity: 0.5; position: absolute; left: 50%; top: 50%; width: 60px; height: 60px; -webkit-transform: skew(15deg) translate(-50%, -50%); -moz-transform: skew(15deg) translate(-50%, -50%); -ms-transform: skew(15deg) translate(-50%, -50%); -o-transform: skew(15deg) translate(-50%, -50%); transform: skew(15deg) translate(-50%, -50%); display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; opacity: 0; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; z-index: 99; }

.gallery .slide::after { content: ""; position: absolute; background-color: #000; opacity: 0.7; width: 100%; height: 100%; top: 0px; left: 0px; }

.contact .contact-map-wrapper { position: relative; text-align: right; width: 100%; height: 600px; overflow: hidden; }

.contact .contact-map-wrapper .contact-map { overflow: hidden; background: none !important; width: 50%; }

.contact .contact-map-wrapper .contact-map-info { background: #0b0a0c; background: #000000; width: 50%; height: 100%; }

.contact .contact-map-info { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; position: relative; overflow: hidden; z-index: 0; }

.contact .contact-map-info::before { content: ""; position: absolute; top: 0px; right: 0px; -webkit-transform: skew(15deg, 15deg); -moz-transform: skew(15deg, 15deg); -ms-transform: skew(15deg, 15deg); -o-transform: skew(15deg, 15deg); transform: skew(15deg, 15deg); width: 50%; height: 100%; background-color: #edd7a8; opacity: 0.3; z-index: -1; }

.contact .contact-map-info .section-header { text-align: left; border-bottom: 1px solid #edd7a8; padding-bottom: 30px; margin-bottom: 30px; }

.contact .contact-map-info table tr td { padding: 15px; vertical-align: middle; }

.contact .contact-map-info table tr td:first-child { font-family: bungee; font-size: 20px; white-space: nowrap; vertical-align: top; line-height: 1.7; color: #edd7a8; }

.contact .contact-map-info table tr td:last-child { font-family: opensans; font-size: 20px; text-align: left; line-height: 1.7; vertical-align: top; color: #ffffff; }

.contact .contact-map-info table tr td .social-media a.with-number { width: 35px; }

.contact .contact-map-info table tr td .social-media a.with-number:hover { width: 190px; }

.contact .contact-map-info table tr td .social-media a:hover i { color: #edd7a8; }

.contact .contact-map-info table tr td .social-media a i { color: #ffffff; font-size: 40px; }

body.modal-active { overflow: hidden; }

body.modal-active .img-modal { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; }

.img-modal { width: 100%; height: 100vh; background-color: rgba(0, 0, 0, 0.9); overflow-y: auto; top: 0px; left: 0px; position: fixed; z-index: 999; display: none; }

.img-modal .close { position: fixed; top: 30px; right: 30px; cursor: pointer; }

.img-modal .close i { font-size: 36px; color: #ffffff; }

.img-modal .img-modal-body { max-width: 90%; }

.img-modal .img-modal-body img { width: 100%; }

.img-modal .img-modal-next { position: fixed; right: 30px; cursor: pointer; }

.img-modal .img-modal-next i { color: #ffffff; font-size: 60px; }

.img-modal .img-modal-prev { position: fixed; left: 30px; cursor: pointer; }

.img-modal .img-modal-prev i { color: #ffffff; font-size: 60px; }

.Volume { display: inline-block; background-color: #edd7a8; width: 50px; height: 50px; text-align: center; border-radius: 100%; position: fixed; bottom: 30px; left: 30px; z-index: 1000; cursor: pointer; }

.Volume i { color: #fff; font-size: 30px; line-height: 48px; text-align: center; display: inline-block; }

.hamburger-menu { width: 40px; height: 30px; top: 0px; right: 30px; position: absolute; margin: 30px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; cursor: pointer; display: none; }

.hamburger-menu span { display: block; position: absolute; height: 5px; width: 100%; background: #edd7a8; border-radius: 9px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; }

.hamburger-menu span:nth-child(1) { top: 0px; }

.hamburger-menu span:nth-child(2) { top: 12px; }

.hamburger-menu span:nth-child(3) { top: 12px; }

.hamburger-menu span:nth-child(4) { top: 24px; }

.hamburger-menu.open span:nth-child(1) { top: 18px; width: 0%; left: 50%; }

.hamburger-menu.open span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.hamburger-menu.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

.hamburger-menu.open span:nth-child(4) { top: 18px; width: 0%; left: 50%; }

@media all and (max-width: 1439px) { .menu-header .menu-wrapper li { padding: 0px 20px; }
.contact .contact-map-info table tr td:first-child { font-size: 16px; }
.contact .contact-map-info table tr td:last-child { font-size: 16px; }
.contact .contact-map-info table tr td .social-media a i { font-size: 32px; }
.contact .contact-map-info .section-header { font-size: 32px; } }

@media all and (max-width: 1259px) { .responsive-menu-header { display: block; }
.menu-logo { display: block !important; }
.hamburger-menu { display: block; }
.menu-header { display: none; }
.responsive-menu-header .social-media span { margin-right: 0px; }
.responsive-menu-header .social-media a.with-number span { margin-bottom: 0px !important; }
.slider-wrapper .slider-info-wrapper .slider-info .slider-info-text { text-align: center; padding: 15px; display: block; line-height: 1.5; }
.slider-wrapper .slider-logo { width: 75%; }
.social-media a:last-child { margin-right: 0px; }
.contact .contact-map-wrapper { -webkit-box-direction: normal; -webkit-box-orient: vertical; -moz-box-direction: normal; -moz-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.contact .contact-map-wrapper .contact-map { width: 100%; height: 500px; }
.contact .contact-map-wrapper .contact-map iframe { height: 500px !important; }
.contact .contact-map-wrapper { height: auto; }
.contact .contact-map-info { width: 100% !important; padding-bottom: 30px; height: auto; } }

@media all and (max-width: 576px) { .hamburger-menu { display: block; margin-right: 0px; }
.responsive-menu-header .menu-logo { left: 15px; -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -ms-transform: translateX(0%); -o-transform: translateX(0%); transform: translateX(0%); }
.slider-wrapper .slider-info-wrapper .slider-info .slider-info-text { font-size: 16px; }
.section-header { font-size: 32px; }
.section-text { font-size: 16px; padding: 0px 15px; padding-bottom: 60px; }
.special-word { padding: 30px; font-size: 20px; }
.contact table tbody tr { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -moz-box-direction: normal; -moz-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; text-align: left; }
.contact .contact-map-info table tr td { text-align: left !important; }
.contact .contact-map-info table tr td:last-child { padding: 0px 15px !important; margin-bottom: 15px; }
.contact .contact-map-info table tr td:first-child { padding: 0px 15px !important; }
.contact .contact-map-info table tr:last-child { margin-top: 30px; }
.contact .contact-map-info .section-header { font-size: 24px; padding-left: 15px; padding-right: 15px; }
.contact .social-media { margin-top: 15px; }
.back-to-top { width: 30px; height: 30px; bottom: 10px; right: 10px; }
.back-to-top::after { font-size: 20px; line-height: 28px; }
.Volume { width: 30px; height: 30px; bottom: 10px; left: 10px; }
.Volume i { font-size: 15px; line-height: 28px; } }
