body{	
	font-family: 'DM Sans', sans-serif;
	/* background: rgb(246 249 245 / 57%); */
}
a, a:hover{
	text-decoration: none;
	color: inherit;
}
.brand-color{
	color: #34724B;
}
.container{
	max-width: 1200px;
	position: relative;
}
header{
	padding: 1rem 0;
	border-top: 5px solid#34724B;
	border-bottom: 1px solid #f3f3f3;
	transition: all ease 0.6s;
}
.stickytop{
	position: fixed;
	width: 100%;
	z-index: 999;
	background: #fff;
	padding: 8px 0;
	transition: all ease 0.6s;
}
.ham-menu{
	cursor: pointer;
	display: none;
}
.ham-menu span{
	display: block;
    width: 30px;
    height: 3px;
    margin: 5px 0;
    background: #34724B;
    border-radius: 10px;
}
.nav-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.nav-menu ul li{
	display: inline-block;
	padding: 0 1rem;
	font-size: 14px;
	font-weight: 500;
}
.customDropdown {
	cursor: pointer;
	position: relative;
	z-index: 1;
	transform: perspective(1000px);
  }
  
  .customDropdown-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	opacity: 0;
	text-align: center;
	top: 0;
	visibility: hidden;
	z-index: -99999;
  }
  
  .customDropdown-menu li:first-child {
	cursor: default;
  }
  
  .customDropdown-menu a {
	color: #000;
    display: block;
    width: 100%;
    text-decoration: none;
    -webkit-transition: all 1s;
    transition: all 1s;
    background: #fff;
    padding: 5px 15px;
	text-align: left;
  }
  .customDropdown-menu a:hover{
	background: #34724B;
	color: #fff;
  }
  .customDropdown:hover .customDropdown-menu {
	background: transparent;
	opacity: 1;
	visibility: visible;
	top: 100%;
	width: 250px;
	-webkit-transition: all .5s, background, 2s .5s linear;
	transition: all .5s, background 2s .5s linear;
	padding-top: 1rem;
  }
  .customDropdown-menu li{
	display: block !important;
    padding: 0 !important;
  }
  
.direct-contact{
	background-color: #34724B;
    color: #fff;
    padding: 10px 1.5rem;
    border-radius: 60px;
}
.headCall{
	display: flex;
	margin-right: 10px;
    border-right: 1px solid #dedede;
    padding-right: 10px;
}
.headCall-icon{
	display: flex;
    width: 40px;
    height: 40px;
    background: #e3ede6;
	color: #34724B;
    border-radius: 80px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.headCall span,
.headCall a{
	display: block;
}
.headCall span{
	text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #888;
}
.headCall a{
	font-weight: 500;
	font-size: 18px;
}
.section-baaner{
	min-height: 60vh;
	display: flex;
	align-items: center;
}
.banner-text h1{
	font-size: 2rem;
    font-weight: 300;
	line-height: 1.4;
	color: #555;
}
.banner-text h1 span{
	font-weight: 600;
}
.banner-text p{
	font-size: 14px;
	line-height: 24px;
	color: #888;
	font-weight: 300;
}
.banner-text a:hover{
	color: #34724B;
}
.banner-text a i{
	margin-left: 5px;
	transition: all ease 0.6s;
}
.banner-text a:hover i{
	margin-left: 10px;
	transition: all ease 0.6s;
}
.banner-video{
	position: relative;
}
.works-item-block{
	border-radius: 15px;
    box-shadow: 0 0px 15px rgb(82 63 105 / 15%);
	overflow: hidden;
}
.watch-btn a{	
    top: 50%;
    position: absolute;
    background: #34724b;
    color: #fff;
    font-size: 30px;
    width: 100px;
    height: 100px;
    border-radius: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    left: -50px;
    transform: translate(0, -50%);	
    border: 10px solid #fff;
}
.company-logo {
    border-radius: 15px;
    overflow: hidden;
    margin: 8px;
    box-shadow: 0 0px 15px rgb(82 63 105 / 15%);
}
.company-logo img{
	height: 105px;
    object-fit: contain;
}
.companySlider{
	position: relative;
	transition: all ease 0.6s;
}
.companySlider .owl-nav {
    justify-content: space-between;
    position: absolute;
	z-index: -1;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    left: 0px;
	display: flex;
	transition: all ease 0.6s;
	z-index: 999;
}
.companySlider .owl-nav span {
    background: #34724b;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    outline: none;
    box-shadow: 0px 0px 8.7px 8px rgb(20 20 20 / 10%);
    transition: all ease 0.4s;
	color: #fff;
}
.aboutHome{
	position: relative;
	padding: 4em 0;
	background-color: #f2f5f9;
}
.aboutHome:before{
	content: '';
    position: absolute;
    background: url(../../frontend/images/shape.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    top: 0;
    opacity: 0.3;
}
.aboutHome h2, .secWhy h2, .section-title h2,
.about-page h2, .whyUs h2, .teamWrap h2{
	font-size: 2rem;
	font-weight: 600;
	line-height: 50px;
	color: #555;
}
.aboutHome p, .secWhy p, .about-page p, .whyUs p, .teamWrap p{
	font-size: 16px;
	line-height: 29px;
	font-weight: 300;
	color: #778083;
}
.aboutHome ul, .secWhy ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.aboutHome ul li, .secWhy ul li{
	font-size: 16px;
    color: #023a51;
    line-height: 33px;
}
.abtBlock{
	background: #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    height: 220px;
    padding: 1rem;
    overflow: hidden;
    transition: all ease 0.6s;
    cursor: pointer;
    margin-top: 35px;
	text-align: center;
}
.abtBlock h3{
	font-size: 18px;
	color: #023a51;
}
.abtIcon{
	max-width: 90px;
	margin: 1rem auto;
	position: relative;
	z-index: 0;
}
.abtIcon span{
	width: 60px;
    height: 60px;
    background: rgb(76 175 80 / 18%);
    display: block;
    border-radius: 80px;
    position: absolute;
    bottom: 0;
    left: -20px;
	z-index: -1;
}
.secWhy{
	padding: 4rem 0;
	background: #f7fbf8;
	padding-bottom: 7rem;
}
footer{
	padding: 4rem 0;
}
.foot-content{
	font-size: 14px;
	margin: 1.5rem 0;
}
.foot-content ul{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;
	color: #778083;
}
.foot-content h3{
	font-size: 1.3rem;
    font-weight: 600;
    color: #34724B;
}
.social-icon ul{
	margin: 0;
    list-style: none;
    padding-left: 1rem;
    margin-top: 1rem;
}
.social-icon ul li{
	display: inline-block;
    padding-right: 15px;
}
.social-icon ul li a{
	display: flex;
    width: 35px;
    height: 35px;
    background: #34724B;
    border-radius: 60px;
    align-items: center;
    justify-content: center;
    color: #fff;
	transition: all ease 0.6s;
}
.social-icon ul li a:hover{
	background: #fff;
	color: #34724B;
	border: 1px solid #34724B;
}
.copyright{
	font-size: 14px;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}
.insuranceAgent{
	margin-top: -5rem;
}
.insuranceAgent-wrap{
	background: #34724b;
    color: #fff;
    padding: 2rem 4rem;
    border-radius: 0px 20px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.insuranceAgent-wrap h2{
	font-size: 1.6rem;
    line-height: 1.8;
}
.insuranceAgent-wrap a{
	border: 1px solid #fff;
    display: block;
    min-width: 300px;
    text-align: center;
    padding: 13px 0;
    border-radius: 80px;
	transition: all ease 0.6s;
}
.insuranceAgent-wrap a:hover{
	background: #fff;
	border: 0px;
	color: #34724B;
}
.thumbnailImg{
	border-radius: 13px;
    overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #ddd;
}
.thumbnailImg img{
	height: 158px;
    object-fit: cover;
}
.featuredVideo h3{
	font-size: 18px;
	color: #555;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.featuredVideo .companyName{
	display: inline-block;
    background-color: #34724B;
    color: #fff;
    font-size: 12px;
    padding: 3px 13px;
    border-radius: 60px;
}
.featuredVideo .owl-dots{
	text-align: center;
	margin-top: 10px;
}
.featuredVideo .owl-dot{
	display: inline-block;
    width: 15px;
    height: 15px;
    background: #ddd;
    border-radius: 60px;
    margin: 0 3px;
}
.featuredVideo .owl-dot.active{
	background: #34724B;
}
.featured-wrap .viewPlan-btn, .submitBtn{
	background: #34724B;
    color: #fff;
    padding: 11px 30px;
    border-radius: 60px;
    margin-top: 1rem;
    display: inline-block;
	border: 0;
	outline: none;
}
.inner-banner{
	background-color: rgb(227 237 230 / 48%);
}
.inner-banner h1{
	font-size: 1.5rem;
	color: #34724B;
}
.bread-crumbs ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.bread-crumbs ul li{
	display: inline-block;
	padding: 0 15px;
	position: relative;
}
.bread-crumbs ul li:first-child{
	padding-left: 0;
}
.bread-crumbs ul li::after{
	content: '/';
	right: -10px;
	position: absolute;
}
.bread-crumbs ul li:last-child::after{
	display: none;
}
.inner-page{
	min-height: 37vh;
}
.companies-grid{
	background: #fbfbfb;
	padding: 1.5rem 1.3rem;
	border-radius: 12px;
	border: 1px dashed #ddd;
	transition: all ease 0.6s;
}
.companyLogo img{
    width: 80px;
    height: 80px;
	background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    overflow: hidden;
	object-fit: contain;
    object-position: center;
	margin-right: 15px;
	padding: 5px;
}
.companies-grid h2{
	font-size: 1.5rem;
    font-weight: 400;
}
.companies-grid p{
	margin: 0;
}
.companies-grid p strong{
	color: #34724B;
	transition: all ease 0.6s;
}
.companies-grid:hover{
	background: #34724B;
	transition: all ease 0.6s;
	border: 0px;
	color: #fff;
}
.companies-grid:hover p strong{
	color: #fff;
	transition: all ease 0.6s;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    transition: all ease 0.6s;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-detail{
	box-shadow: 0 0px 15px rgb(82 63 105 / 15%);
    padding: 2rem;
}
.video-detail h2{
	font-size: 1.3rem;
    line-height: 1.5;
}
.univ-input{
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    font-size: 13px;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
.contactPage h2{
	color: #34724b;
    font-weight: 400;
	margin-bottom: 2rem;
}
.contact-form{
	padding: 2rem;
	background: #fff;	
	box-shadow: 0 0px 15px rgb(82 63 105 / 15%);
	border-radius: 8px;
}
.contact-detail h3{
	font-size: 1.5rem;
    font-weight: 400;
    color: #34724b;
	margin-bottom: 2rem;
}
.contact-detail ul{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.2rem;
}
.contact-detail ul li{
	display: flex;
	align-items: center;
	padding-bottom: 1.5rem;
}
.contact-detail .contactIcon{
	display: inline-flex;
    width: 40px;
    height: 40px;
    background: #34724b;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    margin-right: 10px;
}
.contact-detail ul li label{
	display: block;
	font-size: 18px;
	font-weight: 600;
}
.whatWedo ul{
	list-style: none;
	padding: 0;
}
.whatWedo ul li p{
	padding-bottom: 1rem;
	font-size: 16px;
    line-height: 29px;
    font-weight: 300;
    color: #778083;
}
.whyUs{
	background: #f7fbf8;
}
.team-photo{
	border-radius: 15px;
	overflow: hidden;
}
.team-photo img{
    width: 100%;;
}
.team-detail h3{
	font-size: 1.5rem;
    font-weight: 400;
    color: #555;
}
/* advertisement */
.dsk-ads{
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
}
.mobile-ads{
	display: none;
}
.mobile-ads img{
	width: 100%;
}
.default-page p strong{
    color: #34724B;
    font-weight: 600;
}
/* pre-loader */
.pre-loader{
	background: #fff;
    position: fixed;
    width: 100%;
	top: 0;
    bottom: 0;
    z-index: 999999999;
	transition: all ease 0.6s;
}
.loading-img{
	max-width: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pre-loader.close-load{
	bottom: 100%;
	transition: all ease 0.6s;
}
.pre-loader.close-load .loading-img{
	display: none;
	transition: all ease 0.9s;
}