/*-----------------------------------------------------------------------------------

Theme Name: PinFabrics Web Site Teması
Theme URI: https://siteyaptir.com
Description: siteyaptir.com Base Theme
Author: Siteyaptir.com
Author URI: https://siteyaptir.com
Version: 1.0

-----------------------------------------------------------------------------------*/

@font-face {
	font-family: 'Lora-Regular';
	src: url('assets/fonts/Lora-Regular.woff2') format('woff2'),
	url('assets/fonts/Lora-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lora-Medium';
	src: url('assets/fonts/Lora-Medium.woff2') format('woff2'),
	url('assets/fonts/Lora-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lora-Bold';
	src: url('assets/fonts/Lora-Bold.woff2') format('woff2'),
	url('assets/fonts/Lora-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Quicksand-Medium';
	src: url('assets/fonts/Quicksand-Medium.woff2') format('woff2'),
	url('assets/fonts/Quicksand-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Quicksand-Light';
	src: url('assets/fonts/Quicksand-Light.woff2') format('woff2'),
	url('assets/fonts/Quicksand-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Quicksand-Bold';
	src: url('assets/fonts/Quicksand-Bold.woff2') format('woff2'),
	url('assets/fonts/Quicksand-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Quicksand';
	src: url('assets/fonts/Quicksand-Regular.woff2') format('woff2'),
	url('assets/fonts/Quicksand-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}



html, body{
	height: 100%;
	width: 100%;
	overflow-x:hidden;
	background: #FEFDF8;;
}

span, a , p , h1 , h2 , h3 , h4 , h5 , h6 {
	color: #fefdf8;
}

* {
	box-sizing: border-box;
}

a:hover {
	color: inherit;
}

.centered {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	margin-top: auto !important;
	margin-bottom: auto !important;
}

header {
	position: relative;
	width: 100%;
	left: 0;
	background: transparent;
	top: 0;
	z-index: 10;
	height: 160px;
}
.front-right {
	height: 95%;
}
.front-left {
	height: 105%;
}
.header-block {
	position: absolute;
	width: 100%;
	left: 0;
	background: transparent;
	top: 0;
	z-index: 10;
}

.mt-60 {
	margin-top: 60px !important;
}

.slider {
	width: 50%;
	margin: 100px auto;
}

.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}


.slick-slide {
	transition: all ease-in-out .3s;
}


.slick-current {
	opacity: 1;
}
.bg-theme {
	background: #FEFDF8;
}

.pin-logo{
	position: absolute;
	top: 0;
	left: 20%;
	height: 150px;
	z-index: 13;
}

.container-fluid.pin-container {
	padding: 0px 120px;
}
.row.pin-row {
	padding: 100px;
}

.vision-pad {
	padding: 100px 0px;
}

.row.mid-padding {
	padding: 100px;	
}

.row.low-padding {
	padding: 10px 100px 50px 100px;
}

.container-fluid.pin-big-container{
	padding: 0px 220px;
}

.w-70 {
	width: 70%;
}

.pin-slider {
	position: relative;
	z-index: 12;
}

#headerPin, .pin-slider{
	width:100%;
	object-fit: cover;
	min-height: 500px;
	max-height: 800px;
}

.section-padding {
	padding: 100px 0px;
}
.bg-blue {
	background: #1D2769;
}

.bg-brown {
	background: #A7634C;
}

.bg-purple {
	background: #939DE0;
}

.bg-orange {
	background: #E27A57;
}

.bg-line-blue {
	background-image: url(assets/img/bg-blue.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.bg-line-red {
	background-image: url(assets/img/bg-line-red.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.right-content-header{

}

.header-menu-items{
	height: 80vh;
	margin-left: -20px;
}

#headerPin h1{
	font-size: 38px;
	color: #FEFDF8;
	font-family: 'Lora-Regular';
}

#headerPin p{
	font-size: 16px;
	color: #FEFDF8;
	font-family: 'Quicksand';
}

#topMenu {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

#topMenu ul.navbar-nav {
	margin-top: 20px;
}

#topMenu ul.navbar-nav li {
	padding: 10px
}

#topMenu ul.navbar-nav li a {
	font-size: 16px;
	font-family: 'Quicksand-Medium';
	color: #FEFDF8;
	padding: 10px 10px;
	position: relative;
	text-transform: uppercase;
}

.bg-theme #topMenu ul.navbar-nav li a {
	color: #939DE0 !important;
}

.bg-theme .bg-purple #topMenu ul.navbar-nav li a {
	color: #FEFDF8 !important;
}

.bg-theme .bg-orange #topMenu ul.navbar-nav li a {
	color: #FEFDF8 !important;
}

#topMenu ul.navbar-nav li a.current {
	color: #000;
}

#topMenu ul.navbar-nav li.language a {
	/*color: #A7634C;*/
	text-decoration: underline;
}

.top-content-area {
	padding: 80px 90px;
}

h1.top-content-head {
	font-size: 48px;
	font-family: 'Lora-Regular';
	margin: 20px 0px;
}

p.top-content-p {
	font-size: 18px;
	font-family: 'Quicksand';
	margin: 20px 0px;
}

.btn-standart {
	background: transparent;
	font-size: 18px;
	font-family: 'Quicksand-Medium';
	padding: 5px 40px;
	margin: 10px 0px;
}

.btn-send {
	float: right;
	padding: 8px 45px;
	font-weight: 400;
}

.btn-standart.border-white {
	border: 1px solid #FFFFFF;
	color: #fff;
}
.btn-standart.border-dark {
	border: 1px solid #1B1B1B;
	color: #1B1B1B;
}

section#content {
	padding: 80px 0px;
}

.page-content-head {
	font-size: 40px;
	color: #181818;
	font-family: 'Lora-Regular';
	margin-bottom: 20px;
}

.page-content-div {
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-flow: column;
	height: 100%;
}

.page-content-p , .page-content{
	font-family: 'Quicksand';
	font-size: 18px;
	color: #181818;
}

.page-content-padding {
	padding-top: 100px;
}

.head-content-p {
	font-family: 'Quicksand';
	font-size: 20px;
	color: #181818;
}

#boxPart {
	padding: 20px 0px;
	margin: 60px 0px 20px 0px;
}

.box-part {
	width: 50%;
	height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#boxPart .col-md-4:not(:last-child) .box-part:after {
	content: '';
    position: absolute;
    right: 0px;
    top: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 175px;
    width: 1px;
}



.border-span {
	background-color: #E27A57;
	display: block;
	height: 4px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.box-part h4 {
	font-size: 24px;
	text-align: left;
	color: #181818;
	font-family: 'Lora-Regular';
	margin-left: auto;
	margin-right: auto;
}

.box-part p {
	font-size: 18px;
	font-family: 'Quicksand';
	color: #181818;
	text-align: left;
	padding: 20px 0px;
	margin-left: auto;
	margin-right:auto;
}

.text-theme-white {
	color: #FDFDFD;
}

.text-theme-black {
	color: #1B1B1B !important;
}

.right-content {
	align-items: flex-start;
	justify-content: center;
	display: flex;
	height: 100%;
	flex-direction: column;
	width: 70%;
}

.about-bottom-content {
	width: 75%;
	margin-top: 100px;
}

.theme-big-margin {
	margin-top: 50px;
}

.part {
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
	padding: 40px 0px;
}

.part h4 , .part p {
	color: #FEFDF8;
}

.part .part-image {
	width: 100%;
	margin: 30px 0px 0px 0px;
	height: 120px;
}

.part-content .part-title {
	font-size: 24px;
	color: #fff;
	padding: 40px 0px 5px 0px;
}

.part-text p {
	font-family: 'Quicksand';
	font-size: 16px;
}

.slick-slide-section {
	width: 60%;
}

footer {
	padding: 80px 0px 30px 0px;
}

.footer-list-div {
	display: flex;
	justify-content: center;
	width:100%;
}

.footer-list {
	display: inline-block;
	margin-left: 20px;
}

.footer-list li {
	list-style: none;
}

.footer-list h4 {
	font-size: 24px;
	color: #FEFDF8;
	font-family: 'Quicksand-Medium';
	font-weight: normal;
	margin-bottom: 15px;
}

.footer-list li a {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Quicksand';
	color: #FEFDF8;
	line-height: 2;
}

.footer-list li a:hover {
	text-decoration: underline;
}

.head-content {
	padding: 60px 100px 80px 160px;
}

.contact-sect#headerPin {
	min-height: 850px;
}

.contact-sect .head-content , .contact-sect .right-content-header {
	padding-top: 165px;
}

.mt-100 {
	margin-top: 100px !important;
}

.servis-img {
	padding: 40px;
}

.small-p {
	font-size: 18px;
}

.small-h {
	font-size: 36px;
	line-height: 1.2;
}

.pin-form {
	border: 1px solid #fff;
	padding: 60px 60px 40px 60px;
}

.pin-form .form-group {
	margin-bottom: 40px;
}

.contact-m {
	margin-top: 40px;
}

.pin-form label {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0;
	font-family: 'Quicksand';
}

.btn-contact {
	margin-top: 40px;
}

.pin-input {
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #fff;
	color: #000;
	padding-left: 0px;
	border-radius: 0px;
}

.pin-input.form-control:focus {
	background-color :transparent;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #fff;
	color: #000;
}

#headerPin .contact-p {
	width: 100%;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 5px;
}

#headerPin .contact-content-p {
	font-family: 'Quicksand-Medium';
	font-size: 30px;
}

.message-icon {
	display: inline-block;
	width: 20px;
	height: 16px;
	background-image: url('assets/img/message-icon.png');
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 20px;
}

.phone-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('assets/img/phone-icon.png');
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 20px;
}

.empty-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 11px;
}

.contact-p img {
	padding-right: 10px;
	width: 30px;
}

.dropdown-menu {
	border: none;
}

#topMenu ul.navbar-nav li a.dropdown-item {
	font-size: 15px ;
	padding: 5px 20px;
	color: #939ce0;
}

.current.dropdown-toggle::after {
	display: none;
}
.footer-bottom {
	display: flex;
	align-items: baseline;
}
.footer-logo {
	background: url('assets/img/bottom-logo.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	padding: 15px;
	display: inline-block;
}
.copyright {
	color: #fff;
	font-size: 16px;
	margin-left: auto;
	bottom: 50px;
	position: relative;
}
.bg-black {
	background-color: #000 !important;
}
.border-black {
	border: 1px solid #000 !important;
}
.small-header {
	font-size: 16px;
	font-family:'Lora-Regular';
	color: #000;
}
.slick-dots li {
	margin: 0 !important;
}
.slick-dots li button:before {
	font-size: 10px !important;
}

.slick-prev, .slick-next {
	display: none !important;
}

.img-100 {
	width: 100%;
}
.logo-2x {
	height: 300px;
}
#headerPin.more-height {
	min-height: 600px;
}
.service-top-padding {
	padding: 0 20px;
}
.btn-margin {
	margin-top: 40px;
}
.logo {
	height: 155px;
	padding-left: 50px;
}
.navbar-brand {
	padding-top: 0;
}
.section-top-pin {
	padding: 90px 0px 120px 0px;
}
.line-pad {
	padding: 90px 0px 150px 0px;
}
.about-right-img {
	position: relative;
}
.about-right-img img {
	position: absolute;
    top: 0px;
    left: 60px;
}
.about-w {
	width: 75%;
}
.w-85 {
	width: 85%;
}
.contact-sect {
	padding: 90px 0px 60px 0px;
	margin-bottom: 30px;
}
.slide-img {
	position:relative;
	top: -160px;
	z-index:10;
	height: calc(100% + 160px);
    object-fit: cover;
}
.description {
	padding: 0px 100px 150px 100px
}
.front-pin-logo {
	position: absolute;
    top: -160px;
    left: 60px;
    height: 250px;
    z-index: 13;
}
.certificate-right-text {
	padding: 0 100px;
	margin-left: auto;
}
.mobile-logo {
	display: none;
}
.left-service-text {
	padding-left: 10px;
}
.right-service-text {
	padding-right: 10px;
}
.blue-line {
	position: relative;
	width: 100%;
}
.bg-line {
	position: absolute;
	right: 0;
	top: 20%;
	width: 50%;
}
.bg-red-line {
	position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 100px;
    width: 50%;
}
.special-small {
	width: 80%;
}
.servis-left {
	padding-left: 0;
}
.no-mobile {
	display: inline-block;
}
.no-desktop {
	display: none;
}

.contact-content-p, .contact-p{
	font-family: 'Quicksand' !important;
}

@media only screen and (max-width: 1250px) and (min-width: 769px) {

	.certificate-right-text{
		padding: 0;
	}

	#topMenu ul.navbar-nav li {
		padding: 0;
	}
	#topMenu ul.navbar-nav li a {
		font-size: 14px;
		padding: 10px 4px;
	}
	.top-content-area {
		margin-top: 40px !important;
		padding-top: 40px;
	}
	#headerPin h1 {
		font-size: 34px;
	}
	#headerPin p {
		font-size: 14px;
	}
	.container-fluid.pin-big-container {
		padding: 0px 100px;
	}
	.head-content {
		padding: 30px 40px 0px 40px;
	}
	.margin-tarihce {
		margin-top: 60px !important;
	}
	.row.mid-padding {
		padding: 50px;
	}
	.small-h {
		font-size: 33px;
	}
	.small-p {
		font-size: 16px;
	}
	.right-content {
		width: 80%;
	}
	.servis-img {
		padding: 0;
	}
	.row.low-padding {
		padding: 30px 100px 70px 100px;
	}
	.head-content-p {
		font-size: 16px;
	}
	.service-row {
		padding: 30px 0px;
	}
	.footer-list {
		margin: 0 40px;
	}
}
@media only screen and (max-width: 768px) {
	.description {
		padding: 0px 15px 50px 15px;
	}
	h1.top-content-head {
		font-size: 30px;
	}
	p.top-content-p {
		font-size: 15px;
	}
	.btn-margin {
		margin-top: 20px;
	}
	.btn-standart {
		font-size: 15px;
	}
	.front-pin-logo {
		top: -160px;
		height: 110px;
	}
	.certificate-right-text {
		padding: 20px 0 0 0;
	}
	.slick-slide {
		margin: 0;
	}
	.w-70 {
		width: 100%;
	}
	.box-part:after {
		content:none !important;
	}
	.box-part {
		margin-left: 0;
	}
	.navbar-expand-lg {
		position: absolute;
	    width: 100%;
	    left: 0;
	    right: 0;
	    top:-25px;
	    padding: 0;
	    background: #fff;
	    padding: 10px;
	}
	.navbar-toggler {
		margin-right: 0 !important;
    	margin-left: auto;
    	background-color: #fff;
	}
	.navbar-toggler-icon {
		height: 2px;
	    width: 30px;
	    background-color: #000;
	    margin: 7px 0px;
	    display: block;
	}
	header {
		z-index: 14;
	}
	.logo {
		position: relative;
    	top: -5px;
    	padding-left: 25px;
    	display: none;
	}
	.navbar-expand-lg .navbar-nav {
		width: 100%;
	}
	#topMenu.navbar-collapse , #topMenu.navbar-collapse .navbar-nav {
		margin-right: 0;
		width: 100%;
		background-color: #fff;
	}
	#topMenu.navbar-collapse .nav-link {
		color: #939DE0;
	}
	.mobile-logo {
		display: inline-block;
	    height: 60px;
	    position: absolute;
	    top: 0;
	    left: 9px;
	    z-index: 16;
	}
	header {
		height: 40px;
	}
	.about-right-img img{
		position: static;
	}
	.pin-form {
		margin-top: 40px;
	}
	.contact-sect {
		padding: 40px 0px 30px 0px;
	}


	.top-content-area {
		padding: 30px;
	}
	.footer-list-div {
		display: contents;
	}

	.mt-100 {
		margin-top: 0 !important;
	}

	#headerPin{
		max-height: max-content;
	}

	#headerPin h1 {
		font-size: 20px;
	}

	.page-content-p, .page-content {
		font-size: 12px;
	}

	.page-content-head {
		font-size: 20px;
	}
	.small-header {
		font-size: 12px;
	}

	.box-part h4 {
		font-size: 22px;
	}
	section#content {
		padding: 20px 0px;
	}
	.row.pin-row {
		padding: 30px 20px;
	}
	.right-content {
		width: 100%;
		margin-top: 10px;
	}
	.container-fluid.pin-big-container {
		padding: 0px 35px;
	}
	.part {
		padding: 20px 0px;
	}
	.part h4 {
		font-size: 16px;
	}
	.part-text p {
		font-size: 12px;
	}
	.part .part-image {
		margin: 10px 0px 0px 0px;
		height: 50px;
	}
	.part .part-image img {
		height: 50px;
	}
	.part-content .part-title {
		padding: 10px 0px 5px 0px;
	}
	.container-fluid.pin-container {
		padding: 0px 15px;
	}
	.footer-list {
		padding-left: 10px;
		margin: 20px 0px;
	}
	footer {
		padding: 20px 0px;
	}
	.footer-list h4 {
		font-size: 20px;
	}
	.footer-list li a {
		font-size: 14px;
	}
	.copyright {
		bottom: 0;
	}
	.footer-bottom {
		display: block;
		text-align: center;
	}
	.section-padding {
		padding: 20px 0px;
	}
	.head-content {
		padding: 0px 15px;
		margin-top: 70px !important;
	}
	.pin-logo {
		height: 75px;
	}
	.tarihce-img {
		width: 100%;
		margin-top: 40px;
	}
	.small-p {
		font-size: 14px;
	}
	#topMenu {
		display: none;
	}
	.bg-line-red , .bg-line-blue {
		background-position: bottom;
		background-size: contain;
	}
	.navbar-toggler {
		margin-right: auto;
		border: none;
	}
	.special-head-content {
		margin-top: 60px !important;
		padding-bottom: 30px;
	}
	.mt-0-mobile {
		margin-top: 0 !important;
	}
	.head-content-p {
		font-size: 15px;
	}
	.contact-sect .head-content, .contact-sect .right-content-header {
		padding-top: 30px;
	}
	.pin-form {
		padding: 30px;
		width: 100%;
	}
	#headerPin .contact-content-p {
		font-size: 22px;
	}
	.pin-logo {
		right: 20%;
		left: auto;
	}
	.pin-form {
		margin-bottom: 30px;
	}

	.p-0 {
		padding: 0 15px !important;
	}
	.header-block.bg-purple {
		background: transparent;
	}
	.pin-slider {
		z-index: 9;
	}
	.navbar-nav {
		display: inline-block;
		background-color: #868585;
	}
	.service-top-padding {
		padding: 30px 0px;
	}
	#headerPin.more-height {
		min-height: 510px;
	}
	.about-bottom-content {
		margin-top: 40px;
		width: 100%;
	}
	.section-top-pin {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.vision-pad {
		padding: 40px 0px;
	}
	.line-pad {
		padding: 40px 0px 50px 0px;
	}
	.bg-line {
		width: 100%;
	}
	.bg-red-line {
		width: 100%;
		margin-bottom: 0px;
	}
	#mission.section-padding {
		padding: 40px 0px 50px 0px;
	}
	.about-w {
		width: 100%;
	} 
	.about-bottom-content {
		width: 100%;
	}
	.blue-line {
		display: none;
	}
	.bg-red-line {
		display: none;
	}
	.mobile-no-pad {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.left-service-text {
		padding-left: 0px;
	}
	.no-mobile {
		display: none;
	}
	.no-desktop {
		display: inline-block;
	}


	/*.open .navbar-toggler-icon {
    transform: rotate(-45deg);
    transition: .5s;
    margin: 0;
    margin: -2px 0px;
  }
  .open .navbar-toggler-icon:first-child {
    transform: rotate(45deg);
    margin: 0px;
  }
  .open .navbar-toggler-icon:last-child {
    display: none;
  }*/
}