@charset "UTF-8";
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::placeholder {
  color: #fff;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
body {
	font-family: 'Noto Sans', sans-serif;
}






.mobilelogo {
	display: none;
}
nav:not(.mm-menu) {
	display: none;
}

.header,
.content,
.footer {
	text-align: center;
	display: none;
}
.header,
.footer {
	background: #61d7a4;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 9998;
}
.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a {
	display: block;
	padding: 11px;
	margin: 2px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.header a:before,
.header a:after {
	content: '';
	display: block;
	background: #ffffff;
	height: 2px;
	width: 30px;
	margin-top: 5px;
	margin-left: 3px;
}
.header a span {
	background: #ffffff;
	display: block;
	height: 2px;
	margin: 6px 0;
	width: 30px;
	margin-left: 3px;
}








.slideshow {
	width: 100%;
	height: 100vh;
	display: block;
	float: left;
	position: relative;
}
.topheader {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	position: fixed;
	background-color: #fff;
	z-index: 9999;
}
.leftside {
	width: 20%;
	display: block;
	float: left;
	background-color: #fff;
	position: relative;
	padding: 40px 0px;
}
.leftside::before {
	position: absolute;
	content: '';
	right: -40px;
	top: 0px;
	height: 100%;
	width: 10000%;
	background-color: #ffffff;
	-ms-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	border-right: 2px solid #41aadf;
}
.leftside img {
	display: block;
	width: 50%;
	height: auto;
	position: relative;
	z-index: 9999;
	margin: auto;
}
.rightside {
	width: 80%;
	height: auto;
	display: block;
	float: left;
}
.topmenu {
	background-color: #41aadf;
	width: 100%;
	display: block;
	float: right;
	padding-left: 150px
}
.eachmenutop i {
	display: inline-block;
	font-size: 20px;
	position: absolute;
	left: 0px;
	margin-right: 10px;
}
.eachmenutop {
	width: 33.33%;
	display: inline-block;
	float: left;
	color: #fff;
	position: relative;
	font-size: 12px;
	padding: 20px 40px;
}
.eachmenutopmobile {
	display: none;
}
.bottommenu {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	position: relative;
	height: 100%;
	padding: 30px 0px;
}
.bottommenu a {
	color: #123c4c;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	padding: 0px 35px;
}
.allslogan {
	width: 40%;
	display: block;
	position: absolute;
	bottom: 120px;
	left: 100px;
	z-index: 9998;
}
.minibox {
	display: block;
	background-color: rgb(65 170 223);
	padding: 10px 20px;
	position: relative;
	float: left;
	color: #fff;
	font-size: 12px;
	letter-spacing: 2px;
}
.maintitle {
	width: 100%;
	display: block;
	float: left;
	margin-top: 30px;
	font-size: 40px;
	color: #fff;
}
.subtext {
	width: 100%;
	display: block;
	float: left;
	font-size: 13px;
	margin-top: 30px;
	letter-spacing: 1px;
	line-height: 25px;
	color: #fff;
}
.sublink {
	display: inline-block;
	float: left;
	width: 100%;
	margin-top: 30px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.about {
	width: 100%;
	display: table;
	float: left;
	padding: 50px 100px 200px 100px;
	background-image: url("../images/row-bgimage-7.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.about::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #41aadfdb;
}
.eachwhitebox {
	width: calc(50% - 20px);
	margin: 0px 10px;
	display: inline-block;
	position: relative;
	padding: 30px 20px;
	background-color: #fff;
	font-size: 15px;
	line-height: 25px;
	color: #9dabaf;
	margin-top: -125px;
	border-radius: 6px;
}
.eachboxtitle {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	float: left;
	padding: 10px 0px;
	border-bottom: 1px solid #efefef;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin-bottom: 30px;
}
.eachboxtitle i {
	display: inline-block;
	font-size: 50px;
	vertical-align: middle;
	margin-right: 10px;
	color: #41aadf;
}
.eachboxtext {
	font-size: 13px;
	line-height: 25px;
	color: #9dabaf;
	float: left;
	display: block;
}
.visit {
	width: 100%;
	display: block;
	float: left;
	margin-top: 30px;
	text-align: center;
	position: relative;
	color: #fff;
	font-size: 13px;
}
.visit a {
	text-decoration: none;
	display: inline-block;
	color: #133b47;
}
.aboutmask {
	width: 100%;
	display: table;
	float: left;
}
.halfdiv {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.halfdiv:nth-child(2){
	padding: 75px 0px;
}
.halfdiv img {
	width: 100%;
	display: block;
	float: left;
	padding-right: 50px;
}
.masktitle {
	width: 100%;
	display: block;
	float: left;
	font-size: 30px;
	color: #41aadf;
}
.masksubtitle {
	width: 100%;
	display: block;
	float: left;
	font-size: 13px;
	color: #ccc;
}
.maskprice {
	width: 100%;
	display: block;
	float: left;
	font-size: 13px;
	margin-top: 20px;
	font-weight: bold;
	color: #000;
}
.maskspecs {
	width: 100%;
	display: block;
	float: left;
	font-size: 13px;
	margin-top: 30px;
	line-height: 25px;
}
.maskeachdiv {
	width: 33.33%;
	display: block;
	float: left;
	padding-right: 10px;
	font-size: 13px;
}
.maskeachtitle {
	width: 100%;
	display: block;
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #41aadf;
	margin-top: 30px;
}
.maskeachtext {
	width: 100%;
	display: block;
	float: left;
	margin-top: 20px;
	font-size: 13px;
	color: #9dabaf;
}
.masksubnote {
	display: block;
	float: left;
	width: 100%;
	margin-top: 30px;
	font-size: 13px;
}
.price {
	font-size: 25px;
	color: #41aadf;
}
.maskspecs i, .masksubnote i {
	display: inline-block;
	font-size: 13px;
	margin-right: 5px;
	color: #41aadf;
}
.maskeachtitle i {
	display: inline-block;
	font-size: 35px;
	margin-right: 5px;
	color: #41aadf;
}
.maskmaintitle {
	width: 100%;
	display: block;
	float: left;
	font-size: 13px;
	color: #9dabaf;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.contact {
	width: 100%;
	display: table;
	float: left;
	padding: 100px;
	background-image: url("../images/row-bgimage-8.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}





.ttm-video-btn {
	display: inline-block;
	margin-left: -35px;
	height: auto;
	vertical-align: middle;
}
.ttm-video-btn .ttm-btn-play, .ttm-btn-play:after, .ttm-btn-play:before { 
	background-color: #01d6a3;
}
.ttm-video-btn.video-btn-left{ left: 0; }
.ttm-video-btn.text-center{
    position: absolute;
    left: 0;
    right: 0;
    top: 165px;
}
.video-btn-left .ttm-play-btn{ padding-left: 90px; }
.ttm-video-btn.video-btn-center {
    left: 50%;
    margin-top: -25px;
    position: absolute;
    top: 50%;
}
.ttm-video-btn:hover a {
    opacity: 0.9;
    color: #fff;
}
.ttm-play-btn {
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 10px 20px 10px 50px;
    position: relative;
}
.ttm-video-btn .ttm-btn-play {
    height: 65px;
    width: 65px;
    line-height: 65px;
    border-radius: 50%;
    padding-left: 7px;
    text-align: center;
    font-size: 25px;
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    -webkit-transform: translate(-25%,-10%);
    -ms-transform: translate(-25%,-10%);
    -o-transform: translate(-25%,-10%);
    transform: translate(-25%,-10%);
}
.ttm-btn-play:after, .ttm-btn-play:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
.ttm-btn-play:after{
    z-index: 1;
    width: 95px;
    height: 95px;
    opacity: .50;
}
.ttm-btn-play:before {
    z-index: 2;
    width: 75px;
    height: 75px;
    opacity: .65;
    z-index: -1;
}
.ttm-play-btn:hover, 
.ttm-video-btn span.ttm-btn-play{
    color: #fff;
}
.ttm-btn-play i{ 
    z-index: 9; 
    position: relative;
}
.ttm-btn-play:after, .ttm-btn-play:before {
    -webkit-animation:scaling 1.05s infinite;
    -moz-animation:scaling 1.05s infinite;
    -ms-animation:scaling 1.05s infinite;
    -o-animation:scaling 1.05s infinite;
    animation:scaling 1.05s infinite;
}
@-webkit-keyframes scaling{

    100% {
            width:200%;height:200%;opacity:0
        }
    }
@keyframes scaling{

    100% {
            width:200%;height:200%;opacity:0
        }
    }






.contactslogan {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	color: rgba(255,255,255,.75);
	font-size: 13px;
	letter-spacing: 2px;
}
.contactsubslogan {
	display: block;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 35px;
	margin-top: 10px;
	text-align: center;
}
.contactus {
	display: block;
	float: left;
	width: 100%;
	color: #41aadf;
	font-size: 20px;
	margin-top: 5px;
	text-align: center;
}
.contacthalf {
	width: 25%;
	display: block;
	float: left;
	text-align: left;
	margin-top: 50px;
	color: #fff;
	font-size: 13px;
}
.contactname {
	display: block;
	float: left;
	width: 100%;
	color: #41aadf;
	font-size: 18px;
	margin-bottom: 10px;
}
.contacttel {
	color: #fff;
	display: inline-block;
	float: left;
	text-decoration: none;
	font-size: 14px;
}
.contactweb {
	color: #fff;
	display: inline-block;
	float: left;
	clear: left;
	text-decoration: none;
	font-size: 14px;
}
.space {
	display: block;
	float: left;
	clear: both;
	height: 30px;
	width: 100%;
}
.contacttitle {
	display: block;
	float: left;
	font-size: 20px;
	color: #41aadf;
	margin-bottom: 10px;
	clear: left;
	width: 100%;
}
.contacttitle i {
	margin-right: 5px;
	display: inline-block;
}
.contactformall {
	width: 50%;
	display: block;
	float: left;
	margin-top: 50px;
}
.formtitle {
	width: 100%;
	display: block;
	float: left;
	font-size: 26px;
	color: #fff;
	margin-bottom: 20px;
}
.contactformall input {
	width: 100%;
	display: block;
	padding: 15px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #fff;
	border: 1px solid #175239;
	background-color: #133e5091;
}
.contactformall textarea {
	width: 100%;
	height: 100px;
	display: block;
	padding: 15px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #fff;
	border: 1px solid #175239;
	background-color: #133e5091;
}
a.send {
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	color: #ffffff;
	background-color: #41aadf;
	padding: 10px 30px;
}
.contactbottom {
	width: 100%;
	display: block;
	float: left;
	margin-top: 0px;
}
.contactformall:nth-child(2) {
	padding-left: 40px;
}
#harita {
	width: 100%;
	display: block;
	float: left;
	height: 250px;
	margin-top: 10px;
}
.socialbar {
	background-color: #41aadf;
	padding: 50px 100px;
	text-align: center;
	display: table;
	width: 100%;
}
.socialbar a {
	width: 33.33%;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
.socialbar a i {
	font-size: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px;
}
.documents {
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	display: block;
	text-align: center;
	padding: 50px 0px;
	background-color: #41aadfdb;
	background-image: url("../images/row-bgimage-7.jpg");
	position: relative;
}
.documents::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #41aadfbf;
}
.magazine {
    height: auto;
    width: 16%;
    perspective: 600px;
    -webkit-perspective: 600px;
    display: inline-block;
    padding: 15px;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.thumbmagazine {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 100%;
    transition: all 500ms;
}
.thumbmagazine:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    border: 1px solid #fff;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
	.eachmenutopmobile i {
	display: inline-block;
	font-size: 20px;
	position: relative;
	left: 0px;
	margin: 0px 10px;
}
.eachmenutopmobile {
	display: inline-block;
	float: left;
	color: #fff;
	font-size: 15px;
	width: 100%;
	text-align: center;
	padding: 20px 0px;
	position: absolute;
	z-index: 9999;
	top: 180px;
	left: 0px;
}
	.header {
	display: block;
}
	.topheader {
		display: none;
	}
	.about {
    padding: 20px 10px;
}
	.eachwhitebox {
    width: calc(100% - 20px);
    margin: 0px 10px;
    margin-top: 20px;
}
	.allslogan {
	padding: 0px 20px;
	width: 100%;
    bottom: 50px;
    left: 0px;
}
	.halfdiv {
    width: 100%;
}
	.aboutmask {
    width: 100%;
    padding: 20px;
    float: left;
    display: block;
    background-color: #fff;
}
	.maskeachdiv {
    width: 100%;
    padding-right: 0px;
    text-align: center;
}
	.maskspecs {
    text-align: center;
}
	.maskprice {
    text-align: center;
}
	.masktitle {
    text-align: center;
}
	.masksubtitle {
    text-align: center;
}
	.maskmaintitle {
    text-align: center;
    margin-top: 40px;
}
	.halfdiv img {
    padding-right: 0px;
	padding-top: 40px;
}
	.magazine {
    width: 50%;
    margin-bottom: 50px;
}
	.thumbmagazine {
    height: auto;
}
	.documents {
    display: table;
}
	.contact {
    padding: 20px;
}
	.contacthalf {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
	.contacttel {
    text-align: center;
    display: block;
    width: 100%;
}
	.contactweb {
    width: 100%;
    text-align: center;
}
	.contactformall {
    width: 100%;
}
	.contactformall:nth-child(2) {
    padding-left: 0px;
}
	.socialbar {
    padding: 20px;
    display: block;
    float: left;
}
	.socialbar a i {
    font-size: 15px;
    margin-right: 5px;
    border: none;
    padding: 0px;
    display: block;
    width: 100%;
}
	.maintitle {
    font-size: 30px;
}
	.eachboxtitle {
    font-size: 13px;
}
	.eachboxtitle i {
    font-size: 30px;
}
	.masksubnote {
    text-align: center;
}
	.contactslogan {
    letter-spacing: 1px;
}
	.contactsubslogan {
    font-size: 25px;
}
	.socialbar a {
    float: left;
}
	.mobilelogo {
		display: block;
		position: absolute;
		top: 30px;
		width: 200px;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 9998;
	}
	.formtitle {
    text-align: center;
}
	.contacttitle {
    text-align: center;
}
	.contactname {
    text-align: center;
}
}
@media (min-device-width : 320px) and (max-device-width : 1024px) and (orientation: landscape) {
  .allslogan {
    bottom: 0px;
}
	.maintitle {
    margin-top: 10px;
	font-size: 20px;
}
	.subtext {
    margin-top: 10px;
}
	.sublink {
    margin-top: 10px;
}
	.mobilelogo {
    top: 20px;
}
	.minibox {
    padding: 2px;
}
	.magazine {
    width: 25%;
    margin-bottom: 0px;
}
	.contacthalf {
    width: 50%;
}
}