@charset "utf-8";

* {
	outline: none !important;
}
body{
	background: #fff;
}
html, body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td { margin:0; padding:0; }
body,input,select,button,textarea{font-size:14px;color:#333;font-family:"Microsoft Yahei","WenQuanYi Micro Hei",arial,simsun,"宋体",sans-serif;}
li {list-style-type: none;}
a { 
	text-decoration: none;
	color: #2f2f2f; 
	outline: none ；
}
a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}
/* --------------------
 CSS Document 
 * 20190402
 * by Dosir
 *众志成城搞IT

 *. hearder
 *. footer
 *. section hearder
 *. back-bg
 *. back home

 1. index
 2. lab
 3. blog
 4. achievements
 5. team
 6. about
 7. lab-part
======================*/



/*--------------------*/
/* header */
/*--------------------*/

.section-xtipc{
	position: absolute;
	left: 50%; 
	padding: 0 30px;
	width: 1170px;
	margin-left: -585px; 
}
.section-xtipc div{
	top:95px;
	width: 165px;
	height: 155px;
	padding: 15px 20px;
	background: rgba(0,54,140,0.4 );
	border-left: 1px #0053d9 solid;
	border-right: 1px #0053d9 solid;
}
.section-xtipc div img{
	width:125px;
}

@media screen and (min-width: 1200px){
.section-xtipc{
	width: 1170px;
	margin-left: -585px; 
}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
.section-xtipc{
	width: 970px;
	margin-left: -485px; 
}
}
@media screen and (min-width: 768px) and (max-width: 991px){
.section-xtipc{
	width: 750px;
	margin-left: -375px; 
}
}
@media screen and (max-width: 767px){
.section-xtipc{
	width: 100%;
	padding: 0 0;
	margin-left: 0;
	left: 0;
}
.section-xtipc div{
	width: 100px;
	height:113px;
	padding:16px 8px;
}
.section-xtipc div img{
	width:80px;
}
}
/*====================*/
/* header */
/*====================*/




/*--------------------*/
/* footer */
/*--------------------*/

.footer-section{
    width: 100%;
	background: url( ../images/footer-bg.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}
.footer-info{
	width: 100%;
	padding: 25px 0;
	border-bottom: 1px #fff solid;
}
.footer-bottom{
	width: 100%;
	padding: 14px 0;
	color: #fff;
	font-size: 12px;
}
.single_address i {
    border: 2px #fff solid;
    border-radius: 30px;
    color: #fff;
	display: inline-block;
    font-size: 24px;
    height: 55px;
    line-height: 55px;
    margin-bottom: 20px;
    width: 55px;
}
.single_address p {
    font-weight: 600;
	color: #fff;
}

@media (max-width: 992px) {
  .single_address {
    margin-bottom: 20px;
  }
  .footer-info{
	padding:25px 0 0;
    border-bottom: none;
}	
 
	
	

}






.pagnation { text-align: center; margin-bottom: 30px; }
.pagnation a { display: inline-block; width: 34px; height: 34px; line-height: 34px; overflow: hidden; background: url(../images/sprite.png) no-repeat 0 -29px; margin-left: 4px; font-size: 16px; vertical-align: top; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.pagnation a:hover { background-position: 0 -64px; color: #fff; text-decoration: none }
.pagnation .page-prev, .pagnation .page-next { line-height: 555px; }
.pagnation .page-prev { background-position: -35px -29px; }
.pagnation .page-prev:hover { background-position: -35px -64px; }
.pagnation .page-next { background-position: -70px -29px; }
.pagnation .page-next:hover { background-position: -70px -64px; }
.pagnation .current { background-position: 0px -64px; color: #fff }
.pagnation-tips { margin-top: 10px; color: #999; text-align: center }
/*====================*/
/* footer */
/*====================*/




/*--------------------*/
/* section hearder */
/*--------------------*/

.banner-inner {
    padding: 2em 0;
	margin-top: 95px;
	background: #4568DC;
    background: -webkit-linear-gradient(to right, #01e6f8, #1d3ede);
    background: linear-gradient(to right, #01e6f8, #1d3ede);
	box-shadow: 0 6px 10px 6px rgba(0, 0, 0, 0.2) inset; 
}

@media screen and (max-width: 767px){
.banner-inner{
	padding: 0.5em 0;
}
}

.section-title {
	text-align: center;
	width: 100%;
}

.heading-title {
	color: #fff;
	margin-bottom: 15px;
	position: relative;
}
.banner-bg1{
	background: url( ../images/banner5.jpg) no-repeat 0px 0px;
	background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}
.banner-bg2{
	background: url( ../images/banner2.jpg) no-repeat 0px 0px;
	background-position:top;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}
.banner-bg3{
	background: url( ../images/banner3.jpg) no-repeat 0px 0px;
	background-position: top;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}
.banner-bg4{
	background: url( ../images/banner4.gif) no-repeat 0px 0px;
	background-position: bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}
.banner-bg5{
	background: url( ../images/banner6.jpg) no-repeat 0px 0px;
	background-position: bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}
/*====================*/
/* section hearder */
/*====================*/




/*--------------------*/
/* back-bg */
/*--------------------*/

.shape-2 {
  position: relative;
}

.shape-2::after {
  content: '';
  display: block;
  height: 16rem;
  width: 16rem;
  background: url( ../images/shape-2.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 56rem;
  left: -8rem;
  z-index: 100;
}

@media (max-width: 767.98px) {
  .shape-2::after {
    display: none;
  }
}

/*====================*/
/* back-bg */
/*====================*/




/*--------------------*/
/* back home */
/*--------------------*/


/*====================*/
/* back home */
/*====================*/




/*--------------------*/
/* 01.index */
/*--------------------*/


/*====================*/
/* 01.index */
/*====================*/




/*--------------------*/
/* 02.lab */
/*--------------------*/

.mu-introduce {
	width: 100%;
	background: #fff;
}

.mu-introduce-area{
	padding: 0 0 40px;
	width: 100%;
}

.mu-introduce-content{
	margin-top: 70px;
	width: 100%;
}

.introduce-text{
	font-size: 1.05em;
	text-indent:38px;
	text-align:justify;
	letter-spacing: 1px;
}


/*--/time-line --*/

.page-section {
	width: 100%;
	background-image:url(../images/ventor-bg.png);
	background-size: 100% 78%;
	background-position: bottom;
	background-repeat: no-repeat;
}
@media( max-width:1200px){
.page-section{
	background-size: 100% 70%;
	}
}
@media( max-width:700px){
.page-section{
	background: #eee;
	}
}


.py-lg-5 {
    padding-top: 1em !important;
	padding-bottom: 2em !important;
  }
/*--//time-line --*/
.card {
  border: none;
  background: transparent;
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border-radius: .25rem;
	
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-body a{
	color:#fff ;
}
.card-body a i{
	font-size: 36px;
}
.card-body a:hover{
	text-decoration: none;
	color:#b20000;
}
.card-title {
    margin-bottom: .75rem;
	font-weight: 600;
}
.card-text:last-child {
    margin-bottom: 0;
}

.gtco-numbers-block {
  margin: 10px auto;
  margin-top: 90px;
  color: #333;
}

.svg {
    overflow: hidden;
    vertical-align: middle;
}
.back-bg {
    margin-left: -30px !important;
    margin-top: -20px;
	display: block;
}
@media only screen and (max-width:768px) { 
.back-bg {margin-left: 20px !important;}
}
.section-header {
	text-align: center;
	width: 100%;
}


.border_bottom{
	border-bottom: 1px dashed #d7d7d7;
	padding:20px;
}
.border_all{
	border: 1px dashed #d7d7d7;
}
.mu-service {
	width: 100%;
	margin-bottom: 80px;
	background: #fff;
	background: url(../images/word-map.png);
	background-position:20px 140px;
	background-repeat: no-repeat;
	background-size: 95%;
}

.mu-service-area{
	width: 100%;
}

.mu-service-content{
	margin-top: 70px;
	width: 100%;
}

.mu-service-content-single{
	width: 100%;
	text-decoration: none;
	cursor:pointer;
}
.mu-service-content-single:hover{
	text-decoration: none;
}

.mu-service-icon-box {
	background:#fff;
    width: 20%;
	padding:10px 0;
    border-radius: 50%;
    margin: auto;
	font-size: 35px;
	margin-bottom: 20px;
	display: inline-block;
	color:#fff;
	box-shadow: 0 10px 20px 0 rgba(20, 107, 183, 0.2);
}

.mu-service-content .mu-service-content-single:hover .mu-service-icon-box {
    background: #146bb7;
    color: #fff; }
.mu-service-content .mu-service-content-single .mu-service-icon-box {
    width: 80px;
    height: 80px;
    background: #fff;
    color: #146bb7;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(20, 107, 183, 0.2);
    box-shadow: 0 10px 20px 0 rgba(20, 107, 183, 0.2);
    margin-bottom: 24px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
.mu-service-content .mu-service-content-single .part-text h4 {
    margin-bottom: 20px;
	color: #333;
	font-size: 20px; }
.mu-service-content .mu-service-content-single:hover .part-text h4 {
	font-weight: 600;
}
.mu-service-content .mu-service-content-single .part-text p {
	padding: 0 10px;
    font-size: 15px;
	color: #333;
	text-indent:30px;
	text-align:justify;
}
.mu-service-icon-box i{
	font-size:20px;
	
}
/*====================*/
/* 02.lab */
/*====================*/




/*--------------------*/
/* 03.blog */
/*--------------------*/

.mu-blog-area{
	padding: 40px 0 0;
	width: 100%;
}
.section-content {
   width: 100%;
   display: inline-block;
}
.single-post {
   width: 100%;
   padding-bottom: 80px;
   display: inline-block;
}
.padding-left40 {
   padding-left: 40px; 
}
.padding-right70 {
   padding-right: 70px !important; 
}
.post-text {
   padding-right: 30px;
}
.post-text h3 {
   margin-top: 88px;
   margin-bottom: 20px;
   text-transform: none;
}
.post-text h3 a {
   color: #272727;
   font-family: 'Montserrat', sans-serif;
}
.post-text h3 a:hover {
   color: #146bb7;
   text-decoration: none;
	font-weight: 600;
   font-family: 'Montserrat', sans-serif;
}
.post-content {
   position: relative;
   padding-left: 30px;
}
.post-content:after {
   top: 0;
   left: 0;
   content: '';
   width: 3px;
   height: 72px;
   position: absolute;
   background-color: #272727;
}
.post-meta  {
   color: #b6b6b6;
   padding-bottom: 20px;
}
.post-meta a {
   color: #b6b6b6;
}
.post-text p {
   font-size: 15px;
    color: #333;
    text-indent: 30px;
    text-align: justify;
}
.middle-post .col-md-7 {
  float: right !important;
}
@media (max-width: 1200px){
.post-text h3 {
   margin-top: 20px;
   margin-bottom: 20px;
   text-transform: none;
}
}



@media (max-width: 360px){

	.mu-featured-slider-content {
		top: 49%;
	}

	.mu-featured-slider-content p,
	.mu-featured-slider-content .mu-primary-btn {
		display: none;
	}

	.mu-featured-slider-content h1 {
		font-size: 18px;
		margin-bottom: 0;
	}

	.mu-filter-item-content {
		padding-top: 25%;
		padding-left: 5px;
		padding-right: 5px;
	}

	.filtr-item h4 {
		font-size: 12px;
	}

	.mu-team-content .row > div {
		width: 100%;
	}


	
}


/*====================*/
/* 03.blog */
/*====================*/




/*--------------------*/
/* 04.achievements */
/*--------------------*/

.mu-portfolio-content{
	margin-top: 50px;
	width: 100%;
}
.tab2_image,.tab3_image,.tab4_image,.tab5_image,.tab6_image{display: none;}
.tab_container{
	width: 100%;
	margin-top: 60px;
}

.filtr-item {
	margin-bottom: 0px;
	padding: 16px;
	transform-style: unset !important;
}

.mu-imglink {
	background-color: transparent;
}
.work-item{
	
}
.work-item:before {
	top: 0;
	left: 0;
	opacity: 0;
	width: 25%;
	content: "";
	height: 25%;
	position: absolute;
	transition: all 0.5s ease;
	background-color: rgba(45, 49, 141, 0.4);
	backdrop-filter:blur(1px);
}
.work-item:after {
	right: 0;
	bottom: 0;
	opacity: 0;
	width: 25%;
	content: "";
	height: 25%;
	position: absolute;
	transition: all 0.5s ease;
	transition-delay: 0.2s;
	background-color: rgba(45, 49, 141, 0.4);
	backdrop-filter:blur(1px);
}
.work-item:hover::before,
.work-item:hover::after {
	opacity: 1;
	width: 100%;
	height: 100%;
}

.filtr-item h4 {
	font-size: 18px;
}

.mu-filter-item-content {
	position: absolute;
	z-index: 100;
	left: 16px;
	top: 16px;
	right: 16px;
	bottom: 16px;
	color: #fff;
	padding-top: 50%;
	text-align: center;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.mu-filter-item-content i{
	font-size: 24px;
}
.filtr-item:hover .mu-filter-item-content{
	-webkit-transform: scale(1);
	        transform: scale(1);
}
ul.tabs{
	text-align: center;
}
ul.tabs li {
	background-color: #f0eded;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	width: 12%;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #666;
	text-align: center;
}
ul.tabs li i{
	margin-right: 6px;
}
ul.tabs li.active,
ul.tabs li:hover
{
	background-color:#183e88;
	color: #fff; 
}
 ul.tabs li:first-child {
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
}
ul.tabs li:last-child {
	margin-left: -2px;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}

@media (max-width: 580px){
ul.tabs li i{
	display: none;
}
}




.card_list {
  background: #ffffff;
  max-height: 800px;
  overflow-y: scroll;
  padding: 20px 20px 40px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  box-shadow: 0 5px 10px 0 rgba(20, 107, 183, 0.2);
}
thead tr th {
  color: #373757;
  font-weight: 600;
}
thead tr th:last-child {
  text-align: right;
  padding-right: 20px;
}
tbody tr th {
  color: #373757;
}
tbody tr td {
  color: #868e96;
}
tbody tr td:last-child {
  text-align: right;
  padding-right: 20px;
}
thead tr th,
tbody tr td{
  padding-left: 20px;
}
.table-style{
	width: 100%;
}
.table-style > tbody > tr > td,
.table-style > tbody > tr > th,
.table-style > thead > tr > td,
.table-style > thead > tr > th {
  line-height: 40px;
  vertical-align: top;
}
.table-style > thead > tr > th {
  border-bottom: 2px solid #e7e7e7;
  font-weight: 600;
  border-top: 0;
}
.table-style > tbody > tr > td {
  border-bottom: 1px dashed #e7e7e7;
  font-weight: 600;
  border-top: 0;
}
.table-style tbody tr:hover{background: #f7eeea;}


.lab_pro_section{
	background: #fff;
	border: 1px #eee solid;
	border-radius: 4px;
	margin-bottom: 30px;
	text-align: center;
	box-shadow: 0 5px 10px 0 rgba(20, 107, 183, 0.2);
}
.lab_pro_img{
	position: relative;
    overflow: hidden;
}
.lab_pro_img img{
	width: 100%;
	max-height: 200px;
	vertical-align:middle;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.lab_pro_img h4{
	color: #fff;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.lab_pro_title{
	background: linear-gradient(to bottom,rgba(41,50,60,0.8),rgba(72,85,99,0.8));
	backdrop-filter:blur(2px);
    bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    left: 0;
    padding:15px 10px;
    position: absolute;
    width: 100%;
}

.lab_pro_section p{
	text-align: justify;
    text-indent: 30px;
	line-height: 1.886;
	padding: 10px;
	margin: 0;
}
.lab_icon{
	height: 30px;
	padding:0 10px;
	margin-bottom: 10px;
}
.lab_icon i{
	float: right;
	margin-left: 10px;
	display: block;
	height: 30px;
	width: 30px;
	border-radius: 15px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	border: 1px #999 solid;
	text-align: center;
}


/*====================*/
/* 04.achievements */
/*====================*/




/*--------------------*/
/* 05.team */
/*--------------------*/

.mu-team-area{
	padding: 30px 0;
	width: 100%;
}
.pro_title{
padding: 20px 0;
}

.pro_title p{
	font-size: 18px;
	font-weight: 600;
	color: #146bb7;
	padding: 10px 0;
	border-bottom: 1px dashed #d7d7d7;
}
.pro_title p span {

    position: relative;
    top: 3px;
    display: inline-block;
    height: 18px;
    border-left: 4px solid #b20000;
    padding-right: 6px;

}

.single_team {
	position: relative;
	overflow: hidden;
	margin: 20px 0 40px;
	
}
@media only screen and (max-width:768px) { 
.single_team {margin: 10px 0 15px;}
}
.team-hover {
	position: absolute;
	width: 100%;
	bottom: -105%;
	padding: 30px;
	text-align: justify;
	padding-bottom: 0px;
	background: linear-gradient(to right, #01e6f8, #1d3ede);
	transition: all 0.3s ease-in-out;
}
.single_team:hover .team-hover {
	bottom: 0px;
	height: 100%;
}
.team .position-center-center {
	width: 100%;
	padding: 0 20px;
}
.single_team h5 {
color: #fff;
font-size: 18px;
margin: 0;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 2px;
}

.single_team span {
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: 600;
margin: 10px 0 0;
text-align: center;
text-transform: uppercase;
width: 100%;
}
.single_team p{
	color: #fff;
	text-indent: 2em;
    text-align: justify;
} 




.team-name {
background: linear-gradient(to right, #09203f, #2b5876);
opacity:0.8;
backdrop-filter:blur(6px);
bottom: 0;
color: #fff;
font-size: 16px;
font-weight: 600;
left: 0;
letter-spacing: 2px;
margin: 0;
padding: 20px 20px;
position: absolute;
text-transform: uppercase;
transition: all 0.2s ease-in-out 0s;
width: 100%;
}
.social {
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
}
.social li {
    display: inline-block;
    padding: 0;
}
.social li a {
background: #fff none repeat scroll 0 0;
border-radius: 30px;
color: #333;
display: inline-block;
font-size: 16px;
line-height: 30px;
height: 30px;
text-align: center;
text-transform: uppercase;
transition: all 0.2s ease 0s;
width: 95px;
margin: 0px 2px;
}
.social li a:hover {
	color: #2a80b9;
	text-decoration: none;
}

@media only screen and (max-width:1200px) { 
.team-hover {
	bottom: -140%;
	padding: 15px;
}
.single_team h5 {
color: #fff;
font-size: 18px;
margin: 0;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 2px;
}
.single_team p{font-size: 12px;} 
}

@media only screen and (max-width:992px) { 
.team-hover {
	bottom: -140%;
	padding: 15px;
}
.single_team h5 {
font-size:18px;
margin: 0;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 2px;
}
.single_team p{font-size: 12px;} 
}
@media only screen and (max-width:768px) { 
.team-hover {
	bottom: -195%;
	padding: 12px;
}
.team-name {
	padding: 10px 20px;
}
.single_team h5 {
font-size:18px;
margin: 0;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 2px;
}
.single_team p{
margin-top: 10px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
	} 
.single_team br{
display: none;
	} 
}



.shape-1 {
  position: relative;
}

.shape-1::after {
  content: '';
  display: block;
  height: 50em;
  width: 50em;
  background: url( ../images/shape-3.svg) no-repeat;
  background-size: 80%;
  position: absolute;
  top: 28em;
  right: -34em;
  z-index: 99;
}

@media (max-width: 1200px) {
  .shape-1::after {
    display: none;
  }
}

.shape-1-sm::after {
  width: 40em;
  height: 40em;
}

/*====================*/
/* 05.team */
/*====================*/




/*--------------------*/
/* 06.about */
/*--------------------*/
.map-section{
	border-radius: 4px;
	background:#fff;
	width: 100%;
	height: 100%;
	border: 1px #eee solid;
}
.map{
	width:100%;
	height: 100%;
}


@media (max-width: 1200px){
.map-section{
	height: 300px;
	margin-top: 40px;
}
	}



.info-section{
	background:#fff;
	margin:20px 0;
}
.info-section i{
	font-size: 24px;
    display: inline-block;
    margin-bottom: 0;
    color: #146bb7;
    float: left;
}
.info-section h3{
	font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #455164;
    float: left;
    margin: 8px 15px;
}
.info-section p{
	margin-bottom: 0;
    color: #333;
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 0;
    margin-left: 40px;
    font-size: 14px;
}
.iw_poi_title {color:#b20000;font-size:16px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:14px;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}


.contact {
  padding: 40px 0 60px;
  height: 100%;
	width: 100%;
}
  .contact .section-title {
    margin-bottom: 57px; }
    .contact .section-title h2 {
      margin-bottom: 22px; }
  .contact .contact-form {
    background: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(20, 107, 183, 0.2);
    box-shadow: 0 10px 20px 0 rgba(20, 107, 183, 0.2);
    padding: 46px 20px 50px;
    position: relative;
    border-radius: 10px;
	width: 100%;
	  height: 100%;
	  border: 1px #eee solid;
    /* Base for label styling */
    /* checkbox aspect */
    /* checked mark aspect */
    /* checked mark aspect changes */ }
    .contact .contact-form .form-group {
      margin-bottom: 24px; }
      .contact .contact-form .form-group.checkbox {
        height: 100%;
width: 100%;}
        .contact .contact-form .form-group.checkbox .form-check {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          height: 100%;
          margin: 2px 0 0; }
      .contact .contact-form .form-group.fieldset {
        margin: 13px 0 21px; }
      .contact .contact-form .form-group label {
        color: #455164;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 13px; }
        .contact .contact-form .form-group label .requred {
          color: #b20000; }
      .contact .contact-form .form-group input.form-control {
        height: 50px;
        border: none;
        background: #f3f6ff;
        color: #455164;
        font-size: 14px;
        padding: 8px 20px;
        font-weight: 500;
        width: 100%; }
        .contact .contact-form .form-group input.form-control::-webkit-input-placeholder {
          opacity: .8; }
        .contact .contact-form .form-group input.form-control:-ms-input-placeholder {
          opacity: .8; }
        .contact .contact-form .form-group input.form-control::-ms-input-placeholder {
          opacity: .8; }
        .contact .contact-form .form-group input.form-control::placeholder {
          opacity: .8; }
      .contact .contact-form .form-group textarea {
        height: 140px;
        border: none;
        background: #f3f6ff;
        color: #455164;
        font-size: 14px;
        padding: 12px 20px;
        font-weight: 500; }
        .contact .contact-form .form-group textarea::-webkit-input-placeholder {
          opacity: .8; }
        .contact .contact-form .form-group textarea:-ms-input-placeholder {
          opacity: .8; }
        .contact .contact-form .form-group textarea::-ms-input-placeholder {
          opacity: .8; }
        .contact .contact-form .form-group textarea::placeholder {
          opacity: .8; }
        .contact .contact-form .form-group textarea:focus {
          -webkit-box-shadow: none;
          box-shadow: none; }
      .contact .contact-form .form-group .form-check {
        padding-left: 15px;
        margin-right: 60px; }
        .contact .contact-form .form-group .form-check [type="radio"]:checked,
        .contact .contact-form .form-group .form-check [type="radio"]:not(:checked) {
          position: absolute;
          left: -9999px; }
        .contact .contact-form .form-group .form-check [type="radio"]:checked + label,
        .contact .contact-form .form-group .form-check [type="radio"]:not(:checked) + label {
          position: relative;
          padding-left: 28px;
          cursor: pointer;
          line-height: 20px;
          display: inline-block;
          color: #666; }
        .contact .contact-form .form-group .form-check [type="radio"]:checked + label:before,
        .contact .contact-form .form-group .form-check [type="radio"]:not(:checked) + label:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 18px;
          height: 18px;
          border: 3px solid #1add97;
          border-radius: 100%;
          background: #fff; }
        .contact .contact-form .form-group .form-check [type="radio"]:checked + label:after,
        .contact .contact-form .form-group .form-check [type="radio"]:not(:checked) + label:after {
          content: '';
          width: 8px;
          height: 8px;
          background: #1add97;
          position: absolute;
          top: 5px;
          left: 5px;
          border-radius: 100%;
          -webkit-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
        .contact .contact-form .form-group .form-check [type="radio"]:not(:checked) + label:after {
          opacity: 0;
          -webkit-transform: scale(0);
          -ms-transform: scale(0);
          transform: scale(0); }
        .contact .contact-form .form-group .form-check [type="radio"]:checked + label:after {
          opacity: 1;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); }
    .contact .contact-form select {
      height: 60px;
      border: none;
      background: #f3f6ff;
      color: #455164;
      font-size: 14px;
      padding: 10px 30px;
      font-weight: 500;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      position: relative; }
      .contact .contact-form select:focus {
        -webkit-box-shadow: none;
        box-shadow: none; }
    .contact .contact-form button {
	  font-size: 1.25em;
	  letter-spacing: 2px;
      height: 55px;
      width: 160px;
      background: #146bb7;
      color: #fff;
      border-radius: 55px;
      border: 1px solid #146bb7;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      position: relative;
      left: 50%;
      margin-left: -80px;
      margin-top: 15px;
      outline: none; }
      .contact .contact-form button:hover {
        background: #fff;
        color: #146bb7; }
      .contact .contact-form button.submit-button {
        right: 0;
        margin-left: 80px; }
      .contact .contact-form button.login-button {
        margin-left: 0;
        margin-top: 28px;
        left: 0; }
    .contact .contact-form .forgetting-password {
      display: inline-block;
      margin-top: 28px;
      text-align: right;
      width: 100%;
      font-size: 14px;
      color: #575f84;
      font-weight: 600; }
    .contact .contact-form [type="checkbox"]:not(:checked),
    .contact .contact-form [type="checkbox"]:checked {
      position: absolute;
      left: -9999px; }
    .contact .contact-form [type="checkbox"]:not(:checked) + label,
    .contact .contact-form [type="checkbox"]:checked + label {
      position: relative;
      padding-left: 1.95em;
      cursor: pointer;
      margin: 0; }
    .contact .contact-form [type="checkbox"]:not(:checked) + label:before,
    .contact .contact-form [type="checkbox"]:checked + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 1px;
      width: 20px;
      height: 20px;
      border-radius: 50px;
      border: 3px solid #1add97;
      background: #fff; }
    .contact .contact-form [type="checkbox"]:not(:checked) + label:after,
    .contact .contact-form [type="checkbox"]:checked + label:after {
      content: '';
      position: absolute;
      top: 6px;
      left: 5px;
      width: 10px;
      border-radius: 50px;
      height: 10px;
      font-size: 1.3em;
      line-height: 0.8;
      background: #1add97;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial; }
    .contact .contact-form [type="checkbox"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
    .contact .contact-form [type="checkbox"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }




/*====================*/
/* 06.about */
/*====================*/

/*--------------------*/
/* 07.lab-part */
/*--------------------*/
.L_float_nav{
	position: fixed;
    bottom: 200px;
    left: 0px;
    z-index: 1000;
    opacity: 0.8
}
.achi_card {
    border: 2px #eee solid;
    background: transparent;
	position: relative;
    display: flex;
	margin-top: 40px;
    flex-direction: column;
    word-wrap: break-word;
    border-radius:6px;
}
.achi_container
{
	width: 100%;
	overflow: hidden;
	background: #fff;
	height: auto;
	margin-top: 60px;
}
.table-achi td{
	line-height: 40px;
	border-bottom: 1px #eee solid;
	text-align:left; 
	padding: 20px;
}
.table-achi td:first-child{
	text-align:center; 
	border-right: 1px #eee solid;
	color: #333;
	font-weight: 600;
	font-size: 18px;
}
.table-achi td:last-child{
	text-align:left; 
	color: #666;
}

.lab-bg{
	margin-top: 95px;
	height:350px;
	background: url( ../images/lab-banner/banner2.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}
.lab-banner {
	position: relative;
	top:-30px;
	border-radius:6px;
    padding: 20px 0;
	display: block;
	margin-top: 95px;
    background: -webkit-linear-gradient(to right, #fdfbfb, #ededed);
    background: linear-gradient(to right, #fdfbfb, #ededed);
	-webkit-box-shadow: 0 10px 20px 0 rgba(20, 107, 183, 0.2);
    box-shadow: 0 10px 20px 0 rgba(20, 107, 183, 0.2);
}
.title-section{
	text-align: right;
	width: 100%;
}
.title-section::before {
  background: #1f2329 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: -21%;
  position: absolute;
  top: 41px;
  width: 30%;
}
.title-section h3{
	font-size:30px;
	margin: 25px 0 20px 60px;
	font-weight: 600;
	color: #333;
}
.title-section > h3::before {
  background: #e8652c none repeat scroll 0 0;
  content: "";
  height: 10px;
  left:45px;
  position: absolute;
  top: 37px;
  transform: rotate(45deg);
  width: 10px;
}
.title-section > h3::after {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #1f2329;
  content: "";
  height: 20px;
  left: 40px;
  position: absolute;
  top: 32px;
  transform: rotate(45deg);
  width: 20px;
}
.title-section p{
	font-size: 16px;
	line-height: 30px;
	text-indent: 30px;
}
.illustration-section{
	height: 300px;
	width: 100%;
}
.illustration-section img{
	height: 100%;
	width: 100%;
}
@media only screen and (max-width:768px) { 
.lab-bg{
	background: none;
	height: auto;
}
.L_float_nav{
    bottom: 140px;
}
.lab-banner {
	position:static;
	border-radius:0px;
	display: block;
	margin-top: 0px; 
	box-shadow: none;
}
.achi_container
{
	margin-top: 0;
}
.title-section h3{
	text-align: center;
	margin-left: -8px;
	}
.title-section::before {
  display: none;
}
.title-section > h3::before {
  display: none;
}
.title-section > h3::after {
  display: none;
}
.title-section p{
	padding-left:30px;
}
}

@media only screen and (max-width:991px) { 
.illustration-section{
	height: 0;
}
.illustration-section img {
	display: none;
}
}


.lab-nav ul li{
	list-style: none;
	float: left;
	text-align: right;
	margin-left: 12px;
    margin-bottom: 1.25em;
}
.lab-nav ul li a {
    color: #146bb7;
    text-decoration: none;
    font-size: 14px;
    padding: 8px;
    border-radius: 20px;
    line-height: 26px;
    background-color: #fff;
    border: 2px solid #146bb7;
}
.lab-nav ul li a span {
	display: none;
	margin-left: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 26px;
}
.lab-nav ul li a:hover,
.lab-nav ul li a:focus {
	text-align: left;
	padding:8px 12px 8px 8px;
    color: #fff;
	background:#146bb7;
	width: 100%;
	transition: all .3s ease;
	border: 2px solid #146bb7;
	-webkit-box-shadow: 0 10px 20px 0 rgba(20, 107, 183, 0.2);
    box-shadow: 0 10px 20px 0 rgba(20, 107, 183, 0.2);
}
.lab-nav ul li a:hover span,
.lab-nav ul li a:focus span{
	display:initial;
	transition: all .5s ease;
}






.super_container
{
	width: 100%;
	overflow: hidden;
	background: #fff;
	height: auto;
	margin-top: 80px;
}
.services
{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.section_title h1
{
	font-weight: 600;
	letter-spacing: 6px;
}
.section_title span
{
	display: block;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #b20000;
	margin-top:20px;
}

.h_slider_container
{
	width: 100%;
}
.services_slider_container
{
	margin-top: 50px;
	width: 100%;
	height: 600px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.service_slider_outer
{
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1920px;
	height: 663px;
}
.services_slider
{
	height: 500px;
}
.services_slider .owl-stage-outer
{
	padding-top: 20px;
	padding-bottom: 60px;
}
.services_slider .owl-stage
{
	right: 50px;
}
.services_slider .owl-item
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.services_slider .owl-item.center
{
	margin-left: 48px !important;
	margin-right: 115px !important;
}
.services_slider .owl-item.center .services_item_inner
{
	background: #6f69c7;
}
.services_item
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
}
.services_item_inner
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 475px;
	min-width: 260px;
	box-shadow: 0px 30px 59px rgba(24, 29, 33, 0.23);
	padding-left: 50px;
	padding-right: 50px;
	overflow: hidden;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

/*
.services_slider .owl-item.active.center .services_item_inner
{
	height: 663px;
}
*/
.service_item_content
{
	max-width: 100%;
}
.services_item_inner h2
{
	font-size: 1.8em;
	font-weight: 600;
	margin-bottom: 22px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.services_item_inner p
{
	font-size: 1em;
	line-height: 1.866;
	margin-bottom: 10px;
	text-align: justify;
	text-indent:30px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

@media(max-width:1680px){
.services_item_inner{
	padding-left: 20px;
	padding-right: 20px;
	}
}

.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button {
    display: inline-block;
    height: 54px;
    width: 174px;
	line-height: 50px;
    text-align: center;
    border: solid 2px #452b78;
    background: transparent;
}
.service_item_button
{
	position:absolute;
	bottom: 20px;
	left: 85px;
	font-size: 1.12em;
	border-color: #FFFFFF;
	color: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.service_item_button a
{
	color: #FFFFFF;
}
.service_item_button:hover
{
	background: #FFFFFF;
}
.service_item_button:hover a
{
	color: #452b78;
}
.services_slider .owl-item.center .services_item .services_item_inner h2
{
	color: #FFFFFF;
}
.services_slider .owl-item.center .services_item .services_item_inner p
{
	color: #FFFFFF;
	text-align: justify;
	text-indent:30px;
}
.services_slider .owl-item.center .services_item .services_item_inner .service_item_button
{
	visibility: visible;
	opacity: 1;
}
.service_item_icon
{
	position: absolute;
	top: -70px;
	left: 0;
	width: 42px;
	height: 42px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.service_item_icon .icon
{
	font-size: 40px;
	line-height: 1;
	color: #452b78;
}
.services_slider .owl-item.active.center .services_item_inner .service_item_icon .icon
{
	font-size: 50px;
	color: #9c83ce;
}
.services_slider .owl-item.center .services_item .services_item_inner .service_item_icon
{
	top: -102px;
}
.services_slider .owl-dots
{   
	z-index: 1000;
	position:relative;
	top: -500px;
	margin-top: 15px !important;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.services_slider.owl-theme .owl-dots .owl-dot span
{
	width: 11px !important;
	height: 11px !important;
	background: #d6cbed;
}
.services_slider.owl-theme .owl-dots .owl-dot.active span
{
	width: 18px !important;
	height: 18px !important;
	background: #452b78;
}
.services_slider_nav
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: calc((100% - 80px) / 2);
	width: 40px;
	height: 40px;
	background: #d4caeb;
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
}
.services_slider_nav_left
{
	left: calc(50% - 255px);
}
.services_slider_nav_right
{
	right: calc(50% - 255px);
}
.services_slider_nav i
{
	font-size: 18px;
	color: #fff;
}
.services_slider_nav:hover i
{
	color: #452b77;
}

.section-ztb{
	padding: 40px 0px;
}
.section-ztb img{
	width: 100%;
	text-align: center;
}
.section-ztb p{
	text-align: center;
	line-height: 30px;
	margin-bottom: 20px;
}





/*--------------------*/
/* COUNTER */
/*--------------------*/

.mu-counter {
	background-image: url(" ../images/counter-bg.jpg");
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	display: inline;
	float: left;
	margin-top: 40px;
	padding: 40px 0 60px;
	position: relative;
	width: 100%;
}

.mu-counter:before {
	bottom: 0;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	position: absolute;
	opacity: 0.84;
}

.mu-counter-block {
	display: inline;
	float: left;
	padding-top: 60px;
	width: 100%;
}

.mu-single-counter {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.mu-single-counter i {
	color: #fff;
	font-size: 40px;
	border-bottom: 3px solid #fff;
	padding: 15px 15px;
	margin-bottom: 0px;
	display: inline-block;
}

.counter-value {
	font-size: 48px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
}

.mu-counter-name {
	font-size: 16px;
	color: #ecf0f1;
}



/*====================*/
/* 07.lab-part */
/*====================*/


/*--------------------*/
/* 08.news */
/*--------------------*/
.news-area {
    padding: 2em 0 4em;
	margin-top: 95px;
	background: url(../images/word-map.png);
	background-position:20px 120px;
	background-repeat: no-repeat;
	background-size: 95%;
}
.nav-back{
	height: 60px;
	line-height: 60px;
	color: #fff;
	background: url( ../images/nav-back-bg.png) no-repeat 0px 0px;
	background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}
.nav-back ul li{
	list-style: none;
	float: left;
	color: #c1daff;
	margin-right: 10px;
}
.nav-back ul li a{
	padding-right: 10px;
	color: #fff;
	border-right: 1px #fff solid;
	text-decoration: none;
	cursor: pointer
}
.nav-back ul li a:hover{
	color: #c1daff;
}
.news-title h3{
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #333;
	height: 80px;
	line-height: 80px;
}
.news-title h4{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #146bb7;
	height: 40px;
	line-height: 40px;
}
.news-title h5{
	text-align: left;
	font-size: 16px;
	font-weight: 800;
	text-indent: 32px;
	color: #333;
	height: 30px;
	line-height: 30px;
}
.news-title h5 span{
	color: #146BB7;
}

@media(max-width: 560px){
.news-title h3{
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
}
}


.news-title p{
	font-size: 16px;
	line-height: 30px;
	text-indent: 32px;
	text-align: justify;
}
.news-img{
	padding: 20px 0;
}
.news-img img{
	width: 75%;
	text-align: center;
	margin-left: 10%;
}
.news-img p{
	font-size: 12px;
    color: #999;
	text-align: center;
}
.news-end{
	padding: 40px 0 40px;
	width: 100%;
}
.news-end p{
	text-align: right;
	color: #999;
	font-weight: 600;
	font-size: 14px;
	width: 100%;
}
.news-end p:first-child{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px #146bb7 dashed;
	text-align:center;
	color: #b20000;
	font-weight: 600;
	font-size: 16px;
}
.news-end h5{
	text-align: right;
	margin-bottom: 40px;
	font-size: 14px;
	color: #146bb7;
}
/*====================*/
/* 08.news */
/*====================*/







/*--------------------*/
/* HEADER */
/*--------------------*/

#mu-header {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 25px 0 0;
	z-index: 999;
	transition: all 0.5s;
}

.navbar-default .navbar-brand {
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	margin-top: -11px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #fff;
}

.navbar-brand img{
	margin-top: -12px;
}

#mu-header.mu-fixed-nav{
	background-color:#fff;
	box-shadow: 0px 0px 34px 0px rgba(20,107, 183, 0.35);
	width: 100%;
	position: fixed;
}

/*--------------------*/
/* MENU */
/*--------------------*/

.navbar-default {
	min-height: auto;
}

.mu-navbar {
	background-color: transparent;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}

.navbar-default .mu-menu li a {
	border-bottom: 2px solid transparent;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	padding: 0 0 5px;
	margin: 10px 15px 5px;
	transition: all 0.5s;
	position: relative;
}


.navbar-default .mu-menu li a:hover,
.navbar-default .mu-menu li a:focus {
	color: #146bb7;
	outline:none;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover{
	background-color: transparent;
	color: #146bb7;
}

.navbar-default .mu-menu li a:after {
    display: block;
    position: absolute;
    bottom: -5px;
    content: '';
    width: 0;
    height: 2px;
    background: #b20000;
	color: #146bb7;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.navbar-default .mu-menu li.active a:after,
.navbar-default .mu-menu li a:hover:after, 
.navbar-default .mu-menu li a:focus:after {
    width: 100%;
}


/*--------------------*/
/* HERO SECTION */
/*--------------------*/

.mu-hero {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: f5f5f8;
}

.hero-section {
  width: 100%;
  height: 100%;
  
}
.hero-imagepc{
  width: 100%;
  height: 100%;
  padding-top: 95px;
  position: absolute;
  bottom: 0;
  opacity: 1;
}
.hero-imageapp{
  width: 100%;
  height: 100%;
  padding-top: 95px;
  position: absolute;
  bottom: 0;
  opacity: 0;
}
@media only screen and (max-width:768px) { 
.hero-imagepc{
  width: 100%;
  height: 100%;
  padding-top: 95px;
  position: absolute;
  bottom: 0;
  opacity: 0;
}
.hero-imageapp{
  width: 100%;
  height: 100%;
  padding-top: 95px;
  position: absolute;
  bottom: 0;
  opacity: 1;
}
}

.banner-text {
  padding: 12vw 0 0 0;
  box-sizing: border-box;
  width: 20%;
}

.slider-info p {
  font-size: 1.106em;
  font-weight: 600;
  color: #191919;
  text-indent:2em;
  text-align: justify;
}

.slider-info {
  width: 24vw;
  margin-left:100px;
  margin-bottom: -40px;
}


/*--social_media_icons_style--*/

.social_media {
    text-align: center;
	margin-left: 40px;
    z-index: 99;
}

.social_media ul li {
    list-style: none;
	text-align: left;
    margin-bottom: 1.25em;
}

.social_media ul li a {
    color: #146bb7;
    text-decoration: none;
    font-size: 14px;
	padding:8px;
    border-radius: 20px;
    line-height: 26px;
    background-color:#fff;
    border: 2px solid #146bb7;
	-moz-box-shadow:2px 2px 5px #444; -webkit-box-shadow:2px 2px 5px #444; box-shadow:2px 2px 5px #444;
}

.social_media ul li a span {
	display: none;
	margin-left: 16px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 26px;
}
.social_media ul li a:hover {
	text-align: left;
	padding:8px 12px 8px 8px;
    color: #b20000;
	background-color:rgba(255,255,255,0.7);
	width: 100%;
	transition: all .3s ease;
	border: 2px solid #b20000;
	-moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none;
}
.social_media ul li a:hover span {
	display:initial;
	transition: all .5s ease;
}
@media only screen and (max-width:768px) { 
.social_media {
	margin-left: 10px;
}
}
p.ab {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 14px;
    transform: rotate(-90deg);
    left: -0.4%;
    bottom: 20%;
    position: absolute;
    z-index: 99;
}


/*--------------------*/
/* RESPONSIVE STYLE */
/*--------------------*/

@media (max-width: 1199px) {
	
	.mu-hero-left h1 {
		font-size: 36px;
	}

	.navbar-brand img {
		width: 150px;
		margin-top: -10px;
	}

	.navbar-default .mu-menu li a {
		margin: 10px 12px 5px;
	}

	.mu-author-info {
		margin-top: 0px;
	}

	.mu-video-iframe {
		height: 450px;
	}

	
}

@media (max-width: 991px) {


	.mu-fixed-nav .navbar-brand img {
		margin-top: -7px;
	}
	
	.navbar-default .mu-menu li a {
		font-size: 14px;
		margin: 10px 5px;
	}	

	.mu-hero-right {
		margin-top: 40px;
	}

	.mu-primary-btn {
		font-size: 14px;
		padding: 12px 22px;
	}

	.mu-single-counter {
		margin-top: 15px;
		margin-bottom: 40px;
	}


	.mu-clients-content-single img{
		width: 100%;
	}

	.mu-contact-right {
		margin-top: 50px;
	}
	
	.mu-video-review-content {
		padding: 0 5%;
	}

	.mu-video-iframe {
		height: 400px;
	}
		
}

@media (max-width: 767px) {
	
	#mu-header {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 10px 0;
	z-index: 999;
	transition: all 0.5s;
    }
   

	.navbar-default .navbar-brand {
		margin-top: -7px;
	}

	.mu-fixed-nav .navbar-brand img {
		margin-top: -8px;
	}

	.navbar-default .navbar-toggle {
		border-color: #fff;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus{
		background-color: transparent;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		background-color: rgba(250,250,250,0.8);
		text-align: center;
	}

	.navbar-default .mu-menu li a {
		display: inline-block;
	}

	.mu-hero-right {
		margin-top: 0;
	}


	.mu-author-info {
		margin-top: 30px;
	}

	.mu-contact-content {
		padding: 0 10%;
	}
	
		
}


@media (max-width: 640px){

	#mu-header.mu-fixed-nav {
		padding: 10px 0;
	}
	
	.mu-heading-area {
		padding: 0;
	}

	.mu-video-iframe {
		height: 300px;
	}

	.mu-primary-btn {
		font-size: 12px;
		padding: 10px 12px;
		margin-top: 15px;
	}

	.slick-dots {
		bottom: 15px;
	}
			

}


@media (max-width: 480px) {

	.navbar-brand img {
		width: 100px;
	}

	#mu-header {
		padding: 10px 0;
	}

	.navbar-default .navbar-brand {
		font-size: 25px;
		margin-top: -3px;
	}

	.navbar-toggle {
		padding: 7px 8px;
		margin-top: 10px;
	}


	.navbar-toggle .icon-bar {
		width: 18px;
	}

	h2{
		font-size: 25px;
	}

	.mu-heading-title {
		margin-bottom: 10px;
	}

	.mu-video-iframe {
		height: 250px;
	}

	.mu-contact-content {
		padding: 0 5%;
	}

	.mu-about-content-single h4 {
		margin-bottom: 18px;
	}

	.mu-team-social-info a {
		width: 35px;
		height: 35px;
		font-size: 16px;
		line-height: 35px;
	}

	.mu-contact-form button {
		width: 100%;
	}
	
}





@media (max-width: 320px){
		
	
}


/*--------------------*/
/* about */
/*--------------------*/
/*--/w3layouts-banner-info-inner--*/




/*--------------------*/
/* SERVICE */
/*--------------------*/




/*  - Blog Section
=========================================================*/



/*  - End of Blog Section
=========================================================*/

/*  - ach Section
=========================================================*/


/*  - End of ach Section
=========================================================*/


/*
----------------------------------------------------------------------------------------
* 09.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/




/*
* ----------------------------------------------------------------------------------------
* 09.END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


@media (max-width: 600px) {
  .gtco-numbers-block {
    margin-top: 100px;
  }
}
@media (max-width: 1299px) {
  .gtco-numbers-block .row {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .gtco-numbers-block .row .col-3 {
    padding: 0;
  }
}
.gtco-numbers-block #custom-map::before {
  position: absolute;
  content: "";
  height: 100px;
  width: 100%;
  border: 2px solid red;
}
.gtco-numbers-block svg {
  margin-top: -100px;
  position: absolute;
  left: 0;
  max-width: 1500px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1299px) {
  .gtco-numbers-block svg {
    margin-top: -90px;
  }
}
@media (max-width: 1199px) {
  .gtco-numbers-block svg {
    margin-top: -60px;
  }
}
@media (max-width: 991px) {
  .gtco-numbers-block svg {
    margin-top: -40px;
  }
}
@media (max-width: 650px) {
  .gtco-numbers-block svg {
    margin-top: -20px;
  }
}
@media (max-width: 600px) {
  .gtco-numbers-block svg {
    margin-top: -10px;
  }
}
.gtco-numbers-block h5 {
  font-size: 60px;
	color: #fff;
}
@media (max-width: 1299px) {
  .gtco-numbers-block h5 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .gtco-numbers-block h5 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .gtco-numbers-block h5 {
    margin: 0;
    font-size: 18px;
  }
}
.gtco-numbers-block p {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 1299px) {
  .gtco-numbers-block p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .gtco-numbers-block p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .gtco-numbers-block p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .gtco-numbers-block p {
    line-height: 1.1;
  }
}
@media (max-width: 500px) {
  .gtco-numbers-block p {
    font-size: 8px;
  }
}




/*---------------------------hover---------------------*/
#open-popup {padding:20px}
.white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 1150px;
}

.a a img.img-responsive {
	opacity: 0.5;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.a a:hover img.img-responsive{
	opacity: 1;
}
.a a .img-hover {
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
	.a a .img-hover {
	top: 0px;
	bottom: 0px;
	}
}

.a a:hover .img-hover {
	opacity: 0;
}
.a a .img-hover.glass {
    background: #ea766a;
}
.a a .img-hover.shoes-glass {
    background: #a0c4a3;
}
.a a .img-hover.hand-parts {
    background: #da9dd9;
}
.a a .img-hover.table-with-phone {
    background: #6da178;
}
.a a .img-hover.orange-shoe {
    background: #da9567;
}
.a a .img-hover.glass-shoes {
    background: #5dc6aa;
}
.a a .img-hover.girls-tops {
    background: #cab0a6;
}
.a a .img-hover.egg-arts {
    background: #ddd173;
}
.a a .img-hover .c-table {
	display: table;
	width: 100%;
	height: 100%;
}

.a a .img-hover .c-table .ct-cell {
    display: table-cell;
    vertical-align: middle;
}

.a a .img-hover .c-table .ct-cell .img-title {
	display: block;
	letter-spacing: 5px;
	transition: all 0.5s cubic-bezier(0.81, -0.14, 0.47, 1)
}

.a a:hover .img-hover .c-table .ct-cell .img-title {
    display: none;
}

/*---------------------------popup----------------------------*/
.white-popup {
  position: relative;
  background-color: #FFF;
  padding: 0px;
  width: auto;
  max-width: 1150px;
  margin: 0px auto;
}
.popup-head {
	margin-top: 50px;
    margin-bottom: 35px;
    margin-left: 15px;
}
.popup-parapraph {
	padding: 0px 15px;
}
.pop-up-icon {
	padding: 20px 20px;
}
.pop-up:hover {
    border-color: #c9c9c9;
}
li.popup-socials-icons {
	padding-left: 15px;
}
.pop-up {
			-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
			-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
			-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
			background-color: transparent;
			border: solid 4px #ffffff;
			border-radius: 4px;
			width: 50px;
			height: 50px;
			display: inline-block;
			text-align: center;
			line-height: 45px;
			color: inherit;
			border-radius: 100%;
		}
.pop-up.fa-facebook {

	background-color: #4071bb;
}
.pop-up.fa-twitter {

	background-color: #27c7f5;
}
.pop-up.fa-google-plus {

	background-color: #ff8400;
}
.pop-up.fa-pinterest {

	background-color: #f14603;
}
.icon.pop-up {
				font-size: 1.0em;
				color: #ffffff;
			}
.pop-up-color {
	background-color: #fff;
}

.pop-up-color img {
	margin: 0px auto;
}

.pop-up-color .p-r-0 {
	padding-right: 0px;
}
.pop-up-color .p-l-0 {
	padding-left: 0px;
}

.pop-up-color section {
	margin-top: 250px;
}

@media screen and (max-width: 1024px) {
	.pop-up-color section {
	margin-top: 25px;
	}
}

li.social-icons {
    padding-left: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.social-contact {
    padding-top: 10px;
    padding-left: 0px;
    text-align: center;
}
.socials-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    /* background: #6DBEC2; */
    background-color: #49C1DC;
    float: left;
    color: white;
    padding-top: 3px;
    font-size: 20px;
}
.social-contact li {
    list-style: none;
    display: inline-block;
}
.popup-social-contact {
    padding-top: 10px;
    padding-left: 0px;
    text-align: center;
}
.popup-socials-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    /* background: #6DBEC2; */
    background-color: #49C1DC;
    float: left;
    color: white;
    padding-top: 3px;
    font-size: 20px;
}
.popup-social-contact li {
    list-style: none;
    display: inline-block;
    padding-left: 6px;
}
textarea#message {
    margin-top: 35px;
}

.form-control:focus {
    border-color: #adadad;
    box-shadow: none;
}
@media screen and (max-width: 600px) {
	.mfp-arrow {
	top: 56%;
}
@media screen and (min-width: 601px) {
	.mfp-arrow {
	top: 40%;
}
.mfp-content .white-popup .col-md-4 {
	padding-right: 25px;
	padding-left: 25px;
}

	





	

	
	
	
	
	
	