@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/



body{
	font-family: 'Ubuntu', sans-serif;
	background-color: #fff;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.pad-left {
	padding-left:0;
}

.pad-right {
	padding-right:0;
}

.pad-top {
	padding-top:0;
}

.pad-bottom {
	padding-bottom:0;
}

.padding {
	padding:0;
}
/*==================================================================*/
/*========== Bootstrap Class Overwrite Start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Bootstrap Class Overwrite Class End ==========*/
/*==================================================================*/

h1 {
	font-family: 'gotham_boldregular';
	font-size: 50px;
	line-height: 50px;
}

h2 {
	font-family: 'gotham_boldregular';
	font-size: 30px;
	line-height: 30px;
}

h3 {
	font-family: 'gotham_boldregular';
	font-size: 30px;
	line-height: 30px;
}

h4 {
	font-family: 'gotham_boldregular';
	font-size: 23px;
	line-height: 23px;
}

h5 {
	font-family: 'gotham_boldregular';
	font-size: 20px;
	line-height: 20px;
}

h6 {
	font-family: 'gotham_boldregular';
	font-size: 18px;
	line-height: 18px;
}

p {
	font-family: 'Calibri';
	font-size: 17px;
	line-height: 24px;
}

.btn-default {
	background-color: #364e00;
	border:none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'MYRIADPROREGULAR';
	font-weight: bold;
	padding: 17px 15px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus {
	background-color: #e09e00;
	color: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header-top {
	background-color: #1f1f1f;
}

.header-top .header-top-desc {
	float: right;
}

.header-top ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header-top ul li {
	float: left;
	display: inline-block;
	margin: 0;
	padding: 10px 18px;
	list-style-type: none;
	border-right: 1px solid #525252;
	font-family: 'gotham_lightregular';
	font-size: 16px;
	line-height: 16px;
	color: #fff;
}

.header-top ul li:first-child {
	border-left: 1px solid #525252;
}

.header-top ul li a {
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.header-top ul li a:hover {
	color: #e09e00;
}

.header-bottom {
	padding: 10px 0 0;
	background: url(../images/header-bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	float: left;
	width: 100%;
}

.header-bottom h2 {
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	margin: 0 0 35px;
}

.header-bottom .h-right {
	float: right;
	text-align: right;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Navigation Start ==========*/
/*==================================================================*/
.sm-simple {
	background: none !important;
	border:none !important;
}

.sm-simple > li {
	padding: 0 15px !important;
}

.sm-simple a {
	font-family: 'gotham_lightregular' !important;
	font-size: 25px !important;
	line-height: 25px !important;
	padding: 0 0 30px !important;
	color: #fff !important;
	text-transform: uppercase;
}

.sm-simple a i {
	color: #000000;
}

.sm-simple a:hover, 
.sm-simple a:focus, 
.sm-simple a:active, 
.sm-simple a.highlighted {
	background: none !important;
	color: #e09e00 !important;
}

.sm-simple > li.active >  a,
.sm-simple > li.active > a:hover, 
.sm-simple > li.active > a:focus, 
.sm-simple > li.active > a:active, 
.sm-simple > li.active > a.highlighted,
.sm-simple > li.current-menu-item > a,
.sm-simple > li.current-menu-item > a:hover, 
.sm-simple > li.current-menu-item > a:focus, 
.sm-simple > li.current-menu-item > a:active, 
.sm-simple > li.current-menu-item > a.highlighted {
	background: none !important;
	color: #e09e00 !important;
}

.sm-simple ul li {
	font-size: 18px !important;
	line-height: 18px !important;
}

.sm-simple ul li a {
	font-size: 18px !important;
	line-height: 18px !important;
	background-color: #000 !important;
}

.sm-simple ul ul {
	margin-top: -39px !important;
}

.sm-simple ul li a:hover,
.sm-simple ul li a:focus,
.sm-simple ul li a:active,
.sm-simple ul li a:active:focus,
.sm-simple ul li a.highlighted {
	background-color: #e09e00 !important;
	color: #fff !important;
}
/*==================================================================*/
/*========== Navigation End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Carousel Start ==========*/
/*==================================================================*/
.carousel-inner > .item > img, 
.carousel-inner > .item > a > img {
	width: 100%;
}

.carousel-caption {
	top: 50%;
	bottom: auto;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	background: url('../images/carousel-caption-bg.png') no-repeat;
	background-position: center center;
	padding: 85px 0 70px;
}

.carousel-caption h1 {
	font-family: 'MYRIADPROREGULAR';
	color: #fff;
    margin: 0 0 22px;
}

.carousel-caption h2 {
	font-family: 'MYRIADPROREGULAR';
	color: #fff;
	margin: 0 0 30px;
}
/*==================================================================*/
/*========== Carousel End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
.home-pg {
	background: url('../images/content-bg.jpg') no-repeat;
	background-size: cover;
}
.services {
	padding: 0 0 25px;
	margin: -106px 0 0;
}

.services .service-block {
	position: relative;
}

.services .service-block .overlay {
	/*background: url('../images/service-block-bg.jpg') repeat-x;*/
	background-color: #1e1e1e;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.services .row {
	margin: 0 -9px;
}

.services [class*=col-] {
	padding: 0 9px;
}


.services .service-block .black-bg {
	background-color: #000000;
	height: 57px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.services .service-block .service-desc {
	padding: 26px 20px 10px;
	position: relative;
}

.services .service-block .service-desc .view-more {
	position: absolute;
	right: 20px;
	bottom: 15px;
}

.services .service-block .service-menu {
	position: absolute;
	top: 0;
	right: -25px;
	z-index: 1;
}

.services .service-block .service-menu img {
	height: 232px;
	object-fit: cover;
	font-family: 'object-fit: cover';
	width: auto;
}

.services .service-block .service-desc .view-more a {
	font-size: 45px;
	line-height: 45px;
	color: #4c4c4c;
}

.services .service-block .service-desc a:hover {
	color: #e09e00;
}

.services .service-block img {
	width: 100%;
	margin: 0 0 9px;
}

.services .service-block h4 {
	font-family: 'gotham_lightregular';
	color: #fff;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.services .service-block h4 span {
	font-family: 'gotham_boldregular';
}

.services .service-block p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-right: 50px;
}

.welcome-country {
	background-color: #fff;
	padding: 53px 38px 16px;
	margin: 0 0 32px;
}

.welcome-country .section-title {
	text-align: center;
	padding: 0 0 20px;
	position: relative;
	margin: 0 0 35px;
	overflow: hidden;
}

.welcome-country .section-title:before {
	position: absolute;
	content: "";
	width: 296px;
	height: 2px;
	background-color: #000;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
}

.welcome-country h2 {
	font-size: 50px;
	line-height: 50px;
	color: #000000;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.welcome-country h2 span {
	font-family: 'gotham_lightregular';
	font-size: 32px;
	line-height: 32px;
	display: block;
}

.welcome-country h5 {
	font-family: 'CalibriBoldItalic';
	color: #000;
	margin: 0;
}

.welcome-country p {
	color: #000;
	margin: 0 0 20px;
}

.food-items {
	padding: 0 0 28px;
}

.food-items .row {
	margin: 0 -10px;
}

.food-items [class*=col-] {
	padding: 0 10px;
}

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/

/*========== Inner Page Start ==========*/
.page-title h1 {
	text-transform: uppercase;
	margin: 0 0 18px;
	color: #000;
}

.inner-pg {
	background: url('../images/content-bg.jpg') no-repeat;
	background-size: cover;
	position: relative;
	padding: 26px 0 0;
}

.inner-pg .banner-img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.inner-pg .content-desc {
	background-color: #fff;
	padding: 23px;
	position: relative;
}

.content-detail img {
    height: auto !important;
    max-width: 100%;
}

.inner-pg .services {
	margin: 0;
}

.inner-pg .content-detail p {
	text-align: justify;
	margin: 0 0 24px;
}

.inner-pg .services .service-block {
	margin: 0 0 10px;
}

.about-pg .row {
	margin: 0 -30px;
}

.about-pg [class*=col-] {
	padding: 0 30px;
}
/*========== Inner Page End ==========*/

/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	background-color: #000000;
	padding: 23px 0 19px;
}

.f-left ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.f-left ul li {
	float: left;
	display: inline-block;
	margin: 0;
	padding: 0 6px;
	list-style-type: none;
	font-family: 'Calibri';
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
}

.f-left ul li:first-child {
	padding-left: 0;
}

.f-left ul li:last-child {
	padding-right: 0;
}

.f-left ul li a {
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.f-left ul li a:hover {
	color: #e09e00;
}

.f-right {
	float: right;
}

.f-right ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.f-right ul li {
	float: left;	
	display: inline-block;
	margin: 0;
	padding: 0 6px;
	list-style-type: none;
	border-right: 1px solid #4c4c4c;
	font-family: 'Calibri';
	font-size: 14px;
	line-height: 14px;
	color: #7e7e7e;
}

.f-right ul li:first-child {
	padding-left: 0;
}

.f-right ul li:last-child {
	padding-right: 0;
	border-right: none;
}

.f-right ul li a {
	font-family: 'Calibri';
	font-size: 14px;
	line-height: 14px;
	color: #7e7e7e;
	text-decoration: none;
}

.f-right ul li a:hover {
	color: #e09e00;
}
.custom-href{
    color: white !important;
}
.custom-href:hover{
    color: white !important;
    text-decoration: none;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/
