.hm_contactinfo_sec {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	z-index: 0;
	/*	min-height: 296px;*/
	margin: -48px 0 0 0
}

.hm_contactinfo_sec .hm_contactbgimg {
	width: 100%;
	position: absolute;
	z-index: -1;
	min-height: 296px;
}

.hm_contactinfo_sec .hm_contactbgimg img {
	min-height: 296px;
}

.hm_contactinfo_sec .widewrap {
	max-width: 1320px;
	padding: 95px 0 40px;
	/*position: absolute;
z-index: 0;
left: 50%;
top: 0;
margin: 89px 0 0 -660px;*/
}

.hm_contactinfo_sec .widewrap:before {
	position: absolute;
	z-index: 0;
	content: '';
	background: url('../images/home-location-icon.png')no-repeat 0 0;
	width: 69px;
	height: 69px;
	left: 50%;
	top: 50%;
	margin: 0 0 0 -35px;
}

.hm_contactinfo_sec .widewrap .addresbox {
	width: 50%;
	float: left;
	text-align: center
}

.hm_contactinfo_sec .widewrap .addresbox p {
	text-align: center;
	padding: 0 170px;
	font-size: 16px;
	color: #505050;
	margin: 0 0 15px 0
}

.hm_contactinfo_sec .widewrap .addresbox .sectiontitle {
	color: #363636;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 15px;
	line-height: 100%;
	/* font-family: 'Lora'; */
	font-family: "Funnel Display", sans-serif;
	font-style: normal;
}

.hm_contactinfo_sec .widewrap .addresbox .sectiontitle:before,
.hm_contactinfo_sec .widewrap .addresbox .sectiontitle:after {
	display: none
}

/*service section home*/
.home_service_sec {
	width: 100%;
	clear: both;
	float: left
}

.home_serv_left {
	width: calc(100% - 755px);
	float: left;
	text-align: center;
}

.home_serv_left .sectiontitle {
	font-size: 30px;
	font-weight: bold;
	color: #F80000;
	/* font-family: 'Lora'; */
	font-family: "Funnel Display", sans-serif;
	font-style: normal;
	text-transform: uppercase;
	display: inline-block;
	margin: 70px auto 0;
	width: 300px;
	position: relative;
	z-index: 0
}

.sectiontitle:before {
	position: absolute;
	content: "";
	background: url(../images/header-badge.png) no-repeat 0 0;
	left: 0;
	width: 18px;
	height: 77px;
	top: 0;
	z-index: -1
}

.sectiontitle:after {
	position: absolute;
	content: "";
	background: url(../images/header-badge.png) no-repeat 0 0;
	right: 0;
	width: 18px;
	height: 77px;
	top: 0;
	z-index: -1;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.home_serv_left .sectiontitle span {
	display: block;
	font-size: 18px;
	color: #393939;
	/* font-family: 'Hind'; */
	font-family: "Funnel Display", sans-serif;
	font-weight: 500
}


.home_serv_right {
	float: right;
	width: 755px;
	min-height: 794px;
	position: relative;
	z-index: 0;
}

.home_serv_container {
	width: 100%;
	clear: both;
	float: left;
	display: block;
	text-align: center;
	margin: 76px 0 28px;
}

.home_serv_box {
	display: inline-block;
	width: 30%;
	margin: 0 0 80px 0;
}

.home_serv_box span {
	font-size: 24px;
	font-weight: bold;
	/* font-family: 'Lora'; */
	font-family: "Funnel Display", sans-serif;
	font-style: normal;
	color: #000000;
	margin: 1px 0 0 0;
	display: block;
}

.home_serv_box .service-item-img {
	max-width: 160px;
	max-height: 160px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid rgba(207, 207, 207, 1);
	/*	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);*/
	transition: color .15s ease-in-out,
		background-color .15s ease-in-out,
		border-color .15s ease-in-out,
		box-shadow .15s ease-in-out;
	padding: 7px;
}

.home_serv_box:hover .service-item-img,
.elsternwickslider a:hover .circle-thumb,
.carnegieslider a:hover .circle-thumb {
	border-width: 1px;
	border-color: #ff0000;
	box-shadow: 0px 10px 7px rgba(0, 0, 0, 0.38);

}

.home_serv_box .service-item-img img {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border-radius: 100%;
}



/*why choose section styles */
.whychooseus_sec {
	background: #F2F2F2;
	width: 100%;
	clear: both;
	padding: 74px 90px 40px;
	text-align: center;
}

.whychooseus_sec .sectiontitle {
	font-size: 30px;
	font-weight: bold;
	color: #F80000;
	/* font-family: 'Lora'; */
	font-family: "Funnel Display", sans-serif;
	font-style: normal;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 auto 98px;
	width: 550px;
	position: relative;
	z-index: 0;
}

.whychooseus_sec .sectiontitle span {
	display: block;
	font-size: 18px;
	color: #393939;
	/* font-family: 'Hind'; */
	font-family: "Funnel Display", sans-serif;
	font-weight: 500
}


.whychoose_left {
	width: 620px;
	float: left;
}

.whychoose_left img {
	width: 100%
}

.whychoose_right {
	width: calc(100% - 692px);
	float: right;
	padding: 8px 0 0 0;
}

.whychoose_right ul {
	width: 100%;
	float: left;
	-ms-box-orient: horizontal;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.whychoose_right ul li {
	width: 33.33%;
	text-align: left;
	float: left;
	background: url('../images/eyeimg.png')no-repeat 0 0;
	padding: 0 0 0 50px;
	margin: 0 0 73px 0;
	font-size: 20px;
	font-weight: 300;
	color: #4A4A4A;
	background-position: top 5px left;
}


/* home team styles */
.home_team_sec {
	width: 100%;
	float: left;
	clear: both;
	padding: 60px 60px 89px;
	position: relative;
	z-index: 0;
	text-align: center
}

.home_team_sec .sectiontitle {
	font-size: 30px;
	font-weight: bold;
	color: #F80000;
	/* font-family: 'Lora'; */
	font-family: "Funnel Display", sans-serif;
	font-style: normal;
	text-transform: uppercase;
	display: inline-block;
	margin: 8px auto 70px;
	width: 300px;
	position: relative;
	z-index: 0;
}

.home_team_sec .sectiontitle span {
	display: block;
	font-size: 18px;
	color: #393939;
	/* font-family: 'Hind'; */
	font-family: "Funnel Display", sans-serif;
	font-weight: 500
}

.home_team_sec .halfc-icon {
	bottom: inherit;
	top: -42px
}

.teamslider {
	text-align: center;
	width: 48%;
	padding: 0;
	position: relative;
	z-index: 0
}

.teamslider .regular.slider {
	overflow: hidden;
	margin: 65px 0 0 0;
}

.teamslider:after {
	content: '';
	position: absolute;
	z-index: 0;
	width: 1px;
	height: 100%;
	right: -4%;
	top: 0;
	background: #EAEAEA
}

.teamslider.noborder:after {
	display: none
}


.teamslider .semititle {
	color: #363636;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 15px;
	line-height: 100%;
	/* font-family: 'Lora'; */
	font-family: "Funnel Display", sans-serif;
	font-style: normal;
}

.teamslider p {
	text-align: center;
	padding: 0;
	font-size: 18px;
	color: #505050;
	margin: 0 0 15px 0;
}

.carnegieslider a {
	display: inline-block;
	width: 33.33%;
	float: left;
	margin-bottom: 80px;
}

.carnegieslider a .circle-thumb {
	width: 160px;
	height: 160px;
	border-radius: 100%;
	margin-bottom: 18px;
	padding: 10px;
	border: 1px solid #cfcfcf;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.carnegieslider a .team-name {
	font-size: 22px;
	color: #000;
}

.carnegieslider span {
	color: #828282;
	display: block;
	font-size: 16px;
	font-weight: normal;
	padding: 0 10px;
	line-height: 1.4;
}



.elsternwickslider a {
	display: inline-block;
	width: 33.33%;
	float: left;
	margin-bottom: 80px;
}

.elsternwickslider a .circle-thumb {
	width: 160px;
	height: 160px;
	border-radius: 100%;
	margin-bottom: 18px;
	padding: 10px;
	border: 1px solid #cfcfcf;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.elsternwickslider a .team-name {
	font-size: 24px;
	color: #000;
}

.elsternwickslider span {
	color: #828282;
	display: block;
	padding: 0 10px;
	line-height: 1.4;
}

.teamslider .slick-arrow {
	top: 40% !important;
	position: absolute;
	z-index: 0;
	width: 42px;
	border: 0px solid red;
	background-color: transparent;
	height: 33px;
	font-size: 0 !important;
}

.teamslider .slick-prev.slick-arrow {
	left: 0%;
	background: url(../images/arrow-left.png)no-repeat 0 0;
	z-index: 1;
}

.teamslider .slick-next.slick-arrow {
	right: 0%;
	background: url('../images/arrow-right.png')no-repeat 0 0
}

.teamslider a.btn-book,
.teamslider a.btn-dark {
	margin: 0 10px 10px
}

/*welcome section */
.welcome_section {
	width: 100%;
	float: left;
	clear: both
}

.welcome_section .wid50 {
	width: 50%;
	float: left;
	position: relative;
	z-index: 0;
	min-height: 692px
}

.welcome_section .wid50 .wel_left_img {
	position: absolute;
	z-index: 0
}

.welcome_section .wid50 .wel_right_img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0
}

.welcome_section .wid50 img {
	width: 100%;
}

.welcome_section .welcome_right {
	padding: 140px 90px 120px 115px;
}

.whitebox {
	position: absolute;
	z-index: 0;
	background: #fff;
	width: 465px;
	height: 435px;
	right: 0;
	top: 140px;
	padding: 55px 25px 30px 40px
}

.whitebox:after {
	content: '';
	position: absolute;
	z-index: 0;
	background: url('../images/white-box-ested-badge.png')no-repeat 0 0;
	width: 78px;
	height: 78px;
	top: 55%;
	right: 30px
}

.whitebox img {
	max-width: 309px;
	float: left;
	width: 100%
}

.whitebox ul {
	width: 100%;
	clear: both;
	float: left;
	margin: 50px 0 20px 30px;
	padding: 0 120px 0 0
}

.whitebox ul li {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #464646;
	font-weight: normal;
	line-height: 25px;
	padding: 00;
	list-style: disc;
	margin: 0 0 20px 0
}

.welcome_section .cutomescroll {
	max-height: 410px;
}

.welcome_section .cutomescroll .welcome_title {
	font-size: 30px;
	font-weight: bold;
	/* font-family: 'Lora'; */
	font-family: "Funnel Display", sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 20px 0
}

.welcome_section .cutomescroll p {
	font-size: 18px;
	font-weight: normal;
	/* font-family: 'Hind'; */
	font-family: "Funnel Display", sans-serif;
	color: #fff;
	margin: 0 0 20px
}


/*brand slider section */
section.brand_sec {
	width: 100%;
	float: left;
	clear: both;
	padding: 67px 0;
	text-align: center;
}

section.brand_sec .sectiontitle {
	font-size: 30px;
	font-weight: bold;
	color: #F80000;
	/* font-family: 'Lora'; */
	font-family: "Funnel Display", sans-serif;
	font-style: normal;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 auto 70px;
	width: 333px;
	position: relative;
	z-index: 0;
}

section.brand_sec .sectiontitle span {
	display: block;
	font-size: 18px;
	color: #393939;
	/* font-family: 'Hind'; */
	font-family: "Funnel Display", sans-serif;
	font-weight: 500
}

section.brand_sec .logobox {
	display: inline-block
}

.brandslider {
	text-align: center;
	max-width: 1064px;
	margin: 0 auto;
	width: 96%;
	overflow: hidden;
	position: relative;
}

.brandslider .slick-track {
	width: 100%;
	margin: 0
}

.brandslider .slick-track .brandslide_box {
	width: 25%;
	margin: 0;
	float: left;
}

.brandslider .slick-track .brandslide_box .logobox img {
	max-width: 220px;
	width: 100%;
	margin: 0 0 45px;
}


.brandslider .slick-arrow {
	top: 40% !important;
	position: absolute;
	z-index: 0;
	width: 42px;
	border: 0px solid red;
	background-color: transparent;
	height: 33px;
	font-size: 0 !important;
	display: none !important
}

.brandslider .slick-prev.slick-arrow {
	left: 0%;
	background: url(../images/arrow-left.png)no-repeat 0 0;
	z-index: 1;
}

.brandslider .slick-next.slick-arrow {
	right: 0%;
	background: url('../images/arrow-right.png')no-repeat 0 0
}

.offer_section {
	width: 100%;
	clear: both;
	position: relative;
	z-index: 0;
	min-height: 509px;
}

.offerbg_img {
	position: absolute;
	z-index: 0;
	width: 100%;
	top: 0;
	left: 0;
	min-height: 509px;
}

.offerbg_img img {
	position: absolute;
	height: 509px;
	z-index: 0;
	transform: translate(0, 0);
	top: 0;
	left: 0;
	min-width: 1920px;
}


.offercontentbox {
	width: 630px;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	z-index: 1;
	border-radius: 500px;
	left: 230px;
	top: 50px;
	text-align: center;
	box-shadow: 0 6px 5px rgba(0, 0, 0, 0.08);
	padding: 30px;
}

.offercontentbox:after {
	content: '';
	position: absolute;
	z-index: -2;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 2px solid #fff;
	border-radius: 500px;
	top: 10px;
	left: 10px
}

.offercontentbox hr {
	max-width: 188px;
	height: 3px;
	border: 1px solid rgba(0, 0, 0, 0.26);
	border-left: 0px solid red;
	border-right: 0px solid red;
	clear: both;
	margin: 30px auto 20px;
}

.offertitle {
	/* font-family: 'Lora'; */
	font-family: "Funnel Display", sans-serif;
	font-size: 34px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	line-height: 40px;
	text-align: center;
	padding: 0 100px;
	margin: 10px 0 20px;
}

.offermaintext {
	/* font-family: 'Lora'; */
	font-family: "Funnel Display", sans-serif;
	font-size: 54px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
	line-height: 100%;
	text-align: center;
	padding: 0;
	position: relative;
	z-index: 0;
	margin: 0;
}

.brandnametext {
	width: 100%;
	clear: both;
	margin: 34px 0 30px;
}

.brandnametext span {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	/* font-family: 'Lora'; */
	font-family: "Funnel Display", sans-serif;
	text-transform: uppercase;
	color: #000;
	margin: 0 15px 0px;
	position: relative;
	z-index: 0
}

.brandnametext span:after {
	position: absolute;
	z-index: 0;
	width: 5px;
	height: 5px;
	background: #000;
	border-radius: 50%;
	top: 14px;
	right: -20px;
	content: '';
}

.brandnametext span:last-child:after {
	display: none
}


.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff !important;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(255, 255, 255, 0.3);
}

.visible-in-mobile {
	display: none
}

section.welcome_section,
section.offer_section {
	overflow: hidden
}

.welcome_section .cutomescroll ul li,
.welcome_section .cutomescroll ol li {
	font-size: 18px;
	font-weight: normal;
	/* font-family: 'Hind'; */
	font-family: "Funnel Display", sans-serif;
	color: #fff;
	margin: 0 0 20px;
}