.service-image{
	height: 250px;
}
p{
	font-family: 'LATO';	
	line-height: 22px;
	text-align: justify;
}
.srv-breadcrumb{
	font-size: 30px;
	line-height: 45px;
}
.srv-list{
	padding: 10px 20px;
	height: 115px;
	background: #254796;
	color: #fff;
	list-style: none;
	display: inline-flex;
	align-items: center;
	width: 100%;
	z-index: 11;
	position: relative;
}
.srv-list li{
	display: inline-block;
	padding: 0px 5px 0 0;
}
.srv-list li span{
	padding-left: 0px;
	padding-right: 13px;
}
.srv-list li a{
	color: #fff;
	font-size: 15px;
}
.border-srv{
	visibility: visible;
    animation-delay: 200ms;
    animation-name: fadeIn;
    position: relative;
    left: 0px;
    width: 78%;
    background: transparent;
    top: 0px;
    margin: 2% auto 3%;
    height: 70px;
    border: 1px solid #F09C51;
}
.bg-f9{
	background: #F9F9F9;
}
.srv1, .srv3{
	background: #fff;
	padding: 5% 0px;
}
.srv5{
	background: #fff;
	padding: 3% 0px;
}
.pos-rel{
	position: relative;
}
.srv-number{
	position: absolute;
	width: 30px;
	height: 30px;
	background: #F09C51;
	left: -15%;
	color: #fff;
	display: grid;
	align-items: center;
	border-radius: 100px;
	text-align: center;
}
.section-title{
	margin-bottom: 25px;
    font-size: 34px;
    font-weight: 500;
    line-height: 38px;
}
.srv-detail{
	padding-left: 0px;
	margin-bottom: 15px;
}
.srv-detail h5{
	font-family: 'LATO';
	color: #254796;
	font-weight: 600;
	font-size: 16px;
	position: relative;
	margin-top: 0px;
	margin-left: 5%;
	margin-bottom: 0;
}
.srv-detail p{
	color: #717171;
	font-size: 16px;
	border-bottom: 2px solid #ccc;
	padding-bottom: 4%;
    text-align: justify;
}
.odd-p{
	padding-bottom: 0px!important;
	border:0!important;
}
.srv-arrow img{
	position: absolute;
	left: -7%;
	width: 4%;
	top: 25%;
}
.srv-detail-ul{
	padding-left: 15px;
	list-style: none;
	/* border-bottom: 2px solid #ccc; */
	padding-bottom: 10px;

}
.srv-detail-ul li{
	color: #717171;
	font-size: 16px;
	font-family: 'LATO';
}
.srv-detail-ul li::before{
	content: "•";
	color: #ffa229;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size: 20px;
}
.srv2, .srv4{
	padding: 5% 0px;
}
.bg-f9	.srv-number {
	left: 2%;
}
.bg-f9	.srv-detail {
	padding-left: 70px;
}
.sticky-number{
	top: 40%;
	position: fixed;
	z-index: 111;
	right: 1.5%;

}
.sticky-number ul{
	padding-left: 0px;
	list-style: none;
}
.sticky-number a:hover, .sticky-number a:focus {
    color: #1c4670;
    background: transparent;
    border-radius: 100px;
    padding: 0 5px;
    display: grid;
}
.sticky-number a.active{
	color: #ffffff;
    background: #ffa229;
    border-radius: 100px;
    padding: 0 0px 0 9px;
    display: grid;
    width: 35px;
}
.sticky-number a{
	padding: 0 5px;
	color: #1c4670;
	font: normal normal bold 16px/34px Lato;
}
.smooth-scroll li{	
	position: relative;
	width: 20%;
}
.hover-content{
	display: none;
	position: absolute;
	left: -260px;
	width: 250px;
	font-size: 12px;
	color: #f09c51;
	font-weight: 600;
	top: 0;
	transition: all 0.3s;
	text-align: right;
	font: normal normal normal 16px Lato;
}
.smooth-scroll li:hover .hover-content{
	display: block;
}
.bg-f9 .srv-detail{
	padding-left: 0;	
}
@media only screen and (max-width: 768px){
    .srv1, .srv3, .srv5{
        padding: 10% 0;
    }
	.srv-number{
		left: -8%;
	}
	.srv-detail{
		padding-left: 0px;
	}
	.bg-f9 .srv-detail {
		padding-left: 0;
		padding-top: 18%;
	}
	.srv2, .srv4 {
		padding: 10% 0px;
	}
	.service-image {
		height: 170px;
		margin: 5%;
	}
}
ul.orange-list.list4 li{
	text-transform: uppercase;
}
.srv1 .srv-detail{
	margin-top:
}

/*1400x900*/
/* @media only screen and (min-width: 1430px) and (max-width: 1450px) {
	.srv1, .srv3, .srv5, .srv2, .srv4 {
		height: 90vh;
	}
} */

/*1536x864*/
/* @media only screen and (min-width: 1530px) and (max-width: 1540px) {
	.srv1, .srv3, .srv5, .srv2, .srv4 {
		height: 90vh;
	}
} */

/*1600x900*/
/* @media only screen and (min-width: 1590px) and (max-width: 1610px) {
	.srv1, .srv3, .srv5, .srv2, .srv4 {
		height: 90vh;
	}
} */

/*1920x1080*/
/* @media only screen and (min-width: 1910px) and (max-width: 1930px) {
	.srv1, .srv3, .srv5, .srv2, .srv4 {
		height: 90vh;
	}
} */