/*
Cihan YILDIZ - cihan@cihanyildiz.com - Thank you!
 */
body {
	background:#14151f!important;
	color: #14151f!important;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.bg-dark {
    background: #14151f !important;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Rubik', sans-serif;
	font-weight: normal;
	color: #ffffff;
	line-height: 1.3;
}

a {
	color: #0062cc;
	text-decoration: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

img {
	max-width: 100%;
}

a:hover {
	color: #0062cc;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

a:hover, a:focus {
	color: #d81356;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #c5c5c5;
	line-height: 24px;
	font-family: 'Rubik', sans-serif;
}

.z-index {
	z-index: 9;
}

.position-relative {
	position: relative!important;
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid #d81356;
}

.btn:focus {
	outline: none !important;
	box-shadow: none;
}

button:focus {
	outline: 0 none;
	box-shadow: none;
}

.button:focus {
	outline: none;
	box-shadow: none;
}

.button {
	display: inline-block;
	padding: 8px 30px;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 500;
	border: 2px solid #d81356;
	border-radius: 30px;
	background: #821238;
	transition: all 500ms ease;
	cursor: pointer;
	color: #fff;
	margin-top: 25px;
}

.button:hover {
	color: #fff;
	background: transparent;
	border: 2px solid #821238;
}

dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bg-fixed {
	background-attachment: fixed;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}

.section-padding {
	padding: 100px 0;
}

.section-title {
	text-align: center;
	margin-bottom: 75px;
}

.section-title h2 {
	position: relative;
	font-weight: 700;
	padding-bottom: 20px;
	font-size: 33px;
	line-height: 1.3;
	text-transform: uppercase;
	color: #fff;
    display: inline-block;
	transition: all .4s;
	font-family: 'Rubik', sans-serif;
}
.section-title h2:after {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgb(165, 165, 165), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    content: "";
    margin: 0 auto;
}

.display-table {
	width: 100%;
	height: 100%;
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.mr-top-50 {
	margin-top: 50px;
}

.back-to-top {
	position: fixed;
	display: none;
	color: #fff;
	width: 40px;
	height: 42px;
	line-height: 45px;
	border-radius: 0;
	right: 25px;
	bottom: 20px;
	text-align: center;
	background: #821238;
	transition: background 0.5s;
	z-index: 11;
}

.back-to-top i {
	color: #fff;
	font-size: 20px;
}

.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/**************************************
 Cihan YILDIZ - cihan@cihanyildiz.com
 *************************************/
.loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #0f0e17;
	z-index: 9999;
}

.loader-wrapper .middle {
	position: absolute;
	top: 50%;
	width: 100%;
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 6px;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 6px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 26px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 45px;
	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(19px, 0);
	}
}


/**************************************
 Cihan YILDIZ - cihan@cihanyildiz.com
 *************************************/
.navbar-b {
	transition: all .5s ease-in-out;
	background-color: transparent;
	padding-top: 1.563rem;
	padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 10px;
	padding-left: 0;
}

.navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
	color: #dee2e6;
	text-transform: capitalize;
	font-weight: 400;
    font-size: 15px;
	letter-spacing: 0.3px;
}

.navbar-b.navbar-trans .nav-link:hover, .navbar-b.navbar-reduce .nav-link:hover {
	color: #333;
}

.navbar-b.navbar-trans .nav-link:hover {
	color: #ffffff;
}

.navbar-b.navbar-trans .show > .nav-link, .navbar-b.navbar-trans .active > .nav-link, .navbar-b.navbar-trans .nav-link.show, .navbar-b.navbar-trans .nav-link.active {
	color: #fff;
}

.navbar-b.navbar-reduce {
	transition: all .5s ease-in-out;
	background-color: #e9ecef;
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-b.navbar-reduce .nav-link {
	color: #000000;
}

.navbar-b.navbar-reduce .nav-link:hover {
	color: #000;
}

.navbar-b.navbar-reduce .show > .nav-link, .navbar-b.navbar-reduce .active > .nav-link, .navbar-b.navbar-reduce .nav-link.show, .navbar-b.navbar-reduce .nav-link.active {
	color: #000;
}

.navbar-b.navbar-reduce .navbar-brand {
	color: #000;
}

.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #1B1B1B;
}

.navbar-b .navbar-brand {
	color: #fff;
	font-size: 30px;
    font-weight: 400;
	letter-spacing: 2px;
	font-family: 'Verdana', 'Lobster', cursive;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu, .navbar-b .dropdown.show .dropdown-menu, .navbar-b .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}

.navbar-b .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
	background-color: #d81356;
	color: #fff;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #d81356;
}

.navbar-toggler {
	position: relative;
}

.navbar-toggler:focus, .navbar-toggler:active {
	outline: 0;
}

.navbar-toggler span {
	display: block;
	background-color: #fff;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0;
	opacity: 1;
}

.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}

/**************************************
 Cihan YILDIZ - cihan@cihanyildiz.com
 *************************************/
.home-area {
	height: 100vh;
	position: relative;
	color: #fff;
	text-align: center;
	background: url(../img/home-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	z-index: 1;
	padding-bottom: 0px;
}

.home-area::after {
	position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
    z-index: 1;
    background: rgb(3 5 16);
}

.hero-equal-height {
	position: relative;
	min-height: 900px!important;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.home-content h3 {
    font-size: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
}

.home-content h1 {
	font-size: 60px;
	color: #fff;
	margin-bottom: 12px;
	font-weight: 700;
	line-height: 1.3;
}
.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}

.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}

.cd-words-wrapper b.is-visible {
	position: relative;
}

.cd-headline.clip span {
	display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
	color: #ffffff;
	font-weight: 500;
	letter-spacing: 0px;
}

.cd-headline.clip .cd-words-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background-color: #fff;
}

.cd-headline.clip b {
	opacity: 0;
}

.cd-headline.clip b.is-visible {
	opacity: 1;
}
.home-content .home-btn-1 {
	margin-right: 15px;
}
.social-media a {
    display: inline-block;
    padding: 0px 5px;
    margin: 0px 8px;
    color: #fff;
}
.social-media a:hover {
	opacity: .5;
}

/**************************************
 Cihan YILDIZ - cihan@cihanyildiz.com
 *************************************/

.about-img-wrapper {
	padding: 0 20px 0 0;
	margin-bottom: 20px;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.about-img-wrapper:hover {
    padding: 0 0 0 20px;
}
.about-img-wrapper:after {
    content: '';
    background: rgb(101 102 109 / 0.25);
    position: absolute;
    left: 15px;
    right: 5px;
    top: 15px;
    bottom: -15px;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.about-img-wrapper:hover:after {
    background: rgb(62 64 72 / 25%);
    left: 5px;
    top: -15px;
    right: 15px;
    bottom: 15px;
}

.about-content {
	padding-right: 0px;
}

.about-content h3 {
    font-size: 25px;
    font-weight: 700;
}
.about-content h6 {
    margin: 10px 0 30px;
    color: #c3c3c3;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.about-content p {
    margin-bottom: 20px;
}
.about-content p:nth-last-child(-n + 2) {
    margin-bottom: 0px;
}
.color-text {
	color: #ffc209;
}

/**************************************
 Cihan YILDIZ - cihan@cihanyildiz.com
 *************************************/
.services-item {
	margin-bottom: 30px;
}

.services-item:nth-last-child(-n + 3) {
	margin-bottom: 0px;
}

.single-services-box {
	position: relative;
    padding: 45px 25px;
    background-color: #1e1f25;
    text-align: center;
	border-radius: 3px;
}
.single-services-box:before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0;
  min-width: 100%;
  border-top: 2px solid #d81356;
  transform: scaleX(0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-services-box:hover:before {
  transform: scaleX(1);
}
.single-services {
}

.services-icon {
    margin-bottom: 25px;
}
.services-icon i {
    color: #fff;
    font-size: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
	display: inline-block;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 3;
}
.services-icon i:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 50%;
    background: rgba(200, 200, 200, 0.07);
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 2px solid #2a2b30;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single-services-box:hover .services-icon i {
    color: #fff;
}
.single-services-box:hover .services-icon i:after {
    background: #d81356;
    border: 2px solid #d81356;
	-webkit-transform: scale(.98);
	-moz-transform: scale(.98);
	-ms-transform: scale(.98);
	-o-transform: scale(.98);
	transform: scale(.98);
}
.services-text h3 {
	font-size: 17px;
	margin-bottom: 10px;
	color: #ffffff;
	font-weight: 500;
}

/**************************************
 Cihan YILDIZ - cihan@cihanyildiz.com
 *************************************/
.counter-area {
	background: url(../img/contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.counter-item {
}

.single-counter-box {
	text-align: center;
}

.single-counter {
	padding: 15px 0px;
	position: relative;
	z-index: 1;
}

.single-counter i {
    color: #FF9800;
    font-size: 50px;
}

.single-counter h3 {
    margin-top: 15px;
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    display: block !important;
}

.single-counter p {
    line-height: 1.5;
    color: #fff;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 400;
}

/**************************************
 Cihan YILDIZ - cihan@cihanyildiz.com
 *************************************/
#project {
	position: relative;
}

#project .project-list {
	text-align: center;
}

#project .project-list .nav {
	display: inline-block;
	margin: 0;
	position: relative;
}

#project .project-list .nav li {
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 15px;
	cursor: pointer;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	display: inline-block;
	margin: 0 15px 20px;
	padding: 10px 20px;
	border-radius: 20px;
	color: #ffffff;
	background-color: #2b2b2b;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.07);
}

#project .project-list .nav li:hover, #project .project-list .nav li.filter-active {
	color: #fff;
	background: #d81356;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

#project .project-container {
	display: inline-block;
	width: 100%;
}

.project-area .project-grid-item {
	overflow: hidden;
}

.project-grid-item img {
	width: 100%;
}

.project-item {
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 30px;
}

.project-item .project-img-overlay {
	position: absolute;
    z-index: 2;
	top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
	height: auto;
	opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
	background-color: rgba(0, 0, 0, 0.9);
}
.project-item:hover .project-img-overlay {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.project-item .project-img-overlay .project-content {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	z-index: 2;
	-webkit-transition: .5s;
	transition: .5s;
	overflow: hidden;
}


.project-item .project-img-overlay .project-content h4 {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: 500;
	position: relative;
	margin-bottom: 10px;
	text-transform: capitalize;
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	opacity: 0;
	z-index: 7; 
	-webkit-transition: all .6s;
	transition: all .6s;
}

.project-item .project-img-overlay .project-content h6 {
	color: #ffc209;
	margin-top: 5px;
	font-size: 14px;
	letter-spacing: 0.9px;
	position: relative;
	font-weight: 500;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	opacity: 0;
	z-index: 7;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.project-item:hover .project-img-overlay .project-content h4,
.project-item:hover .project-img-overlay .project-content h6 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.project-more-btn {
	margin-top: 30px;
}

/**************************************
 Cihan YILDIZ - cihan@cihanyildiz.com
 *************************************/
.testimonial-area {
	background: url(../img/review-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.single-testimonial {
	position: relative;
	background: transparent;
	padding: 20px 30px;
	border-radius: 3px;
	z-index: 1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}


.single-testimonial .testimonial-bio {
	text-align: center;
}

.testi-content-inner .avatar {
    margin: 0 auto;
    margin-bottom: 25px;
}
.single-testimonial .avatar img {
	border-radius: 50%;
	border: 5px solid #ffffff;
	width: 110px;
	margin: 0 auto;
	border-left-color: #d81356;
	border-bottom-color: #d81356;
}

.single-testimonial .testimonial-bio .bio-info {
	margin-left: 10px;
}

.single-testimonial .testimonial-bio .bio-info .name {
	font-size: 18px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 5px;
}

.single-testimonial .testimonial-bio .bio-info span {
	font-size: 14px;
}

.single-testimonial .testimonial-content {
	margin-bottom: 20px;
	text-align: center;
}

.testimonial-content h3 {
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.single-testimonial .testimonial-content p {
	font-size: 16px;
	color: #ccc;
    font-style: italic;
	line-height: 1.8;
    letter-spacing: 1px;
}

/**************************************
 Cihan YILDIZ - cihan@cihanyildiz.com
 *************************************/

.blog-area {
}
.blog-area .single-blog {
	position: relative;
	background: #383940;
	border-bottom: 2px solid #d81356;
}
.blog-area .post-img {
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}
.blog-area .single-blog img {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.blog-area .single-blog:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1);
}

.blog-area .single-blog .blog-content {
	padding: 30px 25px;
}

.blog-date {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px 10px;
    background: #d81356;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    z-index: 2;
	text-transform: uppercase;
}
.blog-date i {
    font-size: 20px;
	font-style: normal;
	display: block;
}

.blog-area .single-blog .blog-content h5 a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

.blog-bottom-text-link {
    margin-top: 0px;
}
.single-blog .blog-content .blog-bottom-text-link a {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	display: inline-block;
}

/**************************************
 Cihan YILDIZ - cihan@cihanyildiz.com
 *************************************/

.contact-area {
	background: url(../img/contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-information {
	margin-bottom: 15px;
}

.contact-info-title h3 {
	font-size: 25px;
	font-weight: 500;
}

.contact-info-title {
	padding: 0 10px;
	margin-bottom: 40px;
}

.contact-details {
	text-align: left;
	margin-bottom: 30px;
	padding: 0px 10px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.contact-details h6 {
	padding-bottom: 5px;
	font-weight: 500;
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	padding-top: 8px;
}

.contact-details p {
	font-weight: 500;
	font-size: 14px;
	color: #adb5bd;
	text-transform: capitalize;
}

.contact-area .form input, .contact-area .form textarea {
	width: 100%;
    padding: 10px 20px;
    color: #fff;
    border: 0;
    font-size: 14px;
    padding-left: 20px;
    background-color: #1b1d23;
    font-weight: 500;
    border-radius: 30px;
    text-transform: capitalize;
    border-bottom: 2px solid #1b1d23;
}

#contact-form .button {
	margin: 0;
}

.form-group {
	margin-bottom: 25px;
}

button, input, textarea {
	color: #505050;
}

button, input, textarea:focus {
	border: none;
	outline: none;
}

.contact-area .form-message.success {
	background: #28a745;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

.contact-area .form-message.error {
	background: #ff4d15;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

/**************************************
 Cihan YILDIZ - cihan@cihanyildiz.com
 *************************************/

.footer-area {
	padding: 50px 0;
}
.footer-social-media {
    margin-bottom: 20px;
}
.footer-social-media a {
    margin: 0 10px;
    color: #fff;
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 3;
}

.footer-social-media a:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 10px;
    background: rgba(200, 200, 200, 0.07);
    z-index: -1;
    -webkit-transform: rotate(45deg) scale(1.1);
    transform: rotate(45deg) scale(1.1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.footer-social-media a:hover {
    color: #fff;
}
.footer-social-media a:hover:after  {
    background: #d81356;
	-webkit-transform:rotate(45deg) scale(.98);
	-moz-transform:rotate(45deg) scale(.98);
	-ms-transform:rotate(45deg) scale(.98);
	-o-transform:rotate(45deg) scale(.98);
	transform:rotate(45deg) scale(.98); 
}

.copyright-area {
}

.copyright-area p {
	color: #fff;
}

.copyright-area p a {
	color: #d81356;
	font-weight: 500;
}