/*=================================================
||				1. Imports 
==================================================*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body
{
	font-family: 'Roboto', 'Open-Sans', sans-serif;
	overflow-x: hidden;
	color: #313131;
}
.black{
	color: #313131;
}
.white{
	background: #fff ;
}
.blue{
	background: #00568b;
}
.gray{
	background: #ededed
}
.section-wrapper{
	padding-top: 50px;
	padding-bottom: 70px;
}
.section-wrapper-history{
	padding-bottom: 80px;
}
.section-title{
	font-size: 30px;
	font-weight: 100;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 20px;
}
.section-title img{
	float: left;
	margin-left: 500px;
}
.underline{
	height: 2px;
	width: 50px;
	margin: 20px auto 40px;
} 
.logotitle{
	height: 40px;
	width: 550px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 20px;
}

.logo img,
.logo em {
	display: inline-block;
	vertical-align: middle;
}

#home .navbar-default .logo {
	display: none;
}

	#home .navbar-toggle {
		margin-top: 8px;
	}

	#home .navbar-right {
		margin-top: 8px;
	}

	#home .navbar-default .logo em {
		text-align: left;
		color: #000;
	}

	.navbar-fixed-top {
		padding: 25px 0 !important;
	}

	#home .navbar-fixed-top .logo {
		display: block;
	}

		.navbar .logo img {
			margin: 5px;
			width: auto !important;
			height: 45px !important;
			max-width: none !important;
		}

		.navbar .logo img:last-child {
			height: 35px !important;
		}


#home .section-wrapper .logo img {
	margin: 0 5px;
	width: auto;
	height: 80px;
}

/*	#home .section-wrapper .logo > div {
		display: inline-block;
		padding: 10px 5px;
		background: #fff;
	}
*/

	#home .section-wrapper .logo > div img:first-child {
		background: #fff;
	}

	#home .section-wrapper .logo > div img:last-child {
		height: 70px;
		filter: brightness(0) invert(1);
		-webkit-filter: brightness(0) invert(1);
	}


/*=================================================
||				2. Header
==================================================*/
.item{
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
}
#home .header {
	background: url('../images/fountain1sat.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	min-height: 100vh;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.news-events .content {
	margin: 0 -100px;
}

.twoCols {
	font-size: 0 !important;
	text-align: left;
}

	.twoCols > div {
		display: inline-block;
		width: 48%;
		padding: 1%;
		font-size: initial;
		vertical-align: top;
	}

	.news-item {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	}

	.twoCols .news-image {
		width: 48%;
		padding-right: 2%;
	}

	.twoCols .news-block {
		width: 50%;
		font-weight: normal;
	}

		.news-block .news-title {
			margin: 0 0 .15em;
			font-size: 1.18em;
			font-weight: 700;
		}

		.news-block .date-posted {
			display: block;
			margin: .15em 0 1.25em;
			font-size: .85em;
			color: #0071b7;
		}

		.news-block .news-content p {
			margin: 1.25em 0;
			font-size: 1em;
		}

		.news-block .news-content p:last-child {
			margin-bottom: 1.5em;
		}

	.news-item .news-image {
		overflow: hidden;
	}

		.news-item .news-image img {
			max-width: 100%;
			transition: transform .4s;
		}

	.news-item .readmore {
		text-align: right;
	}

		#news-events .news-item .readmore a {
			display: inline-block;
			margin: 1.5em 0 0;
			padding: .5em .75em;
			font-size: .75em;
			color: #ccc;
			letter-spacing: 1px;
			line-height: 1;
			border: 1px solid #ccc;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			-o-border-radius: 5px;
			border-radius: 5px;
			text-decoration: none;
		}

		#news-events .news-item:hover .readmore a {
			color: #fff;
			background: #0071b7;
			border-color: #0071b7;
		}

		#news-events .news-item:hover .readmore a:hover {
			background-color: #40a1f7;
			border-color: #40a1f7;
		}

	#news-events .news-item:hover {
		background: #0001;
	}

/**
.main_logo{
    padding: 0px; 
    float: left;
}
.navbar-default .span-logo{
	display: inline-block;
    height: 38px;
    width: 410px;
    margin-top: 0px;	
}
.navbar-default .span-logo img{ 
   width: 100%; 
   height: auto; 
}
*/

			/*navbar*/
.navbar-default .navbar-brand{
	border: 1px solid #fff;
	color: #fff;
	font-size: 30px;
	padding: 10px 20px;
	height: auto;
	font-weight: 200;
	letter-spacing: 5px;
/*	max-width:100%;
	max-height:100%; */
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{
	color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}
.navbar-custom .navbar-toggle .icon-bar {
	background-color: #000;
}
.navbar-fixed-top .navbar-toggle .icon-bar {
    background-color: #313131;
}
.navbar-fixed-top .navbar-toggle{
	border-color: #313131;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #9995;
}
.navbar-default .navbar-toggle.collapsed {
	background-color: transparent;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
	padding-top: 50px;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	padding-right: 15px;
	padding-left: 15px;
	border: 1px solid transparent;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
}

.navbar-default .navbar-toggle{
	border-radius: 0px;
}

.navbar-default .navbar-nav>li>a:hover{
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: #fff;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #fff;
}

.navbar-nav>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
}
.btn,
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
}
.btn {
	background: #cd9f00;
}
.btn:hover{
	color:#fff;
	background: #edbf20;
}
		/*Home*/
.header-wrapper{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.header-table{
	display: table;
	height: 70vh;
	width: 100%;
}
.header-title{
	font-size: 50px;
	letter-spacing: 10px;
	font-weight: 200;
}
.header-subtitle{
	font-size: 20px;
	letter-spacing: 3px;
}

.navbar .logo {
	float: left;
	text-transform: uppercase;
}

	.navbar .logo img,
	.navbar .logo em {
		display: inline-block;
	}

/*=================================================
||			3. Global Insurance Partners
==================================================*/
.globalpartners{
	font-size: 40px;
	font-weight: 400;
	color: white;
}
.quote{
	font-size: 20px;
	font-weight: 100;
	padding: 0px 145px;
	line-height: 30px;
	margin-top: 20px;
	color: white;	
}


/*=================================================
||				5. Posters
==================================================*/
.poster{
	background: #FFFFFF;
}
.poster-detail{
	font-size: 40px;
	color: #3f3f3f;
	padding-bottom: 5px;
	text-align: center;
}

/*=================================================
||				5. Company Credentials
==================================================*/
.companycred{
	background: #f3f3f3;
}
.companycred-detail{
	font-size: 40px;
	color: #3f3f3f;
	padding-bottom: 5px;
	text-align: center;
}
.companycred-detail1{
	padding-bottom: 20px;
	font-size: 30px;
	font-weight: 100;
	text-align: center;
	letter-spacing: 2px;
}
.source{
	text-align: right;
	font-size: 12px;
	padding-bottom: 5px;
}

/*=================================================
||				Key Financial Indicators
==================================================*/
.cc-box{
	border: 2px solid #313131;
	text-align: center;
	padding: 30px;
	margin: 5px;
}
.number{
	font-weight: 700;
	font-size: 30px;
}
.number-title{
	font-size: 20px;
	font-weight: 400;
}

/*=================================================
||				Company Strenghts
==================================================*/

.col-sm-6 .cc-box{
	margin-bottom: 20px;
}
.company-strenghts{
	padding-top: 20px;
}
.strenght{
	font-size: 20px;
	padding-top: 10px;
	font-weight: 200;
	float: left;
	padding: 5px;
	text-align: justify;
}

/*=================================================
||				6. People at the Helm
==================================================*/
.font-white{
	color: white;
}
.people-detail{
	font-size: 20px;
	color: white;
	font-weight: 200;
	padding: 0px;
	text-align: center;
	/*transform: translateY(50%);*/
	/*position: absolute;*/
	/*padding-left: 40px;*/
    /*line-height: 22px;*/
} 
.people-table{
	width: 100%;
	margin: 0px auto;
	/*border=0 cellspacing=5 cellpadding=3 width="244"*/
}
.people-table td {
	width: 50%;
	padding: .25em;
	vertical-align: top;
}
.people-table.cols-3 td {
	width: 47.5%;
}
	#people p.people-detail br,
	.people-table .people-description br {
		display: none;
	}
	.people-table.cols-3 td:nth-child(2) {
		width: 5%;
		text-align: center;
	}

.table-header{
	font-weight: 1500px;
	text-align: center;
	padding-top: 20px;
	font-size: 22px;
}
.people-description{
	text-align: right;
	font-size: 15px;
	font-weight: 100px;
	padding-right: 20px;
}
.people-name{
	text-align: left;
	font-size: 16px;
	font-weight: lighter;
	padding-left: 10px;
}
.positions{
	padding-top: 50px;
}

/*=================================================
||				7. Our Services
==================================================*/
.service{
	background: white;
	position: relative;
	padding-bottom: 20px;
}
.section-item-title{
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
}
.section-item-detail{
	font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #999;
    letter-spacing: .39px;
    text-align: center;
}


/*=================================================
||				8. Footer
==================================================*/
footer{
	background: #eaeaea;
	padding: 20px 0px;
}
.copy{
	font-size: 14px;
	font-weight: 300;
	color: #929292;
	padding: 10px 0px;
	display: inline-block;
}









/*=================================================
||				9. Owl Carousel
==================================================*/

.owl-prev, .owl-next
{
	position: absolute;
	top: 10%;
}
.owl-next
{
	right: -10px;
}
.owl-prev
{
	left: -10px;
}
.owl-prev:before
{
    /*content: "\f3d2";*/
    /*font-family: 'ionicons';*/
    content: url("../images/left.png");
}
.owl-next:before
{
    /*content: "\f3d3";*/
    /*font-family: "ionicons";*/
    content: url("../images/right.png");
} 
/*Owl carousel*/
.owl-theme .owl-controls .owl-nav [class*=owl-]{
	background: transparent;
}
.owl-theme .owl-dots .owl-dot span{
	width: 20px;
	height: 8px;
	border-radius: 0px;
	background: transparent;
	border: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #fff;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
	background: transparent;
}
/*Add*/
.add .owl-prev:before
{
    content: url("../images/bleft.png");
}
.add .owl-next:before
{
    content: url("../images/bright.png");
}
.owl-next
{
	right: -50px;
}
.owl-prev
{
	left: -50px;
}
.add .owl-prev, .add .owl-next
{
	top: 25%;
}
.add-item{
	padding: 20px;
}

/*=================================================
||				1. News and Events
==================================================*/

.archives-header,
#news-events .page-desc {
	padding: 5em 0 3em;
	background: url('../../images/corp-bg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 60% 100%;
	color: #000;
}

	.page-desc .desc,
	.page-desc .page-image {
		margin: 0 -50px;
	}

	.page-desc .page-image {
		float: right;
		max-width: 65%;
	}

	.page-desc .desc {
		width: calc(35% + 50px);
	}

	.page-desc h1 {
		width: 85%;
		font-size: 7em;
		line-height: 1;
	}

	.desc hr,
	.page-desc hr {
		margin: 1.8em 0;
		width: 45%;
		height: 1.8em;
		background: #8c7c50;
		border: 0 none;
	}

	.page-desc h2 {
		width: 85%;
		font-size: 1.35em;
		line-height: 1.5;
	}
	
#news-events img {
	max-width: 100%;
}

	#news-events .featured-content p {
		margin: 1em 0 2em;
		font-size: 1.25em;
	}

	#news-events .page-content .container {
		padding: 50px 0;
		font-size: 0;
	}

	.page-content .news-item {
		display: inline-block;
		width: 33.33%;
		margin: 3em 0 0;
		padding: 1%;
		font-size: initial;
		vertical-align: top;
	}

	.page-content .news-item .news-block {
		margin-top: 1em;
		padding: 2em 1.5em;
		font-size: 1.25em;
		background: #f5f5f5;
	}

	.page-content .news-item .date-posted {
		color: #0071b7;
	}

	.page-content .news-item .readmore {
		margin-top: 1.5em;
		margin-bottom: 1.5em;
	}

	.page-content .news-item .readmore a {
		padding: .5em 1em;
		font-size: .85em;
		font-weight: 300;
		color: #fff;
		background: #0071b7;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	}

	.page-content .news-item:hover {
		background: #0001;
	}

	.page-content .news-item:hover .news-block {
		background: #fff;
	}

	.news-item:hover .news-image img {
		transform: scale(1.1);
	}


#news-events .featured-news,
#news-events .news-archives {
	vertical-align: top;
	font-size: initial;
}

	.featured-news {
		float: left;
		width: 67.5%;
		margin-right: 2.5%;
	}

	.news-archives {
		float: right;
		width: calc(27.5% + 50px);
		margin-top: -2em;
		margin-left: 2.5%;
		margin-right: -50px;
	}

		.archives-header {
			padding: 1em 2.5em;
			background-size: cover;
			transform: translateX(2em);
		}

		.desc hr {
			margin: 1em 0 2em;
			width: 65%;
			height: 1.2em;
		}

		.archives-header h2 {
			font-size: 4.2em;
			font-weight: 400;
			line-height: 1;
		}

		.news-archives .news-item {
			display: block;
			width: auto;
		}

	.featured-news .news-title {
		padding-right: 17%;
		font-size: 3em;
		font-weight: 400;
		color: #000;
	}

	.featured-news .published-date {
		color: #8c7c50;
		font-size: 1.5em;
	}

		.featured-news hr {
			position: relative;
			height: 2px;
			overflow: hidden;
			border: 0 none;
		}

			.featured-news hr:before,
			.featured-news hr:after {
				position: absolute;
				width: 100%;
				top: 1px;
				left: 1px;
				content: '\00a0';
				height: 1px;
				border-top: 1px dotted #000;
				transform: scale(3);
			}

			.featured-news hr:after {
				left: -3px;
				border-color: #fff;
			}

	em.caption {
		font-size: 1em;
	}

	.featured-content {
		margin-top: 2em;
	}

/*=================================================
||				Overrides
==================================================*/

.navbar-custom {
	padding-top: 30px;
}

.navbar-custom .navbar-nav>li>a:hover,
.navbar-custom .navbar-nav>.active>a,
.navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.active>a:hover {
	border: 1px solid #0005;
	color: #000;
}

.navbar-custom .navbar-nav>li>a:focus, .navbar-custom .navbar-nav>li>a:hover{
	color: #000;
}

.navbar-custom .navbar-nav>li>a {
	color: #000;
}

	.navbar-custom ul.navbar-nav {
		padding: 7px 0;
	}
	@media (max-width: 1350px){
		.archives-header {
			transform: translateX(0);
		}
	}
	@media (max-width: 1280px){
		.news-archives {
			margin-right: 0;
			width: 27.5%;
		}
	}
	@media (max-width: 1198px){
		.container {
			width: 90%;
		}
		.featured-news {
			width: 62.5%;
		}
		.news-archives {
			width: 32.5%;
		}
		.navbar {
			text-align: center;
		}
		.navbar .logo {
			float: none;
			width: auto;
			text-align: center;
		}
		.navbar-right,
		.navbar-right li {
			float: none !important;
			display: inline-block;
		}
		.page-desc .desc,
		.page-desc .page-image {
			margin: 0;
			width: 50%;
			max-width: 50%;
		}
		.page-desc h1 {
			font-size: 4em;
		}
	}
	@media (max-width: 960px){
		.navbar-default .navbar-nav>li>a {
			padding: 8px 10px;
			font-size: 16px;
		}
		#home .section-wrapper .logo img {
			margin: 0 5px 10px; 
			height: 60px;
		}
			#home .section-wrapper .logo img:last-child {
				height: 50px;
			}
		.people-table .people-description br {
			display: inline;
		}
		.featured-news:after {
			content: '\00a0';
			display: block;
			margin: 50px auto 80px;
			font-size: 0;
			line-height: 0;
			border-bottom: 1px dashed #999;
		}
		.featured-news,
		.news-archives {
			float: none;
			width: auto;
			margin: 0 auto;
		}
		.featured-news .news-title {
			padding: 0;
			font-size: 2.5em;
		}
		.archives-header, #news-events .page-desc {
			background-size: cover;
		}

		.page-desc .desc {
			width: auto;
			max-width: 100%;
		}
		.page-desc .page-image {
			width: 50%;
			max-width: 50%;
		}
		.page-desc h1 {
			width: 50%;
			font-size: 4em;
		}
		.page-desc h2 {
			clear: both;
			width: auto;
		}
		.desc hr {
			width: 40%;
		}
		.navbar-default {
			padding-top: 25px;
		}
		.section-wrapper {
			padding: 20px 0 30px;
		}
		.item {
			margin: 0 20px;
		}
		.item .wide {
			font-size: 1.5em;
		}
		.nav>li{
			text-align: center;
		}
		.service-img{
			opacity: .2;
		}
		.cc-box{
			margin: 15px;
		}
		.quote{
			padding: 0 50px;
		}
		footer{
			text-align: center;
		}
		footer .text-right{
			text-align: center;
		}
		.navbar-default .navbar-brand{
			margin-left: 15px;
		}
		img.about-img {
		    width: 100%;
		    padding: 15px 15px 0px;
		}
		.quote{
			padding: 0 15px;
		}
		.news-events .content {
			margin: 0 auto !important;
		}
		.twoCols {
			width: auto;
			padding: 0 2vw;
		}
		.twoCols > div {
			padding: 2em;
		}
		.page-content .news-item,
		.twoCols > div {
			display: block;
			width: auto;
			margin: 0 auto 2em;
		}
		.page-content .news-item {
			font-size: 0;
			margin: 3vw auto 5vw;
		}
		.news-item .news-image,
		.page-content .news-item .news-block,
		.news .news-image,
		.news .news-block {
			display: inline-block;
			font-size: 2.5vw;
			vertical-align: top;
		}
		.news-item .news-image,
		.page-content .news-item .news-block {
			width: 50%;
			margin: 0;
		}
		.navbar .container {
			width: auto;
		}
		#news-events .page-content .container {
			padding: 20px;
		}
	} 
	@media (max-width: 768px){
		.owl-next,
		.owl-prev {
			transform: scale(.5);
		}
		.owl-next {
			right: -35px;
		}
		.owl-prev {
			left: -35px;
		}
		.navbar-right {
			padding-top: 20px;
		}
		.navbar-right li {
			display: block;
		}
		.navbar-collapse .navbar-right li a {
			padding: 15px 25px;
			font-size: 18px;
		}
		.navbar .logo {
			float: left;
			width: 80%;
			text-align: left;
		}
		#home .section-wrapper .logo img {
			width: 15% !important;
			height: auto !important;
		}
		#home .section-wrapper .logo img:last-child {
			width: 50% !important;
		}
		section {
			width: 100%;
			overflow-x: hidden;
			padding: 0 1em;
		}
		#news-events section,
		section#news-events {
			padding: 0;
		}
		.news-item .news-image,
		.news .news-image {
			width: 40%;
		}
		.page-content .news-item .news-block,
		.news .news-block {
			width: 60%;
			font-size: 3.85vw;
			padding: 1em 1em 0 1em;
		}
		.ranking .rank {
			width: 90%;
		}
		section.contact h3 {
			font-size: 7vw;
		}
		section.contact p {
			font-size: 5vw;
		}
		.strenght {
			text-align: left;
		}
		.people-table .people-description {
			text-align: right;
		}
	}
	@media (max-width: 480px) {
		.header-table {
			max-height: 627px;
		}
		.news-item .news-image,
		.news .news-image,
		.page-content .news-item .news-block,
		.news .news-block {
			width: 100%;
			padding: 1em;
		}
	}	

.ranking {
	font-size: 0;
	text-align: center;
}

	.rank {
		display: inline-block;
		width: 33.33%;
		min-height: 275px;
		margin: 0;
		padding: 0;
		font-size: initial;
		text-align: center;
		vertical-align: top;
	}

	.rank h2 {
		margin: 0 auto .25em;
		padding: 1.5em .5em;
		width: 239px;
		min-height: 275px;
		font-size: 3.5em;
		background: url(../images/hexagon.png) no-repeat center top;
		background-size: 100% auto;
	}

	.rank em {
		display: block;
		white-space: nowrap;
		font-size: .5em;
		font-style: normal;
		font-weight: 300;
	}

	.rank img {
		max-width: 100%;
	}