ul.myList {
		margin-left: 40px;
		font-size:16px;
		list-style-type: square;
		list-style-image:url(../images/bullet001.png);
	/*color: #26bfd1;*/
	font-family: 'Montserrat', sans-serif;
	}
ul.myList2 {
		margin-left: 40px;
		font-size:16px;
		list-style-type: square;
		list-style-image:url(../images/bullet002.png);
	/*color: #26bfd1;*/
	font-family: 'Montserrat', sans-serif;
	}

ul.myList3 {
		margin-left: 20px;
		font-size:24px;
		list-style-type: square;
		list-style-image:url(../images/bullet001.png);
	/*color: #26bfd1;*/
	font-family: 'Montserrat', sans-serif;
	}

ul li.myList3 {
	padding-bottom: 20px;
	}
	
	
	table.trackRecord {
		border-collapse:separate;
		}
	
	td.trackRecord {
		background-color:#f4f4f4;
		padding:5px 5px;
		font-size: 14px;
		font-family: 'Montserrat', sans-serif;
		vertical-align:top;
	}
	
	td.trackRecordHeading {
		background-color:#e1e1e1;
		padding:10px 5px 10px 5px;
		font-size: 14px;
		font-weight:bold;
		font-family: 'Montserrat', sans-serif;
	}
	
	.team-post {
		font-size:18px;
		line-height:1;
		font-weight:bold;
	}
	
	.team-name {
		line-height:1;
	}
	
	.pagetitle__subheading2{
	font-family:Roboto,sans-serif;
	font-size:18px;
	font-weight:700;
	line-height:1;
	color:#f9f9f9;
	display:block;
	margin-bottom:15px;
	letter-spacing: 25px;
}
.main-logo {
	position:relative;
	top: -50px;
	z-index:10;
	max-width: 400px;
	left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 100%;
}.main-logo2 {
	width: 100%;
	max-width: 400px;
}

.image-shadow {
	box-shadow: 5px 5px 10px rgba(0,0,0,0.7);
}

@media (max-width:480px){
.award-padding{
	padding:20px 20px
}
}

.tagline {
	position:absolute;
	top: 150px;
	z-index: 80;
}

@media (max-width:1280px){
.tagline {
	top: 120px;
}
}

@media (max-width:480px){
	.tagline {
	top: 110px;
}
h5.tagline2 {
	font-size: 12px;
}
}

.slider-1 .slide__title2{
	font-size:105px;
	line-height:95px;
}
.slider-1 .slide__title3{
	font-size:80px;
	line-height:80px;
	color: #fff;
}

ul.slide-description2{
	font-size:17px;
	line-height:26px;
	font-weight:700;
	color:#fff;
	margin-bottom:34px;
	list-style-type: square;
	margin-left: 20px;
}

@media (max-height:660px){
.slider-1 .slide__title3{
	font-size:70px;
	line-height:72px;
}
}

.text-white-60 {
	color: rgba(255,255,255,0.60);
}
h3.text-white-80 {
	color: rgba(255,255,255,0.80);
	font-size: 50px;
}
h3.text-white-70 {
	color: rgba(255,255,255,0.70);
	font-size: 50px;
}
.text-yellow {
	color: #e1b561;
}
.features-Layout2 .feature-item .box1 {
	background-color: aqua;
}
.myService-link a{
	position: relative;
	z-index: 999999999;
	color: aliceblue;
	display: block;
}



.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(240,192,100,0.1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(177,141,71, 0.8);
}


.hovereffect .overlay2 {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay2 {
  background-color: rgba(177,141,71, 0.8);
}

.hovereffect:hover .overlay {
  background-color: rgba(177,141,71, 0.8);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 24px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.0);
  -webkit-transform: translateY(145px);
  -ms-transform: translateY(145px);
  transform: translateY(145px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  /*text-transform: uppercase;*/
  color: #fff; font-size: 13px;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: -12px 10px 10px 10px;
  padding: 20px 10px;
	width: 90%;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 10px #fff;
}

.pad-1{
	padding:1px!important
}




.count-title { font-size: 40px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.count-text { font-size: 24px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }


.my-align-center {
	display: flex;
  justify-content: center;
	 -webkit-justify-content: center;
                -ms-flex-pack: center;
}


.counters {
    background-color: #0f479a;
    color: white;
    padding: 40px 20px;
    border-top: 3px solid lightskyblue;
}

.counters .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    text-align: center;
}

.counters i {
    color: lightskyblue;
    margin-bottom: 5px;
}

.counters .counter {
    font-size: 45px;
    margin: 10px 0;
}

@media (max-width: 700px) {
    .counters .container {
        grid-template-columns: repeat(2, 1fr);
    }

    .counters .container > div:nth-of-type(1),
    .counters .container > div:nth-of-type(2) {
        border-bottom: 1px solid lightskyblue;
        padding-bottom: 20px;
    }
	
	
}

.counter-value{
	margin-bottom: 0px;
}


.bg-img2{
	position:relative;
	z-index:1
}
.box001 {
	padding: 50px 50px;
	background-color: #ae8e58;
	border-radius: 15px 75px 15px 75px;
}
.box002 {
	padding: 50px 50px;
	background-color: rgba(255,255,255,0.15);
	border-radius: 15px 75px 15px 75px;
	min-height: 650px;
}
.insurance-advisory-section {
	background-color: #ae8e58;
	opacity: 0.8;
}

.pagetitle__heading2{
	/*font-size:47px;
	line-height:64px;*/
	font-family: 'Cormorant+Garamond', serif;/*font-family: 'Montserrat', sans-serif;*/
	font-weight:100;/*font-weight:900;*/
	font-size:40px;
	line-height:40px;
	color:#fff;
	margin-bottom:5px;
	letter-spacing: 0px;
	text-transform:uppercase;
}

.pagetitle__subheading2{
	font-family:Roboto,sans-serif;
	font-size:18px;
	font-weight:700;
	line-height:1;
	color:#f9f9f9;
	display:block;
	margin-bottom:15px;
	letter-spacing: 10px;
}
.table1{
	font-size: 12px;
	/*line-height: 1.2;
	padding: 10px;
	background-color: #EFEFEF;
	display: block;*/
	border: solid #fff 1px;
}
tr.table2 {
	background-color: #EFEFEF;
}

td.cell1 {
	font-size: 12px;
	line-height: 1.2;
	background-color: #EFEFEF;
	border: solid #fff 1px;
	padding: 10px;
}
td.cell2 {
	background-color: #4674c1;
	color: #fff;
	font-size: 14px;
	padding: 10px;
	font-weight:600;
	border: solid #fff 1px;
}
td.cell3 {
	background-color: #cfd5e9;
	color: #333;
	font-size: 14px;
	padding: 10px;
	font-weight:100;
	border: solid #fff 1px;
}

.address-block {
	display: inline-block;
}
.add-icon {
	vertical-align: top;
	margin-top: 5px;
	padding-right: 6px;
}

h3.slide-caption {
	/*font-family: 'Homemade Apple', cursive;
	font-size: 48px;*/
	font-weight:600;
	line-height:1.3;
	margin-bottom:32px;
	font-size: 46px;
	text-transform: lowercase;
}

.text-justify {
	text-align: justify;
	text-justify: inter-character;
}

.text-maroon {
	color: #b14943;
}
p.social {
	margin-bottom: 10px;
	line-height: 1.2;
}
.source {
	font-size: 12px;
}
.bg-overlay2:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
	background-color:rgba(27,26,26,.10)
}
.people-img {
	max-width: 1000px;
}

.my-btn {
	position: relative;
	z-index: 1000000;
	float: right;
}
h2.my-cap {
	text-transform: none;
}
.people-margin {
	margin-top: -200px;
}
@media (max-width: 1000px) {
	.people-margin {
	margin-top: 0px;
}
}
.qoute2 {
	position: relative;
	z-index: 10;
	font-style: italic;
	text-align: center;
}
.display-inline2 {
	display: flex;
}
.hambalang-img {
	width: 50%;
}
@media (max-width:500px){
.slider-1 .slide__title3{
	font-size:50px;
	line-height:52px;
}
.slider-1 .slide__subtitle3{
	font-size:28px;
	line-height:32px;
}
}
