body {
	overflow-x: hidden;
}
.wrapper {
	position: relative;
}
.heighter {
	height: 100px;
	background: #6F3;
}
.no-side-pad {
	padding-left: 0px;
	padding-right: 0px;
}
.no-side-margin {
	margin-left: 0px;
	margin-right: 0px;
}
.full-width-img {
	width: 100%;
	height: auto;
}
a:focus, a:hover{
	text-decoration: none;
}
/*-------------------------------Fonts-------------------------------*/
@font-face {
	font-family: 'latoblack';
	src: url('../fonts/lato-black-webfont.woff2') format('woff2'), url('lato-black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latobold';
	src: url('../fonts/lato-bold-webfont.woff2') format('woff2'), url('lato-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latolight';
	src: url('../fonts/lato-light-webfont.woff2') format('woff2'), url('lato-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latoregular';
	src: url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('lato-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'rubiklight';
	src: url('../fonts/rubik-light-webfont.woff2') format('woff2'), url('rubik-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'rubikmedium';
	src: url('../fonts/rubik-medium-webfont.woff2') format('woff2'), url('rubik-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'rubikregular';
	src: url('../fonts/rubik-regular-webfont.woff2') format('woff2'), url('rubik-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/*-------------------------------Hero-------------------------------*/
.header-block {
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 9999;
	padding: 2em 3em 2em 4em;
	display: flex;
}
.header-block .menu-width {
	width: 100%;
}
.header-block:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	background: url(../img/shadow.png) repeat-x;
	height: 30vw;
}
.header-block .logo {
	text-align: center;
	float: left;
	position: relative;
	z-index: 999;
}
.mob-logo img {
	display: none;
}
.header-block .logo a {
	display: block;
}
.header-block .logo img {
	max-width: 100%;
}
.header-block .menu-section {
	float: right;
	padding: .6em;
}
.miscinfo ul {
	margin: 0px !important;
	display: block !important;
	list-style-type: disc !important;
	margin-before: 0px !important;
	margin-after: 0px !important;
	margin-start: 0px !important;
	margin-end: 0px !important;
	padding-start: 0px !important;
	-webkit-margin-before: 0px !important;
	-webkit-margin-after: 0px !important;
	-webkit-margin-start: 0px !important;
	-webkit-margin-end: 0px !important;
	-webkit-padding-start: 0px !important;
	-ms-margin-before: 0px !important;
	-ms-margin-after: 0px !important;
	-ms-margin-start: 0px !important;
	-ms-margin-end: 0px !important;
	-ms-padding-start: 0px !important;
	-moz-margin-before: 0px !important;
	-moz-margin-after: 0px !important;
	-moz-margin-start: 0px !important;
	-moz-margin-end: 0px !important;
	-moz-padding-start: 0px !important;
	-o-margin-before: 0px !important;
	-o-margin-after: 0px !important;
	-o-margin-start: 0px !important;
	-o-margin-end: 0px !important;
	-o-padding-start: 0px !important;
	float: right;
}
.miscinfo ul li {
	list-style: none;
	text-align: center;
	display: inline-block;
	border-radius: 10px;
	color: #003265;
	font-size: 14px;
	padding: 0.5em 1.2em !important;
	font-family: 'latoregular';
	border: #F00 solid 1px;
	margin: 0 5px;
}
/*banner css*/
.slider .indicators .indicator-item {
	background-color: #85bbfe;/*  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
}
.slider .indicators .indicator-item.active {
	background-color: #ff0000;
	height: 30px;
	border-radius: 9px;
	width: 10px;
	border: none;
}
.slider {
	width: 100%;
	margin: 0 auto;
}
.slider .indicators {
	bottom: 60px;
	z-index: 100;
	text-align: center;
}
.banner_svg {
	position: absolute;
	z-index: 9;
	bottom: -1.2em;
	height: 29vw;
}
.baner-block {
	background: #4a4a4a;
	position: relative;
}
.baner-block .slider-container .slider-caption {
	width: auto;
	position: absolute;
	bottom: 24%;
	right: 5%;
	z-index: 999;
}
.baner-block .slider-container .slider-caption img {
	float: right;
	right: 0;
}
.baner-block:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(../img/banner-hover.png) no-repeat;
	z-index: 9;
	height: 20vw;
	background-size: cover;
}
/*-------------------------------5 Spec-------------------------------*/
.second-block {
	text-align: center;
	background: #fff;
}
.second-block ul {
	margin: 0px !important;
	display: block !important;
	list-style-type: disc !important;
	margin-before: 0px !important;
	margin-after: 0px !important;
	margin-start: 0px !important;
	margin-end: 0px !important;
	padding-start: 0px !important;
	-webkit-margin-before: 0px !important;
	-webkit-margin-after: 0px !important;
	-webkit-margin-start: 0px !important;
	-webkit-margin-end: 0px !important;
	-webkit-padding-start: 0px !important;
	-ms-margin-before: 0px !important;
	-ms-margin-after: 0px !important;
	-ms-margin-start: 0px !important;
	-ms-margin-end: 0px !important;
	-ms-padding-start: 0px !important;
	-moz-margin-before: 0px !important;
	-moz-margin-after: 0px !important;
	-moz-margin-start: 0px !important;
	-moz-margin-end: 0px !important;
	-moz-padding-start: 0px !important;
	-o-margin-before: 0px !important;
	-o-margin-after: 0px !important;
	-o-margin-start: 0px !important;
	-o-margin-end: 0px !important;
	-o-padding-start: 0px !important;
}
.second-block ul li {
	list-style: none;
	text-align: center;
	display: inline-block;
	padding: 0.5em 1.2em !important;
	margin: 0 5px;
}
.second-block ul li.spec-svg {
	margin: 65px 0;
}
.spec-text {
	font-family: 'latoregular';
	font-size: 15px;
}
/*-------------------------------3rd block-------------------------------*/
.third-block {
	background: #f1f1f1 url(../img/thrid-block-img.jpg) no-repeat left;
	width: 100%;
	padding: 7em 5em;
	position: relative;
}
.equipments {
	border-right: #000 solid 1px;
	padding: 0 3em 0 0;
	align-self: center;
}
.equipments-svg {
	text-align: right;
}
.equipments-container {
	display: flex;
}
.equipments h2 {
	text-align: right;
	font-size: 45px;
	color: #003265;
	font-family: 'latolight';
	margin-top: 0;
}
.equipments-details {
	align-self: center;
}
.equipments-details p {
	font-size: 15px;
	color: #003265;
	font-family: 'rubikregular';
	padding: 0 0 0 3em;
}
/*-------------------------------About block-------------------------------*/
.about {
	padding: 5em 5em;
	position: relative;
	display: inline-block;
	width: 100%;
	background: #fff;
}
.about h2 {
	font-size: 45px;
	color: #003265;
	font-family: 'latolight';
	text-align: center;
	padding: 0 0 .7em 0;
}
.intro {
	text-decoration: none;
}
.intro a:hover {
	color: #f00 !important;
	text-decoration: none !important;
}
.intro > span {
	color: #f00 !important;
}
.about-tab {
	padding: 0 2em 0 0;
}
.tab-pane h2 {
	font-size: 45px;
	color: #85bbfe;
	font-family: 'latolight';
	text-align: left;
	padding: 1em 0 .3em 0;
}
.tab-pane p {
	font-size: 15px;
	color: #fff;
	font-family: 'rubikregular';
	padding: 0 3em 0 0;
}
.spec-button {
	padding: 1em 0;
}
.button1 {
	background: #0066cf;
	font-size: 15px;
	color: #fff;
	font-family: 'rubikregular';
	border-radius: 5px;
	padding: .8em 1.5em;
}
.button1:hover {
	color: #ffffff;
	text-decoration: none;
	background: #bf0000 !important;
	text-decoration: none;
}
.button1:focus{
	    color: #fff;
}
.left-pad-button1{
	    padding: 1em 0 0 3em;
}
.tab-content {
	background: url(../img/about-img.jpg) no-repeat !important;
	width: 100% !important;
	background-size: cover !important;
}
/*.ellipsis-svg > svg {
    width: 80px;
    height: 80px;
	padding: .5em 0;
}
*/
/*-------------------------------services-------------------------------*/
.services {
	padding: 1em 0;
	position: relative;
    display: inline-block;
    width: 100%;
}
.services-img {
	background: url(../img/service-img.jpg) no-repeat;
	width: 25%;
	/* background-size: cover; */
	position: absolute;
	z-index: 99;
	/* padding: 0 0 0 2em; */
	border-radius: 20px;
	box-shadow: 0 10px 21px #00326552;
	margin-bottom: 35px;
	min-height: 460px;
	top: 2em;
	margin-left: 2em;
}
.before-svg:before {
	position: absolute;
	content: "";
	left: 61px;
	top: 0;
	width: 100%;
	background: url(../img/service-svg.svg) no-repeat;
	height: 20vw;
	z-index: 999;
}
.services-container {
	position: relative;
	margin-left: 20%;
	background-image: linear-gradient(rgba(0,102,207,100), rgba(0,50,101,100));
	border-radius: 10px 0 0 10px;
	min-height: 500px;
	margin-right: -20px;
}
.services-container:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	background: url(../img/service-bg.png) repeat-x;
	height: 20vw;
	z-index: 9;
}
.services-detail {
	padding: 3em 7em 0 13em;
	position: relative;
}
.services-detail h2 {
	font-size: 45px;
	color: #fff;
	font-family: 'latolight';
	text-align: left;
}
.services-detail h3 {
	font-size: 30px;
	color: #85bbfe;
	font-family: 'latolight';
	text-align: left;
	padding: 0 0 1em 0;
}
.services-detail ul {
	margin: 0px !important;
	/*	display: block !important;
*/	list-style-type: disc !important;
	margin-before: 0px !important;
	margin-after: 0px !important;
	margin-start: 0px !important;
	margin-end: 0px !important;
	padding-start: 0px !important;
	-webkit-margin-before: 0px !important;
	-webkit-margin-after: 0px !important;
	-webkit-margin-start: 0px !important;
	-webkit-margin-end: 0px !important;
	-webkit-padding-start: 0px !important;
	-ms-margin-before: 0px !important;
	-ms-margin-after: 0px !important;
	-ms-margin-start: 0px !important;
	-ms-margin-end: 0px !important;
	-ms-padding-start: 0px !important;
	-moz-margin-before: 0px !important;
	-moz-margin-after: 0px !important;
	-moz-margin-start: 0px !important;
	-moz-margin-end: 0px !important;
	-moz-padding-start: 0px !important;
	-o-margin-before: 0px !important;
	-o-margin-after: 0px !important;
	-o-margin-start: 0px !important;
	-o-margin-end: 0px !important;
	-o-padding-start: 0px !important;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.services-detail ul li {
	list-style: none;
	text-align: center;
	display: inline-block;
	/* padding: 0.5em 1.2em !important; */
	margin: 0 30px;
	z-index: 9;
}
.serv-button {
	padding: 3em 0;
}
/*-------------------------------Clients-------------------------------*/
/*----------------container-1-------------*/
.container {
  position: relative;
  width: 100%;
}

.card {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFFFFF;
	width: 90%;
	height: 12em;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 50, 101, 0.3);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
	transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
	cursor: pointer;
}

.card:nth-child(1) {
  z-index: 10;
  top: 0px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
      text-align: center;
}

.card:nth-child(2) {
  z-index: 9;
  top: -15px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.9;
      text-align: center;
}

.card:nth-child(3) {
  z-index: 8;
  top: -30px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.8;
      text-align: center;
}

.card:nth-child(4) {
  z-index: 7;
  top: -45px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0.7;
      text-align: center;
}

.card:nth-child(5) {
  z-index: 6;
  top: -60px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0.6;
      text-align: center;
}

.card:nth-child(6) {
  z-index: 5;
  top: -75px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.5;
      text-align: center;
}

.card:nth-child(7) {
  z-index: 4;
  top: -90px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  opacity: 0.4;
      text-align: center;
}

.card:nth-child(8) {
  z-index: 3;
  top: -105px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0.3;
      text-align: center;
}

.card:nth-child(9) {
  z-index: 2;
  top: -120px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0.2;
      text-align: center;
}

.card:nth-child(10) {
  z-index: 1;
  top: -135px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  opacity: 0.1;
      text-align: center;
}

.card:nth-child(11) {
  z-index: 0;
  top: -150px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
      text-align: center;
}

.card:first-child:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.card:last-child { opacity: 0; }
/*.title {
  font-size: 36px;
  font-weight: 300;
  color: #FFF;
  text-align: center;
  margin-top:150px;
}

.title p {
  padding: 10px 0 0;
  font-size: 12px;
  opacity: 0.8;
}*/

.container { 
    margin: 100px auto 40px auto;
    /* display: block; */
    height: 19vh;
    float: left;
    width: 100%;
    display: inline-block;
}

/*.card {
  color: rgba(0, 0, 0, 0.2);
  font-size: 12px;
  text-align: center;
}

span {
  display: inline-block;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin: 60px 0 0;
  padding: 8px 10px;
}*/
.clients{
	position:relative;
	display: block;
    width: 100%;
    background: url(../img/clients-bg.png) repeat-x bottom;
    min-height: 37em;
    padding: 5em 3em;
    margin: 0;
}
.clients h2{
	text-align: center;
	font-size: 45px;
	color: #003265;
	font-family: 'latolight';
	margin-top: 0;
}
.card img{
	margin-top: 2em;
}
.card1 img{
	margin-top: 2em;
}

/*----------------container-1-------------*/
.container1 {
  position: relative;
      margin: 100px auto 40px auto;
    /* display: block; */
    height: 19vh;
    float: left;
    width: 100%;
    display: inline-block;
}

.card1 {
	position: absolute;
	top: 0;
	display: block;
	left: 0;
	background: #FFFFFF;
	width: 90%;
	height: 12em;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 50, 101, 0.3);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
	transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
	cursor: pointer;
}

.card1:nth-child(1) {
  z-index: 10;
  top: 0px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
      text-align: center;
}

.card1:nth-child(2) {
  z-index: 9;
  top: -15px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.9;
      text-align: center;
}

.card1:nth-child(3) {
  z-index: 8;
  top: -30px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.8;
      text-align: center;
}

.card1:nth-child(4) {
  z-index: 7;
  top: -45px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0.7;
      text-align: center;
}

.card1:nth-child(5) {
  z-index: 6;
  top: -60px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0.6;
      text-align: center;
}

.card1:nth-child(6) {
  z-index: 5;
  top: -75px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.5;
      text-align: center;
}

.card1:nth-child(7) {
  z-index: 4;
  top: -90px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  opacity: 0.4;
      text-align: center;
}

.card1:nth-child(8) {
  z-index: 3;
  top: -105px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0.3;
      text-align: center;
}

.card1:nth-child(9) {
  z-index: 2;
  top: -120px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0.2;
      text-align: center;
}

.card1:nth-child(10) {
  z-index: 1;
  top: -135px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  opacity: 0.1;
      text-align: center;
}

.card1:nth-child(11) {
  z-index: 0;
  top: -150px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
      text-align: center;
}

.card1:first-child:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.card1:last-child { opacity: 0; }
.client-button{
    /* margin: 0 auto; */
    text-align: center;
}
.download-button{
	text-decoration: none;
    margin: .8em .8em .8em 0;
}
.button-flex{
	    position: relative;
    display: flex;
}
/*-------------------------------Footer-------------------------------*/
.footer{
	border-top:#0066cf solid 10px;
	background:linear-gradient(rgba(0,37,74,1),rgba(0,50,101,1));
	width:100%;
	position:relative;
	margin:0 auto;
	padding: 5em 5em;
}
.footer-logo {
	text-align: center;
	float: left;
	position: relative;
	z-index: 999;
}
.footer-social{
	padding:2em 0;
    display: inline-block;
}
.footer-social ul {
	text-align:center;
	margin: 0px !important;
	display: block !important;
	list-style-type: disc !important;
	margin-before: 0px !important;
	margin-after: 0px !important;
	margin-start: 0px !important;
	margin-end: 0px !important;
	padding-start: 0px !important;
	-webkit-margin-before: 0px !important;
	-webkit-margin-after: 0px !important;
	-webkit-margin-start: 0px !important;
	-webkit-margin-end: 0px !important;
	-webkit-padding-start: 0px !important;
	-ms-margin-before: 0px !important;
	-ms-margin-after: 0px !important;
	-ms-margin-start: 0px !important;
	-ms-margin-end: 0px !important;
	-ms-padding-start: 0px !important;
	-moz-margin-before: 0px !important;
	-moz-margin-after: 0px !important;
	-moz-margin-start: 0px !important;
	-moz-margin-end: 0px !important;
	-moz-padding-start: 0px !important;
	-o-margin-before: 0px !important;
	-o-margin-after: 0px !important;
	-o-margin-start: 0px !important;
	-o-margin-end: 0px !important;
	-o-padding-start: 0px !important;
	flex-wrap: wrap;
	width: 100%;
}
.footer-social ul li {
	float: left;
	display: inline-block;
	list-style: none;
	margin-right: 1.5em;
	margin-top:.8em;
}
.footer-social ul li:hover {
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.getintouch h3{
	text-align: center !important;
	color: #85bbfe;
	font-size: 15px;
	font-family: 'latobold';
}
.footer h3{
	text-align: left;
	color: #85bbfe;
	font-size: 15px;
	font-family: 'latobold';
    text-transform: uppercase;
}
.box-footer {
	display:flex;
}
.box-footer p{
	text-align:left;
	color: #fff;
	font-size: 14px;
	line-height:22px;
	font-family: 'latoregular';
	padding: 0 0 0 .8em;
}
.align{
	align-self: center;
}
.quick ul {
	margin: 0px !important;
	display: block !important;
	list-style-type: disc !important;
	margin-before: 0px !important;
	margin-after: 0px !important;
	margin-start: 0px !important;
	margin-end: 0px !important;
	padding-start: 0px !important;
	-webkit-margin-before: 0px !important;
	-webkit-margin-after: 0px !important;
	-webkit-margin-start: 0px !important;
	-webkit-margin-end: 0px !important;
	-webkit-padding-start: 0px !important;
	-ms-margin-before: 0px !important;
	-ms-margin-after: 0px !important;
	-ms-margin-start: 0px !important;
	-ms-margin-end: 0px !important;
	-ms-padding-start: 0px !important;
	-moz-margin-before: 0px !important;
	-moz-margin-after: 0px !important;
	-moz-margin-start: 0px !important;
	-moz-margin-end: 0px !important;
	-moz-padding-start: 0px !important;
	-o-margin-before: 0px !important;
	-o-margin-after: 0px !important;
	-o-margin-start: 0px !important;
	-o-margin-end: 0px !important;
	-o-padding-start: 0px !important;
	flex-wrap: wrap;
	width: 100%;
}
.quick ul li {
	margin-right: 1.5em;
	list-style:none;
	color:#fff;
	font-family: 'latoregular';
	font-size: 14px;
}
.quick a {
		color:#fff;
}
.quick a:hover{
	text-decoration:none;
	color:#F00;
}
.copyright{
	background:#001831;
	width:100%;
	position:relative;
	bottom:0;
}
.copyright p{
	font-family: 'latoregular';
	font-size: 14px;
	color: #85bbfe;
	text-align:center;
	width:100%;
	padding:1em 0;
	margin:0;
}
.card img {
    text-align: center;
    margin: 2em auto 2em auto;
}
.card1 img {
    text-align: center;
    margin: 2em auto 2em auto;
}
/*----------------------------------------------Inner-pages-------------------------------------*/
/*------------------------About-----------------------*/
.inner-baner-block {
	background: #4a4a4a;
	position: relative;
}
.inner-banner{
	width:100%;
}
.inner-banner img{
	width:100%;
}
.inner-banner-content h1{
	bottom: 0;
    left: 4em;
    z-index: 99;
    color: #fff;
    position: absolute;
    background: #003d7bd6;
    padding: .5em .5em;
    border-radius: 10px 10px 0 0;
    font-size: 35px;
    margin-bottom: 0;
	font-family: 'latoregular';
}
.about-welcome{
	position: relative;
    display: inline-block;
	background-image: linear-gradient(rgba(0,61,122,100), rgba(0,79,159,100));
    padding: 3em 10em;
}
.about-welcome h1{
	font-size: 45px;
	color: #fff;
	font-family: 'latolight';
	text-align:center;
	padding:0 0 .5em 0;
}
.about-welcome p{
	font-size: 15px;
	color: #fff;
	font-family: 'rubikregular';
	padding: 0 3em 0 0;
}
.core-values{
	position: relative;
    padding: 3em 10em;
    display: inline-block;
}
.core-values h1{
    font-size: 45px;
    color: #004e9e;
    font-family: 'latolight';
    text-align: left;
    padding: 0 0 .5em .3em;
    margin: 0;
}
.core-img{
	position:relative;
}
/*.core-img img{
	border-radius:10px;
    box-shadow: 0 10px 21px #007eff63;
}*/
.core-values .core-details{
    background: #004e9e;
    width: 26.33%;
    padding: 1em;
    color: #fff;
    margin: 1em;
    border-radius: 10px;
    box-shadow: 0 10px 21px #007eff63;
}
.core-values ul {
	margin: 0px !important;
	list-style-type: disc !important;
	margin-before: 0px !important;
	margin-after: 0px !important;
	margin-start: 0px !important;
	margin-end: 0px !important;
	padding-start: 0px !important;
	-webkit-margin-before: 0px !important;
	-webkit-margin-after: 0px !important;
	-webkit-margin-start: 0px !important;
	-webkit-margin-end: 0px !important;
	-webkit-padding-start: 0px !important;
	-ms-margin-before: 0px !important;
	-ms-margin-after: 0px !important;
	-ms-margin-start: 0px !important;
	-ms-margin-end: 0px !important;
	-ms-padding-start: 0px !important;
	-moz-margin-before: 0px !important;
	-moz-margin-after: 0px !important;
	-moz-margin-start: 0px !important;
	-moz-margin-end: 0px !important;
	-moz-padding-start: 0px !important;
	-o-margin-before: 0px !important;
	-o-margin-after: 0px !important;
	-o-margin-start: 0px !important;
	-o-margin-end: 0px !important;
	-o-padding-start: 0px !important;
	flex-wrap: wrap;
	width: 100%;
	display: flex;
}
.core-values ul li {
	list-style:none;
	color:#fff;
	text-align:center;
}
.core-values ul li h4{
	font-family: 'latobold';
	font-size: 15px;
}
.core-values ul li h4 span{
	border-bottom:#FFF solid 2px;
	padding:.4em 0;
}
.core-values ul li p{
	font-family: 'rubikregular';
	font-size: 14px;
	padding: .5em 0 0 0;
}
.success-key{
	background:#f1f1f1;
	position:relative;
	width:100%;
	display:flex;
	padding: 3em 10em;
}
.key-img{
	position:relative;
    padding: .1em;
}
/*.key-img img{
	border-radius:10px;
    box-shadow: 0 10px 21px #007eff63;
}*/
.success-key ul {
	flex-wrap: wrap;
	width: 100%;
	display:inline-block;
	padding:1em 0 .5em 0;
}
.success-key ul li {
	list-style:none;
	text-align:center;
	text-decoration:none;
	display: inline-flex;
	width:100%;
}
.success-key ul li p{
	color: #004e9e;
    font-size: 15px;
	font-family: 'rubikregular';
	text-align: left;
}
.success-key h1{
	font-size: 45px;
	color: #003265;
	font-family: 'latolight';
	text-align:left;
	padding:1em 0 .5em 0;
}
.key img{
	padding-right: 1em;
}
/*------------------------Product-----------------------*/
.pro-container {
	background: #f1f1f1 url(../img/thrid-block-img.jpg) no-repeat left;
	width: 100%;
	padding: 7em 10em;
	position: relative;
	display: flex;
}
.pro {
	padding: 0 3em 0 0;
	align-self: center;
}
.pro-svg{    display: inline-flex;}
.pro-svg svg{
	padding:0 1em 0 0;
}
.pro-svg h2 {
	text-align: right;
	font-size: 45px;
	color: #003265;
	font-family: 'latolight';
	margin-top: 0;
}
.pro-details {
	align-self: center;
	border-left: #000 solid 1px;
}
.pro-details p {
	font-size: 15px;
	color: #003265;
	font-family: 'rubikregular';
	padding: 0 0 0 3em;
}
.products{
	display: inline-block;
    position: relative;
    width: 100%;
    padding: 7em 10em;
}
.products-container{
	display: inline-block;
	width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}
.products-box{
	margin: 2em 0 0 0;
	left:0;
	text-align:center;
	position: relative;
	border-radius: 1em;
}
.products-box .head{
    top: 0;
    z-index: 99;
    position: absolute;
    background: #00468c;
    padding: 1em 0;
    margin-top: 0;
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.products-box .head span{
	position: absolute;
	content: "";
	left:-2.8em;
	top: .2em;
	z-index: 999;
}
.products-box .head h2{
    color: #fff;
    font-size: 20px;
    font-family: 'latoregular';
    text-align: center;
}
.products-box img{
	width:100%;
	border-radius: 10px;
}
/*------------------------Product-details-----------------------*/
.pro-detail-container {
	background-image: linear-gradient(rgba(0,61,122,100), rgba(0,79,159,100));	
	width: 100%;
	padding: 7em 10em;
	position: relative;
	display: flex;
}
.pro-detail-container:before{
    position: absolute;
    content: "";
    left: 61px;
    top: 0;
    width: 100%;
    background: url(../img/pro-detail-bg.svg) no-repeat left;
    height: 16vw;
	opacity: 0.1;
}
.pro-detail-box{
	background-image: linear-gradient(rgba(0,61,122,100), rgba(0,79,159,100));	
	width: 100%;
	padding: 7em 10em;
	position: relative;
	display: flex;
}
.pro {
	padding: 0 3em 0 0;
	align-self: center;
}
/*.pro-svg{    display: inline-flex;}
.pro-svg svg{
	padding:0 1em 0 0;
}*/
.pro-detail h2 {
	text-align: right;
	font-size: 45px;
	color: #fff;
	font-family: 'latolight';
	margin-top: 0;
}
.main-pro-details {
	align-self: center;
	border-left:#F00 solid 1px;
}
.main-pro-details p {
	font-size: 15px;
	color: #000;
	font-family: 'rubikregular';
	padding: 0 0 0 3em;
}
.pro-details {
	align-self: center;
	border-left:#F00 solid 1px;
}
.pro-details p {
	font-size: 15px;
	color: #fff;
	font-family: 'rubikregular';
	padding: 0 0 0 3em;
}
.product-details{
	display: inline-block;
	width: 100%;
    position: relative;
    padding: 0 10em;
    margin: 0;
}
.product-details-container{
	display: inline-block;
	width: 100%;
    position: relative;
    padding: 0 10em;
    margin: 0;
	padding: 0 10em;
}
.product-details-box{
    margin: 3em 0 3em 0;
    text-align: center;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 20px 41px #007eff63;
    padding-bottom: 2em;
}
.product-details-box .head{
    top: 0;
    z-index: 99;
    background: #00468c;
    padding: 1em 0;
    margin-top: 0;
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.product-details-box .head h2{
    color: #fff;
    font-size: 30px;
    font-family: 'latoregular';
    text-align: center;
    text-transform: uppercase;
}
.products-box img{
	width:100%;
	border-radius: 10px;
}
.pro-block{
	display: inline-flex;
    width: 100%;
    position: relative;
    padding: 2em;
    border-bottom: #dedede solid 1px;
	align-items: center;
}
.pro-block img{
    padding: 2em;
}
.box3{
	    display: flex;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
}
.heamato-block{
	    display: contents;
    width: 100%;
    position: relative;
    padding: 2em;
    border-bottom: #dedede solid 1px;
	align-items: center;
}

.heamato-blockr-1{
	    display: contents;
    width: 100%;
    position: relative;
    padding: 2em;
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
	align-items: center;
}

.heamato-block img{
        padding: 2em;
    display: inline-block;
}

.heamato-block1{
	display: inline-flex;
    width: 100%;
    position: relative;
    padding: 2em;
	align-items: center;
}
.heamato-blockr-1 img{
        padding: 2em;
    display: inline-block;
}

.heamato-block h3 {
    color: #F00;
    font-size: 20px;
    font-family: 'latoregular';
    text-align: center;
}
.heamato-block p {
    font-size: 15px;
    color: #000;
    font-family: 'rubikregular';
    text-align: center;
}

.heamato-blockr-1 h3 {
    color: #F00;
    font-size: 20px;
    font-family: 'latoregular';
    text-align: center;
}
.heamato-blockr-1 p {
    font-size: 15px;
    color: #000;
    font-family: 'rubikregular';
    text-align: center;
}




.block-details{
	text-align: left;
    width: 100%;
	padding: 0 2em;
    border-left: #85bbfe solid 1px;
}
.block-details h3{	
    color:#F00;
    font-size: 20px;
    font-family: 'latoregular';
    text-align:left;
}
.block-details p{	
	font-size: 15px;
	color: #000;
	font-family: 'rubikregular';
	text-align:left;
}
.pathology-details{
		text-align: left;
    width: 100%;
	padding: 0 2em;
    border-left: #85bbfe solid 1px;
}
.pathology-details h3 {
    text-align: left;
    font-size: 25px;
    color: #000;
    font-family: 'latolight';
    margin-top: 0;
}
.pathology-details h3:before {
    border-bottom: #f00 solid 1px;
    padding: 1.3em 0 0 0;
    width: 10%;
    content: "";
    position: absolute;
}
.pathology-details h4 {
    text-align: left !important;
    font-size: 20px;
    color: #000;
    font-family: 'latolight';
    margin-top: 0;
}
.pathology-details h4:before {
    border-bottom: #f00 solid 1px;
    padding: 1.3em 0 0 0;
    width: 10%;
    content: "";
    position: absolute;
}
.pathology-details p{
    text-align: left;
    display: inline-flex;
    width: 100%;
    color: #004e9e;
    font-size: 15px;
    font-family: 'rubikregular';
    text-align: left;
}
.pathology-details .patho-p{
	    text-align: center;
    font-size: 19px;
    color: #000;
}
.pro-block1{
	display: inline-flex;
    width: 100%;
    position: relative;
    padding: 2em;
	align-items: center;
}
.pro-block1 img{
    padding: 2em;
}
.pro-detail-center h2 {
	text-align:center;
	font-size: 45px;
	color: #fff;
	font-family: 'latolight';
	margin-top: 0;
}
.product-box {
	margin:1em 0;
}
.product-box h2 {
	text-align:center;
	font-size: 25px;
	color: #000;
	font-family: 'latolight';
	margin-top: 0;
}
.product-box img {	
    margin: 0 auto;
}
.histophatology-details{
	display: inline-block;
	width: 100%;
    position: relative;
    padding: 3em 10em;
    margin: 0;
}
.histophatology-details h2{
	text-align:left;
	font-size: 45px;
	color: #000;
	font-family: 'latolight';
	margin: 0 0 1em 0;

}
.histophatology-details h4{
	text-align:left;
	font-size: 20px;
	color: #000;
	font-family: 'latolight';
	margin: 0 0 1em 0;

}

.pathology-details h4{
	text-align: center;
    font-size: 20px;
    color: #000;
    font-family: 'latolight';
    margin: 0 0 1em 0;}

.histophatology-container{
	display: inline-block;
	width: 100%;
    position: relative;
    padding: 0 10em;
    margin: 0;
	padding: 0 10em;
}

.histophatology-list{
	position:relative;
	width:100%;
	display:flex;
}

.hispo ul {
	flex-wrap: wrap;
	width: 100%;
	display:inline-block;
	padding:0;
	margin: 0;
}
.hispo > p{
	display: inline-flex;
	width:100%;
	color: #004e9e;
    font-size: 15px;
	font-family: 'rubikregular';
	text-align: left;
}
.hispo ul li {
	list-style:none;
	text-decoration:none;
	display: inline-flex;
	width:100%;
	color: #004e9e;
    font-size: 15px;
	font-family: 'rubikregular';
	text-align: left;
}
.hispo img{
	padding-right: 1em;
}
.hispo-pro-sec{
	position: relative;
    width: 100%;
    padding: 3em 10em;
    display: inline-block;
}
.hispo-pro{
    display: flex;
}
.immu-sec{
    position: relative;
    width: 100%;
    padding: 3em 10em;
    display: inline-block;
    background: #f1f1f1;
}
.immu-sec h2{
    text-align: left;
    font-size: 45px;
    color: #000;
    font-family: 'latolight';
    margin: 0 0 1em 0;
}
.immu-sec h3{
	text-align: left;
    font-size: 25px;
    color: #000;
    font-family: 'latolight';
    margin-top: 0;
}
.immu-sec h4{
	    font-size: 20px;
    color: #000;
    font-family: 'latolight';
        margin-top: 0;
}
.immu-sec h4::before{
	    border-bottom: #f00 solid 1px;
    padding: 1.3em 0 0 0;
    width: 10%;
    content: "";
    position: absolute;
}
.immu-sec p{
	text-align: left;
    display: inline-flex;
    width: 100%;
    color: #004e9e;
    font-size: 15px;
    font-family: 'rubikregular';
    text-align: left;
}
.immu-sec ul{
	padding: 0;
}
.immu-sec ul li{
    list-style: none;
    /*list-style-image:url("../img/key.svg");*/
    padding: 1em 0;
    display: inline-block;
    width: 100%;
}

.immu-sec ul li img{
	float: left;
	margin-right: 15px;
}
.our-staff > div{
	    padding: 4em 0 0 0;
}









.bg-color{
	background: #f1f1f1;
    position: relative;
    width: 100%;
    display: flex;
}	
.pathology-details{
	position: relative;
    display: inline-block;
    width: 100%;
    padding: 3em;
} 
.pathology-details h2 {
	text-align:center;
	font-size: 45px;
	color: #000;
	font-family: 'latolight';
	margin-top: 0;
	padding: 1em 0;
}
.pathology-details	ul{
	flex-wrap: wrap;
	width: 100%;
	display:inline-block;
	padding:1em 0;
}
.pathology-details ul li {
	list-style:none;
	text-align:left;
	text-decoration:none;
	width:100%;
	text-align: left;
    margin-top: 3em;
}
.pathology-details ul li h3{
	text-align:left;
	font-size: 25px;
	color: #000;
	font-family: 'latolight';
	margin-top: 0;
}
.pathology-details ul li h3:before{
    border-bottom: #f00 solid 1px;
    padding: 1.3em 0 0 0;
    width: 10%;
    content: "";
    position: absolute;
}
.pathology-details ul li p{
	list-style:none;
	text-align:center;
	text-decoration:none;
	display: inline-flex;
	width:100%;
	color: #004e9e;
    font-size: 15px;
	font-family: 'rubikregular';
	text-align: left;
}
.principals-logo{
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 2em 10em;
}		
.principals-head {
	padding: 0 3em 0 0;
	align-self: center;
}
.principals-head h2{	
	text-align:center;
	font-size: 45px;
	color: #000;
	font-family: 'latolight';
	margin-top: 0;
}
.principals-logo h2{	
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: 'latoregular';
    /* margin-top: 0; */
    /*background: #003163;*/
    padding: 1em 0;
}
.prin-log img{
    margin: 0 auto;
    border: #a1a1a1 solid 1px;
    padding: 2em;
}	
.contact-map #map {
	width:100%;
	height:400px;
}
.a-flex{
	display: flex;
}
.hematology ul {
	flex-wrap: wrap;
	width: 100%;
	display:inline-block;
	padding:0;
	margin: 0;
}
.hematology ul li {
	list-style:none;
	text-align:center;
	text-decoration:none;
	display: inline-flex;
	width:100%;
	color: #004e9e;
    font-size: 15px;
	font-family: 'rubikregular';
	text-align: left;
}
.hematology img{
	    padding: 0 .5em 0 0;
}
/*----------------------------------------------Table-------------------------------------*/
.respo-table{
	padding: 0;
    border: #0066cf solid 1px;
    margin-top: 1em;
}
.samp-table{
	border-bottom: #0066cf69 solid 1px;
}
.table-pad{
	padding: .5em 1em;
}
.table-pad:nth-child(odd) {
  background: #f5f5f5;
}
.table-pad h4 {
    color: #F00;
    font-size: 18px;
    font-family: 'latoregular';
    text-align: left;
}
.table-pad p {
    font-size: 15px;
    color: #000;
    margin: 0;
    font-family: 'rubikregular';
    text-align: left;
}
.block-details p span{
	color: #f00;
}


/* Our Team
-------------------------------------------------------*/

.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}

.our-team .team-wrap {
  padding: 0 40px;
}

.our-team .container-fluid {
  padding: 0 50px;
}

.team-img img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.team-member,
.team-img {
  position: relative;
  overflow: hidden;
}
.heading h2{
	font-size: 45px;
    color: #003265;
    font-family: 'latolight';
    text-align: center;
    padding: 0 0 .5em 0;
}

.our-staff h3 {
  margin: 30px 0 7px;
      color: #F00;
    font-size: 18px;
    font-family: 'latoregular';
    text-align: center;
}
.our-staff p{
    font-size: 15px;
    color: #000;
    margin: 0;
    font-family: 'rubikregular';
    text-align: center;
}


.overlay {
  background-color: rgba(0, 102, 207, 0.48);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.our-staff li:hover .team-details {
  opacity: 1;
  margin-top: -80px;
}

.our-staff li:hover .overlay {
  opacity: 1;
}




.our-staff{
    position: relative;
    width: 100%;
    padding: 3em 10em;
}
.our-staff ul{
	    display: flex;
    flex-wrap: wrap;
        padding: 0;
        width: 100%;
}
.our-staff li{
	width: 25%;
    margin:1em 0;
    text-align: center;
    text-decoration: none;
    list-style: none;
}


@media (max-width: 1400px) {
.our-staff{
    position: relative;
    width: 100%;
    padding: 3em 5em;
}
.our-staff li {
    width: 25%;
    margin: 1em 0;
    }
}
@media (max-width: 1200px) {
.our-staff{
    position: relative;
    width: 100%;
    padding: 3em 5em;
}
}
@media (max-width: 992px) {
.our-staff{
    position: relative;
    width: 100%;
    padding: 3em 3em !important;
}
}
@media (max-width: 767px) {
	.heading h2{
		font-size: 30px;
		padding: 0;
	}
.our-staff ul{
	    display: flex;
    flex-wrap: wrap;
        padding: 0;
}
.our-staff li {
    width: 50%;
    }
}
@media (max-width: 480px) {
	.heading h2{
		font-size: 22px;
		padding: 0;
	}
.our-staff h3 {
    margin: 10px 0 7px;
    color: #F00;
    font-size: 15px;
    font-family: 'latoregular';
    text-align: center;
}
.our-staff p {
    font-size: 12px;
    color: #000;
    margin: 0;
    font-family: 'rubikregular';
    text-align: center;
}
.our-staff ul{
	    display: inline-block;
}
.our-staff li {
    width: 100%;
    margin: 2em 0;
}
}













/*----------------------------------------------Animation-------------------------------------*/

/*---SVG LINE Animation -- Heart--*/

/*.path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: dash 5s linear alternate infinite;
}
	
	@keyframes dash {
	0% {
	stroke-dashoffset: 1000;
}
	100% {
	stroke-dashoffset: 0;
}
}*/
.pulse {
  animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(0.8); }
  to { transform: scale(1.2); }
}
/*----------------------------------------------MEDIA-------------------------------------*/
@media (max-width: 1520px) {
	.our-staff {
    padding: 3em 9em;
}
.principals-logo {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 2em 5em;
}
}
@media (max-width: 1400px) {
#cssmenu > ul > li{
	margin: 0px !important;
}
.download-button {
    text-decoration: none;
    margin:0 !important;
}
.second-block ul li{
	padding: .5em 0 !important;
}
.second-block ul li.spec-svg{
	margin:0;
}
.tab-pane h2{
	padding: .5em 0 0.1em 0;
}
.services-detail ul li{
	    margin: 0;
}
.footer-social ul li{
	    float: left;
    display: inline-flex;
    /* list-style: none; */
    /* margin-right: 1.5em; */
    margin-top: 2em;
    /* width: 100%; */
}
.principals-logo {
    display: inline-block;
    position: relative;
    width: 100%;
padding: 2em 0em;
}
/*-----About----*/
.about-welcome {
    padding: 3em 5em;
}
.core-values {
    padding: 3em 5em;
}
.success-key{
	padding: 3em 5em;
}
/*-----products----*/
.pro-detail{
	display: inline-block;
}
.pro-detail-container:before{
	height: 23vw;
}
.pro-details{
    border-left: none;	
}
.histophatology-details{
	padding: 3em 5em;
}
.pathology-details{
	padding: 3em 5em;
}
.product-details{
	padding: 0 5em;
}
.hispo-pro-sec{
	padding: 3em 5em;
}
.immu-sec{
	padding: 3em 5em;
}
}
@media (max-width: 1200px) {
	.principals-logo {
    display: inline-block;
    position: relative;
    width: 100%;
padding: 2em 0em;
}
.footer-social ul li{
	    float: left;
    display: inline-flex;
    /* list-style: none; */
    /* margin-right: 1.5em; */
    margin-top: 2em !important;
    margin-left:0 !important;
    /* width: 100%; */
}
#cssmenu > ul > li > a{
	padding: 15px 16px !important;
}
.about {
    padding: 5em 3em;
}
.tab-pane p {
    padding: 0 1em 0 0;
}
.about h2 {
     padding: 0; 
}
.footer-social ul li{
margin: 0 1em;
    display: inline-flex;
    width: 15%;
}
/*---------About--------------*/
.about-welcome {
    padding: 3em 3em;
 }
.core-values {
    padding: 3em 3em;
}
.pro-detail-container{
	padding: 7em 3em;
}
.pro-detail-container:before {
    height: 27vw;
}
.product-details{
	padding: 0 3em;
}
.principals-logo{
	padding: 2em 3em;
}
}

@media (max-width: 992px) {
	.principals-logo {
    display: inline-block;
    position: relative;
    width: 100%;
padding: 2em 0em;
}
	.about-tab {
    padding: 0 2em;
	}
	.tab-content-1{
		    min-height: 540px !important;
	}
.services-detail {
    padding: 3em 0em 0 8em;
}
.services-container:before{
	height: 40vw;
}
.before-svg:before{
	display:none;
}
.footer {
    padding: 2em 1em;
}
/*-----------About-----------*/
.menu{
	float: none !important;
	text-align: center !important;
}
.header-block:before{
	    height: 25vw;
}
.inner-banner-content h1{
	    z-index: 999;
}
.core-img{
	display: none;
}
.success-key {
    padding: 3em 3em;
}
.pro-detail-container:before {
    height: 37vw;
}
.pro-details p{
	margin: 0;
	padding: 0;
}
.histophatology-details h2 {
    text-align: center;
}
.pathology-details h2{
	padding: 1em 0 0 0;
}
.pathology-details {
    padding: 3em 3em;
}
.principals-logo img {
    margin: 2em auto;
    padding: 1em 0;
}
.principals-logo h2{
	margin-bottom: 1em;
}
.immu-sec img{
	display: none;
}
}
@media (max-width: 767px) {
	.footer-logo {
		text-align: center;
		float: none;
	   	margin: 0 auto;
	}
	.equipments-container {
    	display: inline-block;
	}
	.header-block .menu-section {
    width: 100%;
    margin: 0 auto;
    display: grid;
	}
    .header-block:before {
    height: 25vw;
	}
	.equipments{
		border-right:none;
		    padding: 0;
	}
	.third-block{
		text-align:center;
	}
	.equipments-svg {
    text-align: center;
}
.equipments h2 {
    text-align: center;
}
.third-block {
    padding: 3em 2em;
}
.services-detail {
    padding: 1em 0em 0 7em;
}
.services-detail ul li{	
	    width: 20vw;
    margin: 0 auto;
    display: inline-flex;
}
	.container {
    margin: 68px auto 40px auto;
	}
	.client-button {
    margin: 0 auto 3em auto;
	}
	.clients {
    min-height: 67em;
	}
	.footer-logo img{
		margin:0 auto;
	}
	.footer-social{
		display:none;
	}
.download-button {
    text-decoration: none;
        margin: .8em auto;
    text-align: center;
}
.heamato-block {
    display: inline-block;
    }


/*-----------------Table--------------------*/
 .table-pad h4{
 	text-align: center;
 }
/*-----------------Innerpages--------------------*/
.inner-banner-content h1 {
    display: none;
}
.about-welcome {
    padding: 3em 2em;
}
.about-welcome h1 {
    font-size: 30px;
}
.core-values h1 {
    font-size: 30px;
}
.core-values{
	    padding: 3em 1em;
}
.key-img{
	/*display: none;*/
}
.success-key {
    padding: 3em 2em;
}
.success-key h1{
    font-size: 30px;
}
.pro-container{
	padding: 3em 2em;
}
.pro-container {
    display: inline-block !important;
    text-align: center;
}
.main-pro-details {
    border-left: none;
}
.pro{
	padding: 0;
	    text-align: center;
}
.pro-svg svg{
	display: none;
}
.products{
	padding: 1em 3em;
}
.pro-detail-container {
    padding: 3em 1em;
}
.pro-detail-container{
	display: inline-block;
}
.pro-detail h2 {
    text-align: center;
    font-size: 30px;
}
.product-details {
    padding: 0px 1em;
}
.pro-block {
    display: inline-block;
    padding: 1em;
}
.pro-block1 {
    display: inline-block;
        padding: 1em;

}
.pro-block > img {
    padding: .5em  !important;
    margin: 0 auto;
  }
.pro-block1 > img {
    padding: .5em  !important;
    margin: 0 auto;
  }

.block-details{
	text-align: center;
}
.block-details h3 {
    text-align: center;
}
.block-details{
	border: none;
}
.block-details p{
	text-align: center;
}
.histophatology-details {
    padding: 3em 1em;
}
.pathology-details {
    padding: 3em 1em;
}
.pathology-details ul{
	margin: 0;
	padding: 0;
}
.principals-logo img {
    margin: 0 auto;
    padding: 0;
}
.hispo-pro-sec{
	    padding: 3em 2em;
	    display: inline-block;
}
}
@media (max-width: 480px) {
.menu{	
	float: none;
    text-align: center !important;
}
.responsive-slider .slides ul li .slide-body .caption.header p{
	font-size: 25px !important;
}
.header-block{
	    width: 100%;
     position:relative;
    top: 0px;
    z-index: 9999;
     padding: 0 !important;
    display: flex;
}
.header-block .menu-section{
    padding: 1em 0 0 0 !important;
    width: 100%;
    float: none !important;
    display: inline-grid;
    margin: 0 !important;
}
.header-block:before{
	height:80vw;
}
.header-block .logo{
	    text-align: center;
    float: none !important;
    position: relative;
    z-index: 999;
    margin: 0 auto;
    width: 50vw;
}
.second-block ul li.spec-svg{
	margin: -13px auto;
    width: 12em;
    display: inline-flex;
    padding: 0 !important;
}
.equipments-container{
	display: inline-block;
}
.equipments h2{
	text-align: center;
    font-size: 22px;
    margin-top: 0;
}
.third-block{
	    padding: 2em 1em;
}
.equipments{
	padding:0 !important;
}
.equipments-svg{
	display:none;
}
.equipments-details p{
	font-size: 12px;
    color: #003265;
    font-family: 'rubikregular';
    padding: 0 !important;
    text-align: center;
}
.about{
	padding:0 !important;
}
.about h2{
	font-size: 22px;
    text-align: center;
	padding:0 !important;
}
.mobile-pad{
	    padding: 0;
}
.about-tab{
	    padding: 0 1em;
    text-align: center;
}
.tab-pane p{
	    font-size: 12px;
     padding:0 !important; 
}
.tab-content-1{
	min-height:300px !important;
}
.spec-button{
	    padding: 2em 0;
}
.button1{
    font-size: 12px;
}
.services-img{
	display:none;
}
.services-container{
	margin:0;
	border-radius:10px;
}
.services-container:before{
	display:none !important;
}
.services-detail{
	padding: 0.5em;
    position: relative;
}
.before-svg:before{
	display:none !important;
}
.services-detail h2{
	font-size: 22px;
    text-align: center;
    margin: .5em 0;
}
.services-detail h3{
	font-size: 20px;
    color: #85bbfe;
    font-family: 'latolight';
    text-align: center;
    padding: 0;
}
.services-detail ul li{
	margin: 0 auto;
    width: 40vw;
    display: inline-flex;
    position: relative;
}
.clients{
	    padding:1em;
		min-height:118vh;
}
.clients-xs{
	display:inline-grid;
	    padding:0;
}
.clients h2{
		font-size: 22px;
    text-align: center;
    margin: .5em 0;
}
.container{
	    margin: 56px auto 18px auto;
}
.top-pad-xs{
	top:7em;
}
.container1{
	margin: 60px auto 40px auto;
}
.footer{
	padding:1em 0;
}
.grid{
	display: inline-grid;
}
/*--------------innerpages------------*/
.header-block:before {
    height: 96vw;
}
.about-welcome {
    padding: 1em;
}
.about-welcome h1 {
    font-size: 22px;
}
.about-welcome p {
    font-size: 12px;
        text-align: center;
 }
.core-values {
    padding: 1em 1em;
}
.core-values .core-details {
    width: 100%;
}
.core-values h1 {
    font-size: 22px;
    text-align: center;
}
.core-values ul li h4 {
    font-size: 12px;
}
.core-values ul li p {
    font-size: 12px;
}
.success-key {
    padding: 1em 1em;
}
.success-key h1 {
    font-size: 22px;
    padding: 0;
}
.success-key ul li p {
    font-size: 12px;
}
.success-key h1 {
    text-align: center;
}
.pro-container {
    padding: 1em;
}
.pro-svg h2 {
    font-size: 22px;
}
.main-pro-details p {
    font-size: 12px;
    padding: 0;
}
.products-box .head h2 {
    font-size: 12px;
    margin-left: 50px;
    text-align: left;
}
.products-box .head{
	padding: 0;
}
.products {
    padding: 1em;
}
.pro-detail-container {
    padding: 2em 1em;
}
.pro-detail h2{
	font-size: 22px;
}
.pro-detail-container:before{
	display: none;
}
.pro-details p {
    font-size: 12px;
}
.product-details {
    padding: 0;
}
.box3 {
    display: inline-block;
 }
 .heamato-block{
 	border-bottom: none; 
 }
.product-details-box .head h2 {
    margin: 0;
    font-size: 18px;
}
.block-details {
    padding: 0px;
}
.block-details h3{
	    font-size: 18px;
}
.block-details p{
	    font-size: 12px;
}
.histophatology-details {
    padding:2em 1em;
}
.histophatology-details h2 {
    text-align: center;
    font-size: 22px;
}
.histophatology-list {
    display: block;
}
.hispo ul li{
	    font-size: 12px;
}
.hispo ul li a{
    text-decoration: none !important;
}
.hispo ul li a:hover{
    text-decoration: none !important;
}
.hispo img {
    width: 10%;
}
.hispo-pro-sec{
	    padding: 3em 2em;
}
.hispo-pro{
		    display: inline-block;
}
.immu-sec {
    padding: 3em 2em;
    text-align: center;
}
.immu-sec h2 {
    text-align: center;
    font-size: 22px;
}
.immu-sec h3 {
    text-align: center;
    font-size: 18px;
}
.immu-sec h4 {
	    font-size: 15px;
}
.immu-sec p {
    text-align: center;
    font-size: 12px;
}
.immu-sec h4::before{
	display: none;
}






.pathology-details {
    padding: 2em 1em;
}
.pathology-details h2 {
    padding: 0;
    font-size: 22px;
}
.pathology-details h4 {
	font-size: 15px;
}
.pathology-details h3 {
	font-size: 15px;
}
.pathology-details p{
	font-size: 12px;
}
.pathology-details{
	border: none;
}
.pathology-details .patho-p{
	font-size: 14px;
}
.pathology-details ul li{
	margin-top: 1.2em;
	border-bottom: #ff0000 solid 1px;
}
.pathology-details ul li:nth-last-child(1) {
	border-bottom: none;
}
.pathology-details ul li h3:before{
	border-bottom:none;
}
.pathology-details ul li h3 {
    margin: 0 0 .2em 0;
    text-align: center;
    font-size: 20px;
}
.pathology-details ul li p {
    text-align: center;
    font-size: 12px;
}
.product-details-container{
	padding: 0;
}
.pro-detail-box{
	padding: 1em;
}
.pro-detail-center h2 {
    text-align: center;
    font-size: 22px;
    margin: 0 auto;
}
.principals-logo {
    padding: 2em 1em;
}
.principals-logo h2 {
    font-size: 22px;
}
.principals-logo {
    padding: 0;
}
.container-contact100{
	padding: 0 !important;
}
.contact100-form-title{
    font-size: 22px !important;
}
.contact100-form {
    padding: 2em 1em !important;
}
.contact100-form-title{
	    padding-bottom: .5em !important;
}
.contact100-form-btn{
	    font-size: 12px !important;
}
.contact100-more {
    padding: 1em !important;
}
.txt2 {
    font-size: 12px !important;
    padding: 0 !important;
}
.txt1 {
    font-size: 15px !important;
 }
 .size1{
	padding: 1em 0 !important;
}
.size2{
	padding: 0 !important;
}
#cssmenu > ul > li:hover > a{
	padding:0 !important; 
}
.getintouch{
	padding: 0;
}
.box-footer {
    display: flex;
    padding: 0;
}
.card{
	display: block;
}
.card1{
	display: block;
}
.card {
    width: 100%;
    height: 19em;
}
.card1 {
    width: 100%;
    height: 19em;
}
.client-button{
	display: none;
}
.card img {
    text-align: center;
    margin: 1em auto;
}
.card1 img {
    text-align: center;
    margin: 1em auto;
}
.copyright p{
	    font-size: 12px !important;
}
.a-flex{
	    display: inline-block;
}
.footer{
	overflow: hidden;
}
.wrapper {
	overflow: hidden;
}