/* -------------------------------------------------------

Version: 1.0
Created:September 2018

INDEX:

01. Reset
02. Navbar
03. Section title & Buttons
04. About us
04. Features 
06. Portfolio List View
07. Services Box
08. Team Members
09. Testimonial
10. Pricing Table
11. FAQs
12. Page Counter
13. Video bg
14. contact-us-bg
15. Social Links
16. Loader Classes
17. Footer
18. Alternative Modal Popup

------------------------------------------------------*/

/*======== 01.Reset =========== 
=======================================*/	

body {	
	font-family: 'Poppins', sans-serif;	
  	font-size: 16px;
	color: #000000;
	font-weight:400;
	line-height: 1.8;
	letter-spacing: 0.2px;	
}
a {
    color: #0585e5;
    text-decoration: none;
}

a:hover,a:focus,.a:active {
  	color: #0585e5;
  	text-decoration: none;
  	outline: none !important;
}
h1,h2,h3,h4,h5,h6 {
  	font-family: 'Poppins', sans-serif;
	margin-bottom:10px;
	margin-top:0;
	line-height:1.2;
	font-weight:bold;
	
}

h1{
	font-size:48px;
}
h2{
	font-size:32px;
}
h3{
	font-size:28px;
}
h4{
	font-size:24px;
}
h5{
	font-size:20px;
}
h6{
	font-size:16px;
}
p{
	/*margin-bottom:15px;*/
		
}

/*====== 02. Navbar ======== 
=============================*/

.navbar{
	height:75px;
}
.navbar-default .navbar-brand {
  	color: #424242;
}
.navbar-inverse .navbar-brand {
  	color: #fff;
}
.navbar-default,.navbar-inverse{
	-moz-transition:all 0.5s ease-in 0s;
	-webkit-transition:all 0.5s ease-in 0s;
	-o-transition:all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
}
.navbar-inverse .navbar-nav > li > a::before, .navbar-default .navbar-nav > li > a::before{
 	border-radius: 4px;
    content: "";
    height: 5px;
    position: absolute;
    right: -23px;
    top: 29px;
    width: 5px;
}
.navbar-inverse .navbar-nav > li:last-child > a::before, .navbar-default .navbar-nav > li:last-child > a::before{
	display:none;
}
.navbar-inverse .navbar-nav > li > a,.navbar-default .navbar-nav > li > a {
	padding:19px 0px 3px 0px;
	margin:0px 10px;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-size:13px;
	font-family: 'Poppins', sans-serif;
}
.navbar-brand {
	height: auto;
	line-height: 35px;
	padding: 5px 10px 0px 10px;	
	font-family: 'Poppins', sans-serif;
}
.dropdown-menu{ 
	border-radius:0;
	padding: 10px;
}
.dropdown-menu > li > a{
	 padding: 5px 10px;
}
.navbar-inverse.navbar-affix{
	padding:5px 0px;
	height:auto;
}
.logo-default,.logo-inverse{
	display:none;
}
.logo-default img,.logo-inverse img,.light-version .navbar-brand img{ 
	margin-right:10px; 
	float:left; 
	margin-top:6px;
}
.navbar-default .navbar-brand.logo-default{ 
	display:block;
}
.navbar-inverse .navbar-brand.logo-inverse{ 
	display:block;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
  	color: #0585e5;
  	background-color: transparent;
}

/* ---- White Background with  Navbar ---------*/

.navbar-default{
	border-color:rgba(0,0,0,0.15);
}
.navbar-default.navbar-affix {
    background: #fff;
    margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a {
	text-transform:uppercase;
  	color: #2e2e2e;
	font-size:14px;
}
.navbar-default .navbar-nav > li > a::before {
  	background: #2e2e2e;
  	opacity: 0;
}
.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus,.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus {
  	background-color: transparent;
  	color: #0585e5;	
}

/* ---- Transparent Background with  Navbar ---------*/
.navbar-inverse.navbar-affix {
  	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  	border-bottom: 1px solid rgba(255, 255, 255, 0);
  	box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  	z-index:5;
}
.navbar-inverse .navbar-nav > li > a {
  	color: #fff;
}
.navbar-inverse .navbar-nav > li > a::before {
  	background: #fff;
  	opacity: 0.2;
}
.navbar-inverse .navbar-nav > .active > a,.navbar-inverse .navbar-nav > .active > a:hover,.navbar-inverse .navbar-nav > .active > a:focus,.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus {
  	background-color: transparent;
}
.form-group {
	margin-bottom: 20px;
}

/*==== 03. Section title & Buttons ===== 
=============================*/
.section-title {
	margin-bottom: 60px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.section-title h2{
	margin-bottom: 0px;
	position: relative;
	color: #000;
	text-transform: uppercase;
	font-size: 24px;
	width: auto;
	display: inline-block;	
}
.section-title h2 b{
	color: #0585e5;
}
.section-title h2 strong{
	font-weight: 300;
	color: #0585e5;
}
.section-title h2::before{
	content: "";
	position: absolute;
	left: -70px;	
	bottom: 12px;
	width: 50px;
	height: 3px;
	margin: 0 auto;	
	background: #0585e5; 
	background: -moz-linear-gradient(left, #0585e5 0%, #0585e5 50%, #ffffff 50%, #ffffff 65%, #0585e5 65%, #0585e5 77%, #ffffff 77%, #ffffff 77%, #ffffff 90%, #0585e5 90%, #0585e5 90%, #0585e5 100%);
	background: -webkit-linear-gradient(left, #0585e5 0%,#0585e5 50%,#ffffff 50%,#ffffff 65%,#0585e5 65%,#0585e5 77%,#ffffff 77%,#ffffff 77%,#ffffff 90%,#0585e5 90%,#0585e5 90%,#0585e5 100%);
	background: linear-gradient(to right, #0585e5 0%,#0585e5 50%,#ffffff 50%,#ffffff 65%,#0585e5 65%,#0585e5 77%,#ffffff 77%,#ffffff 77%,#ffffff 90%,#0585e5 90%,#0585e5 90%,#0585e5 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0585e5', endColorstr='#0585e5',GradientType=1 ); 
	z-index: 1;
}
.section-title h2::after{
	content: "";
	position: absolute;
	right: -70px;	
	bottom: 12px;
	width: 50px;
	height: 3px;
	margin: 0 auto;	
	background: #0585e5; 
	background: -moz-linear-gradient(right, #0585e5 0%, #0585e5 50%, #ffffff 50%, #ffffff 65%, #0585e5 65%, #0585e5 77%, #ffffff 77%, #ffffff 77%, #ffffff 90%, #0585e5 90%, #0585e5 90%, #0585e5 100%);
	background: -webkit-linear-gradient(right, #0585e5 0%,#0585e5 50%,#ffffff 50%,#ffffff 65%,#0585e5 65%,#0585e5 77%,#ffffff 77%,#ffffff 77%,#ffffff 90%,#0585e5 90%,#0585e5 90%,#0585e5 100%);
	background: linear-gradient(to left, #0585e5 0%,#0585e5 50%,#ffffff 50%,#ffffff 65%,#0585e5 65%,#0585e5 77%,#ffffff 77%,#ffffff 77%,#ffffff 90%,#0585e5 90%,#0585e5 90%,#0585e5 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0585e5', endColorstr='#0585e5',GradientType=1 ); 
	z-index: 1;
}
.section-title p {
	margin-top: 20px;
	margin-bottom: 0px;
	line-height: 28px;	
}


.btn-style-one{
	border-radius: 4px;	
	padding: 5px 20px;
	font-size: 13px;
	color:#000;
	background: #fff;
	border: 1px solid #000;
	box-shadow: none;
	display: inline-block;
	
}
.btn-style-one i{
	margin-right:10px;
}
.btn-style-one:hover,.btn-style-one:focus{
	background:#000;
	color:#fff;
}


.btn-style-two{
	border-radius: 4px;	
	padding: 5px 20px;
	font-size: 13px;
	color:#fff;
	background: #0585e5;
	border: 1px solid #0585e5;
	box-shadow: none;
	display: inline-block;
	
}
.btn-style-two i{
	margin-right:10px;
}
.btn-style-two:hover,.btn-style-two:focus{
	background:#4d298b;
	color:#fff;
}

.btn-style-three{
	border-radius: 4px;	
	padding: 5px 20px;
	font-size: 13px;
	color:#fff;
	background: transparent;
	border: 1px solid #fff;
	box-shadow: none;
	display: inline-block;
	
}

.btn-style-three i{
	margin-right:10px;
}

.btn-style-three:hover,.btn-style-three:focus{
	background:#fff;
	color:#000;
}


/*======== 04.About us =========== 
=======================================*/

.about-us-bg{

padding-top: 90px;
padding-bottom: 10px;
}
.about-us-bg h4{
	color: #000;
	font-size: 18px;
	margin-bottom: 15px;
	}
/* 
.about-img{
	padding: 0px 60px 30px 60px;
}
.about-img img{
	border-radius: 4px;	
	box-shadow: 15px 15px 0px rgba(0,0,0,0.08);
}
.about-content{
	padding: 0px 0px 0px 0px;
	display: inline-block;
	width: 100%;
}
.about-content h4 {    
	margin-bottom: 15px;
	color: #000;
	font-size: 18px;
}
.about-content h4 span{ 
	font-weight:400;	
}
.about-content p:last-child {
	margin-bottom:0;
} */
.team-section{
	/* margin-top: 0; */
}
.col-rgt{
	margin-top: 4%;
}
.team-section h4{
	/* text-align: center; */
}
.team-section .team  img{
	float: left;
	border-radius: 50%;
	height: 60px;
	margin-right: 15px;
}
.team-section .team p{
	margin-top: 5px;
	font-size: 14px;
}
.about-us-row{
	margin-bottom: 2%;
}
.history{
	margin-bottom: 15px;
}
/*==== 05. Features  ===== 
=============================*/

.features-bg{		
	padding:100px 0px;	
}

.feature-img {
	padding:0px 30px;	
}

.feature-img img{
	border-radius:4px;
}


/*==== 06. Portfolio List View ==== 
================================*/
.portfolio{
	padding:80px 0px;
}
.filtr-item{
	overflow:hidden;
	padding: 30px 15px 0px 15px;
}	
.filtr-item a img{ 
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
	border-radius: 4px;
}	
.filtr-item:hover a img{ 
	transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-webkit-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
}
.filtr-item .item-desc{ 
	opacity:0;
	-moz-transition:all 0.5s ease-in 0s;
	-webkit-transition:all 0.5s ease-in 0s;
	-o-transition:all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;	
}
.filtr-item:hover .item-desc{ 
	opacity:1;
	font-size:14px;
}
.filtr-item:nth-last-child(-n+3){
	padding-bottom:0px !important;	
}
.simplefilter{
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
}
.simplefilter li {
	background-color: transparent;	
	font-size: 13px;	
	display: inline-block;	
	cursor:pointer;	
	border:1px solid #fff;
	color: #000;
}
.simplefilter li.active {    
	color:#0585e5;	
	border:1px solid #0585e5;
}
.simplefilter li, .multifilter li, .sortandshuffle li{
	padding: 6px 25px;
	margin-bottom: 0px;
	border-radius: 4px;
	margin-right: 5px;
	text-transform:capitalize;
	-webkit-transition: all ease-out 0.3s;  
	transition: all ease-out 0.3s;
	text-transform: uppercase;
	font-weight: bold;
}
#cboxOverlay {
    background: url(../images/portfolio/overlay.png) repeat 0 0;
}	
#cboxPrevious{
	background:url(../images/portfolio/controls.png) no-repeat -75px 0
}
#cboxNext{
	background:url(../images/portfolio/controls.png) no-repeat -50px 0;
}

#cboxClose {
	background: url(../images/portfolio/controls.png) no-repeat -25px 0;
}
#cboxContent {
    background: #fff;
    overflow: hidden;
    border: 10px solid #fff;
}
#cboxOverlay {
    background: #000;
}
#cboxTitle{
	font-size: 14px;
	color:#757575;
}
#cboxCurrent{
	font-size: 14px;
	color:#757575;
}	
	

/*==== 07. Services Box ====== 
==============================*/

.services-bg {	
	padding:40px 0px 40px 0px;
}
.services-box{
	padding: 15px 30px 30px 30px;
	margin-top: 0px;
	text-align: center;
	position: relative;
	z-index: 1;
	position: relative;
	border: 1px solid #fff;
	border-radius: 4px;
	background: #fff;	
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
	margin-bottom: 30px;
}
.services-box h3{
	font-size: 18px;
	margin-bottom: 15px;
	color:#0585e5;
	font-weight:400;	
	
}


.services-box i{
	font-size: 45px;
	color: #0585e5;
	display: inline-block;
}

.services-box:hover 
{
	-webkit-transform: translateY(5%);
	-moz-transform: translateY(5%);
	-o-transform: translateY(5%);
    transform: translateY(-5%);

}

/*==== 08. Team Members ==== 
============================*/

.team-members-bg{
	padding:80px 0px;
	background:#f0f0f0;	
}
.team-members{
	position: relative;
	padding: 30px;
	text-align: center;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	margin: 0px 30px 30px 30px;
}
.team-members img{
	width: 150px;
	height: 150px;
	border-radius: 4px;
	transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-webkit-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	border-radius: 50%;
	margin-top: 25px;
	border: 5px solid rgba(255,255,255,0.2);
}

.team-members img:hover{
	transform:scale(1.1,1.1);
	filter:grayscale(100%);
}

.team-members::before{
	content: "";
	position: absolute;
	z-index: 1;
	width: 40px;
	height: 10px;
	top: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #ccc;
	border-radius: 30px;

}
.team-members  em{
	margin-bottom: 10px;
	display: inline-block;
	font-size: 13px;
	font-style:normal;
	opacity: 0.8;
}
.team-members  h3{
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 15px;
	color:#0585e5;
	font-weight:400;
}

/*==== 09. Testimonial ==== 
============================*/

.testimonial-bg {
    background: url(../images/testimonials-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    z-index: 1;
    position: relative;
	padding:80px 0px 125px 0px;
}
.testimonial-bg::before {
    background:#0585e5;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
	opacity:0.9;
}

.testimonial-bg .carousel-indicators{
	bottom: -55px;
}
.testimonial-bg  .carousel-indicators li {
    background-color: #fff;
    border: 1px solid #262626;
}

.testimonial-item{
	color:#fff;
	text-align:center;
}
.testimonial-item p{
	opacity:0.9;
}
.testimonial-item span{
	font-size:18px;
	display:inline-block;
	width:100%;	
}
.testimonial-item em{
	font-size:13px;
	display:inline-block;
	width:100%;
	font-style:normal;	
	opacity:0.8;
}

.testimonial-bg   .section-title h2{
	color:#fff;	
}
.testimonial-bg   .section-title h2::before{
	border-color:#fff;		
}
.testimonial-bg   .section-title h2::after{
	background:#fff;
	border-color:#0585e5;	
}

/*==== 10. Pricing Table ==== 
============================*/

.pricing-table-bg{
	background: #fff;
	padding:80px 0px 50px 0px;
}
.pricing-table{
	border-radius: 4px;
	float: left;
	padding: 30px;
	width: 100%;
	position: relative;
	background: #fff;
	-moz-transition: all 0.5s ease-in 0s;
	-webkit-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
	border: 5px solid #0585e5;
	margin-bottom: 30px
}

.pricing-table .pricing-table-tag{
	font-size: 50px;
	display: inline-block;
	width: 100%;
	color: #0585e5;
	margin-bottom: 0px;
	font-weight: bold;	
}
.pricing-table .pricing-table-tag span{
    font-size: 13px;
}
.pricing-table .pricing-table-title{
	width: 100%;
	font-size: 24px;
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	color:#0585e5;
	
}
.pricing-table .list-group{
	margin-bottom: 18px;
	}
.pricing-table .list-group .list-group-item{
	padding: 0px 0px 15px 0px;
	font-size: 14px;
	border-style: none none solid;
	background-color: transparent;
	border-color:transparent;
}

.price-table-selected{
    background: #0585e5;
    color: #fff;
}
.price-table-selected .pricing-table-title{
	color:#fff;
}
.price-table-selected .pricing-table-tag{
    color: #fff;
}

/*==== 11. FAQs ============= 
=============================*/

.faqs-bg{
	background:#f0f0f0;
	padding: 80px 0px;
}
.faqs-acc{ 
	position:relative;
	margin-bottom:20px; 
}
.faqs-acc:last-child{
	margin-bottom:0;
}
.faqs-acc h4::after{
	content: "\f3d8";
	font-family: "Ionicons";
	font-style: normal;
	font-weight: normal;
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 25px;
	line-height: 30px;
}
.faqs-acc h4.collapsed::after{
	content: "\f3d0";
	font-family: "Ionicons";
	font-style: normal;
	font-weight: normal;
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 25px;
	line-height: 30px;
}
.faqs-acc h4{
	margin-bottom: 5px;
	padding: 15px 30px 15px 15px;
	cursor: pointer;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	box-shadow: none;
	margin-top: 0;
	font-size: 16px;
	font-weight: normal;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
	color:#000;
}
.faqs-acc p{
	padding: 15px 15px;
	background: #fff none repeat scroll 0 0;
	-moz-transition: all 0.5s ease-in 0s;
	-webkit-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
	border-radius: 4px;
	border: 1px solid #f0f0f0;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
}


/*==== 12. Page Counter ==== 
==========================*/

.pagecounter-bg{
	padding:80px 0px;    
	background: #f0f0f0;
}
.page-counter-ls{ 
	text-align: center;
	z-index: 2;
	position: relative;
	border-radius: 4px;
	padding: 15px 0px;
}
.page-counter-ls i{ 
	font-size: 25px;
	margin-bottom: 15px;
	opacity: 0.9;
	color: #0585e5;
	display: inline-block;
}
.page-counter-ls h3{	
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
}
.page-counter-ls span{
	display: inline-block;
	font-size: 40px;
	color: #000;
	line-height: 1.2;	
}

/*==== 13.Video bg ===== 
=============================*/

.video-bg {    
	background:#0585e5;
	color:#fff;
	padding:80px 0px;
	text-align: center;
}
.video-play-ls h2{
	margin-bottom:15px;			
}
.video-play-ls .play-btn{ 
	width:50px; 
	height:50px; 
	background:#fff; 
	line-height:50px; 
	font-size:25px;
	border-radius:4px;
	display:inline-block;
	color:#0585e5;
	text-align:center;
}
.video-play-ls .play-btn i{
	padding-left:5px; 
}

.latest-blog-bg{
	padding:80px 0px;
	background: #f0f0f0;
	
}
.latest-blog{
	padding: 30px;
	background: #fff;
	border-radius: 4px;
	min-height:240px;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
	margin-bottom: 30px;
}

.latest-blog h5{
	margin-bottom:15px;
	font-size:18px;
	font-weight:400;	
}
.latest-blog h5 a{
	color: #0585e5;
}
.latest-blog h5 a:hover{
	color:#0585e5;
	text-decoration:underline;
}
.latest-blog p{
	margin-bottom:15px;
}
.latest-blog ul{
	margin:0;
	padding:0;
}
.latest-blog ul li{
list-style: none;
font-size: 13px;
display: inline-block;
margin-right: 10px;
}
.latest-blog ul li i{
	font-size:20px;
	color:#0585e5;
}
.latest-blog ul li span{
	font-weight:bold;
}


/*==== 14. contact-us-bg ==== 
============================*/

.contact-us-bg{
	padding:60px 0px;
}
.contact-us-bg .section-title  h2{
	color:#fff;
	text-align: center;
	margin-top:0px;
}
.contact-us-bg .dts h4{
	font-size:15px;
}
.contact-us-bg .dts p{
	font-size:14px;
}

/*==== 15. Social Links ==== 
============================*/

.social-links-lg {
	position: absolute;
	width: auto;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 2;
	top: -30px;
}

.social-links-lg a {
    border-radius: 4px;
    display: inline-block;	
    font-size: 20px;
    width: 70px;	
    height: 70px;
    margin-right: 10px;
    padding-top: 10px;
    text-align: center;
    background: #0585e5 none repeat scroll 0 0;
    border: 5px solid #fff;
    color: #fff;
    line-height: 40px;
    border-radius: 4px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;	
}

.social-links-lg a:hover {
  	background: #000 none repeat scroll 0 0;
}

.social-links-md {
	text-align: center;
}

.social-links-md a {
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;	
    transition: all 1s ease 0s;
    width: 30px;
	text-align:center;
  	color: #000;
	border-radius: 4px;	
}

.social-links-md a:hover {
	background: #0585e5 none repeat scroll 0 0;
	color:#fff;
	border-color:#0585e5;
}

/*==== 16. Loader Classes ======= 
===============================*/

#preloader {
	overflow: hidden;
	background-color: #0585e5;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
.cssload-loader {
	width: 48px;
	height: 48px;
	border-radius: 4px;
	margin: 3em;
	display: inline-block;
	position: absolute;
	vertical-align: middle;
	background: #fff;
	z-index: 9;
	top: 50%;
	margin-top: -24px;
	left: 50%;
	margin-left: -24px
}
.cssload-loader,.cssload-loader:before,.cssload-loader:after {
	animation: 1.15s infinite ease-in-out;
	-o-animation: 1.15s infinite ease-in-out;
	-ms-animation: 1.15s infinite ease-in-out;
	-webkit-animation: 1.15s infinite ease-in-out;
	-moz-animation: 1.15s infinite ease-in-out;
}
.cssload-loader:before,.cssload-loader:after {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
}
.cssload-loader {
	animation-name: cssload-loader;
	-o-animation-name: cssload-loader;
	-ms-animation-name: cssload-loader;
	-webkit-animation-name: cssload-loader;
	-moz-animation-name: cssload-loader;
}
@keyframes cssload-loader {

	from {

		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

	}

	to {

		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

	}

}

@-webkit-keyframes cssload-loader {

	from {

		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

	}

	to {

		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

}



/*==== 17.Footer ==== 
============================*/

.footer {
    padding: 60px 0px 0px 0px;
    background: #0585e5;
    text-align: center;
    margin-top: 0px;
    border-top: 1px solid #f0f0f0;
    position: relative;
    color: #fff;
}
.footer-nav-links{ 
	text-align:center;
	margin:30px 0px;	
}
.footer-nav-links h5{	
	font-size: 14px;
	font-weight: 300;
	margin-top: 20px;
}
.footer-nav-links a{ 
	color:#fff;
}
.footer-nav-links a:hover{
	color:#fff;
	text-decoration:underline;
}
.footer-copyrights-bg{
	background: rgba(0,0,0,0.04);
	color: #fff;
	padding: 15px;
}
.footer-copyrights-bg p {
	margin-bottom:0px;
	font-size: 13px;
}

/*==== 18. Alternative Modal Popup ==== 
=====================================*/

.alter-modal{
	padding:0px 15px;
	background-size:cover !important;
	color: #fff;
	background: url(../images/pagecounter-bg.jpg) no-repeat;
}
.alter-modal .modal-dialog.modal-lg{
	width:100%;
}
.alter-modal .modal-title{
	color: #fff;
	font-weight: bold;		
}
.alter-modal .modal-content{
    border: 0 none;
    box-shadow: none !important;
	background-color: transparent;
}
.alter-modal .modal-header{
	text-align:center;
	border-bottom: 0px;
}
.alter-modal .modal-footer{
	text-align:center;
	border-top:0px;
}
.alter-modal .close {
    font-size: 40px;
    opacity: 1;
  	color: #fff;
  	text-shadow: 0 1px 0 #fff;
}
.modal-dark-shadow::before{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	top:0;
	content:"";
	z-index: -1;
	background:#0585e5;
	opacity:0.8;
}
.modal-light-shadow::before{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	top:0;
	content:"";
	z-index: -1;
	background: rgba(255, 255, 255, 0.7);
}
.modal-header {
    text-align: center;
}

/*==== Common CSS ===== 
=============================*/

.hero-static-img{
	width: 100%;
	min-height: 100vh;
	padding: 0;
	position: relative;
	z-index: 1;
}
.hero-static-slider{
	padding:20% 0px;
	color:#fff;
	width:80%;
	margin:0 auto;
	z-index:1;
	position:relative;
	text-align:center;
}
.hero-static-slider h1{
	color:#0585e5;
	margin-bottom:15px;
}

.hero-static-slider p{
	margin-bottom:20px;
}

.overlay::before{
	content:"";
	z-index:-1;
	background:#000;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity: 0.7;
	position:absolute;
}

.carousel-fullpage{
	height: 650px;
	width:100%;
	background-size:cover;
}
.intro-single-content{
	padding:15% 0;
	color:#fff;
	width:80%;
	margin:0 auto;
	z-index:1;
	position:relative;
}
.intro-single-content h2{
	font-size: 48px;
	margin-bottom:15px;		
}
.introcarousel-rgt-nav{
	position: absolute;
	bottom: 30px;
	color: #fff;
	right: 0;	
	width: 50px;
	height: 50px;
	z-index: 3;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	cursor:pointer;
}
.introcarousel-lft-nav{
	position: absolute;
	bottom: 30px;
	color: #fff;
	right: 50px;	
	width: 50px;
	height: 50px;
	z-index: 3;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	cursor:pointer;
}

.dark-shadow::before{
	position:absolute;
	content:"";
	z-index: 0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.6;
	left:0;
	right:0;
	top:0;
	bottom:0;
}

.list-icon{
list-style: none;
margin: 0 0 15px 30px;
padding: 0;
}
.list-icon li{
list-style: none;
padding: 5px 0px;
position: relative;
margin-bottom: 0px;
}
.list-icon li i{
position: absolute;
left: -30px;
font-size: 20px;
text-align: center;
color: #0585e5;
top: 0;
}
.mr-md{
	margin-right:15px;
}
.mr-lg{
	margin-right:60px;
}
.mt-lg{
	margin-top:30px;
}
.mt-md{
	margin-top:15px;
}

.mb-null{
	margin-bottom:0px;
}

.home-slider-menu-animation{
	display: inline-block;
	width: 100%;
}

.fn-md{
	font-size:25px;
}


.classic-box{
	padding: 60px 30px 0px 20px;
	position: relative;
	border-right: 1px solid #acd3f0;
	border-bottom: 1px solid #acd3f0;
	text-align: center;
	min-height: 250px;
}
.classic-box span{
	display: inline-block;
	width: 100%;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
}

.classic-box i{
	font-size: 20px;
	left: 5px;
	top: 0px;
	text-align: center;
	color: #0585e5;
	border-radius: 4px;
	line-height: 0px;	
	margin-right: 14px;
}
.classic-box.brd-lft::before{
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	height:150px;
	background:#acd3f0;
	content:"";
	width:1px;
}
.classic-box.brd-rgt::before{
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
	height:150px;
	background:#acd3f0;
	content:"";
	width:1px;
}

.classic-box h4{
font-weight: normal;
color: #000;
margin-bottom: 15px;
font-size: 16px;
text-transform:uppercase;
}

.classic-box p{
	font-size:15px;
	color:#2a2a2a;
	text-align:justify;
}

.faq-img {
	padding:0px 30px;	
}
.faq-img img{
	border-radius:4px;
}

#main-menu .navbar-right{
	margin-top:8px;
}
.owl-carousel .owl-stage-outer{
	width:100%;	
}
.mb-md{
	margin-bottom:15px;
}
.pr-img {
    float: left;
    background: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
}
.pr-img img{
	width: 200px;
	height: auto;
	margin: 15px;
}

.ft-bg{
	font-size: 13px;
	text-align: center;
	margin-top: 0px;
	margin-bottom:0px;	
	float: left;
	width: auto;
	padding: 5px 15px;
}

.pt-null{
	padding-top:0px;
}

.bl-bg{
	padding: 30px;
	border-radius: 0px;
	background: #1c64b6;
	color: #fff;
}

.bl-bg h2{
	color:#fff;
}

.sb-tt{
	font-size: 20px;
	color: #1c64b6;
	margin-bottom:0px;
}

.partners-bg{
	background: #333;
	padding: 30px 30px 15px 30px;
	color: #fff;
}
.partners-bg h2{
	color:#fff;
}

.grey-bg{
	padding: 30px;
	border-radius: 0px;
	background: #d4d4d4;
	border: 1px solid #d4d4d4;	
}

.gl-bg{
	background: #fff;
	padding: 30px;
	border:1px solid rgba(0,0,0,0.2);
}

#main-menu{
	padding:0;
	margin:0;
}

.navbar-default .navbar-nav > li:first-child > a{
	padding-left:0;
	margin-left:0;
}

.menu-bg{
	border-bottom:1px solid #d1d1d1;
	padding:15px 0px;
	margin-bottom:15px;
}
.menu-bg-alt{
margin-top: 20px;
padding: 5px 0px;
background: #f6f6f6;
border-top:1px solid #d1d1d1;
}

.menu-bg-alt .navbar-default.navbar-affix{
	background: #f6f6f6;
}
.menu-bg-alt .navbar-default .navbar-nav > li > a{
	padding: 5px 0px 3px 0px;
	margin: 10px 15px;
}
.menu-bg-alt .navbar-default .navbar-nav > li > a.spl-btn{
	margin-top:6px !important;
}

.menu-bg-alt .navbar {
    height: 55px;
}
.ad-tt.fn-lg{
		font-size:26px;
}
.ad-tt{
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	
}
.ad-tt b{
	color:#0585e5;
}

.ad-gr-tt{
	background: #f6f6f6;
	padding: 10px 15px;
	width: auto;
	border-radius: 30px;
	text-align: center;
	margin: 0 auto 30px auto;
	display: inline-block;
}
.ad-gr-tt.bl-bg{
background: #0585e5;
color: #fff;
padding: 10px 20px;
}

.ad-gr-dts{
	width: 100%;
	float: left;
	
}
.mb-lg{
	margin-bottom:60px;
}
.ad-gr-dts p{
	text-align:justify;
}
.fn-tt{
	font-size:20px;
}
.vision-bg{
	background:url(../images/blue-ocean-img.jpg);	
	background-size:cover;	
	margin-top: 60px;
	color:#fff;
}
.pd-null{
	padding:0;
}
.spl-content{
	background: rgba(0,0,0,0.4);
	padding: 40px;
}
.spl-content h3{
	font-size:20px;
	text-transform:uppercase;
	text-align:center;
}
.spl-content p{
	text-align:justify;
}

.about-content p{
	text-align:justify;
}



.brd-btm{
	border-bottom: 1px solid #acd3f0;
}

.brd-rgt-null{
	border-right:0px;
}

.pt-md{
	padding-top:20px;
	}
.pt-m-lg{
	padding-top:30px;
	}
.br-null{
	border-right:0px;
}	

.contact-us-bg{
	background:#fff;	
	border-top: 1px solid rgba(0,0,0,0.15);
}

.contact-us-bg h3{
	color:#0066b3;
	font-size:15px;
	padding:15px 0px;
	border-bottom:1px solid #cecece;
	margin-bottom:15px;
	margin-top:0px;
}
.contact-us-bg .dts{
	text-align:left;
}
.section-padding{
	padding: 60px 0px;
}

.mt-md{
	margin-top:15px !important;
}

.systems-img{
	width: 100%;
	margin-top: 0px;
	position:relative;
	transition:all ease-in-out 	0.5s;
	margin-bottom: 15px;
}
.systems-img:hover{
	box-shadow:2px 2px 3px rgba(0,0,0,0.25);
}

.systems-img img{
	width:100%;	
	border-radius: 4px;
	height: 240px;
	object-fit: cover;
}

.systems-img span{
	position: absolute;
	bottom: 15px;
	width:89%;
	z-index: 1;
	left: 15px;
	right: 0;
	color: #fff;
	font-size: 15px;
}


.spl-btn{
	color: #fff !important;
	padding: 10px !important;
	border-radius: 4px;
	margin-top: 10px !important;
	background: #0585e5 !important;
}


.slider-wht-txt{
	width: 80%;
	margin: 0 auto;
	color: #fff;
	padding-top: 100px;
	font-size: 35px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
	text-transform: uppercase;
}

.slider-bl-txt{
	width: 80%;
	margin: 0 auto;
	color: #fff;
	padding-top: 40px;
	font-size: 35px;
	text-shadow: 2px 2px 2px rgba(255,255,255,0.5);
	text-transform: uppercase;
	text-align: right;
}

.slider-ad-txt{
    width: 100%;
    color: #fff;
    padding-top: 50px;
    font-size: 35px;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.9);
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    text-align: right;
}
.slider-ad-txt h2{
	-webkit-text-stroke: 2px #fff;
	color: #000;
	font-size: 50px;
	text-align: center;
	margin-top: 20%;
	text-transform: capitalize;
	text-shadow: none;
}
	   
/*
.slider-ad-txt::before{
	position:absolute;
	left:0;
	right:0;
	background:rgba(0,0,0,0.5);
	content:"";
	z-index:0;
	width:100%;
	height:100%;
}*/
.cv-logo{
	float:right;
}

.our-partners-bg{	
	margin-top: 0px;
	margin-bottom: 100px;
}
.services-row{
	padding-top: 15px;
}

.home-slider-menu-animation{
	position:relative;	
}



/*----------Home Banner  ----------*/

#introSlider3{
	margin-top:0px;
}

.about-content .custom-tb {
	display:table;
	margin-bottom: 30px;
}


.about-content .custom-tb .tb-row{
	display:table-row;
	margin-bottom:30px;	
}

.about-content .custom-tb .tb-cell{
	display:table-cell;
	padding:30px;
}
.about-content .custom-tb .tb-cell.tb-pd{
	background: #fff;
	width: 30px;
	padding: 0px;
}

.about-content .custom-tb .tb-cell.tb-mn-dts{
	
	border-radius: 4px;
	color: #fff;
	position: relative;
	z-index: 1;
	width:65%;
	background:url(../images/blue-ocean-img.jpg);
	vertical-align: top;
	
	
}
.about-content .custom-tb .tb-cell.tb-mn-dts::before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #0585e5;
	z-index: -1;
	content: "";
	opacity: 0.85;	
	border-radius: 4px;
}
.about-content .custom-tb .tb-cell.tb-mn-img{
	border-radius:4px;	
	background:url(../images/london-img.jpg);
	background-size: cover;
	
}


.about-content .custom-tb .tb-cell.tb-sb-img{
	border-radius:4px;	
	background:url(../images/bahrain-img.jpg);
	background-size: cover;	
	background-position: center;
}

.about-content .custom-tb .tb-cell.tb-sb-dts{	
	border-radius: 4px;
	color: #000;
	position: relative;
	z-index: 1;
	width:65%;
	background:#fff;
	vertical-align: top;	
	border:2px solid #e5e5e5;	
	
}
.about-content .custom-tb .tb-cell.tb-sb-dts a{	
	color:#05467B;
}


.copyrights-bg{
	background:#ececec;
	color:#000;
	padding:15px;
	font-size:14px;
}
.copyrights-bg p{
	margin-bottom:0px;

}

.social-media-bg{
	text-align: center;
    display: inline-block;
    width: 100%;
}
.social-media-bg a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #ccc;
    margin-top: 20px;
    margin-right: 10px;
	border-radius:4px;
	font-size: 20px;
}

.social-media-bg a:hover{
	background:#0585e5;
	border-color:#0585e5;
	color:#fff;
}

.mr10{
	margin-right:10px;
}
.copyrights-bg p a{
	color:#000;
	text-decoration:underline;
}
.single-slider-img{
	position:relative;
	z-index:1;
	color:#fff;
	min-height: 300px;
}
.sme-img{
	background:url(../images/sme-bg-img.jpg);
	min-height: auto;
	background-size: cover;
	padding-bottom: 30px;
}
.property-car-img{
	background:url(../images/banner/property-car.jpg);
	min-height: auto;
	background-size: cover;
	padding-bottom: 30px;
	background-position: center;
}
.aviation-img{
	background:url(../images/banner/aviation.jpg);
	min-height: auto;
	background-size: cover;
	padding-bottom: 30px;
	background-position: center;
}
.cargo-img{
	background:url(../images/banner/cargo.jpg);
	min-height: auto;
	background-size: cover;
	padding-bottom: 30px;
	background-position: center;
}
.cargo-hull-img{
	background:url(../images/banner/cargo-hull.jpg);
	min-height: auto;
	background-size: cover;
	padding-bottom: 30px;
	background-position: center;
}
.liability-img{
	background:url(../images/banner/liabilities.jpg);
	min-height: auto;
	background-size: cover;
	padding-bottom: 30px;
	background-position: center;
}
.financial-risk-img {
	background:url(../images/banner/financial-risk.jpg);
	min-height: auto;
	background-size: cover;
	padding-bottom: 30px;
	background-position: center;
}
.personal-lines-img{
	background:url(../images/banner/personal-lines.jpg);
	min-height: auto;
	background-size: cover;
	padding-bottom: 30px;
	background-position: center;
}
.terrorism-img{
	background:url(../images/banner/terrorism.jpg);
	min-height: auto;
	background-size: cover;
	padding-bottom: 30px;
	background-position: center;
}

/* .single-slider-img{
	position:relative;
	z-index:1;
	color:#fff;
	min-height: 300px;
} */


.single-slider-img::before{
	position:absolute;
	left:0;
	right:0;
	
	background: -moz-linear-gradient(left,  #0575E6 0%, rgba(0,0,0,0) 100%); 
	background: -webkit-linear-gradient(left,  #0575E6 0%,rgba(0,0,0,0) 100%); 
	background: linear-gradient(to right,  #0575E6 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a60575E6', endColorstr='#00000000',GradientType=1 ); 

	opacity:0.75;
	z-index:-1;
	content:"";
	top:0;
	bottom:0;
	width:100%;
	height:100%;
}

.mrn-img{
	background:url(../images/general-marine.jpg);
	background-size: cover;	
	min-height: auto;
	background-size: cover;
	padding-bottom: 30px;
	background-position:bottom;
}

.global-accounts-img{
	background:url(../images/global-accounts-img.jpg);
	background-size: cover;	
	min-height: auto;
	background-size: cover;
	padding-bottom: 30px;
	background-position:bottom;
	background-position: center
}

.corporte-bg-img{
	background:url(../images/corporate-bg-img.jpg);
	background-size: cover;	
	min-height: auto;
	background-size: cover;
	padding-bottom: 30px;
	background-position:bottom;
}


.single-slider-img  .nav-links-bg{
	margin-top:30px;
}
.single-slider-img  .nav-links-bg b{
	font-size:13px;	
}
.single-slider-img  .nav-links-bg a{
	color:#fff;
	opacity: 0.9;
}
.single-slider-img  .nav-links-bg a:hover{
	color:#fff;
	opacity: 1;
}
.single-slider-img  .nav-links-bg span{
	font-size: 14px;
    width: 100%;
    display: inline-block;
}
.single-slider-img  .nav-links-bg i{	
    position: absolute;  
    top: 0;
	font-size:18px;
}
.single-slider-img  .nav-links-bg i.lft{	
  left: -10px;
}
.single-slider-img  .nav-links-bg i.rgt{	
  right: -10px;
}

.prd-tt-dts{
	margin-top: 140px;
	
}
.prd-tt-dts span{
	font-size: 14px;
    text-decoration: underline;
}
.prd-tt-dts h4{
font-size: 18px;
    margin-top: 10px;
}

.sp-cnt-bg{
	padding:60px 0px;
}

.sp-cnt-bg .sp-img{
	width:100%;
	border-radius:4px;	
}

.sp-cnt-bl{
margin-bottom: 15px;
display: inline-block;
}

.sp-cnt-bl .mn-tt{	
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.5;
}

.sp-cnt-bl img{
	width: 75px;
	float: left;
	margin-right: 15px;	
	margin-top: 0px;
}
.sp-cnt-bl i{
width: auto;
    float: left;
    font-size: 30px;
    margin-right: 15px;
    margin-top: -4px;
}

.sp-cnt-bl p{
	width: calc(100% - 120px);
	float: left;
	margin-top: 0px;
	font-size: 15px;
	margin-bottom: 0px;
	text-align: justify;
}
.financial-system p{
	width: calc(100% - 60px);

}
.sp-cnt-bl span {
	color: #0066b3;
}
.bg-gray{
	background:#f6f6f6;	
}

.spl-bg{
	background: #0066b3;
	color: rgba(255,255,255,0.85);
	
}

.cp-bg{
	/* background: #f6f6f6; */
	color: rgba(0,0,0,0.9);
}
.trm-bg{
	background: #f6f6f6;
	color: rgba(0,0,0,0.9);
}


.sp-cnt-bg .sb-tt{
	font-size: 18px;
	margin-bottom: 15px;
	color: #000;
	line-height: 1.5;
}
.sp-cnt-bg .sb-tt.tt{
font-size: 24px;
}

.sp-cnt-ul{
	margin:0;
	padding:0;
}
.sp-cnt-ul li{
	list-style: none;
	margin-bottom: 15px;
	font-size: 15px;
	text-align: justify;
}
.sp-cnt-ul li i{
	margin-right:10px;
	color:#0066b3;
}
.sp-cnt-ul li p{
	margin-left: 26px;
}
.sp-cnt-ul li span{
	text-decoration: underline;
}
.sp-cnt-ul li a{
	/* font-size: 14px; */
	/* text-decoration: underline; */
	word-wrap: anywhere;
}
.sp-cnt-rgt {
	padding-top: 45px;
}
.liabilities p{
	margin-bottom: 15px;
}
.navbar-default .navbar-nav > li > a{
	transition:all ease-in;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
	color: #0585e5;
	background-color: #fff;
	font-weight:bold;

}

#main-menu .dropdown-menu{
	background: #0585e5;
	color: #fff;
	width: 350px;
	top: 65px;
}

#main-menu .dropdown-menu::before{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #0585e5;
	position: absolute;
	right: 30px;
	top: -10px;
	z-index: 1;
	content: "";
}

#main-menu .dropdown-menu > li > a{
	color: #fff;
	white-space: pre-wrap;
	padding: 10px;
	text-transform:uppercase;
}

#main-menu .dropdown-menu > li > a:focus, #main-menu  .dropdown-menu > li > a:hover{
	background: #013257;
}

.sp-box{
	padding:30px;
	border:1px solid #0066b3;
	display:inline-block;
	width:100%;
}
.sp-box ul{
    margin-left: 20px;
}
.sp-box li{
    position: relative;
}
.sp-box {
	background:url(../images/contractors.jpg);
	background-size: cover;	
	min-height: auto;
	background-size: cover;
	padding-bottom: 30px;
	background-position:bottom;
	position:relative;
	z-index:1;
}
.sp-box.sp-box-adj {
	background:url(../images/corporate-bg-img.jpg);
	background-size: cover;	
	min-height: auto;
	background-size: cover;
	padding-bottom: 30px;
	background-position:bottom;
	position:relative;
	z-index:1;
	color:rgba(255,255,255,0.9);
}
.sp-box.sp-box-adj .sb-tt{
	color:#fff;
}
.sp-box::before{
position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0.85);
    content: "";
    z-index: -1;
}
.sp-box.sp-box-adj::before {
	background: -moz-linear-gradient(left, #0575E6 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, #0575E6 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, #0575E6 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a60575E6', endColorstr='#00000000',GradientType=1 );
}
.sp-box li::before{
    position: absolute;
    left: -20px;
    top: 9px;
    background: #0066b3;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: "";
}

.sp-box-adj.sp-box li::before{
	background:#fff;
}

.mrn-box{
	background: #fff;
    padding: 15px 15px 15px 60px;
    font-size: 14px;
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 15px;
    min-height: 100px;
}

.mrn-box i{
    position: absolute;
       left: 20px;
    top: 10px;
    z-index: 1;
    font-size: 25px;
    color: #0066b3;
}
.pb-sc-img{
	    background: url(../images/public-sector-img.jpg);
    background-size: cover;
    min-height: auto;
    background-size: cover;
    padding-bottom: 30px;
    background-position: bottom;
	position:relative;
}

.sp-pr-img{
	    background: url(../images/speciality-img.jpg);
    background-size: cover;
    min-height: auto;
    background-size: cover;
    padding-bottom: 30px;
    background-position: center;
	position:relative;
}

#public-sector-government{
	padding: 40px 0;
}
.pb-sc-img::before {
    position: absolute;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(left, #0575E6 0%, #0575E6 100%);
    background: -webkit-linear-gradient(left, #0575E6 0%,#0575E6 100%);
    background: linear-gradient(to right, #0575E6 0%,#0575E6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a60575E6', endColorstr='#000575E6',GradientType=1 );
    opacity: 0.9;
    z-index: 0;
    content: "";
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.spl-bg .sb-tt{
	color:#fff;
}

.spl-bg .sp-cnt-ul li i{
color:#fff;
}



.owl-carousel .owl-item img.spl-adj{
	width: 350px;
	float: right;
	position: absolute;
	left: 30px;
	top: 40px;
}

.systems-img a::before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.45) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.45) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.45) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	z-index: 0;
	content: "";
	width: 100%;
	height: 100%;
}


.gbn-spl-img{
	width: 188px;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 5px;
}

#preloader{
	display:none;
}
.mb-null{
margin-bottom: 0px;
}

.sp-cnt-bl span.spl-txt{
  color: #fff;
  padding-bottom: 5px !important;
  display: flex;
}
.financial-system p.txt-normal{
text-align: inherit;
}

.sp-box.sp-box-adj li a{
	color:#fff;
	text-decoration: underline;
}