@import url(//fonts.googleapis.com/css?family=Pacifico);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,300,700);
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
/*------ template stylization ------*/
body {
	background: #6b696c;
}
/*---------------row_s----------------*/
.row_1 {
	padding: 41px 0 65px;
	background: #FFF;
}
.row_2 {
	padding: 65px 0 59px;
	background: #efeff1;
}
.row_3 {
	padding: 38px 0 44px;
	background: #FFF;
}
.row_4 {
	padding: 74px 0 74px;
	background: #efeff1;
}
.row_5 {
	padding: 71px 0 82px;
	background: #ffffff;
}
.row_6 {
	padding: 34px 0 54px;
	background: #ffffff;
}
.row_6 h2 {
	padding-bottom: 41px;
}
.row_7 {
	padding: 26px 0 59px;
	background: #efeff1;
}
.row_7 h2 {
	padding-bottom: 46px;
}
.row_8 {
	padding: 26px 0 53px;
	background: #FFF;
}
.row_8 h2 {
	padding-bottom: 42px;
}
.row_9 {
	padding: 34px 0 84px;
	background: #FFF;
}
.row_9 h2 {
	padding-bottom: 42px;
}
.row_10 {
	padding: 39px 0 40px;
	background: #efeff1;
}
.row_10 h2 {
	padding-bottom: 42px;
}
.row_11 {
	padding: 37px 0 55px;
	background: #FFF;
}
.row_11 h2 {
	padding-bottom: 43px;
}
.row_12 {
	padding: 34px 0 64px;
	background: #FFF;
}
.row_12 h2 {
	padding-bottom: 47px;
}
.row_14 {
	padding: 90px 0 84px;
	background: #FFF;
}
.row_14 h2 {
	padding-bottom: 47px;
}
.row_15 {
	padding: 34px 0 71px;
	background: #FFF;
}
.row_15 h2 {
	padding-bottom: 44px;
}
.row_16 {
	padding: 90px 0 72px;
	background: #FFF;
}
.row_16 h2 {
	padding-bottom: 44px;
}
.row_17 {
	padding: 90px 0 72px;
	background: #FFF;
}
.row_17 h2 {
	padding-bottom: 44px;
}
.padbot1 {
	padding-bottom: 45px !important;
}
.mbot1 {
	margin-bottom: 45px;
}
.mbot2 {
	margin-bottom: 28px;
}
.mbot3 {
	margin-bottom: 35px;
}
.mbot4 {
	margin-bottom: 31px;
}
.mbot5 {
	margin-bottom: 38px;
}
/*----------- Back to top --------------*/
#toTop {
	display: none;
	width: 55px;
	height: 55px;
	overflow: hidden;
	background: url(../img/totop.png) 0 top no-repeat;
	position: fixed;
	margin-right: -690px !important;
	right: 50%;
	bottom: 60px;
	z-index: 999;
}
#toTop:hover {
	background-position: 0 bottom;
}
#toTop:active, #toTop:focus {
	outline: none;
}
/*---------------headings links------------------*/
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #1D1C1C;
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
}
h2 {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: 400;
	color: #43c8e0;
	letter-spacing: -1px;
	margin: 0;
	padding: 50px 0 47px;
}
h2.green {
	color: #a7cd1c;
}
h3 {
	text-transform: uppercase;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #686767;
	margin: 0;
	padding: 0;
	margin-bottom: 17px;
}
h4 {
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color: #686767;
	margin: 0;
	padding: 0;
	margin-bottom: 17px;
}
h5 {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 400 !important;
	color: #FFF;
	margin: 0;
	padding: 0;
	margin-bottom: 38px;
}
.btn1 {
	position: relative;
	border: none;
	border-radius: 3px;
	background: #ff912a;
	box-sizing: border-box;
	z-index: 10;
	line-height: 0;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	padding: 7px 11px;
	color: #FFF;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn1:hover {
	background: #a7cd1c;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn2 {
	margin-top: 10px;
	position: relative;
	border: none;
	border-radius: 0;
	background: #ff912a;
	box-sizing: border-box;
	z-index: 10;
	line-height: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 33px;
	line-height: 36px;
	font-weight: 600;
	padding: 16px 62px 19px;
	color: #FFF;
	float: right;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn2:hover {
	background: #43c8e0;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn3 {
	position: relative;
	border: none;
	border-radius: 3px;
	background: #ff912a;
	box-sizing: border-box;
	z-index: 10;
	line-height: 0;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	padding: 7px 12px;
	color: #FFF;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn3:hover {
	background: #a7cd1c;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/************* header ***************/
header {
	position: relative;
	z-index: 1000;
	text-align: center;
	padding-bottom: 0;
	box-shadow: 0 0 5px 2px #cccdd2;
	background: #e0e0e0 url(../img/patternheader.jpg) center top repeat-x;
}
.bgpages {
	position: relative;
	min-height: 136px;
	background: url(../img/bgpages.jpg) right top no-repeat;
	background-size: cover;
}
/*-------- Logo -------- */
.navbar-brand_ {
	float: left;
	display: block;
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0;
}
.navbar-brand_ img {
	max-width: 100%;
}
.navbar-brand_a:hover {
	text-decoration: none;
}
.rightside {
	position: relative;
	margin-top: 43px;
	float: right;
}
/*-----------------navbar---------------------*/
.menuheader {
	float: right;
	margin-top: 38px;
	margin-right: 0;
}
.tm_navbar {
	position: relative;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	min-height: 20px;
}
.tm_navbar .nav {
	float: none;
	position: relative;
	display: inline-block;
}
.tm_navbar ul {
	position: relative;
	padding: 0;
	margin: 0;
	background: none;
	list-style: none;
}
.tm_navbar .nav li:first-child {
	position: relative;
	zoom: 1;
	padding-left: 0;
	margin-left: 0;
	background: none;
}
.tm_navbar .nav li {
	text-align: center;
	float: left;
	padding: 0;
	padding-left: 14px;
	margin-left: 12px;
	position: relative;
	zoom: 1;
	background: url(../img/linemenu.png) no-repeat 0 bottom;
}
.tm_navbar .nav li a {
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: 400;
	color: #43c8e0;
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	text-shadow: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.tm_navbar .nav > li > a .indicator1 {
	background: url(../img/indicator.png) no-repeat 0 bottom;
	width: 7px;
	height: 5px;
	display: inline-block;
	top: 30px;
	left: 50%;
	margin-left: -4px;
	position: absolute;
	z-index: 5;
}
.tm_navbar .nav li a:hover, .tm_navbar .nav > li.active > a, .tm_navbar .nav > li.active > a:hover {
	color: #a0c90b;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.tm_navbar .nav > .active > a, .tm_navbar .nav > .active > a:hover, .tm_navbar .nav > .active > a:focus {
	color: #a0c90b;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.tm_navbar .nav > li.sfHover.active > a .sf-sub-indicator, .tm_navbar .nav > li.active > a .sf-sub-indicator {
	color: #a0c90b;
	background-position: 0 0;
}
.tm_navbar .nav > li.sfHover > a, .tm_navbar .nav > li.sfHover > a:hover, .tm_navbar .nav > li > a:hover, .tm_navbar .nav > li.active > a, .tm_navbar .nav > li.active > a:hover {
	color: #a0c90b;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*---------submenu1-------------*/
.tm_navbar .nav ul {
	position: absolute;
	display: none;
	top: 58px;
	left: 21px;
	width: 162px;
	padding: 14px 0 11px 18px;
	list-style: none;
	zoom: 1;
	z-index: 14;
	background: #fefdfc url(../img/patternsubmenu.jpg) center top repeat-x;
	margin: 0;
}
.tm_navbar .nav ul li:first-child {
	width: 100%;
	padding: 0;
	display: block;
	position: relative;
	zoom: 1;
	z-index: 10;
	background: transparent;
}
.arrowup {
	position: absolute;
	top: 6px;
	left: 144px;
	z-index: 100;
}
.tm_navbar .nav ul li {
	text-align: left;
	width: 100%;
	padding: 8px 0 0px;
	margin: 0;
	display: block;
	position: relative;
	border: none;
	zoom: 1;
	z-index: 14;
	background: transparent;
}
.tm_navbar .nav ul li a {
	text-transform: none;
	position: relative;
	color: #9c9c9c;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin: 0;
	text-shadow: none;
	border-bottom: none !important;
}
.tm_navbar .nav ul li a:hover {
	color: #43c8e0;
	border-bottom: none !important;
}
.tm_navbar .nav > li > ul li > a:hover, .tm_navbar .nav > li > ul li.sfHover > a {
	text-decoration: none;
	color: #43c8e0;
	border-bottom: none !important;
}
.tm_navbar .nav > li > ul li > a:hover, .tm_navbar .nav > li > ul ul li.sfHover > a {
	text-decoration: none;
	color: #43c8e0;
	border-bottom: none !important;
}
/*-------------------select------------------*/
.select-menu {
	display: none !important;
}
/************** header end **************/
/************** content **************/
/*---------slider---------*/
.camera_pag_ul li {
	border-radius: 500px;
}
/*-------------list1------------*/
.list1 {
	position: relative;
	list-style: none;
	margin-top: 0;
	overflow: hidden;
	z-index: 100;
	padding: 0;
	margin: 0;
}
.color1 {
	background: #a7cd1c;
}
.color2 {
	background: #c799d5;
}
.color3 {
	background: #ff8615;
}
.list1 li {
	margin-bottom: 25px;
}
.list1 li a {
	box-sizing: border-box;
	padding: 26px 15px 42px;
	text-align: center;
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 12px;
}
.list1 li a i {
	position: relative;
	font-size: 60px;
	color: #ffffff;
	margin-bottom: 15px;
	z-index: 1;
}
.list1 li a .title1 {
	position: relative;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #ffffff;
	z-index: 1;
}
.list1 li a p {
	position: relative;
	color: #ffffff;
	margin-bottom: 0;
	z-index: 1;
}
.list1 li a span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #43c8e0;
	z-index: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.list1 li a:hover {
	text-decoration: none;
}
.list1 li a:hover span {
	height: 100%;
	background: #43c8e0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*------------row2---------*/
.title2 {
	text-align: center;
	position: relative;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 60px;
	line-height: 50px;
	font-weight: 300;
	letter-spacing: -1px;
	margin-bottom: 46px;
	color: #ff8615;
}
.title3 {
	width: inherit;
	text-align: center;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 auto;
	color: #1D1C1C;
}
/*-------------row3-------------*/
.list2 {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
	margin-bottom: 20px;
}
.list2 > li {
	width: inherit;
	overflow: hidden;
	position: relative;
	margin: 0;
	margin-bottom: 18px;
}
.list2 > li figure {
	border: 1px solid #ebebee;
	float: left;
	margin-right: 23px;
}
.list2 > li p {
	margin-bottom: 0;
}
.list2 > li h3 {
	margin-bottom: 13px;
}
.list2 > li h3 a {
	color: #686767;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.list2 > li h3 a:hover {
	text-decoration: none;
	color: #43c8e0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*----------box1-----------*/
.box1 {
	margin-top: 20px;
	position: relative;
	display: block;
	overflow: hidden;
}
.box1 figure {
	float: left;
	margin-right: 30px;
	margin-bottom: 14px;
}
.box1 h4 a {
	color: #686767;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.box1 h4 a:hover {
	text-decoration: none;
	color: #a7cd1c;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*------------carusel------------*/
.carusel1 {
	position: relative;
	background: #fefefe url(../img/page1_icon1.png) 62px 64px no-repeat;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 29px 0 41px 0;
	margin-left: 54px;
}
.carusel1:before {
	position: absolute;
	content: "";
	top: 36px;
	left: -28px;
	width: 28px;
	height: 37px;
	background: url(../img/arrowcarusel1.png) 0 0 no-repeat;
}
.title4 {
	text-transform: uppercase;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 48px;
	line-height: 48px;
	font-weight: 400;
	letter-spacing: -1px;
	color: #43c8e0;
	margin-bottom: 33px;
}
.owlcarusel {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 55px 0 100px;
}
#owl-demo .item {
	display: block;
	width: 100%;
	height: auto;
}
#owl-demo .item p {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-style: italic;
	font-weight: 400;
	color: #1D1C1C;
	margin-bottom: 24px;
}
#owl-demo .item span {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-style: normal;
	font-weight: 400;
	color: #43c8e0;
}
/*---navscarules----*/
.prev {
	width: 37px;
	height: 34px;
	text-align: center;
	cursor: pointer;
	position: relative;
	padding: 0;
	box-sizing: border-box;
	background: #ff912a;
	color: #ffffff;
	overflow: hidden;
	display: block;
	float: left;
	padding-top: 7px;
	margin-right: 1px;
	border-radius: 1px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.prev i {
	font-size: 24px;
}
.next {
	width: 37px;
	height: 34px;
	text-align: center;
	cursor: pointer;
	position: relative;
	padding: 0;
	box-sizing: border-box;
	background: #ff912a;
	color: #ffffff;
	overflow: hidden;
	display: block;
	float: left;
	padding-top: 7px;
	border-radius: 1px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.next i {
	font-size: 24px;
}
.next:hover, .prev:hover {
	cursor: pointer;
	color: #ffffff;
	background: #ffc58f;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.customNavigation {
	float: right;
	width: 78px;
	height: 37px;
	position: relative;
	text-align: center;
	overflow: hidden;
	bottom: 29px;
	right: 92px;
	z-index: 200;
	margin: 0;
}
.collist4 .img-circle {
	margin-top: 9px;
}
/*------------row5----------*/
.title2_1 {
	position: relative;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 46px;
	line-height: 46px;
	font-weight: 300;
	margin-bottom: 5px;
	color: #ff8615;
}
.title3_1 {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	margin: 0 auto;
	color: #818181;
}
/*----------------------list3-----------------------*/
.list3 {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
}
.list3 li {
	position: relative;
	margin-bottom: 10px;
	line-height: 16px;
}
.list3 li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-decoration: underline;
	left: 0;
	color: #1D1C1C;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list3 li a:hover {
	text-decoration: none;
	color: #43c8e0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*-----------who-----------*/
.who figure {
	margin-bottom: 37px;
	margin-top: 6px;
}
.who h4 {
	margin-bottom: 28px;
}
/*--------------list4-------------*/
.list4 {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
	margin: 2px 0 13px;
}
.list4 li {
	margin-bottom: 10px;
}
.list4 li p {
	padding: 0 0 0 59px;
	margin-bottom: 21px;
}
.list4 li p span {
	font-family: 'Arial', serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	position: absolute;
	left: 0;
	color: #686767;
}
/*--------------list5-------------*/
.list5 {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
	margin-top: 22px;
	margin-bottom: 23px;
}
.list5 li {
	position: relative;
	margin-bottom: 11px;
}
.list5 li em {
	display: inline-block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	float: left;
	margin-right: 9px;
	margin-top: 7px;
}
.list5 li em img {
	top: 0;
	left: 0;
	width: 8px;
	vertical-align: top;
	height: 8px;
}
.list5 li p {
	overflow: hidden;
	margin-bottom: 0;
}
.list5 li p a {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	left: 0;
	color: #818181;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list5 li p a:hover {
	color: #ff922c;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*--------------list-team-------------*/
.list-team {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
}
.list-team li {
	position: relative;
}
.list-team li figure {
	margin-bottom: 26px;
}
.list-team li figure > a > img {
	border: 1px solid #ebebee;
	width: 100%;
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-team li figure > a:hover > img {
	border: 1px solid #43c8e0;
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-team li > h3 {
	margin-bottom: 18px;
}
.list-team li > h3 a {
	color: #686767;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-team li > h3 a:hover {
	text-decoration: none;
	color: #a7cd1c;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*--------------list6-------------*/
.list6 {
	padding: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
	margin: 0;
}
.list6 li.last {
	border-bottom: none;
}
.list6 li {
	position: relative;
	margin-bottom: 21px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2ece0;
}
.list6 li img {
	top: 5px;
	position: absolute;
}
.list6 li p {
	padding: 0 0 0 32px;
	margin-bottom: 0;
}
.list6 li p span {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	position: absolute;
	left: 0;
	color: #f06d56;
}
/*-----------------------------------------*/
.testimonials {
	overflow: hidden;
}
.testimonials figure {
	float: left;
	margin-top: 5px;
	margin-right: 21px;
}
.testimonials figure img {
	width: 100%;
}
.textinfo2 {
	overflow: hidden;
}
.textinfo2 p {
	margin-bottom: 0;
}
.textinfo2 strong {
	font-family: 'Pacifico', cursive;
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	color: #818181;
	text-align: right;
	display: block;
	margin-top: 17px;
}
.textinfo2 span {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: 400;
	text-align: right;
	color: #818181;
	display: block;
}
/*---------------------list7---------------------*/
.list7 {
	position: relative;
	overflow: hidden;
	list-style: none;
	margin-top: 0;
	z-index: 100;
	margin-left: 0;
	padding: 0;
}
.list7 li {
	overflow: hidden;
	position: relative;
	list-style: none;
}
.list7 li figure {
	float: left;
	position: relative;
	margin-right: 15px;
	margin-top: 4px;
}
.list7 li .list7info {
	overflow: hidden;
}
.list7 li .list7info p {
	margin-bottom: 26px;
}
.list7 li h3 a {
	color: #686767;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list7 li h3 a:hover {
	text-decoration: none;
	color: #43c8e0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*---------------------list8---------------------*/
.list8 {
	position: relative;
	overflow: hidden;
	list-style: none;
	margin-top: 0;
	z-index: 100;
	margin-left: 0;
	padding: 0;
}
.list8 li {
	margin-bottom: 44px;
	overflow: hidden;
	position: relative;
	list-style: none;
}
.list8 li figure {
	float: left;
	position: relative;
	margin-right: 15px;
	margin-top: 4px;
}
.list8 li .list8info {
	overflow: hidden;
}
.list8 li .list8info p {
	margin-bottom: 26px;
}
.list8 li h3 a {
	color: #686767;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list8 li h3 a:hover {
	text-decoration: none;
	color: #a7cd1c;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*------------row_11-------------*/
.colrow11 figure {
	margin-top: 5px;
}
/*-----------gallery---------*/
.box3 figure a {
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.box3 figure a:hover {
	opacity: 0.7;
	background: #000;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.box3 {
	position: relative;
	overflow: hidden;
	padding: 20px;
	display: block;
	background: transparent;
	margin-bottom: 30px;
	z-index: 1;
}
.box3 figure {
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.box3 figure img {
	width: 100%;
}
.box3 span {
	position: absolute;
	height: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0%;
	background: #ff912a;
	z-index: 1;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.box3 em {
	position: absolute;
	height: 0;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: #efeff1;
}
.box4 {
	position: relative;
	z-index: 4;
	box-sizing: border-box;
	padding: 27px 10px 5px;
}
.box4 h4 {
	color: #686767;
	margin-bottom: 13px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.box4 p {
	color: #818181;
	margin-bottom: 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.box3:hover span {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.box3:hover .box4 h4 {
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.box3:hover .box4 p {
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-------- contacts page --------*/
.gmap {
	margin-top: 0;
}
.map {
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}
.map iframe {
	width: 100%;
	height: 766px;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.address h2 {
	padding: 60px 0 40px;
}
address {
	margin: 0;
	margin-bottom: 24px;
}
address strong {
	margin: 0;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color: #686767;
	display: block;
	margin-bottom: 28px;
	margin-top: 4px;
}
address p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #818181;
	margin-bottom: 0;
}
address .info p:first-child {
	margin-bottom: 10px;
}
.info > p span {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #818181;
	width: 93px;
	display: inline-block;
}
.info a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #818181;
	font-weight: normal;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.info a:hover {
	text-decoration: none;
	color: #43c8e0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*------------contact form------------*/
.contact-form .coll-1, .contact-form .coll-2, .contact-form .coll-3 {
	margin-right: 6px;
	margin-bottom: 4px;
	width: 198px;
	display: inline-block;
}
.contact-form .coll-3 {
	margin-right: 0;
}
.coll-message {
	position: relative;
}
#contact-form {
	margin-top: 7px;
	position: relative;
}
#contact-form label {
	position: relative;
	/*!*/
  display: block;
}
#contact-form span {
	display: block;
}
#contact-form ._placeholder {
	width: 100%!important;
	position: absolute;
	/*!*/
  left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #1D1C1C;
	padding: 12px 10px 10px 16px;
	border-radius: 0;
	display: block;
}
#contact-form ._placeholder.focused {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	opacity: .4;
	filter: alpha(opacity=40);
	box-shadow: none;
	padding: 12px 10px 10px 16px;
	width: 100%;
}
#contact-form ._placeholder.hidden {
	display: none;
}
#contact-form input, #contact-form textarea {
	outline: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #818181;
	width: 100%;
	height: 44px;
	border-radius: 0;
	padding: 12px 10px 10px 16px;
	border: 1px solid #efeff1;
	background: #FFF;
}
#contact-form textarea {
	height: 344px;
	resize: none;
	margin: 0 0 21px;
	overflow: hidden;
}
.req {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #818181;
	position: relative;
	display: inline-block;
	margin-left: 30px;
	top: 3px;
}
#contact-form > label {
	margin-bottom: 0;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px/20px Arial;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 3px;
	top: 0;
}
#contact-form .invalid .error-message, #contact-form .empty .empty-message {
	height: 20px;
}
#contact-form .success-message {
	line-height: 22px;
	position: absolute;
	overflow: hidden;
	height: 0;
	left: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
	background: #f0f0f2;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.7s linear;
	transition: all 0.7s linear;
	padding: 0;
}
#contact-form.success .success-message {
	height: 50px;
	padding: 15px 0;
	border: 1px #efeff1 solid;
	background: #FFF;
	-webkit-transition: all 0.7s linear;
	transition: all 0.7s linear;
}
.btns {
	float: left;
	overflow: hidden;
}
/*-----------------privacy page-------------------*/
.terms p {
	margin: 0 0 20px !important;
}
.privacy_page p {
	margin-bottom: 20px !important;
}
.privacy_link {
	color: #818181;
}
.privacy_link:hover {
	text-decoration: navajowhite;
	color: #43c8e0;
}
/*404 page*/
/*404 page*/
.block-404 {
	margin-bottom: 20px;
}
.block-404 figure {
	margin: 0 0 0 0;
}
.block-404 .forminfo h2 {
	padding-top: 27px;
	padding-bottom: 45px;
	line-height: 44px;
}
.block-404 p {
	width: 100%;
	line-height: 20px;
	margin-bottom: 20px;
}
.form-404 {
	width: 100%;
	display: block;
	margin-top: 42px;
	position: relative;
	padding-right: 102px;
}
.form-404 input {
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #818181;
	width: 100%;
	height: 36px;
	border-radius: 0;
	padding: 7px 10px 7px 16px;
	border: 1px solid #efeff1;
	background: #FFF;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	background: transparent;
	float: left;
}
.form-404 input:focus {
	box-shadow: none;
	outline: none;
	border: 1px solid #efeff1;
}
.form-404 a {
	border: none;
	text-shadow: none;
	box-shadow: none;
	position: absolute;
	margin-top: 0 !important;
	padding: 6px 18px;
	right: 0;
	top: 0;
	float: right;
}
.form-404 a img {
	margin-top: 0;
}
/************* content end **************/
/************** footer **************/
.color4 p {
	color: #c9c7c7;
}
footer {
	padding: 0;
}
footer .fleft {
	float: left;
}
footer .fright {
	float: right;
}
.footerrow1 {
	position: relative;
	padding: 69px 0 64px;
}
.footerrow1 .container {
	position: relative;
}
.footercol2 img {
	position: relative;
	margin-top: 2px;
	margin-bottom: 3px;
}
.color1 {
	color: #d9d0d0;
	line-height: 24px;
}
/*---------footerpriv------------*/
.privacyblock {
	position: absolute;
	top: 2px;
	left: 0;
}
.privacyblock img {
	margin-bottom: 3px;
}
p.footerpriv {
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: 600;
	color: #FFF;
}
p.footerpriv span {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: 600;
	color: #FFF;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.privacylink {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: 600;
	color: #FFF;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.privacylink:hover {
	text-decoration: none;
	color: #43c8e0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*------------smalladdress-----------*/
.smalladdress .mainaddress {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #d9d0d0;
	margin-bottom: 0;
	margin-top: 0;
}
.smalladdress p {
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #d9d0d0;
}
.smalladdress p span {
	margin-left: 2px;
}
.smalladdress p .marginfax {
	margin-left: 2px;
}
/*--------------social2----------------*/
.social2 {
	overflow: hidden;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	margin: 0;
	padding-top: 0px;
	margin-bottom: 18px;
	margin-top: 45px;
	z-index: 10;
}
.social2 > li {
	float: left;
	cursor: pointer;
	width: 40px;
	height: 41px;
	overflow: hidden;
	margin: 0;
	margin: 0 7px 7px 0;
}
.social2 > li a {
	width: 40px;
	height: 41px;
	overflow: hidden;
}
.social2 > li a img {
	position: relative;
	top: 0;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.social2 > li a:hover img {
	position: relative;
	top: -41px;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.title5 {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	left: 0;
	color: #1D1C1C;
	padding-left: 0;
	margin-bottom: 10px;
}
.title5 span {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	left: 0;
	color: #1D1C1C;
	padding-left: 38px;
}
.title5 i {
	top: -1px;
	left: 0;
	position: absolute;
	font-size: 24px;
	color: #FFF;
}
.fontsize1 {
	font-size: 20px !important;
}
.title5 a {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.title5 a span {
	color: #c9c7c7;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.title5 a i {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.title5 a:hover {
	color: #43c8e0;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.title5 a:hover span {
	color: #43c8e0;
	padding-left: 38px;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.title5 a:hover i {
	color: #43c8e0;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/************** footer end **************/
/*-------------- media queries -------------------*/
/**********************************************************/
@media (min-width: 1220px) {
.form-404 {
	width: 427px;
	display: block;
	position: relative;
	padding-right: 102px;
}
.block-404 p {
	width: 330px;
}
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	margin-right: 6px;
	width: 250px;
	display: inline-block;
}
.contact-form .coll-3 {
	width: 249px;
	margin-right: 0;
}
.list2 > li {
	width: 90%;
}
.title3 {
	width: 90%;
}
.tm_navbar .nav li {
	padding-left: 24px;
	margin-left: 22px;
}
.tm_navbar .nav li a {
	font-size: 24px;
	line-height: 24px;
}
.container {
	padding: 0;
}
}
/**********************************************************/
@media (min-width: 768px) and (max-width: 991px) {
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	margin-right: 0;
	width: 100%;
	margin-bottom: 10px;
	display: inline-block;
}
.map iframe {
	height: 400px;
}
.textinfo2 {
	overflow: visible;
}
.staffcol {
	margin-bottom: 30px;
}
.privacyblock {
	position: relative;
	margin-top: 40px;
	top: 0;
	left: 0;
}
.customNavigation {
	bottom: 0px;
	right: 42px;
}
.box1 figure {
	float: none;
	margin-right: 0;
	width: 100%;
	margin-bottom: 14px;
}
.box1 figure img {
	width: 100%;
}
.list2 > li figure {
	margin-right: 10px;
}
.tm_navbar .nav li {
	padding-left: 20px;
	margin-left: 20px;
}
.navbar-brand_ {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	margin-left: 0;
	padding-bottom: 20px;
}
.navbar-brand_ img {
	width: 100%;
}
.menuheader {
	min-height: 50px;
	padding-top: 0;
	padding: 0;
	width: 100%;
}
.menuheader {
	float: left;
	margin-top: 0;
	margin-right: 0;
}
}
/**********************************************************/
@media (max-width: 767px) {
#contact-form textarea {
	height: 120px;
}
.map iframe {
	width: 100%;
	height: 250px;
}
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	margin-right: 0;
	margin-bottom: 10px;
	width: 100%;
	display: inline-block;
}
.map iframe {
	height: 250px;
}
.colrow11 {
	margin-bottom: 30px;
}
.colrow11 figure img {
	width: 100%;
}
.list7 li figure {
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}
.list8 li figure {
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}
.staffcol {
	margin-bottom: 30px;
}
.staffcol figure > a > img {
	width: 100%;
}
.who {
	margin-bottom: 30px;
}
.who figure {
	margin-bottom: 10px;
	float: left;
	margin-right: 20px;
}
.privacyblock {
	position: relative;
	margin-top: 40px;
	top: 0;
	left: 0;
}
.btn2 {
	float: none;
	margin-top: 30px;
}
.box1 figure {
	float: left;
	margin-right: 30px;
	margin-bottom: 14px;
}
.carusel1 {
	background: #fefefe url(../img/page1_icon1.png) 18px 103px no-repeat;
	padding-bottom: 60px;
}
.carusel1:before {
	display: none;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background: transparent;
}
.collist4 .img-circle {
	margin-top: 0;
	display: block;
	margin: 0 auto 40px;
}
.carusel1 {
	margin-left: 0;
}
.owlcarusel {
	padding: 0 55px 0 50px;
}
.customNavigation {
	bottom: -10px;
	right: 42px;
}
h2 {
	font-size: 30px;
	line-height: 30px;
}
.infolist2 {
	overflow: hidden;
}
.title2 {
	font-size: 48px;
	line-height: 36px;
}
.navbar-brand_ {
	display: block;
	position: relative;
	padding: 20px 0 0;
	margin: 0;
	margin-left: 0;
}
.navbar-brand_ img {
	width: 100%;
}
.menuheader {
	min-height: 50px;
	padding-top: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
.menuheader {
	float: none;
	margin-top: 0;
	margin-right: 0;
}
.tm_navbar {
	padding: 20px 0;
}
.sf-menu {
	display: none !important;
}
.select-menu {
	display: block !important;
	color: #FFF;
	border: 1px solid #9f9f9f;
	background: #9f9f9f !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 5px;
}
.select-menu option {
	padding: 0;
}
}
/**********************************************************/
@media (max-width: 580px) {
.colrow11 {
	width: 100%;
}
.list7col {
	width: 100%;
	margin-bottom: 40px;
}
.who {
	margin-bottom: 30px;
}
.who figure {
	margin-bottom: 27px;
	float: none;
	width: 100%;
	margin-right: 0;
}
.who figure img {
	width: 100%;
}
.footercol1 {
	width: 100%;
	margin-bottom: 30px;
}
.box1 figure {
	float: none;
	margin-right: 0;
	width: 100%;
	margin-bottom: 14px;
}
.box1 figure img {
	width: 100%;
}
}
/**********************************************************/
@media (max-width: 480px) {
.gallscol {
	width: 100%;
}
.list8col {
	width: 100%;
	margin-bottom: 40px;
}
.textinfo2 {
	overflow: visible;
}
.staffcol {
	width: 100%;
}
.staffcol figure > a > img {
	width: 100%;
}
.btn2 {
	padding: 16px 32px 19px;
	float: none;
	margin-top: 30px;
}
.title4 {
	text-transform: uppercase;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: -1px;
	color: #43c8e0;
	margin-bottom: 33px;
}
.owlcarusel {
	padding: 0 20px;
}
}
/**********************************************************/
@media (max-width: 360px) {
.testimonials figure {
	float: none;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-right: 0;
	width: 100%;
}
.testimonials figure img {
	width: 100%;
}
}
/*Core variables and mixins*/
.img-circle {
	border-radius: 500px;
}
img {
	max-width: 100%;
}
