 .send-message {
    background: #0D3D63 !important;
    border: 0px !important;
    width: 100% !important;
 }
 
 .request-demo {
    background: #0D3D63 !important;
    border: 0px !important;
 }
 
.main-head-text p {
    padding: 20px 0px;
}
img.goog-te-gadget-icon {
    display: none;
}
.goog-te-gadget-simple {
    border: none !important; 
}
#google_translate_element .goog-te-gadget-simple .goog-te-menu-value span:first-child {
    display: none;
}
#google_translate_element .goog-te-gadget-simple .goog-te-menu-value:before {
    content: 'Translate';
}
.goog-te-gadget-simple .goog-te-menu-value {
    color: #222 !important;
}
.goog-te-gadget-simple .goog-te-menu-value span {
    color: #0c3d63 !important;
}
.goog-te-gadget-simple .goog-te-menu-value:hover {
    color: #fff !important;
}
.goog-te-gadget-simple .goog-te-menu-value:hover > span{ 
 color: #000 !important;
}
/*about-us page*/

.btn-dwnld  {
    background: #0c3d63 !important;
}
#aboutbg.bg-main {
  width: 100%;
  height:400px;
  /*background: url("../img/page-banners/about_banner.jpg") center;*/
  background: url("../img/page-banners/AboutUs.png") center;
  background-size: cover;
  position: relative;
}
.bg-main:before {
  content: "";
  background: #0000004d;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.bg-main .container {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #939597;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline {
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: #939597;
  border: 5px solid #f5df4d;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  padding: 0px 40px 20px 0px;
  left: 0;
}

/* Place the container to the right */
.right {
  padding: 0px 0px 20px 40px;
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -12px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .main-timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 18px;
  }

  .left::before {
    right: auto;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}
/*----------------------award------------------------------*/
#Awards{
	background-color:#ffffff;
}
.award-box {
	height:320px;
    box-shadow: 11px 10px 38px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    margin-bottom: 30px;
    position: relative;
	padding: 20px;
	
}
.award-content h5 {
    color: #000;
}
.award-content {
    margin-top: 20px;
}
.award-image img{
	height:120px;
	width: 100%;
}
/*-----------------------------call-to-action------------*/
.schedule-banner.text-center {
    background: url("../img/Journey.jpg");
	padding:100px;
	background: #0c3d63 !important;
}
.white-txt {
    color: #fff !important;
}
.schedule-txt {
    margin-bottom: 30px;
}
.btn-get-started.white-btn {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: #0c3d63;
    background: #fff;
}
.btn-get-started.white-btn:hover {
    background: #000;
	color:#fff;
}
/*---------------team -----------------------*/
.flip-card-back .fa {
padding: 10px;
margin: 10px;
width: 38px;
border-radius: 50%;
text-align: center;
text-decoration: none;
}
.flip-card-back .fa:hover {
opacity: 0.7;
}
.flip-card-back .fa-facebook {
background: #3B5998;
color: white;
}
.flip-card-back .fa-twitter {
background: #55ACEE;
color: white;
}
.flip-card-back .fa-linkedin {
background: #007bb5;
color: white;
}

.flip-card {
background-color: transparent;

height:405px;
perspective: 1000px;
}
.flip-card-inner {
text-align: center;
transition: transform 0.8s;
transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
transform: rotateY(180deg)
}
.flip-card-front,
.flip-card-back {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
}
.flip-card-front {
background-color: #fff;
color: black;
}
.flip-card-back {
transform: rotateY(180deg);

height: auto;
background-color: #ffffff;
}
.card-title {
color: #000000;
padding: 10px;
}
.person {
color: #0c3d63;
padding-top: 15px;
}
.card {
    margin-bottom: 15px;
}
.card-body {
background-color: #ffffff;
}
.card-img-top{
	height:300px;
}
p.description.text-black-50 {
    font-size: 13px !important;
	padding: 0px 10px;
}
/*------------------clients-------------------*/
.about-slider-clients img.img-fluid {    background: #fff;
    margin: 10px;
    padding: 10px;
    box-shadow: 0px 0px 4px -1px;
    max-width: 160px !important;
    width: 160px;
    height: 80px;
}
/*-------------------reviews--------------*/
.carousel .carousel-item {
	color: #999;
	overflow: hidden;
	min-height: 120px;
	font-size: 13px;
}
.carousel .media img {
	display: block;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.carousel .testimonial {
	padding: 0 15px 0 60px ;
	position: relative;
}
.carousel .testimonial::before {
	content: "\201C";
	font-family: Arial,sans-serif;
	color: #e2e2e2;
	font-weight: bold;
	font-size: 68px;
	line-height: 54px;
	position: absolute;
	left: 15px;
	top: 0;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #0c3d63;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li{
	width: 20px !important;
	height: 20px !important;
	border-radius: 50% !important;
	margin: 1px 3px !important;
	box-sizing: border-box  !important;
}
 .carousel-indicators li.active { 
 width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: 1px 3px;
	box-sizing: border-box;
 }
.carousel-indicators li {
    color:#0c3d63 ;	
	background:#fff;
	border: 5px double ;  
}
.carousel-indicators li.active {
	color: #0c3d63;
	background: #0c3d63;    
	border: 5px double;    
}

/*------------------*/
.pt-80 {
    padding-top: 80px;
}
.pos-rel {
    position: relative;
}
.sec-head {
    margin-bottom: 50px;
}
.center-head {
    text-align: center;
}
.sec-head-inner {
    display: inline-block;
}
.life-img {
    height: 240px;
    background: url(../img/team-scroll.jpg) repeat left top;
    background-repeat: no-repeat;
    animation: animatedBackground 50s linear infinite;
    -webkit-animation: animatedBackground 50s linear infinite;
    -moz-animation: animatedBackground 50s linear infinite;
    -ms-animation: animatedBackground 50s linear infinite;
   position: relative;
}
@-webkit-keyframes animatedBackground {
    from {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

@-moz-keyframes animatedBackground {
    from {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

@-o-keyframes animatedBackground {
    from {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

@keyframes animatedBackground {
    from {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}
.image-animation {
    padding-top: 50px;
}
/*----------------------service-page--------------*/
#servicebg.bg-main {
  width: 100%;
  height:400px;
  background: url("../img/page-banners/Service.png") center;
  background-size: cover;
  position: relative;
}
#servicebg.bg-main:before {
  background: #0000008f; 
}
.img-full img {
    max-width: 100%;
	
}

.service-detail {
    margin-top: 50px;
}
.box-service {
    box-shadow: 0px 0px 4px 0px;
    padding: 20px;
    border-radius: 20px;
}

/*---client page-------*/
#clientbg.bg-main {
  width: 100%;
  height:400px;
  /*background: url("../img/clients.jpeg") center;*/
  background: url("../img/clients.png") center;
  background-size: cover;
  position: relative;
}
#clientbg.bg-main:before {
  background: #0000008f; 
}
.sectors .icon-box {
    height: 150px !important;
}
.sectors .icon{
	width: 50px !important;
    height: 50px !important;
}
.map img {
    max-width: 75%;
box-shadow: 0px 0px 2px 0px !important;
    border-radius: 15px !important;	
}
/*--------------clients--------*/
section#clients-main {
    background: #f1f1f1;
}
.client-info h4{
font-size: 16px;
    color:#fff; 
	}
.client-outer{
	width: 300px !important;
	text-align: center;
	background: #0c3d63;
	transition: all ease-in-out 0.3s;
	border: 1px solid #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 2px 15px rgb(16 110 234 / 15%);
	}
	.client-img {    
	text-align: center;
	background: #fff;
	border-radius: 8px 8px 0px 0px ;
    height: 150px;
}
	.client-img img{	
    padding: 30px;
}

.client-outer:hover {
	filter: grayscale(1);
	transform: scale(1.05);
}
.client-info {
    padding: 20px;
}

/*---videos page ------*/
#videobg.bg-main {
  width: 100%;
  height:50vh;
  background: url("../img/page-banners/SensoVisionVideo.png") center;
  background-size: cover;
  position: relative;
}
#videobg.bg-main:before {
  background: #0000008f; 
}
.video-box.equal-height {
	height: 470px;
	max-height: 470px;
    box-shadow: 0px 1px 4px 0px;
    margin-bottom: 25px;
    border-radius: 15px;
}
.video-img object {
    border-radius: 15px 15px 0px 0px;
}
.video-content {
    padding: 20px;
}
.video-content .video-tit {
	padding-bottom: 10px;
    font-size: 18px !important;
    color: #000;
}
a.cmn-btn.small-btn {
    background: #0c3d63;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}
p.video-txt {
    font-size: 14px;
}
/*----------careers page---------------*/
#careersbg.bg-main {
  width: 100%;
  height:400px;
  background: url("../img/page-banners/career-page.png") center;
  background-size: cover;
  position: relative;
}
#careersbg.bg-main:before {
  background: #0000008f; 
}
.career-img-top {
    border-radius: 5px;
}
.btn-enroll {
    background: #0c3d63 !important;
}
.jobs {
	margin: 20px 0;
    box-shadow: 1px 0px 4px 0px;
    padding: 20px;
    border-radius: 10px;
}.job-content h5 {    color: #0c3d63;    font-weight: 600;}
.img-job img {
    width: 100px;
    height: 100px;
	float: left;
    margin: 0 40px 0 0;
    border-radius: 5px;
}
.job-content {
    width: 60%;
	float: left;
	margin:0 20px;
}
a.button1 {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    transition: 0.5s;
    color: #0c3d63;
	border: 1px dotted;
	border-color:#0c3d63;
    background: #fff;
}
a.button2 {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #0c3d63;
}
/*-------modal----*/
.modal-header {
    background: #0c3d63;
	padding: 30px;
}
.list-icons  i {
    position: absolute;
    font-size: 20px; 
    left: 0;
    color: #0c3d63;
}
.jb-title i {
    color: #0c3d63;
}
h5.jb-title {
    color: #000;
}
.secondary-btn {
    background: #31b0d5;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
	border: none;
}

.modal-body.job-app {
    padding: 30px;
}
.jb-input {
    height: 50px;
}
.upload-file {
    background-color: #fff;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
}
.job-app .form-group {
    margin-bottom: 1rem;
}
.sbmt-btn {
    background: #0c3d63;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
	border: none;
}
.sbmt-btn:hover {
    opacity: .7;
    color: #fff;
}
.apply-modal {
    background: rgba(0, 0, 0, 0.8);
}
.life-career {
    height: 240px;
    background: url(../img/career/career-life.png) repeat left top;
    background-repeat: no-repeat;
    animation: animatedBackground 50s linear infinite;
    -webkit-animation: animatedBackground 50s linear infinite;
    -moz-animation: animatedBackground 50s linear infinite;
    -ms-animation: animatedBackground 50s linear infinite;
   position: relative;
}
/*------start----VizSortConveyor----page-------*/
#VizSortConveyorbg.bg-main {
  width: 100%;
  height:400px;
  background: url("../img/page-banners/viz-banner.png") right center;
  background-size: cover;
  position: relative;
}
.sec-left object {
    border-radius: 15px;
}
section#key-features {
    background: #f1f1f1;
}

.list-icons ul i {
    position: absolute;
    font-size: 20px;
    left: 0;
    color: #0c3d63;
}
.list-icons li{
	padding: 0 0 15px 28px;
    position: relative;
list-style:none;	
}
.list-icons ul {
    padding-left: 5px !important;
}
.spec-key {
	background:#fff;
    box-shadow: 0px 1px 4px 2px;
    padding: 20px;
    border-radius: 15px;
}

.spec-table.table thead th {
    font-weight: 600;
    color: #fff;
    font-size: 17px;
    background: #0c3d63;
}
.spec-table.table-dark td, .table-dark th, .table-dark thead th {
    border-right: 1px solid #fff;
    text-align: center;
}
.table-one .table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor;
}
.table-responsive.table-one {
    border-radius: 10px;
}
.spec-icon img {
    height: 20px;
}
.bg-light-grey {
    background: #f1f1f1;
}
section#inspection h5 {
    color: #0c3d63;
}
#inspection li {
    padding-bottom: 30px;
}


/*---------Screw Sorting --------*/

#sortingbg.bg-main {
  width: 100%;
  height:400px;
  background: url("../img/page-banners/screw-banner.png") right center;
  background-size: cover;
  position: relative;
}
.note li {
    padding: 10px 0px;
	list-style:none;
}
.note li span {
    color: #f70b0b;
}
/*--------- VizSort Glass Disk for Washer/Nut Sorting --------*/
#washerbg.bg-main {
  width: 100%;
  height:400px;
  background: url("../img/page-banners/washer-banner.png") right center;
  background-size: cover;
  position: relative;
}
/*---------- Disk for  stud------------*/
#studbg.bg-main{
width: 100%;
  height:400px;
  background: url("../img/page-banners/stud-banner.png") right center;
  background-size: cover;
  position: relative;	
}
/*---------- VizSort Mini------------*/

#VizSortMinibg.bg-main {
  width: 100%;
  height:400px;
  background: url("../img/page-banners/mini-banner.png") right center;
  background-size: cover;
  position: relative;
}
/*---------- qualviz------------*/
#qualvizbg.bg-main {
	 width: 100%;
  height:500px;
  background: url("../img/page-banners/banner_tech.webp") top center;
  background-size: cover;
  position: relative;
}
.head-blue h5 {
    color: #0c3d63;
}
.features-img img {
    width: 50px !important;
    margin-bottom: 20px;
}
.features-box {
    text-align: center;
    box-shadow: 0px 0px 4px 1px;
    padding: 20px;
    border-radius: 15px;
}
.features-content h5 {
    color: #0c3d63;
}
.features-box:hover {
	filter: grayscale(1);
    
}
.process-img img {
	width: 80px !important;
    margin-bottom: 20px;
}
.process-box {
	background:#fff;
    text-align: center;
    box-shadow: 0px 0px 4px 1px #d8e5ef;
    padding: 20px;
    border-radius: 15px;
}
.process-content h5{
	color: #0c3d63;
}

.process-box:hover {
    transform: scale(1.02);
}

.AppsCarousel.carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.AppsCarousel.carousel .carousel-item {
	
	text-align: center;
	overflow: hidden;
}
.AppsCarousel.carousel .carousel-item .img-box {
	border: 1px solid #eee;
    border-radius: 10px 10px 0px 0px;
	height: 200px;
	width: 100%;
	position: relative;
}
.AppsCarousel .thumb-wrapper p {
    border-radius: 0px 0px 10px 10px;
    font-size: 18px;
    background: #000;
    color: #ffff;
	padding:10px;
}
.AppsCarousel.carousel .carousel-item img {	
    height: 200px;
    padding: 20px;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.AppsCarousel.carousel .thumb-wrapper {
	text-align: center;
}

.Apps-btns.carousel-control-prev, .Apps-btns.carousel-control-next {
	height: 100px;
	width: 40px;
	background: none;
	margin: auto 0;
	background: rgba(0, 0, 0, 0.2);
}
.Apps-btns.carousel-control-prev i,  .Apps-btns.carousel-control-next i {
	font-size: 30px;
	position: absolute;
	top: 50%;
	display: inline-block;
	margin: -16px 0 0 0;
	z-index: 5;
	left: 0;
	right: 0;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: none;
	font-weight: bold;
}
.Apps-btns.carousel-control-prev i {
	margin-left: -3px;
}
.Apps-btns.carousel-control-next i {
	margin-right: -3px;
}


/*------------vizbotbg----------------*/
#vizbotbg.bg-main {
  width: 100%;
  height:400px;
  background: url("../img/page-banners/vizbot.png") right center;
  background-size: cover;
  position: relative;
}

.vizbot-process-box li{
	list-style:none;
	background:#fff;
    box-shadow: 0px 0px 4px 1px #d8e5ef;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
    position: relative;
}
.vizbot-process-img img {
	width: 80px !important;
    margin: 0 20px 20px 0;
	float: left;
}
.vizbot-process-content h5{
	color: #0c3d63;
}
.vizbot-process-content {
    text-align: left;
    width: 970px;
    display: inline-block;	
}
.vizbot-process-box li:hover {
    filter: grayscale(1);
}
.vizbot-process-box li:before {
    content: '';
    position: absolute;
    bottom: -11px;
    width: 40px;
    height: 12px;
    left: 100px;
    z-index: 1;
    display: block;
    background: url(../img/angle1-step.png) no-repeat 0 0;
    clear: both;
}
.vizbot-process-box li:after {
    background: #1D94FF;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    clear: both;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
}

.process_steps_v2 li.last:before {
  display: none;
}

.inspection-box {
    text-align: center;
    box-shadow: 0px 0px 4px 1px;
    padding: 20px;
    border-radius: 15px;
    
}
.inspection-img img {
    width: 50px !important;
    margin-bottom: 20px;
}
.inspection-content h5 {
    color: #0c3d63;
}
.inspection-box:hover {
	transform: scale(1.02);
}
.viz-benefits-box{
	background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px 1px #d8e5ef;
	border: dotted #eee;
    padding: 20px;
    border-radius: 15px;
    
}
.viz-benefits-img img {
    width: 80px !important;
    margin-bottom: 20px;
}
.viz-benefits-content h5 {
    color: #0c3d63;
}
.viz-benefits-box:hover {
	transform: scale(1.02);
}
.viz-apps-box {
	padding: 20px;
    border-color: #0c3d63;  
    box-shadow: 1px 0px 8px 0px;
    border-radius: 15px;

}
.viz-apps-content h5 {
    color: #0c3d63;
	    padding: 20px 10px;
}
.viz-apps-img img {
	border: 1px solid #eee;
    width: 100%;
    object-fit: cover;
    height: 170px;  
	
}
.viz-apps-box:hover {
    filter: saturate(2.5);
}
p.app-text {
    margin-bottom: 50px;
}
/*---modal---*/
.close-md img {
    height: 25px;
    margin: 20px;
}
.close-md {
    color: #fff;
    opacity: 1;   
    cursor: pointer;
	float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.call-form {
    height: 50px;
    margin-bottom: 1rem;
}
.modal-body.demo-call {
    padding: 30px;
}
/*-----------Pharmaceuticals -----------*/
#pharmabg.bg-main {
  width: 100%;
  height:400px;
  background: url("../img/page-banners/pharma.png")  center;
  background-size: cover;
  position: relative;
}
#pharmabg.bg-main:before {
  background: #0000008f; 
}
.pharma-img img {
    height: 350px;
	width:100%;
}
.pharma-img {
    text-align: center;
}
.pharma-inspection-img img {
    width: 80px !important;
    margin-bottom: 20px;
}
.pharma-inspection-box {
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px 1px #d8e5ef;
    border: dotted #eee;
    padding: 20px;
    border-radius: 15px;
    height: 420px;
}
.pharma-inspection-content h5 {
    color: #0c3d63;
}
.pharma-inspection-box:hover {
    transform: scale(1.02);
}

.pharma-apps-box {
	background-color:#fff;
	padding: 20px;
	height: 210px;
    border-color: #0c3d63;  
    box-shadow: 1px 0px 8px 0px;
    border-radius: 15px;

}
.pharma-apps-content h5 {
    color: #0c3d63;
	    padding: 20px 10px;
}
.pharma-apps-img img {
	border: 1px solid #eee;
    width: 100%;
    object-fit: cover;
    height: 170px;  
	
}
.pharma-apps-box:hover {
    filter: saturate(2.5);
}
.pharma-apps p.app-text {
    margin-bottom: 50px;
}
/*----------- PCB Analysis----------------*/
#pcbbg.bg-main {
  width: 100%;
  height:400px;
  background: url("../img/page-banners/pcb.jpg")  center;
  background-size: cover;
  position: relative;
}
.pcb-img img {
    height: 250px;
	width:100%;
}
.pcb-apps-box {
	background-color:#fff;
	padding: 20px;
	height: 210px;
    border-color: #0c3d63;  
    box-shadow: 1px 0px 8px 0px;
    border-radius: 15px;

}
.pcb-apps-content h5 {
    color: #0c3d63;
	    padding: 20px 10px;
}
.pcb-apps-img img {
	border: 1px solid #eee;
    width: 100%;
    object-fit: cover;
    height: 170px;  
	
}
.pcb-apps-box:hover {
    filter: saturate(2.5);
}
.pcb-app-text {
    margin-bottom: 50px;
}
.param-text {
    box-shadow: 0px 1px 4px 0px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}
.param-text:hover{
	color: #0c3d63;
	transform: scale(1.02);
	
}
/*--------contact Us-----*/

#contactbg.bg-main {
  width: 100%;
  height:400px;
  /*background: url("../img/page-banners/contact-us.jpg")  center;*/
  background: url("../img/page-banners/ContactUs.png")  center;
  background-size: cover;
  position: relative;
}
.contact-left {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.contact-info-box{
color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgb(214 215 216 / 30%);
    padding: 25px 5px;
}

.contact-info-box i{
font-size: 32px;
    color: #0c3d63;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #b3d1fa;
	}	
.contact-info-box h3{	
	font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}
.conactus .php-email-form {
box-shadow: 0 0 30px rgb(214 215 216 / 40%);
    padding: 30px;
}
.conactus .php-email-form .form-group {
    margin-bottom: 20px;
}
.conactus .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.conactus .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}
.conactus  .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.conactus .php-email-form button[type=submit]:hover {
    background: #3b8af2;
}
.conactus .php-email-form button[type=submit] {
    background: #0c3d63;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}
a.social-logo i {
    border: 0px;    font-size: 18px;    padding: 8px;
	border-radius: 50%;    width: 35px;
}.social-list i {    color: #fff;    background: #0c3d63;     	margin:10px 5px;	}
ul.social-list {
    list-style: none;
    display: inline-flex;    padding-left: 0px !important;
	    
}
.container.map-source {
    margin-top: -60px !important;
}

/*--------------vizsort---------*/

.carousel-text {
    bottom: 25% !important;
    left: 0% !important;
	right:25% !important;
}
	
	
    #vizsort-page-slider .btn-view-more{
	    background: #0c3d633b;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 10px;
    transition: 0.5s;
    color: #fff;
	border:2px solid #0c3d63;
	margin-top:20px; 
	}
	
	a.btn-view-more:hover{
		background-color:#0c3d63 !important;
	}
	
	#vizsort-page-slider .btn-contact{
		    background: #ffffff4f;
		font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 10px;
    transition: 0.5s;
    margin-left: 25px;
	margin-top:20px;
    color: #222222;
    align-items: center;
	border:2px solid #fff;
	}
	
#vizsort-page-slider .carousel-fade .carousel-item {
	transition-duration: .4s;
}
/*--	#vizsort-page-slider .carousel-inner > .carousel-item {
    
    -webkit-transition: 0.1s ease-in-out left !important;;
    -moz-transition: 0.1s ease-in-out left !important;;
    -o-transition: 0.1s ease-in-out left !important;;
    transition: 0.1s ease-in-out left !important;
}*/
   
	a.btn-contact:hover{
		background-color:#fff !important;
	}
	
	.product-outer {
    background: #fff; 
	}
	
	.coverage-slider{
		padding-bottom:0px !important;
	}
.coverage-parts.carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.coverage-parts.carousel .carousel-item {
	
	text-align: center;
	overflow: hidden;
}
.coverage-parts.carousel .carousel-item .img-box {
	border: 1px solid #eee;
    border-radius: 10px;
	height: 160px;
	width: 100%;
	position: relative;
}
.coverage-parts.carousel .carousel-item img {	
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.coverage-parts.carousel .thumb-wrapper {
	text-align: center;
}

.coverage-btns.carousel-control-prev, .coverage-btns.carousel-control-next {
	height: 100px;
	width: 40px;
	background: none;
	margin: auto 0;
	background: rgba(0, 0, 0, 0.2);
}
.coverage-btns.carousel-control-prev i,  .coverage-btns.carousel-control-next i {
	font-size: 30px;
	position: absolute;
	top: 50%;
	display: inline-block;
	margin: -16px 0 0 0;
	z-index: 5;
	left: 0;
	right: 0;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: none;
	font-weight: bold;
}
.coverage-btns.carousel-control-prev i {
	margin-left: -3px;
}
.coverage-btns.carousel-control-next i {
	margin-right: -3px;
}

/*------blog---------*/
#blogbg.bg-main {
  width: 100%;
  height:400px;
  background: url("../img/page-banners/Blog-1.jpg") center;
  background-size: cover;
  position: relative;
}
/*----------careers page---------------*/
#termsbg.bg-main {
  width: 100%;
  height:400px;
  background: url("../img/page-banners/T&C.png") top center;
  background-size: cover;
  position: relative;
}
#termsbg.bg-main:before {
  background: #0000008f; 
}
/*---------------------footer--------------------------*/
.btn-demo {
    position: fixed;
    bottom: 0px;
    right: 15px;
}
 .wtsap-btn{
	background: transparent; 
	border: none; 
	position: fixed;
	bottom: 60px; 
	right: 25px; 
	margin: 0; 
	padding: 1px 0px; 
	z-index: 99; 
	text-shadow: 2px 2px 2px #00e676;
	transform:all .5s ease;
 }
 .wtsap-btn:before{
	 content: "";
	 position: absolute;
	 z-index:-1;
	 left:50%;
	 top:50%;
	 transform: translateX(-50%) translateY(-50%);
	 display:block;
	 width:60px;
	 height:60px;
	 background-color:#25d366;
	 border-radius:50%;
	 -webkit-animation:pulse-border 1500ms ease-out infinite;
	 animation:pulse-border 1500ms ease-out infinite;
 }
  .wtsap-btn:focus{
	  border:none;
	  outline:none;
  }
  @keyframes pulse-border { 
  0%{transform:translateX(-50%)translateY(-50%)translateZ(0) scale(1);opacity:1;}
  100%{transform: translateX(-50%) translateY(-50%) tanslateZ(0)) scale(1.5); opacity:0;}
 
  }

/*-------------responsive---------------*/

@media (min-width:576px){

.main-head-text {
    width: 500px; 
	}
}
	
@media (max-width:575px){
	
	.coverage-parts .img-box {
    margin-bottom: 20px;
}
	
	#vizsort-page-slider .carousel-text{
		right: 0% !important;
	}
	#vizsort-page-slider .carousel-control-next, .carousel-control-prev{
		    width: 8% !important; 
	}
	#vizsort-page-slider .carousel-caption{
		padding-bottom: 0px !important; 
	}
	#vizsort-page-slider .carousel-caption.carousel-text h3 {
    font-size: 18px !important; 
}
     #vizsort-page-slider .btn-view-more { 
	 
	  font-size: 12px !important; 
	  padding: 10px !important;
	 }
	 #vizsort-page-slider .btn-contact{
		 font-size: 12px !important; 
	  padding: 10px !important;
	 }
	 
	.viz-apps-img img {
    width: auto;
    height: auto;
	}
	.viz-apps-box {
    height: auto !important; 
	}
	.inspection-box {
	height:auto !important;	
	}
}
@media (max-width:767px){

	.mobile-nav-toggle {
    top: -30px;
    position: relative;
    }
	.viz-apps-box {
    height: 320px; 
	}
	.process-box {
		    height: auto;
	}
	.features-box {
		height: auto;
	}
	.vizbot-process-content {
    width: auto;
    }
   .viz-benefits-box{
	height: auto;
    }	
	.pharma-inspection-box {
	height: auto;
    }
   .inspection-box { 
    height: 340px;
    }
	.schedule-banner.text-center {
    padding: 80px 0 !important; 
	}
}
@media (min-width:768px){
.right-image{
padding-left: 100px; 
}
.left-image{
padding-right: 100px; 
}

}

@media (min-width:768px)and (max-width:991px){ 
   .viz-apps-img img {
    border: 1px solid;
    width: 70%; 
    }
   .vizbot-process-content {
    width: 550px;
   }
    .viz-benefits-box{
	height: 350px;
    }
   .pharma-inspection-box {
	height: 360px;
    }
    .inspection-box { 
    height: 340px;
    }
   .viz-apps-box {
    height: 320px; 
	}
	.features-box {
		    height: 280px;
	}
	.process-box {
		    height: 260px;
	}
}
@media (max-width:991px){	
  .process-img img {
    width: 50px !important;
	}	
		
	.VizBotInspection .row{
		justify-content:left !important;
	}
}

@media (min-width:992px){ 
p.app-text {
    padding: 0px 100px;
}
.map img {
margin-left: 25px;
}
.col-lg-2.custom-col {
    flex: 0 0 auto;
    width: 19.666667% !important;
}
.carousel-item.carousel-custom {
		margin-top:-100px;
    height: 600px !important;
	}
	.features-box {
		    height: 300px;
	}
}
@media (max-width:1199px){
	
.map img {
max-width: 100%; 
}
}
@media (min-width:992px)and (max-width:1199px){ 
.process-box {
		    height: 400px;
	}
.sectors .icon-box h4{
    font-size: 16px;
}
.sectors .icon-box {
    height: 140px !important;
}

.vizbot-process-content {
    width: 770px;
}
.inspection-box {
	height: 480px;
	padding: 20px 10px !important;
}
.viz-benefits-box{
	height: 380px;
}
.viz-apps-box {
    height: 340px; 
	}
.pharma-inspection-box {
	height: 460px;
}
}

@media (min-width:1200px){
.row-padding {
    padding: 0 100px;
}
.inspection-box {
	height: 460px;
}
.viz-benefits-box{
	height: 350px;
}
.viz-apps-box {
    height: 340px; 
	}
	.process-box {
		    height: 320px;
	}
}

@media (min-width:1200px)and (max-width:1399px){ 
.map img {
max-width: 90%; 
}
}