

/* Theme Name: Kubota,
Author: Niyati Technologies
*/

@font-face {
	font-family: 'ProximaNova-Regular';
	src: url('../../assets/fonts/ProximaNova-Regular.eot');
	src: url('../../assets/fonts/ProximaNova-Regular.woff2') format('woff2'), url('../../assets/fonts/ProximaNova-Regular.woff') format('woff'), url('../../assets/fonts/ProximaNova-Regular.ttf') format('truetype'), url('../../assets/fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg'), url('../../assets/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNova-Bold';
	src: url('../../assets/fonts/ProximaNova-Bold.eot');
	src: url('../../assets/fonts/ProximaNova-Bold.woff2') format('woff2'), url('../../assets/fonts/ProximaNova-Bold.woff') format('woff'), url('../../assets/fonts/ProximaNova-Bold.ttf') format('truetype'), url('../../assets/fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg'), url('../../assets/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNova-Light';
	src: url('../../assets/fonts/ProximaNova-Light.eot');
	src: url('../../assets/fonts/ProximaNova-Light.woff2') format('woff2'), url('../../assets/fonts/ProximaNova-Light.woff') format('woff'), url('../../assets/fonts/ProximaNova-Light.ttf') format('truetype'), url('../../assets/fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg'), url('../../assets/fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
.foote {
	background: #dbe0e7;
	clear: both;
	width: 100%;
	max-height: 30px !important;
	/* min-height: 50px !important; */
}
.foote .copyright {
	text-align: left;
	padding: 10px 0;
	color: #324259;
	font-size: 13px
}
.foote .copyright a {
	color: #324259;
	text-decoration: none
}
body {
	font-family: 'ProximaNova-Regular';
	padding: 0px;
	color: #414040;
	font-size: 15px;
	margin: 0px;
}
.custom-tooltip {
    position: absolute;
    text-align: left;
    width: 125px;
    height: 35px;
    padding: 5px;
    font: 12px sans-serif;
    background: #ddd;
    border: 0px;
    border-radius: 8px;
  }
#totalcontent a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#totalcontent a, a:hover, a:focus {
	outline: none;
	color: #676767;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
#totalcontent h1, h2, h3, h4, h5 {
	font-family: 'ProximaNova-Bold';
	padding: 0;
	margin: 0;
}
#totalcontent input, select, textarea {
	outline: none; /* color:#313131; background:none; */
	resize: none;
	transition: all 0.3s ease 0s;
}
#totalcontent input[type="submit"], input[type="reset"] {
	font-family: 'ProximaNova-Bold';
}
#totalcontent button {
	outline: none;
}
#totalcontent a:hover, a:focus, a:active, select:focus {
	outline: none
}
#totalcontent select::-ms-expand {
display: none;
}
#totalcontent select {
	width: 100%; /* border:0; */
}
#totalcontent .container {
	width: 1480px;
}
#totalcontent .text_box {
	padding: 7px 10px 7px 10px;
	background-color: #fafafa;
	border-radius: 2px;
	border: 1px solid #999;
	width: 100%;
	margin-top: 15px;
}
#totalcontent .text_area {
	padding: 10px;
	background-color: #fafafa;
	border-radius: 2px;
	border: 1px solid #999;
	width: 100%;
	margin-top: 15px;
}
#totalcontent .sel_box {
	padding: 7px 20px 7px 10px;
	/*background: #f5f5f5 url('../../assets/images/select_arr-grey.png') no-repeat scroll 95% center;*/
	appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	border: 1px solid #999;
	border-radius: 2px;
	height: 37px;
}
#totalcontent .srchbx {
	font-family: 'ProximaNova-Regular';
	color: #313131;
	border: 1px solid #999;
	background: #f5f5f5 url('../../assets/images/search-submit.png') no-repeat scroll 98% center;
	width: 100%;
	border-radius: 2px;
	padding: 7px 30px 7px 12px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
#totalcontent .text_box:focus, .sel_box:focus, .text_area:focus, .srchbx:focus {
	border: 1px solid #555;
	transition: all 0.3s ease 0s;
}
#totalcontent .btns {
	border: 1px solid #238080;
	border-radius: 2px;
	color: #fff;
	font-size: 13px;
	padding: 7px 20px;
	text-align: center;
	text-transform: uppercase;
	background: #238080;
	text-decoration: none;
	display: inline-block;
	font-family: 'ProximaNova-Regular';
}
#totalcontent .btns:hover {
	background: #003636;
	color: #fff;
}
#totalcontent .btns_reset {
	border: 1px solid #238080;
	border-radius: 2px;
	color: #238080;
	font-size: 13px;
	padding: 7px 20px;
	text-align: center;
	text-transform: uppercase;
	background: #fff;
	text-decoration: none;
	display: inline-block;
	font-family: 'ProximaNova-Regular';
	margin-right: 5px;
}
#totalcontent .btns_reset:hover {
	background: #003636;
	color: #fff;
}
#totalcontent .navbar-static-top {
	position: fixed;
	background-color: #ffffff;
	min-height: 75px;
	border-bottom: #d1d1d1 2px solid;	
    z-index: 10000;
    width: 100%;
    top: 0px;	
}
#totalcontent .logo {
	padding: 12px 0;
}
#totalcontent .logo img {
	padding-right: 15px;
}
#totalcontent .beta {
	background: #e1e0e0;
	color: #313131;
	position: absolute;
	top: 12px;
	left: 275px;
	padding: 0px 3px;
	font-size: 13px;
	border-radius: 3px;
	line-height: 16px;
	font-family: 'ProximaNova-Bold';
}
#totalcontent .navbar-collapse {
	border-top: 0;
	padding-top: 25px;
}

#totalcontent .navbar-nav li {
	padding: 0 0px;
}
#totalcontent .navbar-nav li {
	padding: 0 0px;
	border-left: 0px solid #ababab;
	font-size: 15px;
	font-weight: normal
}
#totalcontent .navbar-nav li a {
	color: #000000; /* text-transform: uppercase; */
	font-family: 'ProximaNova-Bold';
}

#totalcontent .navbar-nav li a:hover {
	background: #177e85; 
	color: #fff;
	/*background: #177e85;*/
	color: #fff;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#totalcontent .navbar-nav li a.active { 
  
	background: white !important;
	color: #000;   
    padding-top: 10px;
    border-bottom: 1px #0099cc solid;
	padding-bottom: 10px;
	border-radius: 0px !important;
	
}

#totalcontent .navbar-nav li a.active::after { 
	content:"" !important;
 }

 #totalcontent .navbar-nav li:last-child {
	margin-left: 10px;
	margin-right: 10px
}
/* .navbar-nav li:last-child a { border:2px solid #35a99d; border-radius: 5px; color: #35a99d; padding:6px 15px; } */
#totalcontent .navbar-nav li:last-child a {
	color: #35a99d;
}
#totalcontent .navbar-nav li:last-child a:hover {
	color: #fff;
}
#totalcontent .navbar-toggle {
	/* background: #0a0a0a; */
	border: 1px solid #177e85;
}
#totalcontent .navbar-toggle .icon-bar {
	background: #177e85;
}
#totalcontent .homebanner {
	background: rgba(0, 0, 0, 0) url("../../assets/images/home-band.jpg") no-repeat scroll center center / cover;
	height: 633px;
	position: relative;
}
#totalcontent .homebanner_text {
	color: #fff;
	font-size: 20px;
	padding: 120px 7px 10px 15px;
	text-align: right;
	width:500px;
}
#totalcontent .homebanner_text h3 {
	font-size: 45px;
	color: #fff;
	font-family: 'ProximaNova-Bold';
	margin-bottom: 20px;
}
#totalcontent .homebanner_text .btnrow {
	padding: 30px 0px 0px 0px;
	text-transform: uppercase;
}
#totalcontent .homebanner_text a.get_btn {
	display: inline-block;
	padding: 7px 15px;
	background: #35a99c;
	text-align: center;
	border: 2px solid #35a99c;
	border-radius: 5px;
	font-size: 14px;
	font-family: 'ProximaNova-Bold';
	color: #fff;
	-moz-box-shadow: 1px 2px 5px rgba(0, 0, 0,0.4);
	-webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, .4);
	box-shadow: 1px 2px 5px rgba(0, 0, 0, .4);
}
#totalcontent .homebanner_text a.get_btn:hover {
	background: #fff;
	color: #35a99c;
}
#totalcontent .homebanner_text a.get_btn.demo_btn {	
	padding: 8px 21px;
	background: rgb(0,153,204);		
	border: none;
	font-size: 16px;	
}
#totalcontent .homebanner_text a.view_btn {
	display: inline-block;
	padding: 7px 15px;
	background: transparent;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 5px;
	font-size: 14px;
	font-family: 'ProximaNova-Bold';
	color: #fff;
}
#totalcontent .homebanner_text a.view_btn:hover {
	background: #fff;
	color: #2d597e;
}
#totalcontent .homebanner_text a.view_btn .vicon {
	display: inline-block;
	background: #fff;
	border-radius: 5px;
	padding: 0px 8px;
	margin-left: 10px;
}
#totalcontent .homebanner_text a.view_btn .vicon span {
	color: #2b5a7a;
	font-size: 10px;
}
#totalcontent .homebanner_text a.view_btn:hover .vicon {
	background: #2b5a7a;
	color: #fff;
}
#totalcontent .homebanner_text a.view_btn:hover .vicon span {
	color: #fff;
	font-size: 10px;
}
#totalcontent .sidebar {
	background: #35a99c;
	position: fixed;
	right: 0;
	top: 220px;
	width: 50px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border: 1px solid #9ad4ce;
	border-right: 0;
	z-index:99;
}
#totalcontent .sidebar .icons {
	width: 100%;
	padding: 10px;
	text-align: center;
	margin-top: 0px;
}
#totalcontent .sidebar .icons a {
	border: 0px solid transparent;
	display: inline-block;
}
#totalcontent .sidebar .icons a:hover {
	border: 0px solid #fff;
}
#totalcontent .sidebar .icons img {
	-webkit-transition: all .8s ease-in-out;
}
#totalcontent .sidebar .icons img:hover {
	-webkit-transform: scale(1.15);
	opacity: 0.6;
	-webkit-filter: invert(1);
	filter: invert(1);
}
#totalcontent .homerow1 {
	background: #30a99b;
	padding: 30px 0px 50px 0px;
}
#totalcontent .homerow1 .column {
	background: #30a99b;
	/*width: 16.3%;*/ /* float: left; */
	width: 13.9%;
	display: inline-block;
	color: #ffffff;
	text-align: center;
}
#totalcontent .homerow1 .column figure {
	border-radius: 50%;
	width: 70px;
	height: 70px;
	border: 1px solid #acd043;
	margin: 20px auto;
	-webkit-transition: all .8s ease-in-out;
}
#totalcontent .homerow1 .column figure img {
	text-align: center;
	border-radius: 50%;
	width: 50px;
	margin: 10px;
	-webkit-transition: all .8s ease-in-out;
}
#totalcontent .homerow1 .column figure:hover { /* filter: none; -webkit-filter: grayscale(0.9); */
	-webkit-transform: scale(1.12);
	border: 1px solid #fff;
}
#totalcontent .homerow1 .column figure:hover img {
	-webkit-filter: invert(1);
	filter: invert(1);
	opacity: 0.7;
}
#totalcontent .homerow1 .column .txt {
	/*font-size: 20px;*/
	font-size:18px;
	text-transform: uppercase;
}
#totalcontent .homerow1 .column .txt span {
	display: block;
	/*font-size: 30px;*/
	font-size: 25px;
	/*padding-bottom: 5px;*/
	padding-bottom: 3px;
}
#totalcontent .homerow1 .column:nth-child(1n) {
	animation-delay: 1s; /* animation-iteration-count:infinite ; animation-duration:2.5s; animation-direction: alternate */
}
#totalcontent .homerow1 .column:nth-child(2n) {
	animation-delay: 1.5s;
}
#totalcontent .homerow1 .column:nth-child(3n) {
	animation-delay: 2s;
}
#totalcontent .homerow1 .column:nth-child(4n) {
	animation-delay: 2.5s;
}
#totalcontent .homerow1 .column:nth-child(5n) {
	animation-delay: 3s;
}
#totalcontent .homerow1 .column:nth-child(6n) {
	animation-delay: 3.5s;
}
#totalcontent .homerow2 {
	background: #000000;
	padding: 50px 0px;
	min-height: 100px;
}
#totalcontent .homerow2 .gobiom_benefits {
	color: #999999;
	font-size: 18px;
	margin-top: 50px;
}
#totalcontent .homerow2 .gobiom_benefits h3 {
	font-size: 30px;
	color: #fff;
	padding-bottom: 20px;
}
#totalcontent .homerow2 .gobiom_benefits span {
	color: #0099cd;
	font-weight: bold;
}
#totalcontent .homerow2 .chart_section {
	padding: 50px 0px 20px 20px;
	color: #999999;
	text-align: center;
}
#totalcontent .homerow3 {
	background: #fff;
	background: rgba(255,255,255,100) url("../../assets/images/bg-tile1.png") repeat left top;
	padding: 50px 0px;
	min-height: 100px;
}
#totalcontent .homerow3 h3 {
	font-size: 30px;
	color: #000000;
	padding-bottom: 20px;
	text-align: center;
}
#totalcontent .homerow3 .biomakerdata {
	font-size: 18px;
	margin-top: 100px;
	text-align: center;
}
#totalcontent .homerow3 .biomakerdata span {
	color: #0099cd;
	font-weight: bold;
}
#totalcontent .process-step .btn:focus {
	outline: none
}
#totalcontent .process {
	display: table;
	width: 100%;
	position: relative
}
#totalcontent .process-row {
	display: table-row
}
#totalcontent .process-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important
}
#totalcontent .process-row:before {
	top: 12px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 3px;
	background-color: #ccc;
	z-order: 0
}
#totalcontent .process-step {
	display: table-cell;
	text-align: center;
	position: relative
}
#totalcontent .process-step p {
	margin-top: 4px;
}
#totalcontent .btn-circle {
	width: 24px;
	height: 24px;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
}

#totalcontent .homerow3 .biomakerdata .process-step .btn-default {
	background: url("../../assets/images/process-step-off.png") no-repeat center;
	border-color: transparent;
}
#totalcontent .homerow3 .biomakerdata .process-step .btn-info {
	/*background: #35a99c;*/
	background: rgba(53,169,156,156) url("../../assets/images/step-active.png") repeat center top;
}
#totalcontent .homerow3 .biomakerdata .process-step p {
	margin: 0 auto;
	width: 130px;
	margin-top: -110px;
	text-transform: uppercase;
	line-height: 20px;
	padding: 10px;
	border-radius: 5px;
	font-size: 15px;
}
#totalcontent .homerow3 .biomakerdata .process-step.activepstep p {
	background: #0099cd;
	color: #fff;
	padding: 10px;
}
#totalcontent .homerow3 .biomakerdata .process-step.activepstep p:after {
	top: -24px;
	left: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 13px;
	background: url("../../assets/images/process-step-arrow.png") no-repeat top;
	margin: 0 auto;
}
#totalcontent .homerow3 .biomakerdata .tab-content {
	margin-top: 30px;
}
#totalcontent .homerow3 .biomakerdata .tab-content h4 {
	font-size: 20px;
	color: #000;
	padding-bottom: 20px;
}
#totalcontent .homerow4 {
	background: linear-gradient(to right, #0099cd, #35a99d);
	padding: 50px 0px;
	min-height: 500px;
}
#totalcontent .homerow4 h3 {
	font-size: 30px;
	color: #fff;
	padding-bottom: 20px;
	text-align: center;
}
#totalcontent .homerow4 .gobiom_highlights {
	padding: 30px 0px 10px 0px;
	position: relative;
	text-align: center;
}


#totalcontent .homerow4 .gobiom_highlights .flip-container {
	perspective: 1000;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	background-color: rgba(0,0,0,0.2) !important;
	text-align: center;
	font-size: 16px;
	color: #ffffff!important;
	width: 14.2%;
	margin-right: 2%;
	margin-bottom: 30px;
	font-family: 'ProximaNova-Bold';
}
#totalcontent .homerow4 .gobiom_highlights .flip-container:hover .card {
	transform: rotateY(180deg);
	color: #333333 !important;
	background-color: #d2edef !important;
	box-shadow: 0px 5px 9px rgba(0,0,0,0.3);	
}
#totalcontent .card, .front, .back {
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat !important;
	background-position: center 20px !important;
}
#totalcontent .card {
	transition: 0.5s;
	transform-style: preserve-3d;
	position: relative;
	width: 100%;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
/* #totalcontent .front, .back {
	backface-visibility: hidden;
	position: absolute;
}
#totalcontent .front {
	z-index: -1 !important;
	transform: rotateY(180deg);
}
#totalcontent .back {
	z-index: 1 !important; 
	transform: rotateY(0deg);
} */

/* .front {
	transform: rotateY(180deg);
	background: url('../../assets/images/gh-icon1-on.png');
} */

.front1 {
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat !important;
	background-position: center 20px !important;
	/* transform: rotateY(180deg); */
	background: url('../../assets/images/gh-icon1.png');
	position: absolute;
	/* z-index: -1 !important; */
}

.back1 {
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat !important;
	background-position: center 20px !important;
	transform: rotateY(180deg);
	background: url('../../assets/images/gh-icon1-on.png');
	position: absolute;
	/* z-index: 1 !important; */
}
.front2 {
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat !important;
	background-position: center 20px !important;
	/* transform: rotateY(180deg); */
	background: url('../../assets/images/gh-icon2.png');
	position: absolute;
	/* z-index: -1 !important; */
}

.back2 {
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat !important;
	background-position: center 20px !important;
	transform: rotateY(180deg);
	background: url('../../assets/images/gh-icon2-on.png');
	position: absolute;
	/* z-index: 1 !important; */
}
.front3 {
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat !important;
	background-position: center 20px !important;
	/* transform: rotateY(180deg); */
	background: url('../../assets/images/gobiomicon2png_2.png');
	position: absolute;
	/* z-index: -1 !important; */
}

.back3 {
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat !important;
	background-position: center 20px !important;
	transform: rotateY(180deg);
	background: url('../../assets/images/gobiompgn_3.png');
	position: absolute;
	/* z-index: 1 !important; */
}
.front4 {
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat !important;
	background-position: center 20px !important;
	/* transform: rotateY(180deg); */
	background: url('../../assets/images/gh-icon4.png');
	position: absolute;
	/* z-index: -1 !important; */
}

.back4 {
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat !important;
	background-position: center 20px !important;
	transform: rotateY(180deg);
	background: url('../../assets/images/gh-icon4-on.png');
	position: absolute;
	/* z-index: 1 !important; */
}
.front5 {
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat !important;
	background-position: center 20px !important;
	/* transform: rotateY(180deg); */
	background: url('../../assets/images/gh-icon5.png');
	position: absolute;
	/* z-index: -1 !important; */
}

.back5 {
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat !important;
	background-position: center 20px !important;
	transform: rotateY(180deg);
	background: url('../../assets/images/gh-icon5-on.png');
	position: absolute;
	/* z-index: 1 !important; */
}
.front6 {
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat !important;
	background-position: center 20px !important;
	background: url('../../assets/images/gh-icon6.png');
	position: absolute;
	/* z-index: -1 !important; */
}

.back6 {
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat !important;
	background-position: center 20px !important;
	transform: rotateY(180deg);
	background: url('../../assets/images/gh-icon6-on.png');
	position: absolute;
	/* z-index: 1 !important; */
}
.front7 {
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat !important;
	background-position: center 20px !important;
	background: url('../../assets/images/gh-icon7.png');
	position: absolute;
}

.back7 {
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat !important;
	background-position: center 20px !important;
	transform: rotateY(180deg);
	background: url('../../assets/images/gh-icon7-on.png');
	position: absolute;
}
.front8 {
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat !important;
	background-position: center 20px !important;
	background: url('../../assets/images/gh-icon8.png');
	position: absolute;
}

.back8 {
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat !important;
	background-position: center 20px !important;
	transform: rotateY(180deg);
	background: url('../../assets/images/gh-icon8-on.png');
	position: absolute;
}
.front9 {
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat !important;
	background-position: center 20px !important;
	background: url('../../assets/images/gh-icon9.png');
	position: absolute;
}

.back9 {
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat !important;
	background-position: center 20px !important;
	transform: rotateY(180deg);
	background: url('../../assets/images/gh-icon9-on.png');
	position: absolute;
}
.front10 {
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat !important;
	background-position: center 20px !important;
	background: url('../../assets/images/gh-icon10.png');
	position: absolute;
	/* z-index: -1 !important; */
}

.back10 {
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat !important;
	background-position: center 20px !important;
	transform: rotateY(180deg);
	background: url('../../assets/images/gh-icon10-on.png');
	
	position: absolute;
	/* z-index: 1 !important; */
}
.front11 {
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat !important;
	background-position: center 20px !important;
	background: url('../../assets/images/gh-icon11.png');
	position: absolute;
	/* z-index: -1 !important; */
}

.back11 {
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat !important;
	background-position: center 20px !important;
	transform: rotateY(180deg);
	background: url('../../assets/images/gh-icon11-on.png');
	position: absolute;
}
.front12 {
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat !important;
	background-position: center 20px !important;
	background: url('../../assets/images/gh-icon12.png');
	position: absolute;
}

.back12 {
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat !important;
	background-position: center 20px !important;
	transform: rotateY(180deg);
	background: url('../../assets/images/gh-icon12-on.png');
	position: absolute;
}

#totalcontent .homerow4 .gobiom_highlights .flip-container a {
	color: #fff;
}
#totalcontent .card span {
	max-width: 80%;
	padding: 100px 0px 20px 0px;
	display: inline-block;
}
 #totalcontent .card.icon1 .front {
	background: url('../../assets/images/gh-icon1-on.png');
}
#totalcontent .card.icon1 .back {
	background: url('../../assets/images/gh-icon1.png');
}
#totalcontent .card.icon2 .front {
	background: url('../../assets/images/gh-icon2-on.png');
}
#totalcontent .card.icon2 .back {
	background: url('../../assets/images/gh-icon2.png');
}
#totalcontent .card.icon3 .front {
	background: url('../../assets/images/gobiompgn_3.png');
}
#totalcontent .card.icon3 .back {
	background: url('../../assets/images/gobiomicon2png_2.png');
}
#totalcontent .card.icon4 .front {
	background: url('../../assets/images/gh-icon4-on.png');
}
#totalcontent .card.icon4 .back {
	background: url('../../assets/images/gh-icon4.png');
}
#totalcontent .card.icon5 .front {
	background: url('../../assets/images/gh-icon5-on.png');
}
#totalcontent .card.icon5 .back {
	background: url('../../assets/images/gh-icon5.png');
}
#totalcontent .card.icon6 .front {
	background: url('../../assets/images/gh-icon6-on.png');
}
#totalcontent .card.icon6 .back {
	background: url('../../assets/images/gh-icon6.png');
}
#totalcontent .card.icon7 .front {
	background: url('../../assets/images/gh-icon7-on.png');
}
#totalcontent .card.icon7 .back {
	background: url('../../assets/images/gh-icon7.png');
}
#totalcontent .card.icon8 .front {
	background: url('../../assets/images/gh-icon8-on.png');
}
#totalcontent .card.icon8 .back {
	background: url('../../assets/images/gh-icon8.png');
}
#totalcontent .card.icon9 .front {
	background: url('../../assets/images/gh-icon9-on.png');
}
#totalcontent .card.icon9 .back {
	background: url('../../assets/images/gh-icon9.png');
}
#totalcontent .card.icon10 .front {
	background: url('../../assets/images/gh-icon10-on.png');
}
#totalcontent .card.icon10 .back {
	background: url('../../assets/images/gh-icon10.png');
}
#totalcontent .card.icon11 .front {
	background: url('../../assets/images/gh-icon11-on.png');
}
#totalcontent .card.icon11 .back {
	background: url('../../assets/images/gh-icon11.png');
}
#totalcontent .card.icon12 .front {
	background: url('../../assets/images/gh-icon12-on.png');
}
#totalcontent .card.icon12 .back {
	background: url('../../assets/images/gh-icon12.png');
}
#totalcontent .homerow5 {
	background: #fff;
	padding: 50px 0px;
}
#totalcontent .homerow5 h3 {
	font-size: 30px;
	color: #000;
	padding-bottom: 20px;
	text-align: center;
}
#totalcontent .homerow5 .whatsnew_tabsection {
	padding: 30px 0px 10px 0px;
	position: relative;
}
#totalcontent .homerow5 .whatsnew_tabsection .nav {
	margin: 0 auto;
	max-width: 750px;
	text-align: center; /* border-bottom:1px solid #7f7f7f*/
}
#totalcontent .homerow5 .whatsnew_tabsection .nav-tabs>li {
	float: none;
	display: inline-block;
}
#totalcontent .homerow5 .whatsnew_tabsection .nav-tabs>li.active>a, #totalcontent .homerow5 .whatsnew_tabsection .nav-tabs>li.active>a:focus, .whatsnew_tabsection .nav-tabs>li.active>a:hover {
	border: 1px solid transparent;
	border-bottom: 0;
	text-transform: uppercase;
}
#totalcontent .homerow5 .whatsnew_tabsection .nav-tabs>li>a {
	text-transform: uppercase;
	font-family: 'ProximaNova-Bold';
	padding: 10px 40px;
}
#totalcontent .homerow5 .whatsnew_tabsection .nav-tabs>li>a:hover {
	background: #fff;
	border: 1px solid transparent;
	border-bottom: 0;
}
#totalcontent .homerow5 .whatsnew_tabsection ul li.active {
	border-bottom: 3px solid #35a99d;
	color: #174478;
}
#totalcontent .homerow5 .whatsnew_tabsection ul li.active a {
	color: #174478;
}
#totalcontent .homerow5 .whatsnew_tabsection .tab-content {
	padding: 30px 0px;
}
#totalcontent .homerow5 .whatsnew_tabsection .tab-content .tabtxt_center {
	font-size: 22px;
	line-height: 29px;
	color: #000;
	margin: 20px auto;
	max-width: 750px;
	text-align: center;
	/* margin-bottom:128px; */
}
#totalcontent .homerow5 .whatsnew_tabsection .tab-content .wgclm { /* min-height:250px;*/
	
	font-size: 17px;
	
	
}
#totalcontent .homerow5 .whatsnew_tabsection .tab-content .wgclm h4 {
	background: url('../../assets/images/round-tick-icon.png') no-repeat 0px 0px;
	color: #333333;
	font-size: 18px;
	padding: 5px 0px 20px 40px;
	/* font-weight: bold; */
}
#totalcontent .homerow5 .whatsnew_tabsection .tab-content .wgclm p {
	margin: 0 !important;
	font-size: 15px;
}
#totalcontent .homerow5 .whatsnew_tabsection .tab-content .wgclm p b {
	color: #222;
}
#totalcontent .homerow5 .whatsnew_tabsection .tab-content #wntb2 .wgclm {
	min-height: 100px;
}
#totalcontent .homerow5 .whatsnew_tabsection .tab-content #wntb3 .wgclm {
	min-height: inherit;
}
#totalcontent .homerow5 .whatsnew_tabsection .tab-content #wntb4 .wgclm {
	min-height: inherit;
}
#totalcontent .home_slider .flexslider {
	background: transparent;
}
#totalcontent .home_slider .flexslider .slides img {
	float: right;
}
#totalcontent .home_slider .flex-control-paging li a {
	background: none;
	border: 1px solid #fff;
}
#totalcontent .home_slider .flex-control-paging li a:hover {
	background: #fff;
	border: 1px solid #fff;
}
#totalcontent .home_slider .flex-control-paging li a.flex-active {
	background: #fff;
}
#totalcontent .home_slider .slideimg {
	height: 633px;
	width: 100%;
	float: right;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#totalcontent section.contentbody {
	background: #e5e5e5;
	float: left;
	width: 100%;
}
#totalcontent .tsmcollections {
	margin: 0px 0px 45px 0px;
	margin-top: 30px;
}
.tsmcollections .boxcol {
	margin-bottom: 30px;
	float: left;
}
.tsmcollections .boxcol .box {
	background: #ffffff;
	padding: 20px;
	border: 0px solid #888;
	border-bottom: 3px solid transparent;
	-moz-box-shadow: 1px 2px 5px rgba(0, 0, 0,0.2);
	-webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, .2);
	box-shadow: 1px 2px 5px rgba(0, 0, 0, .2);
	width: 100%;
	float: left;
	min-height: 200px;
}
.tsmcollections .boxcol .box:hover {
	border-bottom: 3px solid #ec5726;
	cursor: pointer;
}

.tsmcollections .boxcol .box .title {
	color: #238080;
	font-size: 17px;
	font-family: 'ProximaNova-Bold';
	min-height: 50px;
}
.tsmcollections .boxcol .box .description {
	padding: 10px 0px 0px 0px;
	font-size: 14px;
	color: #707070
}
.tsmcollections .boxcol .box .description span {
	color: #333;
	font-family: 'ProximaNova-Bold';
}
.tsmcollections .boxcol .box figure {
	float: left;
	margin-right: 20px;
	width: 48px;
	height: 48px;
	background: #979797;
	border-radius: 50%;
}
.tsmcollections .boxcol .box figure img {
	border-radius: 50%;
	width: 48px;
	height: 48px;
}
.tsmcollections .boxcol .box .productrow {
	width: 100%;
	float: left;
	padding: 10px 0px 0px 0px;
}
.tsmcollections .boxcol .box .productrow .view {
	float: left;
	vertical-align: bottom;
	font-size: 14px; /* text-transform: uppercase; */
	margin-top: 15px;
}
.tsmcollections .boxcol .box .productrow .view i {
	font-size: 22px;
	vertical-align: middle;
}
.tsmcollections .boxcol .box .productrow .view {
	color: #fff;
	float: left;
}
/* .tsmcollections .boxcol .box .productrow .view a:hover { color: #ec5726 ; } */
.tsmcollections .boxcol .box:hover .view {
	color: #ec5726;
}
.tsmcollections .boxcol .box .productrow .prodpic {
	float: right;
}

.tsmcollections .col-md-6.boxcol .box .title {
	font-size: 20px;
}
.tsmcollections .col-md-6.boxcol .box figure {
	float: right;
	margin: 0;
	margin-left: 20px;
	width: 80px;
	height: 80px;
	margin-top: -30px;
	background: #979797;
	border-radius: 50%;
}
.tsmcollections .col-md-6.boxcol .box figure img {
	border-radius: 50%;
	width: 80px;
	height: 80px;
}
.tsmcollections /*.col-md-6*/.boxcol.video { /* min-height: inherit; */
	border-bottom: 0px solid transparent;
	position: relative;
}
.tsmcollections /*.col-md-6*/.boxcol.video:hover {
	border-bottom: 0px solid transparent;
}
.tsmcollections .boxcol.video:hover {
	border-bottom: 0px solid transparent;
	opacity: 1
}
.tsmcollections .boxcol.video .box {
	padding: 0 !important;
	border: 0; /* min-height: inherit; */
}
.tsmcollections .boxcol.video .box img {
	width: 100%;
	height: 100%;
	-webkit-filter: blur(5px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px);
}
.tsmcollections .boxcol.video .box img:hover {
	opacity: 1;
}
.tsmcollections .boxcol.video a #play {
	display: block;
	position: absolute;
	top: 40%;
	left: 42%;
	text-align: center;
	color: #fff;
}
.tsmcollections .boxcol.video:hover a #play {
	display: block;
}
.tsmcollections .boxcol.video i {
	font-size: 14px;
}
.tsmcollections .boxcol.video .playarea {
	width: 38px;
	height: 38px;
	line-height: 30px;
	margin: 0 auto;
	border-radius: 50%;
	opacity: 0.9;
	border: 4px #fff solid;
}
.tsmcollections .boxcol.video .vdpic {
	min-height: 200px;
	background-size: cover !important;
	width: 100%;
	height: 100%;
}

.addtsmformpopup .modal-dialog {
	width: 960px;
	z-index: 2;
}
.addtsmformpopup h4.modal-title {
	color: #238080;
	padding-left: 10px;
}
.addtsmformpopup .close {
	color: #238080;
	opacity: 1;
	font-size: 30px;
}
.addtsmformpopup .formarea {
	padding: 0px 10px 20px 10px;
}
.addtsmformpopup .formarea label {
	display: block;
	font-size: 14px;
}
.addtsmformpopup .formarea .fclm {
	margin-bottom: 20px;
	min-height: 70px;
}
.addtsmformpopup .formarea label i {
	margin-left: 5px;
	color: #ff0000;
	font-weight: 400;
	font-size: 14px;
	font-style: normal;
	font-family: verdana;
	height: 10px;
}
.addtsmformpopup .formarea .btnrow {
	text-align: right;
}
.addtsmformpopup .formarea input[type="file"] {
	width: 120px!important;
	float: left;
}
.addtsmformpopup .formarea .user_photo {
	width: 38px;
	height: 38px;
	float: left;
	background: #e5e5e5;
	border-radius: 5px;
	margin-left: 10px;
	background-size: 100%;
}
.addtsmformpopup .formarea .user_photo img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.addtsmformpopup .formarea .upload_outer {
	cursor: pointer;
}
.addtsmformpopup .formarea .uploadtxt {
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
	border: 1px solid #238080;
	padding: 7px 15px;
	background: #238080;
	border-radius: 3px;
}
.addtsmformpopup .formarea #fileselector {
	margin: 0px;
	float: left;
}
.addtsmformpopup .formarea #fileselector label {
	padding: 0px;
	float: left;
}
.addtsmformpopup .formarea #fileselector i {
	font-size: 13px;
	color: #666;
	padding: 10px 0px 0px 10px;
	font-style: normal;
	display: inline-block;
}
.addtsmformpopup .formarea #uploadfile {
	display: none;
}
#totalcontent label.error {
	color: #ff0000;
	position: absolute;
	font-size: 13px !important;
	font-weight: normal; /* border: 1px solid #000; padding:5px 0px 0px 15px; top:30px; */
}
#totalcontent .disclaimer {
	font-size: 13px; /* padding:10px 10px 10px 10px; background: #e5e5e5; */
	margin-bottom: 15px;
}

#totalcontent .disclaimer i {
	margin-left: 2px;
	color: #ff0000;
	font-weight: 400;
	font-size: 14px;
	font-style: normal;
	font-family: verdana;
	height: 10px;
}
/* check box custom css start */ 
#totalcontent .ckbox label.error {
	top: 22px;
}
#totalcontent .ckboxmain {
	position: relative;
	margin-top: 10px;
}
/* The Checkbox */
#totalcontent .ckbox {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 2px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default checkbox */
#totalcontent .ckbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	z-index: 10;
	left: 0;
	width: 20px;
	height: 20px;
}
/* Create a custom checkbox */
#totalcontent .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #f5f5f5;
	border: 1px solid #676767;
	border-radius: 2px;
}
/* On mouse-over, add a grey background color */
#totalcontent .ckbox:hover input ~ .checkmark {
	background-color: #fff;
}
/* When the checkbox is checked, add a blue background */
#totalcontent .ckbox input:checked ~ .checkmark {
	background-color: #238080;
}
/* Create the checkmark/indicator (hidden when not checked) */
#totalcontent .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
#totalcontent .ckbox input:checked ~ .checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */
#totalcontent .ckbox .checkmark:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#totalcontent .ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	z-index: 9050!important;
}
#totalcontent .pac-container {
	z-index: 9999;
}
#totalcontent .addtsmformpopup.tsmpopup {
	text-align: left;
}
#totalcontent .addtsmformpopup.tsmpopup .contentdetails {
	padding: 10px 10px 20px 10px;
}
#totalcontent .videowrapper {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
}
#totalcontent .videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#totalcontent footer {
	background: #202020;
	color: #909090;
	float: left;
	margin-top: 0px;
	padding: 50px 0 30px 0;
	width: 100%;
	font-size: 14px;
}

#totalcontent footer .foottext {
	color: #888;
	padding: 0px 20px 20px 0;
}
#totalcontent footer .foottext span {
	color: #fff; /* font-family: 'ProximaNova-Bold'; */
}
#totalcontent footer .foot_address {
	padding: 0px 0px 0px 40px;
}
#totalcontent footer .foot_address i {
	padding: 0px 0px 10px 0px;
	color: #fff;
	font-style: normal;
	display: block;
}
#totalcontent footer .foot_address a {
	color: #909090;
	text-decoration: underline;
}
#totalcontent footer .foot_address a:hover {
	color: #fff;
	text-decoration: none;
}

#totalcontent footer .socialfoot span {
	display: block;
	padding: 0px 0px 20px 0px;
	color: #fff;
}
#totalcontent footer .socialfoot a {
	margin: 2px 4px 0;
	border-radius: 50%;
	color: #fff;
	border: 4px solid #fff;
	float: left;
	font-size: 20px;
	height: 40px;
	padding: 3px 0;
	text-align: center;
	width: 40px;
	-webkit-transition: all .8s ease-in-out;
}
#totalcontent footer .socialfoot a:hover {
	background: #fff;
	color: #04a087;
	-webkit-transition: all .8s ease-in-out;
}
#totalcontent footer .socialfoot a:hover .fa-facebook {
	color: #3b5998
}
#totalcontent footer .socialfoot a:hover .fa-linkedin {
	color: #0077B5
}
#totalcontent footer .lastrow {
	border-top: 1px solid #4d4d4d;
	margin-top: 30px;
	padding: 15px 0px 0px 0px;
}
#totalcontent footer .copyright {
	font-size: 13px;
	color: #909090;
	padding: 20px 0px 0px 0px;
	float: left;
}
#totalcontent footer .copyright span {
	padding-right: 10px;
}
#totalcontent footer .copyright a {
	color: #909090;
	text-decoration: none;
	margin: 0 5px;
}
#totalcontent footer .copyright a:hover {
	color: #909090;
	text-decoration: underline;
}
#totalcontent footer .footlogo {
	float: right;
}



@media(max-width:1260px) {
	#totalcontent .container {
	width: 100%;
}
}


@media only screen and (min-width:1201px) and (max-width:1280px) {
	#headerContent .navbar-nav>li>a {
		padding: 8px 8px;
		font-size:14px;
	}
}

@media only screen and (min-width:1281px) and (max-width:1330px) {
	#headerContent .navbar-nav>li>a {
		padding: 8px 13px;
		font-size:14px;
	}
}

@media only screen and (min-width:1331px) and (max-width:1380px) {
	#headerContent .navbar-nav>li>a {
		padding: 8px 14px;
		font-size:14px;
	}
}

@media only screen and (min-width:1381px) and (max-width:1440px) {
	#headerContent .navbar-nav>li>a {
		padding: 8px 17px;
		font-size:15px;
	}
}

@media only screen and (min-width:1441px) {
	#headerContent .navbar-nav>li>a {
		padding: 8px 18px;
		font-size:15px;
	}
}

@media(max-width:1200px) {
	#totalcontent .container {
	width: 100%;
}
#totalcontent .navbar-nav>li>a {
	padding: 8px 10px;
}
#totalcontent .navbar-nav li:last-child {
	margin-left: 2px;
}
#totalcontent .navbar-nav li:last-child a {
	padding: 6px 10px;
}



#headerContent .container {
	width: 100%;
}
#headerContent .navbar-nav>li>a {
	padding: 8px 7px;
	font-size:12px;
}
#headerContent .navbar-nav li:last-child {
	margin-left: 2px;
}
#headerContent .navbar-nav li:last-child a {
	padding: 6px 10px;
}
}

@media(max-width:991px) {
	#totalcontent .navbar-nav>li>a {
	padding: 10px 15px;
	border-radius: 0;
	text-transform: uppercase; 
	
}
#totalcontent .homerow4 .gobiom_highlights .flip-container {
	width: 22%;
	margin-right: 2.5%;
}
#totalcontent .homerow1 .column {
	width: 16%;
}
#totalcontent .homerow1 .column .txt {
	font-size: 17px;
}
#totalcontent .homerow1 .column .txt span {
	font-size: 21px;
}


#headerContent .navbar-nav>li>a {
	padding: 10px 15px;
	border-radius: 0;
	text-transform: uppercase; 
	
}
}

@media(max-width:800px) {
	#totalcontent .navbar-nav>li>a {
	padding: 10px 10px;
	text-transform: uppercase;
}
}

@media(max-width:767px) {
	#totalcontent .logo img {
	border: 0;
}
#totalcontent .navbar-header {
	padding: 15px;
}
#totalcontent .navbar-nav {
	margin: 0 -15px;
}
#totalcontent .navbar-nav li {
	padding: 0px;
	border-left: 0px solid #ababab;
	border-bottom: 1px solid #98c4c4;
}
#totalcontent .homebanner {
	height: 350px;
}
#totalcontent .homebanner_text {
	padding-top: 50px;
}
#totalcontent .homebanner_text h3 {
	font-size: 41px;
}
#totalcontent .homerow1 {
	padding: 20px 0px;
}
#totalcontent .homerow1 .column {
	width: 30%;
	margin-bottom: 20px;
}
#totalcontent .homerow5 .whatsnew_tabsection .tab-content .wgclm {
	min-height: auto
}
#totalcontent .homerow4 .gobiom_highlights .flip-container {
	width: 30%;
	margin-right: 2.5%;
}
#totalcontent .copyright {
	text-align: center;
	padding-bottom: 10px;
}
#totalcontent .footlinks {
	text-align: center;
}
#totalcontent footer .foottext {
	padding: 0px 0px 20px 0px;
}
#totalcontent footer .foot_address {
	padding: 0;
}

#footerMain footer .foottext {
	padding: 0px 0px 20px 0px;
}
#footerMain footer .foot_address {
	padding: 0;
}



#rootpagecontent #footermain footer .foottext {
	padding: 0px 0px 20px 0px;
}
#rootpagecontent #footermain footer .foot_address {
	padding: 0;
}
}

@media(max-width:640px) {
	#totalcontent .homebanner_text h3 {
	font-size: 35px;
}
#totalcontent .tsmcollections .col-md-6.boxcol .box figure {
	margin-top: 0;
}
}

@media(max-width:600px) {
	#totalcontent .tsmcollections .boxcol {
	width: 100%;
}
}

@media(max-width:480px) {
	#totalcontent .logo.navbar-header img {
	width: 175px;
}
#totalcontent .homebanner {
	height: 300px;
}
#totalcontent .homebanner_text h3 {
	font-size: 27px;
}
#totalcontent .homebanner_text {
	font-size: 17px;
	padding-top: 30px;
}
#totalcontent .homerow1 .column {
	width: 47%;
}
#totalcontent .homerow4 .gobiom_highlights .flip-container {
	width: 47%;
	margin-right: 2%;
}
#totalcontent footer .locaor {
	float: none;
	text-align: center;
	width: 100%;
}
#totalcontent footer .socialicon {
	float: none;
	margin: 15px auto 0;
	width: 155px;
}

#footerMain footer .locaor {
	float: none;
	text-align: center;
	width: 100%;
}
#footerMain footer .socialicon {
	float: none;
	margin: 15px auto 0;
	width: 155px;
}

#rootpagecontent #footermain footer .locaor {
	float: none;
	text-align: center;
	width: 100%;
}
#rootpagecontent #footermain footer .socialicon {
	float: none;
	margin: 15px auto 0;
	width: 155px;
}
}

@media(max-width:360px) {
	#totalcontent .homebanner {
	height: 250px;
}
}
/* About us page start */
#totalcontent section.innerpages {
	font-size: 17px;
	line-height: 28px;
	padding-bottom: 30px
}
#totalcontent section.innerpages p {
	padding-bottom: 15px;
    color: #000000;
}
#totalcontent .innerband { /* height: 404px; */
	height: 200px;
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	/*margin-top: 90px;*/
}
#totalcontent .pagetitle { /*padding:170px 0px 0px 0px; */
	padding: 75px 0px 0px 0px;
}
#totalcontent .pagetitle h3 {
	font-size: 45px;
	color: #fff;
	font-family: 'ProximaNova-Bold';
	margin-bottom: 20px;
}
#totalcontent .aboutrow1 {
	padding: 50px 0px; /*background: #fff;*/
}
#totalcontent .aboutrow1 a.blink {
	color: #333;
	text-decoration: underline;
	font-family: 'ProximaNova-Bold';
}
#totalcontent .aboutrow1 a.blink:hover {
	color: #333;
	text-decoration: none;
}
#totalcontent .aboutrow1 .box {
	padding: 50px 50px;
	max-width: 360px;
	margin: -100px auto 0 auto;
	background: linear-gradient(to right, #069bc7, #2ea7a4);
	font-size: 22px;
	color: #fff;
}
#totalcontent .aboutrow1 .box h3 {
	font-size: 60px;
	padding: 10px 0px;
}
#totalcontent .aboutrow1 .box span {
	font-size: 45px;
	display: block;
	padding: 0px 0px 15px 0px;
}
/* .aboutrow2 { background: rgba(0, 0, 0, 0) url("../images/about-middle.jpg") no-repeat scroll center center / cover; /* height:413px; padding:50px 0px } */ 

#totalcontent .aboutrow2 .bluebandtxt {
	margin: 70px auto 10px auto;
	max-width: 800px;
	color: #fff;
	font-size: 25px;
	line-height: 35px;
}
#totalcontent .aboutrow3 {
	padding: 50px 0px;
	
	background: rgba(0, 0, 0, 0) url('../../assets/images/about-middle.jpg') no-repeat scroll center center / cover;
    height: 413px;
    padding: 40px 0px;
	
}
#totalcontent .aboutrow3 h4 {
	font-size: 30px;
	padding: 10px 0px;
	/* color: #000000; */
	color: #fff;
}
#totalcontent .aboutrow3 h4 span {
	font-family: 'ProximaNova-Regular';
}
/* Publication start */ 
#totalcontent section.innerpages.publications h3 {
	color : #3E3E3E;
	font-size: 30px;
	margin: 20px 0;
	font-weight:bold;
}
#totalcontent section.innerpages.publications .citations {
	padding: 30px 0px 30px 0px;
}
#totalcontent section.innerpages.publications .citations .citabox {
	padding: 20px 30px 30px 20px;
	margin-bottom: 10px;
	/*border:1px #71b8d0 solid; */
	margin: 10px;
	border-radius: 5px;
	/*background-color: #f1faff; */
}
#totalcontent section.innerpages.publications .citations .citabox h4 {
	
	color:#3e3e3e;    
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
	
}
#totalcontent section.innerpages.publications .citations .citabox {
	font-size: 15px;
	line-height: 24px;
}
#totalcontent section.innerpages a.download {
	display: inline-block;
	padding: 3px 40px 3px 15px;
	border: 1px solid #35a99c;
	border-radius: 5px;
	font-size: 13px;
	color: #fff;
	background: url("../../assets/images/pdf-icon-off.png") #35a99c no-repeat scroll 90% center;
	text-transform: uppercase;
	margin-top: 15px;
}
#totalcontent section.innerpages a.download:hover {
	color: #35a99c;
	background: url("../../assets/images/pdf-icon-on.png") #fff no-repeat scroll 90% center;
}
#totalcontent section.innerpages.publications .casestudies {
	padding: 30px 0px 30px 0px;
	border-top: 2px solid #c9c9c9;
}
#totalcontent section.innerpages.publications .casestudies .csbox {
	padding: 30px 40px 30px 0px;
	font-family: 'ProximaNova-Bold';
	font-size: 15px;
	line-height: 24px;
}
#totalcontent section.innerpages.publications .casestudies .cspic {
	padding: 0px 0px 0px 0px;
	-moz-box-shadow: 1px 2px 5px rgba(0, 0, 0,0.4);
	-webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, .4);
	box-shadow: 1px 2px 5px rgba(0, 0, 0, .4);
	border: 1px solid #ccc;
	margin-bottom: 20px;
	display: inline-block
}

#totalcontent section.innerpages.newsevents {
	font-size: 15px;
	line-height: 21px;
}
#totalcontent section.innerpages.newsevents h3 {
	
	color: #3E3E3E;
    font-size: 30px;
    margin: 20px 0;
    font-weight: bold;
	
	
}
#totalcontent section.innerpages.newsevents h4 {
	
    color: #3e3e3e;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
	
}
#totalcontent section.innerpages.newsevents a.readmore {
	color: #109fd0;
	text-decoration: underline;
	margin-top: 10px;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 14px;
}
#totalcontent section.innerpages.newsevents a.readmore:hover {
	color: #40b3da;
	text-decoration: none;
}
#totalcontent section.innerpages.newsevents .events {
	padding: 30px 0px 10px 0px;
	display: table;
	width: 100%;
	border-bottom: 2px solid #e5e5e5;
}
#totalcontent section.innerpages.newsevents .events .row {
	margin-bottom: 30px;
}
#totalcontent section.innerpages.newsevents .events .clm1 {
	padding: 0px 30px 0px 0px;
	display: table-cell;
	width: 130px;
}
#totalcontent section.innerpages.newsevents .events .clm1 .dtbox {
	background: #0099cd;
	padding: 25px;
	color: #fff;
	font-size: 18px;
	width: 100px;
	text-align: center;
}
#totalcontent section.innerpages.newsevents .events .clm2 {
	display: table-cell;
	vertical-align: top;
}
#totalcontent section.innerpages.newsevents .events.pressreleases {
	border-bottom: 0px solid #e5e5e5;
}
#totalcontent section.innerpages.newsevents .events.pressreleases .row {
	margin-bottom: 30px;
}
#totalcontent section.innerpages.newsevents .events.pressreleases .hline {
	border-bottom: 1px solid #bebebe;
	padding: 0px 0px 30px 0px;
}
#totalcontent section.innerpages.newsevents .events.pressreleases .row:last-child .hline:last-child {
	border-bottom: 0px solid #000;
}
#totalcontent section.innerpages.newsevents .events.pressreleases p {
	font-style: italic;
	padding-bottom: 0;
	color: #666666;
}
#totalcontent section.innerpages.newsevents .events.pressreleases a.readmore {
	margin-top: 0;
}
#totalcontent section.innerpages.newsevents .events.pressreleases .clm1 .dtbox {
	background: #35a99d;
}
#totalcontent section.innerpages.newsevents .events.pressreleases .clm1 .dtbox dt {
	font-family: 'ProximaNova-Bold';
	display: block;
	font-weight: normal;
}
#totalcontent section.innerpages.newsevents .events.pressreleases .clm1 .location {
	padding: 8px 0px 0px 0px;
}
/* Press Release */
#totalcontent section.innerpages.newsevents_detailspg {
	padding: 40px 0px;
}
#totalcontent section.innerpages.newsevents_detailspg .rowsec {
	padding: 30px 0px 10px 0px;
	display: table;
	width: 100%;
}
#totalcontent section.innerpages.newsevents_detailspg .rowsec .col1 {
	display: table-cell;
	vertical-align: top;
	width: 120px;
}
#totalcontent section.innerpages.newsevents_detailspg .rowsec .col2 {
	display: table-cell;
	vertical-align: top;
	padding: 0px 45px 0px 20px;
}
#totalcontent section.innerpages.newsevents_detailspg .rowsec .col3 {
	display: table-cell;
	vertical-align: top;
	width: 250px;
	text-align: left;
	color: #707070;
	font-family: 'ProximaNova-Semibold';
	font-size: 14px;
	line-height: 21px;
}
#totalcontent section.innerpages.newsevents_detailspg .rowsec .col1 .dtbox {
	background: #35a99d;
	padding: 20px 25px;
	color: #fff;
	font-size: 18px;
	width: 100px;
	text-align: center;
}
#totalcontent section.innerpages.newsevents_detailspg .rowsec .col1 .dtbox dt {
	font-family: 'ProximaNova-Bold';
	display: block;
	font-weight: normal;
}
#totalcontent section.innerpages.newsevents_detailspg .rowsec .col1 .location {
	padding: 8px 0px 0px 0px;
	font-size: 14px;
	line-height: 20px;
}
#totalcontent section.innerpages.newsevents_detailspg h2 {
	color : #000;
	font-size: 26px;
	margin: 0px 0 10px 0;
}
#totalcontent section.innerpages.newsevents_detailspg h4 {
	color : #000;
	font-size: 19px;
	margin-bottom: 10px;
}
#totalcontent section.innerpages.newsevents_detailspg .presshead {
	border-bottom: 1px solid #35a99d;
}
#totalcontent section.innerpages.newsevents_detailspg .presshead p {
	font-style: italic;
}
#totalcontent section.innerpages.newsevents_detailspg .press_content {
	padding: 30px 0px;
}
#totalcontent section.innerpages.newsevents_detailspg .press_content h4 {
	padding: 30px 0px 0px 0px;
	color: #333333
}
#totalcontent section.innerpages.newsevents_detailspg .press_content h4.blue {
	color: #0099cd
}
#totalcontent section.innerpages.newsevents_detailspg .phone i {
	color: #acacac;
	margin-right: 10px;
	font-size: 19px;
}
#totalcontent section.innerpages.newsevents_detailspg .email i {
	color: #acacac;
	margin-right: 10px;
	font-size: 13px;
}
#totalcontent section.innerpages.newsevents_detailspg .email a {
	color: #0099cd;
	text-decoration: underline;
}
#totalcontent section.innerpages.newsevents_detailspg .email a:hover {
	color: #000;
	text-decoration: none;
}
#totalcontent section.innerpages ul {
	padding: 0;
}
#totalcontent section.innerpages ul li {
	list-style: none;
	background: url("../../assets/images/bullet.png") no-repeat 0px 9px;
	padding: 0px 24px;
}
#totalcontent section.innerpages.newsevents_detailspg .rowsec .col3 h5 {
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
	padding: 0px 0px 15px 0px;
}
#totalcontent section.innerpages.newsevents_detailspg .rowsec .col3 .press_download {
	line-height: 20px;
}
#totalcontent section.innerpages.newsevents_detailspg .rowsec .col3 .press_download a {
	color: #707070;
	display: block;
}
#totalcontent section.innerpages.newsevents_detailspg .rowsec .col3 .press_download a i {
	color: #e01717;
	font-size: 25px;
	margin-bottom: 5px;
}
#totalcontent section.innerpages.newsevents_detailspg .rowsec .col3 .press_download a:hover {
	color: #0099cd;
}
#totalcontent section.innerpages.newsevents_detailspg .rowsec .col3 .rt_menu {
	padding: 30px 0px 0px 0px;
	border-top: 1px solid #d4d4d4;
	margin-top: 30px;
}
#totalcontent section.innerpages.newsevents_detailspg .rowsec .col3 .rt_menu a {
	color: #707070;
	margin-bottom: 15px;
	display: block;
}
#totalcontent section.innerpages.newsevents_detailspg .rowsec .col3 .rt_menu a:hover {
	color: #0099cd;
}
/* Partners */

#totalcontent section.innerpages.partners {
	padding: 50px 0px;
	min-height: 400px;
}
#totalcontent section.innerpages.partners h4 {
	font-size: 24px;
	color: #000;
	padding: 0px 0px 25px 0px;
}
#totalcontent section.innerpages.partners .partners_area {
	text-align: center;
}
#totalcontent section.innerpages.partners .partners_box {
	display: inline-block;
	margin: 20px;
}
#totalcontent section.innerpages.partners .partners_box figure {
	border: 1px solid #cccccc;
	width: 350px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#totalcontent section.innerpages.partners .partners_box figure img {
	padding: 40px 20px;
	-webkit-transition: all .8s ease-in-out;
}
#totalcontent section.innerpages.partners .partners_box figure img:hover {
	-webkit-transform: scale(1.09);
	-webkit-transition: all .8s ease-in-out;
}
/****************************************************************/
/*************  Mousover Login popup wizard styles **************/
/****************************************************************/


#totalcontent #popup {
	
	position: absolute;
	top: 70px;
	right: 30px;
	width: 350px;
	background-color: #EFF1F3;
	color: black;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-filter: "alpha(opacity=0)";
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	padding: 20px;
	border-style: solid;
	border-radius: 8px;
	border-color: #a6c2dc;
	float: right;
	transition: all 1s;
	-webkit-transition: all 1s;
}
#totalcontent #popup:target {
	-khtml-opacity: 1;
	-moz-opacity : 1;
	-ms-filter: "alpha(opacity=100)";
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter : alpha(opacity=100);
	opacity : 1;
}
/* Bouton fermeture */

#totalcontent #close {
	
	
	position: absolute;
	left: 100%;
	top: -20px;
	margin-left: -10px;
	background-color: #0099cc;
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 35px;
	border-style: solid;
	border-color: #bbd8b3;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-family: arial;
}
#totalcontent #close:hover {
	background-color: #EFF1F3;
	border-color: #bbd8b3;
	color: #D77A61;
}
#totalcontent #close:active {
	background-color: #A9F5F2;
	color: black;
}
/****************************************************************/
/***************  Top navigation static bar syles ***************/
/****************************************************************/




#totalcontent .dropdown-menu {
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 250px;
	padding: 10px 10px;
	margin: 2px 5px 0px;
	font-size: 14px;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 10px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	background-clip: padding-box;
}
/*  Top menu navigation radious remove */
#totalcontent .navbar {
	border-radius: 0px;
}
#totalcontent .menu-non-upper {
	text-transform: lowercase;
}
#totalcontent .navbar-inverse {
	background-color: #00445a;
	border-color: #00445a;
}
#totalcontent .nav-uppercase {
	text-transform: uppercase;
}
/********************* Top menu navigational bar styles ***********************/

#totalcontent #login-dp {
	min-width: 250px;
	padding: 14px 14px 0;
	overflow: hidden;
	background-color: rgba(255,255,255,.8);
}
#totalcontent #login-dp .help-block {
	font-size: 12px
}
#totalcontent #login-dp .bottom {
	background-color: rgba(255,255,255,.8);
	border-top: 1px solid #ddd;
	clear: both;
	padding: 14px;
}
#totalcontent #login-dp .social-buttons {
	margin: 12px 0
}
#totalcontent #login-dp .social-buttons a {
	width: 49%;
}
#totalcontent #login-dp .form-group {
	margin-bottom: 10px;
}
#totalcontent .btn-fb {
	color: #fff;
	background-color: #3b5998;
}
#totalcontent .btn-fb:hover {
	color: #fff;
	background-color: #496ebc
}
#totalcontent .btn-tw {
	color: #fff;
	background-color: #177e85;
}
#totalcontent .btn-tw:hover {
	color: #fff;
	background-color: #59b5fa;
}

@media(max-width:768px) {
	#totalcontent #login-dp {
	background-color: inherit;
	color: #fff;
}
#totalcontent #login-dp .bottom {
	background-color: inherit;
	border-top: 0 none;
}
}
/************ Login panel styles ************/
#totalcontent label {
	display: inline-block;
	margin-bottom: 0px;
	font-weight: bold;
}
/************ Scroll Top Styles **************/

#totalcontent #back2Top {
	width: 40px;
	line-height: 40px;
	overflow: hidden;
	z-index: 999;
	display: none;
	cursor: pointer;
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	position: fixed;
	bottom: 50px;
	right: 30px;
	background-color: #177e85;
	color: #ffffff;
	text-align: center;
	font-size: 30px;
	text-decoration: none;
	border-radius: 5px
}
#totalcontent #back2Top:hover {
	
	
	background-color: #b3b3b3;
	color: #1b1b1b;
}
/*********************************************************/
/*************  World map location selection  ************/
/*********************************************************/





#totalcontent .description {
	max-width: 600px;
	margin: 0 auto;
	color: rgba(229, 229, 229, 0.7);
}
/* #totalcontent div, img, footer {
	position: relative;
	box-sizing: border-box;
} */
#totalcontent img, footer {
	position: relative;
	box-sizing: border-box;
}

#totalcontent #footermain footer {
	position: relative;
	box-sizing: border-box;
}

#footerMain img, footer {
	position: relative;
	box-sizing: border-box;
}

#footerMain footer {
	position: relative;
	box-sizing: border-box;
}
 
#totalcontent h1, h2, h3, h4, h5, h6 {
	margin-bottom: 5px;
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 300;
}

#totalcontent strong {
	font-weight: 900;
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	color: #e5e5e5;
}
#totalcontent a {
	transition: color 0.25s ease-in-out;
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	text-decoration: none;
	color: #0099cc;
}
#totalcontent a:visited {
	color: #0099cc;
}
#totalcontent li.active a, #totalcontent a:hover, #totalcontent a:active {
	color: #33aa9d;
}
#totalcontent .centered {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#totalcontent .centered-y {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#totalcontent .distribution-map {
	position: relative;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 auto;
}
#totalcontent .distribution-map > img {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}
#totalcontent .distribution-map .map-point {
	cursor: pointer;
	outline: none;
	z-index: 0;
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 20px;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-moz-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
	-o-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
	-webkit-transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out, z-index 0.25s ease-in-out;
	-webkit-transition-delay: 0.25s, 0.25s, 0.25s, 0.25s;
	transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
	background: rgba(26, 26, 26, 0.85);
	border: 5px solid #7fcff7;
}
#totalcontent .distribution-map .map-point .content {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	transition: opacity 0.25s ease-in-out;
	width: 100%;
	height: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow: overlay;
}
#totalcontent .distribution-map .map-point:active, #totalcontent .distribution-map .map-point:focus {
	margin: 0;
	padding: 0;
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	width: 300px;
	height: 220px;
	color: #e5e5e5;
	z-index: 1;
	transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out;
}
#totalcontent .distribution-map .map-point:active .content, #totalcontent .distribution-map .map-point:focus .content {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
	-webkit-transition-delay: 0.25s, 0s, 0s;
	transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
	overflow: hidden;
}
#totalcontent .distribution-map .map-point:active .content a:hover, #totalcontent .distribution-map .map-point:active .content a:active, #totalcontent .distribution-map .map-point:focus .content a:hover, #totalcontent .distribution-map .map-point:focus .content a:active {
	color: #afe1fa;
}
/****************************************************************************************************/
/************************  Styles for Accordian navigation menu for FAQ's page **********************/

#totalcontent .panel-title > a:before {
	float: right !important;
	font-family: FontAwesome;
	content: "\f068";
	padding-right: 5px;
}
#totalcontent .panel-title > a.collapsed:before {
	float: right !important;
	content: "\f067";
}
#totalcontent .panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus {
	text-decoration: none;
}
/******** FAQ's container styles **********/
#totalcontent .faq-cont-pads {
	padding-top: 25px;
	padding-bottom: 25px;
}
#totalcontent .panel-default > .panel-heading {
	color: #333;
	border-color: #ddd;
}
#totalcontent .panel {
	border: 0px solid transparent
}
#totalcontent .panel-default > .panel-heading {
	background-color: #fff;
}
/********* Top Navigational menu adjustments ***********/

#totalcontent .navbar nav {
	float: left;
	margin: 0px;
	padding-top: 30px;
}
/********* Borders bottom for Contact us page address headers ********/

#totalcontent .cont-head-bdr {
	border-bottom: 1px #d1d1d1 solid;
	border-width: 1.1rem;
	font-weight: bold;
	color: #0099cc;
	font-size: 2.1rem;
	line-height: 1.2;
}
/******************************************************************************/
/****************** Flippable cards navigation menu Resources *****************/
/******************************************************************************/

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#totalcontent h1 {
	font-size: 2.5rem;
	font-family: 'Montserrat';
	font-weight: normal;
	color: #444;
	text-align: center;
	margin: 1.8rem 0;
}
/* #totalcontent .wrapper-flip {
	width: 100%;
	margin: 0 auto;
	max-width: 80rem;
}
#totalcontent .cols-flip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#totalcontent .col-flip {
	width: calc(16.6% - 2rem);
	margin: 0.5rem;
	cursor: pointer;
}
#totalcontent .container-flip {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
#totalcontent .front-flip, .back-flip {
	background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
	min-height: 255px;
	height: auto;
	border-radius: 10px;
	color: #fff;
	font-size: 1.4rem;
}
#totalcontent .back-flip {
	background: #cedce7;
	background: -webkit-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
	background: -o-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
	background: linear-gradient(45deg, #cedce7 0%, #596a72 100%);
}
#totalcontent .front-flip:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	opacity: .6;
	background-color: #000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 10px;
} */
#totalcontent .container-flip:hover .front, .container-flip:hover .back {
	/* -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1); */
}
/* #totalcontent .back-flip {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#totalcontent .inner-flip {
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translateY(-50%) translateZ(60px) scale(0.94);
	top: 50%;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 2rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 1px solid transparent;
	-webkit-perspective: inherit;
	perspective: inherit;
	z-index: 2;
}
#totalcontent .container-flip .back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#totalcontent .container-flip .front {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#totalcontent .container-flip:hover .back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#totalcontent .container-flip:hover .front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#totalcontent .front-flip .inner-flip p {
	font-size: 1.3rem;
	margin-bottom: 2rem;
	position: relative;
}
#totalcontent .front-flip .inner-flip p:after {
	content: '';
	width: 4rem;
	height: 2px;
	position: absolute;
	background: #C6D4DF;
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -.75rem;
}
#totalcontent .front-flip .inner-flip span {
	color: rgba(255,255,255,0.7);
	font-family: 'Montserrat';
	font-weight: 300;
} */

@media screen and (max-width: 64rem) {
#totalcontent .col-flip {
	width: calc(33.333333% - 2rem);
}
}

@media screen and (max-width: 48rem) {
#totalcontent .col-flip {
	width: calc(50% - 2rem);
}
}

@media screen and (max-width: 32rem) {
#totalcontent .col-flip {
	width: 100%;
	margin: 0 0 2rem 0;
}
}
/**************** Background image with responsive view ***************/


#totalcontent .map-bg-back {
	/* background: url("../../../assets/images/bg_back_02.png") no-repeat top left fixed; */
	background-size: 100%;
	width: 100%;
}

/**************** Top bar Login modal menu styles *********************/


@media screen and (min-width: 768px) {
#totalcontent .modal-dialog {
	left: 0%;
}
}
#totalcontent .top-login {
	width: 400px;
	margin: 100px auto;
	font-size: 15px;
}
/* Reset top and bottom margins from certain elements */
#totalcontent .top-login-header, .login p {
	margin-top: 0;
	margin-bottom: 0;
}


/**************** The triangle form is achieved by a CSS hack *******************/

#totalcontent .top-login-triangle {
	width: 0;
	margin-right: auto;
	margin-left: auto;
	border: 12px solid transparent;
	border-bottom-color: #28d;
}
#totalcontent .top-login-header {
	background: #28d;
	padding: 20px;
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
#totalcontent .top-login-container {
	background: #fff;
	padding: 15px;
}
/* Every row inside .login-container is defined with p tags */
#totalcontent .top-login p {
	padding: 0px;
}
#totalcontent .top-login input {
	box-sizing: border-box;
	display: block;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	padding: 12px;
	outline: 0;
	font-family: inherit;
	font-size: 0.95em;
}
#totalcontent .top-login input[type=email], .login input[type=password] {
	background: #fff;
	border-color: #bbb;
	color: #555;
}
/* Text fields' focus effect */
#totalcontent .top-login input[type=email]:focus, .login input[type=password]:focus {
	border-color: #888;
}
#totalcontent .top-login input[type=submit] {
	background: #28d;
	border-color: transparent;
	color: #fff;
	cursor: pointer;
}
#totalcontent .top-login input[type=submit]:hover {
	background: #17c;
}
/* Buttons' focus effect */
#totalcontent .top-login input[type=submit]:focus {
	border-color: #05a;
}
/******************   BIOMARKER DATA Block Styles *********************/

#totalcontent .img-responsive {
	height: auto;
	max-width: 100%;
}

/* Navigation menu bar */

@media (min-width: 768px) {
#totalcontent .navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

#headerContent .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 5px;
        text-transform: uppercase;
}
}

/***********************   Loging button color change ******************/

#totalcontent .btn-info:hover, #totalcontent .btn-info:focus, #totalcontent .btn-info:active, #totalcontent .btn-info.active, #totalcontent .open .dropdown-toggle.btn-info {
 background-color: #086066;
}


#totalcontent .lgn-btn-styl
{
	border:2px #177e85 solid; background-color:#fff; border-radius: 8px; height:43px
}


/***************** FAQ page header text styles ******************/

#totalcontent .faq-head-txt
{
	font-weight: bold;
	font-size: 16px;
	color:#3e3e3e;
}

#totalcontent .faq-head-txt .hover
{
	font-weight: bold;
	color:#3e3e3e;
	font-size: 16px;	
}


/************** About Us page style changes *************/

#totalcontent .abtus_pad
{
	padding-top:150px; 
	padding-bottom:50px;
}

#totalcontent .h4-head
{
	font-size:22px; 
	font-weight: bold;
}


/************ Login & Registration model window styles ***************/

#totalcontent .nav-tabs {
    margin-bottom: 15px;
}
#totalcontent .sign-with {
    margin-top: 25px;
    padding: 20px;
}
#totalcontent div#OR {
    height: 30px;
    width: 30px;
    border: 1px solid #C2C2C2;
    border-radius: 50%;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    float: right;
    position: absolute;
    right: -16px;
    top: 40%;
    z-index: 1;
    background: #DFDFDF;
}

#totalcontent .login-wzd-blk
{
	 z-index: 10020; 
	 top: 105px; 
	 padding-right: 0px;
}


@media screen and (min-width: 768px){
#totalcontent .modal-dialog {
    right: auto;
    width: 800px;
    padding-top: 30px;
    padding-bottom: 30px;
}}

#totalcontent .modal-content
{ 
border-radius: 0px;
}

#totalcontent .modal-body
{
	padding: 0px;
}

#totalcontent .form-control
{
	height:30px;
	border-radius: 0px;
}

#totalcontent .form-horizontal .control-label
{
	text-align:left;
}

#totalcontent .lgn-pnl-styl1
{
	border-right: 1px dotted #C2C2C2;
	padding-right: 30px; 
	background-color:#0099cc; 
	height:490px;
}

#totalcontent .lgn-hdr-styll
{
	float:left; 
	padding-left:10px; 
	color:#ffffff; 
	font-size:40px;
}

#totalcontent .lgn-hrd-styl2
{
	bottom:50px; 
	color:#c1c1c1;
}

lgn-hdr-styl3
{
	float:left; 
	text-align: left; 
	padding-left:10px; 
	font-size:16px; 
	font-weight:normal; 
	padding-top:60px; 
	color:#ffffff
}

#totalcontent .checkbox-bot-gap
{
	padding-bottom:10px;
	float:left;
}

#totalcontent .dot {
    height: 5px;
    width: 5px;
    background-color: #202020;
    border-radius: 50%;
    display: inline-block;
}
#totalcontent .popover
{
    min-width:300px;
    left:1050px !important;
}
.dashboardselectd
{
	position: sticky;    
    border: 1px solid #29abe2;
    background: #0000000d;
    width: fit-content;
    padding: 10px;
    border-radius: 18px;
	float: right;
	/*extra adding*/
	margin-right: 2%; 
}
.txtstyle
{
	color: white;
	text-align:right;
	margin-right: 21px;
	font-size:20px;	
}
.section_margin
{
	margin-left:-10px !important;
	margin-right:-10px  !important;
}

div.ui-tooltip{
    background-color: rgb(0,153,204);
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

#totalcontent .homerow1 .counters{
	width: 80%;	
	float: left;
	text-align: center;
}
#totalcontent .homerow1 .counters .section_margin{
	width: 90%;
	float: right;
}
#totalcontent .homerow1 .demo-video{
	width: 20%;
	float: left;
	text-align: center;
	height:150px;
	text-align: center;
}
#totalcontent .homerow1 .demo-video .txtstyle{
	top: 40%;
    position: relative;   
    text-align: center;
	left: 18%;
	display: block;
}


#linkImg.style1{
    width:70px;
    height:25px;
}

#linkImg.style2{
    width:36px;
    height:26px;
}

#linkImg.style3{
    width:36px;
    height:25px;
}

#linkImg.style4{
    width:46px;
    height:35px;
}



#rootpagecontent #footermain footer {
	background: #202020;
	color: #909090;
	float: left;
	margin-top: 0px;
	padding: 50px 0 30px 0;
	width: 100%;
	font-size: 14px;
}

#rootpagecontent #footermain footer .foottext {
	color: #888;
	padding: 0px 20px 20px 0;
}
#rootpagecontent #footermain footer .foottext span {
	color: #fff; /* font-family: 'ProximaNova-Bold'; */
}
#rootpagecontent #footermain footer .foot_address {
	padding: 0px 0px 0px 40px;
}
#rootpagecontent #footermain footer .foot_address i {
	padding: 0px 0px 10px 0px;
	color: #fff;
	font-style: normal;
	display: block;
}
#rootpagecontent #footermain footer .foot_address a {
	color: #909090;
	text-decoration: underline;
}
#rootpagecontent #footermain footer .foot_address a:hover {
	color: #fff;
	text-decoration: none;
}

#rootpagecontent #footermain footer .socialfoot span {
	display: block;
	padding: 0px 0px 20px 0px;
	color: #fff;
}
#rootpagecontent #footermain footer .socialfoot a {
	margin: 2px 4px 0;
	border-radius: 50%;
	color: #fff;
	border: 4px solid #fff;
	float: left;
	font-size: 20px;
	height: 40px;
	padding: 3px 0;
	text-align: center;
	width: 40px;
	-webkit-transition: all .8s ease-in-out;
}
#rootpagecontent #footermain footer .socialfoot a:hover {
	background: #fff;
	color: #04a087;
	-webkit-transition: all .8s ease-in-out;
}
#rootpagecontent #footermain footer .socialfoot a:hover .fa-facebook {
	color: #3b5998
}
#rootpagecontent #footermain footer .socialfoot a:hover .fa-linkedin {
	color: #0077B5
}
#rootpagecontent #footermain footer .lastrow {
	border-top: 1px solid #4d4d4d;
	margin-top: 30px;
	padding: 15px 0px 0px 0px;
}
#rootpagecontent #footermain footer .copyright {
	font-size: 13px;
	color: #909090;
	padding: 20px 0px 0px 0px;
	float: left;
}
#rootpagecontent #footermain footer .copyright span {
	padding-right: 10px;
}
#rootpagecontent #footermain footer .copyright a {
	color: #909090;
	text-decoration: none;
	margin: 0 5px;
}
#rootpagecontent #footermain footer .copyright a:hover {
	color: #909090;
	text-decoration: underline;
}
#rootpagecontent #footermain footer .footlogo {
	float: right;
}

#rootpagecontent #main-header .container {
	width: 1480px;
}


#rootpagecontent #main-header .navbar-collapse {
    border-top: 0;
    padding-top: 25px;
}








#headerContent .container {
	width: 1480px;
}

#headerContent .navbar-static-top {
	position: fixed;
	background-color: #ffffff;
	min-height: 75px;
	border-bottom: #d1d1d1 2px solid;	
    z-index: 10000;
    width: 100%;
    top: 0px;	
}
#headerContent .logo {
	padding: 12px 0;
}
#headerContent .logo img {
	padding-right: 15px;
}
#headerContent .beta {
	background: #e1e0e0;
	color: #313131;
	position: absolute;
	top: 12px;
	left: 275px;
	padding: 0px 3px;
	font-size: 13px;
	border-radius: 3px;
	line-height: 16px;
	font-family: 'ProximaNova-Bold';
}
#headerContent .navbar-collapse {
	border-top: 0;
	padding-top: 25px;
}

#headerContent .navbar-nav li {
	padding: 0 0px;
}
#headerContent .navbar-nav li {
	padding: 0 0px;
	border-left: 0px solid #ababab;
	font-size: 15px;
	font-weight: normal
}
#headerContent .navbar-nav li a {
	color: #000000; /* text-transform: uppercase; */
	font-family: 'ProximaNova-Bold';
}

#headerContent .navbar-nav li a:hover {
	background: #177e85; 
	color: #fff;
	/*background: #177e85;*/
	color: #fff;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#headerContent .navbar-nav li a.active { 
  
	background: white !important;
	color: #000;   
    padding-top: 10px;
    border-bottom: 1px #0099cc solid;
	padding-bottom: 10px;
	border-radius: 0px !important;
	
}

#headerContent .navbar-nav li a.active::after { 
	content:"" !important;
 }

 #headerContent .navbar-nav li:last-child {
	margin-left: 10px;
	margin-right: 10px
}
/* .navbar-nav li:last-child a { border:2px solid #35a99d; border-radius: 5px; color: #35a99d; padding:6px 15px; } */
#totalcontent .navbar-nav li:last-child a {
	color: #35a99d;
}
#headerContent .navbar-nav li:last-child a:hover {
	color: #fff;
}
#headerContent .navbar-toggle {
	/* background: #0a0a0a; */
	border: 1px solid #177e85;
}
#headerContent .navbar-toggle .icon-bar {
	background: #177e85;
}




#footerMain footer {
	background: #202020;
	color: #909090;
	float: left;
	margin-top: 0px;
	padding: 50px 0 30px 0;
	width: 100%;
	font-size: 14px;
}

#footerMain footer .foottext {
	color: #888;
	padding: 0px 20px 20px 0;
}
#footerMain footer .foottext span {
	color: #fff; /* font-family: 'ProximaNova-Bold'; */
}
#footerMain footer .foot_address {
	padding: 0px 0px 0px 40px;
}
#footerMain footer .foot_address i {
	padding: 0px 0px 10px 0px;
	color: #fff;
	font-style: normal;
	display: block;
}
#footerMain footer .foot_address a {
	color: #909090;
	text-decoration: underline;
}
#footerMain footer .foot_address a:hover {
	color: #fff;
	text-decoration: none;
}

#footerMain footer .socialfoot span {
	display: block;
	padding: 0px 0px 20px 0px;
	color: #fff;
}
#footerMain footer .socialfoot a {
	margin: 2px 4px 0;
	border-radius: 50%;
	color: #fff;
	border: 4px solid #fff;
	float: left;
	font-size: 20px;
	height: 40px;
	padding: 3px 0;
	text-align: center;
	width: 40px;
	-webkit-transition: all .8s ease-in-out;
}
#footerMain footer .socialfoot a:hover {
	background: #fff;
	color: #04a087;
	-webkit-transition: all .8s ease-in-out;
}
#footerMain footer .socialfoot a:hover .fa-facebook {
	color: #3b5998
}
#footerMain footer .socialfoot a:hover .fa-linkedin {
	color: #0077B5
}
#footerMain footer .lastrow {
	border-top: 1px solid #4d4d4d;
	margin-top: 30px;
	padding: 15px 0px 0px 0px;
}
#footerMain footer .copyright {
	font-size: 13px;
	color: #909090;
	padding: 20px 0px 0px 0px;
	float: left;
}
#footerMain footer .copyright span {
	padding-right: 10px;
}
#footerMain footer .copyright a {
	color: #909090;
	text-decoration: none;
	margin: 0 5px;
}
#footerMain footer .copyright a:hover {
	color: #909090;
	text-decoration: underline;
}
#footerMain footer .footlogo {
	float: right;
}



#sidebarcontent .sidebar {
	background: #35a99c;
	position: fixed;
	right: 0;
	top: 220px;
	width: 50px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border: 1px solid #9ad4ce;
	border-right: 0;
	z-index:99;
}
#sidebarcontent .sidebar .icons {
	width: 100%;
	padding: 10px;
	text-align: center;
	margin-top: 0px;
}
#sidebarcontent .sidebar .icons a {
	border: 0px solid transparent;
	display: inline-block;
}
#sidebarcontent .sidebar .icons a:hover {
	border: 0px solid #fff;
}
#sidebarcontent .sidebar .icons img {
	-webkit-transition: all .8s ease-in-out;
}
#sidebarcontent .sidebar .icons img:hover {
	-webkit-transform: scale(1.15);
	opacity: 0.6;
	-webkit-filter: invert(1);
	filter: invert(1);
}




#sidebarcontent #back2Top {
	width: 40px;
	line-height: 40px;
	overflow: hidden;
	z-index: 999;
	display: none;
	cursor: pointer;
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	position: fixed;
	bottom: 50px;
	right: 30px;
	background-color: #177e85;
	color: #ffffff;
	text-align: center;
	font-size: 30px;
	text-decoration: none;
	border-radius: 5px
}
#sidebarcontent #back2Top:hover {	
	
	background-color: #b3b3b3;
	color: #1b1b1b;
}



.my-modal .modal-content {
	background-color: #0099CC;
	margin: auto;
	padding: 40px;
	font-size: 15px;
	border: 1px solid #888;
	width: 68%;
}

.my-modal .modal-content {
	height: 344px !important;
	border-radius:0px;
}

.my-modal .modal-body{
	height: auto !important;
}

.my-modal .modal-header {
	border: none;
	text-align: center !important;
	background-color: rgba(0, 0, 0, 0);
}

.my-modal .modal-header .modal-title {
	float: none !important;
    font-weight: 900;
    text-align: center;
    font-size: 28px;
font-family:'ProximaNova-Bold';
}

.my-modal .modal-header .close {
    margin-top: -18%;
    color: #fff;
    opacity: 1;
    margin-right: -9%;
    height: 24px;
    width: 24px;
    left: auto;
    right: 0px;
    bottom: auto;
    top: 0px;
    padding: 0px;
    color: #1e73be;
    font-family: inherit;
    font-size: 32px;
    line-height: 24px;
    border: 1px none #ffffff;
    border-radius: 0px;
    box-shadow: -1px 1px 1px 0px rgba( 2, 2, 2, 0.10 );
    text-shadow: -1px 1px 1px rgba( 0, 0, 0, 0.10 );
    background-color: rgba( 238, 238, 34, 1.00 );

}

.my-modal .modal-body {
	color: #fff;
	margin-top: 4% !important;
}

.my-modal .modal-body p{
	line-height: 25px;
    font-size: 18px;
}

.my-modal .modal-footer {
	margin-top: 5% !important;
	text-align: center;
	border: none;
}

.my-modal .modal-footer a {
	border: 2px solid;
	padding: 10px 20px!important;
    text-align: center;
    border-color: #5c8ca2 !important;
	font-family: sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;

	color: #5c8ca2 !important;
		font-style: normal;
    font-size: 13px !important;
border-width: 0px;
    border-radius: 8px!important;

}

a:hover {
	text-decoration: underline;
  }


