@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/fonts_opensans_v8.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/fonts_opensans_semibold_v8.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(../fonts/fonts_opensans_extrabold_v8.woff) format('woff');
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #c2c2c2;
}


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: #101010;
}

.thumb-pad {
	padding: 0 !important;
}
.thumbnail {
	line-height: 0 !important;
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
/*--------------- row_s ----------------*/
.row_1 {
	background: #FFF;
	padding: 14px 0 23px;
}
.row_2 {
	padding: 48px 0 2px;
	background: url(../img/bgrow2.jpg) no-repeat;
	background-size: cover;
}
.row_3 {
	background: #FFF;
	padding: 15px 0 23px;
}
.row_3 h2 {
	padding-bottom: 19px;
}
.row_4 {
	background: #FFF;
	padding: 14px 0 27px;
}
.row_5 {
	background: #FFF;
	padding: 14px 0 49px;
}
.row_5 h2 {
	padding: 30px 0 26px;
}
.row_6 {
	background: #FFF;
	padding: 14px 0 68px;
}
.row_6 h2 {
	padding: 30px 0 26px;
}
.row_7 {
	background: #FFF;
	padding: 49px 0 58px;
}
.row_8 {
	background: #FFF;
	padding: 14px 0 50px;
}
.row_8 h2 {
	padding: 30px 0 19px;
}
.row_9 {
	background: #FFF;
	padding: 62px 0 61px;
}
.row_10 {
	background: #FFF;
	padding: 14px 0 68px;
}
.pad1 {
	padding: 26px 0;
}
.padbot1 {
	padding-bottom: 21px;
}
.padbot2 {
	padding-bottom: 19px;
}
.mboto {
	margin-bottom: 0 !important;
}
.mbot1 {
	margin-bottom: 6px !important;
}
/*------------ Back to top --------------*/
#toTop {
	display: none;
	width: 31px;
	height: 19px;
	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;
}
/*------------headeings buttons--------------*/
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #9f9f9f;
	margin: 0;
	padding: 0;
	margin-bottom: 14px;
}
h2 {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #949494;
	margin: 0;
	padding: 30px 0 32px;
}
h3 {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 800;
	color: #393939;
	padding: 0;
	margin: 0;
	margin-bottom: 16px;
}
.btnslogan {
	position: relative;
	border: none;
	border-radius: 0;
	color: #FFF;
	box-sizing: border-box;
	padding: 5px;
	z-index: 10;
	background: url(../img/pattbtn.png);
	border-radius: 5px;
	margin-bottom: 18px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btnslogan strong {
	text-transform: uppercase;
	position: relative;
	display: block;
	font-family: 'Open Sans', serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 800;
	padding: 14px 51px 15px;
	border-radius: 5px;
	margin: 0;
	z-index: 2;
}
.btnslogan strong span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	margin: 0;
	background: #03da72;
	z-index: -1;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btnslogan:hover {
	background: url(../img/pattbtn.png);
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btnslogan:hover strong span {
	padding: 14px 51px 15px;
	border-radius: 5px;
	margin: 0;
	background: #03da72;
	opacity: 0.2;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn1 {
	position: relative;
	border: none;
	color: #FFF;
	box-sizing: border-box;
	z-index: 10;
	text-transform: uppercase;
	font-family: 'Open Sans', serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 800;
	padding: 7px 29px 8px;
	background: #03da72;
	border-radius: 5px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn1:hover {
	background: #b9e7d4;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn2 {
	position: relative;
	border: none;
	color: #FFF;
	box-sizing: border-box;
	z-index: 10;
	text-transform: uppercase;
	font-family: 'Open Sans', serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 800;
	padding: 7px 29px 8px;
	background: #03da72;
	border-radius: 5px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn2:hover {
	background: #b9e7d4;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*********************** header ************************/
header {
	position: relative;
	text-align: center;
	background: url(../img/headerbg.jpg) center top no-repeat;
	background-size: cover;
	padding-bottom: 62px;
}
header #stuck_container {
	box-shadow: 0 1px 25px 0 #8e959d;
}
.pagesheader {
	padding-bottom: 0;
	background-color: #a5acb5;
	background-image: none;
}
.pagesheader #stuck_container {
	box-shadow: none !important;
}
.headertop {
	position: fixed;
}
/*-------- Logo -------- */
.navbar-brand_ {
	display: block;
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0;
}
.navbar-brand_ img {
	max-width: 100%;
}
.navbar-brand_a:hover {
	text-decoration: none;
}
/*-----------------navbar---------------------*/
.menuheader {
	float: right;
	margin-top: 49px;
	margin-right: 0;
	background: url(../img/menupattern.png) repeat;
	border-radius: 5px;
}
.tm_navbar {
	position: relative;
	padding: 10px 12px 6px 31px;
	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;
	background: none;
}
.tm_navbar .nav li {
	text-align: center;
	float: left;
	padding: 0;
	margin: 0 5px;
	position: relative;
	zoom: 1;
}
.tm_navbar .nav li a {
	text-align: center;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 800;
	color: #FFF;
	background: transparent;
	padding: 2px 12px;
	border: none;
	border-radius: 5px;
	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: 27px;
	left: 50%;
	margin-left: -3px;
	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: #FFF;
	background: #03da72;
	-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 {
	background: #03da72;
	-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 {
	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 {
	background: #03da72;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*---------submenu1-------------*/
.tm_navbar .nav ul {
	position: absolute;
	display: none;
	top: 42px;
	left: -25px;
	width: 113px;
	padding: 15px 0 11px;
	list-style: none;
	zoom: 1;
	z-index: 14;
	background: #101010;
	margin: 0;
	border-radius: 5px;
}
.tm_navbar .nav ul li:first-child {
	width: 100%;
	padding: 0;
	margin: 0 0 0 15px;
	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: 3px 0 0px;
	margin: 0 0 0 14px;
	display: block;
	position: relative;
	border: none;
	zoom: 1;
	z-index: 14;
}
.tm_navbar .nav ul li a {
	text-transform: uppercase;
	position: relative;
	color: #FFF;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 800;
	margin: 0;
	text-shadow: none;
	border-bottom: none !important;
	background: transparent !important;
}
.tm_navbar .nav ul li a:hover {
	color: #03da72;
	border-bottom: none !important;
}
.tm_navbar .nav > li > ul li > a:hover, .tm_navbar .nav > li > ul li.sfHover > a {
	color: #FFF;
	text-decoration: underline;
	border-bottom: none !important;
}
.tm_navbar .nav > li > ul li > a:hover, .tm_navbar .nav > li > ul ul li.sfHover > a {
	color: #FFF;
	text-decoration: underline;
	border-bottom: none !important;
}
/*-----------submenu2-----------*/
.tm_navbar .nav ul ul {
	list-style: none;
	padding: 10px 0 12px;
	left: 105px;
	top: -60px;
	width: 113px;
	background: #101010;
	border: none;
	border-radius: 5px;
}
.tm_navbar .nav ul ul li:first-child {
	text-align: left;
	padding: 4px 0 0;
	padding-left: 0;
	position: relative;
	zoom: 1;
	z-index: 11;
	background: transparent;
}
.tm_navbar .nav ul ul li {
	text-align: left;
	padding: 3px 0 0;
	padding-left: 0;
	position: relative;
	zoom: 1;
	z-index: 11;
}
.tm_navbar .nav ul ul li a {
	color: #FFF;
	text-shadow: none;
}
.tm_navbar .nav ul ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
/*-----indicator2-------*/
.tm_navbar .nav ul .indicator2 {
	background: url(../img/indicator2.png) no-repeat 0 0;
	width: 5px;
	height: 7px;
	position: relative;
	display: inline-block;
	top: 0;
	margin-left: 4px;
	left: auto;
	z-index: 5;
}
/*-------------------select------------------*/
.select-menu {
	display: none !important;
}
.slogan {
	text-align: center;
	position: relative;
	display: block;
	margin: 75px 0 0;
	box-sizing: border-box;
}
.slogan .title1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 48px;
	line-height: 48px;
	font-weight: 800;
	color: #FFF;
	margin: 0;
	position: relative;
	padding: 22px 0 27px;
}
hr.slogantop {
	top: 0;
	outline: none;
	border: none;
	height: 12px;
	width: 100%;
	background: url(../img/lineslogan.png) center top repeat-x;
	position: relative;
	margin: 0;
}
hr.sloganbottom {
	top: 0;
	outline: none;
	border: none;
	height: 12px;
	width: 100%;
	background: url(../img/lineslogan.png) center bottom repeat-x;
	position: relative;
	margin: 0;
}
/************************ header end ***********************/
/************************** content **************************/
.title2 {
	margin-bottom: 16px;
}
.title2 strong {
	font-family: 'Open Sans', sans-serif;
	font-size: 48px;
	line-height: 48px;
	font-weight: 800;
	color: #333333;
	display: block;
	padding: 29px 0 17px;
}
.title2 span {
	text-transform: uppercase;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}
.welcome figure {
	margin-bottom: 21px;
}
/*------------ list-advant ------------ */
.list-advant {
	padding: 0;
	margin: 0;
	margin-bottom: 31px;
	padding-bottom: 0;
	list-style: none;
}
.list-advant h3 {
	margin-bottom: 5px;
	margin-top: 6px;
}
.list-advant p {
	margin-bottom: 0;
}
.list-advant .overflow {
	overflow: hidden;
}
.list-advant a {
	color: #393939;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-advant a:hover {
	text-decoration: underline;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-advant li {
	overflow: hidden;
	padding-top: 11px;
}
.list-advant li:first-child {
	padding: 0;
	border: none;
	margin: 0;
}
.badge_ {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: 800;
	color: #FFF;
	width: 73px;
	text-align: center;
	background: #03da72;
	float: left;
	text-shadow: none;
	padding: 13px 0 13px;
	margin-right: 27px;
	margin-top: 0;
	white-space: normal;
	border-radius: 500px;
	border: 5px solid #bcffdf;
	text-transform: uppercase;
}
/*--------------list1-------------*/
.list1 {
	position: relative;
	list-style: none;
	padding: 0;
	z-index: 100;
	overflow: hidden;
}
.list1 li {
	text-align: center;
	overflow: hidden;
	position: relative;
	list-style: none;
	margin-bottom: 30px;
}
.list1 li .box1 {
	overflow: hidden;
	position: relative;
	list-style: none;
	padding: 38px 50px 31px;
	margin-bottom: 0;
	border-radius: 5px;
	background: url(../img/patternbox1.png);
}
.list1 li .box1 h2 {
	text-align: center;
	padding: 0 0 9px;
}
.list1 li .box1 h3 {
	text-align: center;
	margin-bottom: 6px;
}
.list1 li .box1 .btn1 {
	display: inline-block;
	text-align: center;
}
.list1 li .box1 p {
	text-align: left;
	margin-bottom: 12px;
}
.p_bars {
	margin-bottom: 21px;
}
a .progress {
	height: 30px;
	background: #ffffff;
	outline: none;
	border: none;
	box-shadow: none;
	border-radius: 5px;
	margin-bottom: 5px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a .progress .progress-bar {
	background: #737373;
	outline: none;
	border: none;
	box-shadow: none;
	border-radius: 5px;
}
a .progress .progress-bar p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #FFF;
	margin: 0;
	padding: 4px 0 0 20px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:hover .progress {
	background: #bcffdf;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:hover .progress .progress-bar p {
	color: #bcffdf;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*--------------list2-------------*/
.list2 {
	position: relative;
	list-style: none;
	z-index: 100;
	overflow: hidden;
	margin: 13px 0 23px;
}
.list2 li {
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
	list-style: none;
	margin: 0 19px;
}
.list2 li:first-child {
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
	list-style: none;
	margin: 0 20px 0 0;
}
.list2 li.last {
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
	list-style: none;
	margin-left: 28px;
	margin-right: 0;
}
.list2 li a {
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list2 li a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*-----------testimonials2--------------*/
.list-quote2.extra {
	padding-bottom: 34px;
}
.list-quote2 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-quote2 li:first-child {
	background: url(../img/blockquote.png) 0 0 no-repeat;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 0 0 38px;
}
.list-quote2 li {
	background: url(../img/blockquote.png) 0 0 no-repeat;
	margin-top: 17px;
	margin-bottom: 13px;
	padding: 0 0 0 38px;
}
.quote-2 {
	border: medium none;
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.quote-2 p {
	vertical-align: text-top;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #9f9f9f;
	margin-bottom: 0;
}
.quote-2 p img {
	margin-right: 9px;
}
.quote-2 h3 {
	position: relative;
	text-align: right;
	margin-top: 4px;
	margin-right: 31px;
}
.quote-2 a {
	color: #393939;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.quote-2 a:hover {
	text-decoration: none;
	color: #03da72;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*--------- list-members -----------*/
.members {
	padding: 76px 0 31px 0;
}
.list-members {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
.list-members li h3 {
	margin-bottom: 4px;
}
.list-members li {
	float: left;
	overflow: hidden;
	margin-bottom: 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list-members li section {
	padding: 0;
}
.list-members li figure {
	width: 100%;
}
.list-members li figure .box-shadow(none) img {
 width: 100%;
}
.list-members li a {
	margin-bottom: 0;
	color: #393939;
}
.list-members li a:hover {
	color: #03da72;
	text-decoration: none;
}
.list-members li p {
	margin-bottom: 0;
}
.list-members li figure {
	width: 100%;
	margin: 0;
	overflow: hidden;
	margin-bottom: 11px;
}
.list-members li figure img {
	width: 100%;
}
.list-members li > div > div > figure > a {
	position: relative;
	display: block;
	margin: 0;
}
.list-members li > div > div > figure > a > .zoom {
	width: 30px;
	height: 30px;
	margin-top: -250px;
	margin-left: -15px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.list-members li > div > div > figure > a:hover > .zoom {
	margin-top: -15px;
	margin-left: -15px;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.list-members li > div > div > figure > a span {
	position: absolute !important;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: url(../img/patternhover1.png) repeat;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.list-members li > div > div > figure > a:hover span {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/patternhover1.png) repeat;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
/*--------------list3-------------*/
.thumbnail .caption_list3 {
	padding: 14px 0 0 0;
	margin: 0;
	text-align: left;
	background: transparent;
	border: 1px solid #edefed;
	border-top: none;
}
.thumbnail .caption_list3 h3 {
	margin-bottom: 4px;
}
.thumbnail .caption_list3 p {
	margin-bottom: 0;
}
.list3 {
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin-top: -30px;
	z-index: 100;
}
.list3 li {
	overflow: hidden;
	position: relative;
	list-style: none;
	margin-top: 30px;
}
.box2 {
	padding: 30px 30px 26px;
	position: relative;
	box-sizing: border-box;
	background: #e9ebed;
	border-radius: 5px;
}
.list3 li figure {
	width: 100%;
	margin: 0;
	overflow: hidden;
}
.list3 li figure img {
	width: 100%;
}
.list3 li figure > a {
	position: relative;
	display: block;
	margin: 0;
}
.list3 li figure a span {
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	border: 0px solid #ffffff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.list3 li figure a:hover span {
	border: 8px solid #03da72;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.list3 li a {
	color: #393939;
	margin-bottom: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.list3 li p > a:hover {
	text-decoration: none;
	color: #03da72;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.list3 li h3 > a:hover {
	text-decoration: none;
	color: #03da72;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
/*------------------blog--------------------*/
.box_blog {
	padding-bottom: 25px;
	margin-bottom: 30px;
	border-bottom: 3px solid #edeef0;
	position: relative;
/*      overflow: hidden; */
}
.box_blog figure {
	float: left;
	margin: 0 21px 5px 0;
}
.box_blog h3 {
	margin-top: 3px;
	margin-bottom: 5px;
}
.box_blog h3 a {
	color: #393939;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.box_blog h3 a:hover {
	color: #03da72;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.title3 {
	display: block;
	margin-top: 5px;
}
.title3 strong {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: 800;
	color: #03da72;
	margin: 0;
	margin-right: 5px;
}
.title3 span {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: 800;
	color: #03da72;
	margin: 0;
}
.title4 {
	margin-bottom: 20px;
}
.title4 a {
	color: #393939;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.title4 a:hover {
	color: #03da72;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.title5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #393939;
	margin: 0;
}
.title5 a {
	color: #393939;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.title5 a:hover {
	color: #03da72;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.title6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #393939;
	margin: 0 0 20px;
}
.title6 a {
	color: #393939;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.title6 a:hover {
	color: #03da72;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
/*-------- contacts page --------*/
.gmap {
	margin-top: 0;
}
.map {
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	padding: 0 0 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}
.map iframe {
	width: 100%;
	height: 393px;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
address {
	margin: 0;
	margin-bottom: 16px;
}
address strong {
	margin: 0;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 800;
	color: #393939;
	display: block;
	margin-bottom: 5px;
	margin-top: 4px;
}
.address h2 {
	padding-bottom: 16px !important;
}
address p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #9f9f9f;
	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: 24px;
	font-weight: 400;
	color: #9f9f9f;
	width: 93px;
	display: inline-block;
}
.info a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #9f9f9f;
	margin-left: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.info a:hover {
	text-decoration: none;
	color: #03da72;
	-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: 5px;
	margin-bottom: 13px;
	width: 199px;
	display: inline-block;
}
.contact-form .coll-3 {
	margin-right: 0;
}
.coll-message {
	position: relative;
}
#contact-form {
	margin-top: 11px;
	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: 24px;
	font-weight: 400;
	color: #9f9f9f;
	padding: 9px 10px 8px 15px;
	border-radius: 5px;
	display: block;
}
#contact-form ._placeholder.focused {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	font-weight: normal;
	opacity: .4;
	filter: alpha(opacity=40);
	box-shadow: none;
	padding: 9px 10px 8px 15px;
	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: 24px;
	font-weight: 400;
	color: #9f9f9f;
	width: 100%;
	height: 43px;
	border-radius: 5px;
	padding: 9px 10px 8px 15px;
	border: 1px solid #d7d7d7;
	background: transparent;
}
#contact-form textarea {
	height: 100px;
	resize: none;
	margin: 0 0 19px;
	overflow: hidden;
}
.req {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #9f9f9f;
	position: relative;
	display: inline-block;
	margin-left: 18px;
	top: 2px;
}
#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: 5px;
	background: #FFF;
	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;
	color: #bab9b9;
	padding: 15px 0;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	-webkit-transition: all 0.7s linear;
	transition: all 0.7s linear;
}
/*-----------------privacy page-------------------*/
.privacy_page h3 {
	margin: 0 0 4px;
}
.terms p {
	margin: 0 0 24px !important;
}
.mbot4 {
	margin: 24px 0 0 0 !important;
}
.privacy_page p {
	margin-bottom: 15px;
}
.privacy_link {
	color: #9f9f9f;
}
.privacy_link:hover {
	text-decoration: none;
	color: #03da72;
}
/*404 page*/
/*404 page*/
.block-404 .forminfo h2 {
	padding: 21px 0 6px;
}
.block-404 .forminfo h2 strong {
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-size: 48px;
	line-height: 48px;
	font-weight: 800;
	color: #333333;
	display: block;
}
.block-404 .forminfo h2 span {
	text-transform: uppercase !important;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #949494;
	display: block;
	margin-top: 15px;
}
.block-404 p {
	margin-bottom: 10px;
}
.form-404 {
	width: 100%;
	display: block;
	margin: 0;
	position: relative;
	margin-top: 23px;
}
.form-404 input {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #9f9f9f;
	width: 100%;
	height: 32px;
	border-radius: 5px;
	padding: 3px 10px 3px 15px;
	border: 1px solid #d7d7d7;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	float: left;
}
.form-404 input:focus {
	box-shadow: none;
	outline: none;
	border: 1px solid #d7d7d7;
}
.form-404 a {
	position: absolute;
	margin-top: 0 !important;
	width: 29px;
	height: 23px;
	overflow: hidden;
	padding: 0;
	top: 4px;
	right: 7px;
	float: right;
	box-shadow: none;
	outline: none;
	border: none;
}
.form-404 a img {
	position: relative;
	width: 29px;
	height: 46px;
	margin-top: 0;
}
.form-404 a:hover {
	box-shadow: none;
}
.form-404 a:hover img {
	position: relative;
	width: 29px;
	height: 46px;
	margin-top: -23px;
}
/************************** content end **************************/
/************************* footer **************************/
.footerrow0 {
        padding: 20px 0 42px;
        border-bottom: 3px solid #FFF;
}
.footerrow1 {
	padding: 20px 0 42px;
	border-bottom: 3px solid #FFF;
}
.footerrow2 {
	padding: 5px 0;
}
p.footerpriv {
	position: relative;
	overflow: hidden;
	text-transform: normal;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #ffffff;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 17px;
	width: 100%;
}
p.footerpriv a {
	text-transform: normal !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #ffffff;
}
p.footerpriv a:hover {
	text-decoration: none;
	color: #03da72;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
p.footerpriv span {
	text-transform: normal;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #ffffff;
}
p.footerpriv img {
	margin: 0 0px;
}
.privacylink {
	text-transform: normal !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400 !important;
	color: #ffffff !important;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.privacylink:hover {
	text-decoration: none;
	color: #03da72 !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*-----------social--------------*/
.social_icons {
	text-align: center;
	overflow: hidden;
	padding: 0;
	list-style: none;
	position: relative;
	margin: 0;
	margin-top: 33px;
	z-index: 10;
}
.social_icons > li {
	cursor: pointer;
	display: inline-block;
	margin: 0 12px;
	border-radius: 500px;
	overflow: hidden;
}
.social_icons > li a {
	border: 4px solid #FFF;
	border-radius: 500px;
	width: 88px;
	height: 88px;
	display: block;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.social_icons > li a i {
	font-size: 36px;
	margin-top: 21px;
	color: #ffffff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.social_icons > li a:hover {
	background: #FFF;
	border: 4px solid #FFF;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.social_icons > li a:hover i {
	color: #101010;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*------ network banners ----------*/
.newtork_banners {
	text-align: center;
	overflow: hidden;
	padding: 0;
	list-style: none;
	position: relative;
	margin: 0;
	margin-top: 33px;
	z-index: 10;
}
.newtork_banners > li {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	/* border-radius: 500px; */
	overflow: hidden;
}
.newtork_banners > li a {
	/* border: 4px solid #FFF; */
	/* border-radius: 500px; */
	/* width: 88px; */
	/* height: 88px; */
	display: block;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.newtork_banners > li a i {
	font-size: 36px;
	margin-top: 21px;
	color: #ffffff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.newtork_banners > li a:hover {
	background: #FFF;
	/* border: 4px solid #FFF; */
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.newtork_banners > li a:hover i {
	color: #101010;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.adslot_1 { width: 320px; height: 50px; }
.adslot_2 { width: 300px; height: 250px; }

/************************** footer end **************************/
/*----- media queries ------*/
/******************************************************/
@media (min-width: 1220px) {
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	margin-right: 16px;
	width: 243px;
	display: inline-block;
}
.contact-form .coll-3 {
	margin-right: 0;
}
.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%;
	display: inline-block;
}
.menuheader {
	float: right;
	margin-top: 35px;
}
}
/******************************************************/
@media (max-width: 767px) {
.map iframe {
	width: 100%;
	height: 250px;
}
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	margin-right: 0;
	margin-bottom: 15px;
	width: 100%;
	display: inline-block;
}
.box2 {
	padding: 10px;
}
.social_icons > li {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	margin: 0 12px 15px;
}
.newtork_banners > li {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	margin: 0 5px 15px;
}
.list1 li .box1 {
	padding: 10px;
}
.welcome figure {
	width: 100%;
}
.welcome figure img {
	width: 100%;
}
header {
	padding-bottom: 25px;
}
.slogan {
	margin: 25px 0 0;
}
.slogan .title1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	line-height: 38px;
}
.navbar-brand_ {
	display: block;
	position: relative;
	text-align: center;
	padding: 24px 0 20px;
	margin: 0 auto;
	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: 10px;
}
.sf-menu {
	display: none !important;
}
.select-menu {
	display: block !important;
	color: #FFF;
	border: 1px solid #343434;
	background: #101010 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 5px;
}
.select-menu option {
	padding: 0;
}
}
/******************************************************/
@media (max-width: 650px) {
.memberscol {
	width: 50%;
}
}
/******************************************************/
@media (max-width: 550px) {
.box_blog figure {
	width: 100%;
	float: none;
	margin: 0 0 15px 0;
}
.box_blog figure img {
	width: 100%;
}
.collist3 {
	width: 50%;
}
}
/******************************************************/
@media (max-width: 480px) {
p.footerpriv strong {
	display: block;
}
.list2 li,  .list2 li:first-child,  .list2 li.last {
	float: none;
	margin: 0 !important;
}
a .progress .progress-bar p {
	padding: 4px 0 0 4px;
}
}
/******************************************************/
@media (max-width: 420px) {
.collist3 {
	width: 100%;
}
.memberscol {
	width: 100%;
}
}
/*Core variables and mixins*/
img {
	max-width: 100%;
}
