@import url('https://fonts.googleapis.com/css?family=Thasadith:400,700,700i');
html,
body {
	height: 100%;
	min-height: 100%;
}

body {
	background: #fff;
	font-family: 'Thasadith', sans-serif;
	font-size: 15px;
	line-height: normal;
	margin: 0;
}

div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
ol,
dl,
li,
dt,
dd,
blockquote,
pre,
form,
fieldset,
label,
a {
	margin: 0;
	padding: 0;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

img,
a img {
	border: none;
}

h1 {
	color: #e4ad0c;
	font-size: 30px;
}

h2 {
	font-size: 44px;
	color: #272110;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 20px;
	color: #2e2d2d;
}

h6 {
	font-size: 12px;
}

h1,
h2,
h4,
h6 {
	font-weight: normal;
	margin-bottom: 5px;
}

ul li {
	list-style: none;
}

p {
	color: #84898b;
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

a {
	color: #231f20;
	outline: none;
	text-decoration: none !important;
	transition: all .3s;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

a.active {
	color: #fff !important;
}

a:focus {
	outline: none;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clr {
	clear: both;
}

.center-block {
	float: none;
	margin: 0 auto;
}

.bdr-bot0 {
	border-bottom: 0 !important;
}

 ::-moz-placeholder {
	color: #868686 !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

 :-ms-input-placeholder {
	color: grey !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

 ::-webkit-input-placeholder {
	color: #868686 !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

.btn {
	transition: all .3s;
	border-radius: 0;
	border: 0;
	transition: all .3s;
}

.btn-primary {
	background-color: #04358f;
	color: #fff !important;
	text-transform: capitalize;
	border: 1px solid #04358f;
	padding: 10px 30px;
}
.btn-primary:hover{
	color: #04358f !important;
	background: #fff;
}

.btn-lg {
	padding: 15px 60px;
	border-radius: 30px;
}

.btn-md {
	font-size: 18px;
	padding: 6px 20px;
}


/*=================MAIN STYLES================*/

.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}

#wrapper {

}

header {
	background: transparent;

	position: relative;
	z-index: 9999;
	padding-top: 25px;
}

header .navbar {
	background: transparent;
	border: 0;
	margin-bottom: 15px;
	z-index: 9999;
}

.navbar-brand {
	height: auto;
	z-index: 9999;
}
.navbar-brand img{
	width: 100px;
}

.navbar-toggle {
	border: 0;
	background: none;
	border-radius: 0;
	z-index: 9999;
	position: relative;
	margin-top: 15px;
}


.navbar-toggle .icon-bar {
	background-color: #001947 !important;
}

.navbar-toggle:hover {
	background-color: #001947 !important;
}

.navbar-toggle:visited {
	background-color: transparent;
}
.navbar-right li{
	padding: 15px 15px;

}

.navbar-right li a {
	color: #1b1b1b !important;
	font-size: 16px;
	text-transform: capitalize;
	transition: all .4s;
	font-weight: 700;
	border-bottom:4px solid transparent;
	padding:  0;
	line-height: 20px;
}

.navbar-right li a:hover {

	border-color: #04358f !important;
}
.navbar-right li:last-child {
	padding-right: 0;
}
.navbar-toggle {
	border: none;
	background: transparent !important;
}

.navbar-toggle:hover {
	background: transparent !important;
}

.navbar-toggle .icon-bar {
	width: 22px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.navbar-toggle {
	border: none;
	background: transparent !important;
}

.navbar-toggle:hover {
	background: transparent !important;
}

.navbar-toggle .icon-bar {
	width: 22px;
	transition: all 0.2s;
}

.navbar-toggle .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
	opacity: 0;
}

.navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
	transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
	transform: rotate(0);
}



.slider {
	position: relative;

display: inline-block;
width: 100%;
height:70vh;
overflow: hidden;
}

.slider-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	padding: 30px;
}
.slider-text:before{
	content: "";
	position: absolute;
	left:0;
	top:0;
	width: 40%;
	height: 100%;
	border: 2px solid #fff;
	border-right:0;

}
.slider-text:after{
	content: "";
	position: absolute;
	right:0;
	top:0;
	width: 40%;
	height: 100%;
	border: 2px solid #fff;
	border-left:0;
	
}

.slider-text h1 {
	font-size: 60px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;

}

.slider-text p {
	font-size: 15px;
	color: #fff;
	margin-top: 5px;
}

.slider-text .btn{
	color: #fff;
	border:1px solid #fff;
	margin-top: 20px;
	transition: all .3s;
}
.slider-text .btn:hover{
	background: #fff;
	color: #1b1b1b;
}



.services {
	margin: 50px 0 50px 0;
}

.services .heading {
	font-size: 22px;
	color: #04358f;
	margin-bottom: 20px;
}
.signature{
	margin-top: 25px;
	width: 140px !important;
}
.services h2 {
	color: #1b1b1b;
	margin: 20px 0;
}

.services p {
	font-size: 18px;
	color: #4b5562;
	line-height: 30px;
}

.divider-sec {
	padding: 200px 0;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center bottom;

}
.new-arrivals{
	display: flex;
	align-items: center;
padding-top: 60px;
	justify-content: center;
	flex-direction: column;
}
.prod-slides{
	margin-bottom: 55px;
}
.our-items{
	padding: 50px 0;
}
.reservation .form-control{
	min-height: 45px;
	border-radius: 0;
}
.reservation form{
	margin: 30px 0px;
	display: inline-block;
}
.item-img{
	text-align: center;
}
.item-img img{
	width: 90px;
	border-radius: 50%;
	border:1px solid #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
margin-bottom: 20px;
}
.item{
	margin-bottom: 30px;
}

.item p{
	font-size: 14px;
	line-height: 24px;
	margin:15px 0;
} 
.item-des{
	text-align: center;
}
.item .price{
	font-weight: 700;

}
.div-sec{
	padding: 150px 0;
	background-image: url(../images/dsc-1.jpg);
	background-size: cover;
	text-align: center;
}
.div-sec-2{
	background-image: url(../images/dsc-3.jpg);
	margin-bottom: 45px;
}
.div-sec h1{
	font-size: 50px;
	color: #fff;
}
.gallery{
	padding: 50px 0;
}
.gallery .g-img{
	width: 25%;
	float: left;
}


.sec-heading p {
	font-size: 22px;
	color: #2c4058;
	margin-top: 10px;
}

.sec-heading h2 {
	color: #2c4058;
	font-weight: 600;
}

.projects-container {
	margin: 60px 0 90px 0;
}

.project {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	cursor: pointer;
}

.project .pr-owner {
	background-color: rgba(0, 0, 0, 0.767);
	padding: 15px;
	text-align: center;
	position: absolute;
	left: -400px;
	bottom: 0;
	width: 100%;
	transition: all .4s;
	transform: rotate(90deg);
}

.project .pr-owner .ow-name {
	font-size: 22px;
	color: #fff;
}

.project:hover .pr-owner {
	left: 0;
	transform: none;
}

.project:hover .img img {
	transition: all .4s;
}

.project:hover .img img {
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}






.page-heading {
background: #383838;
	padding: 50px 0 50px 0;

}

.page-heading .pg-title {
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}


.abt-section,
.abt-team {
	margin: 50px 0 0 0;
}
.abt-team{
	margin-bottom: 70px;
	padding: 50px 0;


}

.abt-team h2 {
	margin-bottom: 50px;
}

.abt-team .e-img {
	position: relative;
	



	text-align: center;

	
}
.abt-team .eimg-bg{

	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width: 110%;
	height: 0%;
	background: #04358f;
z-index: -1;
border-radius: 50%;
transition: all .7s;
max-width: 370px;
max-height: 390px;
}


.abt-team .e-img img {
	width: 100%;
	max-width: 300px;
	border-radius: 50%;
	
}

.abt-team .e-img .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;

	height: 100%;
	transform: scale(0);
	transition: all .4s;
}
.abt-team .chef-info{
	background: #fff;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 20px;
}
.abt-team .e-img .overlay ul {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.abt-team .e-img .overlay ul li {
	float: left;
	padding: 0 10px;
}

.abt-team .e-img .overlay ul li a {
	color: #fff;
	font-size: 23px;
}

.abt-team .col-md-4:hover .overlay {
	transform: scale(1);
}
.abt-team .col-md-4:hover .eimg-bg{
	height: 100%;
}
.abt-team span.name {
	font-size: 22px;
	color: #2c4058;
	margin: 0 0 15px 0;
	display: block;
	font-weight: 700;
}

.abt-team span.postion {
	font-size: 17px;
	color: #4b5562;
	margin-bottom: 10px;
	display: inline-block;
}



.ct-form .form-group {
	margin-bottom: 28px;
}

.ct-form .form-control {
	min-height: 46px;
	border-color: #dddddd;
	box-shadow: none;
	background: #fff;
	border-radius: 0;
}

.ct-form label {
	color: #04358f;
	margin-bottom: 13px;
}
.ct-map-sec{
	position: relative;
margin: 45px 0;
}
.ct-map-sec .contact-details{



	background-color: #04358f;
	padding: 25px 0;

} 
.ct-map-sec .contact-details p{
	color: #ffff;
}
.ct-map-sec .contact-details .fa{
	color: #fff;
	font-size: 20px;
}
.ct-map-sec .map-block iframe {
	width: 100%;
	min-height: 450px;
	
}
.ct-section{
	background: none;
	padding-top: 50px;
}
.ct-sc {margin: 25px 0;}

.ct-sc li{
	float: left;
	padding: 0 8px;
}
.ct-sc li:first-child{
	padding-left: 0;
}
.ct-sc li a{
	height: 46px;
	width: 46px;
	line-height: 46px;
	text-align: center;
	background-color: #04358f;
	color: #fff;
	border-radius: 50%;
	font-size: 20px;
	transition: all .3s;
}
.ct-sc li a:hover{
	color: #fff;
	background: #1b1b1b;
}
.reviews {
	margin: 50px 0;
	position: relative;
}
.testi-img{
	margin-bottom: 15px;
}
.reviews .owl-dots {
	display: none !important;
}

.reviews .sec-heading {
	margin-bottom: 80px;
}

.reviews .owl-nav .owl-prev,
.reviews .owl-nav .owl-next,
.reviews .owl-dot {
	font-family: 'fontAwesome';
}

.reviews .owl-nav {
	float: left;
	left: 0;
	position: absolute;
	right: 0;
	top: 40%;
	width: 100%;
	z-index: 9999;
}

.reviews .owl-carousel .owl-nav button.owl-next,
.reviews .owl-carousel .owl-nav button.owl-prev,
.reviews .owl-carousel button.owl-dot {
	border: none;
	color: #000;
	height: 36px;
	line-height: 36px;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 36px;
	right: 0;
}

.reviews .owl-carousel .owl-nav button.owl-prev {
	left: 20px;
}

.reviewsr .owl-carousel .owl-nav button.owl-next {
	right: 0px;
}

.reviews .owl-carousel .owl-nav .owl-prev span,
.reviews .owl-carousel .owl-nav .owl-next span {
	font-size: 45px;
	line-height: 34px;
}

.reviews .owl-dots {
	display: none;
}

.review .reviewer-img {
	width: 160px;
	height: 160px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 40px;
}

.review-text .name {
	color: #1B1B1B;
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	display: block;
	margin-bottom: 10px;
}

.review-text .position {
	color: #2b1702;
	font-size: 17px;
	text-transform: capitalize;
}

.review-text p {
	color: #7a8491;
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
	max-width: 700px;
	margin: 0 auto;
	margin-top: 25px;
}

footer {
	background-color: #001947;
	background-position: bottom center;
	padding: 80px 0 60px 0;
}

.ft-sc li {
	float: left;
	padding: 0 12px;
}

.ft-sc li:first-child {
	padding-left: 0;
}

.ft-sc li a {
	font-size: 24px;
}

.ft-about p {
	color: #fff;
	font-size: 12px;
	line-height: 19px;
	margin-top: 20px;
}

footer h4 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px 0 24px 0;
}

footer ul li {
	padding: 10px 0;
}

footer ul li a {
	color: #fff;
	text-transform: capitalize;
	font-size: 13px;
}

footer .ft-news {
	margin-bottom: 15px;
}

footer .ft-news img {
	width: 70px;
	float: left;
	padding-right: 10px;
}

footer p {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;
}

footer .contact {
	display: block;
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}

footer .contact .fa {
	font-size: 22px;
	line-height: 22px;
	margin-right: 10px;
}

footer .social-links li {
	float: left;
	padding: 0 11px;
}

footer .social-links li:first-child {
	padding-left: 0;
}

footer .social-links li a {
	font-size: 25px;
	color: #fff;
}

footer .map {
	border: 5px solid #fff;
	border-radius: 5px;
}

footer .map iframe {
	width: 100%;
	min-height: 350px;
}

footer ul {
	margin-top: 25px;
}

footer ul li a:hover {
	color: #04358f;
}

footer .ft-divider {
	height: 1px;
	background-color: #04358f;
	width: 100%;
	margin: 50px 0 30px 0;
}

.cred .copy {
	font-size: 13px;
	color: #fff;
	text-align: center;
}

.cred {
	background: #04358f;
	text-align: center;
	padding: 20px 0;
}

/*=================Media Queries================*/

@media screen and (-webkit-min-device-pixel-ratio:0) {}

@media only screen and (min-width: 991px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-right-2 li {
		padding: 0 6px;
	}
	.navbar-right li a {
		font-size: 13px;
	}
	.slider-text h1 {
		font-size: 60px;
	}
	.slider-text p {
		margin-top: 5px;
	}
	.our-project .img-bg {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	footer .social-nav,
	footer .ft-contact {
		margin-top: 40px;
	}
}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media screen and (max-width: 767px) {
	
	.navbar-right li{
		padding: 5px 15px;
	}
	.navbar-right li a{
		line-height: 24px;
	}
	
	.services h2{
		font-size: 30px;
	}
	
	.slider{
		height: 80vh;
	}
	.slider-text{
		padding: 0;
	}
	.slider-text:before, .slider-text:after{
		display: none;
	}
	.slider-text h1{
		font-size: 25px;
	}
	.slider-text p{
		font-size: 12px;
	}
	header .social-nav {
		display: none;
	}


	.our-project img {
		width: 100%;
		margin-top: 20px;
	}

	
	.ct-form {
		margin-top: 45px;
	}
	.abt-section{
		background: none;
		padding-top: 0;
		min-height: 300px;
	}
	footer {
		text-align: center;
	}
	footer h4 {
		margin: 35px 0 0 0;
	}
	footer .col-md-3 h4:last-child {
		margin-bottom:
	}
	footer .social-links {
		display: inline-block;
		margin: 0 auto;
	}
	footer .col-md-8 {
		width: 100%;
		display: inline-block;
	}
	footer ul{
		display: inline-block;
		margin: 0 auto;
	}
	.pro-item .pro-image{
		width: 40%;
	}
	.pro-item .pro-text{
		width: 60%;
	}
	.gallery .g-img{
		width: 50%;
	}
}

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

@media screen and (max-width: 520px) {
	.pro-item .pro-image{
		width: 100%;
	}
	.pro-item .pro-text{
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 320px) and (max-width: 767px) {}