@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');



*{
	font-family: 'Titillium Web';
}
html, body{
    overflow-x: hidden;
        scroll-behavior: smooth;
}
body{
        font-size: 1.2rem;
}
.navP{
	box-shadow: 0 0 7px rgb(0 0 0 / 9%);
	z-index: 999;
	position: relative;
	background: #ffffff;
}
.navbar-nav li a{
	color: #1d2124cf;
	margin: auto 5px;
	font-weight: 600;
    font-size: 16px;
}
.dropdown-menu li a{
	color: #000;
	margin: auto;
	font-weight: 200;
}
.dropdown-menu{
	border-top: 4px solid #393185;
}
.dropdown-item:focus, .dropdown-item:hover{
	background-color: #ed7f1d;
	color: #fff;

}
.main-hm-banner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(../images/lab-slide1.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: 76px;
}
.img-layer{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000059;
}
.logoImg{
	max-height: 3em;
	margin:24px;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover > .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
.dropdown-toggle::after{
	display: none;
}
h1{
	font-size: 35px;
	font-weight: 600;
	line-height: 1.5;
}
.dash-dwn:after {
    content: "";
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #d0d0d0;
    height: 20px;
    width: 80px;
    display: block;
}
.dash-dwn-2:after {
    content: "";
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #ed7f1c;
    height: 20px;
    width: 80px;
    display: block;
    margin: auto;
}
.dash-dwn-3:after {
    content: "";
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #ed7f1c;
    height: 12px;
    width: 80px;
    display: block;
    margin-left: 5px;
}
.dash-dwn-4:after {
    content: "";
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #d0d0d0;
    height: 12px;
    width: 100%;
    display: block;
    margin-left: 2px;
}
.p-18{
	font-size: 18px;
}
.c-y{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.bg-c-1{
	background-color: #393185;
}
.bg-c-2{
	background: #eeededeb;
}
.txt-c-1{
	color: #393185;
}
.txt-c-2{
	color: #6d8190;
}
.txt-c-3{
	color: #e3812a;
}
.form-control{
	padding: 23px;
    outline: none !important;
    border-radius: 3px;
    margin: 0 0 15px 0;
    width: 100%;
    display: block;
    color: #6d8190;
    line-height: 1.6;
    border: 1px solid #d5e1e4;
    background: #ffffff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.about-grid-img img{
	width: 100%;
    height: 185px;

}
.below-ban{
	margin-top: 100vh;
}
.img-layer-p{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #39318530;
}
.about-grid-txt{
	position: absolute;
	left: 30px;
    bottom: 10px;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    width: calc(100% - 30px);
}
.serv-grid-txt{
	position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    transform: translate(-50%, -50%) !important;
}
.owl-prev{
	position: absolute !important;
    left: -58px !important;
    top: 150px !important;
    font-size: 30px !important;
    background: #2f56a5 !important;
    border-radius: 300px !important;
    width: 46px !important;
    color: #fff !important;
    line-height: 1.5 !important;
}
.owl-next{
	position: absolute !important;
    right: -58px !important;
    top: 150px !important;
    font-size: 30px !important;
    background: #2f56a5 !important;
    border-radius: 300px !important;
    width: 46px !important;
    color: #fff !important;
    line-height: 1.5 !important;
}
.bg-img-dct{
	background: url(../images/objbg.jpg);
	background-size: cover;
	background-position: center;
}
.border-it{
	border: 1px solid #ccc;
	border-radius: 8px;
}

.b-0{
	opacity: 0;
	transition-duration: 1500ms;
}
.tgl-done:hover .b-0{
	opacity:1; 
	transition-duration: 1500ms;
}
.bg-lab-img{
	background: url(./assets/images/lab-slide1.jpg);
	background-size: cover;
}
.left-al-bg-img{
	background: url(../images/Book-A-Test.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: 22%;
}
.footer .material-icons {
    position: relative;
    top: 6px;
}




.dash-dwn-1:after {
    content: "";
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #ed7f1c;
    height: 20px;
    width: 25px;
    display: block;
    position: relative;
    top: -24px;
    left: 14px;
}






.dropdown-menu li {
  position: relative;
}
.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}












.inner-ttl {
    color: #fff;
    padding: 160px 0 90px 0px;
}
.desc-background {
    
    background-color: #ef801a;
    background-position: center;
    background-size: cover;
}
.breadcum {
    padding: 18px 0px 10px 0px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
}


.footer a{
    color: #393185;
    text-decoration: none;
}






.tech{
    background: #eeededeb;
}
.tech-owl{
   
   padding-top: 10px;
   background: #eeededeb;
    padding: 56px 0 10px 50px;
}

.tech-owl h6 {
    
    text-transform: uppercase;
    font-size: 14px;
    color: #ed7f1d;
    font-weight: 600;
}

.tech-owl p {
    
    text-align: justify;
}

.tech-owl h2 {
        line-height: 36px;
    font-size: 28px;
    color: #424597;
    font-weight: 700;
}


.tech-owl .owl-prev, .tech-owl .owl-next{
    background: none !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.tech-owl .owl-dot{
    opacity: 0;
}

.tech-owl .item{
        display: inline-table;
        
}


#sync1 .item{
    min-height: 550px;
}

.tech-owl .research_service_item{
    vertical-align: middle;
    display: table-cell;
}






.ui-widget-header{
        border-top: none !important;
    background: none !important;
    border-bottom: 1px solid black !important;
    border-left: none !important;
    border-right: none !important;
    padding: 0 !important;
}

.ui-widget.ui-widget-content{
    border: none !important;
   
}


.ui-tabs-tab {
        border-top: 1px solid #000 !important;
        border-left: 1px solid #000 !important;
        border-right: 1px solid #000 !important;
        border-bottom: none !important;
    background: none !important;
    font-weight: normal !important;
    color: #3e4095 !important;
}
#tabs a{
    color: #3e4095;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #3e4095 !important;
    
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a{
    color: #fff !important;
}



.blue-box{
    background-color: #ef801acf!important;
    padding: 20px;
    color: #fff;
    border-left: 8px solid #3e4095;
    
}



.blue-box ul{
    list-style: none;
    column-count: 2;
    padding-top: 20px;
    padding-left: 17px;
}
.blue-box ul li{
    position: relative;
    padding-left: 22px;
}

.blue-box ul li:before {
    position: absolute;
    background-color: #3e4095;
    width: 8px;
    height: 8px;
    content: '';
    left: 0px;
    top: 11px;
    border-radius: 50%;
}


.border-it a:hover{
    text-decoration: none;
}




.video-play-button {
    font-size: 20px;
    left: 50%;
    padding-left: 7px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}
.video-play-button:hover{
    text-decoration: none;
}
.video-play-button i {
    display: block;
    position: relative;
    z-index: 3;
    color: #ed7f1d;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 56px;
    height: 56px;
    background: #393185 repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 56px;
    height: 56px;
    background: #39318594 repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}




.cl-lft{
    width: 70%;
    display: inline-block;
}
.cl-rht{
    width: calc(30% - 10px);
    display: inline-block;
    vertical-align: top;
}


.footer h4{
    margin-bottom: 20px;
    position: relative;
}
.footer h4:after{
    content: " ";
    background: #f18e43;
    width: 46px;
    height: 3px;
    position: absolute;
    left: 1px;
    top: 33px;
}