
@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Regular.eot');
    src: url('../fonts/Jost-Regulard41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jost-Regular.woff2') format('woff2'),
        url('../fonts/Jost-Regular.woff') format('woff'),
        url('../fonts/Jost-Regular.ttf') format('truetype'),
        url('../fonts/Jost-Regular.svg#Jost-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.container{
	max-width: 1210px;
	width:100%;
}


h3{
    font-size:24px;
    margin-bottom: 15px;
    font-family: 'Jost';
}


h6{
    font-size:18px;
    margin-bottom: 10px;
    font-family: 'Jost';
}


h6 {
	color: #30296c;
	font-weight: 600;
	font-family: 'Jost';
	line-height: normal;
}
.pt-70 {
	padding-top: 70px
}

.pb-70 {
	padding-bottom: 70px
}

.single-marketing-box {
	padding: 24px;
	text-align: center;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	margin-bottom: 20px;
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	transition: .3s all;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
    background-color: white; /*keshav*/
    height: 270px;
    width: 290px;
    overflow: hidden;
}
.single-marketing-box i {
    font-size: 45px;
    color: #30296c;
    margin-bottom: 10px;
    display: block;
}
.single-marketing-box h3 {
	font-size: 24px;
	margin-bottom: 15px
}

.single-marketing-box:hover {
	/*background-image: -webkit-gradient(linear, left top, right top, from(#00adf2), to(#001dff));
    background-image: linear-gradient(to right, #00adf2, #001dff);
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);*/
		
}
.single-marketing-box:hover * {
	/*color:#fff;*/
}

.single-marketing-box.icon-style img {
	max-width: 80px;
	margin-bottom: 20px
}