.position-relative{
    position: relative;
}

.text-justify{
	text-align: justify !important;
}

.container-small{
	width: 770px;
}

.rodller-container-inside{
    max-width: 1170px;
    margin: 0 auto;
}

#mb-child-jobs{
    text-align: left;
    color: #000;
}
#mb-child-jobs tr:nth-child(odd){
    background-color: #efefef;
}
#mb-child-jobs tr th{
    background-color: #e2e3e5;
}

#mb-child-jobs tr th{
    border-bottom: 1px solid #3C3C3C;
}
#mb-child-jobs tr th, #mb-child-jobs tr td{
    padding: 10px;
}
#mb-child-jobs tr td{
    border-bottom: 1px solid #e2e3e5;
}

#mb-main-footer{
    background: -moz-linear-gradient(50% 100% 90deg,rgb(12, 116, 171) 0%, rgb(0, 104, 171) 100%);
    background: -webkit-linear-gradient(90deg, rgb(12, 116, 171) 0%, rgb(0, 104, 171) 100%);
    background: -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgb(12, 116, 171) ),color-stop(1,rgb(0, 104, 171) ));
    background: -o-linear-gradient(90deg, rgb(12, 116, 171) 0%, rgb(0, 104, 171) 100%);
    background: -ms-linear-gradient(90deg, rgb(12, 116, 171) 0%, rgb(0, 104, 171) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#DE2F24', endColorstr='#B32F24' ,GradientType=0)";
    background: linear-gradient(0deg, rgb(12, 116, 171) 0%, rgb(0, 104, 171) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B32F24',endColorstr='#DE2F24' , GradientType=0);
}

.home-bar{
    position: relative;
    z-index: 1;
    background : -moz-linear-gradient(50% 100% 90deg,rgb(12, 116, 171) 0%, rgb(0, 104, 171) 100%);
    background : -webkit-linear-gradient(90deg, rgb(12, 116, 171) 0%, rgb(0, 104, 171) 100%);
    background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgb(12, 116, 171) ),color-stop(1,rgb(0, 104, 171) ));
    background : -o-linear-gradient(90deg, rgb(12, 116, 171) 0%, rgb(0, 104, 171) 100%);
    background : -ms-linear-gradient(90deg, rgb(12, 116, 171) 0%, rgb(0, 104, 171) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#DE2F24', endColorstr='#B32F24' ,GradientType=0)";
    background : linear-gradient(0deg, rgb(12, 116, 171) 0%, rgb(0, 104, 171) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B32F24',endColorstr='#DE2F24' , GradientType=0);
}

.home-bar:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 0;
    height: 0;
    margin-left: -15px;

    border-left: 20px solid transparent;
    border-right: 20px solid transparent;

    border-top: 20px solid #5DADE2;
}

.home-bar h4{
    margin: 15px 0 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
.mb-child-job-popup{
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 800px;
    top: 150px;
    left: 50%;
    height: 70%;
    margin-left: -400px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    z-index: 99;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    overflow-y: scroll;
    transition: all 0.4s ease-in-out;
    color: #000;
}

.mb-child-job-popup p{
    color: #000;
}

.mb-child-job-popup-close{
    position: absolute;
    right: 20px;
    padding: 0 10px;
}

.mb-child-job-popup.popup-active{
    opacity: 1;
    visibility: visible;
}
#menu-social-menu{
    padding: 20px 0 10px;
}

#menu-social-menu li{
    display: inline-block;
}

#menu-social-menu li a{
    width: 27px;
    display: inline-block;
    height: 40px;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

#menu-social-menu li a::before {
    width: 100%;
    height: 100%;
    font-family: 'Ionicons';
    font-size: 25px;
}
#menu-social-menu li a[href*="twitter.com"]::before {
    content: "\f243";
    padding: 5px 6px; }

#menu-social-menu li a[href*="linkedin.com"]::before {
    content: "\f239";
    padding: 5px 6px;
}

#menu-social-menu li a[href*="facebook.com"]::before {
    content: "\f231";
    padding: 4px 9px; }


.mb-main-footer-columns-wrapper{
    display: flex;
    justify-content: center;
}
#mb-main-footer .mb-main-footer-columns-wrapper .widget{
    width: 230px;
}

.wp-block-cover.home-video-cover{
    min-height: 500px;
}

.mb-cover-wrapper-static{
    position: relative;
    background-color: #000;
}

.mb-cover-static-content{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mb-cover-wrapper-static .mb-cover-post{
    opacity: 0.8;
}

.mb-cover-static-content #mb-primary-title{
    font-size: 6rem;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 0 10px #010101;
}

.home-video-cover h1{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-video-cover h1 {
    display: block;
    -webkit-perspective: 300px;
    perspective: 300px;
    font-size: 50px;
    font-weight: 300;
    padding-bottom: 80px;
    margin-top: 0;
}

.home-video-cover h1 code{
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    display: inline-block;
    position: absolute;
    width: 600px;
    margin-left: -300px;
    text-align: center;
    bottom: 0;
    left: 50%;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Lato, Helvetica, Arial, sans-serif;
}

.home-video-cover h1 code.active {
    position: absolute;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-animation: cd-rotate-1-in 1.2s;
    animation: cd-rotate-1-in 1.2s

}

.home-video-cover h1 code.inactive {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-animation: cd-rotate-1-out 1.2s;
    animation: cd-rotate-1-out 1.2s
}

@-webkit-keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }
    35% {
        -webkit-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0
    }
    65% {
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1
    }
}

@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }
    35% {
        -webkit-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0
    }
    65% {
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1
    }
}

@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1
    }
    65% {
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }
}

@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1
    }
    65% {
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }
}

#mb-primary-title{
    font-weight: 700;
}

#particles-js{
    position: absolute;
    width: 100%;
    height: 100%;
}

.wp-block-media-text.services-box{
    width: 130%;
    margin-top: 80px;
    margin-bottom: 80px;
    border: 1px solid #137da8;
}

.services-box{
    grid-template-columns: 30% auto;
}
.services-box.has-media-on-the-right{
    grid-template-columns: auto 30%;
}

.wp-block-media-text.services-box h2{
    margin-top: 30px;
}

.services-box .wp-block-media-text__media{
    margin: 40px 0 40px -40px;
}

.services-box.has-media-on-the-right .wp-block-media-text__media img{
    margin-left: 85px;
}

.bubble-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.bubble-list li{
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-right: 15px;
    color: #5DADE2;
    background-color: #efefef;
    border-radius: 15px;
}

.hero-bar-wrapper{
    display: block;
    width: 100%;
    overflow: hidden;
}

.mb-0{
    margin-bottom: 0 !important;
}

.media-text-full-image.wp-block-media-text > figure > img {
    width: auto;
}

.about-us-timeline{
    position: relative;
}

.about-us-timeline:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #137da8;
}

.about-us-timeline h4{
    position: relative;
    font-size: 30px;
    font-weight: 700;
	margin-top: 0;
}

.about-us-timeline h4:before{
    content: '';
    position: absolute;
    left: -45px;
    top: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #137da8;
}

.about-us-timeline .has-2-columns .wp-block-column:first-child h4:before{
    left: auto;
    right: -50px;
    border-width: 10px 20px 10px 0;
    border-color: transparent #137da8 transparent transparent;
}


.about-us-timeline .has-2-columns .wp-block-column:first-child{
    padding-right: 50px;
}

.about-us-timeline .has-2-columns .wp-block-column:first-child .wp-block-quote{
	right: 0;
	left:auto;
	border-right: 0;
}

.about-us-timeline .has-2-columns .wp-block-column:first-child .wp-block-quote:before{
	right: 0;
	left:auto;
    width: 3px;
}

.about-us-timeline .has-2-columns .wp-block-column:last-child{
    padding-left: 50px;
}

.projects-images > figure{
    margin-left: 0 !important;
}

.rodller-accordion-title{
    padding: 15px;
    outline: none;
    cursor: pointer;
    font-size: 20px;
	color: #137da8;
}

.rodller-accordion-title:focus{
    outline: none;
}

.mb-header-logo .site-title img {
    max-height: 70px;
}

.mb-posts .layout-a .mb-post-thumbnail>a>img{
    object-fit: contain;
    font-family: 'object-fit: contain;';
    object-position: center;
}

.layout-a .mb-post-thumbnail{
    height: 270px;
}

#mb-sticky-header .mb-logo-wrapper .site-title img{
	max-height: 50px;
}

.image-blurred img{
  filter: blur(3px);
  -webkit-filter: blur(3px);
}

.image-blurred:after{
	content: "*Process is a JNIT Trade Secret";
}
.image-blurred.has-media-on-the-right:after{
    text-align: right;
    grid-column: 2;
}


.mb-entry-content a.wp-block-button__link:hover{
	text-decoration: none;
}

.wp-block-image.product-development-icon-img,
.wp-block-image.product-development-icon-img figure{
	height: 75px;
}

.image-right .aligncenter{
	margin-right: 0;
}

#menu-item-942{
    margin-right: 5px;
}

@media only screen and (max-width: 760px) {
  .mb-header-logo .site-title img {
    max-height: 70px !important;
  }
}


@media all and (max-width: 1170px) {
  .mb-main-footer-columns-wrapper {
    flex-wrap: wrap;
  }
}

@media all and (max-width: 800px) {
  .mb-main-footer-columns-wrapper {
    display: block;
	}
	.wp-block-media-text{
		display: block;
	}
	.home-video-cover h1{
    	font-size: 25px;
    	padding-bottom: 50px;
	}
	.home-video-cover h1 code{
    	font-size: 30px;
		width: 260px;
		margin-left: -130px;
	}
	.home-bar h4{
    	font-size: 14px;
	}
	.mb-cover-static-content #mb-primary-title{
    	font-size: 3rem;
	}
	.container-small {
    	width: 100%;
	}
	.layout-a .mb-post-thumbnail {
		height: 180px;
	}
	.about-us-timeline:before{
		display: none;
	}
	#mb-cover.mb-cover-post{
    	height: 300px !important;
	}
	.wp-block-cover, .wp-block-cover-image{
    	min-height: 400px;
	}
	.about-us-timeline .has-2-columns .wp-block-column{
		padding-left: 50px;
		padding-right: 5px;
	}
	.about-us-timeline .has-2-columns .wp-block-column:first-child > *{
		text-align: left !important;
	}
	.about-us-timeline .has-2-columns .wp-block-column:first-child h4:before{
		left: -45px;
		top: 8px;
		border-width: 10px 0 10px 20px;
    	border-color: transparent transparent transparent #137da8;
	}
	.about-us-timeline .has-2-columns .wp-block-column:first-child .wp-block-quote:before{
		left: 40px;
		right: auto;
		width: 2px;
	}
	.about-us-timeline .wp-block-image{
    	margin-right: 20px;
	}
}