/* ----------------------------------------------------------------
	Canvas: Demo Landing 2
	Version: 1.0
-----------------------------------------------------------------*/

:root {
	--themecolor: #f7c25e;
	--themecolorrgba: 247, 194, 94;
}

h1, h2, h3, h4, h5, h6, body { color: #282f40; }

* {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.gradient-red-yellow,
.h-gradient-red-yellow:hover {
	background-image:  -webkit-linear-gradient(110.78deg, rgb(40 47 64) -1.13%, rgb(40 47 64) 15.22%, rgb(40 47 64) 32.09%, rgb(177 119 101) 48.96%, rgb(177 119 101) 67.94%, rgb(177 119 101) 85.34%) !important;
	background-image: linear-gradient(110.78deg, rgb(40 47 64) -1.13%, rgb(40 47 64) 15.22%, rgb(40 47 64) 32.09%, rgb(177 119 101) 48.96%, rgb(177 119 101) 67.94%, rgb(177 119 101) 85.34%) !important;
}

.menu-item.current > .menu-link,
.menu-item:hover > .menu-link {
	background-image: -webkit-linear-gradient(90deg, rgb(177 119 101) 0%, rgb(149 98 82) 70%, rgb(101 64 53) 100%);
	background-image: linear-gradient(90deg, rgb(177 119 101) 0%, rgb(149 98 82) 70%, rgb(101 64 53) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: #b17765;
}

.overflow-visible { overflow: visible !important; }
.rounded-10 { border-radius: 10px !important; }

#content p { line-height: 1.5; }
.header-s-btn {
	border: 2px solid #282f40;
	background-color: transparent !important;
	color: #282f40;
	font-weight: 600;
	text-shadow: none;
	text-transform: capitalize;
	letter-spacing: 0px;
	margin: 5px;
	padding: 5px 20px;
	font-size: 15px;
	line-height: 24px;
	border-radius: 50rem!important;
	text-shadow: none;
}
.header-s-btn:hover {
	border: 2px solid #b17765;
	background-color: transparent !important;
	color: #b17765;
	text-shadow: none;
}
.home-head-inf-txt {
	margin-bottom: -20px !important;
	letter-spacing: -.3px !important;
	text-transform: capitalize !important;
	font-weight: 400 !important;
	text-shadow: none;
	font-size: 23px !important;
	color: #adadad;
}
.home-s-alt-text {
	color: #282f40!important;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 30px;
	margin-top: -30px;
	letter-spacing: -.2px;
}
.home-s-alt-btn {
	padding: 10px 50px !important;
	font-size: 16px;
	border-radius: 50px;
	box-shadow: 0px 13px 18px -14px rgb(0 0 0 / 35%);
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 0;
	border: 2px solid #b17765;
	text-shadow: none;
	background-color: transparent !important;
	color: #b17765;
}
.home-s-alt-btn:hover {
	border: 2px solid #282f40;
	text-shadow: none;
	background-color: transparent !important;
	color: #282f40;
}

.home-s-alt-btn-2 {
	border-color: #b17765;
	color: #ffffff;
	background-color: #b17765 !important;
}
.home-s-alt-btn-2:hover {
	border-color: #8b5a4b;
	color: #ffffff;
	background-color: #8b5a4b !important;
}
.home-head-social{
	top: 40%;
	bottom: auto;
	left: -30px;
	display: block;
	position: absolute;
	transform: rotate(-90deg);
	z-index: 1111;
}
.home-head-social .social-icon.si-small {
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 40px!important;
	color: #adadad;
}
.home-head-social .social-icon i {
	transform: rotate(90deg);
}
.home-head-social .social-icon.si-small:hover i:first-child {
	margin-top: -41px;
}
.scroll-down {
	position: absolute;
	top: auto;
	bottom: 13%;
	left: 50%;
	display: inline-block;
	width: auto;
	margin: 0 auto;
	text-align: center;
	background-color: transparent;
	border: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9;
	opacity: .8;
}
.scroll-mouse {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 46px;
	margin: 0 auto;
	border: 2px solid #adadad;
	border-radius: 20px;
}
.scroll-wheel {
	position: absolute;
	top: 14px;
	left: 10px;
	width: 4px;
	height: 4px;
	background-color: #adadad;
	border-radius: 50%;
	-webkit-animation: scrollDown 2.5s infinite;
	animation: scrollDown 2.5s infinite;
}
.mega-menu-alt-p {
	font-size: 14px;
	color: #969696;
	font-weight: 300;
	margin-bottom: 5px;
	line-height: 1.3;
	letter-spacing: .2px;
}
.ms-menu-sub-menu .menu-item > .menu-link {
	position: relative;
	padding: 10px 10px!important;
	font-size: 14px;
	font-weight: 600!important;
	color: #282f40;
	letter-spacing: .2px;
	border-bottom: 1px solid #f4f4f4 !important;
	margin: 0;
}
.ms-menu-sub-menu .menu-item:hover {
	background-color: #f4f4f4;
}
.ms-menu-sub-menu .menu-item:last-child > .menu-link {
	border-bottom: 0px solid #f4f4f4 !important;
}
.ms-menu-sub-menu .menu-item:hover > .menu-link {
	background-color: #fff;
}

.inf-top-text {
	font-size: 16px;
	color: #adadad;
	font-weight: 300;
	margin-bottom: 0;
}

.hs-2k {
	font-size: 20px;
	margin-right: 7px;
	top: 1px;
	position: relative;
	color: #b17765;
}

@-webkit-keyframes scrollDown {
	0% {
		top: 10px;
		opacity: 0;
	}
	15% {
		top: 10px;
		opacity: 1;
	}
	30% {
		top: 10px;
		opacity: 1;
	}
	45% {
		top: 28px;
		opacity: 1;
	}
	100% {
		top: 28px;
		opacity: 0;
	}
}
@keyframes scrollDown {
	0% {
		top: 10px;
		opacity: 0;
	}
	15% {
		top: 10px;
		opacity: 1;
	}
	30% {
		top: 10px;
		opacity: 1;
	}
	45% {
		top: 28px;
		opacity: 1;
	}
	100% {
		top: 28px;
		opacity: 0;
	}
}
.home-testi-m .testi-content p {
	margin-bottom: 0 !important;
	font-family: "Poppins",sans-serif;
	font-style: normal!important;
	font-size: 17px!important;
	letter-spacing: .2px;
	font-weight: 300;
	line-height: 1.6!important;
	color: #282f40;
}
.home-testi-m .owl-carousel .owl-dots .owl-dot {
	margin: 5px 4px 0;
}
.text-in-link {
	text-decoration: underline !important;
	text-underline-position: under;
	color: #b17765;
}
.text-in-link:hover {
	color: #915d4d;
}

/* img-hover-wraps */
.img-hover-wrap {
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	-moz-transform-style: flat !important;
	-webkit-backface-visibility: hidden;
}

.img-hover-wrap:hover {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
	z-index: 2;
}

.img-hover-card > a::after {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 0;
	-webkit-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
	border-radius: 30px;
}

.img-hover-wrap:hover .img-hover-card > a::after { background-color: rgba(0, 0, 0, 0.3); }

.img-hover-card {
	position: relative;
	display: block;
	will-change: transform;
	transition: all .3s ease;
	box-shadow: 0 10px 40px transparent;
	border-radius: 30px;
}
.img-hover-card img {
	border-radius: 30px; 
}


.img-hover-card a {
	width: 100%;
	max-width: 100%;
	display: block;
	z-index: 99;
}

.img-hover-card.hover-in {
	transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.img-hover-card.hover-3d { z-index: 2; }

.img-hover-card.hover-out {
	transition: -webkit-transform .2s ease-in;
	transition: transform .2s ease-in;
	transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}

.img-hover-wrap:hover .img-hover-card { box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4); }

.img-hover-wrap .img-hover-detail {
	position: absolute;
	top: auto;
	left: 40px;
	bottom: 40px;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-webkit-transform: scale(1) translateY(40px) translateZ(50px);
	-ms-transform: scale(1) translateY(30px) translateZ(50px);
	-o-transform: scale(1) translateY(30px) translateZ(50px);
	transform: scale(1) translateY(30px) translateZ(50px);
	-webkit-transition: transform .2s ease;
	-o-transition: transform .2s ease;
	transition: transform .2s ease;
}

.img-hover-wrap:hover .img-hover-detail {
	opacity: 1;
	-webkit-transform: scale(1.06) translateY(-5px) translateZ(50px);
	-ms-transform: scale(1.06) translateY(-5px) translateZ(50px);
	-o-transform: scale(1.06) translateY(-5px) translateZ(50px);
	transform: scale(1.06) translateY(-5px) translateZ(50px);
}

.img-hover-wrap .img-hover-title {
	margin: -5px 0px 6px 0px;
	font-size: 18px;
	font-weight: 600;
	text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
	z-index: 9;
	padding-right: 40px;
	line-height: 1.4;
}

.img-hover-wrap .img-link {
	opacity: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #FFF;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
	font-size: 11px;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.img-hover-wrap:hover .img-link { opacity: 1; }

.img-hover-detail a { color: #FFF; }

.img-detail-st {
	font-size: 13px;
	color: #f5deb3;
	font-weight: 400;
	letter-spacing: .3px;
	font-family: "Poppins",sans-serif;
}
.home-head-social .border-light {
	border-color: #f0f0f0!important;
}
.home-p .card {
	height: auto;
	min-height: 260px;
	background-color: #FFF;
	border: 1px solid #FFF;
	border-radius: 30px;
}
.home-p .card:hover {
	box-shadow: 0 4px 18px rgb(0 0 0 / 13%)!important;
	transition: all .3s;
}
.h-blogs .entry-meta {
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}
.h-blogs .entry-meta ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 -10px -20px;
	list-style: none;
}
.gmap .fluid-width-video-wrapper {
	height: 100%;
}
.h-blogs .entry-meta li {
	font-size: 12px;
	margin: 0 15px 10px 0;
	color: #999;
}
.home-p .card .card-text {
	font-size: 16px;
	color: #282f40;
	font-weight: 300;
	margin-top: 8px;
}
.home-p .card:hover h4 {
	color: #b17765;
}
.home-p .card .btn-link {
	font-size: 14px;
}

.pages-s-btn {
	border: 2px solid #b17765;
	background-color: transparent !important;
	color: #b17765;
	font-weight: 600;
	text-shadow: none;
	text-transform: capitalize;
	letter-spacing: .2px;
	padding: 6px 22px;
	font-size: 14px;
	border-radius: 30px;
	transition: all .3s;
}
.pages-s-btn:hover {
	border: 2px solid #282f40;
	background-color: #282f40 !important;
	color: #ffffff;
	transition: all .3s;
}
#footer .social-icon {
	transform: none;
	border: 2px solid #AAA;
}
#footer .social-icon.si-large {
	color: #adadad;
}
#footer .border-light {
	border-color: #eeeeee!important;
}

.hsba {
	padding-left: 15px;
	border-left: 3px solid #b17765;
}
.hsba .h4 {
	font-size: 20px !important;
	font-weight: 300 !important;
}
.hsba .h4:hover {
	color: #b17765 !important;
}

.p-t-b-100 {
	padding: 100px 0;
}
#footer .form-widget .form-control {
	border-radius: 30px;
	padding: 10px 14px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #adadad;
	background-color: transparent;
	background-clip: padding-box;
	border: 2px solid #eaeaea;
	margin-bottom: 8px;
}
#footer .form-widget .form-control:focus {
	background-color: #fff;
}
.text-right{
	text-align: right;
}
.footer-form-btn {
	padding: 7px 40px;
	font-size: 16px;
	color: #b17765;
	font-weight: 600;
	text-shadow: none;
	box-shadow: none;
	border-radius: 30px;
	letter-spacing: .2px!important;
	text-transform: capitalize;
	width: 200px;
	margin: 0 auto;
	background-color: transparent !important;
	border: 2px solid #b17765;
	float: right;
	margin-top: -10px;
}
.footer-form-btn:hover {
	color: #fff;
	background-color: #b17765 !important;
	border: 2px solid #b17765;
}
.home-p #header .container {
	margin-top: 0px;
}
#header .container {
	min-width: 90%;
}

#page-title .container {
	max-width: 90%;
}
.in-p-alt-title {
	font-size: 20px !important;
	line-height: 1.6 !important;
	font-weight: 300 !important;
	letter-spacing: .1px !important;
	margin-bottom: 20px !important;
	color: #70798b !important;
	text-align: center;
}
.footer-danger {
	font-weight: 500;
	color: #b17765;
}
.in-page .primary-menu {
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
}
.in-page .img-fluid {
	max-width: 95%;
	height: auto;
	border-left: 5px solid #b17765;
	border-radius: 250px;
	padding: 10px;
}

.in-page .img-banner {
	max-width: 95%;
	height: auto;
	border-left: 5px solid #b17765;
	border-radius: 50px;
	padding: 10px;
}

.in-page iframe {
	max-width: 95%;
	height: 500px;
	border-left: 5px solid #b17765 !important;
	border-radius: 50px;
	padding: 10px;
}

.in-page .goog_maps {
	max-width: 100%;
	height: 600px;
	border-top: 5px solid #b17765 !important;
	border-radius: 0px;
	padding:0px;
}

.in-page #logo {
	box-shadow: none;
}
.in-p-op-title {
	font-size: 32pX;
	font-weight: 700;
	text-transform: capitalize;
	color: #282f40;
	line-height: 1.2;
}
.in-page .top-links-item {
	border-color: #ededed !important;
}
@media (min-width: 992px) {
	.section,
	#footer .footer-widgets-wrap {
		margin: 100px 0;
		padding: 100px 0;
	}
}

.menu-link {
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0;
}

.emphasis-title h1 {
	font-size: calc(5.82629vw + 12.9014px) !important;
	font-weight: 900;
}

.button-hero {
	padding: 23px 48px !important;
	font-size: 1rem;
	border-radius: 50px;
	box-shadow: 0px 13px 18px -14px rgba(0,0,0, 0.35);
}

.button.button-reveal.text-end i {
	opacity: 0;
	left: auto;
	right: 32px;
	background-color: transparent;
	transition: all .3s ease !important;
}

.button:hover.button-reveal.text-end i {
	opacity: 1;
	right: 18px;
	transform: translateX(-10px);
}

.counter.counter-xlarge {
	font-size: 4.5rem;
	letter-spacing: -2px;
}

.counter + span {
	font-size: 1.125rem;
	line-height: 1.3;
	margin: 0 0 0 12px;
	text-transform: lowercase;
}

.testi-content p {
	position: relative;
	font-style: normal;
	font-size: 1.25rem;
	margin-bottom: 25px;
}

.testimonials-carousel::before {
	content: "\e7ad";
	font-family: font-icons;
	position: absolute;
	top: -20px;
	left: 10px;
	font-size: 5rem;
	color: #EEE;
	z-index: 0;
}

.testi-meta img {
	width: 40px !important;
	margin-right: 10px;
}

.testi-meta::before { display: none; }

#oc-testi.owl-carousel .owl-dots {
	text-align: left;
	margin-left: 20px;
}

.portfolio-image img {
	border-radius: 10px;
}

.translatey-3,
.h-translatey-3:hover { transform: translateY(-3px) !important; }

.tf-ts {
	-webkit-transition: transform .3s ease;
	transition: transform .3s ease;
}

#oc-services.owl-carousel .card-body img {
	width: 50px;
}

.accordion-header {
	padding: 1.25rem 0;
	font-size: 1.125rem;
	font-weight: 500;
	border-bottom: 1px dotted #D5D5D5 !important;
	color: #282f40;
	background-color: #fff;
}

.accordion-content {
	background-color: #fff;
	padding: 20px;
}

.accordion-header.accordion-active { color: #b17765; }


.accordion .acSS{
	margin-bottom: 20px;
}

/* Border Form Design
---------------------------------------------------------------------------- */

form label {
	text-transform: none;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0;
}

.border-form-control {
	height: 42px;
	padding: 0;
	font-size: 1.25rem;
	background-color: transparent !important;
	border: none;
	border-bottom: 2px solid rgba(0,0,0,0.07);
}
.h-sec-1{
	background-color: #F4F4F4; 
	margin-top: 150px; 
	overflow: visible;
}
.h-sec-2{
	background-color: #fff4ec; 
	margin-top: 150px; 
	overflow: visible;
}
.h-sss{
	padding-top: 240px;

}
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 7%, 0);
		transform: translate3d(0, 7%, 0);
	}

}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 7%, 0);
		transform: translate3d(0, 7%, 0);
	}
}
@media (max-width: 1500px) {
	#copyrights .col-mb-30 {
		--col-mb: 0px;
	}
	.align-wide-xxl {
		margin-left: 0!important;
		margin-right: 0!important;
		max-width: 100%!important;
		width: 100% !important;
	}
}
@media (max-width: 1600px) {
	.slider-element .container {
		margin-left: -50px;
	}
}
@media (max-width: 1200px) {
	#header .container {
		min-width: 98%;
	}
	#logo {
		margin-left: 0;
		padding: 0 20px;
	}
	.menu-link {
		padding: 20px 5px!important;
		font-size: 14px;
	}
	.mega-menu-style-2 {
		width: 80% !important;
	}
}
@media (min-width: 992px) {
	.lang-mobil{
		display: none;
	}
}
@media (max-width: 991px) {
	.primary-menu {
		position: absolute !important;
		display: block !important;
		top: 78px !important;
		background-color: #f9f9f9 !important;
		width: 100% !important;
		border-radius: 0;
		z-index: 11111 !important;
		box-shadow: 11px 14px 20px rgb(0 0 0 / 2%);
	}
	.menu-container {
		border-bottom: 5px solid #ececec;
		box-shadow: 11px 14px 20px rgb(0 0 0 / 2%);
	}
	#header .container {
		min-width: 100%;
	}
	#logo {
		margin-left: 0;
		padding: 0 0px;
		box-shadow: none;
		width: 85%;
	}
	.mega-menu-style-2 {
		width: 100% !important;
		transform: none !important;
	}
	.lang-mobil{
		display: block;
		order: 2;
	}
	.top-links-item > a {
		font-size: 12px;
		padding: 4px 8px;
	}
	.top-links-item {
		padding: 0 6px;
		border: 2px solid #e7e7e7 !important;
	}
	.dil-active img {
		margin-top: -2px;
		margin-right: 1px;
		width: 13px;
		height: auto;
	}
	.top-links {
		margin-right: 3px;
	}
	#primary-menu-trigger .svg-trigger {
		width: 44px;
		height: 44px;
	}
	#header-wrap {
		background-color: #f9f9f9;
	}
	.top-links-sub-menu .top-links-item > a {
		padding-top: 4px;
		padding-bottom: 5px;
		font-size: 12px;
		color: #282f40;
		font-weight: 600;
		letter-spacing: 0;
		padding-left: 7px;
		padding-right: 4px;
	}
	.home-head-social {
		display: none;
	}
	.h-sec-1 {
		margin-top: 0;
	}
	.emphasis-title {
		margin: 0;
		margin-top: 0;
	}
	.home-s-alt-btn {
		padding: 4px 30px !important;
		font-size: 14px;
	}
	.home-head-inf-txt {
		margin-bottom: -10px !important;
		letter-spacing: -.3px !important;
		text-transform: capitalize !important;
		font-weight: 400 !important;
		text-shadow: none;
		font-size: 18px !important;
		color: #adadad;
	}
	.emphasis-title h1 {
		font-size: calc(5.82629vw + 3.9014px) !important;
		font-weight: 900;
	}
	.home-s-alt-text {
		color: #282f40!important;
		font-size: 18px;
		font-weight: 300;
		margin-bottom: 20px;
		margin-top: -20px;
		letter-spacing: -.2px;
	}
	.min-vh-md-100 {
		min-height: 50vh!important;
	}
	.hs-2k {
		font-size: 16px;
		margin-right: 4px;
		top: 1px;
		position: relative;
		color: #b17765;
	}
	.lang-m-mobil{
		display: none;
	}
	.sub-menu-container .menu-item > .menu-link {
		position: relative;
		padding: 6px 0px!important;
		font-size: 14px;
		font-weight: 600!important;
		color: #282f40;
		letter-spacing: .2px;
	}

	.ms-menu-sub-menu .menu-item > .menu-link {
		padding: 8px 10px!important;
		color: #282f40;
	}
	.widget h3 {
		font-size: 22px;
	}
	.widget p {
		line-height: 1.4;
		font-size: 16px;
	}
	#randevu h3 {
		font-size: 22px;
	}
	#randevu p {
		line-height: 1.4;
		font-size: 16px;
		text-align: left !important;
	}
	.home-phone-box{
		text-align: center !important;
	}
	.mobile-menu-hide{
		display: none !important;
	}
	.hsba .h4 {
		font-size: 16px !important;
		font-weight: 300 !important;
	}
	#footer .social-icon.si-large {
		margin: 0 10px 10px 0;
		width: 44px;
		height: 44px;
		font-size: 22px;
		line-height: 40px!important;
	}
	.footer-form-btn {
		padding: 4px 38px;
		font-size: 16px;
		color: #b17765;
		font-weight: 600;
		text-shadow: none;
		box-shadow: none;
		border-radius: 30px;
		letter-spacing: .2px!important;
		text-transform: capitalize;
		width: 180px;
		margin: 0 auto;
		background-color: transparent !important;
		border: 2px solid #b17765;
		float: right;
		margin-top: -10px;
	}
	#footer .form-widget .form-control {
		border-radius: 30px;
		padding: 6px 14px;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.5;
		color: #adadad;
		background-color: transparent;
		background-clip: padding-box;
		border: 2px solid #eaeaea;
		margin-bottom: 8px;
	}
	#footer .mt-5 {
		margin-top: 1rem!important;
	}
	#copyrights .col-md-8 {
		width: 100%;
		text-align: center !important;
		padding-bottom: 0;
		font-size: 18px;
		margin-bottom: 10px;
	}
	#copyrights {
		padding: 15px 0;
		padding-bottom: 15px;
	}
	.stretched #gotoTop {
		bottom: 80px;
		right: 20px;
	}
	#copyrights .col-md-4 {
		display: block;
		width: 100%;
		text-align: center !important;
	}
	#copyrights .justify-content-md-end {
		justify-content: center!important;
	}
	h1, .h1 {
		font-size: calc(1.375rem + 0.5vw);
	}
	.lead {
		font-size: 1.1rem;
	}
	.display-4 {
		font-size: calc(1.475rem + 1vw);
	}
	.counter.counter-xlarge {
		font-size: 3rem;
	}
	.counter + span {
		font-size: 1rem;
	}
	.mb-5 {
		margin-bottom: 2rem!important;
	}
	.p-t-b-100 {
		padding: 20px 15px;
	}
	.h-sss{
		padding-top: 60px;

	}
	.h-sss .mb-6 {
		margin-bottom: 0rem!important;
	}
	.h-sss-img{
		display: none;
	}
	.home-testi-m img {
		display: none;
	}
	.home-p .card .card-text {
		font-size: 14px;
	}
	.h-blogs .col-lg-4 {
		padding-bottom: 20px !important;
	}
	.pages-s-btn {
		border: 2px solid #b17765;
		background-color: transparent !important;
		color: #b17765;
		font-weight: 600;
		text-shadow: none;
		text-transform: capitalize;
		letter-spacing: .2px;
		padding: 2px 16px;
		font-size: 13px;
		border-radius: 30px;
		transition: all .3s;
		margin-top: 20px;
	}
	.accordion-header {
		font-size: 1rem;
		padding: 1rem 0;
	}
	.accordion-content {
		font-size: .9rem;
	}
	.sub-menu-container-s .menu-item > .menu-link {
		color: #282f40;
	}
	.in-p-op-title {
		font-size: 30pX;
		font-weight: 700;
		text-transform: capitalize;
		color: #282f40;
		line-height: 1.2;
	}
	.offset-1 {
		margin-left: 0;
	}
	.hiz-detay-p {
		padding: 0 25px;
		width: 100%;
	}
	.in-page .img-fluid {
		max-width: 100%;
		height: auto;
		border-left: 5px solid #b17765;
		border-radius: 250px;
		padding: 6px;
		margin-bottom: 20px;
	}
	.align-wide-xxl {
		margin-bottom: 0 !important;
	}
	.in-p-alt-title {
		font-size: 18px !important;
		line-height: 1.5 !important;
		font-weight: 300 !important;
		letter-spacing: 0px !important;
		margin-bottom: 20px !important;
		color: #70798b !important;
		text-align: center;
	}
	.hiz-detay-mt {
		margin-top: 1rem!important;
	}
}
@media (max-width: 767px) {
	.gallery-img {
		width: 160px !important;
		display: block !important;
		float: left !important;
		margin-right: 15px;
	}
	.mob-gallery{
		display: block !important;
	}

	#copyrights .text-md-start {
		margin-bottom: 6px;
		font-size: 13px;
		line-height: 1.4;
	}
	.top-links-item .top-links-sub-menu {
		max-width: 100px;
	}
	#header .container {
		min-width: 100%;
		padding: 0 10px;
		padding-right: 5px;
	}
	.primary-menu {
		top: 80px !important;
	}
	.top-links {
		margin-right: 0;
	}
	.min-vh-md-100 {
		min-height: 40vh!important;
	}
	.home-s-alt-text {
		color: #282f40!important;
		font-size: 16px;
		font-weight: 300;
		margin-bottom: 10px;
		margin-top: -13px;
		letter-spacing: 0px;
	}
	.slider-element .container {
		margin-left: 0;
		margin: auto;
	}
	.home-s-alt-btn {
		padding: 2px 20px !important;
		font-size: 14px;
	}
	.home-head-inf-txt {
		margin-bottom: -5px !important;
		letter-spacing: .3px !important;
		text-transform: capitalize !important;
		font-weight: 400 !important;
		text-shadow: none;
		font-size: 15px !important;
		color: #adadad;
	}
	.hs-2k {
		font-size: 14px;
		margin-right: 4px;
		top: 1px;
		position: relative;
		color: #b17765;
	}
	#footer .mt-5 {
		margin-top: 0rem!important;
	}
	#randevu h3 {
		font-size: 22px;
		margin-bottom: 2px;
		text-align: left !important;

	}
	.widget h3 {
		font-size: 22px;
		margin-bottom: 2px;
	}
	.floating-contact-box .widget h3 {
		font-size: 17px;
	}
	#footer .col-md-4 {
		margin-bottom: 20px;
	}
	#copyrights .col-md-8 {
		font-size: 14px;
	}
	.copyright-links a {
		font-size: 13px;
	}
	#copyrights .col-md-4 {
		margin-bottom: 0px;
	}
	.hsba a {
		margin-bottom: 8px !important;
	}
	.hsba {
		margin-bottom: 15px;
	}
	.footer-danger {
		font-weight: 600;
		color: #b17765;
	}
	#footer {
		padding-top: 30px;
	}
	.h-sec-1 .min-vh-75 {
		min-height: 50vh!important;
	}
	.in-p-op-title {
		font-size: 24px;
		font-weight: 600;
		text-transform: capitalize;
		color: #282f40;
		line-height: 1.2;
		text-align: center;
		margin-bottom: 8px;
	}
	.gmap {
		position: relative;
		width: 100%;
		height: auto !important;
		margin-bottom: 20px;
		margin-top: 0 !important;
		height: 370px !important;
	}
	
}
@media (max-width: 480px) {

	.h-sec-2{
		margin-top: 0 !important;
	}
	.slider-element{
		background-position: top center !important;
		background-size: 100% auto !important;
		min-height: 10vh !important;
	}

	.mobil-content-rubik{
		height: 30px;
		background: #fff4ec;
	}



	.footer-bulunur{
		float: left;
		bottom: 0;
		width: 100%;
		margin-top: 20px !important;
	}
	.footer-bulunur img{
		position:relative !important;
		margin: 0 !important;
		width: 40% !important;
	}

	#copyrights .col-md-8 {
		font-size: 13px;
		line-height: 1.4;
		margin-bottom: 5px;
	}
	.copyright-links a {
		font-size: 12px;
	}
	.footer-form-btn {
		padding: 2px 38px;
		font-size: 15px;
		width: 160px;
	}
	#footer .form-widget .form-control {
		padding: 6px 14px;
		font-size: 13px;
	}
	.in-page .h1-title {
		margin-bottom: 10px;
		width: 100%;
	}
	.in-page .fancy-title h1 {
		font-size: 18px;
	}
	.in-p-alt-title {
		font-size: 16px !important;
		margin-bottom: 10px !important;
	}
	.in-p-op-title {
		font-size: 18px;
	}
	.in-page #content p {
		line-height: 1.6;
		font-weight: 300;
		font-size: 16px;
		color: #70798b;
		margin-bottom: 15px;
		letter-spacing: .2px;
	}
	.about-img-sec {
		margin-top: 1rem!important;
	}
	.min-vh-75 {
		min-height: 50vh!important;
	}
	.in-page-h3-title {
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	.home-sec-image .align-items-center {
		align-items: baseline !important;
	}
	.home-sec-image .col-auto {
		margin-top: 10px;
	}
	.h-sec-1 .inf-top-text {
		width: 90%;
	}
}







.big-info-banner.google, .google {
	background: linear-gradient(270deg,#fbbc05, #ea4335);
	background-size: 800% 800%;
	-webkit-animation: AnimationName 10s ease infinite;
	-moz-animation: AnimationName 10s ease infinite;
	-o-animation: AnimationName 10s ease infinite;
	animation: AnimationName 10s ease infinite;
}


@-webkit-keyframes AnimationName {
	0%, 100% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
}

@-moz-keyframes AnimationName {
	0%, 100% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
}

@-o-keyframes AnimationName {
	0%, 100% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
}

@keyframes AnimationName {
	0%, 100% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
}


.big-info-banner .info-banner-container{
	padding:40px 100px
}
@media only screen and (max-width: 767px){
	.big-info-banner .info-banner-container{
		padding:50px 20px;
		text-align:center
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
	.big-info-banner .info-banner-container{
		padding:50px 20px;
		text-align:center
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1199px){
	.big-info-banner .info-banner-container{
		padding:50px 20px
	}
}
.big-info-banner .info-banner-container .item .item-container{
	height:100%
}
.big-info-banner .info-banner-container .item .item-container>.left-description{
	height:100%;
	color:#fff;
	display:table;
	vertical-align:middle;
	width:100%
}
.big-info-banner .info-banner-container .item .item-container>.left-description p{
	font-size:24px;
	font-weight:400;
	line-height:32px;
	display:table-cell;
	color:#fff;
	vertical-align:middle;
	margin-bottom:10px
}
.big-info-banner .info-banner-container .item .item-container>.left-description p strong{
	font-size:36px;
	line-height:44px;
	font-weight:600
}
.big-info-banner .info-banner-container .item .item-container>.left-description p small{
	font-size:18px;
	line-height:26px
}
.big-info-banner .info-banner-container .item .item-container>.left-description p small strong{
	font-size:18px;
	line-height:26px
}
@media only screen and (max-width: 767px){
	.big-info-banner .info-banner-container .item .item-container>.left-description p{
		font-size:18px;
		line-height:24px
	}
	.big-info-banner .info-banner-container .item .item-container>.left-description p strong{
		font-size:24px;
		line-height:32px
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
	.big-info-banner .info-banner-container .item .item-container>.left-description p{
		font-size:18px;
		line-height:24px
	}
	.big-info-banner .info-banner-container .item .item-container>.left-description p strong{
		font-size:24px;
		line-height:32px
	}
}
.big-info-banner .info-banner-container .item .item-container>.right-contact{
	text-align:right
}
@media only screen and (max-width: 767px){
	.big-info-banner .info-banner-container .item .item-container>.right-contact{
		text-align:center;
		margin-top:40px
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
	.big-info-banner .info-banner-container .item .item-container>.right-contact{
		text-align:center;
		margin-top:40px
	}
}
.big-info-banner .info-banner-container .item .item-container>.right-contact .contact .title{
	font-size:18px;
	font-weight:600;
	color:#fff
}
.big-info-banner .info-banner-container .item .item-container>.right-contact .contact .phones{
	margin-top:5px;
	display:inline-block;
	text-align:right
}
.big-info-banner .info-banner-container .item .item-container>.right-contact .contact .phones .phone-container{
	overflow:hidden;
	display:table
}
.big-info-banner .info-banner-container .item .item-container>.right-contact .contact .phones .phone-container .icon{
	display:table-cell;
	width:60px;
	vertical-align:middle
}
@media only screen and (max-width: 767px){
	.big-info-banner .info-banner-container .item .item-container>.right-contact .contact .phones .phone-container .icon{
		display:none
	}
}
.big-info-banner .info-banner-container .item .item-container>.right-contact .contact .phones .phone-container .icon img{
	height:60px;
	fill:#fff
}
.big-info-banner .info-banner-container .item .item-container>.right-contact .contact .phones .phone-container .content{
	padding-left:20px;
	display:table-cell;
	text-align:left;
	vertical-align:middle
}
@media only screen and (max-width: 767px){
	.big-info-banner .info-banner-container .item .item-container>.right-contact .contact .phones .phone-container .content{
		padding-left:0
	}
}
.big-info-banner .info-banner-container .item .item-container>.right-contact .contact .phones .phone-container .content a{
	display:block;
	color:#fff;
	font-size:25px;
	font-weight:600;
	line-height:38px;
	margin-bottom:5px;
	transition:all 300ms ease;
	border-radius: 10px;
}
.big-info-banner .info-banner-container .item .item-container>.right-contact .contact .phones .phone-container .content a:last-child{
	margin-bottom:0;
	font-size:23px;
	line-height:23px;
	font-weight:300;

}
.big-info-banner .info-banner-container .item .item-container>.right-contact .contact .phones .phone-container .content a:hover{
	color:#f43950;

}
.big-info-banner .info-banner-container .item .item-container>.right-contact .contact .action{
	margin-top:5px;
	display:block
}


.bbtn{
  color:#fff;
  white-space:normal;
  font-weight:500;
  padding:10px 30px;
  vertical-align:middle;
  font-size:12px;
  line-height:18px;
  border-radius:40px;
  transition:all 300ms ease
}

.big-info-banner .bbtn:visited{
  color:#fff
}
.big-info-banner .blue-text{
  color:#133875!important
}

.big-info-banner .bbtn.btn-white{
  background-color:#fff;
  color:#333;
  border-right:1px solid #fff
}
.big-info-banner .bbtn.btn-white:hover{
  background-color:#133875;
  color:#fff;
  border-right:1px solid #133875
}
.big-info-banner .bbtn.btn-white.btn-stroke{
  border:2px solid #fff;
  color:#fff;
  background-color:transparent
}
.big-info-banner .bbtn.btn-white.btn-stroke:hover{
  background-color:#fff;
  color:#333
}



#rubik-tv .items .item .item-container .cover{
  margin-bottom:50px;
  position:relative;
  border-radius:10px
}
#rubik-tv .items .item .item-container .cover img{
  border-radius:10px; 
}
#rubik-tv .items .item .item-container .cover .hover{
  top:0;
  left:0;
  right:0;
  bottom:0;
  position:absolute;
  transition:all 500ms ease;
  border-radius:10px
}
#rubik-tv .items .item .item-container .cover .hover .play-btn{
  position:absolute;
  left:30px;
  bottom:-35px;
  display:inline-block;
  height:70px;
  width:70px;
  border-radius:100%;
  position:absolute;
  text-align:center;
  background-color:#dbf1f5;
  transition:all 500ms ease


}
#rubik-tv .items .item .item-container .cover .hover .play-btn::before{
  content:'';
  height:70px;
  width:70px;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  border-radius:100%
}
#rubik-tv .items .item .item-container .cover .hover .play-btn i{
  transition:all 500ms ease;
  padding-left:5px;
  line-height:70px;
  font-size:36px;
  color:#0ba1bd
}
#rubik-tv .items .item .item-container .cover .hover .date{
  position:absolute;
  opacity:0;
  right:0;
  bottom:0;
  background: linear-gradient(276.84deg, #c45300 13.85%, #ee7822 95.81%);;
  border-radius:10px 0 0 0;
  padding:5px 10px;
  font-size:12px;
  color:#fff;
  font-weight:500;
  transition:all 500ms ease
}
#rubik-tv .items .item .item-container .title{
  margin-bottom:10px;
  padding-left:15px;
  padding-right:15px
}
#rubik-tv .items .item .item-container .title a{
  font-weight:500;
  font-size:16px;
  line-height:24px;
  color:#133875;
  transition:all 300ms ease
}

#rubik-tv .items .item .item-container .title a:hover{
  color:#333
}

#rubik-tv .items .item .item-container .description{
  font-size:14px;
  padding-left:15px;
  padding-right:15px;
  font-weight:400;
  line-height:20px;
  color:#333
}

#rubik-tv .items .item:hover .item-container .cover .hover{
  background-color:rgba(0,0,0,0.7)
}

#rubik-tv .items .item:hover .item-container .cover .hover .play-btn{
  box-shadow:0 10px 40px rgba(19,56,117,0.30);
  background:linear-gradient(276.84deg, #c45300 13.85%, #ee7822 95.81%);
}

#rubik-tv .items .item:hover .item-container .cover .hover .play-btn i{
  color:#fff
}

#rubik-tv .items .item:hover .item-container .cover .hover .date{
  bottom:0;
  opacity:1
}


@font-face{
  font-family:'Material-Design-Iconic-Font';
  src:url('../fonts/Material-Design-Iconic-Fontd1f1.woff2?v=2.2.0') format("woff2"),url('../fonts/Material-Design-Iconic-Fontd1f1.html?v=2.2.0') format("woff"),url('../fonts/Material-Design-Iconic-Fontd1f1-2.html?v=2.2.0') format("truetype");
  font-weight:400;
  font-style:normal
}
.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 Material-Design-Iconic-Font;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.zmdi-play:before {
  content: '\f3aa';
}



.blogs {
	background: #f9f9f9 !important;
	padding: 90px 0 0 !important;
}


/*.blogs .owl-stage-outer {
    overflow: visible !important;
}*/
.blogs .top {
	text-align: center !important;
	margin: 0 0 60px !important;
}

.blogs .top .title {
	color: #282f40 !important;
	font-size: 30px !important;
	font-weight: 700 !important;
}

.blogs .top .divider {
	width: 40px !important;
	height: 5px !important;
	border-radius: 2.5px !important;
	background: #b17765 !important;
	margin: 20px auto !important; 
    align-items: unset !important;
    display: block !important;
}

.blogs .top .subtitle {
	color: #282f40 !important;
	font-size: 16px !important;
	line-height: 25px !important;
}

.blogs .blog {
	background-color: #fff !important;
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	margin-bottom: 20px;
}

.blogs .blog img {
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	width: 100% !important;
}

.blogs .blog .content {
	padding: 30px 20px 0 !important;
}

.blogs .blog .title {
	color: #282f40 !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
}

.blogs .blog .title a {
	color: #282f40 !important;
}

.blogs .blog .text {
	color: #808285 !important;
	font-size: 14px !important;
	margin: 20px 0 30px !important;
	line-height: 23px !important;
}

.blogs .blog .more {
	color: #d1d3d4 !important;
	text-transform: uppercase !important;
}

.blogs .blog:hover .more {
	color: #282f40 !important;
}

.blogs .blog .divider {
	width: 100% !important;
	height: 1px !important;
	background: #f1f2f2 !important;
	margin: 30px 0 20px !important;
} 

.blogs .blog .bottom {
	padding: 0 20px 20px !important;
	color: #d1d3d4 !important;
	height: 36px !important;
}

.blogs .blog .bottom .category {
	float: left !important;
	text-transform: uppercase !important;
}

.blogs .blog .bottom .category a {
	color: #d1d3d4 !important;
}

.blogs .blog .bottom .date {
	float: right !important;
}

.blogs .btn-all {
	margin: 60px 0 90px !important;
	text-align: center !important;
}

.blogs .btn-all .btn {
	border: none !important;
	background: #fff !important;
	color: #e51b1b !important;
	font-weight: 700 !important;
	font-size: 20px !important;
	text-transform: uppercase !important;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1) !important;
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1) !important;
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1) !important;
	padding: 16px 40px !important;
}

.blogs .btn-all .btn:hover {
	background: #e51b1b !important;
	color: #fff !important;
}


.blogs .owl-theme .owl-nav.disabled+.owl-dots {
	margin: 60px 0 0 !important;
}

.blogs .owl-theme .owl-dots .owl-dot span {
	width: 20px !important;
	height: 20px !important;
	background: #d1d3d4 !important;
	transition: all 0.2s !important;
	margin: 5px 10px !important;
}

.blogs .owl-theme .owl-dots .owl-dot.active span,
.blogs .owl-theme .owl-dots .owl-dot:hover span {
	background: #e51b1b !important;
	transition: all 0.2s !important;
}

.blogs .owl-dots button {
	outline: none !important;
}





.header_rubik_btn_box{
	float: right;
}

.header_rubik_btn_box a{
	
	align-items: center;
	justify-content: center;
	border: 1px solid #ffffff;
	padding: 10px 15px 10px 15px;
	border-radius: 50px;
	background: #b17765;
	color: #fff;
	font-size: 14px;
}
.header_rubik_btn_box a:hover{
	transition: all 0.2s !important;
	background: #744b3f;
	color: #fff;
}

.section-cta{
	margin: 50px 0px 0px 0px;
	text-align: center;
	width: 100%;
}
.section-cta a{
	min-width: 270px !important;
	height: 60px !important;
	background: none;
	color: #283897;
	border: 1px solid #d3d0c9 !important;
	position: relative;
	font-size: 14px;
	vertical-align: bottom;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px !important;

	border-radius: 4px;
	cursor: pointer !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.section-cta a:hover{
	background:#282f40;
	color:#fff;
	transition: all 0.2s !important;
}

.gallery-img{
	border-radius: 25px;
	border: 1px solid #EEE;
	margin-bottom: 15px;
	transition:.2s ease-in-out;
}
.gallery-img:hover{
	box-shadow: 0px 0px 20px 0px #cbcaca;
	transition: all 0.2s !important;
	 transform:scale(1.1);
}