﻿@charset "utf-8";
/* CSS Document */

body{
	background:#e3e3e3;
	min-width:inherit !important;
	font:normal !important;
	}	
a{
	transition:1s ease;}	
#main-wrapper{
	max-width:1302px;
	margin:auto;
	overflow:hidden;
	}	
.top-section {
    margin: 0px;
    padding: 4px 0px 4px 0px;
    width: 70%;
    float: right;
}	
.top-section-left{
	margin:0px;
	padding:0px;
	float:left;
	width:50%;
	    position: absolute;
    left: 10px;
    top: 10px; z-index:99;
	}	
.top-section-left p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0x;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#181818;}	
	
.search-section-right{
	    margin:-44px 7px 6px 0px;
    padding: 0px;
    float: right;
    width: 25%;
    position: relative;
    background: #f1f1f1;
    border-radius: 14px;
    height: 30px;
	}	
	
	
.top-section-service {width: 20%; float: left; margin-right: 2%; position: relative;    cursor: pointer;}	
.top-section-service .services {border-radius: 25px;width: 100%;background: #070d7d;color: #fff;padding: 7px 16px; font-size: 13px;
    text-transform: uppercase;position: absolute;  overflow:hidden;    -webkit-transform: translateZ(0); transform:translateZ(0); z-index: 100;}
	.top-section-service .services:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1720cd;
    border-radius: 20px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
	.top-section-service .services:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(0.52, 1.64, .37, .66);
}

.top-section-service::-webkit-input-placeholder { /* Edge */
  color: #000;
}

.top-section-service:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.top-section-service::placeholder {
  color: #000;
}

.top-section-service .services img {    width: 17px;    float: right;    margin-top: 0px;}
.top-section-service .services-sub {       position: absolute;    z-index: 99; background: #f1f1f1;  padding: 18px 5px 1px 5px;
    top: 23px;    left: 2px;    width: 98%;    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    /* transform-style: preserve-3d; */
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
}
	
	.top-section-service:hover .services-sub {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
}
	.top-section-service:hover .services img { transform: rotate(180deg);}
.top-section-service .services-sub .online-report:focus {
    border-bottom: 1px solid #ccc !important;
}
.top-section-service .online-report {   font-size:15px; color: #000;    display: block;    padding:1px 12px 8px 12px;    border-bottom: 1px solid #ccc; text-align:center;}
.top-section-service .online-report:hover {     color: #070d7d;    }
.top-section-service .logistic {  font-size:15px;  color: #000;  padding:10px 12px;    display: block; text-align:center;}
.top-section-service .logistic:hover {    color: #070d7d;  }
.top-section-contact .mobs, .top-section-contact .mails{ margin-left:20px;}
.mobs img, .mails img{width:16px; margin-right:10px;}
.top-section-contact span{    top: -3px;    position: relative; color: #000;}
.top-section-contact {    width: 18%;    float: left;    margin-right: 1%;}
.top-section-lb-time {    width: 30%;    float: left;    margin-right: 4%; text-align:left;}
.top-section .top-section-contact{ font-size: 10px;}

.top-section-lb-time P:nth-child(2) { margin: 0px 0 0 99px; }

.top-section-lb-time p b{color:#070d7d;font-weight: 700;}


.top-section-service:hover .services:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(0.52, 1.64, .37, .66)
}



.menu-mob{ display:none!important;}
.wsmenu-list li a span{    position: relative;    top: -4px;}
.search-section-right input[type="text"] {
height: 30px;
    font-size: 13px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    border: none;
    outline: none;
    color: #181818;
    padding: 0;
    padding-right: 40px;
    width: 90%;
    position: absolute;
    top: 0px;
    right: 11px;
    background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

.search-section-right input[type="text"]:focus:hover {
  
}

.search-section-right input[type="text"]:focus {
   z-index: 1;
  cursor: text;
}

.search-section-right input[type="submit"] {
 outline: none;   background: rgba(0, 0, 0, 0) url("../images/search-button.png") no-repeat scroll 0 0;
    border: medium none;
    color: #181818;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 22px;
    position: absolute;
    right: 6px;
    text-indent: -10000px;
    top: 6px;
    transition: opacity 0.4s ease 0s;
    width: 23px;
    z-index: 999;
	background-size:70%;
	
	
}

.search-section-right input[type="submit"]:hover {
  opacity: 1;
}
.main-white-wrapper{
	margin:0px;
	padding:0px;
	background:#FFF;
	}
.menu-logo-section{
	margin:0px;
	padding:0px;
	border-bottom:2px solid #070d7d;
	}	
.log-section{
	margin:0px;
	padding:0px;
	float:left;
	width:30%;border-right: 1px solid #ccc;
	background:#fff;
	min-height:92px;
	}	
	
.log-section img {
    margin-top: 9px;max-width: none;
}	
	
.menu-section{
	margin:0px;
	padding:0px;
	float:left;	
	width:70%;
	}
.menu-section ul li{
		border-right: 1px solid #ccc;
		}
			
.menu-section ul li:last-child{
	border-right: none;
	}	
.menu-section ul li a:hover{
	background:none !important;
	color:#070d7d !important;}	
	
	
.banner-section{
	margin:0px;
	padding:0px;
	position:relative;
	}	
.banner-section .carousel-caption{
	position:absolute;
	top:12%;
	padding:0px 0px 0px 50px;
	}
.banner-section .carousel-caption h1{ 
	margin:0px 0px 30px 0px;
	padding:0px;
	font-family: 'Raleway', sans-serif;
	font-size:44px;
	color:#2a2a2a;
	line-height:50px;
	}
.banner-section .carousel-caption h1 span{
	color:#070d7d;
	font-weight:bold;
	}
.banner-know-more2 {
    background: #070d7d url("../images/knowmore-button-arrow-l.png") no-repeat scroll left center;
    border-radius: 20px;
    color: #fff;
    display: inline-block !important;
    font-family: "Arimo",sans-serif;
    font-size: 13px;
    margin: 0  0 0 10px;
   /* padding: 10px 50px 10px 30px;*/
    padding: 10px 20px 10px 50px;
    text-transform: uppercase;
	text-align:left;
/*	border:4px solid #fff;*/
}

.banner-know-more {
    background: #070d7d url("../images/knowmore-button-arrow.png") no-repeat scroll right center;
    border-radius: 20px;
    color: #fff;
    display: inline-block !important;
    font-family: "Arimo",sans-serif;
    font-size: 13px;
    margin: 0 10px 0 0;
   /* padding: 10px 50px 10px 30px;*/
    padding: 10px 50px 10px 20px;
    text-transform: uppercase;
	text-align:left;
/*	border:4px solid #fff;*/
}

.banner-know-more.pink {
    background: #af13f7 url("../images/knowmore-button-arrow.png") no-repeat scroll right center;
    border-radius: 20px;
    color: #fff;
    display: inline-block !important;
    font-family: "Arimo",sans-serif;
    font-size: 13px;
    margin: 0 10px 0 0;
   /* padding: 10px 50px 10px 30px;*/
    padding: 10px 50px 10px 20px;
    text-transform: uppercase;
	text-align:left;
/*	border:4px solid #fff;*/
}

.banner-section .owl-buttons {
    position: absolute;
    right: 20px;
    top: 60%;
}

.banner-section .owl-prev{
	margin:0px 20px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../images/banner-prev-arrow.png) no-repeat 0px 0px;
	width:44px;
	height:44px;
	display:inline-block;
	}
.banner-section .owl-next{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../images/banner-next-arrow.png) no-repeat 0px 0px;
	width:44px;
	height:44px;
	display:inline-block;
	}
/*.blue-strip{
	margin:-5px 0px 0px 0px;
	padding:0px;
	background:#1720cd;
}	*/
.blue-strip{
    margin:-5px 0px 0px 0px;
    padding:0px;
    background:#1720cd;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
}
.blue-strip.smaller{
    position:inherit;
    left:inherit;
    bottom:inherit; 
    width:auto;}
.blue-strip-left{
	margin:0px 0px 0px 0px;
	padding:30px 0px 30px 50px;
	width:70%;
	float:left;
	}	
.blue-strip-left p{
	margin:0px;

	padding:0px 0px;
	font-family: 'Raleway', sans-serif;
	color:#fff;
	font-size:21px;	
	}
.blue-strip-right{
	margin:0px;
	padding:0px 0px 0px 0px;
	float:right;
	width:30%;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight:bold;
	}
.online-reports{
	float:left;
	width:50%;
	padding:20px 0px;
	background:#0b13af;
	border-right:2px solid #1720cd;
	display:inline-block;
	color:#FFF; position: relative;
	text-align:center;
	}
.online-reports p {
	position: absolute;
    font-size: 9px;
    font-weight: 600;
    background: yellow;
    color: #000;
    padding: 1px 5px;
    border-radius: 4px;
    left: 38%;
    top: 5%;}

.online-reports p::before { 
   content: "";
    position: absolute;
    left: 5px;
    top: 77%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid yellow;
}
.online-reports i{
	display:inline-block;
	vertical-align:middle;
	margin:0px 5px 0px 0px;}	
.online-reports span{
	display:inline-block;
	vertical-align:middle;
	}	
.online-reports:hover{
	background:#000;
	}
.logistics{
	float:right;
	width:50%;
	padding:24px 0px;
	background:#0b13af;
	display:inline-block;
	color:#FFF;	
	text-align:center;	
	}	
				
.logistics:hover{
	background:#000;

	}
.logistics i{
	display:inline-block;
	vertical-align:middle;
	margin:0px 5px 0px 0px;}	
.logistics span{
	display:inline-block;
	vertical-align:middle;
	}	
	
.detiles-company{
	margin:0px 0px 0px 0px;
	padding:50px 0px;
	text-align:center;
	}	
.detiles-company h2{
	margin:0px 0px 0px 0px;
	padding:0px 0px 30px 0px;
	font-family: 'Raleway', sans-serif;
	font-size:30px;
	color:#262626;	
	}
.detiles-company p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#262626;
	line-height:28px;
}
.know-more {
    background: #070d7d;
    border-radius: 25px;
    color: #fff;
    display: inline-block !important;
    font-family: "Arimo",sans-serif;
    font-size: 13px;
    margin:0px 0px 0px 0px;
    padding:15px 30px;
    text-transform: uppercase;
	/*border:4px solid #fff;*/
}				
.know-more:hover{
	background:#000;
	}
	
.offers-services{
	margin:0px 0px 0px 0px;
	padding:50px;
	background:#f5f5f5;
	text-align:center;
}	
.offers-services h2{
	margin:0px 0px 0px 0px;
	padding:0px 0px 40px 0px;
	font-family: 'Raleway', sans-serif;
	font-size:30px;
	color:#262626;
}


.parameter-lising{
	margin:0px 20px 0px 0px;
	padding:0px 0px 0px 0px;
	width:48%;
	float:left;
	}
.parameter-lising img{
	width:100%;
	display:block;
	}
.parameter-lising:nth-child(2){
	float:right !important;
	margin:0px !important;}	
	
.laboratory-facilities{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:48%;
	float:right;
	}
.laboratory-facilities img{
	width:100%;
	display:block;	
	}	
.blue-div{
	margin:0px;
	padding:15px 10px;
	background:#1720cd url(../images/knowmore-button-arrow.png) no-repeat 95%;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	color:#fff;	
	text-align:left;
	}	
.blue-div:hover{
	background:#000 url(../images/knowmore-button-arrow.png) no-repeat 95%;
	}	
.certification-div{
	margin:0px 0px 0px 0px;
	padding:50px 50px;
	background:#fff;
	text-align:center;
	    border-top: 1px solid #dadada;
	}	
.certification-div h2{
	margin:0px 0px 0px 0px;
	padding:0px 0px 30px 0px;
	font-family: 'Raleway', sans-serif;
	font-size:30px;
	color:#262626;	
	}	
.timtig-section-blue{
	margin:0px;
	padding:0px 0px;
	background:#070d7d;
	}
.different-test-site{
	margin:0px 0px 0px 0px;
	padding:10px 30px;
	width:25%;
	float:left;
	border-right:1px solid #4146ac;
	}
.different-test-site i{
	display:block;
	float:left;
	}	
.different-test-site span{
	display:block;
	float:left;
	padding:10px 10px;}	
		
.different-test-site span h3{
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	color:#fff;	
	font-weight:bold;
	} 
.different-test-site span p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	color:#fff;	
	} 		
.lab-hours{
	margin:0px 0px 0px 0px;
	padding:10px 10px;
	width:50%;
	float:left;
	border-right:1px solid #4146ac;
	}		
.lab-hours i{
	display:block;
	float:left;
	}	
.lab-hours span{
	display:block;
	float:left;
	padding:10px 20px;}	
		
.lab-hours span h3{
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	color:#fff;	
	font-weight:bold;
	text-transform:uppercase;
	} 
.lab-hours span p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#fff;	
	} 	

.key-technical {
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
    width: 50%;
}
.key-technical i{
	display:block;
	float:left;
	padding:10px 0px
	}	
.key-technical span{
	display:block;
	float:left;
	padding:33px 10px;}	

.key-technical span p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	color:#fff;
	text-transform:uppercase;	
	} 

.arrow-button {
    background: #1720cd none repeat scroll 0 0;
    float: right;
    margin: 0;
    padding: 33px 0 33px 10px;
}
.arrow-button:hover{
	background:#000;}	
	
.events-developments{
	margin:0px;
	padding:50px 80px;
	background:url(../images/events-development.jpg) no-repeat right 0px;
	height:552px;
	text-align:center;
	}	
	
.events-developments h2{
	margin:0px 0px 0px 0px;
	padding:0px 0px 60px 0px;
	font-family: 'Raleway', sans-serif;
	font-size:30px;
	color:#262626;	
	}	
.event-section{
	margin:0px 80px 0px 0px;
	padding:0px 0px 0px 0px;
	width:30%;
	float:left;
	text-align:center;
	}	
	
.event-section > img {
    width: 26%;
}	
	
.event-section h3{
	margin:0px 0px 0px 0px;
	padding:20px 0px 20px 0px;
	font-size:20px;
	color:#1c1c1c;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;	
	font-weight:bold;
	}	
	
.event-section p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	font-size:16px;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	line-height:22px;
	}
	
.event-section-right{
	margin:0px 80px 0px 0px;
	padding:0px 0px 0px 0px;
	width:30%;
	float:left;
	text-align:center;
	}	
.event-section-right h3{
	margin:0px 0px 0px 0px;
	padding:20px 0px 20px 0px;
	font-size:20px;
	color:#1c1c1c;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;	
	font-weight:bold;
	}	
	
.event-section-right p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	font-size:16px;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	line-height:22px;
	}	
		
.our-motto{
	margin:0px;
	padding:0px 40px;
	background:#1720cd url(../images/our-motto.jpg) no-repeat right 0px;
	display:none;
	}
.our-motto p{
	margin:0px;
	padding:66px 0px;
	color:#FFF;
	font-family: 'Raleway', sans-serif;	
	font-size:29px;
	}
.footer-wrap-section{
	margin:0px;
	padding:20px 50px;
	background:#090b3e;
	}

.footer-wrap-section-1 {
    float: left;
    margin: 0 25% 0 0;
    padding: 0;
    width: 23%;
}	
.footer-wrap-section-2{
	margin:0px;
	padding:0px 0px;
	width:30%;
	float:left;
	}	
.footer-wrap-section-3{
	margin:0px;
	padding:0px 0px;
	width:20%;
	float:left;	
	}

.footer-wrap-section-3 a{ color:#fff;}	
	
.footer-wrap-section h4{
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	color:#fff;
	font-family: 'Raleway', sans-serif;		
	}							
.footer-wrap-section-1 ul{
	margin:0px;
	padding:0px;
	}	
.footer-wrap-section-1 ul li{
	margin:0px;
	padding:10px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#FFF;
	border-bottom:1px solid #131778;	
	}	
.footer-wrap-section-1 ul li a{
	color:#fff;
	}
.footer-wrap-section-1 ul li a:hover{
	color:#4146ac !important;
	}		
		
.footer-wrap-section-2 a{
	margin:0px 0px 0px 0px;
	padding:7px 0px;
	font-size:15px;
	font-family: 'Raleway', sans-serif;	
	color:#fff;
	display:table;	
	}
.footer-wrap-section-2 a:hover{
	color:#4146ac !important;}	 	
.phone-number {
    background: rgba(0, 0, 0, 0) url("../images/footer-phone.png") no-repeat scroll left 0;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
margin: 15px 0px;
    padding: 8px 40px;
}

.fax-number {
    background: rgba(0, 0, 0, 0) url("../images/footer-fax.png") no-repeat scroll left 0;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
margin: 15px 0px;;
    padding: 8px 40px;
}		

.footer-email {
    background: rgba(0, 0, 0, 0) url("../images/footer-email.png") no-repeat scroll left 0;
    color: #4851ff;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
margin: 15px 0px;
    padding: 8px 40px;
	display:block;
}

.footer-email:hover{
	color:#FFF;}
	
.copyright-section{
	margin:0px 0px 0px 0px;
	padding:10px 20px;
	background:#fff;
	}	
.copyright-section-left{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	width:60%;
	}
.copyright-section-left p{
	margin:0px;
	padding:0px 0px;
	font-family:"Open Sans",sans-serif;
	font-size:13px;
	color:#000;
	}
	
.copyright-section-right{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	width:40%;
	}	
.copyright-section-right > a {
    float: right;
    margin: 0 0 0 10px;
}
.copyright-section-right > a:hover {
    opacity:.5;
}		



.inner-banner-section{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	}
.inner-banner-section img{
	width:100%;
	}
	

.inner-banner-section-caption {
    left: 5%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 44%;
}

.inner-banner-section-caption h1{
	margin:0px 0px 25px 0px;
	padding:0px 0px 0px 0px;
	color:#2a2a2a;
	font-size:36px;
	font-family: 'Raleway', sans-serif;		
	}
	
	
.inner-content-section{
	margin:0px 0px 50px 0px;
	padding:0px 0px 0px 0px;
	}
.about-left{
	margin:0px 0px 0px 0px;
	padding:0px 30px;
	width:30%;
	float:left;
	}	
	
.about-left-content{
	margin:0px 0px 0px 0px;
	padding:20px 0px;
	border-bottom:3px solid #1720cd;
	border-top:3px solid #1720cd;
	transform: translateY(50%);
	font-family: 'Raleway', sans-serif;	
	font-size:21px;
	color:#111111;
	line-height:29px;
	}
.about-left-content	span{
	color:#1720cd;
	}	
	
.about-right{
	margin:0px 0px 0px 0px;
	padding:30px 30px;
	width:70%;
	float:right;
	}		
.about-right h2 span{
	margin:0px 0px 30px 0px;
	padding:0px 0px 10px 0px;
	color:#262626;
	font-size:30px;
	font-family: 'Raleway', sans-serif;	
	font-weight:normal;
	border-bottom:4px solid #777777;
	}	
.about-right h2{
	font-weight:bold;
	font-size:30px;
	margin:0px 0px 50px 0px;
	}	
.about-right p{
	margin:30px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:16px;
	font-family: 'Raleway', sans-serif;	
	color:#000;
	line-height:25px;
		
	}		
		
		
		
/*----------------our-team-section-start-------------------*/	
.our-team-div{
	margin:0px 0px 0px 0px;
	padding:50px 150px;
	text-align:center;
	} 
	
.our-team-div h2{
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	font-size:25px;
	color:#262626;
	font-family: 'Raleway', sans-serif;		
	}
.our-team-div p{
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:16px;
	color:#262626;
	font-family:"Open Sans",sans-serif;
	line-height:26px;	
	}	
.wmg-thumbnail-content > img {
    width: 100%;
}	

.our-team-div h3{
	margin:30px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:15px;
	color:#262626;
	font-family: 'Raleway', sans-serif;	
	font-weight:bold;	
	}

/*----------------our-team-section-end-------------------*/		

/*----------------parameter-section-start-------------------*/

.parameter-lising-div{
	margin:0px 0px 0px 0px;
	padding:20px 100px;
	}
.parameter-lising-div-alphabet{
	margin:0px;
	padding:0px;
	text-align:center;
	border-bottom:1px solid #dadada;
	}
.parameter-lising-div-alphabet > a {
    border: 1px solid #d2d2d2;
    color: #444444;
 	font-family:"Open Sans",sans-serif;
    margin: 10px 0px;
    padding: 10px 14px;
    text-transform: uppercase;
	display:inline-block;
}
.parameter-lising-div-alphabet > a:hover {
   background:#1720cd;
   color:#fff;
}		
	
.parameter-lising-div h3{
	margin:20px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-family: 'Raleway', sans-serif;	
	font-size:17px;
	color:#000;
	font-weight:bold;	
	}
.parameter-lising-div p{
	margin:0px 0px 0px 0px;
	padding:10px 0px;
	color:#585858;
 	font-family:"Open Sans",sans-serif;	
	font-size:13px;
	}
.no-record {
    color: #1720cd !important;
    font-size: 16px !important;
    font-weight: bold;
}	
.parameter-lising-table{
	margin:20px 0px 0px 0px;
	padding:0px 0px;
	font-size:16px;
	color:#161616;
 	font-family:"Open Sans",sans-serif;
	}	
	

.parameter-lising-table tr td {
    border-bottom: 1px solid #dadada;
    padding:0px 13px;
	vertical-align:middle;
}		
	
.click-to-download{
	margin:0px;
  padding: 15px 0px 15px 30px;
	font-size:12px;
	font-family:"Open Sans",sans-serif;		
	color:#333333;
	background:url(../images/pdf-button.png) no-repeat 0px 0px;
	float:right;
	}	
.click-to-download:hover{
	color:#1720cd;
	text-decoration:underline;}	
	
.pagenation-section{
	margin:20px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	}	
.pagenation-section a{
	margin:0px;
	padding:5px 10px;
	font-family:"Open Sans",sans-serif;		
	color:#757575;
	float:left;
	font-size:12px;
	border:1px solid #dddddd;
	}
.pagenation-section a:hover{
	background:#2f3dbb;
	color:#fff;
		border:1px solid #2f3dbb;
	}	
.pagenation-section .active{
	background:#2f3dbb;
	color:#fff;
		border:1px solid #2f3dbb;
	}		
	
.parameter-lising-div .active {
    background: #1720cd none repeat scroll 0 0;
    color: white !important;
	border:1px solid #dddddd;	
}	
	
/*----------------parameter-section-end-------------------*/


/*----------------Accrediation-section-start-------------------*/

.accreditation-para {
	margin: 50px 100px 0 100px;
	text-align:center;
}

.accreditation-para h4 {
	color: #2a2a2a;
	font-family: "Raleway", sans-serif;
	font-size: 26px ;
	line-height: 20px !important;
	margin-bottom: 20px !important;
}
.accreditation-para p {
	color: #000;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	line-height: 30px;
	margin: 30px 0 0;
	padding: 0;
}
.teamname h4 {
	color: #070d7d;
	font-family: "Raleway", sans-serif;
	font-size: 18px !important;
	line-height: 20px !important;
	margin-top: 20px !important;
}
.teamname h4 span {
	color: #070d7d;
	font-family: "Raleway", sans-serif;
	font-size: 12px !important;
	line-height: 20px !important;
}


.accreditation-listing {
	margin: 50px 0px 0px 0px;
	text-align:center;
}

.accreditation-listing h4 {
	color: #2a2a2a;
	font-family: "Raleway", sans-serif;
	font-size: 26px !important;
	line-height: 20px !important;
	margin-bottom: 20px !important;
}
.accreditation-listing p {
	color: #000;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	line-height: 30px;
	margin: 30px 0 0;
	padding: 0;
}
.download-img {
    background: rgba(255, 255, 255, 0.9) url("../images/download-icon.png") no-repeat scroll center 3px !important ;
}

.accreditation-listing li {
	float: left;
	width: 21%;
	margin: 2%;
	text-align: left;
	position: relative;
    border: 1px solid #ccc;
    padding: 1%;
    text-align: center;
    border-radius: 3px;
	min-height : 285px;
}
.accreditation-listing li img {
	width: 100%;
	height: auto;
}
.accreditation-listing li a {
   /* background: rgba(255, 255, 255, 0.9) url("../images/pdf-icon.png") no-repeat scroll center 3px ;*/
    top:0px;
    display: block;
    height: 45px;
    padding: 25px;
    position: absolute;
    right: 0;
    width: 28px;
}
.accreditation-listing li a:hover {
    /*background: rgba(255, 255, 255, 0.9) url("../images/pdf-icon.png") no-repeat scroll center 5px ;*/
}
.accreditation-listing li p {
    color: #0101d4;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0 0;
}

/*----------------Accrediation-section-end-------------------*/		



/*----------News and Events start---------*/
.news-container {
	margin: 20px 10px;
	text-align: center;
}
.news-container p {
	color: #000;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	line-height: 25px;
	margin: 0px 0px 10px 0px;
	padding: 0;
}
.news-listing {
	margin: 50px 0 0 0;
}
.news-listing li {
	float: left;
    margin: 1px 8px 20px 8px;
    position: relative;
    text-align: left;
    width: 200px;
    padding-bottom: 20px;
    border-bottom: solid 1px #0101d4;
    min-height: 330px;
}
.news-listing li img {
	height:200px;
	width: 200px;border: 1px solid #ccc;
}
.news-listing li h6 {
	color: #262626;
	font-size: 13px;
	font-weight: 700;
	margin: 10px 0;
	min-height:60px;
	padding: 0px 10px;
}
a.read-more {
	background: #070d7d none repeat scroll 0 0;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0;
    padding: 5px 10px;
    text-transform: uppercase;
}
.news-listing li p {
	margin: 10px 0 !important;
}
a.read-more:hover {
	color: #fff;
	background: #000;
}
.news-details-content {
	float: left;
	width:65%;
	margin: 0 5% 0 5%;
	text-align: left;
}
.news-details-content img {
	width: 100%;
	height: auto;
}
.news-details-content h3 {
	font-size: 27px;
	color: #1720cd;
	line-height: 37px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	margin: 20px 0;
}
.news-details-content h6 {
	text-transform: uppercase;
	font-size: 17px;
	color: #666;
	border-bottom: dashed 1px #ddd;
	line-height: 27px;
	padding-bottom: 10px;
}
.news-sidebar {
	float: right;
	width: 25%;
	text-align: left;
}
.news-sidebar h4 {
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
/*.news-sidebar ul li {
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    line-height: 30px;
    margin: 5px 0;
	font-family: 'Raleway', sans-serif;
    padding: 0 0 5px 20px;
	 background:url(../images/news-bullet.jpg) left 6px no-repeat;
}*/

.news-sidebar ul li {
   font-family: "Raleway",sans-serif;
    font-size: 13px;
    line-height: 17px;
    list-style: none;
    margin: 4px 0px 5px 0;
    padding: 0 0 5px 30px;
}



.news-sidebar ul li a{color:#1720cd;}

.news-sidebar li ol li{background:none;padding:0;font-size:13px;line-height:20px;border:0;list-style:disc;margin-left:10px;color:#444;}
.news-sidebar ol li a{color:#333;}
.news-sidebar ol li a:hover{color:#1720cd;}

/*----------News and Events end---------*/

/*----------Contact section start---------*/

.contact-section{
	margin:0px;
	padding:50px 70px;
	}
.contact-section-title{
	margin:0px;
	padding:0px 0px 20px 0px;
	text-align:center;
	border-bottom:1px solid #f0f0f0;
	}
.contact-section-title h2{
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	font-family: 'Raleway', sans-serif;
	font-size:30px;
	color:#0202c6;	
	}
.contact-section-title p{
	margin:0px;
	padding:0px;
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	color:#262626;	
	}
			

.contact-section-left{
	margin:0px 0px 0px 0px;
	padding:30px 0px;
	width:30%;
	float:left;
	}	

.contact-section-left p{
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 45px;
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	color:#080808;
	line-height:30px;
	}	
.location{
	margin:0px;
	padding:0px;
	background:url(../images/location-image.jpg) no-repeat 0px 0px;}
	
.contact-phone{
	margin:0px;
	padding:0px;
	background:url(../images/contact-phone.jpg) no-repeat 0px 0px;}	
	
.contact-email{
	margin:0px;
	padding:0px 0px 0px 0px;
	background:url(../images/contact-message.jpg) no-repeat 0px 0px;
	}	
	
.contact-section-left p a{
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	color:#1517bc;
	line-height:30px;
}

.contact-section-left p a:hover{
	color:#000;}
	
.contact-section-right{
	margin:0px 0px 0px 0px;
	padding:30px 0px 30px 30px;
	width:70%;
	float:right;
	}	
.contact-section-right input {
    border: 1px solid #cccccc !important;
    border-radius: 0 !important;
	width:100%;
    padding: 17px 10px !important;
 
		font-family: 'Raleway', sans-serif;
		font-size:15px;
}
.contact-section-right textarea {
    border: 1px solid #cccccc !important;
    border-radius: 0 !important;
    padding: 17px 10px !important;
    width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size:15px;
	height:180px;
	resize:none;
}

.send-message-button {
    background: #1720cd url("../images/knowmore-button-arrow.png") no-repeat scroll 98% center;
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 15px;
    margin: 0 0 0 38px;
    padding: 13px 57px 13px 35px;
    text-transform: uppercase;
	border:none;
	cursor:pointer;
}

.send-message-button:hover{
	 background: #000 url("../images/knowmore-button-arrow.png") no-repeat scroll 92% center;}
	 
.google-map-div{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	}

/*----------Contact section end---------*/
/*----------Career section Start---------*/
.carrer-section{
	margin:0px 0px 0px 0px;
	padding:50px 100px;
	}
	
.carrer-section-para{
	margin:0px 0px 0px 0px;
	padding:0px 0px 30px 0px;
	text-align:center;
	}	
.carrer-section-para h3{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#262626;
	font-family: "Raleway",sans-serif;
	font-size:25px;	
	line-height:26px; 
	font-weight:500;
	}
.carrer-section-para p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: "Raleway",sans-serif;
	color:#202020;
	font-size:16px;
	line-height:26px;
	}	
.carrer-section-para p a{
	color:#0106c3;
	}	
.carrer-section-para p a:hover{
	color:#000;
	}	
		
.carrer-div{
	margin:0px;
	padding:0px;
	border-bottom: 1px solid #e8e8e8;
	}

.carrer-div h5{
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 0px;
	font-family: "Raleway",sans-serif;
	font-size:14px;
	color:#1720cd;
	text-transform:uppercase;
	font-weight:500;}
.carrer-div p{
	margin:0px;
	padding:0px;
	font-family: "Raleway",sans-serif;
	font-size:15px;
	color:#000;}
	
.carrer-div p span{
	font-weight:600;}	


.carrer-div td {
    border-top: 1px solid #e8e8e8;
    padding: 20px;
}

.divider-section {
    background: rgba(0, 0, 0, 0) url("../images/resume-section.png") no-repeat scroll 6px 20px;
    border-left: 1px solid #ddd;
    margin: 0;
    padding: 0;
	width:30%;
}

.divider-section p {
    color: #707070;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0 0 0 25px;
}
.divider-section p a{
    color: #1720cd;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.divider-section p a:hover{
	color:#000;
	}

.grey-color {
    background: #f8f8f8 none repeat scroll 0 0;
}

/*----------Career section End---------*/

.static-page-body{
	padding:50px;
	font-family: "Raleway",sans-serif;

	}
.static-page-body p{
    color: #000;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    line-height: 28px;
    margin:0;
    padding: 5px 0px;
}
	
.subtitle {
    font-weight: bold;
	border-bottom: 1px dashed #ddd;
    color: #666;
    display: table-cell;
    font-size: 17px;
    line-height: 27px;
    padding-bottom: 10px;
    text-transform: uppercase;
}



.static-page-body strong {
    font-weight: bold;
}

.static-page-body ul{
	margin:0px;
	  padding: 10px 0;
	}	

.static-page-body ul li {
    background:url(../images/bullet-points.png) no-repeat 0px 0px;
    margin: 0 0 0 25px;
    padding: 0 0 13px 25px;
	font-size:15px;
	
}	

.static-page-body h1 {
    color: #1720cd;
    font-family: "Raleway",sans-serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 37px;
    margin: 10px 0;
}

.static-page-body h2 {
    color: #1720cd;
    font-family: "Raleway",sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 37px;
    margin: 10px 0;
}

.static-page-body h3 {
    color: #1720cd;
    font-family: "Raleway",sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 37px;
    margin: 10px 0;
}


.static-page-body h4 {
    color: #1720cd;
    font-family: "Raleway",sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 37px;
    margin: 10px 0;
}


.static-page-body h5 {
    color: #1720cd;
    font-family: "Raleway",sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 37px;
    margin: 10px 0;
}

.certification-div .owl-pagination {
	  display: inline-flex;
    margin: auto;
}

.certification-div .owl-page > span{
	background:#070d7d;
	width:10px;
	height:10px;
	border-radius:10px;
	display:block;
	float:left;
	margin:0px 0px 0px 10px;
	}
.certification-div .owl-page > span.active{
	background:red;
	width:10px;
	height:10px;
	border-radius:10px;
	display:block;
	float:left;
	margin:0px 0px 0px 10px;
	}	

/*.certification-div .owl-prev{
	margin:0px 20px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../images/banner-prev-arrow.png) no-repeat 0px 0px;
	width:44px;
	height:44px;
	display:inline-block;
	}
.certification-div .owl-next{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../images/banner-next-arrow.png) no-repeat 0px 0px;
	width:44px;
	height:44px;
	display:inline-block;
	}*/
	
	
label.error::before {
    border-bottom: 11px solid #ffd0d0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    left: 10px;
    position: absolute;
    top: -10px;
}
*::after, *::before {
    box-sizing: border-box;
}
*::after, *::before {
    box-sizing: border-box;
}
label.error {
    background-color: #ffd0d0;
    border-radius: 3px;
    bottom: -25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #d83737;
    font-size: 10px;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    white-space: nowrap;
    z-index: 10;
}
label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
}
.contact-error{
	position:relative;
    float: left;
    margin: 0 0 30px 38px;
    width: 45%;}
	
.contact-error-text	{   
    margin: 0 0 30px 38px;
    width: 95%;
	height:180px;
	resize:none;
	position:relative;
	clear:both;
	}
#titleBar{
	display:none !important;}
	
.wsmenu-submenu > li:last-child {
    border-bottom: none !important;
}

.inner-content-section strong {
    font-weight: bold;
}


.specialities-div{
	margin:0px;
	padding:100px 50px;
	}
.pdf-download-section{
	margin:0px 0px 0px 0px;
	padding:10px 0px;
	}	
.pdf-icon{
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../images/pdf-button.png) no-repeat 0px 0px;
	width:28px;
	height:37px;
	display:block;
	float:left;}

.middle-content-wrapper .accordion_example2 .acc_content p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	}
.middle-content-wrapper .accordion_example2 .acc_content h3 {
    color: #2a2a2a;
    font-size: 17px;
    line-height: 27px;
    padding: 15px 0 10px;
}
.banner-mobile
	{
	   display:none;	
	}	
.banner-desktop{
    display:block;	
}
.specialties-items
{
	width:100%;
	height:auto;	
	text-align:left;
	float:left; 
	border-bottom:1px solid #ccc;
}
.specialties-items h3
{
 width:85%;
	float:left;
	
}
.specialties-items .acc_content1{
 width:90%;
	float:left;
	
}
.specialties-items .pdf-download-section{
 width:15% !important;
	float:right;
	
}
.search-box-parameter{
    border: 1px solid #cccccc !important;
    border-radius: 0 !important;
    width: 20%;
    padding: 14px 10px !important;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;margin-bottom: 25px;
	float: right;
}
.search-box-button{
    background: #1720cd;
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 15px;
    margin: 3px 5px 10px 5px;
    padding: 13px 15px 13px 15px!important;
    text-transform: uppercase;
    border: none;
	float: right;
    cursor: pointer;	
}
.acc_head{ width:100%; min-height:25px; padding: 6px 25px; border-bottom:1px solid #ccc; 
	background: url(../images/bullet-points.png) no-repeat 0px 7px !important;
    background-size: 70%; display: flex;}
.acc_icon_expand{ width:20px; height:12px; margin:5px;display: table;
}
.acc_head a { font-size:14px; text-decoration:none; cursor:pointer; float:left;}
.news-container p strong{font-size: 20px;
    font-weight: 600;
    color: blue;
    margin-bottom: 10px;
    display: block; }
.exemplo p strong{color: blue;}
.news-details-content table{width:100%; }
.sp-table{ width:auto;}
.sp-table tr td {     border: 1px dashed;
    border-bottom-color: #333 !important;
    padding: 5px 10px;}

.inner-content-section ul {
    margin: 0px;
    padding: 10px 0;
}
.sp ul li {
    background:url(../images/bullet-points.png) no-repeat 0px 0px;
    margin: 0 0 0 25px;
    padding: 0 0 13px 25px;
	font-size:15px;
	text-align: left;
}	

.inner-content-section h2 {
    color: #1720cd;
    font-family: "Raleway",sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 37px;
    margin: 10px 0;
}

.inner-content-section h3 {
    color: #1720cd;
    font-family: "Raleway",sans-serif;
    font-size: 20px;
    font-weight: 600;text-align: left;
    line-height: 20px;
    margin: 10px 0;
}
.news-sidebar h3 {
    font-size: 24px;
    color: #1720cd;
    line-height: 37px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin: 20px 0;
}


/**umb_name:head-text-mid*/
.head-text-mid{margin: 0px 0px 0px 0px;
padding: 0px 0px 30px 0px;
font-family: 'Raleway', sans-serif;
font-size: 30px;
color: #262626;
text-align: center;
text-decoration: none;}

/**umb_name:head2-text-left-blue*/
.head2TextLeftBlue{margin: 0px 0px 0px 0px;
padding: 0px 0px 30px 0px;
font-family: 'Raleway', sans-serif;
font-size: 30px;
color: blue;
text-align: left;
text-decoration: none;}

/**umb_name:head3-text-left-blue*/
.head3TextLeftBlue{margin: 0px 0px 0px 0px;
padding: 0px 0px 30px 0px;
font-family: 'Raleway', sans-serif;
font-size: 25px;
color: blue;
text-align: left;
text-decoration: none;}
/**umb_name:head4-text-left-blue*/
.head4TextLeftBlue{margin: 0px 0px 0px 0px;
padding: 0px 0px 20px 0px;
font-family: 'Raleway', sans-serif;
font-size: 20px;
color: blue;
text-align: left;
text-decoration: none;}

/**umb_name:head4-text-left-black*/
.head4TextLeftBlack{margin: 0px 0px 0px 0px;
padding: 0px 0px 20px 0px;
font-family: 'Raleway', sans-serif;
font-size: 20px;
color:#333; border-bottom:1px dashed #333;
text-align: left;
text-decoration: none;}

/**umb_name:list-item*/
.listitem{  background:url(../images/bullet-points.png) no-repeat 0px 0px;
    margin: 0 0 0 25px;
    padding: 0 0 13px 25px;
	font-size:15px;color:#333;
	text-align: left;
text-align: left; list-style-type:none;
text-decoration: none;}

/**umb_name:head4-text-border*/
.head4TextBorder{margin: 0px 0px 0px 0px;
padding: 0px 0px 20px 0px;
font-family: 'Raleway', sans-serif;
font-size: 16px; font-weight:600;
color: blue;
 border-bottom:1px dashed #333;
text-align:center;
text-decoration: none;}

/**umb_name:p-text*/
.pText{margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #262626;
    line-height: 28px;}




.hvr-bounce-to-right2 {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0,0,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	
}
.hvr-bounce-to-right2:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    background: #1720cd url("../images/knowmore-button-arrow-l.png") no-repeat scroll left center;
	border-radius:20px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-bounce-to-right2:active, .hvr-bounce-to-right2:focus, .hvr-bounce-to-right2:hover {
	color: #fff
}
.hvr-bounce-to-right2:active:before, .hvr-bounce-to-right2:focus:before, .hvr-bounce-to-right2:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(0.52, 1.64, .37, .66)
}

/*Delight*/


.nested-accordion { text-align: left;}

.nested-accordion ul { padding:0px;}

.nested-accordion  .toggle { border-bottom: 2px solid #ccc!important; padding: 10px 0 10px 53px;
    display: block; font-size: 17px;
	background: url(../media/2868/plus-special.png) no-repeat center left;
}

.nested-accordion  .toggle-active {background: url(../media/2867/minus-special.png) no-repeat center left; border-bottom: 2px solid #ccc;}


.nested-accordion p { margin: 0; padding: 0 0 15px 0; font-size: 14px;}

.nested-accordion .inner { background: #F9F9F9; padding: 20px;}

.nested-accordion .inner .cerificates h3 { display: inline-block; line-height: 20px; color: #2a2a2a; font-size: 17px; padding: 10px 0 5px 0;}

.nested-accordion .cerificates li { border-bottom:1px solid #ccc; }

.nested-accordion .cerificates li:last-child { border-bottom:1px solid #ccc; }

.click-to-download-image {
    margin: 0px;
    padding: 18px 0px 15px 30px;
    font-size: 12px;
    font-family: "Open Sans",sans-serif;
    color: #333333;
    background: url(../media/2866/img-button.png) no-repeat center left;
    float: right;
}



@media(max-width:769px) {
	
	.nested-accordion .inner .cerificates h3 { float:left; margin-right: 20px;}
	
	.nested-accordion	.click-to-download-image { float: left; margin-bottom: 10px}
	
	.nested-accordion	.click-to-download { float: left; margin-bottom: 10px}

}


@media(max-width:1024px) {
.wsmenu-list li a span{    position: relative;    top: 0px;}
.menu-section {    border-top: 0!important;}
.log-section img {    max-width: 100%;}

}
@media (max-width: 1320px) and (min-width: 1024px){
	.top-section .top-section-contact, .top-section .top-section-lb-time {    font-size: 10px !important;}
}

@media(max-width:1260px) {
	.log-section img {    max-width: 100%;}	
}

#cookie-pop{
	position:fixed;
	bottom:0;
	width:100%;
	background:#e3e3e3;
	padding:1% 2%;
    z-index: 99;
}
#cookie-pop b{
	font-weight:bold;
}
#close-box {
    margin: 5px 0px 0px 0px;
    padding: 3px 5px;
    background: #090b3e;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    width: 100px;
    text-align: center;

}

/*Added by Nijo for genetic screening page 26-12-2018*/
.genetic-screening h5{
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}

.genetic-screening .acc_content {
    padding-left: 10px !important;
}
.genetic-screening ul{
    margin-top: 10px;
}
.genetic-screening .smk_accordion .accordion_in .acc_head {
    font-size: 16px;
}
.genetic-screening .smk_accordion .accordion_in {
    border-bottom: none;
}
.genetic-screening .acc_head{
    border-bottom: none;
}

.center-dakks {
    text-align: center;
    padding: 30px 0;
}
.center-dakks h4{
margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    color: #262626;
}

.wmg-details-content .exemplo ul {
	color: #000;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	line-height: 30px;
	margin: 30px 0 0;
	padding: 0;
}

	.wmg-details-content .exemplo ul li::before {
		content: "\2022";
		color: black;
		font-weight: bold;
		display: inline-block;
		width: 1em;
		margin-left: 1em;
	}

/* style added by joe */
.footer-wrap-section-3{
	width: 24% !important;
}
.footer-wrap-section-2{
	width: 20% !important;
}
.footer-wrap-section-1 {
    float: left;
    margin: 0 12% 0 0;
    padding: 0;
    width: 23%;
}


.footer-wrap-section-4{
	margin:0px;
	padding:0px 0px;
	width:20%;
	float:left;	
	}		
		
.footer-wrap-section-4 a{
	margin:0px 0px 0px 0px;
	padding:7px 0px;
	font-size:15px;
	font-family: 'Raleway', sans-serif;	
	color:#fff;
	display:table;	
	}
.center-dakks h2{
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 30px 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    color: #262626;
}
.certification-div h2{
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 30px 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    color: #262626;
}

.breadcrumb {
    clear: both;
    float: left;
    padding-left: 5% !important;
    padding-top: 10px;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
}
.breadcrumb a {
    color: #4d4d4d;
}
.breadcrumb .fa {
    display: inline-block;
    margin: 0px 10px;
    padding: 0px;
	color: rgba(0, 0, 0, 0.6);
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.breadcrumb span.current {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
    .footer-wrap-section-3 {
        width: 100% !important;
    }
	.footer-wrap-section-4 {
		display:none !important;	
	}
}
.faq-sec{
	text-align: center;
	padding: 50px 0px;
	background: #070d7d;
}
.faq-sec h2{
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
	line-height: 40px;
    color: #fff;
}
.faq-sec .acc_content p{
	color: #fff;
}
.faq-sec .accreditation-para p {
	color: #fff;
}
.faq-sec .accordion_in .acc_content {
    background: none !important;
}
.faq-sec .acc_head {
    border-bottom: none;
	color: #fff;
}
.faq-sec .smk_accordion .accordion_in {
    border-bottom: none;
}
.faq-sec .smk_accordion .accordion_in .acc_head .acc_icon_expand {
    background: url(../images/plusminus-whiteicon.png) center top;
}
.faq-sec .smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
    background: url(../images/plusminus-whiteicon.png) center bottom;
}

span.banner-heading.fadeInDown {
    margin: 0px 0px 30px 0px;
    padding: 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 44px;
    color: #2a2a2a;
    display:block;
    line-height: 50px;
}
.banner-section .carousel-caption .banner-heading span {
    color: #070d7d;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .banner-section .carousel-caption .banner-heading {
        color: #2a2a2a;
        font-family: "Raleway", sans-serif;
        font-size: 29px;
        line-height: 33px;
        margin: 0 0 20px;
        padding: 0;
    }
}

@media (min-width: 300px) and (max-width: 480px) {
    .banner-section .carousel-caption .banner-heading {
        color: #2a2a2a;
        font-family: "Raleway", sans-serif;
        font-size: 16px;
        line-height: 21px;
        margin: 0 0 6px;
        padding: 0;
    }
}
/* end */

.pdf-html-wrap table {
    border-collapse: collapse;
    width: 100%;
    color: #000;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 28px;
}
.pdf-html-wrap .text-bold {
    font-weight: bold;
}
.pdf-html-wrap .shade-bg {
    background: #c0c0c0;
}
.pdf-html-wrap tr {
	border: 3px solid #c0c0c0;
	/* height: 11px; */
  }
.pdf-html-wrap td {
	padding:5px;
	width: auto;
  }

/* style added by joe 18/11 */
.inner-content-section .tests ul {
    margin: 0px;
    padding: 10px 0 0 0;
}
.insulin table{
    border: none;
    border-collapse: collapse;
}
.insulin table tr{
    border: none;
}
.insulin table tr td{
    border: none;
}
.insulin table tr td:nth-child(1){
    display: flex;
    justify-content: right;
    align-items: right;
}
.insulin table tr td:nth-child(2) {
	padding-left: 10px;
}


.test-beta table{
    border: none;
    border-collapse: collapse;
}
.test-beta table tr{
    border: none;
}
.test-beta table tr td{
    border: none;
}
.test-beta table tr td:nth-child(1){
    display: flex;
    justify-content: right;
    width: 100%;
}
.test-beta table tr td:nth-child(2){
    width: 86%;
}
@media (max-width: 600px) {
	.test-beta table tr td:nth-child(2) {
		width: 77%;
	}
}

/* menu */

.menu-section .fa-angle-right::before{
	content: none;
	} 
	.menu-section .arrow-expand-right .fa-angle-right:before {
		content: "\f105";
		position: absolute;
		top: 10px;
		left: 7px;
	}
	
	.menu-section .arrow-expand-right .wsmenu-submenu .fa-angle-right:before {
		content: none;
	}
	
	@media(max-width: 600px){
	.menu-section .arrow-expand-right .fa-angle-right:before {
		left: 12px;
	}
	}

/* certificates */
.middle-content-wrapper ul li a:hover{
	color: #000 !important;
	background: url(../media/2868/plus-special.png) no-repeat center left !important;
   }
   .middle-content-wrapper ul li a{
   color: #000 !important;
   }
   .nested-accordion .toggle-active:hover {
	background: url(../media/2867/minus-special.png) no-repeat center left !important;
   }


/* heading banner span */

@media (min-width: 300px) and (max-width: 480px) {
    .banner-section .carousel-caption .banner-heading {
        display: inline-block;
    }
}

  /* end */

.wsmenu-submenu {
    min-width: 206px !important;
}
.wsmenu-list li > .wsmenu-submenu li > .wsmenu-submenu {  
  top: -12% !important;
}

/* 12-12-2025 */

.middle-content-wrapper .sitemap ul li a:hover{
  background: none !important;;
}
