/* Reset */
* { margin: 0; padding: 0; box-sizing: border-box; }

html, body {
    overflow-x: hidden;
    height: 100%;
    background: #ededed;
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
    font-size: 16px;
}
    
@font-face {
    font-family: 'DMSans-ExtraBold';
    font-style: Normal;
    font-display: swap;
    src: url(../fonts/DMSans-ExtraBold.ttf) format('truetype');
}
.inter-text-para {
    text-align: center;
    padding: 50px 0;
}

.inter-text-para img{
    width: 400px;
}

.inter-text-para h1{
    color: #111;
    font-size: 55px;
    text-align: center;
    font-family: 'DMSans-ExtraBold';
	margin-top: 50px;
}

.padd-top-bottom {
    padding: 50px 0 0;
}

.border-right{
	border-right: 1px solid #c5c5c5;
}
.uniply-logo {
	width: 250px !important;
}
.inter-text-para h2 {
	font-size: 30px;
	line-height: 50px;
	margin-bottom: 4px;
	font-weight: 700;
}
.inter-text-para h3 {
	color: #026a39;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 25px;
}
.inter-text-para p {
	font-size: 18px;
	line-height: 30px;
	color: #111;
	margin-bottom: 0;
}
.inter-text-para p a {
	color: #111;
	font-weight: 600;
	text-decoration: none;
}
ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
li {
    list-style: none;
    width: 48%;
    background: #fff;
    padding: 30px 50px;
    /* text-align: left; */
    margin: 20px 0;
    height: 190px;
}

.button-more {
    display: flex;
    justify-content: center;
	margin-top: 35px;
}
.skbangurgroup {
    background: #14235e;
    color: #fff;
    padding: 0 20px;
    /* margin-top: 29px; */
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    padding-right: 0;
    display: flex;
    align-items: center;
    width: 250px;
    justify-content: space-between;
    position: relative;
    text-align: left;
}
a.skbangurgroup i {
	margin-left: 25px;
	font-size: 14px;
	background: #ffffff;
	padding: 20px 20px;
	color: #14235e;
}

@media screen and (max-width: 767px) {
    .content h1{
    	font-size: 40px;
	}
	.content img {
    	width: 100%;
	}
	ul {
    	padding-left: 0;
	}
	li {
        width: 100%;
        margin: 20px 0 0;
        height: auto;
    }
	.border-right {
    border-right: 0px solid #c5c5c5;
		 border-bottom: 1px solid #c5c5c5;
}
	.inter-text-para img {
    width: 100%;
}
	.inter-text-para h1 {
    color: #111;
    font-size: 40px;
    text-align: center;
    font-family: 'DMSans-ExtraBold';
    margin-top: 33px;
}
	.inter-text-para h2 {
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 20px;
    font-weight: 700;
}
	.inter-text-para h3 {
    color: #026a39;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}
	.inter-text-para {
    text-align: center;
    padding: 25px 0;
}
    
}