/*
  **SADECE ANASAYFAYA AIT CSS**
*/
.fixed-scroll{
 position: absolute;
    bottom: 78px;
    left: 0;
    z-index: 9;
	cursor:pointer;
}
.fixed-scroll-inner{
	    transform: rotate(270deg);
    color: #ffffff;
    letter-spacing: 2px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
	position:relative;
	display:block;
}
.fixed-scroll-inner:after{
	content:'';
	width:128px;
	height:1px;
	background:#ffffff;
	float:left;
	margin-left:8px;
	position:absolute;
	top:10px;
	left:100%;
}
.main-slider-area{
	position:relative;
}
.main-slider-item{
	width:100%;
	position:relative;
}
.main-slider-item a{
	width:100%;
}
.main-slider-img{
	width:100%;
}
.main-slider-img img{
	width:100%;
	height: 560px;
	
}
.main-slider-text{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin:auto;
	display:flex;
	align-items:left;
	flex-wrap:wrap;
	z-index:2;
	padding:0 0 0 337px;
	 flex-direction: column;
	 height:100%;
	 justify-content:center;
	 
}
.main-slider-title{
	font-family: 'Raleway', sans-serif;
	font-size:24px;
	color:#ffffff;
	letter-spacing:0;
	line-height:30px;
	margin:0 0 7px 0;
	font-weight:400;
	width:39%;
	text-align:left;
	float:left;
	
}
.main-slider-content-img{
	width: 100%;
	height: auto;
	position: absolute;
	justify-content: center;
    left: 990px;
}
.main-slider-short{
	color:#ffffff;
	font-family: 'Raleway', sans-serif;
	font-size:60px;
	margin:0 0 52px 0;
	letter-spacing:0px;
	font-weight:700;
	line-height:65px;
		width:100%;
	text-align:left;
}
.main-slider-btn-cover{
	float:left;
	width:100%;
}
.main-slider-btn{
	width:auto;
	max-width:100%;
	border:1px solid #ffffff;
	border-radius:17px;
	padding-left: 29px;
	padding-right: 33px;
	padding-top: 12px;
	padding-bottom: 10px;
	line-height:15px;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size:14px;
	letter-spacing:0;
	color:#ffffff;
	float:left;
	background:transparent;
	  -webkit-transition: all .4s;
  transition: all .4s;
	}
	.main-slider-item:hover .main-slider-btn{
	background: transparent;
	  -webkit-transition: all .4s;
  transition: all .4s;
}
.main-slider .owl-dots{
	position:absolute;
	left:337px;
	right:0;
	top:494px;
	text-align:left;
}
.main-slider .owl-dots .owl-dot{
	width:7px;
	height:7px;
	background:#ffffff;
	border-radius:50%;
	border:0;
	padding:0;
	margin:0 10px 0 0;
	border:0px !important;
	outline: none !important;
}
.main-slider .owl-dots .owl-dot:last-child{
	margin:0 0 0 0;
}
.main-slider .owl-dots .owl-dot.active{
	width:17px;
	height:17px;
}
.home-product-range{
	padding:70px 0 74px 0;
	background-image: url('../img/home-product-bg.jpg');
	background-position: right;
	background-repeat: no-repeat;
	background-size: auto;
}
.hpr-top{
	margin:0 0 38px 0;
}
h1.hpr-title {
	color:#494d4e;
	font-size:48px;
	letter-spacing:0;
	line-height:54px;
	font-weight:400;
	margin:0 0 8px 0;
	width:100%;
	text-align:center;
	font-family: 'Raleway', sans-serif;
}
h2.hpr-short-title{
		margin:0 0 0 0;
		font-family: 'Raleway', sans-serif;
		color:#494d4e;
		font-size:20px;
		font-weight:300;
		letter-spacing:0.5px;
		line-height:25px;
		width:100%;
		text-align:center;
}
.home-product-list{
	margin-left:-20px;
	margin-right:-20px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.hpl-item{
	
	padding:0 20px;
	margin:0 0 40px 0;
}
.hpl-item a{
	width:100%;
	position:relative;
	float:left;
	overflow:hidden;
	
}
.hpl-logo{
	background-color: #ffffff;
    width: 274px;
    /* height: 80px; */
    border-radius: 44px;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    padding-top: 17px;
    padding-bottom: 17px;
    position: absolute;
    margin-top: 468px;
    margin-left: 45px;
    /* margin-right: auto; */
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

.hpl-item img{
	width:100%;
	  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 15px;
}
.hpl-item a:hover img{
	/*  -webkit-transition: all .4s;
  transition: all .4s;
  transform: scale3d(1.2,1.2,1);*/
  
  transform: scale3d(1.2,1.2,1);
    transition: transform .8s, filter 1.5s ease-in-out;
}

.mh-products-list a:hover img{
	transform: scale3d(1.2,1.2,1);
    transition: transform .8s, filter 1.5s ease-in-out;
}
.hpl-item a:hover
{
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
			  -webkit-transition: all .4s;
  transition: all .4s;
}
.hpl-item a:hover:before, .hpl-item a:hover:after
{
  content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
	  -webkit-transition: all .4s;
  transition: all .4s;
}
.hpl-item a:hover:after
{
  right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.hpl-title{
	width:100%;
	padding:0 30px;
	position:absolute;
	font-family: 'Raleway', sans-serif;
	left:0;
	right:0;
	margin:auto;
	top:46px;
	text-align:center;
	color:#494d4e;
	font-size:24px;
	font-weight:600;
	letter-spacing:0;
	line-height:27px;
	 -webkit-transition: all .4s;
  transition: all .4s;
}
.hpl-item:hover .hpl-title{
	color:#36393a;
	 -webkit-transition: all .4s;
  transition: all .4s;
}

.view-all{
	border-radius: 17px;
	color: #ffffff;
	background-color: #1373a7;
	width:190px;
	max-width:90%;
	border:0px;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 11px;
	padding-bottom: 10px;
	text-align:center;
	margin:37px auto 0 auto;
	cursor:pointer;
	  -webkit-transition: all .4s;
  transition: all .4s;
}
.view-all span{
	line-height:19px;
	color:#ffffff;
	font-size:18px;
	font-weight:700;
	letter-spacing:0;
	font-family: 'Raleway', sans-serif;

}
.view-all span.hidden-view-all{
	display:none;
}
.view-all:hover{
	color:#ffffff;
	background:#3366cc;
	  -webkit-transition: all .4s;
  transition: all .4s;
}
.view-all:hover span{
	color:#ffffff;
}
.hpl-item.hidden-hpl-item{
	display:none;
}
.chosen-products{
	width:100%;
	background:#ffffff;
	padding:68px 0;
}
.cp-head{
	padding:0 0 37px 0;
}
.cp-title{
	margin:0 0 10px 0;
	line-height:54px;
	color:#494d4e;
	letter-spacing:0;
	font-weight:400;
	font-size:48px;
	font-family: 'Raleway', sans-serif;
	width:100%;
	text-align:center;
	
}
.cp-shorttitle{
	margin:0 0 0 0;
	line-height:23px;
	color:#494d4e;
	letter-spacing:0.5px;
	font-weight:300;
	font-size:20px;
	font-family: 'Raleway', sans-serif;
	width:100%;
	text-align:center;
}
.cp-list {
    margin-left: -6px;
    margin-right: -6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cp-item{
	padding:0 6px;
	width:30.33%;
	position:relative;
}
.cp-item a{
	width:100%;
}
.cpi-img{
	
	background: #ffffff;
    width: 100%;
    height: 441px;
    max-height: 600px;
    overflow: hidden;

}
.cpi-img-inner{
	/*width:100%;*/
	height:100%;
	overflow:hidden;
	text-align-last: center;
}
.cpi-img-inner img{
	/*width:100%;*/
	  -webkit-transition: all .4s;
  transition: all .4s;

}
/*.cp-item a:hover img{
	  -webkit-transition: all .4s;
  transition: all .4s;
  transform: scale3d(1.1,1.1,1);
}
.cp-item a:hover .cpi-img{
	     box-shadow: 0 4px 3px -3px #c1c1c16b;
}*/

.cpi-text{
	padding:7px 25px 73px 25px;
	margin:0 0 0 0;
}
.cpi-title{
	margin:0 0 24px 0;
	line-height:20px;
	color:#494d4e;
	letter-spacing:0px;
	font-weight:600;
	font-size:18px;
	font-family: 'Raleway', sans-serif;
	width:100%;
	text-align:center;
}
.cpi-desc{
	margin:0 0 0 0;
	line-height:30px;
	color:#666666;
	letter-spacing:0px;
	font-weight:400;
	font-size:18px;
	font-family: 'Raleway', sans-serif;
	width:100%;
	text-align:center;
}
.cpi-btn{
	background-color: #1377a7;
	width:156px;
	max-width:100%;
	text-align:center;
	border-radius: 23px;
	padding:12px 15px 12px 15px;
	line-height:20px;
	color:#ffffff;
	letter-spacing:0px;
	font-weight:600;
	font-size:14px;
	font-family: 'Raleway', sans-serif;
	margin:0 auto;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	 -webkit-transition: all .4s;
  transition: all .4s;
  cursor:pointer;
}
.cpi-btn:hover{
	background:#1377a7;
	  -webkit-transition: all .4s;
  transition: all .4s;
  color:#ffffff;
}
.form-group input[type=text]
{
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.form-group input[type=tel]
{
	-webkit-border-radius: 25px;
	border-radius: 25px;
	
}
.form-group input[type=email]
{
	-webkit-border-radius: 25px;
	border-radius: 25px;
	
}
.vr {
	border-left: 1px solid #d8d4d4;
	height: 500px;
}
/* MEDIA */
@media (max-width: 1449px) {
	.main-slider-text {
		padding: 0 0 0 220px;
		}
	.main-slider-content-img {
		left:720px;
		transform:scale(0.8);
	}
	.main-slider-img img {
		width: auto;
		height: 560px;
		margin-left: 100%;
		/*transform: translateX(-50%);*/
	}
	.main-slider .owl-dots{
		left:220px;
	}
  }

@media (max-width: 1380px) {
	.hpl-title {
    font-size: 19px;
    line-height: 20px;
}
.main-slider-short {
    font-size: 50px;
}
.main-slider-title {
    font-size: 22px;
}
.hpl-item {
    width: 25%;
}
.main-slider-text {
	padding: 0 0 0 200px;
	}
	.main-slider .owl-dots{
		left:200px;
	}
.main-slider-content-img {
	left:580px;
	transform:scale(0.7);
}
.main-slider-img img {
    width: auto;
    height: 560px;
    margin-left: 100%;
    /*transform: translateX(-50%);*/
}
 }

@media (max-width: 1199px) {


.fixed-scroll {
    left: -18px;
}
.main-slider-text {
	padding: 0 0 0 100px;
	}
	.main-slider .owl-dots{
		left:100px;
	}
.main-slider-content-img {
	left:480px;
	transform:scale(0.7);
}
.main-slider-img img {
    width: auto;
    height: 560px;
    margin-left: 100%;
    /*transform: translateX(-50%);*/
}
.hpl-item {
    width: 25%;
}
}
@media (max-width: 991px) {

.main-slider-short {
    font-size: 38px;
	line-height:42px;
	
}
.main-slider-title {
    font-size: 19px;
	line-height:22px;
}
.main-slider .owl-dots {
    bottom: 35px;
}
.main-slider-text {
	padding: 0 0 0 70px;
	}
	.main-slider .owl-dots{
		left:70px;
	}
.main-slider-content-img {
	left:380px;
	transform:scale(0.6);
}
.main-slider-img img {
    width: auto;
    height: 560px;
    margin-left: 100%;
    /*transform: translateX(-50%);*/
}
.hpl-item {
    width: 25%;
}
  }
@media(max-width:991px){
	
	.main-slider-short {
    margin: 0 0 30px 0;
}
h1.hpr-title,.cp-title {
    font-size: 35px;
	line-height:40px;
}
.cpi-desc {
	font-size:14px;
	line-height:18px;
}
.cpi-btn {
    width: 174px;
    line-height: 18px;
    font-size: 16px;
}

}
@media(max-width:860px){
	.main-slider-content-img {
		left:330px;
		transform:scale(0.6);
	}
	.main-slider-img img {
		width: auto;
		height: 560px;
		margin-left: 100%;
		/*transform: translateX(-50%);*/
	}
	.hpl-item {
		width: 25%;
	}
	
}
@media(max-width:795px) and (min-width:768px){
	
	
}
@media (max-width: 767px) {
	.hpl-item {
		width: 25%;
	}
.main-slider-short {
    font-size: 30px;
	line-height:22px;
	
}
.main-slider-title {
    font-size: 16px;
	line-height:20px;
}

.main-slider-img{
	overflow:visible;
}
.main-slider-img img {
    width:100%;
    height: 560px;
	margin-right: 0;
	background-repeat: no-repeat;
    transform: translateX(100%);
}
.cpi-title {
    margin: 0 0 13px 0;
    line-height: 20px;
    min-height: 41px;
	 font-size: 13px;
}
.cpi-btn {
    width: 155px;
    line-height: 18px;
    font-size: 14px;
}
.main-slider-content-img {
	left:270px;
	transform:scale(0.6);
}
  }
@media (max-width: 690px){
	.main-slider-content-img {
		left:230px;
		transform:scale(0.6);
	}
	.main-slider-text {
		padding: 0 0 0 40px;
		}
	.main-slider .owl-dots{
			left:40px;
		}
		.hpl-item {
			width: 25%;
		}
}
@media (max-width: 590px) {
	
  }
  @media(max-width:560px){
		.hpl-item {
    width: 25%;
}
.cp-item {
    width: 100%;
	margin-bottom:42px;
}
h1.hpr-title, .cp-title {
    font-size: 26px;
    line-height: 28px;
}
h2.hpr-short-title,.cp-shorttitle {
   font-size:18px;
   line-height:20px;
}
.main-slider-content-img {
	left:200px;
	transform:scale(0.6);
}
.main-slider-text {
	padding: 0 0 0 20px;
	}
.main-slider .owl-dots{
		left:20px;
	}
	.hpl-item {
		width: 25%;
	}
  }
@media (max-width: 480px) {
.main-slider-img img {
    height: 360px;
}
.main-slider-short {
    font-size: 24px;
    line-height: 22px;
}
h1.hpr-title, .cp-title {
    font-size: 22px;
    line-height: 24px;
}
h2.hpr-short-title,.cp-shorttitle {
   font-size:16px;
   line-height:18px;
}
.hpl-item {
    width: 50%;
}
}
@media (max-width:475px){
	
}
@media(max-width:450px){

}
@media(max-width:412px){
	
}

@media(max-width:360px){
	.hpl-item {
    width: 50%;
}
}