.ui .owl-nav>div{position: absolute;top: 125px;left: 25px;height: 20px;width: 20px;font-size: 0;border-top: solid 2px #003d90;border-right: solid 2px #003d90;transform: rotate(-135deg);}
.owl-nav>div.owl-next{left:auto;right: 25px;transform: rotate(45deg)}
.navbar-default .navbar-brand .light{display: none}
.navbar-default .navbar-brand .dark{display: block}
.navbar-default{background: #FFF;}
.anim-icon {max-width: 120px;margin: auto;}
.fig
{
	padding: 0 15px; 
	margin:auto;
	max-width: 325px;
	transition: all ease-out 0.3s 0s;
}
.fig:hover
{
	transform: translateY(-9px);
    box-shadow: 0.3px 7.3px 12px #e2e2e2;
}
.visible-none
{
    visibility: hidden;
}
.fig h3
{
	color: #003d90;
	font-family: OpenSans-Regular; 
	font-size: 28px;
	/*border-bottom: solid 3px #0097a8;*/
	padding-bottom:12px;
	margin-bottom: 10px;
}
.fig p{color: #727272;font-family: OpenSans-Regular; font-size: 16px;line-height: 25px;}
.baseLine2,.baseLine3{font-size: 16px;line-height: 25px;}
.abt_content{padding-top: 30px;}
.abt_cont_sec{min-height: 100vh;height: auto;}
.fig p
{
	text-align: left;
}
.ui-ux-hr
{
	width: 130px;
    background-color: #009c91;
    height: 3px;
    margin-top: 10px;
}
@media only screen and (max-width: 1200px) {
	.fig{padding: 0;}
}
@media only screen and (max-width: 991px) {
	.abt_cont_sec{
		height: auto;
		min-height: 0;
	}
	.ui-ux-content 
	{
		padding: 1em 0em;
	}
	.ui-ux-content p
	{
		color: #003c8f;
		padding: 1.5em;
		text-align: center;
		font-family: OpenSans-Regular;
		line-height: 180%;
	}
	.ui-ux-content p > strong
	{

	}
	.each-slide h3	
	{
		color: #1665c1;
		font-family: Lato-Bold;
		padding: 0 0em 0em 1em;
	}
	.each-slide hr
	{
		border-bottom: 2px solid #0097a7;
		margin: 0 1em 1em 1.9em;
		width: 80%;
		display: block;
	}
	.services-ui-ux-background
	{
		min-height: 100vh;
	}
	.header-view h2
	{
		color: #fff;
    	font-size: 24px;
    	margin-top: calc(100vh - 150px);
    	margin-left: 1em;
    	line-height: 1.4;
    	font-family: Lato-Regular;
	}
	.header-view hr
	{
		width: 100px;
		color: #fff;
		border-top: 2px solid #fff;
		margin-left: 2em;
	}
}