[type=submit] {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

html body {
	font-family: 'Roboto', sans-serif;  
}

.section li {
    font-size: initial;
    font-weight: initial;
    color: initial;
}

.gheader {
	background-color: #1c539c;
	color: white;
}
.navbar-brand,.nav-link {
	color: white !important;
}

#showcase1bg {
	background-size: cover;
	background-position-x: center;
}

#showcase1 {
	background-color: black;
	background-image: url('/img/showcase/main.webp');
	background-size: cover;
	background-position-x: center;
	height: 800px;
	opacity: 1;
}

#showcase1txt {
	z-index: 1;
	position: relative;
	width: 100%;
	background-color: #1b1b1ba8;
	left: 0px;
	text-align: center;
	padding: 15px;
}

@media (max-width: 900px) {
	.vcomp { display: none !important; }

	.navbar-brand {
		ffont-size: 24px;
	}
	.navbar-brand img {
	    width: 156px;
	pposition: relative;
	pleft: 188px;
	    max-height: 52px !important;
	    margin-left: 15px !important;
	}
}

@media (min-width: 900px) {
	.vmob { display: none  !important; }
	.navbar-brand img {
	    width: 156px;
	    max-height: 100px !important;
	}
}

@media all and (max-width: 560px) {
	.pushmaina {
		background-color: #20529e;
		padding: 30px 30px 30px;
	}
		.pushmainb {
		color: #fff;
		padding-bottom: 1.3vw;
	}
	.col-4 {
		padding-left: 2px;
		padding-right: 2px;
	}
	.clients__item{
		height: 46px;
		margin: 15px !important;
		opacity: 1;
	}
	.clients2__item{
		height: 30px;
		margin: 15px !important;
	}
}

@media all and (min-width: 560px) {
	.clients__item{
		height: 100px;
		margin: 15px !important;
	}
	.clients2__item{
		height: 50px;
		margin: 15px !important;
	}

	.pushmaina {
		width: 100vw;
		position: relative;
		margin-left: -50vw;
		min-height: 240px;
		margin-top: 100px;
		left: 50%;
      
		background-color: rgb(28, 83, 156);
		background-image: url('/img/about/how-we-work-bg.jpg');
		padding: 30px 30px 0px;
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	.pushmainb {
		color: #fff;
		font-size: 1.3vw;
		padding-bottom: 1.3vw;
	}
		
	.pushmainc {
		min-height: 200px;
		font-size: 1.5rem;
		width: 600px;
		position: relative;
		left: 50%;
		margin-left: -2vw;
	}
		
	.pushmain1 {
		wwidth: 300px;
		position: relative;
		left: 50%;
		margin-left: -9vw;
	}
	
	.pushmain2 {
		width: 300px;
		position: relative;
		left: 50%;
		margin-left: -7vw;
	}
	
	.pushmain3 {
		width: 300px;
		position: relative;
		left: 50%;
		margin-left: -5vw;
	}
	
	.pushmain4 {
		width: 300px;
		position: relative;
		left: 50%;
		margin-left: -3vw;
	}
	
	.pushmain5 {
		width: 300px;
		position: relative;
		left: 50%;
		margin-left: -1vw;
	}
	
	.pushmain6 {
		width: 300px;
		position: relative;
		left: 50%;
		margin-left: 1vw;
	}
}

