/*------------------------------------*\
    USER STYLES
\*------------------------------------*/
.topheader {
	margin-bottom:0px;
	padding:0px 0;
	border-bottom:1px solid #ded8d8;
}
.topheader h1 {
    line-height:40px;
	text-align:left;
    font-size:12px;
	color:#75160c;
	margin:0;
	padding:0;
}
.topheader ul {
	margin:0;
	padding:0;
	/*float: right;*/
}
.topheader-right {
	float:right;
}
.topheader-left {
	float:left;
}
.topheader ul li {
	font-family: 'Montserrat', sans-serif;
    position: relative;
	font-size: 16px;
	padding-right: 0;
	display: inline-block;
	margin-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #212121;
}
.topheader ul li i {
	 padding-right: 10px;
    font-size: 18px;
    color:#00469d;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.topheader a {
	color: #002147;
}
.topheader a:hover {
	text-decoration:underline;
}
.topheader ul li:nth-child(3n) {
    border-right: 0;
    padding-right: 0;
}
#header {
	background:#FFF;
	z-index: 2;
	position: relative;
	padding:3px 0 0;
}
#header .logo {
	margin:0px 0 15px 30px;
	padding:0;
}
.head_info {
	float:right;
	padding-top: 7px;
}
.head_info ul li {
	position: relative;
	font-size: 16px;
	padding-right: 0;
	display: inline-block;
	margin-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #212121;
}
.head_info ul li:nth-child(3n) {
    border-right: 0;
    padding-right: 0;
}
.head_info ul li i {
    padding-right: 10px;
    font-size: 18px;
    color:#75160c;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.head_info .head_box {
	display: inline-block;
	margin-left: 20px;
	position: relative;
	padding-left: 53px;
	height: 45px;
	text-transform: uppercase;
}

.head_info a {
	color: #002147;
}
.head_info a:hover {
	text-decoration:underline;
}
.apply-now-top {
    text-align: center;
    color: #002147;
    padding: 10px 0;
    width: 104px;
    background: #fdc800;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.apply-now-top:hover {
    background: #75160c;
    color: #fff !important;
	text-decoration:none;
}
/*Slider code start here*/
#main-slide .item img {
    width: 100%;
}
#main-slide .item .slider-content {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}
#main-slide .carousel-indicators {
    bottom: 30px;
}
#main-slide .carousel-indicators li {
    width: 14px !important;
    height: 14px !important;
    border: 2px solid #fff !important;
    margin: 1px !important;
}
#main-slide .carousel-control.left, #main-slide .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}
#main-slide .carousel-control.left span {
    padding: 15px;
}
#main-slide .carousel-control.right span {
    padding: 15px;
}
#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
}
#main-slide .carousel-control .fa-angle-left {
    left: 0;
}
#main-slide .carousel-control .fa-angle-right {
    right: 0;
}
#main-slide .carousel-control i {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    line-height: 36px;
    font-size: 32px;
    padding: 15px 20px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#main-slide .slider-content {
    top: 45%;
    margin-top: -70px;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
}
#main-slide .slider-content h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 5px;
    margin-bottom: 55px;
    color: #fff;
    text-transform: uppercase;
}
#main-slide .slider-content h1 strong {
    color: #e84c3d;
}
#main-slide .slider-content p {
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 1px;
    margin-bottom: 55px;
    color: #fff;
}
#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
    color: #fff;
}
.slider.btn {
    padding: 10px 40px;
    font-size: 20px;
    border-radius: 2px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 300;
    border: 0;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.slider.btn.btn-default {
    margin-left: 4px;
    background: #ECECEC;
}
.slider.btn.btn-default:hover {
    background: #000;
    color: #fff;
}
.slider-content-left {
    position: relative;
    margin: 0 0 0 40px;
}
.slider-content-right {
    position: relative;
}
/*Slider code end here*/
/*Main NEWS comes here*/
.main-news {
	background-color: #75160c;
	padding:9px 0;
}
.simple-marquee-container *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.simple-marquee-container {
	width: 100%;
	background-color:transparent;
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 45px;
	position: relative;
	cursor: pointer;
}
.marquee-sibling {
	width:calc(100% - 10em);
	background: rgb(253, 200, 0);
	padding:3px 0;
	font-size: 18px;
	font-weight: bold;
	color: #75160c;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
}
.marquee, *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}
.marquee{
  margin-left: 25%;
}
.marquee-content-items{
  display: inline-block;
  padding: 5px;
  margin: 0;
  height: 45px;
  position: relative;
}
.marquee-content-items li{
  display: inline-block;
  line-height: 35px;
  color: #fff;
}
.marquee-content-items li:after{
	content: "|";
	margin: 0 1em;
}
/*Main NEWS end here*/
/*Page Middle code starts here*/
.middle-wrapper {
    padding: 40px 0;
    background-color: transparent;
    position: relative;
}
.middle-content {
	padding:0px 18px 30px 18px;
}
.middle-content p {
	text-align:justify;
}
.middle-content ul {
	margin:0;
	padding:0;
}
.middle-content ul li {
	list-style: none;
	/*float: left;*/
	padding:10px 0px;
}
.middle-content ul li i {
	padding-right: 7px;
	font-size: 16px;
	color: #00469d;
}
/*.middle-content ul li:first-child {
	padding-left:0;
}*/
.welcome_title {
    margin-top: 0;
	margin-bottom: 16px;
	font-family: Montserrat , arial;
	font-size:22px;
	font-weight: 400;
	line-height: 1;
	color: #222;
	/*text-transform: uppercase;*/
	line-height:46px;
}
.welcome_title strong {
    display: block;
    margin-top:0px;
    font-family: Lato;
    font-size:27px;
    font-weight: 900;
	color: #00469d;
}
/*Page Middle code starts here*/
/*Inner banner starts here*/
.inner-banner {
    overflow: hidden;
    position: relative;
	background:url(../img/inner-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 250px;*/
    background-position: center center;
	padding:120px 0;
}
.inner-banner h1 {
	float:left;
	margin:0;
	padding:0;
	color:#FFF;
	padding-left: 14px;
}
.inner-banner .breadcrumb {
    background: transparent;
    padding-right: 15px;
    margin: 0;
    float: right;
	color:#FFF !important;
}
.inner-banner .breadcrumb a {
	color:#FFF;
}
.inner-banner .breadcrumb > .active {
    color:#fdc800;
}
/*Inner banner end here*/
/*Footer code comes here*/
.fot-application {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #1f272b));
	background: linear-gradient( #ffffff 50%, #1f272b 50%);
	background: -webkit-linear-gradient( #ffffff 50%, #1f272b 50%);	
	background: -o-linear-gradient( #ffffff 50%, #1f272b 50%);
	background: -moz-linear-gradient( #ffffff 50%, #1f272b 50%);
	padding:30px 0;
}
.application-bg {
	background: #fdcf2c none repeat scroll 0 0;
	border-top: 3px solid #75160c;
	padding:35px 50px 35px 50px;
}
.fot-application h1 {
    font-size: 27px;
	color: #75160c;
    font-weight: 800;
	font-family: 'Montserrat';
	margin: 0 0 10px;
	text-transform: uppercase;
}
.fot-application p {
	color:#1f272b;
}
.fot-application .btn {
	background-color:#1f272b;
	border: 0 none;
	border-radius: 5px;
	font-size: 14px;
	line-height: 48px;
	padding: 0 27px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid transparent;
}
/*Footer code end here*/
/* footer */
.footer-top {
	padding:30px 0 35px;
	background:#16151a url("../images/map.png") no-repeat;
	background-size: auto;
	background-position: bottom center;
}
.footer-bottom {
  	background:#121113; 
	padding:25px 0;
}
.footer-widget.text-widget .footer-logo {
 display:inline-block;
 margin-bottom:23px
}
.footer-widget.text-widget>p {
 margin-bottom:25px;
 color: #dad9dd;
}
.footer-widget.text-widget>p a {
	color:#3a05a8;
}
.footer-widget.text-widget>p>a {
 -webkit-transition:all 0.4s ease;
 -o-transition:all 0.4s ease;
 transition:all 0.4s ease;
 color:#fff100;
}
.footer-widget.text-widget>p>a:hover {
 color:#fff100;
 text-decoration: underline;
}
.footer-widget .widget-title {
	color:#FFFFFF;
	font-size:18px;
	position:relative;
	padding-bottom:15px;
	margin-bottom:25px;
	background: none;
	font-weight: 600;
	padding-left:0;
}
.footer-widget .widget-title:before {
	position:absolute;
	content:"";
	bottom:0;
	left:0;
	height:3px;
	width:30px;
	background-color:#fff100;
}
.footer-widget .xs-list {
	padding:0;
	margin:0;
}
.footer-widget .xs-list li {
 margin-bottom:14px;
	list-style: none;
}
.footer-widget .xs-list li:last-child {
 margin-bottom:0px
}
.footer-widget .xs-list li a {
 -webkit-transition:all 0.4s ease;
 -o-transition:all 0.4s ease;
 transition:all 0.4s ease;
	color: #dad9dd;
	width: calc(100%/2);
	display: block;
	float:left;
}
.footer-widget .xs-list li a:hover {
 color:#FFFFFF
}
.footer-widget .contact-info-widget {
 padding:0;
 margin:0;
}
.footer-widget .contact-info-widget>li {
	list-style:none;
}
.footer-widget .contact-info-widget>li:not(:last-child) {
 margin-bottom:15px
}
.footer-widget .contact-info-widget>li>a {
 color:rgba(255, 255, 255, 0.5);
 -webkit-transition:all 0.4s ease;
 -o-transition:all 0.4s ease;
 transition:all 0.4s ease;
color: #dad9dd;
}
.footer-widget .contact-info-widget>li>a i {
	font-size:16px;
	padding-right:10px;
}
.footer-widget .contact-info-widget>li>a:hover {
 color:#FFFFFF
}

.footer-top .content{
	position:relative;
	text-align:center;
}
.footer-top .content .logo{
	position:relative;
	
}
.footer-top .content .text{
	position:relative;
	font-size:16px;
	line-height:1.7em;
	max-width:770px;
	margin:0 auto;
	margin-top:25px;
	color:#ababab;
}
.footer-top .footer-nav{
	position:relative;
	text-align:center;
}

.footer-top .footer-nav ul{
	position:relative;
}

.footer-top .footer-nav ul li{
	position:relative;
	margin:0px 18px 18px;
	display:inline-block;
}

.footer-top .footer-nav ul li a{
	position:relative;
	color:#969cc1;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.footer-top .footer-nav ul li a:hover{
	color:#b3b7d4;
}

.footer-text p {
	margin: 0;
	color: #dad9dd;
}
.footer-text p a {
	color:#FFF;
}
.footer-text p a:hover {
	text-decoration: underline;
	color:#FFF;
}
.footer-contact-method {
	margin-bottom:50px;
}
.footer-contact-method a {
	background:#22253e;
	padding:8px 20px 12px;
	display:block;
	border-radius:5px;
	position:relative;
	text-decoration:none !important;
	overflow:hidden;
	margin-top:15px;
}
.footer-contact-method a span {
	font-weight:600;
	letter-spacing:0.5px;
	font-size:13px;
	margin-bottom:20px;
	color:#fff;
	text-transform:uppercase;
}
.footer-contact-method a strong {
	font-weight:600;
	letter-spacing:0.5px;
	font-size:14px;
	color:#fff;
	display:block;
}
@-moz-document url-prefix() {
	.footer-contact-method a span {
		font-weight:500;
	}
.footer-contact-method a strong {
	font-weight:500;
	}
}
.footer-contact-method a i {
	position:absolute;
	font-size:50px;
	bottom:-5px;
	color:#adaebb;
	right:-5px;
	opacity:0.2;
}
.footer-social-link li {
  display: inline-block;
}

.footer-social-link li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #403f3f;
  color: #ababab;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-social-link li a:hover {
  background: #ed1216;
  color: #fff;
	border: none;
}
  .footer-bottom p {  line-height: 24px;
	color:#FFF;
}
.footer-bottom p a {
	color:#FFF;
}
.footer-bottom p a:hover {
	color:#fff100;
}
/*Product Info*/

.product-info-tab {
	padding:40px 0 160px;
}

.product-info-tab .product-item:not(:last-child) {
	margin-bottom: 80px;
}
.product-info-tab .product-image {
	width: 65%;
	float: left;
}
.product-info-tab .product-item:nth-child(2n) .product-image {
	float: right;
}
.product-info-tab .product-item:nth-child(2n) .product-info {
	float: left;
	right: auto;
	left: 15px;
}

.product-item-inner .product-image .box-wrap {
	padding-bottom: 35px;
	padding-top: 50%;
    position: relative;
    overflow: hidden;
    width: 100%;
	border:3px solid #00469d;
	background:#00469d;
}
.product-item-inner .product-image .box-wrap > img {
	position: absolute;
    height: auto;
    width: 100%;
    max-width: none;
    top: 0;
}
.product-item-inner {
	position: relative;
	overflow: hidden;
}


.product-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px 30px;
}
.product-info-tab .product-item:nth-child(2n) .product-info {

    float: left;
    right: auto;
    left: 15px;

}
.product-info-tab .product-info {
	width: 39%;
	float: right;
	right: 15px;
	left: auto;
	padding:20px 30px;
	background-color: rgba(248, 249, 249, 0.95);
	bottom: auto;
	margin-top:80px;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
}
.product-info-tab .product-info .service-heading {
	display: inline-block;
}
.product-info-tab .product-info .service-heading > a {
	font-size: 20px;
    color: #272727;
    font-weight: bold;
    font-family: 'Noto Sans', sans-serif;
    display: inline-block;
}
.product-info-tab .product-info .service-heading > a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.product-info-tab .product-info ul {
	margin-top: 4px;
}
.product-info-tab .product-info ul li {
	padding:3px 12px;
}
.product-info-tab .product-info ul li:nth-child(odd) {
  background:#dfeff8;
}
.product-info-tab .product-info ul li:nth-child(even) {
  background:#f5f5f5;
}
.product-info-tab .section-header .section-title {
	color: #0277bd;
}

.product-info-tab .product-info .service-desc{
	margin-top: 15px;
}
.product-info-tab .product-info .btn-more{
	margin-top: 25px;
}
.product-info-tab .product-info:before{
	content: none;
}




.product-item-inner .product-info h4 {
	font-size: 20px;
    color: #00469d;
    font-weight: bold;
    display: inline-block;
}

.spare-product {
	margin-bottom: 30px;
	border: 3px solid #acdefc;
	border-radius: 3px;
	}
.spare-product p {
	text-align: center;
font-weight: bold;
color: #0277bd;
padding-top: 11px;
font-size: 22px;
	text-transform: lowercase;
}

.product-info-tab ul {
	margin: 0;
	padding: 0;
}
.product-info-tab ul li {
	padding: 10px 0;
}

.single-scientist-box {
 text-align:center;
 margin-bottom:30px;
 transition:.5s
}
.single-scientist-box .image {
 position:relative;
 z-index:1
}
.single-scientist-box .image:before {
 content:"";
 position:absolute;
 z-index:-1;
 left:0;
 bottom:0;
 right:0;
 height:83%;
 transition:.5s;
 border-radius:5px 5px 0 0;
 background-image:url(/img/scientist/shape1.png);
 background-position:50%;
 background-size:cover;
 background-repeat:no-repeat
}
.single-scientist-box .content {
 background-color:#fff;
 padding:20px;
 border-radius:0 0 5px 5px
}
.single-scientist-box .content h3 {
 margin-bottom:5px;
 font-size:25px
}
.single-scientist-box .content span {
 color:#6b6b84;
 font-size:16px;
 font-weight:600
}
.single-scientist-box .content .social {
 padding-left:0;
 list-style-type:none;
 margin-top:13px;
 margin-bottom:0
}
.single-scientist-box .content .social li {
 display:inline-block;
 margin-left:3px;
 margin-right:3px
}
.single-scientist-box .content .social li a {
 display:block;
 background-color:#fff;
 border:1.2px solid #ece4da;
 width:34px;
 height:34px;
 border-radius:50%;
 line-height:37px;
 color:#6b6b84
}
.single-scientist-box .content .social li a:hover {
 background-color:#ff5d22;
 border-color:#ff5d22;
 color:#fff
}
.single-scientist-box:hover {
 transform:translateY(-10px)
}
.single-scientist-box:hover .image:before {
 height:80%
}

.contact-info h4 {
	display: block;
margin-top: 0px;
font-family: Lato;
font-size:27px;
font-weight: 900;
color: #00469d;
	padding-bottom: 10px;
}

.contact-item {
  /*text-align: center;*/
max-width: 100%;
background-size: cover;
background-repeat: no-repeat;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
padding:10px 25px 0;
margin-bottom: 10px;
border-radius: 15px;
min-height:auto;
}

.contact-item h3 {
 font-size: 20px;
color: #00469d;
font-weight: 600;
}
.contact-item p {
  font-size: 16px;
	padding:7px 0;
}

.contact-item h3 a {
  color: #373e58;
}

.contact-item .icon-contact {
  width: 90px;
height: 90px;
background-color: #13293d;
line-height: 90px;
color: #fff;
font-size: 25px;
text-align: center;
border-radius: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}

.contact-item .icon-contact i {
  line-height: 2;
}

.contact-img {
  margin-bottom: 30px;
}

