@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

body{
	font-family: 'PT Sans', sans-serif;	
	margin:0;
	padding:0;
	font-size:18px;
	color:#121111;
}
p{
	line-height:1.6;
}
.h3, h3 {
    font-size: 24px;
    line-height: 30px;
}
img{
	max-width:100%;	
	height:auto;
}
.header-bg .navbar-default{
	margin-bottom:0px;
}

.header-bg .navbar-default{
	background: #fff;
	/*padding: 20px 0px 0px 0px;*/
	border-color: #fff;
	position: relative;
	padding: 15px 0px 15px 0px;
}

.header-bg .navbar-brand {
	padding:0px;
}

.header-bg .navbar-menu {
	text-align: left;
	float: left;
	margin-left: 12%;
	width: calc(88% - 165px);
	padding: 0px;
}

.header-bg .navbar-menu {
	width:100%;
	margin-left: 0%;
}

.navbar-default .navbar-nav > li > a{
	color:#000;
}

.header-bg .navbar-brand {
    padding: 0px;
    margin-left: 15px !important;
}



.navbar-menu .navbar-nav{
	width:100%;
}

/*
.navbar-default .navbar-nav > li:last-child a{
	background: #000;
	color: #fff;
	border-radius: 30px;
}
*/

.navbar-default .navbar-nav > li > a{
	padding: 10px 20px;
	margin: 5px 0px;
	font-size:16px;
}
.navbar-default .navbar-nav > li > a.active{
	font-weight:bold;
	color:#216bbc;	
}

.home-slider{		
	width:100%;
	min-height:350px;
	background-size: auto;
	position:relative;
}
.home-slider.hm-adj{	
	min-height:300px;	
}
.home-slider .hero-slider-img {
	width: 100%;
	margin: 0 auto;
	min-height: 350px;
	background-size: cover;
	padding-left: 8%;
	position: relative;
	background-position: center;
}
.home-slider .hero-slider-img h4.main-tt{
position: absolute;
top: 40%;
left: 60px;
font-size: 24px;
color: #fff;
}
.home-slider .hero-slider-img.dark-bg{
	background: #00B4DB;  
	background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);  
	background: linear-gradient(to right, #0083B0, #00B4DB); 
}


.home-slider .hero-content{
	float: left;
}
.home-slider .hero-content.full-width{
	width: 70%;
	padding: 10% 0px 0px;		
	text-align: left;
	color:#fff;
}
.home-slider .hero-content.full-width h2 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: normal;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
    line-height: 36px;
	color: rgba(255,255,255,0.8);
}


.home-slider .hero-content.lft{
	width: 60%;
	padding: 12% 0px 0px;		
	text-align: left;
	color:#fff;
}
.home-slider .hero-content.rgt{
	width: 40%;
	padding: 15px;
	text-align: right;	
}
.home-slider .hero-content.rgt .connect-box{
	background:#fff;
	padding: 30px;
	float:left;	
	width:100%;
}

.home-slider .hero-content span{
	font-size:35px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
}
.home-slider .hero-content h2{	
	font-size: 45px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
}
.home-slider .hero-content h4{	
	font-size: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 50px;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.home-slider .hero-content h4 img{
	margin-right:10px;
	
}

.home-slider .hero-content p{	
	font-size: 20px;
	width: 100%;
	color: #71bbff;
}
.home-slider .hero-content.full-width p{	
	color: rgba(255,255,255,0.8);
	text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
}
.about-dts{
  padding: 60px 0px 40px 0px;
  position: relative;
  margin-bottom: 0px;
  color: #000;
}
/*
.about-dts::before{
	position:absolute;
	left:0;
	top:0;
	width:30%;
	height:100%;	
	content:"";
	z-index:1;	
	background:url('../images/london-img.jpg');
	background-size: cover;
	background-position: right;
}
*/
.about-dts .main-title{
	width:100%;
	text-align:center;
	margin-bottom:60px;
}
.about-dts .main-title h2{
	font-size:48px;
	margin-top:0px;
	margin-bottom: 25px;
}
.about-dts .main-title p{
	font-size:20px;
	margin-bottom:0px;
}

.about-dts .main-title{
}
.about-content{
	width: 90%;
}
.about-content p{
	font-size:20px;	
}

.about-content ul{
	margin:0;
	padding:0;
	list-style:none;
}
.about-content ul li{
	font-size:18px;
	margin:15px 0px;
	padding-left:40px;
	position:relative;
}
.about-content ul li i{
	position:absolute;	
	z-index:1;
	left: 10px;
	top: 1px;
	color:#1b51b3;
}

.bl-box{
	background:#1b51b3;
	padding:40px;
	border-radius:8px;
	color:#fff;
	margin-top:60px;
}

.bl-box h4{
	font-size:20px;
	margin-bottom:40px;
}
.bl-box ul{
	margin:0;
	padding:0;
	list-style:none;
}
.bl-box ul li{
	font-size:18px;
	margin:15px 0px;
	padding-left:45px;
	position:relative;
	color:#d0e1ff;
}
.bl-box ul li i,.bl-box ul li .icn{
	position:absolute;	
	z-index:1;
	left: 0px;
	top: 1px;
	color:#1b51b3;
}

.pricing-table{
	margin-top:60px;
}

.pricing-table .table-bordered > thead > tr > td, .pricing-table  .table-bordered > thead > tr > th{
	padding:15px 30px;
	vertical-align:top;
}
.pricing-table .table-bordered {
	border-color:#000;
}


.pricing-table .table-bordered > tbody > tr > td, .pricing-table .table-bordered > tbody > tr > th, .pricing-table .table-bordered > tfoot > tr > td, .pricing-table .table-bordered > tfoot > tr > th, .pricing-table .table-bordered > thead > tr > td, .pricing-table .table-bordered > thead > tr > th{
	padding:15px 30px;
	vertical-align:top;
	font-size:18px;
}
.pricing-table  .table-bordered > thead > tr > th span{
	width: 100%;
	display: inline-block;
	font-size: 18px;
}

.pricing-table  .table-bordered > thead > tr > th{
	font-size: 25px;
}

.pricing-table  .table-bordered > thead > tr > th:first-child,.pricing-table  .table-bordered > tbody > tr > td:first-child{
	text-align:left;
}
.pricing-table .table-bordered > thead > tr > td, .pricing-table .table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}

.pricing-table .table-bordered > thead > tr > th,.pricing-table .table-bordered > tbody > tr > td {
	border-left:1px solid #000;
	border-right:1px solid #000;
	text-align:center;	
}
.pricing-table .table-bordered > tbody > tr:last-child > td {
	border-bottom:1px solid #000;
}

.pricing-table .table > thead:first-child > tr:first-child > th {
    border-top: 0;
}

.btn-small{
	padding: 10px 50px;
	border: 0px solid #ccc;
	border-radius: 30px;
	display: inline-block;
	color:#fff;
	font-size: 18px;
	background: #1a51b6; 
	background: -moz-linear-gradient(top, #1a51b6 0%, #035cfd 100%); 
	background: -webkit-linear-gradient(top, #1a51b6 0%,#035cfd 100%); 
	background: linear-gradient(to bottom, #1a51b6 0%,#035cfd 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a51b6', endColorstr='#035cfd',GradientType=0 ); 
}


.btn-large{
	padding: 20px 50px;
	border: 1px solid #303748;
	border-radius: 0px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	float: left;
}
.btn-large img{
	margin-right:10px;
}
.btn-large.btn-default  i{
	margin-left:10px;
	font-size: 16px;
}
.btn-large.btn-green{
	background:#1ae674;
	color:#081726;
	border-color:#1ae674;
}

.btn-large.btn-primary{
	background: #1a51b6; 
	background: -moz-linear-gradient(top, #1a51b6 0%, #035cfd 100%); 
	background: -webkit-linear-gradient(top, #1a51b6 0%,#035cfd 100%); 
	background: linear-gradient(to bottom, #1a51b6 0%,#035cfd 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a51b6', endColorstr='#035cfd',GradientType=0 ); 
	border-color:#1a51b6;
}
.btn-large.btn-default{
	background: top;
	border: 1px solid #303748;
	color: #333;
}

.home-slider .hero-content p.btn-bg{
	margin-top:40px;
}

.home-slider .hero-content .btn-large.btn-primary{
	/*margin-right:10px;*/
	
}
.hero-scroll-down{
	text-align: center;
}
.hero-scroll-down span{
padding: 0px;
border-radius: 30px;
background: #000;
position: relative;
height: 20px;
width: 40px;
margin: 0 auto;
display: inline-block;
}

.hero-scroll-down span::before{
position: absolute;
top: 7px;
width: 7px;
height: 7px;
border-radius: 30px;
z-index: 1;
right: 6px;
content: "";
background: #1b51b3;
}

.hero-scroll-down span::after{
position: absolute;
top: 7px;
width: 7px;
height: 7px;
border-radius: 30px;
z-index: 1;
right: 18px;
content: "";
background: #73a4fe;
}

.hd-lft-nav{
	width: 280px;
	float:left;
}

.hd-rgt-nav {
  width: calc(100% - 280px);
  float: left;
  margin-right: 0px;
position: absolute;
right: 15px;
  top: -2px;
}
.hd-rgt-nav .mgaa-img{
	float: right;
	height: 80px;
}

.hd-rgt-nav .lloyds-img{
	float: right;
height: 80px;
}

.hgt-btn{
	background: #216bbc !important;
	padding: 7px 20px;
	display: inline-block;
	margin-left: 30px;
	color: #fff !important;
	font-size: 16px;
}
.hgt-btn:hover span{	
	color: #fff;
}
/*
.about-us-content{
	width: 100%;
	float: left;
	position: relative;
}
*/

.about-us-content {
width: 100%;
  float: left;
  text-align: left;
  margin-top: 0%;
 margin-bottom: 0px;
  
}
.about-us-content.spl-cnt {
padding: 40px 0px;
}
.about-us-content.contactus{
border-top: 1px solid #ccc;
  background: #fff;
  padding: 0;
}

.about-us-content.spl-cnt p{
    margin-bottom:0px;
}
.bg-grey{
    background: #fafafa;
}
  .navbar-nav > li {
    float: right;
  }
/*
.about-us-content::before{
	position:absolute;
	top:0;
	left:0;
	height:3px;
	width:65px;
	content:"";
	z-index:1;	
	background: #1f79d8;
	background: -moz-linear-gradient(left, #1f79d8 0%, #1ae476 100%); 
	background: -webkit-linear-gradient(left, #1f79d8 0%,#1ae476 100%);
	background: linear-gradient(to right, #1f79d8 0%,#1ae476 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f79d8', endColorstr='#1ae476',GradientType=1 ); 
}
*/
.about-us-content::after{
	/*position:absolute;*/
	/*top:0;*/
	/*left:10px;*/
	/*height:3px;*/
	/*width:3px;*/
	/*content:"";*/
	/*z-index:1;	*/
	/*background: #fff;*/
}
/*
.connect-box {
    background: #fff;
    padding: 30px;
    float: left;
    width: 100%;
}
*/
.connect-box {
	background: #fff;
	padding: 30px;
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	margin-top: 0px;
}
.connect-box h4 img{
	margin-right:15px;
}
.connect-box  .form-control{
	border: 1px solid #4c4c4c;
	padding: 8px 15px;
	border-radius: 0px;
	height: 40px;
	margin-bottom: 30px;
}

.connect-box .cn-box-ul{
	margin:0;
	padding:0;
	list-style:none;	
}
.connect-box .cn-box-ul li{
	float:left;
	width:100%;
	margin:10px 0px;
	
}
.connect-box .cn-box-ul li span{
	width: 100%;
	font-size: 16px;
	float: left;
	color:#333333;
	margin-bottom: 5px;
}
.connect-box .cn-box-ul li  a{
	padding: 7px 10px;
	border: 1px solid #383a3b;
	font-size: 14px;
	float: right;
	color: #383a3b;
}

.connect-box .cn-box-scrl{
	width:100%;
	height:370px;
	overflow:auto;	
}

.about-us-content ul{
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
}

.about-us-content ul.spl-ul {
 margin: 0px 0px 0px 30px;
  padding: 0;
  width: 100%;
  float: left;
  list-style: disc;
}


.about-us-content ul li{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.about-us-content ul li img{
	float:left;
}
.about-us-content ul li span{
	float: left;
	width: 95%;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 1.6;
}


.mn-tt-al{
	width: 100%;
	margin-bottom: 60px;
	float: left;
}

.mn-tt-al .icn{
	width: 70px;
	margin-right: 30px;
	float: left;
}
.mn-tt-al h2{
	    font-size: 24px;
	float:left;
	width:calc(100% - 100px);
	margin-top:0px;
}
.mn-tt-al p{
	float:left;
	width:calc(100% - 100px);
	margin-top:0px;
}

.mn-tt-al h2 b{
	color:#1f77da;
	font-weight: normal;
}
.blue-vision{
	padding: 60px 0px;
	width: 100%;
	float: left;
}
.blue-vision-details .bl-img{
	border-radius:30px;
}
.blue-vision-details p{	
	/*padding: 0px 60px;*/
	padding: 0px 0px;
}


.blue-vision-details .sb-tt{
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 15px;
}
.blue-vision-details ul{
	margin:0;
	padding:0;	
}
.blue-vision-details ul li{
	list-style:none;
	margin-bottom: 5px;
}
.partners{
	padding: 0px 0px 40px 0px;
float: left;
width: 100%;
/*border-bottom: 1px solid #9c9c9c;*/
margin-bottom: 55px;
}

.partners-tt{
	width:auto;
	float:left;	
	margin-top: 30px;
	font-size: 28px;
}
.partners-logo{
	width: 225px;
	height: 70px;
	float: left;
	margin-bottom: 15px;
}
.quick-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.quick-links ul li a{	
	color: rgba(255,255,255,0.7);
	font-size:16px;
}
.quick-links ul li{
	margin-bottom:10px;
}

.quick-links h4,.address-details h4{
	font-size:20px;
	margin-bottom: 30px;
}
.address-details p{
	margin-bottom: 30px;
	font-size:16px;
}

.spl-img .lloyds-img{
	width:120px;
}

.spl-img .mgaa-img{
	width:80px;
}

.footer{
    padding: 30px 0px 30px 0px;
	float: left;
	width: 100%;
	background: #051930;
	color: rgba(255,255,255,0.7);
}

.copyrights-bg{
	padding:15px 15px 0px 15px;
	background:#1f77da;
	color:#fff;
	font-size: 14px;
	width:100%;
	float:left;	
}

.copyrights-bg a{
	color:#fff;
	text-decoration:underline;
}

.tw-tm{
	width: 100%;
	height: 350px;
	overflow: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	float: right;
	border:1px solid #c9c9c9;
}

.join-lisn-bg{
	padding-right: 15px;
	width: 100%;
}
.join-lisn-bg h4{
	font-size: 24px;	
}
.join-lisn-bg p{
	font-size: 16px;
	margin-top: 20px;	
}
.join-lisn-bg .btn-large{
	border: 1px solid #1ae674;
}
.join-lisn-bg .lisn-logo{
	margin-top:20px;
	
}
.join-lisn-rgt{
	width: calc(100% - 150px);
margin-left: 35px;
float: left;
}
.white-paper-bg{
	width: calc(100% - 15px);
	padding: 15px 30px 30px 30px;
	border: 1px solid #ccc;
	display: inline-block;
	margin-top: 50px;
	min-height: 300px;
	margin-right: 15px;	
}
.white-paper-bg h4{
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: bold;
	margin-top: 10px;	
}

.join-lisn-bg p{
	font-size: 16px;
}
.white-paper-bg ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.white-paper-bg ul li{
	padding-left: 75px;
	color: #333;
	margin-bottom: 20px;
	position:relative;
}
.white-paper-bg ul li a{
	color:#333;
	text-decoration:none;	
}

.white-paper-bg ul li::before{
	background: url('../images/bullet-in-icon.png');
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 52px;
	height: 52px;
	content: "";
}

.white-paper-bg .tb-scrl{
	width:100%;
	height:200px;
	overflow:auto;
}
.navbar-brand {

}

.social-network-bg{
	padding:60px 0px;
}

.social-network-links{
	background: #fff;
	padding: 0px;
	float: right;
	/*border-bottom: 2px solid #c6c6c6;*/
}
.social-network-links .lisn-logo{
	float: left;	
}
.social-network-links .lisn-logo img{
	float:left;
	width: 60px;	
}
.social-network-links .lisn-logo span{
	float: left;
	width: 230px;
	margin-left: 25px;
	margin-top: 5px;
	color: #333;
}
.social-network-links .lisn-logo.cn-uw-logo img{
	width: 45px;
	margin-top: 7px;
}

.social-network-links .btn-bg .btn{
	float:right;	
}
.social-network-links .btn-large.btn-green{
	margin-right: 15px;
	font-size: 16px;
}

.social-network-links .btn-large.btn-default{
	padding: 7px 30px;
	font-size: 16px;
}
.social-network-links .btn-large.btn-default span{
	width: 100%;
	display: inline-block;
	font-size: 14px;
}
.social-network-links .btn-large.btn-default b{
	width: 100%;
	display: inherit;
}
.news-txt-bg{
	background: rgba(0,0,0,0.7);
	width: 100%;
	position: absolute;
	top: 0px;
	height: 50px;
	padding:0 60px;
	z-index:2;
	color:#71bbff;
}
.introcarousel-lft-nav{
width: 50px;
height: 50px;
position: absolute;
background: rgba(0,0,0,0.2);
border-radius: 0px;
left: 0;
color: #fff;
text-align: center;
line-height: 50px;
bottom:0px;
z-index: 2;
}

.introcarousel-rgt-nav{
width: 50px;
height: 50px;
position: absolute;
background: rgba(0,0,0,0.2);
border-radius: 0px;
right: 0;
color: #fff;
text-align: center;
line-height: 50px;
bottom:0px;
z-index: 2;
}

.news-txt-bg .tt{
	width: 150px;
	float: left;
	font-size:15px;
	font-weight: normal;
	margin-top: 15px;
	font-weight: bold;
	color:#fff;
}
.news-txt-bg .tt a{
	color:#fff;
	padding:5px 10px;
	background:#000;
	margin-right: 10px;
	font-size: 14px;
	font-weight: normal;	
}

.news-txt-bg .dts{
	width: calc(100% - 150px);
	float: left;
	font-size: 14px;
	margin-top: 14px;
}

.team-members{
	width:100%;
	float:left;
	padding:20px 0px;
}
.team-members .member-img{
	width: 125px;
	float: left;
	margin-right: 15px;
	height: 125px;
	border-radius: 50%;
	margin-bottom: 15px;
	margin-left: 15px;
}
.team-members .member-details{
	width: calc(100% - 185px);
	float: left;
	margin-left: 30px;
	margin-top: 25px;
}
.team-members .member-details h3{
	font-weight:normal;
	font-size:18px;
	margin-bottom: 5px;
	margin-top: 0px;
}
.mt-null,.team-members .member-details.mt-null{
	margin-top:0px;
}
.team-members .member-details h4{
	font-weight:normal;
	font-size:16px;
	margin-bottom: 5px;
	line-height: 24px;
	color:#363636;
}
.team-members .member-details p{
	font-size: 15px;
	margin-bottom: 15px;
	color:#363636;
}
.team-members .member-details p:last-child{
	margin-bottom:0px;
}
.brd-btm{
	border-bottom: 1px solid #c7c7c7;
}

.mt-lg{
	margin-top:60px;
}
.form-control {
	height: 40px;
	font-size: 16px;
}
.search-box-bg{
	width: 100%;
	float: right;
	margin-top: 45px;
	margin-left: 35px;
}
.search-box-bg h4{
	margin: 0px 15px 20px 15px;
	font-weight: normal;
	color: #fff;
	font-size: 28px;
}

.search-box-bg .form-control{
	padding: 10px 20px;
	border-radius: 8px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	height: 50px;
	border-color:#216bbc;
}
.search-box-bg  .btn.btn-primary{
	width: 100%;
	padding: 5px 20px;
	height: 40px;
	line-height: 27px;
	background: #216bbc;
	border-radius: 0px;
	margin-right: 10px;
	font-size: 16px;
	text-align: center;
	border-color: #216bbc;	
}

.search-box-bg  .btn.btn-primary i{
	margin-right:15px;
}
.category-bg{
	background: #fff;
	border-radius: 8px;
	width: 100%;
	float: left;
	margin-top: 0px;
}

.category-bg h4{

margin-bottom: 15px;
}
.category-bg ul{
	margin:0;
	padding:0;
	list-style:none;
}

.category-bg ul li{
	list-style:none;
	margin-bottom: 10px;
	
}

.category-bg ul li span{
	margin-left:10px;
	color:#363636;
	font-size:15px;
}
.underwriters-bg{
	width:100%;
	float:left;
	margin-top:0px;
	margin-bottom: 30px;
}

.search-details{
	width: 100%;
	float: left;
	margin: 25px 0px 0px 0px;
}
.search-details .list{
	width: 100%;
	float: left;
	z-index: 1;	
	display:none;
}

.search-details .list:last-child{
	
}

.search-details .list img{
width: 150px;
height: 150px;
}
.search-details .list .lft{
	width: 100%;
height: auto;
float: left;
text-align: center;	
}

.search-details .list .dts{
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
}

.search-details .list .dts h5{
	font-size: 18px;
	margin-top: 15px;
	
}
.search-details .list .dts h6{
    font-size: 14px;
	
}
.search-details .list .dts h6 img{
	width: 30px;
	height: 20px;
	margin-right: 10px;
	margin-top: -1px;
}
.search-details .list .btn-bg{
	float: left;
	width: 180px;
	padding-top: 15px;
}

.search-details .list .btn.btn-default{
	padding: 5px 20px;
	background: #1b9ed7;
	border-color: #1b9ed7;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	border-radius: 0px;
}
.search-details .list .btn.btn-primary{
	padding:7px 15px;
	background:#216bbc;
	border-color:#216bbc;
	width: 70px;
	float: left;
	margin-right: 5px;
}
.search-details .details{
	padding: 0px 0px 0px 0px;
	width: 100%;
	float: left;
	font-size: 14px;
	margin-bottom: 0px;
	display:block;
	margin-bottom:10px;
}
.search-details .list .btn.btn-primary {
	display:none;
}
.search-details .details p{
	line-height:25px;
	color:#363636;
}
.news-link{
	color:#71bbff;
}
.news-link:hover{
	color:#71bbff;
}



.systems-img {
    width: 100%;
	margin-top: 0px;
	position: relative;
	transition: all ease-in-out 0.5s;
	padding-bottom: 0px;
	float: left;
	background: #fff;
	border-radius: 0px 0px 4px 4px;	
	min-height: 300px;
}

/*
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%;
}
*/
.systems-img img {
    width: 100%;
    border-radius: 4px;
}
/*
.systems-img a::before{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	z-index:1;
	content:"";
	background:rgba(0,0,0,0.2);
	width:100%;
	height:100%;
}*/
.systems-img span {
    width: 100%;
color: #333;
font-size: 18px;
float: left;
padding: 20px 15px 20px 15px;
text-align: center;
line-height: 25px;
}
.our-products{
	width:100%;
	padding:60px 0px;
	display:inline-block;
	background: #eee;
}

.mt-md{
	margin-top:30px;
}

.thumb-img{
	width: 100%;
height: 185px;
overflow: hidden;
border-radius: 0px;
}
.mb-hgt-btn{
	display:none !important;
}
.mb-hgt-img{
	display:none;
}
.mb-hgt-img{
	margin: 15px 30px;
}
.mb-hgt-img .mgaa-img{
	width: 70px;
}
.mb-hgt-img .lloyds-img{
	width: 80px;
}


.tw-tm-new{
	position: absolute;
	width: 300px;
	right: 8%;
	top: 15%;
	z-index: 100;
}

.hgt-btn {
    background: #216bbc;
}

.mn-tt h4{
	font-size: 28px;
	margin: 30px 0px;
	text-align: center;
}

.team-members.ad-dts {
text-align: center;
margin-bottom: 60px;	
}

.team-members.ad-dts .member-img {
	float:none;
}
.team-members.ad-dts .member-details {
	width: 100%;
	margin: 0px;
}
.class-business{
	width: 100%;
	float: left;
	font-size: 18px;
	margin-top: 0px;
	padding: 0px 15px;
}
.class-business h3{
	margin-bottom: 15px;
	font-size: 20px;
	margin-top:15px;
}

.class-business ul{
	margin:0;
	padding:0;
	list-style:none;	
}
.class-business ul li{
	position:relative;
	padding-left: 20px;
	margin-bottom: 10px;
}
.class-business ul li::before{
	position:absolute;
	left:0;
	top: 7px;
	width:50px;
	height:50px;
	z-index:1;
	content:"";
	background:url('../images/tick-arrow-img.png') no-repeat;
}

.blue-vision-details .class-business{
	padding: 0px 0px;	
}

.marine-bg .class-business h3{
	color: #1b9ed7;
}

.property-img{
	background:url('../images/propety-img.jpg');
	background-size:cover;
	background-position:bottom;
	position:relative;	
	color:rgba(255,255,255,0.9);
	width:100%;
	float:left;
	min-height: 270px;
	border-radius: 4px;
}
.marine-bg{
	background:url('../images/marine-underwriter.jpg');
	background-size:cover;
	background-position:bottom;
	position:relative;	
	color:rgba(255,255,255,0.9);
	width:100%;
	float:left;
	min-height: 180px;
	border-radius: 4px;	
}
.war-nw-bg{
	background:url('../images/war-nw-img.jpg');
	background-size:cover;
	background-position:bottom;
	position:relative;	
	color:rgba(255,255,255,0.9);
	width:100%;
	float:left;
	min-height: 200px;
	border-radius: 4px;
}

.casualty-bg{
	background:url('../images/casualty-img.jpg');
	background-size:cover;
	background-position:bottom;
	position:relative;	
	color:rgba(255,255,255,0.9);
	width:100%;
	float:left;	
	min-height: 350px;
	border-radius: 4px;	
}

.energy-bg{
	background:url('../images/wind-img.jpg');
	background-size:cover;
	background-position:bottom;
	position:relative;	
	color:rgba(255,255,255,0.9);
	width:100%;
	float:left;
	min-height: 350px;
	border-radius: 4px;	
}


.marine-bg::before,.war-nw-bg::before,.property-nw-bg::before,.casualty-bg::before{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#0a3862;
	opacity:0.95;
	z-index: -1;
	content:"";
	border-radius: 4px;
}
.war-nw-bg::before{
	/*background:#333;*/
}
.casualty-bg::before{
	/*background:#333;*/
}
.ct-uw-bg{
	position: relative;
	width: 100%;
	float: left;
	padding: 30px 15px;
	border-radius: 4px;
	color: #fff;
	background: #216bbc;
	text-align: center;	
}
.search-details .list.property-nw-bg .dts h5,.search-details .list.property-nw-bg .dts h3{
	color:#1b9ed7;
}

.search-details .list.war-nw-bg .dts h5{
	color: #fff;
}

.mt-sm{
	margin-top:15px;
}

.sb-tt{	
	margin-bottom: 30px;
	font-size: 28px;
}

.about-us-content h2,.mn-tt-al h2{
	font-size: 24px;
	margin-top: 0px;
}
.about-us-content h3{
	min-height: 50px;
  margin-top: 0px;
  font-size: 30px;
  font-weight: bold;
}

.footer.mt-lg{
	margin-top:30px;
}

.pd-null{
    padding:0 !important;
}


.social-links{
    margin-top: 10px !important;
float: left;
width: 100%;
}
.social-links li{
    float:left;
    width:auto;
    margin-right: 5px;
}
.social-links li a{
    background: #000;
    border-radius: 30px;
    width: 40px;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff !important;
}

.category-bg{
    margin-top:30px;
}

.mb-sm{
	margin-bottom: 15px;
}
.mt-md{
	margin-top: 30px !important;
}

.blue-vision-details .mn-tt{
	margin-top: 0px;
	margin-bottom: 15px;
}

.header-bg{
	border-bottom: 0px solid #04aded;
	/*border-bottom: 7px solid #04aded;*/
}

.myVideo {
  /*position: fixed;*/
  
  width: 100%;
	/*min-width: 100%;
  min-height: 60%;
  inset: -10% 0 0;*/
}

.lg-wrapper{
  height: 470px;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.logo-default span{
	font-size: 30px;
  color: #000;
  margin-top: 10px;
  float: left;
}

.carousel-fullpage {
height: 400px;
  width: 100%;
  background-size: cover;
  background-position: bottom;
}

.slider-ad-txt {
  /*  background: rgba(0,0,0,0.4);*/
  /*color: #fff;*/
  /*padding: 50px 0px;*/
  /*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;*/
}

.gbn-risk-logo{
height: 110px;
  margin-left: -13%;
}

.gbn-risk-img{
    border-radius: 8px;
}

.gbn-about-cnt{
    padding: 0px 15px;
}

.sp-cnt-ul {
  margin: 0;
  padding: 0;
}

.sp-cnt-ul li {
  list-style: none;
  margin-bottom: 15px;
 
}

.sp-cnt-ul li i {
  margin-right: 10px;
  color: #0066b3;
}


h2.advantage-bg{
    margin: 40px 0px 20px 0px;
}

h2.advantage-bg.spl-bg{
    margin: 0px 0px 7px 0px;
}

.align-center-content{
text-align: center;
  margin-top: 8%;
  color: #fff;
}

.align-center-content h2{
margin-top: 45px;
  font-size: 47px;
  -webkit-text-stroke: 1px rgba(0,0,0,0.3);
  margin-left: -8%;
}

.contactus{
    padding-top: 30px !important;
  margin-bottom: 30px;
}

.gbn-risk-dark-logo{
height: 40px;
  margin-left: 0;
  margin-bottom:10px;
}


.gbn-footer-bg p{
font-size:13px;
}
.custom-btn{
    background-color: transparent;
  color: #1f77da !important;
  text-decoration: none;
  border:1px solid #000;
}
.custom-btn:hover{
    background-color: transparent;
  color: #1f77da !important;
  text-decoration: none;
  border:1px solid #1f77da;
}

 .mrn-img {
  background:url(../images/general-building.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: cover;
  min-height: auto;
  background-size: cover;
  padding-bottom: 30px;
  background-position:top;
}

.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%;
}

.navbar-nav > li > .dropdown-menu {
    margin:0;
  padding:0;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #fff;
  text-decoration:none;
  background-color: #0585e5;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #0585e5;
}

.custom-navbar .nav.navbar-nav {
    margin-top: 15px;
}

.dropdown-menu > li > a {
  display: block;
  padding:10px 20px;
}