@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	overflow-x: hidden;
}
.content_in img{
    width: 50%;
    height: 50%;
}
/* Header Styles */

header {
	position:absolute;
	width:100%;
	z-index:1;
}

header .navbar {
	padding: 10px 0;
}

header .navbar .navbar-brand {
	margin-right: 0;
}

header .navbar-collapse {
	float: right;
}

header .navbar-dark .navbar-nav .nav-link {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}

header .navbar-nav .nav-item {
	padding: 0 8px;
}

header .navbar-dark .navbar-nav .nav-link:hover {
	color: #f58635;
}

header .navbar-dark .nav-item.active .nav-link {
	color: #f58635;
	font-weight: 400;
}

header .dropdown-menu {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	border: 0px;
}

header .dropdown-item {
	font-weight: 300;
}

header .dropdown-submenu {
  position: relative;
}

header .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

header .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

/* Slider Styles */

.slider {
	height: 100%;
    max-height: 625px;
	overflow: hidden;
	min-height: 470px;
}

.slider .carousel.pointer-event {
	height: 100%;
	max-height: 625px;
	min-height: 470px;
}

.slider img {
	height: 100%;
    min-height: 470px;
    text-align: center;
    width: 100%;
    min-width: 980px;
}

.arrow {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	width: 20px;
    height: 20px;
}
.readmore {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	width: 5px;
    height: 5px;
}

.arrow.gray {
	border: solid #ccc;
	border-width: 0 2px 2px 0;
}
.arrow.black {
	border: solid #000;
	border-width: 0 1px 1px 0;
}

.right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.dropdown-menu {
	border: 0;
	box-shadow: 0 0 5px #ccc;
}

.carousel-control-next, .carousel-control-prev {
	z-index: 0;
	font-size: 40px;
    width:5%;
}

.carousel-control-next img, .carousel-control-prev img {
	height:40px;
	min-height: 40px;
}

.carousel-caption {
    z-index: 0;
	color: #fff;
    text-align: left;
	top: 30%;
	width: 53%;
}

.carousel-caption h3 {
	font-size: 43px;
	font-weight: 200;
	padding: 0px 0px 0px 10px;
}

.carousel-caption .slide-heading-main {
	background-color: #f58635;
}

.leaders {
	background-color: #0d2c4b;
	padding: 5%;
}

.news-room {
	padding: 5%;
}

.subscribe {
	background-color: #f58635;
}

.footer {
	background-color: #0d2c4b;
}

.footer-copy {
	background-color: #0a233d;
}

ol, ul {
    list-style: none;
    padding: 0;
    margin: 0
}

/* Services Styles */

.services {
	padding: 5%;
}

.services-carousel-md {
	display: none;
}

.services-carousel-sm {
	display: block;
}

.services-icon {
	text-align: center;
    width: 150px;
    height: 150px;
	margin: 0 auto;
	position: relative;
}

.services-icon.sap {
	background-color: #15a4d4;
}

.services-icon.cloud {
	background-color: #ff8600;
}

.services-icon.data {
	background-color: #089544;
}

.services-icon img {
	margin-top: 26%;
}
.services-icon.sap img {
	margin-top: 35%;
}

.services-info {
	padding: 20px 0px;
}

.services-info h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
}

.services-info p {
	font-size: 16px;
	color: #000000;
	font-weight: 300;
}

.circle {
	border-radius: 100%;
}

.services-info .sap, .services-info .cloud, .services-info .data {
	font-size: 20px;
    background-color: transparent;
    border-radius: 20px;
    color: #000;
    padding: 6px 60px;
    font-weight: 300 !important;
}
.services-info .sap:hover, .services-info .cloud:hover, .services-info .data:hover {
    color: #fff;
}

.services-info .sap {
	border-color: #15a4d4;
}
.services-info .sap:hover {
	background-color: #15a4d4;
}

.services-info .cloud {
	border-color: #ff8600;
}
.services-info .cloud:hover {
	background-color: #ff8600;
}

.services-info .data {
	border-color: #089544;
}
.services-info .data:hover {
	background-color: #089544;
}

.services .carousel-control-next i, .services .carousel-control-prev i, 
.news-room .carousel-control-next i, .news-room .carousel-control-prev i{
   font-size: 45px;
   color: #ccc;
}

.services .carousel-control-prev, .news-room .carousel-control-prev{
    left: -10%;
}

.services .carousel-control-next, .news-room .carousel-control-next{
    right: -10%;
}

.testimonials {
	background-color: #f2f2f2;
	padding: 5%;
}
.block-title h2{
	color: #f58635;
	margin-bottom: 30px;
	font-weight: 300;
    font-size: 40px;
}
.block-viewmore-btn {
    color: #f58635;
    margin-top: 15px;
    font-weight: 300;
	border: 1px solid #f58635;
	position: relative;
	width: 100px;
	text-align: left;	
    border-radius: 20px;
}
.block-viewmore-btn:hover {
    color: #fff !important;
    margin-top: 15px;
    font-weight: 300;
	background-color:#f58635;
	position: relative;
	width: 100px;
    text-align: left;
}
.block-viewmore-btn .arrow-one, .block-viewmore-btn .arrow-two {
    position: absolute;
    border: solid #f58635;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 5px;
	height: 5px;
    top: 15px;
}
.block-viewmore-btn:hover .arrow-one, .block-viewmore-btn:hover .arrow-two {
	border-left: solid transparent;
	border-right: solid #fff;
	border-top: solid transparent;
	border-bottom: solid #fff;
}
.block-viewmore-btn .arrow-one {
    right: 16px;
}
.block-viewmore-btn .arrow-two {
    right: 11px;
}
.testimonials-item{
	background-color: #fff;
    border-top: 15px solid #6c6c6c;
    padding: 30px 13% 0px;
    position: relative;
    width: 85%;
    margin-left: 35px;
	-webkit-box-shadow: 0px 0px 16px -2px rgba(148,148,148,1);
	-moz-box-shadow: 0px 0px 16px -2px rgba(148,148,148,1);
	box-shadow: 0px 0px 16px -2px rgba(148,148,148,1);
    height:100%;
}
.testimonials-icon{
	position: absolute;
    left: -30px;
    top: 40px;
    background-color: #f58635;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
}
.testimonials-icon img {
	margin-top: 23px;
}
.testimonials-user {
	display: flex;
	padding-bottom: 20px;
}
.testimonials-user-img{
	display: inline-block;
}
.testimonials-user-img img{
	margin-bottom: 20px;
    border-radius:50%;
}
.testimonials-user-info{
	display: inline-block;
	padding-left: 10px;
}
.testimonials-user-info h5{
    margin: 0px;
    font-weight: 400;
    color: #444;
}
.testimonials-user-info p{
	margin: 0px;
}
.leader-img{
	width:100px;
	height:98px;
	border-radius: 100%;
	background-color: #fff;
	margin: auto;
}
    .leader-img img {
        width: 100%;
        height: 100%;
        border-radius:50%;
    }
.leader-info{
	color: #fff;
}

.leader-info .leader-name{
	font-size: 18px;
	color: #f58635;
	margin-top:20px;
	font-weight: 400;
}
.leader-info .leader-position{
	font-size: 14px;
	font-weight: 300;
}
.leader-info .leader-msg{
	font-size: 16px;
	font-weight: 300;
	color: #ccc;
}
.news-img{
	-webkit-box-shadow: 0px 0px 16px -2px rgba(148,148,148,1);
	-moz-box-shadow: 0px 0px 16px -2px rgba(148,148,148,1);
	box-shadow: 0px 0px 16px -2px rgba(148,148,148,1);
}
.news-info {
	padding: 20px 0px;
}
.news-info a{
    color: #000;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
}
.news-info a i{
	margin-left: 5px;
	font-size: 17px;
	margin-bottom: 1px;
    vertical-align:middle;
}
.news-title .title{
	font-weight: 400;
	margin: 0px;
	font-size: 18px;
}
.news-title .date{
	font-weight: 300;
	color: #ccc;
	font-size: 14px;
	margin-top: 10px;
}
.news-msg p{
	font-weight: 300;
	color: #000;
	font-size: 16px;
}
.news-carousel-sm {
	display: block;
}
.news-carousel-md {
	display: none;
}
.subscribe{
	padding: 3%;
}
.subscribe-title h5 {
	font-size: 40px;
    color: #fff;
    font-weight: 300;
}
.subscribe-form input {
	width: 70%;
    height: 50px;
    border: 0px;
}
.subscribe-form a {
    background-color: #0d2c4b;
    border: 0px;
    width: 27%;
    height: 52px;
    margin-left: 2px;
    font-weight: 300;
    font-size: 19px;
    color: #fff;
    line-height: 38px;
    margin-top: 0px;
    border-radius: 0px;
}
.subscribe-form a:hover {
	color: #fff;
}
.partners-title h1{
	font-weight:300;
}
.partners{
	padding: 5%;
}
.partners-img img {
	margin: 10px;
}
.footer {
	padding: 3%;
	color: #fff;
}
.footer-copy {
	padding: 2%;
	color: #fff;
}
.address-block {
	margin: 20px 0px;
}
.topnews-list{
	min-height: 320px;
	height: 100%;
}

.topnews-block {
    margin-top: 20px;
    border-bottom: 1px solid #7d7d7d;
}

.topnews-block:last-child{
    margin-top: 20px;
    border-bottom: 0px solid #ccc;
}

.topnews-block h5{
	font-size: 16px;
	font-weight: 400;
}
.topnews-block h5 a{
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.topnews-block p{
	font-size: 16px;
	font-weight: 300;
}

.country-address{
	margin: 10px 0px;
	font-weight: 300;
}
.country-address p {
	margin: 0px;
	font-weight: 300;
	font-size: 16px;
}

.country-address p label{
	margin: 0px;
}

.social-icons ul{
	padding: 0px;
}

.social-icons ul li{
    display: inline-block;
    list-style: none;
    margin-left: 15px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #0a243d;
	text-align: center;
	line-height: 41px;
}

.social-icons ul li i{
    margin-top: 10px;
}

.social-icons ul li:first-child{
    margin-left: 0px;
}

.testimonials-msg p{
	font-weight: 300;
    font-size: 16px;
}

.footer-copy h5{
	font-weight: 300;
	font-size: 16px;
}

.title h2{
    font-weight: 300;
    font-size: 40px;
}

.navbar-brand img{
	width: 280px;
	outline: 0px;
}
.block-viewmore-btn-mobile {
	display: none;
}
@media (max-width: 768px){
	.navbar-collapse.collapse.show {
		background-color: #fff;
		border: 1px solid #ccc;
		width: 100%;
	}
	.dropdown-item {
		white-space: normal;
	}
	header .navbar-collapse.collapse.show  .nav-link {
		color: #fff !important;
	}
	header .navbar-collapse.collapse.show .nav-item .nav-link{
		color: #000 !important;
		font-size: 20px;
	}
	header .navbar-collapse.collapse.show .nav-item{
		padding: 10px 20px;
		border-bottom: 1px solid #ccc;
	}
	header .navbar-collapse.collapse.show .nav-item:last-child{
		padding: 10px 20px;
		border-bottom: 0px solid #ccc;
	}
	header .navbar-collapse.collapse.show .nav-item.active .nav-link{
		color: #f58635 !important;
	}
}

@media (min-width: 300px) and (max-width: 700px) {
	header .dropdown-menu {
		border: 0;
		box-shadow: none;
	}
	.navbar-brand img {
		width: 200px;
	}
	.carousel-caption h3 {
		font-size: 22px;
		padding: 10px 20px;
	}
	.carousel-caption {
		z-index: 0;
		color: #fff;
		text-align: left;
		top: 32%;
		width: 75%;
	}
	.carousel-caption .slide-heading-main {
		background-color: #f58635;
		padding: 20px;
	}
	.carousel-control-next img, .carousel-control-prev img {
		height: 20px !important;
		width: 12px;
		margin-top: 70%;
	}
	.block-title h2 {
		color: #f58635;
		margin-bottom: 30px;
		font-weight: 300;
		font-size: 25px;
	}
	
	.subscribe-title h5 {
		font-size: 25px;
		color: #fff;
		font-weight: 300;
	}
	.subscribe-form button {
		border: 0px;
		width: 27%;
		height: 50px;
		margin-left: 2px;
		font-weight: 300;
		font-size: 13px;
	}
	
	.title h2 {
		font-weight: 300;
		font-size: 25px;
	}
	.country-address p {
		margin: 0px;
		font-weight: 300;
		font-size: 12px;
	}
	.social-icons ul li {
		display: inline-block;
		list-style: none;
		margin-left: 15px;
		width: 35px;
		height: 35px;
		border-radius: 100%;
		background-color: #0a243d;
		text-align: center;
	}

	.footer-copy h5 {
		font-weight: 300;
		font-size: 12px;
	}
	
	.fa-caret-right:before {
		content: "\f0da";
		top: 0px;
		position: absolute;
	}

	.news-info a {
		color: #000;
		font-size: 13px;
		text-decoration: none;
		font-weight: 400;
		position: relative;
	}
	.testimonials-item{
		margin-bottom: 20px;
	}
	.testimonials-item {
		background-color: #fff;
		border-top: 15px solid #6c6c6c;
		padding: 30px 13% 0px;
		position: relative;
		width: 100%;
		margin-left: 0px;
		-webkit-box-shadow: 0px 0px 16px -2px rgba(148,148,148,1);
		-moz-box-shadow: 0px 0px 16px -2px rgba(148,148,148,1);
		box-shadow: 0px 0px 16px -2px rgba(148,148,148,1);
	}
	.engagements-body .testimonials-item {
		width: 90%;
		margin: 15px 20px !important;
	}
	.block-viewmore-btn.block-viewmore-btn-mobile {
		display: block;
		margin: auto;
	}
	.block-viewmore-btn {
		display: none;
	}
}

@media (min-width: 760px) {
	.carousel-caption h3 {
		font-size: 46px;
	}
	.news-carousel-sm {
		display: none;
	}

	.news-carousel-md {
		display: block;
	}
}

/* inner header style */
header.inner-header.services-header {
    background-image: url('../imgs/sap-solutions.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height:300px;
}

header.inner-header.casestudies-header {
    background-image: url('../imgs/whitepapers.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}
div.inner-header.services-header {
    background-image: url('../imgs/sap-solutions.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}
div.inner-header.careers-header {
    background-image: url(/images/headers/career-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}
div.inner-header.dimp-header {
    background-image: url(/images/sap-solutions-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}
div.inner-header.casestudies-header {
    background-image: url(/images/whitepapers.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}
div.inner-header.brics-header {
    background-image: url(/images/BRICS.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}
div.inner-header.casestudies-header {
    background-image: url('../imgs/whitepapers.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}
div.inner-header.hana-header {
    background-image: url('/images/SAP-HANNAH.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}
div.inner-header.assessments-header {
    background-image: url('/images/assessment.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}

div.inner-header.pilotProjects-header {
    background-image: url('/images/pilotProjects.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}

div.inner-header.portals-header {
    background-image: url('/images/portals.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}

div.inner-header.templates-header {
    background-image: url('/images/headers/Templates.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}

div.inner-header.upgrade-header {
    background-image: url('/images/headers/upgrade.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}

div.inner-header.sla-header {
    background-image: url('/images/headers/supportSLA.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}

div.inner-header.devops-header {
    background-image: url('/images/headers/pilotProjects.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}

div.inner-header.automobile-header {
    background-image: url('/images/headers/automobile.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}

div.inner-header.millProducts-header {
    background-image: url('/images/millProducts.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}

div.inner-header.pharma-header {
    background-image: url('/images/pharma.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}

div.inner-header.wireIndustry-header {
    background-image: url('/images/wireIndustry.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}

div.inner-header.manufacture-header {
    background-image: url('/images/manufacture.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}

div.inner-header.Telecom-header {
    background-image: url('/images/Telecom.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}

div.inner-header.ClientsEngagements-header {
    background-image: url('/images/ClientsEngagements.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}

div.inner-header.partners-header {
    background-image: url('/images/partners-banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}

div.inner-header.clients-header {
    background-image: url('/images/top-banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}

div.inner-header.whitepapers-header {
    background-image: url('/images/whitepapers.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}

div.inner-header.whyMOIT-header {
    background-image: url('/images/whyMOIT.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}

div.inner-header.about-header {
    background-image: url('/images/headers/about.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}

div.inner-header.aboutUsLeadership-header {
    background-image: url('/images/aboutUs_Leadership.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}

div.inner-header.newsroom-header {
    background-image: url('/images/news-room-banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}

div.inner-header.aboutbanner-header {
    background-image: url('/images/about-banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}

div.inner-header.News-header {
    background-image: url('/images/News.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}

div.inner-header.events-header {
    background-image: url('/images/events.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}
div.inner-header.contact-header {
    background-image: url('/images/contact-banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 549px;
}
div.inner-header.career-header {
    background-image: url('/images/career-banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}

div.inner-header.presentations-header {
    background-image: url('/images/presentations.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 10px solid #f58635;
    position: relative;
    min-height: 300px;
}

.client-block {
	margin-bottom: 30px;	
    width: 100%;
    border: 1px solid #efefef;
	background-color: #fbfbfb;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(214,214,214,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(214,214,214,1);
	box-shadow: 0px 0px 10px 0px rgba(214,214,214,1);
}
.client-img{
	display: table-cell;
    height: 180px;
    text-align: center;
    width: 300px;
    vertical-align: middle;
}
@media (max-width:500px) {
	.client-img{
		width: 400px;
	}	
}
.client-img img{
	width: 100%;
}
.partners-block {
	margin-bottom: 30px;
    width: 100%;
	border: 1px solid #efefef;
	background-color: #fbfbfb;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(214,214,214,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(214,214,214,1);
	box-shadow: 0px 0px 10px 0px rgba(214,214,214,1);
}
.partners-img{
	display: table-cell;
    height: 180px;
    text-align: center;
    /*width: 300px;*/
    vertical-align: middle;
}
@media (max-width:500px) {
	.partners-img{
		width: 400px;
	}	
}
.partners-img img{
/*	width: 100%;
	height: 100%;
	max-width: 100px;*/
    max-height: 100px;
}

@media (max-width:720px) {
    header.inner-header .navbar-nav {
        position: absolute;
        width: 100%;
        background-color: #fff;
        border: 1px solid #ccc;
    }

    header.inner-header.services-header {
        background-size: auto;
    }

    header.inner-header.casestudies-header {
        background-size: auto;
    }

    div.inner-header.services-header {
        background-size: auto;
    }

    div.inner-header.careers-header {
        background-size: auto;
    }

    div.inner-header.dimp-header {
        background-size: auto;
    }

    div.inner-header.casestudies-header {
        background-size: auto;
    }

    div.inner-header.brics-header {
        background-size: auto;
    }

    div.inner-header.casestudies-header {
        background-size: auto;
    }

    div.inner-header.hana-header {
        background-size: auto;
    }

    div.inner-header.assessments-header {
        background-size: auto;
    }

    div.inner-header.pilotProjects-header {
        background-size: auto;
    }

    div.inner-header.portals-header {
        background-size: auto;
    }

    div.inner-header.templates-header {
        background-size: auto;
    }

    div.inner-header.upgrade-header {
        background-size: auto;
    }

    div.inner-header.sla-header {
        background-size: auto;
    }

    div.inner-header.devops-header {
        background-size: auto;
    }

    div.inner-header.automobile-header {
        background-size: auto;
    }

    div.inner-header.millProducts-header {
        background-size: auto;
    }

    div.inner-header.pharma-header {
        background-size: auto;
    }

    div.inner-header.wireIndustry-header {
        background-size: auto;
    }

    div.inner-header.manufacture-header {
        background-size: auto;
    }

    div.inner-header.Telecom-header {
        background-size: auto;
    }

    div.inner-header.ClientsEngagements-header {
        background-size: auto;
    }

    div.inner-header.partners-header {
        background-size: auto;
    }

    div.inner-header.clients-header {
        background-size: auto;
    }

    div.inner-header.whitepapers-header {
        background-size: auto;
    }

    div.inner-header.whyMOIT-header {
        background-size: auto;
    }

    div.inner-header.about-header {
        background-size: auto;
    }

    div.inner-header.aboutUsLeadership-header {
        background-size: auto;
    }

    div.inner-header.newsroom-header {
        background-size: auto;
    }

    div.inner-header.aboutbanner-header {
        background-size: auto;
    }

    div.inner-header.News-header {
        background-size: auto;
    }

    div.inner-header.events-header {
        background-size: auto;
    }

    div.inner-header.contact-header {
        background-size: auto;
    }

    div.inner-header.career-header {
        background-size: auto;
    }

    div.inner-header.presentations-header {
        background-size: auto;
    }

}
.career-header {
	background-color: #073d6d;
	position: relative;
}
.page-info {
    padding: 10px 0px 0px;
}
.breadcrumbs-block {
	color: #fff;
	line-height: 40px;
}
.breadcrumbs-link {
	color: #f58635;
	font-weight: 300;
	margin: 0px 5px;
	text-decoration: none;
}
.breadcrumbs-link:hover{
	color: #f58635;
	text-decoration: none;
}
.breadcrumbs-title {
	color: #fff;
	font-weight: 300;
	margin: 0px 5px;
	font-size: 14px;
}
.pagetitle-block {
	color: #fff;
}
.pagetitle-block .page-title {
	font-size: 48px;
	color: #fff;
	font-weight: 200;
}
.pagetitle-block .page-subtitle {
	font-size: 30px;
	color: #fff;
	font-weight: 200;
}
/* end inner header style */

/* inner page body section common*/
.page-body {
	margin: 20px 0px;
}
.page-info {
	font-weight: 300;
	font-size: 16px;
	padding: 0px 0px 30px;
}
.page-subheading {
	font-size: 30px;
	font-weight: 300;
	margin: 15px 0px;
}
.page-head {
    font-weight: 300;
    font-size: 16px;
    padding: 100px 0px 30px;
}
.sub-title {
	font-weight: 500;
    font-size: 17px;
}
.page-lists {
	list-style-image: url('../imgs/list-type.png');
	list-style: none;
	padding: 0px;
}

.page-lists li{
	background-image: url(../imgs/list-type.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 29px;
    line-height: 35px;
}
.engagements-body .testimonials-item{
	margin: 15px 0px;
}
/* casestudies item style */
.casestudies-item {
	-webkit-box-shadow: 0px 0px 5px 3px rgba(191,191,191,1);
	-moz-box-shadow: 0px 0px 5px 3px rgba(191,191,191,1);
	box-shadow: 0px 0px 5px 3px rgba(191,191,191,1);
	padding: 10px;
	margin-bottom: 30px;
    height:100%;
}
.casestudies-item .casestudies-img {
	width: 100%;
    height: 220px;
    overflow: hidden;
}
.casestudies-info .casestudies-title {
	font-weight: 300;
	font-size: 18px;
	margin: 15px 0px 5px;
	white-space: nowrap; 
	width: 95%; 
	overflow: hidden;
	text-overflow: ellipsis; 
}
.casestudies-info .casestudies-date {
	font-weight: 300;
	font-size: 12px;
	color: #f58635;
	margin: 5px 0px;
}
.casestudies-info .casestudies-info {
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 4px;
}

.casestudies-info {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 4px;
}
.casestudies-title {
        font-weight: 300;
        font-size: 18px;
        margin: 15px 0px 5px;
        white-space: nowrap;
        width: 95%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

 .casestudies-date {
        font-weight: 300;
        font-size: 12px;
        color: #f58635;
        margin: 5px 0px;
    }
.casestudies-readmore {
	position: relative;
	font-weight: 300;
	font-size: 16px;
	color: #212529;
}
.casestudies-readmore:hover {
	text-decoration: none;
	color: #212529;
}
.casestudies-readmore .arrow {
	position: absolute;
	border: solid #f58635;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 5px;
	height: 5px;
	top: 7px;
    right: -10px;
}
.career-block {
	margin-top: 0px;
}
.career-block h3 {
	font-size: 30px;
    font-weight: 300;
}
.career-block p {
	font-size: 16px;
    font-weight: 300;
}
.career-block li{
	font-size: 16px;
    font-weight: 300;
}
.opening-block h3 {
	font-size: 30px;
    font-weight: 300;
}
.opening-block p {
	font-size: 16px;
    font-weight: 300;
}
.opening-block .job-part {
	background: #e7e7e7;
    padding: 40px 20px;
    text-align: center;
    margin: 20px 5px 5px 5px;
    float: left;
    min-height: 320px;
    min-width: 100%;
    width:50%;
}
.opening-block .job-part h3{
	font-size: 26px;
    font-weight: 400;
}
.opening-block .job-part span{
	font-size: 16px;
    font-weight: 300;
}
.opening-block .job-part p{
	font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 300;
}
.opening-block .job-part a{
	font-weight: 300;
	color: #0d2c4b;
    font-size: 18px;
    display: block;
    margin-top: 20px;
    border: 1px solid #0d2c4b;
    width: 103px;
    padding: 6px 0;
    margin: 0 auto;
    border-radius: 5px;
}
.opening-block .job-part a:hover{
	text-decoration: none;
}
.opening-block {
	margin-top: 0px;
}
.opening-block .job-part a:hover {
	background: #0d2c4b;
    color: #fff;
}
.career-types-titles {
	display: inline-flex;
	margin: 30px 10px 0px;
	border-bottom: 1px solid #b5b5b5;
}
.career-types-titles .nav-link.active{
	border-color: transparent transparent transparent;
	border-bottom: 3px solid #f58635;
}
.career-types-titles .nav-link{
	color: #212529;
    font-size: 20px;
	font-weight: 300;
	border-color: transparent;
}
.opening-block-info {
	padding: 0px 10%;
}
.job-locations {

}
.job-locations.nav-pills a.nav-link{
	text-align: right;
	color: #0d2c4b;
	background-color: transparent;
	font-size: 16px;
	font-weight: 300;
	border-radius: 0px;
}
.job-locations.nav-pills a.nav-link.active{
	font-weight: 400;	
}
.job-locations.nav-pills a.nav-link:first-child{
	border-bottom: 1px solid #0d2c4b;
}
.why-moit-block {
	margin-top: 0px;
}
.why-moit-block h3 {
	font-size: 30px;
    font-weight: 400;
}
.why-moit-block h4 {
	font-size: 18px;
    font-weight: 400;
}
.why-moit-block p {
	font-size: 16px;
    font-weight: 300;
}
.why-moit-block .moit-info p {
	padding: 0px 10%;
}
.why-moit-block .resons-list {
	margin-top: 50px;
	margin-bottom: 50px;
}
.why-moit-block .resons-list ul li{
	font-size: 16px;
    font-weight: 300;
}
.resons-item {
	margin-bottom: 30px;
}
.contact-form {
	border-right: 1px solid #ccc;
	padding: 0px 30px 0px 0px;
}

.sales-enquiries ul {
	padding-left: 25px;
	list-style: none;
}
.clearfix {
    clear: both;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.sales-enquiries h2{
	font-size: 30px;
    font-weight: 300;
}
.sales-enquiries p{
	font-size: 24px;
    font-weight: 300;
}
.sales-enquiries ul li {
	margin-bottom: 45px;
    margin-top: 20px;
}
.sales-enquiries ul li.send .sprite-img {
    background-position: -9px 1px;
    width: 48px;
    height: 36px;
}
.sales-enquiries ul li .sprite-img {
    background: url(../imgs/sales.png) no-repeat;
    float: left;
}
.sales-enquiries ul li.usa .sprite-img {
    background-position: -154px 0;
    width: 48px;
    height: 42px;
}
.sales-enquiries ul li .sprite-img {
    background: url(../imgs/sales.png) no-repeat;
    float: left;
}
.sales-enquiries span {
    color: #757575;
    display: block;
    font-size: 16px;
	margin-top: 10px;
	font-weight: 300;
}
.sales-enquiries ul li.india .sprite-img {
    background-position: -85px 0;
    width: 48px;
    height: 42px;
}
.sales-enquiries ul li .sprite-img {
    background: url(../imgs/sales.png) no-repeat;
    float: left;
}
.sales-enquiries ul li.india .sprite-img {
    background-position: -85px 0;
    width: 48px;
    height: 42px;
}
.sales-enquiries ul li .sprite-img {
    background: url(../imgs/sales.png) no-repeat;
    float: left;
}
.sales-ul li p {
	display: inline-block;
	margin-left: 10px;
}
.contact-form {
	margin-bottom: 30px;
}
.contact-form .btn.btn-primary {
	background-color: #0d2c4b;
}
.contact-form .btn.btn-primary:hover {
	background-color: #f58635;
	border-color: #f58635;
}

.contact-form .btn.btn-primary:focus, .contact-form .btn.btn-primary:active {
	box-shadow: 0 0 0 0rem rgba(38,143,255,.5)
}
.contact-form .btn-primary:not(:disabled):not(.disabled).active, 
.contact-form .btn-primary:not(:disabled):not(.disabled):active, 
.contact-form .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0d2c4b;
	border-color: #0d2c4b;
}
.contact-form .btn-primary:not(:disabled):not(.disabled).active:focus, 
.contact-form .btn-primary:not(:disabled):not(.disabled):active:focus, 
.contact-form .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0rem rgba(38,143,255,.5);
}
.contact-form h2 {
	font-size: 30px;
    font-weight: 300;
}
.contact-form label {
    font-size: 16px;
    font-weight: 300;
}
.contact-form p {
    font-size: 16px;
    font-weight: 300;
}
.contact-form .form-control {
    font-weight: 300;
}
.contact-form .form-control option{
    font-weight: 300;
}
.contact-banner {
	background: url(../imgs/contact-banner.jpg) no-repeat center;
	width:100%;
	min-height: 549px;
	margin-bottom: 50px;
}

@media (max-width:720px) {
	.contact-form {
		border-right: 0px solid #ccc;
		padding: 0px 30px 0px 0px;
	}
}
@media (max-width:400px) {
	.subscribe-form input {
		width: 58%;
	}
	.subscribe-form a {
		width: 39%;
	}
	.career-types  .career-types-titles {
		display: inline-flex;
		margin: 20px 0px;
		border-bottom: 1px solid #b5b5b5;
	}
	.career-types  .career-types-titles .nav-link {
		display: block;
		padding: 7px;
	}
	.job-locations.nav-pills a.nav-link {
		text-align: center;
	}
	.opening-block-info {
		padding: 0px 0%;
	}
	.why-moit-block .moit-info p {
		padding: 0px 0%;
	}
}
@media (max-width:767px) {
	.job-locations.nav-pills a.nav-link {
		text-align: center;
	}	
	.opening-block .job-part {
		width: 100%;
	}
	.why-moit-block img {
		margin: 30px;
	}	
	
}

.presentations-search-block .btn.btn-primary {
    background-color: #0d2c4b;
    border: 0px;
}

    .presentations-search-block .btn.btn-primary:hover {
        background-color: #f58635;
        border-color: #f58635;
    }

@media (max-width:600px) {
    .presentations-search-block .btn.btn-primary {
        margin-top: 10px;
    }
}

#CPContent_ltlPresentations {
    display: flex;
    flex-wrap: wrap;
}
#CPContent_ltlPresentations .presentation-item {
    width: 100%;
    min-height: 300px;
    background-color: #e7e7e7;
    text-align: center;
    padding: 15px;
    display: table;
    margin: 40px 0px 0px;
}

#CPContent_ltlPresentations .presentation-info {
    display: table-cell;
    vertical-align: middle;
}

    #CPContent_ltlPresentations .presentation-info h4 {
        display: block;
        font-weight: 300;
        font-size: 24px;
    }

    #CPContent_ltlPresentations .presentation-info p {
        display: block;
        font-weight: 300;
        line-height: 40px;
    }
    #CPContent_ltlPresentations .presentation-info label {
        display: block;
        font-style: italic;
        font-weight: 300;
        font-size: 12px;
        line-height: 10px;
        color: #929292;
    }

    #CPContent_ltlPresentations .presentation-info span {
        display: block;
        font-weight: 300;
        font-size: 16px;
        line-height: 30px;
        margin-top: 20px;
    }
    #CPContent_ltlPresentations .presentation-info a, .presentation-info a:hover {
        display: block;
        margin: auto;
        width: 50%;
        text-align: center;
        cursor: pointer;
        margin-top: 40px;
        font-size: 14px;
    }
@media (max-width:800px) {
    #CPContent_ltlPresentations .presentation-info a, .presentation-info a:hover {
        font-size: 13px;
    }
}
.page-main-title {
	font-weight: 300;
	font-size: 30px;
}
.jobs-list ul{
	list-style: none;
}
.jobs-list ul li{
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.jobs-list ul li:last-child{
	padding: 10px;
	border-bottom: 0px solid #ccc;
}
.jobs-list ul li a{
	color: #212529;
	text-decoration: none;
	cursor: pointer;
	font-weight: 300;
}
@media (max-width:600px) {
	.jobs-list {
		display: none;
	}
}
.job-apply-form {
	background-color: #f5f5f5;
	padding: 15px 15px;
}
.job-apply-form .form-control{
	background-color: #fff;
	font-weight: 300;
}
.job-apply-form label {
	font-weight: 300;
}
.m-top-20 {
	margin-top: 20px;
}
.job-apply-form .btn.btn-primary{
	background-color: #0d2c4b;
}
.job-apply-form .btn.btn-primary:hover{
	background-color: #f58635;
    border-color: #f58635;
}
/* LeaderShip Page CSS Started Here */
.leadership {
    width: 100%;
    height: auto;
    float: left; /*font-family: 'Open Sans', 'proxima_novasemibold';*/
    padding-bottom: 34px;
}

.leader_blk {
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 40px 40px 10px;
}

    .leader_blk .round {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .leader_blk .roundcir {
        width: 107px;
        height: 109px;
        margin: 0 auto;
        background: url(../images/round.png) no-repeat;
    }

    .leader_blk .roundtext {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

        .leader_blk .roundtext h4 {
            font-size: 13px;
            text-align: center;
            margin: 8px 0px 0px 0px;
        }

        .leader_blk .roundtext h5 {
            font-size: 15px;
            text-align: center;
            margin: 2px 0px 0px 0px !important;
            line-height: 21px;
        }

        .leader_blk .roundtext h2 {
            font-size: 24px;
            line-height: 31px;
            text-align: center;
            font-weight: 600;
            margin: 10px 0px 0px 0px
        }

        .leader_blk .roundtext h3 {
            font-size: 15px;
            text-align: center;
            margin: 9px 0px 0px 0px !important;
            line-height: 21px;
            min-height: 42px:
        }

        .leader_blk .roundtext p { /*font-size:15px !important; line-height:24px !important;*/
            margin: 10px 0px 0px 0px !important;
            text-align: justify;
        }
.leadership-sprite {
    margin: 0 auto 10px;
    width: 100px;
    height: 97px;
    display: block;
}

/*.job-con {
    background: #f9f7f7;
    border-bottom: 1px solid #ccc;
    padding: 40px 0;
    margin-bottom: 40px;
    position: relative;
}*/

#job-tabs .left-col.makefixed {
    position: absolute !important;
    bottom: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#job-tabs .left-col {
    float: left;
    width: 25%;
   /* text-align: right; position: fixed;*/
}

#job-tabs {
    position: relative;
}

    #job-tabs .left-col li {
        border-top: 1px solid #e8e8e8;
        outline: 0
    }

        #job-tabs .left-col li a {
            color: #000;
            font-size: 16px;
            line-height: 24px;
            outline: 0;
            padding: 7px 0;
            display: block;
        }

        #job-tabs .left-col li:first-child {
            border: 0;
        }

    #job-tabs .left-col .career_active {
        color: #0066ca;
    }

    #job-tabs .right-col {
        float: right;
        width: 60%;
        margin-top: 10px;
    }

        #job-tabs .right-col h3 {
            font-size: 32px;
            text-transform: uppercase;
            text-align: left
        }

        #job-tabs .right-col span {
            background: #d05656;
            /*width: 70px;*/
            display: block;
            margin: 10px 0;
            height: 4px;
        }

        #job-tabs .right-col p {
            font-size: 16px;
            line-height: 27px;
        }

        #job-tabs .right-col .respons-left,
        #job-tabs .right-col .skills-right {
            margin-top: 40px;
        }

        #job-tabs .right-col h4 {
            font-size: 22px;
            text-transform: uppercase;
        }

        #job-tabs .right-col ul li {
            list-style-type: disc;
            font-size: 16px;
            line-height: 27px;
            margin-bottom: 10px;
        }

#careers-tab form#career {
    width: 636px;
    margin: 0 auto
}

    #careers-tab form#career li input {
        background: #e0e3e4;
        padding: 10px;
        width: 290px;
        border: none;
        border-radius: 4px;
    }

    #careers-tab form#career li {
        float: left;
        margin: 10px 0;
    }

        #careers-tab form#career li.right_side {
            float: right;
        }

        #careers-tab form#career li select {
            background: #e0e3e4;
            padding: 10px;
            width: 310px;
            height: 39px;
            box-sizing: border-box;
            border: none;
            border-radius: 4px;
        }

::i-block-chrome, #posted {
    line-height: 36px;
    text-indent: 6px;
}

#careers-tab form#career li input[type="file"] {
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    height: 58px;
    padding-top: 17px;
    padding-left: 37px;
}

#careers-tab form#career li.file-type {
    width: 100%
}

    #careers-tab form#career li.file-type label.text-cont-error {
        font-size: 16px;
        color: #d05656;
        margin-top: 6px;
    }

#careers-tab form#career p {
    text-align: center;
    color: #000;
    margin: 5px 0;
    font-size: 16px;
}

#careers-tab div#career {
    width: 636px;
    margin: 0 auto
}

    #careers-tab div#career li input {
        background: #e0e3e4;
        padding: 10px;
        width: 290px;
        border: 1px solod #e0e3e4;
        border-radius: 4px;
    }

        #careers-tab div#career li input[type="submit"] {
            border: none !important;
        }

    #careers-tab div#career li {
        float: left;
        margin: 10px 0;
    }

        #careers-tab div#career li.right_side {
            float: right;
        }

        #careers-tab div#career li select {
            background: #e0e3e4;
            padding: 10px;
            width: 310px;
            height: 39px;
            box-sizing: border-box;
            border: none;
            border-radius: 4px;
        }

        #careers-tab div#career li input[type="file"] {
            cursor: pointer;
            width: 100%;
            box-sizing: border-box;
            height: 58px;
            padding-top: 17px;
            padding-left: 37px;
        }

        #careers-tab div#career li.file-type {
            width: 100%
        }

            #careers-tab div#career li.file-type label.text-cont-error {
                font-size: 16px;
                color: #d05656;
                margin-top: 6px;
            }

    #careers-tab div#career p {
        text-align: center;
        color: #000;
        margin: 5px 0;
        font-size: 16px;
    }

#careers-tab .custom-file-input {
    padding: 5px;
    color: #999;
    border: 1px solid #000;
    vertical-align: middle;
}

    #careers-tab .custom-file-input::-webkit-file-upload-button {
        visibility: hidden;
    }

    #careers-tab .custom-file-input::-moz-file-upload-button {
        visibility: hidden;
    }

    #careers-tab .custom-file-input:before {
        content: 'Choose file';
        font-family: 'proxima_novasemibold';
        display: inline-block;
        margin: -2px 0 8px -20px;
        background: #fff;
        border-radius: 3px;
        padding: 5px 20px;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
        text-align: center;
        font-size: 16px;
    }

    #careers-tab .custom-file-input:hover:before {
        border-color: black;
    }

    #careers-tab .custom-file-input:active {
        outline: 0;
    }

        #careers-tab .custom-file-input:active:before {
            background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
            background: -moz-linear-gradient(top, #e3e3e3, #f9f9f9);
        }

#careers-tab form#career li #submit_blue_btn {
    background: #d05656;
    text-transform: uppercase;
    color: #fff;
    float: none;
    display: block;
    margin: 0 auto;
}

#careers-tab form#career li.button-submit {
    float: right;
    clear: none;
    margin-top: 48px;
}

#careers-tab div#career li #submit_blue_btn {
    background: #d05656;
    text-transform: uppercase;
    color: #fff;
    float: none;
    display: block;
    margin: 0 auto;
}

#careers-tab div#career li.button-submit {
    float: right;
    clear: none;
    margin-top: 48px;
}

#careers-tab .submit_application {
    margin-bottom: 40px;
    position: relative;
}

@media (max-width:720px) {
	.contact-form {
		border-right: 0px solid #ccc;
		padding: 0px 30px 0px 0px;
	}
    #job-tabs .left-col {
        visibility:hidden;
        width:0%;
        position:absolute;
    }
    #job-tabs .right-col {
        width:90%;
    }
        @media (max-width:400px) {
            .subscribe-form input {
                width: 58%;
            }

            .subscribe-form a {
                width: 39%;
            }

            .career-types .career-types-titles {
                display: inline-flex;
                margin: 20px 0px;
                border-bottom: 1px solid #b5b5b5;
            }

                .career-types .career-types-titles .nav-link {
                    display: block;
                    padding: 7px;
                }

            .job-locations.nav-pills a.nav-link {
                text-align: center;
            }

            .opening-block-info {
                padding: 0px 0%;
            }

            .why-moit-block .moit-info p {
                padding: 0px 0%;
            }
        }

        @media (max-width:767px) {
            .job-locations.nav-pills a.nav-link {
                text-align: center;
            }

            .opening-block .job-part {
                width: 100%;
            }

            .why-moit-block img {
                margin: 30px;
            }
        }

        @media (max-width:1000px) {
            .subscribe-form input {
                width: 58%;
            }

            .subscribe-form a {
                width: 39%;
            }
        }

