body{
	background: #f4f4f4;
}

.whitebox{
	background-color: #fff;
    box-shadow: 0 25px 40px 0 rgb(0 0 0 / 5%);
    padding: 40px;
    margin-bottom: 40px;
}
.singlepage-description{
	margin-top: -70px;
	padding-bottom: 100px;
	position: relative;
	z-index: 9;
}
.singlepage-description:after{
    content: "";
    background-color: #f4f4f4;
    background-image: url(../images/overlay_15.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 70px;
    width: 498px;
    height: 440px;
    background-size: 608px;
    z-index: -1;
    transform: scaleY(-1);
}
.left-sidebar{
	position: sticky;
    top: 120px;
}
.left-sidebar h3{
	font-family: 'Mort Modern';
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    color: #23516a;
}
.left-sidebar ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.left-sidebar ul a{
	color: #474545CC;
	font-weight: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 10px 0 12px;
	display: block;
}
.left-sidebar ul a:before{
	content: "";
	width: 16px;
	height: 3px;
	display: inline-block;
	background: #23516a;
	vertical-align: middle;
	margin-right: 10px;
}

.right-discription h2{
	font-family: 'Mort Modern';
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    color: #c27f09;
}
.right-discription h3{
	/*font-family: 'Mort Modern';*/
    font-family: 'Avenir';
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 10px;
    color: #288598;
    margin-top: 50px;
    text-transform: capitalize;
}
.right-discription h4{
	    font-family: 'Mort Modern';
    color: #000;
    font-weight: bold;
    font-size: 10px;
    line-height: 26px;
}
.title-img img{
	width: 100%;
	max-width: 100%;
}
.right-discription ul li, .right-discription ol li{
	    color: #393b3d;
    font-family: "Avenir", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 8px;
}
.title-img{
	    display: block;
    position: relative;
    margin: 20px 0 25px;
    border: 3px solid #75dbe0;
    padding: 5px;
}
.oslwrapper{
	position: relative;
	width: 100%;
	height: 100%;
	height: 460px;
	overflow: hidden;
}
.oslwrapper img{
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 500ms ease-in-out;
}
.oslwrapper:hover img{
	transform: scale(1.2);
}
.oslwrapper:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 500ms ease-in-out;
}
.oslwrapper:hover:after{
	background: rgba(0, 0, 0, 0.7);
}
.oslwrapper h2{
	    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    color: #FFFFFF;
    z-index: 9;
    font-size: 50px;
    font-family: 'Mort Modern';
    transform: translate(-50%, -50%);
}
.oslwrapper h2 a{
	color: #FFFFFF;
}
::marker{
	color: #288598;
	background: #288598;
	width: 8px;
	height: 8px;
	border-radius: 0;
}

@media(max-width: 991.98px){
	.singlepage-description {
    margin-top: -60px;
 }
 .singlepage-description:after{
 	top: 70px;
 }
 .left-sidebar{
 	    position: relative;
    top: unset;
 }
 .singlepage-description{
    padding-bottom: 40px;
 }
}

@media(max-width: 767.98px){
 .banner-title{
 	    font-size: 40px;
 }
 .whitebox{
 	    padding: 25px;
 }
 .left-sidebar h3{
 	    font-size: 24px;
 }
 .left-sidebar{
 	position: relative;
    top: auto;
 }
 .right-discription h2{
 	font-size: 26px;
 }
 .right-discription h3{
 	    font-size: 24px;
 	        margin-top: 30px;
 }
 .singlepage-description {
    padding-bottom: 10px;
}
.oslwrapper{
	    height: 320px;
}
.oslwrapper h2{
	    font-size: 36px;
}
.other-servlist{
	padding-bottom: 50px;
}
}