
/*================================================
About CSS
=================================================*/

/*================================================
About CSS
=================================================*/
.about-image {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.about-image .back-img1 {
  position: absolute;
  z-index: -1;
  right: 10px;
  top: -30px;
}

.about-image .back-img2 {
  position: absolute;
  z-index: -1;
  left: 10px;
  bottom: -30px;
}

.about-image .circle-img {
  position: absolute;
  bottom: -50px;
  right: -4px;
  z-index: 2;
  border-radius: 50%;
  border: 5px solid #71b100;
}

.about-content h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}

.about-content p {
  margin-bottom: 0;
}

.single-inner-box {
  position: relative;
  margin-top: 30px;
  padding-left: 60px;
}

.single-inner-box .icon img {
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  color: #71b100;
  font-size: 35px;
  border: 1.3px solid #71b100;
  width:50px;
  text-align: center;
  height: 50px;
  line-height: 68px;
  border-radius: 3px;
}

.about-content .about-inner .single-inner-box h4 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about-content .about-inner .single-inner-box:hover .icon, .about-content .about-inner .single-inner-box:focus .icon {
  color: #ffffff;
  background-color: #71b100;
}


/*================================================
About CSS
=================================================*/

/*================================================
About CSS
=================================================*/
.image_bg_1 {background-image:url("../assets/img/home-back-1.jpg");
	background-size: cover;}
.image_bg_6 {background-image:url(../assets/img/img1.jpg); background-size: cover !important; overflow: hidden;}
.sc_section  { color: #fff;}
.Highlights li { padding-bottom: 15px;}
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_content {
    padding: 25px 30px 25px 0px; color: #1E1E1E;
}


/*section-title*/
.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
	    padding-bottom: 0px;
}

.section-title p {
  max-width: 645px;
  margin: 0 auto;
}
/*================================================
Agent CSS
=================================================*/
.agent-image {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.agent-image .back-img1 {
  position: absolute;
  z-index: -1;
  right: -23px;
  top: -30px;
}

.agent-image .back-img2 {
  position: absolute;
  z-index: -1;
  left: -23px;
  bottom: -30px;
}

.agent-content {
  padding-left: 30px;
  position: relative;
}

.agent-content .section-title {
  text-align: left;
  margin-bottom: 20px;
}

.agent-content .section-title p {
  margin-left: 0;
  margin-right: 0;
}

.agent-content .agent-info {
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 15px 100px 20px 25px;
}

.agent-content .agent-info::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
  width: 100%;
  height: 100%;
  background: #71b100;
}

.agent-content .agent-info::after {
  content: '';
  position: absolute;
  -webkit-clip-path: polygon(0 0, 97.5% 0, 82% 95%, 0 95%);
          clip-path: polygon(0 0, 97.5% 0, 82% 95%, 0 95%);
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #faf6f6;
}

.agent-content .agent-info h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}

.agent-content .agent-info span {
  display: block;
  color: #71b100;
}

.agent-content p {
  margin: 0;    font-size: 18px;
    color: #000;
}

.agent-content .agent-contact-info {
  padding: 0;
  margin: 5px 0 45px;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.agent-content .agent-contact-info li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 16px;
  color: #3c3c3c;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
}

.agent-content .agent-contact-info li span {
  color: #3c3c3c;
  display: block;
  font-weight: 600;
  margin-bottom: 3px;
}

.agent-content .agent-contact-info li i {
  color: #71b100;
  position: relative;
  top: 5px;
  font-size: 35px;
}

.agent-content .agent-contact-info li a {
  display: inline-block;
  color: #3c3c3c;
}

.agent-content .agent-contact-info li a:hover, .agent-content .agent-contact-info li a:focus {
  color: #71b100;
}

.agent-content .social {
  position: absolute;
  left: 200px;
  bottom: 10px;
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.agent-content .social li {
  display: inline-block;
}

.agent-content .social li a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  background-color: #ededed;
  color: #71b100;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
}

.agent-content .social li a:hover, .agent-content .social li a:focus {
  background-color: #71b100;
  color: #ffffff;
}
.Advantage li { padding-bottom: 20px; color: #1e1e1e; font-size: 16px;}

.image_bg_3{ background:url("../assets/img/slide-main-2.jpg")50% 50% repeat fixed;
background-size: cover;
    overflow: hidden;
    background-position: center center;
}



@media (max-width:768px){
	.section-title h2 { padding-top: 30px;}
}
