

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* Default Css */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color:#000000;
  overflow-x: hidden;
  background: #F8F3EC;
}
ul,ol{
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,h2,h3,h4,h5,h6,p{
  padding: 0;
  margin: 0;
}
a{
  text-decoration: none;
  color: inherit;
}
img{
  width: 100%;
}

.green-text{
  color: #008C44;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.heading1{
  font-size: 45px;
  font-weight: 700;
  color: #000000;
  line-height: 45px;
}
.heading2{
  font-size: 35px;
  font-weight: 700;
  color: #000000;
  line-height: 40px;
}
.heading3{
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 26px;
}
.font16px{
  font-size: 16px;
  color: #5d6263;
  line-height: 22px;
  font-weight: 500;
}
.font16px-bold{
  font-size: 16px;
  color: #5d6263ee;
  line-height: 22px;
  font-weight: 700;
}


.container{
  max-width: 1960px;
  width: 100%;
  margin: auto;
  padding: 0px 20px;
}
.sm-container{
  max-width: 1200px !important;
  width: 100%;
  margin: auto;
  padding: 0px 20px;
}

/* Header Area CSS Start */

.header-area{
  background: #FFF;
}
.header-main{
  position: relative;
  padding: 20px 0px;
}
.header-menu{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo a img{
  max-width: 160px;
  height: auto;
  opacity: 0.9;
}
.header-logo a img:hover{
  opacity: 1;
  transition: all .3s ease-in-out;
}
.header-nav nav ul{
  display: flex;
  align-items: center;
}
.header-nav nav ul li{
  padding: 0 13px;
}
.header-nav nav ul li a{
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  transition: all .3s ease-in-out;
}
.header-nav nav ul li a:hover{
  color:#008C44;
}
.btn-contact{
  background: #008C44;
  color: #fff;
  padding: 12px 20px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s ease-in-out;
}
.btn-contact:hover{
  background: #84BF41;
  color: #fff;
}

/*Start Mobile Menu icon*/
.mobile-menu {
	position: absolute;
	top: 40px;
	right: 0px;
  display: none;
}
#nav-icon {
  width: 28px;
  height: 23px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000000;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
#nav-icon span:nth-child(2) {
  top: 8px;
  transform-origin: left center;
}
#nav-icon span:nth-child(3) {
  top: 16px;
  transform-origin: left center;
}
#nav-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -2px;
  left: 2px;
}
#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 18px;
  left: 2px;
}
/*End Mobile Menu icon*/


/* Insurance Area Start */
.insurance-area{
  padding-top: 50px;
  padding-bottom: 40px;
}
.insurance-content{
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.insurance-image{
  flex-basis: 40%;
  position: relative;
}
	.insurance-image img {
		width: 100%;
		/*height: calc(100% - 40px);*/
		border-radius: 4px;
	}
.insurance-text{
  flex-basis: 60%;
}
.insurance-img-box{
  position: absolute;
  left: 0;
  bottom: 20px;
  width: calc(100% - 15px);
  background: #008C44;
  padding: 20px 25px;
  border-radius: 4px;
}
.insurance-img-box .font16px{
  color: #fff;
  font-style: italic;
}
.insurance-img-box span{
  color: #A3D6BC;
  font-size: 40px;
  line-height: 0px;
}

.insurance-text .heading1{
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 25px;
  position: relative;
}
.insurance-text .heading1::after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 50px;
  background: #008C44;
  margin-top: 5px;
}
.insurance-social{
  display: flex;
  align-items: center;
  gap: 10px;
}
.insurance-social a{
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #008C44;
  border-radius: 50%;
  color: #008C44;
  transition: 0.3s ease-in-out;
}
.insurance-social a:hover{
  scale: 1.1;
}
.insurance-text-inner{
  padding: 20px 0px;
}
.insurance-text-inner .font16px{
  margin-bottom: 15px;
}
.insurance-text-inner .font16px:last-child{
  margin-bottom: 0px;
}
.single-qualification{
  margin-top: 14px;
}
.single-qualification .font16px-bold{
  margin-bottom: 3px;
}

/* Experience Area Start */
.Experience-content{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px 50px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.096) 0px 7px 29px 0px;
  border-radius: 4px;
}
.single-experience{
  display: flex;
  align-items: center;
  gap: 30px;
}
.single-experience .heading2{
  position: relative;
}
.single-experience .heading2::after{
  position: absolute;
  content: "";
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 40px;
  background: #008C44;
}

/* Finance-Insurance Area Start */
.Finance-Insurance-area{
  padding: 50px 0px;
}
.Finance-Insurance-content{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}
.Finance-Insurance-Card-Main{
  width: calc(100% - 350px);
}
.Post-area{
  max-width: 350px;
  width: 100%;
}
.mySwiper2{
  margin-bottom: 30px;
}
.swiper-pagination-bullet {
  width: 25px;
  height: 26px;
  display: inline-block;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  color: #000;
}
.swiper-pagination-bullet-active {
  background: #008C44 !important;
  color: #FFF;
}
.mySwiper .swiper-wrapper {
  padding-bottom: 60px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: inherit;
  bottom: -7px;
  width: 100px;
  margin-top: 10px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 50%;
  left: auto;
  transform: translateX(146px);
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 50%;
  right: auto;
  transform: translateX(-160px);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .6;
}
.Single-Finance-Insurance{
  background: #fff;
  border-radius: 4px;
}
.Finance-Insurance-image{
  position: relative;
}
.Finance-Insurance-image img{
  border-radius: 4px 4px 0px 0px;
  height: 250px;
}
.card-badge{
  position: absolute;
  top: 20px;
  right: 20px;
  background: #008C44;
  color: #fff;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  z-index: 999999999;
}
.Finance-Insurance-text{
  padding: 30px 25px 15px 25px;
}
.Finance-Insurance-text .heading3:hover{
  color: #000000;
}
.Finance-Insurance-text .font16px{
  padding-top: 14px;
  padding-bottom: 30px;
}

.question-form{
  padding: 25px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.089) 0px 7px 29px 0px;
  border-radius: 4px;
}
.question-form .heading4{
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  white-space: nowrap;
  background: #000000;
  border-radius: 4px;
  padding: 15px 20px;
  text-align: center;
  margin-bottom: 25px;
}
.form-control{
  background: #F8F3EC;
  border: 0px;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 15px;
  box-shadow: none;
}
.form-control:focus{
  outline: none;
  box-shadow: none;
  background: #F8F3EC;
}
/* Chrome, Safari, Edge, Opera */
.form-control::-webkit-outer-spin-button,
.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.form-control[type=number] {
  -moz-appearance: textfield;
}

.btn-primary{
  background: #008C44;
  color: #fff;
  padding: 8px 25px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  border: none;
}
.btn-primary:hover{
  background: #84BF41;
  color: #fff;
}

.single-post{
  display: flex;
  align-items: center;
  gap: 20px;
}
.single-post .Finance-Insurance-image img{
  height: 60px;
  width: 70px;
  border-radius: 4px;
}
.single-post .Finance-Insurance-text{
  padding: 0px;
}
.single-post .Finance-Insurance-text .font16px-bold{
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  margin-top: 10px;
}
.heading4{
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  line-height: 18px;
}
.post-items .single-post{
  border-bottom: 1px solid #7e75753f;
  padding: 10px 0px;
}
.post-items .single-post.border-none{
  border-bottom: 1px solid transparent;
}



.follow-us .heading4{
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  position: relative;
  margin-top: 40px;
}
.follow-us .heading4::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: #FFB238;
}

.social-follow{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 40px;
}
.single-follow{
  padding: 8px;
  background: #008C44;
  font-size: 13px;
  color: #FFF;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.3s ease-in-out;
}
.single-follow:hover{
  color: #FFF;
  background: #84BF41;
}


/* Footer Area Start */
.footer {
  background: #0a0a0a;
  color: #FFF;
  padding: 60px 0px;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-section {
  flex: 1 1 250px;
}

.footer-logo img{
  max-width: 140px;
  width: 100%;
  margin-bottom: 15px;
}
.footer-section h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
.contact .font16px{
  color: #ccc;
  padding-bottom: 20px;
  font-size: 13px;
}
.contact .font16px strong{
  font-size: 16px !important;
}
.branding .font16px{
  color: #ccc;
}
.contact .font16px:last-child{
  padding-bottom: 0px;
}
.footer-section ul li {
  margin: 5px 0;
}
.footer-section ul li a {
  color: #ccc;
  text-decoration: none;
}
.footer-section ul li a:hover {
  color: #fff;
}
.footer-social-icons{
  margin-top: 50px;
  display: flex;
  gap: 20px;
}
.footer-social-icons a{
  font-size: 22px;
  opacity: 0.6;
  transition: 0.3s;
}
.footer-social-icons a:hover{
  opacity: 1;
  color: #FFF;
}

.footer-copy-right{
  text-align: center;
  padding-top: 50px;
  border-top: 1px solid #cccccc77;
  margin-top: 40px;
}