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

	

	01. Google Fonts

	02. Basics style

	03. Preloader style

	04. Selection style

	05. Scrollbar style

	06. Owl-Theme settings

	07. Sections style

	08. Sidebar style

	09. Content style

	10. Navigation style

	11. Header style

	12. Slider style

	13. Page Banner Header

	14. About style 

	15. Team style

	16. Menu List Style

	17. Today Menu Style

	18. Testimonials

	19. Gallery style

	20. Promo video and Opening Hours style

	21. News Home style

	22. Blog style

	23. Post style

	24. Contact style

	25. Button style

	26. Progress scroll totop button

	27. Footer style

	28. Cursor Style

	29. Responsive (Media Query)

	

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



@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');







@font-face {

	font-family: "HelveticaNeueLTProBlkCn";

	src: url("../fonts/HelveticaNeueLTProBlkCn.otf");

	src:url("../fonts/HelveticaNeueLTProBlkCn.otf") format("woff"),

    url("../fonts/HelveticaNeueLTProBlkCn.otf") format("opentype"),

    url("../fonts/HelveticaNeueLTProBlkCn.otf") format("truetype");

	

	font-style: normal;

}



@font-face {

	font-family: "HelveticaNeueLTProBlkCnO";

	src: url("../fonts/HelveticaNeueLTProBlkCnO.otf");

	src:url("../fonts/HelveticaNeueLTProBlkCnO.otf") format("woff"),

    url("../fonts/HelveticaNeueLTProBlkCnO.otf") format("opentype"),

    url("../fonts/HelveticaNeueLTProBlkCnO.otf") format("truetype");

	font-style: normal;

}



@font-face {

	font-family: "Roboto Condensed";

	src: url("../fonts/Roboto Condensed.otf");

	src:url("../fonts/Roboto Condensed.otf") format("woff"),

    url("../fonts/Roboto Condensed.otf") format("opentype"),

    url("../fonts/Roboto Condensed.otf") format("truetype");

	font-style: normal;

}





.sliderMouse {

	position: absolute;

	bottom: 5%;

	background: white;

	z-index: 9;

	width: 25px;

	margin: 0 auto;

	left: 0;

	right: 0;

	text-align: center;

	height: 52px;

	border-radius: 60px;

	transition: all 1.2s;

}

.moveMouse {

	color: #991b1f;

	width: 22px;

	height: 7px;

	border-radius: 60px;

	margin: 0 auto;

	position: absolute;

	right: 0;

	left: 0;

	transition: all 0.8s;

	top: 10px;

	font-size: 20px;

}





/* ======= Navbar ======= */

.navbar {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    background: white;

    z-index: 9;

    margin-top: 42px;

    /* padding: 0; */

}

.navbar .icon-bar {

    color: #991b1f;

}

.navbar .navbar-nav .nav-link {

    font-size: 19px;

    font-family: 'HelveticaNeueLTProBlkCn', cursive;

    font-weight: 400;

    letter-spacing: 1px;

    color: black;

    margin: 15px 5px;

    -webkit-transition: all .4s;

    transition: all .4s;

}

.navbar .navbar-nav .nav-link:hover {

    color: #991b1f;

}

.navbar .navbar-nav .active {

    color: #991b1f !important;

}

.nav-scroll {

    background: #fff;

    padding: 0 0 0 0;

    position: fixed;

    top: -100px;

    left: 0;

    width: 100%;

    -webkit-transition: -webkit-transform .5s;

    transition: -webkit-transform .5s;

    transition: transform .5s;

    transition: transform .5s, -webkit-transform .5s;

    -webkit-transform: translateY(100px);

    transform: translateY(100px);

    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);

    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);

    z-index: 999;

    border: none;

}

.nav-scroll .icon-bar {

	color: #991b1f;

}

.nav-scroll .navbar-nav .nav-link {

	color: #101010;

}

.nav-scroll .navbar-nav .active {

	color: #991b1f !important;

}

.nav-scroll .navbar-nav .logo {

	/* padding: 15px 0; */

	color: #fff;

}

.nav-scroll .logo {

	width: 112px;

}



.logo-beyaz {

	width: 180px;

	margin-left: 50px;

	margin-right: 40px;

}



.logo-siyah {

	width: 180px;

}







.nav-scroll .logo-wrapper .logo h2 {

	font-weight: 400;

	font-size: 50px;

	margin-bottom: 0;

	color: #101010;

	line-height: 0.7em;

}

.nav-scroll .beyaz-logo{display:none;}

.nav-scroll .siyah-logo{display:inline-block;      padding: 0 30px;

	

}

.siyah-logo{display:none;}

.nav-scroll .logo-wrapper .logo span {

	display: block;

	margin-top: 7px;

	font-size: 7px;

	color: #fff;

	font-weight: 400;

	margin-left: 0px;

}

.nav-scroll .logo-wrapper {

	/* padding: 20px 0; */

	background: #fff;

	margin-top:0px;

}

.logo-wrapper {float: left;/* padding: 20px 0; *//* margin-left: 8px; *//* margin-right: 8px; *//* margin-top: 18px; */}

.logo-wrapper .logo h2 {

	font-weight: 400;

	font-size: 55px;

	color: #fff;

	line-height: 0.7em;

	letter-spacing: 4px;

}

.logo-wrapper .logo span {

	

	display: block;

	margin-top: 7px;

	font-size: 8px;

	letter-spacing: 3px;

	color: #fff;

	font-weight: 400;

	line-height: 1.5em;

	text-transform: uppercase;

	background: #991b1f;

	padding: 3px;

	text-align: center;

}

.logo {

	padding: 0;

	width: 122px;

}

.dropdown:hover .dropdown-menu,

.dropdown:hover .mega-menu {

	opacity: 1;

	visibility: visible;

	-webkit-transform: translateY(0);

	transform: translateY(0);

}

.dropdown .nav-link {

	cursor: pointer;

}

.dropdown .nav-link i {

	padding-left: 1px;

	font-size: 9px;

}

.dropdown-item {

	position: relative;

}

.dropdown-item:hover .sub-menu {

	opacity: 1;

	visibility: visible;

	-webkit-transform: translateY(0);

	transform: translateY(0);

}

.dropdown-item span {

	display: block;

	cursor: pointer;

}

.dropdown-menu,

.sub-menu {

	display: block;

	opacity: 0;

	visibility: hidden;

	-webkit-transform: translateY(20px);

	transform: translateY(20px);

	width: 180px;

	padding: 15px 10px;

	border-radius: 0;

	border: 0;

	background-color: #fff;

	-webkit-transition: all .3s;

	transition: all .3s;

	-webkit-box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);

	box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);

}

.dropdown-menu .dropdown-item,

.sub-menu .dropdown-item {

	padding: 7px 14px;

	font-size: 21px;

	font-family: 'Pirata One', cursive;

	font-weight: 400;

	letter-spacing: 1px;

	color: #101010;

	position: relative;

	-webkit-transition: all .4s;

	transition: all .4s;

	border-bottom: 1px solid rgba(0,0,0,0.05);

}

.dropdown-menu .dropdown-item:last-child,

.sub-menu .dropdown-item:last-child {

	border-bottom: none;

}

.dropdown-menu .dropdown-item:hover,

.sub-menu .dropdown-item:hover {

	background: transparent;

	padding-left: 20px;

	color: #991b1f;

}

.dropdown-menu .dropdown-item a,

.sub-menu .dropdown-item a {

	display: block;

}

.dropdown-menu .dropdown-item i,

.sub-menu .dropdown-item i {

	padding: 5px 0 0 5px;

	font-size: 11px;

	float: right;

}

.dropdown-menu .dropdown-item em,

.sub-menu .dropdown-item em {

	font-size: 8px;

	background-color: #000;

	padding: 2px 4px;

	color: #fff;

	border-radius: 2px;

	position: absolute;

	right: 10px;

	top: 5px;

}

.dropdown-menu.last {

	left: -100%;

}

.sub-menu {

	position: absolute;

	left: 100%;

	top: -5px;

}

.sub-menu.left {

	left: -100%;

	margin-left: -20px;

}

.mega-menu {

	position: absolute;

	opacity: 0;

	visibility: hidden;

	-webkit-transform: translateY(20px);

	transform: translateY(20px);

	right: -150px;

	width: 800px;

	background-color: #fff;

	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);

	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);

	-webkit-transition: all .3s;

	transition: all .3s;

}

.mega-menu .dropdown-title {

	display: block;

	color: #101010;

	font-size: 10px;

	font-weight: 400;

	letter-spacing: 1px;

	text-transform: uppercase;

	margin-bottom: 15px;

	padding: 0 15px 15px;

	border-bottom: 1px solid #f7f7f7;

}

.mega-menu .dropdown-menu {

	position: static !important;

	float: left;

	-webkit-box-shadow: none;

	box-shadow: none;

	border-right: 1px solid #f7f7f7;

	border-bottom: 1px solid #f7f7f7;

	-webkit-transition: all .3s;

	transition: all .3s;

}

@media screen and (max-width: 767px) {

	

	

	.navbar {

		padding-right: 0px;

		padding-right: 0px;

		background: transparent;

		margin-top:0px !important;

	}

	.nav-scroll {

		background: #fff;

	}

	.logo-wrapper {

		float: left;

	}

	.nav-scroll .logo-wrapper {

		padding: 15px;

		background-color: #fff;

	}

}



@media screen and (max-width: 1400px) {

	.banner-header h1 {

		margin-top:80px !important

	}

}









/* ======= Basics ======= */

* {

	margin: 0;

	padding: 0;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	outline: none;

	list-style: none;

	word-wrap: break-word;

}

html,

body {

	-moz-osx-font-smoothing: grayscale;

	-webkit-font-smoothing: antialiased;

	-moz-font-smoothing: antialiased;

	font-smoothing: antialiased;

}

body {

	overflow-x: hidden !important;

	background: #fff;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 15px;

	line-height: 1.75em;

	font-weight: 400;

	color: rgba(0,0,0,0.8);

	outline: none;

}

p {

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 19px;

	font-weight: 400;

	color: rgba(0,0,0,0.8);

	line-height: 1.75em;

	margin-bottom: 20px;

	/* font-weight: 600; */

}

h1,

h2,

h3,

h4,

h5,

h6 {

	font-weight: 400;

	font-family: 'HelveticaNeueLTProBlkCn', cursive;

	line-height: 1.5em;

}

img {

	width: 100%;

	height: auto;

	-webkit-transition: all 0.5s;

	-o-transition: all 0.5s;

	transition: all 0.5s;

	color: #000;

}

span,

a,

a:hover {

	display: inline-block;

	text-decoration: none;

	color: inherit;

}

b {

	font-weight: 400;

	color: #991b1f;

}

/* text field */

button,

input,

optgroup,

select,

textarea {font-family: 'Roboto Condensed', sans-serif;}

input[type="password"]:focus,

input[type="email"]:focus,

input[type="text"]:focus,

input[type="file"]:focus,

input[type="radio"]:focus,

input[type="checkbox"]:focus,

textarea:focus {

	outline: none;

	background-color: #fff;

	border: 1px solid #991b1f;

}

input[type="password"],

input[type="email"],

input[type="text"],

input[type="file"],

textarea {

	max-width: 100%;

	margin-bottom: 15px;

	padding: 10px;

	height: auto;

	background-color: #fff;

	-webkit-box-shadow: none;

	box-shadow: none;

	border: 1px solid #ece3e0;

	display: block;

	width: 100%;

	line-height: 1.75em;

	font-weight: 400;

	color: rgba(0,0,0,0.8);

	background-image: none;

	border-radius: 0;

	outline: none;

}

input:focus,

textarea:focus {

	border-bottom-width: 1px;

	border-color: #991b1f;

}

input[type="submit"],

input[type="reset"],

input[type="button"],

button {text-shadow: none;padding: 8px 20px;-webkit-box-shadow: none;box-shadow: none;line-height: 1.75em;font-weight: 400;border-style: solid;color: #fff;border-width: 0;-webkit-transition: background-color .15s ease-out;transition: background-color .15s ease-out;background-color: #101010;margin: 3px 0;}

input[type="submit"]:hover,

input[type="reset"]:hover,

input[type="button"]:hover,

button:hover {

	background-color: #101010;

	color: #fff;

}

select {

	padding: 10px;

	border-radius: 5px;

}

table,

th,

tr,

td {

	border: 1px solid #ececec;

}

th,

tr,

td {

	padding: 10px;

}

input[type="radio"],

input[type="checkbox"] {

	display: inline;

}





.menus .tabs-icon .item h6.active {

	

	color: #991b1f;

	

}







.social-contact a {

	color: rgba(0,0,0,0.8);

	width: 33px;

	height: 33px;

	line-height: 35px;

	background: transparent;

	margin: 0 5px 15px 0;

	text-align: center;

	border: 1px solid rgba(0,0,0,0.075);

	font-size: 15px;

	border-radius: 50%;

} 



.social-contact a:hover {

	color: rgba(0,0,0,0.8);

	background: transparent;

	border: 1px solid #991b1f; 

	

}



.gallery-title {

	text-align: center;

	margin-top: 15px;

	font-size: 20px;

	font-weight: bold;

	font-family: 'HelveticaNeueLTProBlkCn', cursive;

}



.logo {

	width: 122px;

}







.bg-gray {

	background: #f8fafd;

}

.o-hidden {

	overflow: hidden;

}

.position-re {

	position: relative;

}

.full-width {

	width: 100%;

}

.bg-img {

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

}

.bg-img-fixed {

	background-attachment: fixed;

}

.bg-fixed {

	background-attachment: fixed;

}

.pattern {

	background-repeat: repeat;

	background-size: auto;

}

.sub-title {

	font-size: 15px;

	font-weight: 400;

	color: #101010;

	margin-bottom: 10px;

}

.bold {

	font-weight: 700;

}

.count {

	

}

.valign {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

}

.v-middle {position: absolute;width: 100%;top: 50%;left: 0;-webkit-transform: translate(12%, -50%);transform: translate(12%, -50%);}

.line-hr-left {

	width: 70px;

	border-top: 1px solid #991b1f;

	margin: 0 0 20px 0;

}

.line-hr-right {

	width: 70px;

	border-top: 1px solid #991b1f;

	margin: 0 0 0 auto;

}

.line-hr-center {

	width: 70px;

	border-top: 1px solid #991b1f;

	margin: auto;

}

.bg-lightcolor {

	background: #f8f4f3;

}

/* important for animate effect */

.js .animate-box {

	opacity: 0;

}



.container {/* padding-right: 60px; *//* padding-left: 60px; */}





/* ======= Preloader ======= */

.pace {

	pointer-events: none;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

	z-index: 99999999999999;

	position: fixed;

	margin: auto;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	width: 400px;

	border: 0px;

	height: 1px;

	overflow: hidden;

	background: rgba(0, 0, 0, 0.05);

	-webkit-transition: all 1s;

	-o-transition: all 1s;

transition: all 1s; }

.pace .pace-progress {

	-webkit-transform: translate3d(0, 0, 0);

	transform: translate3d(0, 0, 0);

	max-width: 300px;

	position: fixed;

	z-index: 99999999999999;

	display: block;

	position: absolute;

	top: 0;

	right: 100%;

	height: 100%;

	width: 100%;

background: #991b1f; }

.pace.pace-inactive {

	width: 100vw;

opacity: 0; }

.pace.pace-inactive .pace-progress {

	max-width: 100vw; 

}

#preloader {

	width: 100%;

	height: 100vh;

	overflow: hidden;

	position: fixed;

z-index: 9999999; }

#preloader:after, #preloader:before {

	content: '';

	position: fixed;

	left: 0;

	height: 50%;

	width: 100%;

	background: #fff;

	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);

	-o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);

transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

#preloader:before {

	top: 0; 

}

#preloader:after {

	bottom: 0; 

}

#preloader.isdone {

	visibility: hidden;

	-webkit-transition-delay: 1.5s;

	-o-transition-delay: 1.5s;

transition-delay: 1.5s; }

#preloader.isdone:after, #preloader.isdone:before {

	height: 0;

	-webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);

	-o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);

	transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);

	-webkit-transition-delay: 1s;

	-o-transition-delay: 1s;

transition-delay: 1s; }

.loading-text {

	font-size: 40px;

	font-weight: 400;

	letter-spacing: 4px;

	position: absolute;

	top: calc(50% - 30px);

	left: 50%;

	-webkit-transform: translate(-50%, -50%);

	-ms-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

	color: #FFF;

	font-family: 'Pirata One', cursive;

z-index: 9999; }

.loading-text.isdone {

	top: 50%;

	opacity: 0;

	-webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);

	-o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);

	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);

	-webkit-transition-delay: .5s;

	-o-transition-delay: .5s;

transition-delay: .5s; }





/* ======= Selection ======= */

::-webkit-selection {

	color: rgba(0,0,0,0.8);

	background: rgba(153, 27, 31, 0.3);

}

::-moz-selection {

	color: rgba(0,0,0,0.8);

	background: rgba(153, 27, 31, 0.3);

}

::selection {

	color: rgba(0,0,0,0.8);

	background: rgba(153, 27, 31, 0.3);

}





/* ======= Scrollbar ======= */



::-webkit-scrollbar {

	width: 0px;

}



::-webkit-scrollbar-track {

	background: #101010;

}



::-webkit-scrollbar-thumb {

	background: #fff;

}



::-webkit-scrollbar-thumb:hover {

	background: #fff;

}





/* ======= Owl-Theme settings ======= */

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {

	background: #991b1f;

}

.owl-theme .owl-dots .owl-dot span {

	width: 7px;

	height: 7px;

	margin: 5px 5px;

	background: #fff;

}





/* ======= Sections ======= */



.toptan-et {

	

	color: #fff;

	font-size: 42px;

	margin-bottom: 20px;

	font-family:'HelveticaNeueLTProBlkCn', cursive;

	

}

.section-padding {

	padding: 90px 0;

}

.section-padding h6 {

	color: #101010;

	font-size: 27px;

	margin-bottom: 20px;

}

.section-padding h6 span {

	color: #991b1f;

}







.text {

	font-size: 21px;

	color: #fff;

}



.section-subtitle {

	color: #101010;

	font-size: 15px;

	font-weight: 400;

	margin-bottom: 15px;

	text-transform: uppercase;

	letter-spacing: 5px;

	

	position: relative;

	padding-left: 65px;

}

.section-subtitle:before {

	content: "";

	width: 50px;

	height: 1px;

	background: #991b1f;

	position: absolute;

	left: 0;

	top: 50%;

}

.section-title {font-size: 60px;font-family: 'HelveticaNeueLTProBlkCn', cursive;font-weight: 400;color: #991b1f;position: relative;margin-bottom: 20px;line-height: 1.2em;}

h2 span {

	color: #101010;

}

.line-hr {

	width: 70px;

	border-top: 1px solid #fff;

	margin-top: 0px;

	margin-bottom: 30px;

}







/* ======= Sidebar styles ======= */

#winta-page {

	width: 100%;

	overflow: hidden;

	position: relative;

}

#winta-aside {padding: 5px 30px 30px 30px;width: 20.9%;position: fixed;bottom: 0;top: 0;left: 0;overflow-x: hidden;z-index: 1001;background: #fff;-webkit-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;border: none;-webkit-box-shadow: 0 0 30px rgb(0 0 0 / 5%);box-shadow: 0 0 30px rgb(0 0 0 / 5%);scrollbar-width: none;}

@media screen and (max-width: 1200px) {

	#winta-aside {

		width: 30%;

	}

}

@media screen and (max-width: 768px) {

	#winta-aside {

		width: 270px;

		-moz-transform: translateX(-270px);

		-webkit-transform: translateX(-270px);

		-ms-transform: translateX(-270px);

		-o-transform: translateX(-270px);

		transform: translateX(-270px);

		padding: 60px 30px 0 30px;

	}

}

/* logo */

#winta-aside .winta-logo {text-align: center;margin-bottom: 30px;display: block;}

#winta-aside .winta-logo h2 {

	position: relative;

	font-weight: 400;

	font-size: 55px;

	letter-spacing: 4px;

	color: #101010;

	line-height: 0.7em;

}

#winta-aside .winta-logo span {

	

	display: block;

	margin-top: 7px;

	font-size: 8px;

	letter-spacing: 3px;

	color: #fff;

	font-weight: 400;

	line-height: 1.5em;

	text-transform: uppercase;

	background: #991b1f;

	padding: 3px;

	text-align: center;

}

#winta-aside .winta-logo .logo-img {

	width: 75px;

	margin-bottom: 5px;

}

@media screen and (max-width: 768px) {

	

	.dnone {display:none;}

	#winta-aside .winta-logo {

		margin-bottom: 60px;

	}

}

#winta-aside .winta-logo a {

	display: inline-block;

	text-align: center;

	color: #991b1f;

}

#winta-aside .winta-logo a span {

	display: block;

	margin-top: 7px;

}

/* Menu */

#winta-aside .winta-main-menu,

#winta-aside .winta-main-menu ul,

#winta-aside .winta-main-menu ul li,

#winta-aside .winta-main-menu ul li a {

	margin: 0;

	padding: 0;

	border: 0;

	list-style: none;

	display: block;

	position: relative;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

}

#winta-aside .winta-main-menu {margin-bottom: 60px;text-align: center;}

@media screen and (max-width: 768px) {

	#winta-aside .winta-main-menu {

		margin-bottom: 30px;

	}

}

#winta-aside .winta-main-menu ul ul {

	display: none;

}

#winta-aside .winta-main-menu ul ul li:last-of-type {

	padding-bottom: 11px;

}

#winta-aside .winta-main-menu > ul > li > a {font-family: 'HelveticaNeueLTProBlkCn', cursive;text-transform: uppercase;letter-spacing: 2px;font-size: 16px;font-weight: 400;line-height: 1em;color: rgba(0,0,0,0.8);margin: 11px 0 0 0;padding: 0 0 5px 0;list-style: none;}

#winta-aside .winta-main-menu > ul > li > a:hover,

#winta-aside .winta-main-menu > ul > li.active > a,

#winta-aside .winta-main-menu > ul > li.open > a {

	color: #991b1f;

}

#winta-aside .winta-main-menu > ul > li.open > a {

	color: #991b1f;

	margin: 11px 0 0 0;

	padding: 0 0 11px 0;

	list-style: none;

	border-bottom: none;

}

#winta-aside .winta-main-menu > ul > li:last-child > a,

#winta-aside .winta-main-menu > ul > li.last > a {

}

#winta-aside .winta-main-menu > ul > li > a:hover > span::after,

#winta-aside .winta-main-menu > ul > li.active > a > span::after,

#winta-aside .winta-main-menu > ul > li.open > a > span::after {

	border-color: #991b1f;

}

#winta-aside .winta-main-menu ul ul li a {

	padding: 8px 0;

	list-style: none;

	line-height: 1.25em;

}

#winta-aside .winta-main-menu ul ul li:hover > a,

#winta-aside .winta-main-menu ul ul li.open > a,

#winta-aside .winta-main-menu ul ul li.active > a {

	color: #991b1f;

}

#winta-aside .winta-main-menu ul ul ul li a {

	margin-left: 15px;

}

#winta-aside .winta-main-menu > ul > li > ul > li:last-child > a,

#winta-aside .winta-main-menu > ul > li > ul > li.last > a {

	padding-bottom: 8px;

}

#winta-aside .winta-main-menu > ul > li > ul > li.open:last-child > a,

#winta-aside .winta-main-menu > ul > li > ul > li.last.open > a {}

#winta-aside .winta-main-menu > ul > li > ul > li.open:last-child > ul > li:last-child > a {}

#winta-aside .winta-main-menu ul ul li.active > a::after,

#winta-aside .winta-main-menu ul ul li.open > a::after,

#winta-aside .winta-main-menu ul ul li > a:hover::after {}



/* footer */

#winta-aside .winta-footer {position: absolute;bottom: -8px;right: 0;left: 0;font-size: 15px;text-align: center;font-weight: 400;color: rgba(0,0,0,0.8);}

/* sidebar footer */

#winta-aside .winta-footer p {font-size: 15px;letter-spacing: 1px;/* text-transform: uppercase; */color: rgba(0,0,0,0.8);}

.separator {

	width: 16%;

	margin-bottom: 20px;

	text-align: center;

	position: relative;

	display: inline-block;

	vertical-align: middle;

	border-bottom: 1px solid #991b1f;

	margin: 10px 0;

}

@media screen and (max-width: 768px) {

	#winta-aside .winta-footer {

		position: relative;

		padding-top: 0;

	}

}

/* sidebar social */

#winta-aside .winta-footer .social a {color: rgba(0,0,0,0.8);width: 33px;height: 33px;line-height: 35px;background: transparent;margin: 0 5px 15px 0;text-align: center;border: 1px solid rgba(0,0,0,0.075);font-size: 16px;border-radius: 50%;}

#winta-aside .winta-footer .social a:hover {

	color: rgba(0,0,0,0.8);

	background: transparent;

	border: 1px solid #991b1f;

}





/* important offcanvas for menu */

body.offcanvas {

	overflow-x: hidden;

}

body.offcanvas #winta-aside {

	-moz-transform: translateX(0);

	-webkit-transform: translateX(0);

	-ms-transform: translateX(0);

	-o-transform: translateX(0);

	transform: translateX(0);

	width: 270px;

	z-index: 999;

	position: fixed;

}

body.offcanvas #winta-main,

body.offcanvas .winta-nav-toggle {

	top: 0;

	-moz-transform: translateX(270px);

	-webkit-transform: translateX(270px);

	-ms-transform: translateX(270px);

	-o-transform: translateX(270px);

	transform: translateX(270px);

}



/* ======= Content style ======= */

#winta-main {

	width: 79.2%;

	float: right;

	-webkit-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;

}

@media screen and (max-width: 1200px) {

	#winta-main {

		width: 70%;

	}

}

@media screen and (max-width: 768px) {

	#winta-main {

		width: 100%;

	}

	.container {

		padding-right: 30px;

		padding-left: 30px;

	}

}



/* ======= Navigation style ======= */

#winta-main-menu {

	margin-bottom: 90px;

}

.winta-nav-toggle {

	cursor: pointer;

	text-decoration: none;

}

.winta-nav-toggle.active i::before,

.winta-nav-toggle.active i::after {

	background: #fff;

}

.winta-nav-toggle.dark.active i::before,

.winta-nav-toggle.dark.active i::after {

	background: #171717;

}

.winta-nav-toggle:hover,

.winta-nav-toggle:focus,

.winta-nav-toggle:active {

	outline: none;

	border-bottom: none !important;

}

.winta-nav-toggle i {

	position: relative;

	display: -moz-inline-stack;

	display: inline-block;

	zoom: 1;

	width: 20px;

	height: 1px;

	color: #fff;

	font: bold 14px/.4 Helvetica;

	text-transform: uppercase;

	text-indent: -55px;

	background: #fff;

	-webkit-transition: all .2s ease-out;

	-o-transition: all .2s ease-out;

	transition: all .2s ease-out;

	top: -3px;

}

.winta-nav-toggle i::before,

.winta-nav-toggle i::after {

	content: '';

	width: 20px;

	height: 1px;

	background: #fff;

	position: absolute;

	left: 0;

	-webkit-transition: 0.2s;

	-o-transition: 0.2s;

	transition: 0.2s;

}

.winta-nav-toggle.dark i {

	position: relative;

	color: #171717;

	background: #171717;

	-webkit-transition: all .2s ease-out;

	-o-transition: all .2s ease-out;

	transition: all .2s ease-out;

}

.winta-nav-toggle.dark i::before,

.winta-nav-toggle.dark i::after {

	background: #171717;

	-webkit-transition: 0.2s;

	-o-transition: 0.2s;

	transition: 0.2s;

}

.winta-nav-toggle i::before {

	top: -7px;

}

.winta-nav-toggle i::after {

	bottom: -7px;

}

.winta-nav-toggle:hover i::before {

	top: -10px;

}

.winta-nav-toggle:hover i::after {

	bottom: -10px;

}

.winta-nav-toggle.active i {

	background: transparent;

}

.winta-nav-toggle.active i::before {

	top: 0;

	-webkit-transform: rotateZ(45deg);

	-moz-transform: rotateZ(45deg);

	-ms-transform: rotateZ(45deg);

	-o-transform: rotateZ(45deg);

	transform: rotateZ(45deg);

}

.winta-nav-toggle.active i::after {

	bottom: 0;

	-webkit-transform: rotateZ(-45deg);

	-moz-transform: rotateZ(-45deg);

	-ms-transform: rotateZ(-45deg);

	-o-transform: rotateZ(-45deg);

	transform: rotateZ(-45deg);

}

.winta-nav-toggle {

	position: fixed;

	left: 0px;

	top: 0px;

	z-index: 1;

	cursor: pointer;

	opacity: 1;

	visibility: hidden;

	padding: 11px 14px;

	-webkit-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;

	background: #991b1f;

	margin: 15px 30px;

	border-radius: 50%;

}

@media screen and (max-width: 768px) {

	#winta-main-menu {

		margin-bottom: 60px;

	}

	.winta-nav-toggle {

		opacity: 1;

		visibility: visible;

	}

}





/* ======= Header ======= */

.header {

	min-height: 100vh;

	overflow: hidden;

}

.header .caption .o-hidden {display: inline-block;text-align: center;}

.header .caption h2 {

	font-weight: 400;

	font-size: 30px;

}

.header .caption h4 {font-family: 'Roboto Condensed', sans-serif;font-weight: 400;color: #fff;font-size: 18px;margin-bottom: 10px;letter-spacing: 5px;text-transform: uppercase;-webkit-animation-delay: .2s;animation-delay: .2s;}

.header .caption h1 {position: relative;margin-bottom: 15px;font-weight: 400;text-align: center;font-size: 80px;word-spacing: 5px;line-height: 1.2em;-webkit-animation-delay: .6s;animation-delay: .6s;color: #fff;}

.header .caption p {

	

	font-size: 20px;

	font-weight: 400;

	margin-bottom: 0;

	color: #fff;

	-webkit-animation-delay: 1s;

	animation-delay: 1s;

}

.header .caption p span {

	letter-spacing: 5px;

	text-transform: uppercase;

	margin: 0 5px;

	padding-right: 14px;

	position: relative;

}

.header .caption p span:last-child {

	padding: 0;

}

.header .caption p span:last-child:after {

	display: none;

}

.header .caption p span:after {

	content: '';

	width: 7px;

	height: 7px;

	border-radius: 50%;

	background: #000;

	position: absolute;

	top: 10px;

	right: 0;

	opacity: .5;

}

.header .caption .butn {

	-webkit-animation-delay: 1.2s;

	animation-delay: 1.2s;

}

.header .social a {

	color: #eee;

	font-size: 15px;

	margin: 10px 15px;

}





/* ======= Slider ======= */

.slider .owl-item,

.slider-fade .owl-item {

	height: 100vh;

	position: relative;

}

.slider .item,

.slider-fade .item {

	position: absolute;

	top: 0;

	left: 0;

	height: 100%;

	width: 100%;

	/* background-size: cover; */

	/* background-position: center; */

	/* background: #776757ba; */

}

.slider .item .caption,

.slider-fade .item .caption {

	z-index: 9;

}

.slider .owl-theme .owl-dots,

.slider-fade .owl-theme .owl-dots {

	position: absolute;

	bottom: 5vh;

	width: 100%;

}

/* owl-nav next and prev */

.slider-fade .owl-nav {

	position: absolute;

	bottom: 5%;

	right: 12%;

}

.slider-fade .owl-prev {

	float: left;

}

.slider-fade .owl-next {

	float: right;

}

.slider-fade .owl-theme .owl-nav [class*=owl-] {

	background-color: transparent;

	border: 1px solid #991b1f;

	width: 40px;

	height: 40px;

	line-height: 32px;

	border-radius: 0%;

	float: left;

	font-size: 10px;

	border-radius: 50%;

}

.slider-fade .owl-theme .owl-nav [class*=owl-]:hover {

	background-color: #991b1f;

	color: #fff;

}

@media screen and (max-width: 768px) {

	.slider-fade .owl-nav {

		display: none;

	}

}





/* ======= Page Banner Header ======= */

.banner-header {

	height: 55vh;

	z-index: 0;

}

.banner-header h6 {

	font-size: 15px;

	font-weight: 400;

	margin-bottom: 10px;

}

.banner-header h6 a:hover {

	color: #000;

}

.banner-header h6 i {

	margin: 0 15px;

	font-size: 10px;

}

.banner-header h5 {color: #fff;font-size: 25px;font-family: 'Roboto Condensed', cursive;font-weight: 400;margin-bottom: 15px;text-transform: uppercase;letter-spacing: 3px;word-spacing: 3px;}

.banner-header h1 {font-size: 50px;font-family: 'HelveticaNeueLTProBlkCn', cursive;font-weight: 400;color: #ffffff;position: relative;margin-bottom: 10px;margin-top: 110px;line-height: 1em;text-transform: uppercase;letter-spacing: 1px;word-spacing: 5px;}

.banner-header p {

	

	font-size: 16px;

	font-weight: 400;

	margin-bottom: 0;

	color: #fff;

	-webkit-animation-delay: 1s;

	animation-delay: 1s;

}

.banner-header p a {

	color: #991b1f;

}

@media screen and (max-width: 767px) {

	.banner-header {

		height: 50vh;

		margin-top: 0px;

	}

	.banner-header h6 {

		font-size: 12px;

		font-weight: 400;

		margin-bottom: 10px;

	}

	.banner-header h6 a:hover {

		color: #101010;

	}

	.banner-header h6 i {

		margin: 0 15px;

		font-size: 10px;

	}

	.banner-header h5 {

		line-height: 1em;

		font-size:15px;

	}

	.banner-header h1 {

		

		font-size:25px;

		

	}

	

	

	

	.bg-video-wrap h1 {

		text-align: center;

		color: #fff;

		position: absolute;

		top: 0;

		bottom: 0;

		left: 0;

		right: 0;

		margin: auto;

		z-index: 3;

		/* max-width: 400px; */

		width: 100%;

		height: 20px;

		line-height: 1.2;

		font-size: 34px !important;

	}

	

	

	.bg-video-wrap h4 {

		font-size: 25px !important;

		text-align: center;

		color: #fff;

		position: absolute;

		top: 0;

		bottom: 0;

		left: 0;

		right: 0;

		margin: auto;

		z-index: 3;

		max-width: 320px;

		width: 100%;

	height: 100px; }

	

	

	

	.section-subtitle {

		font-size:12px;

	}

	

	.toptan-et {

		font-size:22px;

	}

	

	.text {

		font-size: 16px;

	}

	

	.section-padding {

		padding:20px 0;

	}

	.banner-header p {

		font-size: 15px;

		color: #fff;

	}

	

	.section-title {

		font-size:40px;

	}

	

	.menus .tabs-icon .item h6 {

		font-size:15px !important;

		

	}

	

	.gallery-title {

		font-size:17px;

		margin-bottom:10px;

		margin-top:10px;

	}

	

	.mb-60 {

		margin-bottom:20px !important;

	}

	

	p {

		font-size:16px;

	}

}





/* ======= About style ======= */

.about {

	position: relative;

}

.about .frame-img {

	overflow: hidden;

	position: relative;

}

.about .frame-img .img,

.about .frame-img img {

	overflow: hidden;

	position: relative;

	-webkit-transition: all .8s;

	transition: all .8s;

}

.about .frame-img:hover .img {

	-webkit-transform: scale(0.97, 0.97);

	transform: scale(0.97, 0.97);

}

.about .frame-img .img .since {

	position: absolute;

	right: 70px;

	top: 70px;

}

.about .frame-img .img .since span {

	display: block;

	color: #b19777;

	font-size: 22px;

	font-weight: 700;

	text-transform: uppercase;

	line-height: 1;

}

.about .frame-img .img .since span:first-of-type {

	font-size: 16px;

	font-weight: 600;

	letter-spacing: 2px;

}

.about .frame-img .img .years {

	position: absolute;

	left: 70px;

	bottom: 70px;

}

.about .frame-img .img .years h2 {

	font-size: 140px;

	font-weight: 800;

	background: url(../img/exp.html) no-repeat;

	background-position: 18% 65%;

	-webkit-background-clip: text;

	-webkit-text-fill-color: transparent;

	line-height: 1;

}

.about .frame-img .img .years h5 {

	color: #b19777;

	letter-spacing: 5px;

	font-size: 20px;

}

.about .about-frame .pattern {

	height: 100%;

	width: 100%;

}

.about .about-frame .years-about-frame {

	position: relative;

	height: 100%;

	width: 100%;

	border: 10px solid #f8f4f3;

}

.about .about-frame .years-about-frame .about-frame-text {

	position: absolute;

	bottom: 5px;

	left: -10px;

	padding: 10px 0;

	width: -webkit-max-content;

	width: -moz-max-content;

	width: max-content;

	background: #fff;

}

.about .about-frame .years-about-frame .about-frame-text h2 {

	font-size: 70px;

	line-height: 1;

	display: inline-block;

	position: relative;

	z-index: 2;

	color: #991b1f;

}

.about .about-frame .years-about-frame .about-frame-text h2:after {

	content: '';

	width: 40px;

	height: 40px;

	border-radius: 50%;

	background: #f8f4f3;

	position: absolute;

	right: -15px;

	top: -15px;

	z-index: -1;

}

.about .about-frame .years-about-frame .about-frame-text h6 {

	font-size: 14px;

	

	color: #101010;

	margin-bottom: 0;

}



@media screen and (max-width: 767px) {

	.about .about-frame:after {

		right: 0; 

	}

	.about .frame-img .img {

		width: 100%; 

	}

	.about .about-frame ul {

		display: block; 

	}

	.about .about-frame ul li {

		margin-top: 10px;

		display: inline-block; 

	}

	.about .about-frame .years-about-frame {

		height: 44px;

		margin-top: 20px;

	}

}





/* ======= Team style ======= */

.team .item {

	overflow: hidden;

	position: relative;

	text-align: center;

}

.team .item .team-img {

	overflow: hidden;

	position: relative;

}

.team .item .team-img:hover .img {

	-webkit-transform: scale(1.1, 1.1);

	transform: scale(1.1, 1.1);

}

.team .item .team-img .img {

	-webkit-transition: all .4s;

	transition: all .4s;

}

.team .item .infos {

	text-align: center;

	padding-top: 30px;

	background-color: transparent;

}

.team .item .infos h6 {

	font-size: 24px;

	color: #101010;

	margin-bottom: 5px;

	text-transform: none;

}

.team .item .infos span {

	color: #991b1f;

	margin-bottom: 0px;

}





/* ======= Menu List style ======= */

.menus .owl-carousel .owl-stage-outer {

	padding: 10px 0 0;

}

.menus .tabs-icon .item {padding: 10px;cursor: pointer;display: inline-block;/* margin-right: 30px; *//* margin-left: 30px; */}

.menus .tabs-icon .item .icon {

	padding: 10px;

	color: rgba(0,0,0,0.8);

	font-size: 60px;

}

.menus .tabs-icon .item h6 {font-size: 30px;letter-spacing: 1px;color: #101010;margin-bottom: 0;padding: 20px;}

.menus .tabs-icon .owl-item.actived .item,

.menus .tabs-icon .item.active {color: #101010;position: relative;padding: 10px;display: inline-block;margin-right: 0;margin-left: 0;}

.menus .tabs-icon .owl-item.actived .item .icon,

.menus .tabs-icon .item.active .icon {

	color: #991b1f;

}

.menus .menus-content .cont {

	display: none;

}

.menus .menus-content .cont .menus-info {

	text-align: right;

}

.menus .menus-content .cont h5 {

	font-size: 24px;

	color: #991b1f;

	margin-bottom: 10px;

	text-align: left;

	border-bottom: 1px dashed rgba(0,0,0, 0.1);

	line-height: 2em;

	letter-spacing: 1px;

}

.menus .menus-content .cont h5 .price {

	color: #991b1f;

	float: right;

}

.menus .menus-content .active {

	display: block;

}

/* menu owl-theme */

.menus .owl-theme .owl-nav.disabled + .owl-dots {

	margin-top: 15px;

	display: inline-block;

}

.menus .owl-theme .owl-dots .owl-dot span {

	width: 40px;

	height: 2px;

	margin: 0 2px 0 0;

	border-radius: 0;

	background: rgba(200, 200, 200, 0.4);

}

.menus .owl-theme .owl-dots .owl-dot.active span,

.menus .owl-theme .owl-dots .owl-dot:hover span {

	background: #991b1f;

}

.menus .owl-theme .owl-nav [class*=owl-] {position: absolute;top: 40%;background: transparent;color: #991b1f;width: 45px;height: 45px;line-height: 40px;border-radius: 50%;border: 1px solid #991b1f;opacity: 1;-webkit-transition: all .5s;transition: all .5s;}

.menus .owl-theme .owl-nav [class*=owl-]:hover {

	background: transparent;

	color: #991b1f;

}

.menus .bg-img .owl-theme .owl-nav [class*=owl-] {

	color: #fff;

}

.menus .owl-carousel .owl-nav .owl-next {

	right: 0;

}

.menus .owl-carousel .owl-nav .owl-prev {

	left: 0;

}

.menus .owl-carousel .owl-nav .owl-next span,

.menus .owl-carousel .owl-nav .owl-prev span {

	font-size: 16px;

	line-height: 1em;

}

.menus .owl-theme:hover .owl-nav [class*=owl-] {

	opacity: 1;

}

.menus .owl-theme .owl-nav [class*=owl-] {

	top: 35%;

	font-size: 17px;

}

.menus .owl-carousel .owl-nav .owl-next {

	right: -50px;

}

.menus .owl-carousel .owl-nav .owl-prev {

	left: -50px;

}

.menus .owl-carousel .owl-nav .owl-prev {

	left: -60px;

}

.menus .owl-carousel .owl-nav .owl-next {

	right: -60px;

}

.menus .menus-content .cont .menus-info {

	text-align: center;

	margin-bottom: 20px;

}



@media screen and (max-width: 767px) {

	.menus .owl-theme .owl-nav [class*=owl-] {

		display: none;

	}

}



/* menupage price */

.menupage-price {}

.menupage-price-info {}

.menupage-price-info .title {

	font-family: 'Pirata One', cursive;

	font-size: 24px;

	color: #991b1f;

	margin-bottom: 10px;

	text-align: left;

	border-bottom: 1px dashed rgba(0,0,0,0.1);

	line-height: 2em;

}

.menupage-price-info .title .price {

	color: #991b1f;

	float: right;

}





/* =======  Today Menu Style ======= */

.menu-today-container {

	position: relative;

	text-align: left;

	margin: 0;

	margin-bottom: 30px;

	padding: 30px;

	padding-bottom: 0;

	background: #fff;

	border-bottom: 1px solid transparent;

	transition: .2s;

	overflow: hidden;

	cursor: pointer;

	z-index: 3;

}

.menu-today-container .menu-today-heading {

	font-size: 27px;

	letter-spacing: 1px;

	color: #101010;

	margin-bottom: 10px;

}

.menu-today-container:hover {

	z-index: 100;

	border-bottom: 1px solid #991b1f;

}

.menu-today-text-area p {

	font-family: inherit !important;

	opacity: 0;

	color: rgba(0,0,0,0.8);

	margin-bottom: -35px

}

.menu-today-container:hover .menu-today-text-area p {

	opacity: 1

}

.menu-today-text-area ul {

	font-family: inherit !important;

	opacity: 0;

	color: rgba(0,0,0,0.8);

	margin-bottom: -45px;

	line-height: 1.5em;

}

.menu-today-container:hover .menu-today-text-area ul {

	opacity: 1

}

.menu-today-img-area,

.menu-today-text-area {

	display: inline-block;

	vertical-align: bottom;

	transition: transform .2s ease-in-out

}

.menu-today-img-area {

	font-size: 50px;

	color: #991b1f;

	margin-bottom: 15px;

	margin-right: 0;

	float: left;

	width: 100%;

	-webkit-transition: all 200ms ease-in-out;

	-moz-transition: all 200ms ease-in-out;

	-o-transition: all 200ms ease-in-out;

	transition: all 200ms ease-in-out;

	line-height: 1em;

}

.menu-today-container:hover .menu-today-text-area,

.menu-today-container:hover .menu-today-img-area {

	-webkit-transform: translate3d(0, -67px, 0);

	transform: translate3d(0, -67px, 0)

}

.menu-today-container:hover .menu-today-img-area {

	opacity: 0

}

.menu-today-container .menu-today-img-area img {

	margin-bottom: 5px;

	max-height: 60px;

	width: auto

}





/* =======  Testimonials  ======= */

.testimonials .client-area {

	margin-bottom: 15px;

}

.testimonials .client-area .img {

	display: inline-block;

	position: relative;

}

.testimonials .client-area .img .icon {

	width: 50px;

	position: absolute;

	top: 70px;

}

.testimonials .client-area .img .icon:first-of-type {

	left: -70px;

}

.testimonials .client-area .img .icon:last-of-type {

	right: -70px;

}

.testimonials .client-area .author {

	width: 100px;

	height: 100px;

	border-radius: 50%;

	overflow: hidden;

	margin: 0 auto 15px;

}

.testimonials .client-area h6 {

	color: #991b1f;

	font-size: 36px;

	text-transform: none;

	letter-spacing: 1px;

	margin-bottom: 0;

	word-spacing: 3px;

}

.testimonials .client-area span {

	font-size: 15px;

	font-weight: 400;

	text-transform: uppercase;

	color: #fff;

	letter-spacing: 3px;

}

.testimonials p {

	margin-bottom: 15px;

	font-size: 17px;

}





/* ======= Gallery style ======= */

.gallery-item {

	position: relative;

	padding-top: 20px;

}

.gallery-box {

	overflow: hidden;

	position: relative;

}

.gallery-box .gallery-img {

	position: relative;

	overflow: hidden;

}

.gallery-box .gallery-img:after {

	content: " ";

	display: block;

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

	border-radius: 0px;

	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);

}

.gallery-box .gallery-img > img {transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);border-radius: 0;width: 100%;/* height: 250px; */object-fit: cover;}

.gallery-box .gallery-detail {

	opacity: 0;

	color: #FFF;

	width: 100%;

	padding: 20px;

	box-sizing: border-box;

	position: absolute;

	left: 0;

	overflow: hidden;

	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);

}

.gallery-box .gallery-detail h4 {

	font-size: 18px;

}

.gallery-box .gallery-detail p {

	color: Rgba(0, 0, 0, 0.4);

	font-size: 14px;

}

.gallery-box .gallery-detail i {

	color: #101010;

	padding: 8px;

}

.gallery-box .gallery-detail i:hover {

	color: #101010;

}

.gallery-box:hover .gallery-detail {

	top: 50%;

	transform: translate(0, -50%);

	opacity: 1;

}

.gallery-box:hover .gallery-img:after {

	background: rgba(0,0,0, 0.4);

}

.gallery-box:hover .gallery-img > img {

	transform: scale(1.05);

}

/* magnific popup custom */

.mfp-figure button {

	border: 0px solid transparent;

}

button.mfp-close,

button.mfp-arrow {

	border: 0px solid transparent;

	background: transparent;

}



/* ======= Promo video and Opening Hours style ======= */

.work-time .item {

	text-align: center;

	margin: 0 15px;

}

.work-time .item p {

	font-size: 22px;

	font-weight: 300;

}

/* play button */

.play-button {

	position: relative;

	width: 85px;

	height: 85px;

	margin: auto;

	-webkit-transform: scale(1.3);

	-ms-transform: scale(1.3);

	transform: scale(1.3);

z-index: 4; }

.play-button svg {

	position: absolute;

	width: 100%;

height: 100%; }

.circle-fill circle {

	opacity: 1;

fill: rgba(153, 27, 31, 0.5); }

.polygon {

	position: absolute;

	width: 100%;

	height: 100%;

	text-align: center;

	line-height: 95px;

	font-size: 35px;

z-index: 2; }

.play-button svg.circle-fill {

	z-index: 1;

	stroke-dasharray: 322;

	stroke-dashoffset: 322;

	-webkit-transition: all .5s;

	-o-transition: all .5s;

	transition: all .5s;

	-webkit-transform: rotate(-90deg);

	-ms-transform: rotate(-90deg);

transform: rotate(-90deg); }

.play-button:hover svg.circle-fill {

	stroke-dashoffset: 38.5; 

}

.play-button svg.circle-track {

	z-index: 0; 

}

.play-button.color {

	color: #991b1f; 

}

.play-button.color .circle-fill circle {

	fill: rgba(153, 27, 31, 0.2); 

}

/* video-opening-hours-section*/

.video-opening-hours-section .opening-hours-box {

	position: relative;

	background: #f8f4f3;

	padding: 80px 40px;

	margin-bottom: -120px;

	text-align: center;

}

.video-opening-hours-section .opening-hours-box .head-box h6 {

	color: rgba(0,0,0,0.8);

	font-size: 13px;

	font-weight: 300;

	text-transform: uppercase;

	letter-spacing: 3px;

	margin-bottom: 5px;

	

}

.video-opening-hours-section .opening-hours-box .head-box h4 {

	color: #991b1f;

	margin-bottom: 40px;

	letter-spacing: 1px;

	word-spacing: 5px;

	font-size: 45px;

	margin-bottom: 30px;

	padding-bottom: 15px;

	border-bottom: 1px dashed #670c0e;

}

.video-opening-hours-section .opening-hours-box .head-box h4 span {

	color: #fff;

}

.video-opening-hours-section .opening-hours-box .item .info .cont {

	vertical-align: middle;

	margin-bottom: 15px;

}

.video-opening-hours-section .opening-hours-box .item .info .cont .day {

	color: rgba(0,0,0,0.8);

	font-size: 15px;

	margin-bottom: 15px;

	

}

.video-opening-hours-section .opening-hours-box .item .info .cont .time {

	color: #991b1f;

	font-size: 30px;

	font-weight: 400;

	text-transform: uppercase;

	font-family: 'Pirata One', cursive;

}



@media screen and (max-width: 991px) {

	

	.navbar {

		margin-top: 0 !important;

	}

	.beyaz-logo {

		display:none;

	}

	

	.siyah-logo {

		display:block;

	}

	.video-opening-hours-section .opening-hours-box {

		margin-bottom: 90px; 

	}

}



@media screen and (max-width: 767px) {

	

	.nav-scroll .siyah-logo {

		padding: initial;

	}

	

	

	.beyaz-logo {

		display:block;

	}

	

	.siyah-logo {

		display:none;

	}

	

}



/* Landscape*/



@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {

	.navbar .navbar-nav .nav-link {

		font-size: 19px;

		font-family: 'HelveticaNeueLTProBlkCn', cursive;

		font-weight: 400;

		letter-spacing: 1px;

		color: black;

		margin: 15px 1px;

	-webkit-transition: all .4s;

	transition: all .4s;

	}

	

	.logo-wrapper {

	margin-left: 55px;

	}

	

	}

	

	/* Portrait*/

	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {

	.navbar .navbar-nav .nav-link {

	font-size: 15px;

	font-family: 'HelveticaNeueLTProBlkCn', cursive;

	font-weight: 400;

	letter-spacing: 1px;

	color: black;

	margin: 15px 1px;

	-webkit-transition: all .4s;

	transition: all .4s;

	}

	

	}

	

	/* =======  Blog & News Home  ======= */

	.newshome .item {

	margin-bottom: 30px;

	}

	.newshome .item .post-img {

	overflow: hidden;

	position: relative;

	}

	.newshome .item .post-img:hover .img {

	-webkit-transform: scale(1.1, 1.1);

	transform: scale(1.1, 1.1);

	}

	.newshome .item .post-img .img {

	-webkit-transition: all .4s;

	transition: all .4s;

	}

	.newshome .item .cont {

	padding: 30px 0;

	}

	.newshome .item .cont h6 {

	font-size: 27px;

	margin-bottom: 15px;

	color: #101010;

	}

	.newshome .item .cont h6:hover {

	color: #991b1f;

	}

	.newshome .item .info a {

	margin-right: 0px;

	font-size: 15px;

	}

	.newshome .item .info a:last-child {

	margin-right: 0;

	}

	.newshome .item .info b {

	color: #991b1f;

	font-weight: 400;

	}

	.newshome .item .more {

	font-size: 21px;

	font-weight: 400;

	color: #991b1f;

	font-family: 'Pirata One', cursive;

	letter-spacing: 1px;

	border-bottom: 1px dashed;

	}

	.newshome .item .more:hover i {

	opacity: 1;

	-webkit-transform: translateX(0);

	transform: translateX(0);

	}

	.newshome .item .more i {

	font-size: 10px;

	-webkit-transform: translateX(-15px);

	transform: translateX(-15px);

	opacity: 0;

	-webkit-transition: all .2s;

	transition: all .2s;

	}

	

	

	/* ======= Blog style ======= */

	.blog-entry {

	width: 100%;

	float: left;

	margin-bottom: 30px;

	}

	.blog-entry .desc {

	padding: 20px 0;

	}

	@media screen and (max-width: 768px) {

	.blog-entry {

	margin-bottom: 45px;

	}

	}

	.blog-entry .blog-img {

	width: 100%;

	float: left;

	overflow: hidden;

	position: relative;

	z-index: 1;

	margin-bottom: 20px;

	}

	.blog-entry .blog-img img {

	position: relative;

	max-width: 100%;

	-webkit-transform: scale(1);

	-moz-transform: scale(1);

	-ms-transform: scale(1);

	-o-transform: scale(1);

	transform: scale(1);

	-webkit-transition: 0.3s;

	-o-transition: 0.3s;

	transition: 0.3s;

	}

	.blog-entry .desc h3 {

	font-size: 20px;

	margin-bottom: 15px;

	line-height: 1.5em;

	font-weight: 400;

	}

	.blog-entry .desc h3 a {

	color: #991b1f;

	font-size: 36px;

	text-decoration: none;

	font-family: 'Pirata One', cursive;

	font-weight: 400;

	line-height: 1.5em;

	}

	.blog-entry .desc h3 a:hover {

	color: #101010;

	}

	.blog-entry .desc span {

	display: block;

	margin-bottom: 5px;

	font-size: 14px;

	color: rgba(0,0,0,0.8) !important;

	}

	.blog-entry .desc span small i {

	color: rgba(0,0,0,0.8);

	}

	.blog-entry .desc .lead {

	font-size: 15px;

	color: #fff;

	font-weight: 700;

	

	}

	.blog-entry .desc .lead:hover {

	color: #fff;

	}

	.blog-entry:hover .blog-img img {

	-webkit-transform: scale(1.1);

	-moz-transform: scale(1.1);

	-ms-transform: scale(1.1);

	-o-transform: scale(1.1);

	transform: scale(1.1);

	}

	/* Pagination */

	.winta-pagination-wrap {

	padding: 0;

	margin: 0;

	text-align: center;

	}

	.winta-pagination-wrap li {

	display: inline-block;

	margin: 0 5px;

	}

	.winta-pagination-wrap li a {

	background: transparent;

	display: inline-block;

	width: 40px;

	height: 40px;

	line-height: 42px;

	text-align: center;

	color: rgba(0,0,0,0.8);

	font-weight: 400;

	}

	.winta-pagination-wrap li a:hover {

	opacity: 1;

	text-decoration: none;

	box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.20);

	background: #991b1f;

	color: #fff;

	}

	.winta-pagination-wrap li a.active {

	background-color: #991b1f;

	border: 1px solid #991b1f;

	color: #fff;

	}

	@media screen and (max-width: 768px) {

	.winta-pagination-wrap {

	padding: 0 0 60px 0;

	margin: 0;

	text-align: center;

	}

	}

	/* Sidebar */

	.winta-sidebar-part {

	padding: 60px 30px 30px 30px;

	background: #f8f4f3;

	}

	.winta-sidebar-block {

	margin-bottom: 60px;

	position: relative;

	}

	.winta-sidebar-block .winta-sidebar-block-title {

	color: #991b1f;

	text-decoration: none;

	font-family: 'Pirata One', cursive;

	font-weight: 400;

	font-size: 40px;

	margin-bottom: 30px;

	

	}

	.winta-sidebar-block .winta-sidebar-block-title span {

	color: #101010;

	}

	/* Sidebar Search */

	.winta-sidebar-search-form {

	position: relative;

	}

	.winta-sidebar-search-submit {

	position: absolute;

	right: 0px;

	top: -3px;

	background: none;

	border: 0;

	padding: 16px;

	font-size: 17px;

	-webkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	transition: all 0.3s;

	color: #fff;

	background: #991b1f;

	border-radius: 0;

	}

	/* Blog Categories */

	.ul1 {

	padding: 0;

	margin: 0;

	list-style: none;

	}

	.ul1 > li {

	padding: 15px 0;

	border-bottom: 1px dashed rgba(0,0,0,0.05);

	}

	.ul1 > li:last-child {

	border-bottom: 0px dashed rgba(0,0,0,0.1);

	}

	.ul1 > li a {

	font-family: 'Pirata One', cursive;

	font-size: 24px;

	color: #101010;

	text-decoration: none;

	display: block;

	transition: all 0.3s ease-out;

	-moz-transition: all 0.3s ease-out;

	-webkit-transition: all 0.3s ease-out;

	-o-transition: all 0.3s ease-out;

	}

	.ul1 > li a:hover {

	color: #991b1f;

	text-decoration: none;

	}

	.ul1 > li a.active {

	color: #991b1f;

	text-decoration: none;

	}

	/* Blog Latest Posts */

	.latest {

	margin-bottom: 10px;

	border-bottom: 1px dashed rgba(0,0,0,0.1);

	padding-bottom: 10px;

	}

	.latest a {

	display: block;

	text-decoration: none;

	}

	.latest a .txt1 {

	line-height: 1.75em;

	color: #101010;

	font-weight: 400;

	font-size: 16px;

	}

	.latest a .txt2 {

	color: rgba(0,0,0,0.8);

	font-size: 12px;

	transition: all 0.3s ease-out;

	-moz-transition: all 0.3s ease-out;

	-webkit-transition: all 0.3s ease-out;

	-o-transition: all 0.3s ease-out;

	}

	.latest a:hover .txt1 {

	color: #991b1f;

	}

	/* Blog Tags, Keywords */

	.tags {

	display: block;

	margin: 0;

	padding: 0;

	list-style: none;

	text-align: left;

	}

	.tags li {

	display: inline-block;

	margin: 0 10px 10px 0px;

	float: left;

	}

	.tags li a {

	display: inline-block;

	background: #991b1f;

	border: 1px solid #991b1f;

	padding: 7px 17px;

	border-radius: 0px;

	-moz-border-radius: 0px;

	-webkit-border-radius: 0px;

	text-decoration: none;

	font-size: 14px;

	color: #fff;

	transition: all 0.3s ease-out;

	-moz-transition: all 0.3s ease-out;

	-webkit-transition: all 0.3s ease-out;

	-o-transition: all 0.3s ease-out;

	}

	.tags li a:hover {

	background: #1b1b1b;

	color: #fff;

	border-color: #1b1b1b;

	}

	

	

	/* ======= Post style ======= */

	.winta-post-section {

	padding-top: 120px;

	}

	.winta-comment-section {}

	.winta-post-caption h1 {

	margin-bottom: 20px;

	font-size: 40px;

	text-transform: uppercase;

	}

	.winta-post-comment-wrap {

	display: flex;

	margin-bottom: 60px;

	}

	.winta-user-comment {

	margin-right: 30px;

	flex: 0 0 auto;

	}

	.winta-user-comment img {

	border-radius: 100%;

	width: 100px;

	}

	.winta-user-content {

	margin-right: 26px;

	}

	.winta-user-content h3 {

	font-size: 21px;

	line-height: 1.75em;

	color: #991b1f;

	margin: 0 0 15px;

	}

	.winta-user-content h3 span {

	

	font-size: 12px;

	line-height: 1.75em;

	color: rgba(0,0,0,0.8);

	font-weight: 400;

	margin-left: 15px;

	}

	.winta-repay {

	font-size: 15px;

	line-height: 1.75em;

	color: #991b1f !important;

	margin: 0;

	font-weight: 400;

	}

	

	

	/* ======= Contact style ======= */

	#contactMap {

	width: 100%;

	height: 550px;

	}

	.winta-more-contact {

	background: #fafafa;

	}

	.winta-contact-info2 {

	padding: 10px 0px;

	}

	.winta-contact-info2 .feat-inner2 {

	padding: 0;

	position: relative;

	overflow: hidden;

	margin-bottom: 0px;

	border-bottom: 1px solid rgba(0, 0, 0, 0.05);

	}

	.winta-contact-info2 .feat-inner2:last-child {

	border-bottom: 0px solid rgba(0, 0, 0, 0.05);

	}

	.winta-contact-info2 .icon {

	width: 50px;

	height: 50px;

	line-height: 50px;

	font-size: 40px;

	border-radius: 50%;

	margin-right: 5px;

	text-align: center;

	position: relative;

	z-index: 3;

	float: left;

	color: #991b1f;

	}

	.winta-contact-info2 .feat-info2 {

	overflow: hidden;

	}

	.winta-contact-info2 h5 {font-size: 21px;margin-bottom: 0px;margin-top: 0px;font-family: 'HelveticaNeueLTProBlkCn', cursive;color: #101010;}

	.winta-contact-info2 h6 {color: rgba(0,0,0,0.8);font-size: 16px;font-weight: 400;margin-bottom: 0px;font-family: 'Roboto Condensed', sans-serif;}

	

	

	/* ======= Buttons ======= */

	.butn {

	font-family: 'Pirata One', cursive;

	font-size: 25px;

	font-weight: 400;

	padding: 12px 24px;

	background: transparent;

	position: relative;

	z-index: 3;

	-webkit-transition: all .4s;

	transition: all .4s;

	cursor: pointer;

	outline: none !important;

	overflow: hidden;

	border: none;

	border: 1px solid #991b1f;

	}

	.butn span {

	position: relative;

	z-index: 2;

	color: #101010;

	-webkit-transition-delay: 0s;

	transition-delay: 0s;

	}

	.butn:before,

	.butn:after {

	content: '';

	width: 0;

	height: 100%;

	background: #991b1f;

	position: absolute;

	left: 0;

	top: 0;

	-webkit-transition: width 0.4s;

	transition: width 0.4s;

	z-index: 1;

	opacity: .4;

	}

	.butn:after {

	-webkit-transition-delay: 0s;

	transition-delay: 0s;

	background: #991b1f;

	opacity: 1;

	}

	.butn:hover:before,

	.butn:hover:after {

	width: 100%;

	}

	.butn:hover:after {

	-webkit-transition-delay: .2s;

	transition-delay: .2s;

	}

	.butn:hover span {

	-webkit-transition-delay: .2s;

	transition-delay: .2s;

	color: #fff;

	}

	.butn-dark {border: 1px solid #991b1f;background: #991b1f;font-family: 'HelveticaNeueLTProBlkCn', sans-serif;font-size: 15px;letter-spacing: 2px;}

	.butn-dark:hover {

	border: 1px solid #101010;

	background: #101010;

	}

	.butn-dark:before,

	.butn-dark:after {

	background: #101010;

	}

	.butn-dark:hover span {

	color: #fff;

	}

	.butn-dark span {color: #fff;font-size: 16px;font-weight: 400;font-family: 'HelveticaNeueLTProBlkCn', cursive;letter-spacing: 2px;}

	

	

	/* ======= Progress scroll totop button ======= */

	.progress-wrap {

	position: fixed;

	bottom: 30px;

	right: 30px;

	height: 44px;

	width: 44px;

	cursor: pointer;

	display: block;

	border-radius: 50px;

	z-index: 100;

	opacity: 0;

	visibility: hidden;

	-webkit-transform: translateY(20px);

	-ms-transform: translateY(20px);

	transform: translateY(20px);

	-webkit-transition: all 400ms linear;

	-o-transition: all 400ms linear;

	transition: all 400ms linear; }

	.progress-wrap.active-progress {

	opacity: 1;

	visibility: visible;

	-webkit-transform: translateY(0);

	-ms-transform: translateY(0);

	transform: translateY(0); }

	.progress-wrap::after {

	position: absolute;

	font-family: 'themify';

	content: '\e648';

	text-align: center;

	line-height: 44px;

	font-size: 13px;

	font-weight: 900;

	color: #991b1f;

	left: 0;

	top: 0;

	height: 44px;

	width: 44px;

	cursor: pointer;

	display: block;

	z-index: 1;

	-webkit-transition: all 400ms linear;

	-o-transition: all 400ms linear;

	transition: all 400ms linear; }

	.progress-wrap svg path {

	fill: none; 

	}

	.progress-wrap svg.progress-circle path {

	stroke: #991b1f;

	stroke-width: 3;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	-webkit-transition: all 400ms linear;

	-o-transition: all 400ms linear;

	transition: all 400ms linear; }

	

	

	/* ======= Footer ======= */

	.main-footer {

	padding: 100px 0 0;

	}

	.main-footer.dark {background: #101010;color: #fff;background: url(../img/footerbg.jpg);background-repeat: no-repeat;/* min-height: 100vh; */background-size: cover;}

	.main-footer .abot p {

	font-size: 15px;

	color: rgba(255,255,255,0.8);

	}

	.main-footer .abot .social-icon {

	margin-top: 20px;

	}

	.main-footer .abot .social-icon a {

	width: 45px;

	height: 45px;

	line-height: 49px;

	text-align: center;

	font-size: 13px;

	border: 1px solid #991b1f;

	border-radius: 50%;

	margin-right: 3px;

	-webkit-transition: all .4s;

	-o-transition: all .4s;

	transition: all .4s;

	}

	.main-footer .abot .social-icon a:hover {

	border-color: #fff;

	color: #fff;

	}

	.main-footer .usful-links ul {

	margin: 0;

	}

	.main-footer .usful-links ul li {

	font-size: 15px;

	margin-bottom: 5px;

	}

	.main-footer .usful-links ul li:hover {

	color: #fff;

	}

	.main-footer .usful-links ul li i {

	font-size: 7px;

	color: #fff;

	margin-right: 5px;

	}

	.main-footer .fothead h6 {color: #991b1f;font-size: 24px;margin-bottom: 20px;letter-spacing: 1px;}

	.main-footer .fotcont .fothead h6 {

	position: relative;

	padding-bottom: 5px;

	}

	.main-footer .fotcont .fothead h6:after {

	content: '';

	position: absolute;

	right: 0;

	bottom: 0;

	width: 100%;

	height: 1px;

	border: none;

	border-bottom: 1px dashed rgba(255,255,255,0.1);

	}

	.main-footer .fotcont p {font-size: 15px;font-family: 'Roboto Condensed', sans-serif;color: rgba(255,255,255,0.8);margin-bottom: 0px;}

	.main-footer .sub-footer {

	padding: 30px 0;

	margin-top: 50px;

	border-top: 1px dashed rgba(255, 255, 255, 0.1);

	}

	.main-footer .sub-footer p {

	font-size: 14px;

	color: rgba(255,255,255,0.8);

	}

	.main-footer .sub-footer p.right {

	text-align: right;

	}

	.main-footer .logo h2 {

	font-weight: 400;

	font-size: 55px;

	letter-spacing: 4px;

	color: #fff;

	line-height: 0.7em;

	}

	.main-footer .logo span {

	

	display: block;

	margin-top: 7px;

	font-size: 8px;

	letter-spacing: 3px;

	color: #fff;

	font-weight: 400;

	line-height: 1.5em;

	text-transform: uppercase;

	background: #991b1f;

	padding: 3px;

	text-align: center;

	}

	

	/* ======= Cursor Style ======= */

	

	

	

	

	/* ======= Responsive ======= */

	@media screen and (max-width: 991px) {

	

	.nav-scroll .siyah-logo {

		padding: 4px;

		}

	

	.top-header {display:none;}

	

	.logo-beyaz {

	display:none;

	}

	

	.logo-siyah {

	display:none;

	}

	

	.main-footer .sub-footer p.right {

	text-align: left;

	}

	.mb-md0 {

	margin-bottom: 0;

	}

	.md-text-center {

	text-align: center !important;

	}

	.bg-fixed {

	background-attachment: scroll !important;

	}

	

	.header {

	background-attachment: scroll !important;

	background-position: 50% 0% !important;

	}

	.header .caption h4 {

	font-size: 30px;

	}

	.header .caption h1 {

	font-size: 45px;

	line-height: 1.2;

	}

	

	.bg-img-fixed {

	background-attachment: initial;

	}

	

	.navbar .logo {

	margin-left: 0px;

	}

	.nav-scroll .logo {

	width: 112px;

	}

	.navbar button {

	margin-right: 15px;

	outline: none !important;

	}

	.navbar button:hover {

	background: transparent;

	}

	.navbar-toggler {

	font-size: 2rem;

	}

	.navbar .container {

	max-width: 100%;

	}

	.navbar .navbar-collapse {

	max-height: 360px;

	overflow: auto;

	background: #f8f4f3;

	text-align: left;

	padding: 10px 30px;

	margin-left: -10px;

	margin-right: -10px;

	}

	.navbar .nav-link {

	margin: 0px auto !important;

	}

	.navbar .navbar-nav .nav-link {

	color: rgba(0,0,0,0.8);

	}

	.nav-scroll .navbar-collapse .nav-link {

	color: rgba(0,0,0,0.8);

	}

	.nav-scroll .navbar-collapse .active {

	color: #991b1f !important;

	}

	.nav-scroll .navbar-collapse .nav-link:hover {

	color: #991b1f;

	}

	.dropdown-menu {

	opacity: 1;

	visibility: visible;

	-webkit-transform: translateY(0);

	transform: translateY(0);

	background-color: #f8f4f3;

	width: 100%;

	display: none;

	}

	.dropdown-menu .sub-menu {

	position: static;

	margin-top: 15px;

	opacity: 1;

	visibility: visible;

	-webkit-transform: translateY(0);

	transform: translateY(0);

	background-color: #191919;

	width: 100%;

	display: none;

	}

	.dropdown:hover .dropdown-menu,

	.dropdown:hover .mega-menu {

	display: block;

	}

	.dropdown .dropdown-menu:hover .sub-menu {

	display: block;

	}

	.dropdown .mega-menu {

	width: 100%;

	position: static;

	opacity: 1;

	visibility: visible;

	-webkit-transform: translateY(0);

	transform: translateY(0);

	background-color: #222;

	width: 100%;

	display: none;

	}

	.dropdown .mega-menu .dropdown-menu {

	border: 0;

	margin: 0;

	}

	.dropdown .mega-menu .dropdown-title {

	border-bottom-color: rgba(0,0,0,0.8);

	}

	.dropdown-menu .dropdown-item,

	.sub-menu .dropdown-item {

	color: rgba(0,0,0,0.8);

	border-bottom: 1px solid rgba(0,0,0,0.05);

	}

	.navbar .navbar-nav .nav-link-social {

	display:none;

	}

	}

	

	@media screen and (min-width: 1024px) { 

	.desktop-none {

	display:none;

	

	}

	

	

	

	}

	

	@media screen and (min-width: 1500px) { 

	.desktop-none {

	display:none;

	

	}

	

	

	

	}

	@media screen and (max-width: 767px) {

	

	

	

	

	.dnone {display:none;}

	

	.navbar .navbar-nav .nav-link-social {

	display:none;

	}

	

	.container {

	padding-right: 30px;

	padding-left: 30px;

	}

	

	.line-one {

	display: none;

	}

	.hero .intro h3 {

	font-size: 28px;

	}

	.hero .intro h4 {

	font-size: 20px;

	}

	.header .caption h4 {

	font-size: 15px;

	color: #fff;

	}

	.header .caption h1 {

	font-size: 45px;

	margin: 5px 0;

	}

	.header .caption p {

	font-size: 15px;

	}

	.header .caption .butn {

	margin-top: 15px !important;

	}

	.portfolio .filtering span {

	margin-bottom: 10px;

	}

	}

	@media screen and (max-width: 480px) {

	.section-head h4 {

	font-size: 30px;

	}

	.text-left {

	text-align: center;

	}

	.text-center {

	text-align: center;

	}

	.text-right {

	text-align: center;

	}

	}

	

	

	.menus .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {

	display:block;

	

	}

	

	.reference .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {

	display:none;

	}

	

	.kuzu {

	width: 60px;

	height: 60px;

	}

	

	

	

	.bg-video-wrap {

	position: relative;

	overflow: hidden;

	width: 100%;

	height: 100vh;

	}

	video {

	min-width: 100%;

	min-height: 100vh;

	z-index: 1;

	}

	.overlay {

	width: 100%;

	height: 100vh;

	position: absolute;

	top: 0;

	left: 0;

	background: #2525251f;

	background-size: 3px 3px;

	}

	.bg-video-wrap h4 {

	font-size: 35px;

	text-align: center;

	color: #fff;

	position: absolute;

	top: -96px;

	bottom: 0;

	left: 0;

	right: 0;

	margin: auto;

	z-index: 3;

	max-width: 240px;

	width: 100%;

	height: 186px;

	}

	.bg-video-wrap h1 {

	text-align: center;

	color: #fff;

	position: absolute;

	top: 89px;

	bottom: 0;

	left: 0;

	right: 0;

	margin: auto;

	z-index: 3;

	/* max-width: 400px; */

	width: 100%;

	height: 0;

	line-height: 1.2;

	font-size: 61px;

	}

	

	

	

	.navbar-nav .nav-item {

	display: flex;

	justify-content: center;

	align-items: center;

	

	}

	

	.nav-link-social {

	font-size: 17px;

	font-family: 'HelveticaNeueLTProBlkCn', cursive;

	font-weight: 400;

	letter-spacing: 1px;

	color: #fff;

	margin: 0 5px;

	-webkit-transition: all .4s;

	transition: all .4s;

	margin-top: 4px;

	margin-bottom: -4px;

	

	}

	

	.nav-link-social:hover {

	color:#991b1f !important;

	

	}	

	

	.top-header {border-bottom: 1px solid #ffffff36;padding: 5px;position: fixed;z-index: 10;width: 100%;background: #991b1f;}

	.contact-top {color:#fff;font-weight:700;font-family:'Roboto Condensed', sans-serif;align-items: center;margin-top: 3px;display: flex;justify-content: flex-start;}

	

	.social-top {

	align-items: center;

	display: inline-flex;

	text-align: right;

	}

	

	.contact-top .icon {

	margin-right:10px;

	margin-left:20px;

	}		