@charset "utf-8";
/*
/*	Copyright (c) 2020 Marketify
/*	Author: Marketify
/*	This file is made for CURRENT TEMPLATE

01) uLUBEY wEB tASARIM


/*---------------------------------------------------*/
/*	01) mplz mp
/*---------------------------------------------------*/

html {
	overflow-x: hidden;
	padding: 0px;
	margin: 0px
}
body{
	font-family: "Mulish";
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.5px;
	word-wrap: break-word;
	font-weight: 400;
	background-color: #fff;
	color: #767676;
}
svg{
	fill: currentcolor;
	width: 15px;
	height: 15px;
}
img.svg{
	width: 15px;
	height: 15px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #6f6f6f;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #6f6f6f;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #6f6f6f;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #6f6f6f;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #6f6f6f;
}

::placeholder { /* Most modern browsers support this now. */
   color: #6f6f6f;
}

h1, h2, h3, h4, h5, h6{
	font-weight:500;
	line-height: 1.4;
	font-family: "Poppins";
	color: #000;
}

.container {
	max-width: 1400px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	height:auto;
	padding:0px 40px;
	position:relative;
	clear:both;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

@media (max-width: 1040px) {
.container{padding:0px 20px;}
}

.mplz_mp_all_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	overflow: hidden;
}
.mplz_mp_all_wrap,
.mplz_mp_all_wrap *{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}

.mplz_mp_preloader{
  position: fixed;
  background-color: #fff;
  z-index: 9999999999999999;
  height: 100%;
  width: 100%;
	
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }  
.mplz_mp_preloader .spinner_wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 33333;
}
.mplz_mp_preloader.loaded {
    opacity: 0;
    visibility: hidden;
}
.mplz_mp_preloader:before,
.mplz_mp_preloader:after{
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    background-color: #000;
	
    -webkit-transition: .7s all ease;
    -o-transition: .7s all ease;
    transition: .7s all ease;
}
.mplz_mp_preloader:before{
    top: 0;
    left: 0; 
}
.mplz_mp_preloader:after{
    bottom: 0;
	left: 0; 
}
.mplz_mp_preloader.loaded:before, 
.mplz_mp_preloader.loaded:after{height: 0%;}

/*---------------------------------------------------*/
/*	02) ULUBEYWEB TOPBAR
/*---------------------------------------------------*/

.mplz_mp_topbar{
	position: fixed;
	top: -100px;
	left: 0px;
	right: 0px;
	z-index: 10;
	padding: 20px 0px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.mplz_mp_topbar.opened{top: 0px;}
.mplz_mp_topbar.extra{top: 0px !important;}
.mplz_mp_topbar.animate{
	padding: 15px 0px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.06);
}
.mplz_mp_topbar .topbar_inner{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mplz_mp_topbar .topbar_inner .logo img{
	max-width: 100%;
}
.mplz_mp_topbar .wrapper{
	width: 30px;
	height: 17px;
	top: 5px;
	position: relative;
}
.mplz_mp_topbar .menu{
	display: flex;
	align-content: center;
}
.mplz_mp_topbar .menu .links ul{
	margin: 0px;
	list-style-type: none;
	position: relative;
	top: 5px;
}
.mplz_mp_topbar .menu .links ul li{
	margin: 0px 30px 0px 0px;
	display: inline-block;
}
.mplz_mp_topbar .menu .links ul li:last-child{
	margin-right: 0px;
}
.mplz_mp_topbar .menu .links ul li a{
	text-decoration: none;
	color: #000;
	font-family: "Poppins";
	font-weight: 600;
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.mplz_mp_topbar .menu .links ul li a .first{
	position: absolute;
	transform: translateY(100%);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.mplz_mp_topbar .menu .links ul li a .second{
	position: relative;
	display: block;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.mplz_mp_topbar .menu .links ul li a:hover .first{
	transform: translateY(0);
}
.mplz_mp_topbar .menu .links ul li a:hover .second{
	transform: translateY(-100%);
}
.mplz_mp_topbar .menu .links ul li.current a .first{
	transform: translateY(0);
}
.mplz_mp_topbar .menu .links ul li.current a .second{
	transform: translateY(-100%);
}
.mplz_mp_topbar .menu .links ul li.current a{
	color: #000;
}

/*---------------------------------------------------*/
/*	03) ULUBEYWEB MOBILE MENU
/*---------------------------------------------------*/

.mplz_mp_mobile_menu{
	width: 100%;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 10;
}
.mplz_mp_mobile_menu .topbar_inner{
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	background-color: #000000;
	padding: 10px 0px;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.mplz_mp_mobile_menu .topbar_in{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.my_trigger .hamburger{
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.my_trigger .hamburger-box{
    width: 30px;
    height: 18px;
    display: inline-block;
    position: relative;
}
.my_trigger .hamburger-inner{
    display: block;
    top: 50%;
    margin-top: -2px;
}
.my_trigger .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    width: 30px;
    height: 2px;
    background-color: #333333;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
	
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.my_trigger .hamburger-inner::before,
.my_trigger .hamburger-inner::after{
    content: "";
    display: block;
}
.my_trigger .hamburger-inner::before{top: -8px;}
.my_trigger .hamburger-inner::after{ bottom: -10px;}
.my_trigger .hamburger--collapse-r .hamburger-inner{
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.my_trigger .hamburger--collapse-r .hamburger-inner::after{
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.my_trigger .hamburger--collapse-r .hamburger-inner::before{
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.my_trigger .hamburger--collapse-r.is-active .hamburger-inner{
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.my_trigger .hamburger--collapse-r.is-active .hamburger-inner::after{
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.my_trigger .hamburger--collapse-r.is-active .hamburger-inner::before{
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.my_trigger .hamburger{
	padding: 0px;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.my_trigger .hamburger-box{display: block;}
.my_trigger .hamburger .hamburger-inner::before,
.my_trigger .hamburger .hamburger-inner::after,
.my_trigger .hamburger .hamburger-inner{
	background-color: #fcd917;
	width: 30px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.mplz_mp_mobile_menu .dropdown{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,.2);
	display: none;
}
.mplz_mp_mobile_menu .dropdown .dropdown_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 25px 0px;
}
.mplz_mp_mobile_menu .dropdown .dropdown_inner ul{
	margin: 0px;
	list-style-type: none;
}
.mplz_mp_mobile_menu .dropdown .dropdown_inner ul li{
	margin: 0px;
	float: left;
	width: 100%;
}
.mplz_mp_mobile_menu .dropdown .dropdown_inner ul li a{
	text-decoration: none;
	color: #000;
	display: inline-block;
	padding: 4px 0px;
	font-family: "Poppins";
	font-weight: 500;
}
.mplz_mp_mobile_menu .logo img{max-width: 100%;}

/*---------------------------------------------------*/
/*	04) ULUBEYWEB HERO
/*---------------------------------------------------*/

.mplz_mp_hero{
	width: 100%;
	height: 100vh;
	clear: both;
	float: left;
	position: relative;
}
.mplz_mp_hero .background{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.mplz_mp_hero .background .leftpart{
	width: 33%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
}
.mplz_mp_hero .background .rightpart{
	width: 100%;
	height: 100%;
	float: left;
	padding-left: 33%;
}
.mplz_mp_hero .background .rightpart .inner{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.mplz_mp_hero .background .rightpart .image{
	position: absolute;;
	top: -20px;
	bottom: -20px;
	left: -20px;
	right: -20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.mplz_mp_hero .background .myOverlay{
	position:absolute;
	top: 0px;
	bottom:0px;
	width: 100%;
	background-color: #fff;
	z-index: 2;
	left: 0%;
	transition: left .7s ease;
}
.mplz_mp_hero .background .overlay_image{
	position:absolute;
	top: 0px;
	bottom:0px;
	width: 100%;
/*	background-color: rgba(255,255,255,.3);*/
	z-index: 1;
}
.mplz_mp_hero .background .myOverlay.dark{background-color: #000;}
.mplz_mp_hero .background .myOverlay.loaded{left: 100%;}
.mplz_mp_hero .content .container{height: 100%;}
.mplz_mp_hero .content{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 4;
}
.mplz_mp_hero .content_inner{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.mplz_mp_hero .content_inner h3{
	color: #000;
	font-size: 120px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	line-height: 1.1;
}
.mplz_mp_hero .content_inner h3.stroke{
	-webkit-text-stroke: 1px #000;
	color: transparent;
}
.mplz_mp_hero .content_inner span{
	font-family: "Poppins";
	font-weight: 600;
	display: inline-block;
	padding-top: 20px;
	font-style: italic;
	font-size: 40px;
	line-height: 1.0;
}
.mplz_mp_down{
	position: absolute;
	z-index: 7;
	bottom: 50px;
}
.mplz_mp_down[data-position="left"]{
	left: 0px;
}
.mplz_mp_down[data-position="right"]{
	right: 0px;
}
.mplz_mp_down[data-position="center"]{
	left:50%;
	transform: translateX(-50%);
}
.mplz_mp_down .line_wrapper{
	position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    right: 0;
   	margin: 0px auto;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
	
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.mplz_mp_down .line_wrapper{
    width: 1px;
    height: 50px;
    background: none;
	display: block;
}
.mplz_mp_down .line_wrapper:before{
	content: "";
	background-color: #000;
	width: 1px;
    height: 50%;
    display: block;
    top: 0;
	
    -webkit-animation: scroll-down 2s ease-in-out infinite;
    -ms-animation: scroll-down 2s ease-in-out infinite;
    animation: scroll-down 2s ease-in-out infinite;;
}

@-webkit-keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.mplz_mp_down[data-skin="light"] .line_wrapper:before{
	background-color: #fff;
}

/*---------------------------------------------------*/
/*	05) ULUBEYWEB ABOUT
/*---------------------------------------------------*/

.mplz_mp_about{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 193px;
	padding-top: 230px;
}
.mplz_mp_about .about_inner{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	align-items: center;
}
.mplz_mp_about .about_inner .left{
	width: 40%;
}
.mplz_mp_about .about_inner .left img{
	min-width: 10%;
}
.mplz_mp_about .about_inner .right{
	width: 60%;
	padding-left: 80px;
}
.mplz_mp_about .name{
	width: 100%;
	float: left;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 35px;
	margin-bottom: 32px;
}
.mplz_mp_about .name h3{
	text-transform: uppercase;
	font-weight: 900;
	font-size: 35px;
	position: relative;
	color: #000;
}
.mplz_mp_about .name h3 .bg{
	position:absolute;
	left: 0px;
	top: 0px;
	font-family: "Poppins";
	color: transparent;
	font-size: 150px;
	font-weight: 900;
	opacity: .3;
	line-height: 0;
	-webkit-text-stroke: 1px #000;
	-webkit-user-select: none;
}
.mplz_mp_about .name span{
	font-family: "Poppins";
    font-weight: 600;
    display: inline-block;
    padding-top: 10px;
}
.mplz_mp_about span.job{
	font-style: italic;
}
.mplz_mp_about .right .text{
	width: 100%;
	float: left;
	margin-bottom: 23px;
	font-size: 24px;
  line-height: 2.0;
}
.mplz_mp_about .right .text p{
	margin-bottom: 13px;
	font-style: italic;
}
.mplz_mp_button{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.mplz_mp_button a{
	text-decoration: none;
	color: #fff;
	background-color: #000;
	padding: 13px 50px;
	display: inline-block;
	border: 2px solid #000;
	font-style: italic;
	font-size:20px;
	font-weight:700;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.mplz_mp_button a:hover{
	background-color: transparent;
	color: #000;
}
.mplz_mp_button[data-position="left"]{text-align: left;}
.mplz_mp_button[data-position="center"]{text-align: center;}
.mplz_mp_button[data-position="right"]{text-align: right;}

/*---------------------------------------------------*/
/*	07) ULUBEYWEB marka
/*---------------------------------------------------*/

.mplz_mp_marka{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 200px;
	padding: 205px 0px 100px 0px;
	background-color: #f8f9fa;
}
.mplz_mp_marka .marka_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 105px;
}
.mplz_mp_main_title{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mplz_mp_main_title .title h3{
	text-transform: uppercase;
    font-weight: 900;
    font-size: 35px;
	position: relative;
}
.mplz_mp_main_title .title h3 .bg{
	position:absolute;
	left: -6px;
	top: 0px;
	font-family: "Poppins";
	color: transparent;
	font-size: 150px;
	font-weight: 900;
	opacity: .3;
	line-height: 0;
	-webkit-text-stroke: 1px #000;
	-webkit-user-select: none;
}
.mplz_mp_marka .marka_filter{
	width: auto;
	position: relative;
	display: flex;
	align-items: center;
}
.mplz_mp_marka .marka_filter ul{
	margin: 0px;
	list-style-type: none;
	padding-right: 50px;
	position: relative;
	top: 3px;
}
.mplz_mp_marka .marka_filter ul li{
	margin: 0px 30px 0px 0px;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
	left: 10px;
	position: relative;
	
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}
.mplz_mp_marka .marka_filter ul li.opened{
	opacity: 1;
	visibility: visible;
	left: 0px;
}
.mplz_mp_marka .marka_filter ul li:last-child{
	margin-right: 0px;
}
.mplz_mp_marka .marka_filter ul li a{
	text-decoration: none;
	color: #000;
	font-family: "Poppins";
	font-weight: 600;
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.mplz_mp_marka .marka_filter ul li a.current{
	color: #000;
}
.mplz_mp_marka .marka_filter ul li a .first{
	position: absolute;
	transform: translateY(100%);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.mplz_mp_marka .marka_filter ul li a .second{
	position: relative;
	display: block;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.mplz_mp_marka .marka_filter ul li a:hover .first{
	transform: translateY(0);
}
.mplz_mp_marka .marka_filter ul li a:hover .second{
	transform: translateY(-100%);
}
.mplz_mp_marka .marka_filter .wrapper{
	width: 30px;
	height: 17px;
	position: relative;
}
.mplz_mp_marka .marka_filter .wrapper a{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
}
.mplz_mp_marka .marka_filter .wrapper .trigger{
	position: absolute;
	width: 30px;
	height: 3px;
	background-color: #000;
	top: 50%;
	transform: translateY(-50%);
}
.mplz_mp_marka .marka_filter .wrapper .trigger:before{
	position: absolute;
	content: "";
	width: 15px;
	height: 3px;
	background-color: #000;
	left: 0px;
	top: -7px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.mplz_mp_marka .marka_filter .wrapper .trigger:after{
	position: absolute;
	content: "";
	width: 15px;
	height: 3px;
	background-color: #000;
	right: 0px;
	bottom: -7px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.mplz_mp_marka .marka_filter .wrapper a:hover .trigger:before{
	left: 14px;
}
.mplz_mp_marka .marka_filter .wrapper a:hover .trigger:after{
	right: 14px;
}
.mplz_mp_marka .marka_filter .wrapper a.opened .trigger:before{
	left: 14px;
}
.mplz_mp_marka .marka_filter .wrapper a.opened .trigger:after{
	right: 14px;
}
.mplz_mp_marka .marka_inner ul{
	margin: 0px 0px 0px -50px;
	list-style-type: none;
}
.mplz_mp_marka .marka_inner ul li{
	margin: 0px 0px 40px 0px;
	float: left;
	width: 25%;
	padding-left: 50px;
}
.mplz_mp_marka .marka_inner ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	overflow: hidden;
}
.mplz_mp_marka .overlay{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	background-color: rgba(255,255,255,.7);
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.mplz_mp_marka .overlay .myimage{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 150px !important;
	min-width: 150px !important;
	z-index: 1;
}
.mplz_mp_marka .marka_inner ul li .list_inner .image:hover .overlay{
	opacity: 1;
	visibility:visible; 
}
.full_link{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 4;
}
.mplz_mp_marka .marka_inner ul li .list_inner .image{
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.mplz_mp_marka .marka_inner ul li .list_inner .image img{
	min-width: 100%;
	opacity: 0;
}
.mplz_mp_marka .marka_inner ul li .list_inner .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.mplz_mp_marka .marka_inner ul li .list_inner .image:hover .main{
	transform: scale(1.1) translateZ(0);
}
.mplz_mp_marka .marka_inner ul li .title h3{
	margin-bottom: 2px;
}
.mplz_mp_marka .marka_inner ul li .title h3 a{
	margin: 0px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
	color: #000;
	text-decoration: none;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.mplz_mp_marka .marka_inner ul li .title span a{
	text-decoration: none;
	color: #767676;
	position: relative;
	display: inline-block;
	font-style: italic;
}

/*---------------------------------------------------*/
/*	10) ULUBEYWEB CONTACT
/*---------------------------------------------------*/

.mplz_mp_contact{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	margin-bottom: 150px;
	padding-top: 205px;
}
.mplz_mp_contact .contact_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left; 
}
.mplz_mp_contact .contact_inner .wrapper{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	padding-top: 43px;
}
.mplz_mp_contact .desc{
	max-width: 50%;
	float: left;
	padding-top: 95px;
}
.mplz_mp_contact .desc p{
	font-style: italic;
}
.mplz_mp_contact .contact_inner .left{
	width: 50%;
	padding-right: 25px;
}
.mplz_mp_contact .fields{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.mplz_mp_contact .fields .first{
	width: 100%;
	float: left;
}
.mplz_mp_contact .fields ul{
	margin: 0px;
	list-style-type: none;
}
.mplz_mp_contact .fields ul li{
	width: 100%;
	margin: 0px 0px 30px 0px;
	float: left;
}
.mplz_mp_contact .fields ul li input{
	width: 100%;
	border: 1px solid rgba(0,0,0,.1);
	background-color: transparent;
	font-style: italic;
}
.mplz_mp_contact .fields ul li input:focus{
	outline: none;
	border: 1px solid rgba(0,0,0,.3);
}
.mplz_mp_contact .fields .last textarea{
	width: 100%;
	border: 1px solid rgba(0,0,0,.1);
	height: 120px;
	resize: none;
	margin-bottom: 20px;
	background-color: transparent;
	font-style: italic;
}
.mplz_mp_contact .fields .last textarea:focus{
	outline: none;
	border: 1px solid rgba(0,0,0,.3);
} 
.mplz_mp_contact .empty_notice{
	color: #F52225;
	margin-bottom: 7px;
	display: none;
	text-align: left;
	font-weight: 500;
}
.mplz_mp_contact .contact_error{
	color: #F52225;
	text-align: left;
	font-weight: 500;
}
.mplz_mp_contact .returnmessage{
	color:#3A00FF;
	margin-bottom: 7px;
	text-align: left;
	font-weight: 500;
}
.mplz_mp_contact .right{
	width: 50%;
	padding-left: 25px;
	position: relative;
	top:6px;
}
.mplz_mp_contact .map_wrap .map {
  min-height: 359px;
  width: 100%;
}

/*---------------------------------------------------*/
/*	11) ULUBEYWEB COPYRIGHT
/*---------------------------------------------------*/

.mplz_mp_copyright{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #000;
	padding: 90px 0px 60px 0px;
}
.mplz_mp_copyright .copyright_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.mplz_mp_copyright .copyright_inner > ul{
	margin: 0px 0px 0px -30px;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mplz_mp_copyright .copyright_inner > ul > li{
	margin: 0px 0px 30px 0px;
	width: 25%;
	float: left;
	padding-left: 30px;
}
.mplz_mp_copyright .copyright_inner > ul > li span{
	display: block;
	color: #fff;
	font-family: "Poppins";
	font-weight: 500;
}
.mplz_mp_copyright .copyright_inner > ul > li span a{
	text-decoration: none;
	color: #fff;
}
.mplz_mp_copyright .copyright_inner .social ul{
	margin: 0px;
	list-style-type: none;
	position: relative;
	top: 4px;
}
.mplz_mp_copyright .copyright_inner .social ul li{
	margin: 0px 20px 0px 0px;
	display: inline-block;
}
.mplz_mp_copyright .copyright_inner .social ul li:last-child{margin-right: 0px;}
.mplz_mp_copyright .copyright_inner .social ul li a{
	text-decoration: none;
	color: #fff;
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.mplz_mp_copyright .copyright_inner .social ul li a .first{
	position: absolute;
	transform: translateY(100%);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.mplz_mp_copyright .copyright_inner .social ul li a .second{
	position: relative;
	display: block;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.mplz_mp_copyright .copyright_inner .social ul li a:hover .first{
	transform: translateY(0);
}
.mplz_mp_copyright .copyright_inner .social ul li a:hover .second{
	transform: translateY(-100%);
}
.mplz_mp_copyright .copyright_inner .social .svg{
	color: #fff;
	width: 17px;
	height: 17px;
}

/*---------------------------------------------------*/
/*	12) ULUBEYWEB CURSOR
/*---------------------------------------------------*/

.mouse-cursor{
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #fcd917;
  -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
  transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
}
.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #000;
  opacity: .3;
}
.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #fcd917;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: .5;
  -webkit-transition: all .08s ease-out;
  transition: all .08s ease-out;
}
.cursor-outer.cursor-hover{
  opacity: 0;
}
.mplz_mp_all_wrap[data-magic-cursor="hide"] .mouse-cursor{
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -1111;
}

/*---------------------------------------------------*/
/*  13) ULUBEYWEB GLITCH EFFECT
/*---------------------------------------------------*/

.mplz_mp_hero .glitch_wrap{
	position: relative;
	width: 100%;
	height:100%;
	float: left;
	overflow: hidden;
}
.glitch{
	position: absolute;
 	width: 100%;
 	height: 100%;
	top: 0;
 	left: 0;
	background-image: url("..//img/slider/1.jpg");
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	z-index: -1 !important;
	opacity: 1;
	transform: scale(1);
}
.glitch:before{
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

/*---------------------------------------------------*/
/*  14) ULUBEYWEB PARTICLE EFFECT
/*---------------------------------------------------*/

.mplz_mp_hero .particle_wrapper{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
#particles-js {
	width: 100%;
	height: 100%;
  	position: absolute;
  	z-index: 2;
}

/*---------------------------------------------------*/
/*  15) ULUBEYWEB SLIDER
/*---------------------------------------------------*/

.fn_cs_personal_slider{
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
}
.fn_cs_personal_slider .main_image{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
    height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.fn_cs_personal_slider .swiper-container{
	cursor: none;
	overflow: hidden;
	height: 100%;
}
.fn_cs_personal_slider .swiper-slide{
	overflow: hidden;
}

/*---------------------------------------------------*/
/*  ULUBEYWEB SETTINGS
/*---------------------------------------------------*/

.mplz_mp_settings{
	position: fixed;
	z-index: 200;
	top: 15%;
	right: -200px;
	width: 200px;
	background-color: rgba(0,0,0,1.00);
	padding: 40px 20px 33px 30px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.mplz_mp_settings.opened{
	right: 0px;
}
.mplz_mp_settings .wrapper{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.mplz_mp_settings .icon{
	position: absolute;
	top: 0px;
	right: 100%;
	background-color: #000;
	padding: 12px 12px 4px 12px;
}
.mplz_mp_settings .icon .svg{
	color: #fff;
	width: 25px;
	height: 25px;
	animation: fa-spin 2s infinite linear;
}
.mplz_mp_settings .link{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.mplz_mp_settings .title{
	color: #fff;
	font-family: "Poppins";
	font-weight: 600;
	position: relative;
	display: inline-block;
}
.mplz_mp_settings .title:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,.2);
	left: 0px;
	bottom: 0px;
}
.mplz_mp_settings .colors{
	margin: 0px 0px 22px 0px;
	list-style-type: none;
	padding-top: 32px;
}
.mplz_mp_settings .colors li{
	margin: 0px;
	display: inline-block;
}
.mplz_mp_settings .colors li a{
	text-decoration: none;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
}
.mplz_mp_settings .direction{
	list-style-type: none;
	margin:  0px;
}
.mplz_mp_settings .direction li{
	margin: 0px 20px 0px 0px;
	display: inline-block;
}
.mplz_mp_settings .direction li a{
	opacity: .4;
	text-decoration: none;
	color: #fff; 
}
.mplz_mp_settings .direction li a.active{
	opacity: 1;
}
.mplz_mp_settings .direction li .svg{
	width: 25px;
	height: 25px;
}
.mplz_mp_settings .colors li.bl{
	display: inline-block;
}
.mplz_mp_settings .colors li.wh{
	display: none;
}
body.dark .mplz_mp_settings .colors li.bl,
.mplz_mp_settings.changed .colors li.bl{
	display: none;
}
body.dark .mplz_mp_settings .colors li.wh,
.mplz_mp_settings.changed .colors li.wh{
	display: inline-block;
}
body.dark .mplz_mp_settings,
.mplz_mp_settings.changed{
	background-color: #fff;
}
body.dark .mplz_mp_settings .icon,
.mplz_mp_settings.changed .icon{
	background-color: #fff;
}
body.dark .mplz_mp_settings .icon .svg,
.mplz_mp_settings.changed .icon .svg{
	color: #000;
}
body.dark .mplz_mp_settings .title,
.mplz_mp_settings.changed .title{
	color: #000;
}
body.dark .mplz_mp_settings .title:before,
.mplz_mp_settings.changed .title:before{
	background-color: rgba(0,0,0,.5);
}
body.dark .mplz_mp_settings .direction li a,
.mplz_mp_settings.changed .direction li a{
	color: #000;
}
body.dark .mplz_mp_settings .cursor li:nth-child(1) a,
.mplz_mp_settings.changed .cursor li:nth-child(1) a{
	border-color: #000;
}
body.dark .mplz_mp_settings .cursor li:nth-child(1) a:before,
.mplz_mp_settings.changed .cursor li:nth-child(1) a:before{
	background-color: #000;
}
body.dark .mplz_mp_settings .cursor li .svg,
.mplz_mp_settings.changed .cursor li .svg{
	color: #000;
}
.mplz_mp_settings .cursor{
	margin: 0px;
	list-style-type: none;
	padding-top: 15px;
}
.mplz_mp_settings .cursor li{
	margin: 0px 20px 0px 0px;
	display: inline-block;
}
.mplz_mp_settings .cursor li a{
	text-decoration: none;
	color: #fff;
	opacity: .4;
	font-weight: 600;
}
.mplz_mp_settings .cursor li a.showme{
	opacity: 1;
}
.mplz_mp_settings .cursor li:nth-child(1) a{
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 2px solid #fff;
	position: relative;
	display: inline-block;
}
.mplz_mp_settings .cursor li:nth-child(1) a:before{
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #fff;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
}
.mplz_mp_settings .cursor li .svg{
	width: 25px;
	height: 25px;
	color: #fff;
}
.mplz_mp_settings .cursor li:nth-child(2){
	position: relative;
	top: -2px;
}
.mplz_mp_settings .effect{
	margin: 0px;
	list-style-type: none;
	padding-top: 15px;
	padding-bottom: 25px;
}
.mplz_mp_settings .effect li{
	margin: 0px 0px 5px 0px;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	background-color: #fff;
	opacity: .4;
}
.mplz_mp_settings .effect li a{
	text-decoration: none;
	color: #000;
	font-size: 13px;
	font-weight: 600;
	font-family: "Poppins";
	display: block;
	position: relative;
	top: 2px;
}
.mplz_mp_settings .effect li.selected{
	background-color: #fff;
	opacity: 1;
}

/*---------------------------------------------------*/
/*	16) ULUBEYWEB MEDIA QUERIES (FOR SMALL DEVICES)
/*---------------------------------------------------*/

@media (max-width: 1600px){
	.container{max-width: 1120px;}
	.mplz_mp_hero .content_inner h3{font-size: 80px;}
}

@media (max-width: 1200px){
	.mplz_mp_hero .background .leftpart{width: 0%;}
	.mplz_mp_hero .background .rightpart{padding-left: 0px;}
}

@media (max-width: 1040px){
	.mplz_mp_preloader{display: none;}
	.mplz_mp_topbar{display: none;}
	.mplz_mp_mobile_menu{display: block;}
	.mplz_mp_hero .content_inner h3{font-size: 60px;}
	.mplz_mp_main_title .title h3 .bg{display: none;}
	.mplz_mp_about .name h3 .bg{display: none;}
	.mplz_mp_about .about_inner{flex-direction: column;align-items: baseline;}
	.mplz_mp_about .about_inner .left{width: 100%;margin-bottom: 50px;}
	.mplz_mp_about .about_inner .left .image .myDot{display: none;}
	.mplz_mp_about .about_inner .right{width: 100%;padding-left: 0px;}
	.mplz_mp_about .name h3{font-size: 30px;}
	.mplz_mp_main_title .title h3{font-size: 30px;}
	.mplz_mp_main_title{display: block;}
	.mplz_mp_marka .marka_filter{display: block;}
	.mplz_mp_marka .marka_filter .wrapper{display: none;}
	.mplz_mp_marka .marka_filter ul li{left: 0px;opacity: 1;visibility: visible;}
	.mplz_mp_marka .marka_filter ul{padding-right: 0px;padding-top: 40px;}
	.mplz_mp_marka .marka_inner{padding-top: 30px;}
	.mplz_mp_marka .marka_inner ul li{width: 50%;}
	.mplz_mp_contact .desc{max-width: 100%;}
	.mplz_mp_contact .contact_inner .wrapper{flex-direction: column;align-items: baseline;}
	.mplz_mp_contact .contact_inner .left{width: 100%;padding-right: 0px;margin-bottom: 40px;}
	.mplz_mp_contact .right{width: 100%;padding-left: 0px;}
	.mplz_mp_copyright .copyright_inner > ul > li{width: 100%;padding-left: 0px;}
	.mplz_mp_copyright .copyright_inner > ul{display: block;margin: 0px;}
	.mplz_mp_marka{padding-top: 140px;margin-bottom: 140px;}
	.mplz_mp_contact{padding-top: 140px;}
	.mouse-cursor{display: none;}
}

@media(max-width: 768px){
	.mplz_mp_hero .content_inner h3{font-size: 50px;}
	.mplz_mp_service ul li .svg{position: relative;margin-bottom: 20px;}
	.mplz_mp_service ul li .details{padding-left: 0px;}
	.mplz_mp_marka .marka_inner ul{margin: 0px;}
	.mplz_mp_marka .marka_inner ul li{width: 50%;padding-left: 0px;}
}