/*********************************
	* B2B Page
	* Techsquad Team
	* Version: 0.1
	* Author: Priyabrata Senapati
***********************************/
.cfix:after{
	content: '';
	display: block;
	clear: both;
}
*:focus{
	outline: none;
}
body{
	font-family: 'Roboto', sans-serif;
}
.main-header{
	padding: 10px 0;
	background: rgba(255,255,255,0.85);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
a.logo{
	display: block;
	width: 130px;
	height: 50px;
	background: url('../images/logo.png') no-repeat center;
	background-size: contain;
}
.banner{
	position: relative;
}
.banner img{
	width: 100%;
}
.banner .banner-text{
	position: absolute;
	z-index: 10;
	top: 140px;
	width: 100%;
}
.banner .title{
	background: rgba(0,0,0,0.6);
	color: #fff;
	padding: 20px 50px;
	font-size: 42px;
	border-radius: 5px;
	margin: 0 auto;
	max-width: 800px;
}
.card-group{
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	position: relative;
	z-index: 10;
	margin-top: -30px;
	margin-bottom: 30px;
}
.card-group .card{
	height: 220px;
	background: #ccc;
	padding: 16px;
}
.card h2{
	margin: 0 0 15px;
    font-size: 26px;
}
.card h2 .icon{
	width: 20px;
    display: inline-block;
}
.card .has-icon{
	padding-left: 24px;
}
.card-group .card-1{
	background: #666;
	color: #fff;
}
.card-group .card-2{
	background: #555;
	color: #fff;
}
.card-group .card-3{
	background: #444;
	color: #fff;
}
.card-group .contact-card{
	text-align: center;
	font-size: 20px;
}
.card-group .contact-card big {
    font-size: 34px;
}
.card .form-head{
	text-align: center;
    font-size: 18px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #3e3e3e;
    box-shadow: 0px 1px 0px #777777;
    margin-bottom: 20px;
}
.card .card-big{
	width: calc( 100% + 32px );
    padding: 20px;
    margin: -60px 0 0 -16px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.card .form-group{
	margin-bottom: 10px;
}
.card .form-control{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
textarea.form-control {
    resize: none;
}
.card .btn{
	background: #2a2a2a;
	color: #fff;
	margin-top: 5px;
}
h2.heading{
	text-align: center;
	margin: 20px 0 10px;
	color: #444;
}
.services-section{
	background: #f0f0f0;
	padding-bottom: 20px;
}
.b2b-service{
	position: relative;
	padding: 0 0 0 190px;
	margin: 15px 0;
	height: 250px;
}
.b2b-service .icon{
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
}
.b2b-service .icon img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.b2b-service h4{
	margin: 0 0 10px;
}
.b2b-service ul{
	margin-top: 10px;
    padding-left: 20px;
}
.clients-section{
	margin: 0px 0 10px;
	padding: 15px;
}
.clients-section h2.heading{
	margin: 0 0 20px;
}
.client-logo{
	display: block;
	background: #ddd;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 15px;
	height: 130px;
	margin: 0 10px;
}
.client-logo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.clients-slider .slick-arrow{
	position: absolute;
	top: 50px;
	width: 34px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	background: #444;
	border-radius: 50%;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	font-size: 20px;
	color: #eee;
	z-index: 1000;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s;
}
.clients-slider .slick-arrow.rightArrow{
	left: auto;
	right: 0;
}
.clients-slider:hover .slick-arrow{
	opacity: 1;
}
.clients-slider .slick-arrow:hover{
	background: #222;
}
.amc-section{
	background: #f5f5f5;
	padding-bottom: 20px;
}
.main-footer{
	background: #0d190a;
	color: #fff;
	/*padding: 30px 0 0;*/
}
.main-footer .citis h4{
	font-size: 22px;
	margin: 0 0 10px;
}
.main-footer .citis h4:after{
	content: '';
	display: block;
	height: 2px;
	background: rgba(255,255,255,0.6);
	max-width: 350px;
	margin: 7px auto 0;
}
.main-footer .citis a{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	padding: 0 15px;
}
.main-footer .footer{
	background: #070e06;
	line-height: 50px;
	/*margin-top: 30px;*/
}
.main-footer .footer .icon{
	color: #fff;
	display: inline-block;
	width: 34px;
	line-height: 30px;
	border: 2px solid;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
}
.main-footer .footer .icon:hover{
	text-decoration: none;
}
[class^="icon-"]{
	vertical-align: middle;
}

/* Responsive */
@media screen and (max-width:767px){
	.main-header{
		position: static;
	}
	.banner .banner-text{
		bottom: -10px;
    	top: auto;
	}
	.banner .title {
		padding: 20px;
		font-size: 16px;
		max-width: 100%;
    	margin: 0 15px;
	}
	.card .card-big{
		margin: -16px 0 -16px -16px;
	}
	.card-group{
		margin:0 0 15px;
	}
	.card-group .card{
		height: auto;
	}
	.b2b-service{
		padding: 5px;
		height: auto;
	}
	.b2b-service h4{
		margin-top: 10px;
	}
	.b2b-service .icon{
		position: static;
		width: 100%;
	}
	.col-xs-center{text-align: center !important;}
}