	
/*---- Services Starts Here ----*/
.frwkimg{
	height: 75em;
	padding: 0em 3em 0em 3em;
}
.link-text{
	font-family: Georgia, 'Times New Roman', Times, serif;
	/* text-transform: uppercase; */
	font-size: 15px;
	font-weight: 800;
	font-style: calc();
	text-decoration-line: underline;
}
.about-row11{
	
	background:#3f4746;
	margin:0em auto;
	margin-bottom: 1EM;
	padding-top: 1em;
	border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	-ms-border-radius:8px;
	-moz-border-radius:8px;
}
.services h3.top-title{
	font-size:2.5em;
	color:rgb(211, 219, 206);
	font-weight:800;
	text-transform:uppercase;
	text-align:center;
	margin:1em 0 0em 0;
	margin-bottom:-0em;
	font-family:'Times New Roman', Times, serif;
}
.services h3.title1{
	font-size:2.0em;
	color:rgb(211, 219, 206);
	font-weight:400;
	text-transform:uppercase;
	text-align:center;
	margin:1em 0 0em 0;
	margin-bottom:1em;
	font-family:'Times New Roman', Times, serif;
}
.services h4.title2{
	width: 80%;
	font-size : 2.2em;
	color:rgb(211, 219, 206);
	font-weight:600;
	text-align:left;
	margin:1em auto;
	margin-bottom:0em;
	font-family:'Times New Roman', Times, serif;
}

.services{
	margin-top:0em;
    background:rgb(44, 52, 61);
    padding:2em 0;
}
.services-row{
	margin-top:3em;
	padding-bottom: 5em;
}
.services-column{
	text-align:left;
}
.services-column h4{
	font-size:2em;
	font-weight: 700;
	text-align:center;
	width: 80%;
	margin:0 auto;
	margin-bottom:0.1em;
	margin-top:2em;
	color: rgb(211, 219, 206);
	font-family:'Times New Roman', Times, serif;
}
.services-column p{
	font-size:18px;
    font-family:'Times New Roman', Times, serif;
	font-weight:400;
	line-height:1.8em;
	width:80%;
	margin:0 auto;
    color: white;
}
.ulservice{
	font-size:18px;
    font-family:'Times New Roman', Times, serif;
	font-weight:400;
	line-height:1.8em;
	width:80%;
	padding-left:20px ;
	margin:0 auto;
    color: white;
}
.ulservice ul{
	padding-left: 20px;
}
.services-column i{
	width:1px;
	height:1px;
	background:url(../images/img-resources.png)no-repeat;
	display: inline-block;
}
.services-column i.icon1{
	background-position:0px 0px;
}
.services-column i.icon2{
	background-position:-200px 0px;
}
.services-column i.icon3{
	background-position:-400px 0px;
}
/*---- Services Ends Here ----*/



/*--- Media Queries Starts here ---*/

@media (max-width:800px){
    .services-column {margin-bottom: 2em;}
}
@media (max-width:640px){
    .services-column i {width: 100px;height: 100px;display: inline-block;background: url(../images/img-resources.png)no-repeat;background-size: 304%;}
	.services-column i.icon2 {background-position: -102px 0px;}
	.services-column i.icon3 {background-position: -205px 0px;}
    .services-column h4 {font-size: 2em;}
    .services-row {margin-top: 1em;padding-bottom: 2em;}
    .services-row {margin-top: 1em;padding-bottom: 2em;}
    .services {margin-top: 0em;}
}
@media(max-width:480px){
	.ulservice{
		font-size:16px;
		font-weight:300;
		line-height:1.8em;
		width:80%;
		padding-left:10px ;
	}
	.ulservice ul{
		padding-left: 6px;
	}
}