@charset "utf-8";

/*********************************************
		base css
*********************************************/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Poppins", sans-serif;
}

a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	color: #408ec6 !important;
}
img {
	max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
}
p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

ul,
ol {
	list-style: none;
}
.title h1 {
	margin-top: 0;
}

.logo img {
	max-width: 100%;
}
/**********************************************
	Header Css
**********************************************/
/*.header-wrap{position:absolute; top:40px; left:0; z-index:1000; width:100%;}*/
.navigationwrape {
}
.navbar {
	margin-bottom: 0;
}
.navbar-default {
	border-radius: 0;
	border: none;
	padding: 12px 0 9px 10px;
}
.navbar-nav {
	float: right;
}
.navbar-nav > li {
	padding: 17px 12px 17px 15px;
}
.navbar-nav > li:last-child {
	padding-right: 0;
}
.navbar-default .navbar-nav > li > a {
	font-size: 15px;
	color: #333;
	font-weight: 500;
	padding: 0;
}
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li > a:hover {
	color: #408ec6;
}
.navbar-collapse {
	padding-left: 0;
}

.navbar-nav li:hover .dropdown-menu {
	display: block;
}
.dropdown-menu {
	background: #fff !important;
	border-top: none;
	padding: 0;
	border-bottom: none;
	border-top: none;
	min-width: 200px;
}
.dropdown-menu > li {
	border-bottom: 1px solid #efefef;
}
.dropdown-menu > li:last-child {
	border-bottom: none;
}
.dropdown-menu > li > a {
	color: #231f20;
	font-size: 14px;
	padding: 10px 0px 10px 37px;
	position: relative;
}
.dropdown-menu > li > a:hover {
	color: #fff;
}
.dropdown-menu > li a:before {
	content: "\f0da";
	font-family: "FontAwesome";
	position: absolute;
	top: 9px;
	left: 11px;
	color: #000;
}
.dropdown-menu > li > a:hover:before {
	color: #fff;
}

.navbar-default .navbar-nav > li > a + i {
	display: none;
	position: absolute;
	right: 15px;
	top: 7px;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	background: #ed1c24;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}

@media screen and (max-width: 767px) {
	.navbar-nav > li {
		padding: 5px 12px 5px 15px;
	}
	.navbar-default .navbar-nav .ab {
		padding-left: 20px;
	}
}

.search-bar .search:focus {
	outline: none;
}
.search-bar {
	text-align: center;
	border-left: 1px solid #fff;
	margin-top: 11px;
}
.search-bar .search {
	background: none;
	border: none;
	color: #fff;
	font-size: 22px;
}
.search-bar .search:hover {
	color: #b78156;
}
.search-bar .dropdown-menu {
	left: auto;
	right: 14px;
	background: none;
	border: none;
	box-shadow: none;
	top: 64px;
}
.search-bar .form-control {
	height: 50px;
	border-radius: 0;
	width: 270px;
	background: #a58838;
}
.header-wrap input[type="text"] {
	color: #fff !important;
}
.search-bar ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff !important;
}
.search-bar ::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff !important;
}
.search-bar :-ms-input-placeholder {
	/* IE 10+ */
	color: #fff !important;
}
.search-bar :-moz-placeholder {
	/* Firefox 18- */
	color: #fff !important;
}

/**********************************************
			Custom slider options
**********************************************/
.tp-banner-container {
	position: relative;
	z-index: 1;
	padding: 0;
	width: 100%;
}
.tp-banner {
	position: relative;
	width: 100%;
}
.tp-caption {
	line-height: normal !important;
}
.tp-caption a {
	color: inherit !important;
}
.tp-bullets.simplebullets.round .bullet {
	border: 3px #fff solid;
	border-radius: 50%;
	background-image: none !important;
}
.tparrows {
	width: auto !important;
	height: auto !important;
	background-image: none !important;
}
.tp-arr-allwrapper {
	margin: 0 10px;
	width: 50px;
	height: 60px;
	background: rgba(255, 255, 255, 0.5);
}
.tp-arr-allwrapper:hover .tp-arr-iwrapper {
	color: #fff;
}
.tp-leftarrow .tp-arr-allwrapper {
}
.tp-rightarrow .tp-arr-allwrapper {
}
.tp-arr-iwrapper {
	color: #000;
	text-align: center;
	font-size: 30px;
	font-family: FontAwesome;
	line-height: 60px;
}
.tp-leftarrow .tp-arr-iwrapper {
}
.tp-leftarrow .tp-arr-iwrapper:before {
	content: "\f104";
}
.tp-rightarrow .tp-arr-iwrapper:before {
	content: "\f105";
}
.tp-rightarrow .tp-arr-iwrapper {
}
.slide-h1 {
	margin: 5px 0 !important;
	padding: 0 0 10px !important;
	padding-bottom: 5px !important;
	color: #444;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 57px;
}
.slide-h2 {
	margin: 5px 0 !important;
	padding: 0 0 10px !important;
	padding-bottom: 5px !important;
	color: #555;
	font-weight: bold;
	font-size: 55px;
	line-height: 100%;
}
.big-font {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 60px;
}
.large-desc {
	font-size: 16px;
}
.slide-h3 {
	color: #fff;
	font-size: 31px;
	line-height: 100%;
}
.slide-h3 span {
	text-transform: uppercase;
	font-weight: bold;
}
.slide-head {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 30px;
}
.slide-desc {
	font-size: 22px;
	line-height: 150%;
}
.main-title {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 70px;
}
.icon-cont {
	padding: 15px 40px;
	border-radius: 10px;
	text-align: center;
}
.icon-cont:after {
	position: absolute;
	bottom: -10px;
	left: 40%;
	z-index: 5;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 10px 10px 0 10px;
	border-style: solid;
	content: "";
}
.icon-cont i {
	margin-bottom: 10px;
	color: #fff;
	font-size: 50px;
}
.icon-cont span {
	display: block;
	padding: 0 0 5px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
a.wit-btn {
	background: #fff;
	color: #333 !important;
	text-transform: uppercase;
}
.wit-line {
	width: 5%;
	height: 1px;
	background: #fff;
}
.vert-line {
	min-height: 270px;
	width: 1px;
	background: #fff;
}
.subTxt {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	color: #333;
}
.large-title {
	color: #222;
	font-size: 60px;
	font-weight: 800;
	text-transform: uppercase !important;
}
.large-light-title {
	color: #787878 !important;
	font-size: 70px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.large-text {
	font-size: 20px;
	color: #000;
	font-weight: lighter;
}
.larger-text {
	font-size: 24px;
	font-weight: lighter;
	text-transform: uppercase;
}
.witTxt {
	color: #fff !important;
}
.light-font {
	font-weight: lighter !important;
	font-size: 50px;
}
.black-bg {
	background: rgba(0, 0, 0, 0.63);
	color: #a8a8a8;
	text-transform: none;
}
.lft-list {
	padding: 10px;
	font-size: 18px;
	color: #fff;
}
.wit-border {
	border: 1px #fff solid;
	padding: 15px 60px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.rounded-bord {
	margin-right: 15px;
	border: 1px #fff solid;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	border-radius: 50%;
}
#vertical-ticker {
	height: 120px;
	overflow: hidden;
}
#vertical-ticker li {
	padding: 15px 20px;
	display: block;
	text-align: center;
}
.to-bottom i.fa {
	font-size: 30px;
	border: 2px #a8a8a8 solid;
	padding: 20px 22px;
	border-radius: 50%;
	-webkit-animation: bounce 2s infinite linear;
	animation: bounce 2s infinite linear;
}
.tp-bannertimer {
	display: none;
}

.slidertext1 {
	color: #fff;
	font-size: 80px;
	font-weight: 700;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.41);
	padding: 15px 0;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	text-align: center;
}

.slidertext2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	font-style: italic;
	padding: 15px 0;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
}
.slidertext3 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 0;
	text-transform: none !important;
	line-height: 30px;
	text-align: center;
}
.slidertext4 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 0;
	text-transform: none !important;
	text-align: left;
	font-family: "OpenSans", sans-serif;
	line-height: 24px;
}

a.slidebtn {
	background: #a58838;
	color: #fff !important;
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	font-family: "Poppins", sans-serif;
}
a.slidebtn i {
	margin-left: 10px;
}

@-webkit-keyframes bounce {
	0% {
		transform: translateY(0%);
	}
	50% {
		transform: translateY(-30%);
	}
	100% {
		transform: translateY(0);
	}
}

/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
	0% {
		transform: translateY(0%);
	}
	50% {
		transform: translateY(-30%);
	}
	100% {
		transform: translateY(0);
	}
}

/* Opera 12.0 */
@-o-keyframes bounce {
	0% {
		transform: translateY(0%);
	}
	50% {
		transform: translateY(-30%);
	}
	100% {
		transform: translateY(0);
	}
}

/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
	0% {
		transform: translateY(0%);
	}
	50% {
		transform: translateY(-30%);
	}
	100% {
		transform: translateY(0);
	}
}

/*********************************************
	Slider Video wrap start
*********************************************/
.video {
	position: relative;
	height: 600px;
}
.hero-wrapper {
	height: 600px;
	min-width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
}
.hero-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.hero-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
	top: 0;
	background-position: center center;
	background-size: cover;
}
.hero-image #bgvid {
	display: block;
	min-height: 100%;
	min-width: 100%;
	max-width: inherit;
}
.sliderTxt {
	position: absolute;
	top: 30%;
	width: 100%;
	left: 0;
	z-index: 10000000000;
	text-align: center;
}
.sliderTxt .contentBox {
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 0;
	text-align: center;
}
.sliderTxt .slidertext1 {
	line-height: 50px;
}
.sliderTxt .slidertext2 {
	line-height: 24px;
}
.sliderTxt .slidertext3 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 0;
	text-transform: none !important;
	line-height: 30px;
	text-align: center;
	padding: 0 170px;
}
.sliderTxt .slidertext4 {
	text-align: center;
}
.sliderTxt .slidertext4 a {
	background: #a58838;
	color: #fff !important;
	padding: 14px 30px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	font-family: "Poppins", sans-serif;
}
.sliderTxt .slidertext4 a:hover {
	color: #000 !important;
}
.sliderTxt a.grenn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #83c142;
	-webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.33);
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.33);
}
.sliderTxt a.wht {
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.33);
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.33);
	border: solid 1px #d1d1d1;
}

.sliderTxt a:hover {
	background: #fff;
	color: #000;
}

/*********************************************
		Welcome css
*********************************************/
.welcomeWrap {
	padding: 70px 0;
	background: url(../images/welcome-bg.jpg) no-repeat top;
	background-size: cover;
}
.welcomeWrap .section-header {
	margin-bottom: 15px;
}
.title h1 {
	font-size: 62px;
	font-weight: bold;
	text-transform: uppercase;
}
.title h1 span {
	display: block;
	font-size: 24px;
	color: #f33c3c;
	font-style: italic;
}
.title h1 strong {
	color: #f33c3c;
}
.welcomeWrap h3 {
	font-weight: bold;
}
.welImg img {
	border: 20px solid #fff;
}
.welcomeWrap p {
	font-size: 14px;
	line-height: 24px;
	color: #818080;
}
.welcome-content-box {
	width: 100%;
	margin-top: 30px;
}
.welcome-box h4 {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #f33c3c;
}
.readmore {
	margin-top: 5px;
}
.readmore a {
	background: #0a225f;
	font-size: 14px;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	padding: 12px 26px;
}
.readmore a:hover {
	background: #408ec6;
	text-decoration: none;
}
.houseIcon {
	margin-bottom: 20px;
}

/*********************************************
		Furniture css
*********************************************/
.furniture-wrap {
	background: #ecedf2;
}
.furniture-service {
	max-width: 870px;
	margin: 0 auto;
	margin-top: -60px;
	z-index: 1000;
	position: relative;
}
.furniture-service li {
	text-align: center;
	display: inline-block;
	max-width: 125px;
	margin: 0 8px;
}
.furniture {
	background: #363f48;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: grey;
	-webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.42);
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.42);
}
.furniture h3 {
	font-size: 14px;
	color: #fff;
	margin-top: 16px;
	line-height: 20px;
	margin-bottom: 0;
	font-family: "Open Sans", sans-serif;
}
.furniture-service li a {
	text-decoration: none;
}
.furniture-service li:hover .furniture {
	background: #ed1c24;
}

/*********************************************
		Project css
*********************************************/
.project-heading {
	background: url(../images/ptn-1.png) repeat;
	padding: 40px 0;
}
.project-wrap .col-md-3,
.project-wrap .col-md-4,
.project-wrap .col-md-6,
.project-wrap .col-md-8,
.project-wrap .col-md-9 {
	padding: 0;
}
.project-heading .title {
	border-right: 1px solid #ed1c24;
	float: left;
	padding-right: 50px;
	margin-right: 50px;
}
.project-heading p {
	margin-top: 14px;
}
.projectImg {
	position: relative;
}
.service-overlay {
	z-index: 1000;
	position: relative;
}
.heading a {
	text-decoration: none;
	color: #fff;
	z-index: 100;
	position: relative;
	font-size: 24px;
	font-family: "Poppins", sans-serif;
	font-weight: bold;
}
.heading {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.projectImg:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background-color: rgba(0, 0, 0, 0.38);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.projectImg:hover:after {
	height: 100%;
}
.service-overlay p {
	font-size: 16px;
	color: #fff;
}
.service-overlay {
	position: absolute;
	left: 30px;
	bottom: 0px;
	right: 40px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.projectImg:hover .service-overlay {
	bottom: 30px;
	opacity: 1;
}
.projectImg:hover:after {
	height: 100%;
}
.projectImg:hover .heading {
	opacity: 1;
}

/**********************************
		Team Css
**********************************/
.team-wrap {
	padding: 60px 0;
	background: url(../images/ptn-1.png) repeat;
}
.team-wrap .title {
	margin-bottom: 50px;
	border-right: 1px solid #ed1c24;
	float: left;
	padding-right: 50px;
	margin-right: 50px;
}
.teamInfo:hover {
	background-color: #ed1c24;
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.42);
}
.team-wrap p {
	margin-top: 24px;
}
.team-wrap ul {
	list-style: none;
}
.teamInfo {
	background: grey;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.23);
	padding: 15px;
	margin: 0 15px;
	text-align: center;
	margin-top: -20px;
	z-index: 1000;
	position: relative;
	border: 1px solid white;
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.42);
}
.teamInfo h3 {
	margin-top: 0;
	font-weight: bold;
	margin-bottom: 6px;
	font-size: 20px;
	color: white;
}
.social-icons {
	list-style: none;
	display: block;
	text-align: center;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1000;
}
.social-icons li {
	padding: 5px 0;
}
.social-icons li a {
	text-decoration: none;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border: 1px solid #a58838;
	color: #a58838;
	font-size: 18px;
	display: block;
	border-radius: 100%;
}
.social-icons li:nth-child(1) a {
	color: blue;
	border: 1px solid #3b5998;
}
.social-icons li:nth-child(1) a:hover {
	background: #98433b;
}
.social-icons li:nth-child(2) a {
	color: #1da1f2;
	border: 1px solid #1da1f2;
}
.social-icons li:nth-child(2) a:hover {
	background: #1da1f2;
}
.social-icons li:nth-child(3) a {
	color: #0174b5;
	border: 1px solid #0174b5;
}
.social-icons li:nth-child(3) a:hover {
	background: #0174b5;
}
.team-wrap ul li:hover li a {
	color: #fff;
	border: 1px solid #fff;
}
.teamImg {
	position: relative;
	overflow: hidden;
}
.teamImg:before {
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	height: 100%;
	bottom: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	visibility: hidden;
	transition: all 0.4s ease-in-out 0s;
	text-align: center;
}
.team-wrap ul li:hover .teamImg:before {
	z-index: 1000;
	visibility: visible;
	transition: all 0.4s ease-in-out 0s;
	bottom: 0px;
}

/*---------------------------------------
   Counter section              
-----------------------------------------*/

#counter {
	text-align: center;
	/*background:url(../images/counter-bg.jpg) no-repeat top; background-size:cover;*/
	padding: 40px 0;
}
.counterbox {
	padding-bottom: 30px;
	border: 1px solid #d7d7d7;
	background: #f2f2f2;
}
.animatebg {
	background: #0562da;
	-webkit-animation: bannerbg 5s linear 2s infinite alternate; /* Safari 4.0 - 8.0 */
	animation: bannerbg 5s linear 2s infinite alternate;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes bannerbg {
	0% {
		background-color: #0562da;
	}
	25% {
		background-color: #fec107;
	}
	50% {
		background-color: #c90157;
	}
	75% {
		background-color: #e63d53;
	}
	100% {
		background-color: #e63d53;
	}
}

/* Standard syntax */
@keyframes bannerbg {
	0% {
		background-color: #0562da;
	}
	25% {
		background-color: #fec107;
	}
	50% {
		background-color: #c90157;
	}
	75% {
		background-color: #e63d53;
	}
	100% {
		background-color: #e63d53;
	}
}
#counter .counter-number {
	display: block;
	color: black;
	font-size: 40px;
	line-height: 60px;
}
#counter span {
	color: black;
	font-weight: bold;
}
.counter-icon {
	font-size: 50px;
	margin-bottom: 15px;
	color: #ed1c24;
}
.counterbox {
}

/*************************************
		Testimonials css
*************************************/
.testimonials-wrap {
	background: url(../images/bg-people.jpg) no-repeat top;
	background-size: cover;
	padding: 70px 0;
}
.testimonials-wrap .title {
	text-align: center;
	margin-bottom: 90px;
}
.testimonials-wrap .title h1 {
	font-size: 42px;
	margin-top: 0;
}
.testimonialsList {
	position: relative;
	margin-bottom: 0;
	list-style: none;
	border: 1px solid #ededed; /* background:#eae3cd;*/
	max-width: 800px;
	margin: 0 auto;
	padding: 30px;
}
.testimonialsList li {
	text-align: center;
}
.testimonialsList li .clientname {
	font-size: 18px;
	color: #000;
	padding-top: 11px;
	font-family: "Rubik", sans-serif;
}
.testimonialsList li .clientinfo {
	font-size: 14px;
	color: #333;
	margin-bottom: 15px;
}
.testimonialsList li p {
	max-width: 850px;
	margin: 0 auto;
	color: #000;
	font-style: italic;
	position: relative;
}
.testimonialsList li p:before {
	content: "\f10d";
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 62px;
	font-style: normal;
	color: rgba(165, 136, 56, 0.18823529411764706);
}
.testimonialsList li .rating {
	color: #ff8a00;
	font-size: 24px;
	margin-bottom: 15px;
}
.testimg {
	margin-bottom: 15px;
	float: left;
	margin-right: 15px;
}
.testimg img {
	border-radius: 100%;
}
.testInfo {
	max-width: 230px;
	text-align: left;
	margin: 20px auto 0 auto;
}
.testimonials-wrap .owl-controls {
	text-align: center;
	margin: 0;
	position: absolute;
	top: -70px;
	left: 50%;
	margin-left: -50px;
}
.testimonials-wrap .owl-nav div {
	display: inline-block !important;
	width: 60px;
	height: 60px;
	margin: 0 4px;
	line-height: 72px;
	text-align: center;
	background: #eee;
	border: 1px solid #d6d6d6;
}
.testimonials-wrap .owl-nav div i {
	font-size: 26px;
	color: grey;
}
.testimonials-wrap .owl-nav div i:hover {
	font-size: 26px;
	color: white;
}
.css-jc3ecr li,
[data-css-jc3ecr] li {
	font-size: 10px;
	display: inline-block;
	margin: 0px 4px 4px 0px;
	background: rgb(242, 242, 242);
	border-radius: 16px;
	padding: 3px 12px;
}

.testimonials-wrap .owl-nav div:hover {
	background: #ed1c24;
}
.testimonials-wrap .owl-nav div {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.testimonials-wrap .owl-nav div i {
	font-size: 16px;
}
.testimonials-wrap .owl-next {
	margin-bottom: -20px !important;
}
.testimonials-wrap .owl-dots {
	display: none !important;
}

/***********************************
	News css
***********************************/
.desfeature .fetcol-1 {
	float: left;
	width: 50%;
	text-align: center;
	padding-top: 190px;
	min-height: 545px;
	position: relative;
}
.desfeature .fetcol-1:before {
	width: 2px;
	background: grey;
	height: 70%;
	content: "";
	position: absolute;
	left: 50px;
	bottom: 50px;
}
.desfeature .fetcol-1:after {
	width: 40%;
	background: #ed1c24;
	height: 2px;
	content: "";
	position: absolute;
	left: 50px;
	bottom: 50px;
}
.desfeature .fetcol-2 {
	float: right;
	width: 50%;
	background: url(../images/news01.jpg) no-repeat top;
	background-size: cover;
	height: 545px;
}
.desfeature .sectitle p {
	max-width: 530px;
}
.matinstwrp .col-md-6 {
	padding: 0;
}
.matinstwrp .micol {
	float: left;
	width: 50%;
	background: url(../images/news02.jpg) no-repeat top;
	background-size: cover;
	height: 400px;
	position: relative;
}
.matinstwrp .micol:before {
	width: 2px;
	height: 100px;
	position: absolute;
	right: 45px;
	bottom: 45px;
	z-index: 1;
	content: "";
	background: #fff;
}
.matinstwrp .micol:after {
	width: 100px;
	height: 2px;
	position: absolute;
	right: 45px;
	bottom: 45px;
	z-index: 1;
	content: "";
	background: #fff;
}
.matinstwrp .micol.bg2 {
	background: url(../images/news03.jpg) no-repeat top;
	background-size: cover;
}
.matinstwrp .micol2 {
	float: left;
	width: 50%;
	background: #faf8f5;
	padding: 30px 50px;
	height: 400px;
	padding-top: 110px;
}
.matinstwrp .sectitle p {
	width: auto;
}
.ourworkwrap .sectitle {
	margin-bottom: 30px;
}
.gthumb {
	margin-top: 30px;
}
.gthumb img {
	width: 100%;
	display: block;
}
.section {
	padding: 60px 0;
}
.sectitle {
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}
.sectitle h3 {
	font-size: 48px;
	font-weight: 400;
	margin-top: 25px;
	margin-bottom: 10px;
}
.sectitle p {
	font-size: 16px;
	line-height: 26px;
	margin: 0 auto;
	max-width: 770px;
}

/*********************************************
		Footer Css
*********************************************/
.footer-wrap {
	background: #191717;
	padding: 44px 0 15px 0;
}
.footer-wrap p {
	font-size: 14px;
	line-height: 22px;
	color: #333;
	margin-top: 10px;
}
.footer-wrap p a {
	color: #ed1c24;
	text-decoration: underline;
}
.footer-wrap p a:hover {
	text-decoration: none;
}
.footer-wrap h3 {
	margin-top: 0;
	color: #fff;
	font-size: 24px;
	margin-bottom: 35px;
	position: relative;
}
.footer-wrap h3:before {
	content: "";
	background: #ed1c24;
	height: 2px;
	width: 40px;
	position: absolute;
	bottom: -15px;
	left: 0;
}
.footer-links {
	list-style: none;
}
.footer-links li {
	line-height: 28px;
}
.footer-links li a {
	text-decoration: none;
	color: #333;
	font-size: 14px;
}
.footer-links li a:hover {
	color: #ed1c24;
}
.footer-links li:before {
	content: "\f0da";
	font-family: "FontAwesome";
	padding-right: 10px;
	color: #969696;
}
.footer-address {
	color: #333;
	font-size: 14px;
	position: relative;
	padding-left: 22px;
	margin-top: 20px;
}
.footer-address:before {
	content: "\f041";
	font-family: "FontAwesome";
	color: #333;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	font-weight: 400;
}
.call-us {
	margin-top: 10px;
	position: relative;
	padding-left: 22px;
}
.call-us a {
	color: #333;
	font-size: 14px;
}
.call-us:before {
	content: "\f095";
	font-family: "FontAwesome";
	font-size: 14px;
	color: #333;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 400;
}
.call-us-t {
	position: relative;
	padding-left: 18px;
}
.call-us-t a {
	color: #fff;
	font-size: 14px;
}
.call-us-t a:hover {
	color: #fff !important;
	text-decoration: none;
}
.call-us-t:before {
	content: "\f095";
	font-family: "FontAwesome";
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 400;
}
.mail-us {
	margin-top: 10px;
	position: relative;
	padding-left: 22px;
}
.mail-us a {
	color: #333;
	font-size: 14px;
}
.mail-us:before {
	content: "\f0e0";
	font-family: "FontAwesome";
	font-size: 14px;
	color: #333;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 400;
}
.mail-us-t {
	position: relative;
	padding-left: 18px;
}
.mail-us-t a {
	color: #fff;
	font-size: 14px;
}
.mail-us-t a:hover {
	color: #fff !important;
	text-decoration: none;
}
.mail-us-t:before {
	content: "\f0e0";
	font-family: "FontAwesome";
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 400;
}
.fax {
	margin-top: 10px;
	position: relative;
	padding-left: 22px;
}
.fax a {
	color: #333;
	font-size: 14px;
}
.fax:before {
	content: "\f1ac";
	font-family: "FontAwesome";
	font-size: 14px;
	color: #333;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 400;
}
.footer {
	background: #000;
	padding: 13px 0;
}
.site {
	text-align: right;
	color: #333;
}
.site a {
	color: #bfbfbf;
}
.copyright {
	font-size: 14px;
	color: #929292;
	padding-top: 5px;
	text-align: center;
}
.footerWrp {
	border-top: 1px solid #3c3c3c;
	padding-top: 8px;
	margin-top: 15px;
}
.social {
	list-style: none;
	font-size: 30px;
}
.social a {
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	margin: 0 2px;
}
.instragram {
	list-style: none;
}
.instragram li {
	display: inline-block;
	padding: 0 5px;
	margin: 5px 0;
}
.inner-heading {
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover;
	padding: 160px 0 60px 0;
}
.inner-heading h1 {
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.inner-content {
	position: relative;
	padding: 20px 0px;
}

/********************************************
		Blog CSS
********************************************/
.blog-thumb {
	background: #fff;
	margin-bottom: 30px;
	position: relative;
	border: solid 1px #e1e7e8;
	box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}
.blogInfo {
	padding: 15px 16px 10px 0px;
}
.blog-meta {
	margin-bottom: 10px;
}
.blogInfo h5 {
}
.blogInfo h5 a {
	text-decoration: none;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
.blogInfo h5 a:hover {
	color: #a58838;
}
.blog-meta li {
	display: inline-block;
	margin: 0 5px;
	color: #91a8ae;
	position: relative;
}
.blog-meta li a {
	text-transform: capitalize;
	text-decoration: none;
	color: #778b90;
}
.readmore a {
	background: #ed1c24;
	text-decoration: none;
	color: #fff;
	padding: 10px 22px;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.readmore a:hover {
	background: #ed1c24;
}
.blog-thumb::before {
	top: auto;
	left: auto;
	left: -3px;
	width: 35px;
	content: "";
	bottom: -3px;
	height: 35px;
	position: absolute;
	border-style: solid;
	border-color: #ed1c24;
	z-index: -1;
}

.blogImg {
	position: relative;
	overflow: hidden;
}
.blogImg img {
	-moz-transition: all 0.3s;
	width: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.blog-thumb:hover .blogImg img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.blog-thumb::after {
	top: auto;
	left: auto;
	right: -3px;
	width: 35px;
	content: "";
	bottom: -3px;
	height: 35px;
	position: absolute;
	border-style: solid;
	border-color: #ed1c24;
	z-index: -1;
}
.blog-grid .blogInfo {
	padding: 20px;
}
.blog-detail-section .list-style-1 {
	margin-bottom: 20px;
	margin-top: 2px;
}
.list-style-1 li {
	list-style: circle;
	list-style-position: inside;
	font-size: 14px;
	line-height: 26px;
}
.sidebar-widgets .input-group {
	display: block;
}
blockquote {
	float: left;
	width: 100%;
	margin-bottom: 23px;
	padding: 26px 30px 22px;
	background: #eee;
	border-left: 5px solid #a58838;
}
blockquote p {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0 !important;
	font-style: italic;
}
.image-holder h2 {
	text-transform: capitalize;
}
.img-thumb {
	margin-bottom: 20px;
}

.BlogWrp nav {
	text-align: right;
}
.pagination > li > a,
.pagination > li > span {
	color: #000;
}
.pagination > li > a.active,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	background: #a58838;
	border-color: #a58838;
	color: #fff;
}

.brwose {
	width: 100%;
}
.browse-packge {
	width: 18%;
	float: left;
	background-color: #eeeeee5e;
	margin: 10px;
	height: 120px;
	padding: 10px;
	border: 1px solid #d7d7d7;
	cursor: pointer;
}
.browse-packge:hover {
	background: #eee;
}
.browse-package p {
	text-decoration: none;
}
.m0 {
	margin: 0 !important;
}

.f10 {
	font-size: 11px;
	line-height: 10px;
}
._3sdwgUB {
	color: #408ec6;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
}
@media (max-width: 767px) {
	.browse-packge {
		width: 43%;
	}
}
/********************************************
		Sidebar CSS
********************************************/
.sidebar-widgets .xs-serach input:not([type="submit"]) {
	height: 53px;
	padding: 0 15px;
	border: 1px solid #eaeaea;
	background-color: #ffffff;
	width: 100%;
}
.search-btn i {
	font-size: 18px;
}
.sidebar-widgets
	.xs-serach
	input:not([type="submit"])::-webkit-input-placeholder {
	color: #b1b1b1;
}
.sidebar-widgets .xs-serach input:not([type="submit"]):-ms-input-placeholder {
	color: #b1b1b1;
}
.sidebar-widgets .xs-serach input:not([type="submit"])::-ms-input-placeholder {
	color: #b1b1b1;
}
.sidebar-widgets .xs-serach input:not([type="submit"])::placeholder {
	color: #b1b1b1;
}
/*********************************************
	 Archives Css
**********************************************/
.archive li {
	line-height: 45px;
}
.archive li a {
	margin-top: 0;
	color: #888;
	font-size: 14px;
	font-weight: 600;
}
.archive li span {
	float: left;
	height: 30px;
	width: 30px;
	text-align: center;
	background: #f5f5f5;
	border: 1px solid #fff;
	outline: 3px solid #f5f5f5;
	margin-right: 20px;
	line-height: 26px;
	font-size: 12px;
	color: #777777;
	margin-top: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.archive li a:hover span {
	background: #a58838;
	color: #fff;
}
.archives {
	margin-bottom: 15px !important;
	font-size: 18px;
}
.sidebar-widgets .xs-serach .search-btn {
	width: 62px;
	background-color: #a58838;
	border: 0px;
	font-size: 1.05882rem;
	color: #ffffff;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.sidebar-widgets .xs-serach .search-btn:hover {
	background: #002677;
}

.sidebar-widgets .widget {
	margin-bottom: 35px;
	border: 1px solid #eeeeee;
	padding: 30px 30px 35px;
}
.sidebar-widgets .widget:last-of-type {
	margin-bottom: 0;
}
.sidebar-widgets .widget.widget-search {
	border: none;
	padding: 0;
}
.sidebar-widgets .widget .widget-title {
	color: #a58838;
	font-weight: bold;
	margin-bottom: 36px;
}
.sidebar-widgets .widget .widget-title span {
	color: #282828;
}
.sidebar-widgets .widget.widget-faq .xs-btn.sm-btn {
	display: block;
	width: 100%;
}

.sidebar-widgets .widget-posts .widget-post {
	padding-bottom: 25px;
	display: flex;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}
.sidebar-widgets .widget-posts .widget-post img {
	padding-right: 17px;
}
.sidebar-widgets .widget-posts .widget-post .post-meta-date a {
	color: #808080;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 12px;
	display: block;
}
.sidebar-widgets .widget-posts .widget-post .entry-title {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}
.sidebar-widgets .widget-posts .widget-post .entry-title a {
	font-weight: bold;
	color: #282828;
}
.sidebar-widgets .widget-posts .widget-post .entry-title a:hover {
	color: #a58838;
}
.sidebar-widgets .widget-posts .widget-post:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0px;
	border: none;
}

.sidebar-widgets .list-group li:not(:last-child) {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 14px;
	margin-bottom: 14px;
}

.sidebar-widgets .list-group li {
	position: relative;
}
.sidebar-widgets .list-group li a,
.sidebar-widgets .list-group li span {
	color: #6d6d6d;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.sidebar-widgets .list-group li a:hover,
.sidebar-widgets .list-group li span:hover {
	color: #a58838;
}
.sidebar-widgets .list-group li span {
	position: absolute;
	right: 0;
}
.sidebar-widgets .tag-lists a {
	display: inline-block;
	padding: 8px 15px;
	border: 1px solid #eaeaea;
	margin-right: 15px;
	margin-bottom: 15px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border-radius: 3px;
	font-family: "Open Sans", sans-serif;
	color: #6d6d6d;
}
.sidebar-widgets .tag-lists a:hover {
	color: #a58838;
	border-color: #a58838;
}

.list-style-1 li {
	list-style: circle;
	list-style-position: inside;
	font-size: 14px;
	line-height: 26px;
}

/********************************************
		Inner Testimonials CSS
********************************************/
.single-testmonial {
	position: relative;
	margin: 20px 0;
}

.single-testmonial p {
	padding: 46px 36px;
	margin-bottom: 0;
	position: relative;
	font-size: 14px;
	background: #f4f4f4;
}
.single-testmonial .testmonial-author {
	text-align: right;
	position: relative;
	padding-right: 65px;
	margin-right: 50px;
	margin-top: 35px;
}
.single-testmonial .testmonial-author label {
	font-size: 14px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	color: #282828;
	display: block;
	margin-bottom: 0;
	line-height: 20px;
}
.single-testmonial .testmonial-author span {
	color: #6d6d6d;
}
.single-testmonial .testmonial-author img {
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 45px;
	border-radius: 50%;
}
.single-testmonial p:before {
	position: absolute;
	left: 20px;
	top: -20px;
	content: "\f10d ";
	font-size: 15px;
	color: #ffffff;
	background: #ed1c24;
	font-family: "FontAwesome";
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: block;
	text-align: center;
	padding: 10px 0;
}
.single-testmonial p:after {
	position: absolute;
	right: 12%;
	bottom: -10px;
	content: "";
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #f4f4f4 transparent transparent transparent;
}
.inner-content .team-wrap {
	padding: 0;
	background: none;
}
.inner-content .team-wrap ul li {
	margin: 30px 0;
}
.inner-content #counter {
	margin-top: 60px;
}
.aboutWrp .team-wrap {
	background: none;
	padding-top: 60px;
}
.inner-content .project-wrap ul li {
	margin: 15px 0;
}
.inner-content .project-wrap .col-md-4 {
	padding: 0 15px;
}
.about-wrap .title {
	margin-top: 32px;
}

/*********************************************
	 404 page
**********************************************/
.four-zero-page {
	text-align: center;
	padding: 0 0 50px 0;
}
.four-zero-page h2 {
	font-size: 300px;
	color: #ed1c24;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.21);
	font-weight: 800;
}
.counterbox {
	margin-bottom: 20px;
}
.four-zero-page h3 {
	color: #111111;
	font-weight: 600;
	font-size: 30px;
	letter-spacing: 10px;
}
.four-zero-page p {
	letter-spacing: 2px;
	padding: 0 250px;
}
.four-zero-page .readmore {
	margin-top: 30px;
}

/********************************************
		Contact us CSS
********************************************/
.inner-content {
	position: relative;
	padding: 20px 0px;
}

.inner-content .title-box {
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}

.inner-content .title-box .title {
	position: relative;
	color: #a58838;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.inner-content .title-box h2 {
	position: relative;
	color: #222222;
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 10px;
}

.inner-content .title-box .text {
	position: relative;
	color: #888888;
	font-size: 16px;
	line-height: 1.8em;
	max-width: 730px;
	margin: 0 auto;
}

.inner-content .default-form {
	max-width: 970px;
	margin: 0 auto;
}
.contact-form .form-control {
	color: #000;
	font-size: 14px !important;
	height: 46px;
}
textarea.form-control {
	height: 144px !important;
}
.contact-form .input-group {
	margin-bottom: 15px;
	width: 100%;
}
.submitbtn {
	text-align: center;
	display: block;
}
.contact-form .sub {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	background: #408ec6;
	color: #fff;
	padding: 12px 30px;
	border: none;
	cursor: pointer;
}
.xs-contact-infomation.xs-contact-infomation-v2
	[class*="col-"]:last-of-type
	.contact-info-group {
	padding: 27px 40px;
}
.xs-contact-infomation.xs-contact-info-1 {
	margin-top: 0px;
}
.contact-form .sub:hover {
	background-color: grey;
}

.contact-info-group {
	background: #f7f7f7;
	min-height: 260px;
	padding: 40px;
	text-align: center;
	-webkit-box-shadow: 2px 6px 29px -6px #e0e0e0;
	box-shadow: 2px 6px 29px -6px #e0e0e0;
}
.contact-wrap i {
	font-size: 45px;
	display: block;
	color: #ed1c24;
	margin-bottom: 30px;
}
.contact-wrap i:hover {
	color: #ed1c24;
}
.contact-wrap h4 {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 20px;
}
.contact-wrap h4:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 54px;
	height: 1px;
	background: #ed1c24;
	display: block;
	right: 0;
	margin: auto;
}
.contact-info-group span,
.contact-info-group a {
	display: block;
	color: #6d6d6d;
	font-weight: 500;
}
.contact-wrap input[type="text"],
textarea {
	color: #000 !important;
}
.contact-wrap ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #999 !important;
}
.contact-wrap ::-moz-placeholder {
	/* Firefox 19+ */
	color: #999 !important;
}
.contact-wrap :-ms-input-placeholder {
	/* IE 10+ */
	color: #999 !important;
}
.contact-wrap :-moz-placeholder {
	/* Firefox 18- */
	color: #999 !important;
}

/*********************************************
	 Service Css
**********************************************/
.serviceInfo h5 a {
	text-decoration: none;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
.serviceInfo h5 a:hover {
	color: #a58838;
}
.serviceInfo {
	background: #fff;
	box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
	padding: 20px;
}
.serviceImg {
	position: relative;
	overflow: hidden;
}
.serviceImg img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.service-thumb:hover .serviceImg img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.service-thumb {
	position: relative;
	margin: 15px 0;
}
.service-thumb::before {
	top: auto;
	left: auto;
	left: -3px;
	width: 35px;
	content: "";
	bottom: -3px;
	height: 35px;
	position: absolute;
	border-style: solid;
	border-color: #ed1c24;
	z-index: -1;
}

.service-thumb::after {
	top: auto;
	left: auto;
	right: -3px;
	width: 35px;
	content: "";
	bottom: -3px;
	height: 35px;
	position: absolute;
	border-style: solid;
	border-color: grey;
	z-index: -1;
}
.projectWrp {
	padding: 0;
}

/*********************************************
	 Faqs css
**********************************************/
.faqsWrp h2 {
	margin-top: 0;
}
.faq-news .main-heading:before {
	content: " ";
	width: 70px;
}
.faqs-service {
	list-style: none;
	margin-top: 20px;
}
.faqs-service li {
	margin-bottom: 8px;
}
.faqs-service li h4 {
	font-size: 17px;
	background: #f5f5f5;
	cursor: pointer;
	color: #5f5b67;
	border: 1px solid #dddddd;
	padding: 12px 25px;
	position: relative;
	margin-bottom: 0;
}
.faqs-service li h4:before {
	content: "\f055";
	font-family: "FontAwesome";
	color: grey;
	margin-right: 10px;
	font-size: 1em;
	display: inline-block;
	text-align: center;
	transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	position: absolute;
	top: 14px;
	right: 8px;
}
.faqs-service li h4:hover,
.faqs-service li h4.active {
	color: #fff;
	background: #ed1c24;
	border: 1px solid #a58838;
}
.faqs-service li h4:hover:before {
	color: #fff;
}
.faqs-service li h4.active:before {
	content: "\f056";
	color: #fff;
}
.faqs-service li p {
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 20px 18px;
	line-height: 24px;
	margin-bottom: 0;
	font-size: 1.2em;
	color: #797979;
	background: #f5f5f5;
	border: 1px solid #e8e8e8;
}
.faq-news .view-btn {
	text-align: center;
}
.faq-news .view-btn a {
	background: #cb171e;
	display: inline-block;
}
.faq-news .view-btn a:hover {
	background: #000;
	color: #fff;
}
.faq-head {
	margin-top: 30px !important;
}

.tmenu {
	margin-top: 10px;
}

.pagetitle {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	position: absolute;
	width: 100%;
	top: 40%;
	left: 0;
	text-align: center;
}
.bbanner img {
	min-height: auto;
}

.shadow-package {
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
	padding: 15px;
	margin-bottom: 20px;
}
.shadow-package img {
	width: 100%;
	height: 100%;
	max-height: 280px;
}
.d-package img {
	width: 100%;
	height: 100%;
	max-height: 100% !important;
}

.mt1 {
	margin-top: 10px;
}
.mt2 {
	margin-top: 20px;
}
.mt3 {
	margin-top: 30px;
}
.mb1 {
	margin-bottom: 10px;
}
.mb2 {
	margin-bottom: 20px;
}
.ml1 {
	margin-left: 10px;
}
.ml2 {
	margin-left: 20px;
}
.mr1 {
	margin-right: 10px;
}
.mr2 {
	margin-right: 20px;
}

.pb1 {
	padding-bottom: 10px;
}

.f11 {
	font-size: 11px;
}
.f12 {
	font-size: 12px;
}
.f15 {
	font-size: 15px;
}
.f17 {
	font-size: 17px;
}
.f20 {
	font-size: 20px;
}

.c3 {
	color: #333;
}
.c9 {
	color: #999;
}
.lh10 {
	line-height: 10px;
}
.lh22 {
	line-height: 22px;
}
.lh24 {
	line-height: 24px;
}
.bb1 {
	border-bottom: 1px solid #ddd;
}

.blog-detail {
	color: #333;
	text-decoration: none;
}
.blog-detail:hover {
	text-decoration: none;
}
.blog-detail h3 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 0;
}
.readm {
	background-color: #408ec6;
}
.blogd img {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 4px;
}

.fa-clock:before {
	content: "\f017";
}
.star i {
	padding-left: 4px;
	color: red;
	font-size: 13px;
}

.destin-img {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 20px;
}

.h1hom {
	font-size: 40px;
}
.h2hom {
	font-size: 55px;
	font-weight: 600;
	margin-top: 0;
	line-height: 40px;
}

.thumbnail {
	border-radius: 20px !important ;
}

.tourplace_grid {
	display: grid;
	grid-template-columns: 8fr repeat(3, 2fr);
	grid-template-rows: repeat(10, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	height: 550px;
}

.tourplace_grid_item-1 {
	grid-area: 1 / 1 / 11 / 1;
	align-items: flex-start;
}
.tourplace_grid_item-3 {
	grid-area: 1 / 2 / 5 / 3;
}

.tourplace_grid_item-4 {
	grid-area: 5 / 2 / 8 / 3;
}
.tourplace_grid_item-5 {
	grid-area: 8 / 2 / 11 / 3;
}
.tourplace_grid_item-6 {
	grid-area: 1 / 3 / 4 / 4;
}
.tourplace_grid_item-7 {
	grid-area: 4 / 3 / 8 / 4;
}
.tourplace_grid_item-8 {
	grid-area: 8 / 3 / 11 / 4;
}

.tourplace_grid_item-9 {
	grid-area: 1 / 4 / 5 / 5;
}
.tourplace_grid_item-10 {
	grid-area: 5 / 4 / 8 / 5;
}
.tourplace_grid_item-11 {
	grid-area: 8 / 4 / 11 / 5;
}

.tourplace_grid_item {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.tourplace_grid_item:hover {
	text-decoration: none;
}
.lazy-image {
	opacity: 1;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.tourplace_grid_image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	z-index: -1;
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tourplace_grid_image:hover {
	transform: scale(1.5);
}

.tourplace_grid_h1 {
	font-size: 3rem !important;
	line-height: 1.5 !important;
}

.tourplace_grid_item_title {
	text-align: center;
	font-weight: 500;
	color: white;
	font-size: 1.8rem;
	line-height: 1.2;
	letter-spacing: 0.84px;
	text-decoration-line: none;
	z-index: 2;
}

.tourplace_bg {
	background: rgba(51, 51, 51, 0.5);
	height: 100%;
	width: 100%;
	background-size: cover;
	z-index: 1;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.hombanner {
	position: relative;
	width: 100%;
	min-height: 500px;
}
.mt90_60 {
	margin-top: 110px;
}
.search_inp {
	width: 90%;
	font-size: 17px;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 15px;
	height: 40px;
	float: left;
}
.search_btnH {
	width: 10%;
	float: right;
	text-align: center;
	color: #ed1c24;
	border: none;
	background: none;
	font-size: 20px;
	padding: 10px 0;
}

.topMlink {
	margin-top: 40px;
	text-align: center;
}
.topMlink a {
	font-size: 13px;
	font-weight: 500;
	background-color: #333;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 4px 4px 0 0;
	border-left: 1px solid #fff;
}
.topMlink a:hover {
	background-color: #408ec6;
	color: #fff !important;
	text-decoration: none;
}
.topMlink .activT {
	background-color: #408ec6;
	color: #fff !important;
}

.d_inblock {
	display: inline-block;
}
.social-t a {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	margin-left: 10px;
}

.pl40 {
	padding-left: 40px;
}
.fsl3 {
	font-size: 3rem;
	line-height: 32px;
}
.ban-img img {
	width: 100%;
	border-radius: 20px;
}

/*********************************************
	 Media Screen css
**********************************************/
@media screen and (max-width: 1200px) {
	.sectitle h3 {
		font-size: 36px;
	}
	.navbar-nav > li {
		padding: 17px 12px;
	}
	.matinstwrp .micol2 {
		padding: 30px 30px;
	}
}

@media screen and (max-width: 990px) {
	.logo {
		padding-bottom: 2px;
		margin-bottom: 0px;
		margin-top: 5px;
	}
	.navbar-nav > li {
		padding: 17px 10px;
	}
	.header-wrap {
		top: 16px;
	}
	.teamImg img,
	.projectImg img {
		width: 100%;
	}
	.team-wrap ul li {
		margin: 20px 0;
	}
	.team-wrap ul li:last-child {
		margin-bottom: 0;
	}
	.welImg {
		text-align: center;
		margin-top: 20px;
	}
	.furniture-service li {
		max-width: 118px;
		margin: 0 -1px;
	}
	.team-wrap p {
		margin-top: -12px;
	}
	.desfeature .fetcol-1:after,
	.desfeature .fetcol-1:before {
		display: none;
	}
	.four-zero-page p {
		letter-spacing: 1px;
		padding: 0;
	}
	.newsWrp {
		float: left !important;
	}
	.sliderTxt .slidertext3 {
		padding: 0 !important;
	}
	.blogList .blogInfo {
		padding: 20px;
	}
	.contact-info-group {
		margin-bottom: 30px;
	}
	.desfeature .fetcol-1 {
		padding: 30px;
	}
}

@media screen and (max-width: 767px) {
	.header-wrap {
		position: static;
	}
	.furniture-service {
		margin-top: 60px;
	}
	.furniture-service li {
		padding: 0 10px;
		float: left;
		width: 33%;
		max-width: inherit;
		margin-top: 15px;
	}
	.welcome-content-box {
		text-align: center;
		width: auto;
	}
	.title {
		float: none !important;
		border-right: none !important;
		padding: 0 !important;
	}
	.team-wrap,
	.project-heading {
		text-align: center;
	}
	.footer-wrap h3 {
		margin-top: 10px;
	}
	.search-bar {
		border: none;
	}
	.navigationwrape .pull-right {
		float: none !important;
	}
	.navbar-nav {
		float: none;
	}
	.navbar-nav > li {
		padding: 0;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 10px 32px;
	}
	.navbar-default .navbar-nav > li > a:hover {
		background: #ed1c24;
		color: #fff;
	}
	.welcomeWrap .title h1 {
		margin-top: 0;
	}
	.social-icons li {
		margin: 0 !important;
	}
	.footerWrp {
		text-align: center;
	}
	.desfeature .fetcol-1 {
		float: none;
		width: auto;
		min-height: inherit;
		padding-top: 60px;
		background: #f7f7f7;
	}
	.matinstwrp .micol,
	.desfeature .fetcol-2 {
		float: none;
		width: auto;
	}
	.matinstwrp .micol2 {
		float: none !important;
		width: auto !important;
		height: auto;
		padding-top: 60px !important;
	}
	.title h1 {
		font-size: 52px;
	}
	.furniture-service li {
		width: 50%;
	}
	.project-heading p span,
	.team-wrap p span {
		display: none;
	}
	.team-wrap p {
		margin-top: 10px;
	}
	.four-zero-page h2 {
		font-size: 236px;
	}
	.news-wrap .pull-right {
		float: none !important;
		background: #f7f7f7;
	}
	.sliderTxt .slidertext1 {
		font-size: 48px;
	}
	.desfeature {
		padding: 0 15px;
	}
	.search-bar {
		float: left;
	}
	.navbar-header {
		float: right;
		z-index: 99;
		position: relative;
	}
	.navbar-collapse {
		margin-top: 60px;
	}
	.search-bar .dropdown-menu {
		left: 0;
		right: auto;
		top: 48px;
	}
	.navbar-collapse.in {
		overflow: hidden;
	}
	.navbar-collapse {
		overflow: hidden;
	}
	.navbar-nav > li > .dropdown-menu {
		position: static;
		float: none;
		width: 100%;
	}
	.dropdown-menu > li > a {
		padding: 8px 20px 8px 45px;
	}
	.dropdown-menu > li a:before {
		left: 20px;
	}
	.inner-heading {
		padding: 40px 0;
	}
	.navbar-default {
		padding: 12px 0 12px 10px;
	}
	.service-wrap .service-thumb {
		max-width: 345px;
		margin: 30px auto 30px auto;
	}
	.testimonials-wrap .title h1 {
		font-size: 36px;
	}
	.title {
		margin: 0 !important;
	}
	.testimonials-wrap .title {
		margin-bottom: 90px !important;
	}
	.navbar-default {
		background: none;
	}
	.header-wrap {
		background: rgba(0, 0, 0, 0.66);
	}

	.navbar-default .navbar-nav > li > a + i {
		display: block;
	}
	.navbar-nav li:hover .dropdown-menu {
		display: none;
	}
	.navbar-collapse {
		width: 100%;
	}
	.tmenu {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		background-color: #fff;
		z-index: 100000;
		margin-top: 0;
	}

	.h1hom {
		font-size: 22px;
	}
	.h2hom {
		font-size: 35px;
		font-weight: 600;
		margin-top: -25px;
		line-height: 40px;
	}
	.d_inblock {
		display: none;
	}
	.pl40 {
		padding-left: 20px;
	}
	.fsl3 {
		font-size: 2rem;
		line-height: 24px;
	}
}

@media screen and (max-width: 480px) {
	.four-zero-page h2 {
		font-size: 140px;
	}
	.four-zero-page h3 {
		font-size: 18px;
	}
	.sliderTxt .slidertext1 {
		font-size: 36px;
		padding-top: 0;
	}
	.sliderTxt .slidertext2 {
		font-size: 24px;
	}
	.furniture {
		min-height: 132px;
	}
	.title h1 {
		font-size: 38px;
	}
	.testimonials-wrap .title h1 {
		font-size: 24px;
	}
	.title h1 span {
		font-size: 18px;
	}
	.pagetitle {
		top: 20%;
		font-size: 30px;
	}
	.bbanner img {
		min-height: auto;
		padding-top: 47px;
	}
	.blog-detail h3 {
		margin-top: 20px;
		font-size: 18px;
	}
	.logo img {
		max-width: 50%;
	}
	.hombanner {
		min-height: 300px;
	}
	.d_inblock {
		display: none;
	}
	.mt90_60 {
		margin-top: 55px;
	}

	.tourplace_grid {
		grid-template-columns: repeat(3, 2fr);
		grid-template-rows: repeat(16, 1fr);
		height: 800px;
	}

	.tourplace_grid_h1 {
		font-size: 2.5rem !important;
		line-height: 1.5 !important;
	}

	.tourplace_grid_item_title {
		font-size: 1.3rem;
		line-height: 1.2;
	}

	.tourplace_grid_item-1 {
		grid-area: 1 / 1 / 7 / 4;
	}
	.tourplace_grid_item-3 {
		grid-area: 7 / 1 / 11 / 2;
	}
	.tourplace_grid_item-4 {
		grid-area: 11 / 1 / 14 / 2;
	}
	.tourplace_grid_item-5 {
		grid-area: 14 / 1 / 17 / 2;
	}

	.tourplace_grid_item-6 {
		grid-area: 7 / 2 / 10 / 3;
	}
	.tourplace_grid_item-7 {
		grid-area: 10 / 2 / 14 / 3;
	}
	.tourplace_grid_item-8 {
		grid-area: 14 / 2 / 17 / 3;
	}

	.tourplace_grid_item-9 {
		grid-area: 7 / 3 / 11 / 4;
	}
	.tourplace_grid_item-10 {
		grid-area: 11 / 3 / 14 / 4;
	}
	.tourplace_grid_item-11 {
		grid-area: 14 / 3 / 17 / 4;
	}
}

/*---------------------------------------start new css----------------------------------------*/
.front-slider {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}
.left-slider {
	width: 53.9%;
	display: table-cell;
	position: relative;
	line-height: 0px;
}
.middle-banner {
	width: 4%;
	vertical-align: middle;
	display: table-cell;
}
.middle-banner h3 {
	text-align: center;
}
.right-banner {
	width: 40.9%;
	display: table-cell;
	position: relative;
}
.pakg-of-wild-life {
	width: 40.2%;
	display: table-cell;
}
.pakg-of-wild-lige-box {
	width: 45.9%;
	float: left;
	margin-right: 20px;
	margin-top: 14px;
	position: relative;
	overflow: hidden;

	box-shadow: 0 4px 8px 0 #bcbdbd, 0 6px 20px 0 rgba(255, 255, 255, 0.5);
}
.pakg-of-wild-lige-box img {
	width: 100%;
	vertical-align: top;
	transform: scale(1);
	transition: all 0.5s ease 0s;
}
@media (max-width: 767px) {
	.front-slider {
		width: 100%;
		display: block;
	}
}
@media (max-width: 767px) {
	.left-slider {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.middle-banner {
		display: none;
	}
}
@media (max-width: 767px) {
	.right-banner {
		width: 100%;
		display: block;
		margin: 2px auto;
	}
}
@media (max-width: 767px) {
	.pakg-of-wild-lige-box {
		width: 44%;
	}
}

/*----------------------singal slider dowm of home*/
.perfact-holiday-section {
	width: 100%;
	text-align: center;
}
.perfact-holiday-section h1 {
	font: 60px/43px "sans-serif";
	color: #394048;
}
@media (max-width: 767px) {
	.perfact-holiday-section h1 {
		font: 38px/43px "sans-serif";
	}
}
.perfact-holiday-section h1 span {
	font-family: "clanotbold";
	border-bottom: 2px solid #408ec6;
	display: inline-block;
	color: #408ec6;
}
.perfact-holiday-section ul {
	padding-top: 15px;
}
.perfact-holiday-section li:first-child {
	border-right: 1px solid #d6d6d6;
}
.perfact-holiday-section li {
	display: inline-block;
	font: 14px/17px "clanotnews";
	color: #394048;
	padding: 0 18px;
}
.perfact-holiday-section li {
	display: inline-block;
	font: 14px/17px "clanotnews";
	color: #394048;
	padding: 0 18px;
}
.perfact-holiday-section li img {
	vertical-align: middle;
	margin-right: 8px;
}

#slider-text {
	padding-top: 40px;
	display: block;
}
#slider-text .col-md-6 {
	overflow: hidden;
}

#slider-text h2 {
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-size: 30px;
	letter-spacing: 3px;
	margin: 30px auto;
	padding-left: 40px;
}
#slider-text h2::after {
	border-top: 2px solid #c7c7c7;
	content: "";
	position: absolute;
	bottom: 35px;
	width: 100%;
}

#itemslider h4 {
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-size: 12px;
	margin: 10px auto 3px;
}
#itemslider h5 {
	font-family: "Josefin Sans", sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 3px auto 2px;
}
#itemslider h6 {
	font-family: "Josefin Sans", sans-serif;
	font-weight: 300;
	font-size: 10px;
	margin: 2px auto 5px;
}
.badge {
	background: #b20c0c;
	position: absolute;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	line-height: 31px;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 300;
	font-size: 14px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px #b20c0c;
	top: 5px;
	right: 25%;
}
#slider-control img {
	padding-top: 60%;
	margin: 0 auto;
}
@media screen and (max-width: 992px) {
	#slider-control img {
		padding-top: 70px;
		margin: 0 auto;
	}
}

.carousel-showmanymoveone .carousel-control {
	width: 4%;
	background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
	margin-left: 5px;
}
.carousel-showmanymoveone .carousel-control.right {
	margin-right: 5px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
	display: none;
}
@media all and (min-width: 768px) {
	.carousel-showmanymoveone .carousel-inner > .active.left,
	.carousel-showmanymoveone .carousel-inner > .prev {
		left: -50%;
	}
	.carousel-showmanymoveone .carousel-inner > .active.right,
	.carousel-showmanymoveone .carousel-inner > .next {
		left: 50%;
	}
	.carousel-showmanymoveone .carousel-inner > .left,
	.carousel-showmanymoveone .carousel-inner > .prev.right,
	.carousel-showmanymoveone .carousel-inner > .active {
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner .cloneditem-1 {
		display: block;
	}
}
@media all and (min-width: 768px) and (transform-3d),
	all and (min-width: 768px) and (-webkit-transform-3d) {
	.carousel-showmanymoveone .carousel-inner > .item.active.right,
	.carousel-showmanymoveone .carousel-inner > .item.next {
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.active.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev.right,
	.carousel-showmanymoveone .carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}
@media all and (min-width: 992px) {
	.carousel-showmanymoveone .carousel-inner > .active.left,
	.carousel-showmanymoveone .carousel-inner > .prev {
		left: -16.666%;
	}
	.carousel-showmanymoveone .carousel-inner > .active.right,
	.carousel-showmanymoveone .carousel-inner > .next {
		left: 16.666%;
	}
	.carousel-showmanymoveone .carousel-inner > .left,
	.carousel-showmanymoveone .carousel-inner > .prev.right,
	.carousel-showmanymoveone .carousel-inner > .active {
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner .cloneditem-2,
	.carousel-showmanymoveone .carousel-inner .cloneditem-3,
	.carousel-showmanymoveone .carousel-inner .cloneditem-4,
	.carousel-showmanymoveone .carousel-inner .cloneditem-5,
	.carousel-showmanymoveone .carousel-inner .cloneditem-6 {
		display: block;
	}
}
@media all and (min-width: 992px) and (transform-3d),
	all and (min-width: 992px) and (-webkit-transform-3d) {
	.carousel-showmanymoveone .carousel-inner > .item.active.right,
	.carousel-showmanymoveone .carousel-inner > .item.next {
		-webkit-transform: translate3d(16.666%, 0, 0);
		transform: translate3d(16.666%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.active.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev {
		-webkit-transform: translate3d(-16.666%, 0, 0);
		transform: translate3d(-16.666%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev.right,
	.carousel-showmanymoveone .carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}
/*---------------------end of singal slider down of home-------------------------------------------------------*/
.mobile {
	display: none;
}
.desktop {
	display: block;
}

@media screen and (max-width: 500px) {
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
}

/*------------------package slider-----------------*/
.col-item {
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	background: #fff;
}
.col-item .photo img {
	margin: 0 auto;
	width: 100%;
}

.col-item .info {
	padding: 10px;
	border-radius: 0 0 5px 5px;
	margin-top: 1px;
}

.col-item:hover .info {
	background-color: #f5f5dc;
}
.col-item .price {
	/*width: 50%;*/
	float: left;
	margin-top: 5px;
}

.col-item .price h5 {
	line-height: 20px;
	margin: 0;
}

.price-text-color {
	color: #219fd1;
}

.col-item .info .rating {
	color: #777;
}

.col-item .rating {
	/*width: 50%;*/
	float: left;
	font-size: 17px;
	text-align: right;
	line-height: 52px;
	margin-bottom: 10px;
	height: 52px;
}

.col-item .separator {
	border-top: 1px solid #e1e1e1;
}

.clear-left {
	clear: left;
}

.col-item .separator p {
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}

.col-item .separator p i {
	margin-right: 5px;
}
.col-item .btn-add {
	width: 50%;
	float: left;
}

.col-item .btn-add {
	border-right: 1px solid #e1e1e1;
}

.col-item .btn-details {
	width: 50%;
	float: left;
	padding-left: 10px;
}
.controls {
	margin-top: 20px;
}
[data-slide="prev"] {
	margin-right: 10px;
}
/*---------------end of package slider--------------------*/
/*--------galllery testimonail------------------*/
.media-carousel {
	margin-bottom: 0;
	padding: 0 20px 30px 20px;
	margin-top: 10px;
}
/* Previous button  */
.media-carousel .carousel-control.left {
	left: 0px;
	background-image: none;
	background: none repeat scroll 0 0 #222222;
	border: 4px solid #ffffff;
	border-radius: 23px 23px 23px 23px;
	height: 40px;
	width: 40px;
	margin-top: 132px;
}
/* Next button  */
.media-carousel .carousel-control.right {
	right: 0px !important;
	background-image: none;
	background: none repeat scroll 0 0 #222222;
	border: 4px solid #ffffff;
	border-radius: 23px 23px 23px 23px;
	height: 40px;
	width: 40px;
	margin-top: 132px;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li {
	background: #c0c0c0;
}
.media-carousel .carousel-indicators .active {
	background: #333333;
}
.media-carousel img {
	width: 100%;
	height: auto;
}
/* End carousel */
--------------------right
	side
	------------------------------*/
	.test-content
	ul
	li {
	font-size: 10px;
	display: inline-block;
	margin: 0px 4px 4px 0px;
	background: rgb(242, 242, 242);
	border-radius: 16px;
	padding: 3px 12px;
}

.client img {
	max-width: 80px;
	border-radius: 56px;
	height: 80px;
}
.f12 {
	font-size: 12px;
	line-height: 16px;
}
.pfc4 {
	color: #b2b2b2 !important;
}
.pt5 {
	padding-top: 5px !important;
}
.fw9 {
	font-weight: 900;
}
.f14,
.f14p {
	font-size: 14px;
}
.f14 {
	line-height: 18px;
}
.fitalic {
	font-style: italic;
}

.pfc1 {
	color: #ff6767;
}
.fw9 {
	font-weight: 900;
}
.f24 {
	line-height: 28px;
	font-size: 24px;
}

.fw-600 {
	font-weight: 600;
}
.fw-700 {
	font-weight: 700;
}
/*====================================================*/

.rating ul li {
	float: left;
	margin-right: 10px;
}

.about-img img {
	width: 170px;
}
@media (max-width: 767px) {
	.about-img img {
		width: 100%;
		padding: 40px;
	}
}

/*-------------------our partner section-------------------------------*/
h2 {
	text-align: center;
	padding: 20px;
}
/* Slider */

.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

/*--------------------------------work on font title line-------------------------*/
.common-heading-sliders {
	position: relative;
	overflow: visible;
}
.spaceBetween {
	justify-content: space-between;
}
.alignCenter {
	align-items: center;
}
.flex {
	display: flex;
}
@media (max-width: 767px) {
	.flex {
		display: block !important;
	}
	.text-right {
		text-align: center !important;
	}
}

.common-heading-sliders h2 {
	font-weight: 900;
}
.common-heading-sliders h2,
.common-heading-sliders h3,
.common-heading-sliders h4 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	padding-bottom: 0;
	margin: 0;
	color: #3e3e3e;
}
.text-right {
	text-align: right;
}
.pr0 {
	padding-right: 0 !important;
}
.alignCenter {
	align-items: center;
}

.flex {
	display: flex;
}
.css-1vxhepf,
[data-css-1vxhepf] {
	height: 15px;
	width: 15px;
	position: relative;
}
.css-1vxhepf,
[data-css-1vxhepf] {
	height: 15px;
	width: 15px;
	position: relative;
}
.option-overflow {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.mr8 {
	margin-right: 8px !important;
}
.option-overflow {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.m0 {
	margin: 0 !important;
}
.pfc3 {
	color: #3e3e3e !important;
}
.agent__trip-id,
.fw7 {
	font-weight: 700;
}
.f12 {
	font-size: 12px;
	line-height: 16px;
}
.ml8 {
	margin-left: 8px !important;
}
.pfc1 {
	color: #408ec6;
}
.agent__trip-id,
.fw7 {
	font-weight: 700;
}
.f16 {
	font-size: 16px;
	line-height: 20px;
}
.css-jxomle,
[data-css-jxomle] {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: nowrap;
	-webkit-box-align: baseline;
	align-items: baseline;
	padding: 0px;
}
.css-145j3v,
[data-css-145j3v] {
	overflow-wrap: break-word;
	margin-right: auto;
	flex: 1 1 auto;
}
.css-174j2l,
[data-css-174j2l] {
	color: rgb(62, 62, 62);
	font-weight: bold;
	font-size: 13px;
	overflow-wrap: break-word;
	margin: 0px;
}
.css-1ndamzt,
[data-css-1ndamzt] {
	color: rgb(178, 178, 178);
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
@media (max-width: 767px) {
	.about-us h1 {
		width: 100% !important;
		font-size: 28px !important;
	}
}

.overlay a {
	position: absolute;
	top: 40%;
	left: 46%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
}
.overlay a {
	width: 50%;
	font-size: 14px;
	max-width: 214px;
	text-align: center;
	color: white;
	background: none;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	border-image: initial;
	padding: 0.75rem 1rem;
	border-radius: 2px;
	opacity: 0;
}
.overlay a {
	text-decoration: none;
}

.container:hover .overlay a {
	opacity: 1;
}
.overlay a:hover {
	background: #408ec6;
	font-weight: 900;
	color: #fff !important;
}

.css-1pavwkx,
[data-css-1pavwkx] {
	font-size: 40px;
	line-height: 56px;
}
.css-1pavwkx,
[data-css-1pavwkx] {
	font-size: 40px;
	line-height: 56px;
}
.text-center {
	text-align: center;
}
.m0 {
	margin: 0 !important;
}
.agent__trip-id,
.fw7 {
	font-weight: 700;
}
.text-center {
	text-align: center;
}
.m0 {
	margin: 0 !important;
}
.pfc4 {
	color: #b2b2b2 !important;
}
.f16 {
	font-size: 16px;
	line-height: 20px;
}
.pt24 {
	padding-top: 24px !important;
}
.css-wiyev3 a,
[data-css-wiyev3] a {
	font-size: 14px;
	color: rgb(32, 163, 151);
	width: 240px;
	display: block;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(32, 163, 151);
	border-image: initial;
	border-radius: 50px;
	margin: 0px auto;
	padding: 12px;
	text-decoration: none;
}
.css-wiyev3 a,
[data-css-wiyev3] a {
	font-size: 14px;
	color: black;
	border: 1px solid #d7d7d7;
	border-radius: 50px;
	width: 240px;
	display: block;
	margin: 0 auto;
	padding: 12px;
	text-align: center;
	text-decoration: none;
	background: #eee;
}
a {
	cursor: pointer;
}
.css-wiyev3 a:hover,
[data-css-wiyev3] a:hover {
	color: white;
	background: #408ec6;
	font-weight: 900;
}

.css-wiyev3 .active a {
	color: white;
	background: #408ec6;
	font-weight: 800;
}

.happy-t {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	padding-bottom: 0;
	margin: 0;
	color: #3e3e3e;
}

@media (max-width: 480px) {
	.howitwork {
		text-align: center !important;
	}
}

.how img {
	width: 130px;
}
.about-img p {
	font-size: 13px;
	font-weight: bold;
}
.about-img h3 {
	font-weight: bold;
}
.festive img {
	overflow: hidden;
	max-width: 100%;
	padding: 20px 15px;
}
.about-img h3 {
	color: #408ec6;
}

.about-img i {
	color: #333;
	font-size: 50px;
}

/*---------------------------form css------------------------------------*/

.grey input,
[data-css-omfcg7] input {
	width: 100%;
	height: 40px;
	cursor: pointer;
	background: rgb(178, 178, 178);
	padding: 10px 20px;

	border: none;
	color: white !important;
	font-weight: 500;
}
.grey input {
	background: #b2b2b2;
	padding: 22px 20px;
	width: 100%;
	height: 25px;
	cursor: pointer;
	font-weight: 800;
	text-align: center;
}
.form input {
	width: 100%;
	height: 25px;
}

.grey input:hover,
[data-css-omfcg7] input:hover {
	background: #408ec6;
}
.form-group label {
	color: black;
}
.grey ::placeholder {
	color: white;
}
.grey {
	padding-top: 10px;
}
.form-group {
	position: relative;
	margin: 0 auto;
}
.form-group .fa {
	top: 32px;
	left: 2%;

	color: #408ec6;
}
.btn-book {
	background: #ed1c24;
	padding: 10px 208px;
	color: white;
	margin-top: 20px;
	font-weight: 800;
	font-size: 15px;
}
.btn-book:hover {
	opacity: 0.7;
	color: white;
}
@media (max-width: 786px) {
	.btn-book {
		padding: 10px 124px;
	}
}

._38FxE-5 {
	max-width: 800px;
}

.mauto {
	margin: 0 auto;
}
.sbcw {
	background-color: #fff;
}
.flexFull {
	flex: 1;
}
.relative {
	position: relative !important;
}
.input-with-icon-box,
.select-con {
	height: 48px;
	position: relative;
}
.input-icon,
.input-icon-right {
	display: block;
	z-index: 3;
	left: 10px;
	width: 24px;
	height: 24px;
}
.absolute-center-v,
.btn-icon-box span.btn-icon-span,
.cross-common,
.cross-common svg,
.info-icon-box,
.info-icon-box:after,
.info-icon-box:before,
.input-icon,
.input-icon-right,
.slider-btn-center .frame + div {
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 100%;
}

.input,
.input-with-icon-box input,
.select,
.textarea {
	width: 100%;
	height: 48px;
	opacity: 1;
	background-color: transparent;
	border: 1px solid #b2b2b2;
	font-size: 14px;
	line-height: 16px;
	color: #3e3e3e;
	padding: 15px;
	position: relative;
	z-index: 2;
	box-shadow: none;
}

.ripple {
	position: relative;
}
.btn-filled-pri-large {
	padding-top: 16px;
	padding-bottom: 16px;
	height: 48px;
}
.btn-filled-pri,
.btn-filled-pri-large {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	padding: 12px 25px;
	text-align: center;
	background-color: #fe5246;
	border: 0;
	text-decoration: none;
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	cursor: pointer;
	-webkit-appearance: none;
}
.btn-filled-pri,
.btn-filled-pri-large,
.btn-filled-sec,
.btn-filled-sec-large,
.btn-pri,
.btn-pri-large,
.btn-sec,
.btn-sec-large,
.btn-teritary,
.input,
.input-with-icon-box input,
.note,
.note-green,
.radius2,
.select,
.textarea {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}
.wfull {
	width: 100% !important;
}
button {
	line-height: 1;
}
.css-jxomle,
[data-css-jxomle] {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: nowrap;
	-webkit-box-align: baseline;
	align-items: baseline;
	padding-right: 10px;
}
.css-145j3v,
[data-css-145j3v] {
	max-width: calc(100% - 62px);
	overflow-wrap: break-word;
	margin-right: auto;
	flex: 1 1 auto;
}
.css-174j2l,
[data-css-174j2l] {
	color: rgb(62, 62, 62);
	font-weight: bold;
	font-size: 13px;
	overflow-wrap: break-word;
	margin: 0px;
}
.css-1ndamzt,
[data-css-1ndamzt] {
	color: rgb(178, 178, 178);
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
}
.css-1bf32du,
[data-css-1bf32du] {
	max-width: 100%;
	min-width: 62px;
	overflow-wrap: break-word;
	text-align: right;
	margin-left: 0px;
	flex: 0 1 auto;
}
.css-13izhap,
[data-css-13izhap] {
	color: rgb(178, 178, 178);
	font-size: 10px;
	margin: 0px;
}
.css-ni6i29,
[data-css-ni6i29] {
	color: #408ec6;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	text-align: right;
	margin: 0px;
}
.css-1q8gum3,
[data-css-1q8gum3] {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding: 0.5rem;
}
.css-145j3v,
[data-css-145j3v] {
	max-width: calc(100% - 62px);
	overflow-wrap: break-word;
	margin-right: auto;
	flex: 1 1 auto;
}
.css-16q3en5,
[data-css-16q3en5] {
	white-space: normal;
	overflow-wrap: break-word;
	width: 90%;
}
.css-ldlfan,
[data-css-ldlfan] {
	max-width: 100%;
	min-width: 100px;
	margin-left: auto;
	text-align: right;
	flex: 0 1 auto;
}
.breakword {
	word-break: break-word;
}
.breakword {
	word-wrap: break-word;
}
.m0 {
	margin: 0 !important;
}
.sfc3 {
	color: #4caf50;
}
.fw9 {
	font-weight: 900;
}
.f16 {
	font-size: 16px;
	line-height: 20px;
}

.css-ldlfan,
[data-css-ldlfan] {
	max-width: 100%;
	min-width: 100px;
	margin-left: auto;
	text-align: right;
	flex: 0 1 auto;
}
.perfact-holiday-section li .fa {
	color: #408ec6;
	font-size: 18px;
	padding-right: 8px;
}

.box1 {
	border-bottom: 1px solid #8080805c;
}
.box-cr {
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 4px;
	min-height: 270px;
}
.perfact-holiday-section ul li {
	font-weight: bold;
}

.pakg-of-wild-lige-box-detals {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 32px 15px 0 25px;
}
.pakg-of-wild-lige-box-detals a {
	text-decoration: none;
}
.pakg-of-wild-lige-box-detals > a h3 {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	text-shadow: -2px 0px 20px rgba(0, 0, 0, 0.75);
	font: 20px/20px "clanotmedium";
	padding-bottom: 5px;
}
.pakg-of-wild-lige-box-detals p {
	font: 11px/15px "open_sansbold";
	color: #fff;
	text-transform: uppercase;
}

.zoom {
	transition: transform 0.2s;

	margin: 0 auto;
}

.zoom:hover {
	-ms-transform: scale(1.5); /* IE 9 */
	-webkit-transform: scale(1.5); /* Safari 3-8 */
	transform: scale(1.5);
}

.cuimg img {
	width: 50px !important;
	height: 50px;
	border-radius: 50px;
}

.placen {
	padding: 10px;
	font-size: 20px;
	font-weight: 600;
}

@media (max-width: 767px) {
	.pakg-of-wild-lige-box-detals {
		padding: 0px 0px 0 7px;
	}
	.placen {
		font-size: 14px;
	}
}
.bannertext {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
}
.sticky-container {
	padding: 0px;
	margin: 0px;
	position: fixed;
	right: -170px;
	top: 100px;
	width: 210px;
	z-index: 1100;
}
.sticky li {
	list-style-type: none;
	background-color: #fff;
	color: #efefef;
	height: 43px;
	padding: 0px;
	margin: 0px 0px 1px 0px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
}
.sticky li:hover {
	margin-left: -115px;
}
.sticky li img {
	float: left;
	margin: 5px 4px;
	margin-right: 5px;
}
.sticky li p {
	padding-top: 5px;
	margin: 0px;
	line-height: 16px;
	font-size: 11px;
}
.sticky li p a {
	text-decoration: none;
	color: #2c3539;
}
.sticky li p a:hover {
	text-decoration: underline;
}

.breadcrumb-bottom-area {
	position: relative;
	overflow: hidden;
	background: #ffffff;
	padding: 18px 0 15px;
	border-top: 1px solid #f4f4f4;
}
.breadcrumb-bottom .left ul li {
	color: #408ec6;
	font-weight: 600;
	display: inline-block;
	margin-right: 6px;
	line-height: 20px;
	font-size: 16px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
}
.breadcrumb-bottom .left ul li a {
	color: #303030;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
	transition: all 500ms ease;
}
.breadcrumb-bottom .left ul li i {
	font-size: 16px;
	color: #ed1c24;
}

.fw6 {
	font-weight: 600;
}

.whatsapp {
	content: "";
	width: 70px;
	height: 70px;
	line-height: 50px;
	position: fixed;
	bottom: 25px;
	left: 1%;
	font-size: 17px;
	z-index: 2;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.whatsapp:before {
	position: absolute;
	z-index: -1;
	content: "";
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(
		ellipse at center,
		rgba(0, 0, 0, 0.25) 0,
		rgba(0, 0, 0, 0) 80%
	);
}
.whatsapp img {
	width: 50px;
}
.vibrate-2 {
	-webkit-animation: vibrate-2 1.5s ease-in-out 0s infinite alternate;
	animation: vibrate-2 1.5s ease-in-out 0s infinite alternate;
	animation-duration: 3s;
}
@-webkit-keyframes vibrate-2 {
	0% {
		bottom: 25px;
	}
	50% {
		bottom: 40px;
	}
	100% {
		bottom: 25px;
	}
}
@keyframes vibrate-2 {
	0% {
		bottom: 25px;
	}
	50% {
		bottom: 40px;
	}
	100% {
		bottom: 25px;
	}
}

.design {
	font-family: "Sofia", sans-serif;
	font-size: 35px;
	text-shadow: 3px 3px 3px #ababab;
	text-align: center;
	margin-top: 64px;
}

.word {
	/* margin: auto; */
	font-size: 55px;
	font-weight: 600;
	margin-top: 0;
	line-height: 40px;
}

.test-shadow {
	color: white;
	text-shadow: 2px 2px 4px #000000;
}

.text-success {
	color: #28a745;
}

#sectionHead {
	display: inline-flex;
	min-width: 160px;
	justify-content: center;
	padding: 0 0 15px;
}
