@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
  font-family: 'SoleilBold';
  src: url('SoleilBold');
  src: local('../fonts/SoleilBold.otf'), local('SoleilBold'),
       url('../fonts/SoleilBold.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SoleilRegular';
  src: url('SoleilRegular');
  src: local('../fonts/SoleilRegular.otf'), local('SoleilRegular'),
       url('../fonts/SoleilRegular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SoleilBook';
  src: url('SoleilBook');
  src: local('SoleilBook'), local('SoleilBook'),
      url('../fonts/SoleilBook.otf') format('embedded-opentype'),
      url('../fonts/SoleilBook.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SoleilLight';
  src: url('SoleilLight');
  src: local('SoleilLight.otf'), local('SoleilLight'),
      url('../fonts/SoleilLight.otf') format('embedded-opentype'),
      url('../fonts/SoleilLight.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


.bg-image {
  object-fit: cover;
}
.bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-image:not([class*=absolute]) {
  position: absolute;
}
section {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
.nav-link{
    font-family: 'SoleilBold';
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #707339;
    font-weight: 600;
}
.header-top{
  padding: 30px 0px;
}
@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 1.5rem;
      padding-left: 1rem;
  }
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1280px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
  }
}
@media (min-width: 576px){
  .container, .container-sm {
      max-width: 540px;
  }
}
@media (min-width: 768px){
  .container, .container-md, .container-sm {
      max-width: 750px;
  }
}
@media (min-width: 992px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 970px;
  }
}
@media (min-width: 1100px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1050px;
  }
}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1200px;
  }
}
@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1320px;
  }
}
@media (min-width: 1500px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1390px;
  }
}

@media only screen and (min-width: 1921px) and (max-width: 2880px){
}

@media only screen and (min-width: 992px) and (max-width: 1080px){
}
/* -----------------------------hover---------------------------------- */
.add_btn:hover{
  background: #111F21;
  color: #fff !important;
}
.home_top{
  margin-top: 7.5rem;
  padding: 14rem 0;
  height: 700px;
}
.home_top_content h1 {
  font-family: 'SoleilRegular';
  font-size: 64px;
  line-height: 89px;
  font-weight: 400;
  color: #2C3F29;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 19px;
}
.home_top_content .read_btn {
  font-family: 'SoleilRegular';
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  color: #2C3F29;
  margin-top: 30px;
}
.home_top::after {
  content: '';
  position: absolute;
  background: #BEC543;
  height: 140px;
  width: 2px;
  left: 50%;
  bottom: 0;
}
.home_section_secont{
  padding: 0px;
}
.how-it_works .add_btn {
    border: 1px solid #E1C092;
    color: #E1C092;
    border-radius: 0px;
    padding: 24px 24px;
    height: 70px;
    width: 250px;
    font-family: 'SoleilBold';
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: auto;
    margin-top: 48px;
}
.serviecse_card h5{
  font-family: 'SoleilBold';
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  color: #2C3F29;
  text-align: center;
  letter-spacing: 0px;
  text-transform: capitalize;
}
.serviecse_card p{
  font-family: 'SoleilRegular';
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #707339;
  text-align: center;
}
.serviecse_card{
  text-align: center;
  
}
.serviecse_card .add_btn{
  margin: auto;
  color: #111F21;
  padding: 0px;
  text-align: center;
  height: 47px;
  visibility: hidden;
}
.serviecse_card .card{
  border-radius: 0px;
  border-radius: 0px;
  height: 100%;
  max-height: 205px;
  width: 100%;
  max-width: 358px;
  padding: 32px 1px 0px;
  opacity: 0.2;
  border: 0px;
}
.serviecse_card .card:hover{
  opacity: 1;
  border: 1px solid #707339;
  border-bottom: 0px;
}
.serviecse_card .card:hover .add_btn{
  visibility: visible;
  
}
.serviecse_card .card:hover .add_btn {
    color: #111F21;
}
.serviecse_card .add_btn:hover{
  background: transparent;
  color: #111F21!important;
}
.item{
  width: 292px;
}
.owl-carousel .owl-item .add_btn img {
  display: inline-block !important;
  width: 16% !important;
}
.our-sevices-title h2 {
  font-family: 'SoleilBold';
  font-size: 56px;
  line-height: 78px;
  font-weight: 600;
  color: #2C3F29;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.discover_btn {
  border: 1px solid #E1C092;
  color: #E1C092;
  border-radius: 0px;
  padding: 24px 24px;
  height: 70px;
  width: 291px;
  font-family: 'SoleilBold';
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  margin: auto;
  margin-top: 53px !important;
}
.step_box-card {
  background: #F2F2F2;
  height: 100%;
  max-height: 268px;
  width: 100%;
  max-width: 480px;
  padding: 50px 62px;
}
.step_box-card h4{
  font-family: 'SoleilBold';
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  color: #111F21;
  margin-bottom: 0px;
}
.step_box-card p{
  font-family: 'SoleilRegular';
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #707339;
  margin-bottom: 0px;
}
@media only screen and (min-width: 1350px) and (max-width: 1440px){
  .step_box {
      height: 267px;
  }
}
.how-it_works{
  padding: 80px 0px;
  background:url(../img/How-It-Works-bg.png) no-repeat;
  background-size: cover;
  background-position:center center;
  height: 1000px;
}
.home_section_secont .container-fluid{
 /* background:url(../img/ezgif-11.png)no-repeat;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center center;
  height: 700px;
  width: 100%;
  max-width: 95%;
  margin: auto;
  overflow: hidden;
}
.how-it-works-title h2{
  font-family: 'SoleilBold';
  font-size: 56px;
  line-height: 78px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 48px;
}
.lets_together_title h2{
  font-family: 'SoleilBold';
  font-size: 56px;
  line-height: 78px;
  font-weight: 600;
  color: #2C3F29;
  text-align: left;
  text-transform: capitalize;
}
.lets_together_title p {
  font-family: 'SoleilRegular';
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  color: #707339;
  width: 100%;
  max-width: 524px;
  margin-bottom: 32px;

}
.top_arrow {
    transition: 3.5s ease-out;
}
.top_arrow img:hover{
	height:50px;
}
.our-serviesc{
    padding-bottom: 5rem;
}

.lets_work_together{
  background-color: #F5F5F5;
  padding: 0px;
  margin-bottom: 23px;
}
.man_img{
  background: url(../img/man-img.png) no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 102%;
  max-width: 960px;
}
.quality_content_box_home{
  width: 100%;
  max-width: 100%;
  float: right;
  position: relative;
  padding: 80px;
}
.quality_content_box_home h4 {
  font-family: 'SoleilBold';
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  color: #2C3F29;
  text-transform: capitalize;
  letter-spacing: 2px;
}

.quality_content_box_home p {
  font-family: 'SoleilRegular';
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  color: #707339;
}
.quality_content_box_home .quality_content{
  width: 100%;
  max-width: 347px;
  margin-left: 30px;
  margin-bottom: 32px;
}
.quality_content_box_home .add_btn {
  border: 1px solid #707339;
  color: #2C3F29;
}
@media only screen and (min-width: 1153px) and (max-width: 1349px){
  .home_top {
    margin-top: 7.5rem;
    padding: 9rem 0;
    height: 700px;
  }
}
@media only screen and (min-width: 1350px) and (max-width: 1440px){
  .home_top {
    margin-top: 7.5rem;
    padding: 14rem 0;
    height: 700px;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1152px){
  .how-it_works {
    height: 760px;
  }
}
@media only screen and (min-width: 1153px) and (max-width: 1349px){
  .how-it_works {
    height: 900px;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1152px){
  .quality_content_box_home {
    width: 100%;
    max-width: 100%;
    float: right;
    position: relative;
    padding: 47px;
  }
}
@media only screen and (min-width: 1153px) and (max-width: 1280px){
  .quality_content_box_home {
    width: 100%;
    max-width: 100%;
    float: right;
    position: relative;
    padding: 47px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1900px){
  .lets_work_together {
    background-color: #F5F5F5;
    padding: 0px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1080px){
  .step_box-card {
    background: #F2F2F2;
    height: 100%;
    max-height: 200px;
    width: 100%;
    max-width: 480px;
    padding: 15px 15px;
  }
  .col-12.step_box {
      height: 200px;
  }
}
@media only screen and (min-width: 1081px) and (max-width: 1152px){
  .step_box-card {
    background: #F2F2F2;
    height: 100%;
    max-height: 300px;
    width: 100%;
    max-width: 480px;
    padding: 23px 28px;
  }
}
@media only screen and (min-width: 1153px) and (max-width: 1280px){
  .step_box-card {
    background: #F2F2F2;
    height: 100%;
    max-height: 244px;
    width: 100%;
    max-width: 480px;
    padding: 55px 43px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1349px){
  .step_box-card {
    background: #F2F2F2;
    height: 100%;
    max-height: 300px;
    width: 100%;
    max-width: 480px;
    padding: 55px 43px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1920px){
  .step_box-card {
    background: #F2F2F2;
    height: 100%;
    max-height: 285px;
    width: 100%;
    max-width: 480px;
    padding: 75px 62px;
  }
}
.homelastformbox {
  background: #F3F3F3;
  padding: 44px 47px;
  width: 527px;
  float: left;
  margin-left: 11px;
  height: 367px;
  position: absolute;
  bottom: 0px;
}
.homelastform{
  width: 100%;
  max-width: 1920px;
  height: 800px;
  padding-top: 0px;
  margin: auto;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1280px) and (max-width: 1900px){
  .homelastform {
    margin-bottom: 1px;
  }
}
.homelastformbox .content_box h3 {
  font-family: 'SoleilBold';
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  color: #2C3F29;
  text-align: left;
  margin-bottom: 24px;
}
.homelastformbox .content_box p {
  font-family: 'SoleilRegular';
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  color: #707339;
  margin-bottom: 24px;
}
.homelastformbox .content_box .add_btn {
  border: 1px solid #2C3F29;
  color: #2C3F29;
}
@media only screen and (min-width: 1080px) and (max-width: 1279px){
  .homelastformbox {
    background: #F3F3F3;
    padding: 44px 47px;
    width: 527px;
    float: left;
    margin-left: 11px;
    height: 347px;
    position: absolute;
    bottom: 23px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1900px){
  .homelastformbox{
      background: #F3F3F3;
      padding: 32px 36px;
      width: 495px;
      float: left;
      margin-left: 11px;
      height: 348px;
      position: absolute;
      bottom: 22px;
  }
}

/* ----------------------------home----------------------------------- */
.lostformbottom {
  width: 100%;
  max-width: 1920px;
  height: 800px;
  padding-top: 0px;
  margin: auto;
  margin-bottom: 16px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 24px;
}
/* ----------------------------about----------------------------------- */
.let_us_take{
  width: 100%;
  max-width: 528px;
  margin-left: 5.5rem;
}
.let_us_take h2{
  font-family: 'SoleilBold';
  font-size: 56px;
  line-height: 78px;
  font-weight: 600;
  color: #2C3F29;
  text-transform: capitalize; 
  letter-spacing: 2px;
  margin-bottom: 24px;
}
.let_us_take p{
  font-family: 'SoleilRegular';
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  color: #707339;
}
.working_with_us{
  background:#111F21;
}
.working_with_us_content h2{
  font-family: 'SoleilBold';
  font-size: 56px;
  line-height: 78px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 24px;
  width: 100%;
  max-width: 757px;
}
.working_with_us_content p{
  font-family: 'Inter';
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.working_with_us_content .add_btn {
  border: 1px solid #707339;
  color: #E1C092;
  border-radius: 0px;
  padding: 24px 14px;
  height: 70px;
  width: 100%;
  font-family: 'SoleilBold';
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 3px;
  max-width: 298px;
}
.quality_content_box h4{
  font-family: 'SoleilBold';
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 2px;
}
.quality_content_box p{
  font-family: 'SoleilRegular';
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  color: #FFFFFF;
}
.quality_content_box {
  width: 100%;
  max-width: 100%;
  float: right;
  position: relative;
  padding-left: 80px;
}
.quality_content {
  width: 100%;
  max-width: 347px;
  margin-left: 30px;
}
.img_div img {
  margin-top: 2px;
}
.quality_content_box::before {
  content: '';
  background: #2C3F29;
  width: 2px;
  height: 456px;
  z-index: 1;
  position: absolute;
  top: -37px;
  left: 22px;
}
.joint_content{
  width: 100%;
  max-width: 528px;
  float: right;
  margin-right: 65px;
}

.joint_content h2 {
  font-family: 'SoleilBold';
  font-size: 56px;
  line-height: 78px;
  font-weight: 600;
  color: #2C3F29;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
.joint_content p {
  font-family: 'SoleilRegular';
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  color: #707339;
  margin-bottom: 24px;
}
.get_strated_now_content{
  background:#fff;
  padding: 64px 76px;
  width: 100%;
  max-width: 960px;
}
.get-startet_now{
  margin-bottom: 24px;
}
.get_strated_now_content h2{
  font-family: 'SoleilBold';
  font-size: 56px;
  line-height: 78px;
  font-weight: 600;
  color: #2C3F29;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 32px;
}
.get_strated_now_content h5{
  font-family: 'SoleilBold';
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  color: #2C3F29;
  text-transform: capitalize;
  letter-spacing: 0px;
  margin-bottom: 8px;
}
.get_strated_now_content .add_btn {
  border: 1px solid #E1C092;
  color: #E1C092;
  border-radius: 0px;
  padding: 24px 24px;
  height: 70px;
  width: 100%;
  font-family: 'SoleilBold';
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 3px;
  max-width: 364px;
}
.get_strated_now_content p{
  font-family: 'SoleilRegular';
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  color: #707339;
  margin-bottom: 24px;
}

.aboutlastform {
  width: 100%;
  max-width: 1920px;
  height: 800px;
  padding-top: 0px;
  margin: auto;
  margin-bottom: 16px;
}
.aboutlastformbox {
  background: #F3F3F3;
  padding: 44px 47px;
  width: 527px;
  float: left;
  margin-left: 11px;
  height: 367px;
  position: absolute;
  bottom: 0px;
}
.aboutlastformbox .content_box h3 {
  font-family: 'SoleilBold';
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  color: #2C3F29;
  text-align: left;
  margin-bottom: 24px;
}
.aboutlastformbox .content_box p {
  font-family: 'SoleilRegular';
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  color: #707339;
  margin-bottom: 24px;
}
.aboutlastformbox .content_box .add_btn {
  border: 1px solid #707339;
  color: #707339;
}
.pos-relative{
  position: inherit;   
}
@media only screen and (min-width: 1080px) and (max-width: 1440px){
    .get-startet_now {
       margin-bottom: 0px;
   }
}
@media only screen and (min-width: 1280px) and (max-width: 1900px){
  .aboutlastformbox {
    background: #F3F3F3;
    padding: 32px 36px;
    width: 495px;
    float: left;
    margin-left: 11px;
    height: 347px;
    position: absolute;
    bottom: 21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1080px){
  .aboutlastformbox {
    background: #F3F3F3;
    padding: 36px 34px;
    width: 486px;
    float: left;
    margin-left: 11px;
    height: 346px;
    position: absolute;
    bottom: 21px;
  }
  .let_us_take h2 {
    font-family: 'SoleilBold';
    font-size: 46px;
    line-height: 52px;
    font-weight: 600;
    color: #2C3F29;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .let_us_take {
    width: 100%;
    max-width: 498px;
    margin-left: 1.5rem;
  }
  .working_with_us_content h2 {
    font-family: 'SoleilBold';
    font-size: 42px;
    line-height: 55px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 13px;
    width: 100%;
    max-width: 757px;
  }
  .quality_content_box h4 {
    font-family: 'SoleilBold';
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 2px;
  }
  .quality_content_box {
    width: 100%;
    max-width: 100%;
    float: right;
    position: relative;
    padding-left: 59px;
  }
  .working_with_us_content p {
    font-family: 'Inter';
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 40px;
  }
  .quality_content_box p {
    font-family: 'SoleilRegular';
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    color: #FFFFFF;
  }
  .get_strated_now_content {
    background: #fff;
    padding: 32px 32px;
    width: 100%;
    max-width: 960px;
  }
  .get_strated_now_content h2 {
    font-family: 'SoleilBold';
    font-size: 42px;
    line-height: 56px;
    font-weight: 600;
    color: #2C3F29;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 14px;
  }
  .joint_content {
    width: 100%;
    max-width: 528px;
    float: right;
    margin-right: 0px;
    padding-left: 20px;
  }
  .joint_content h2 {
    font-family: 'SoleilBold';
    font-size: 42px;
    line-height: 56px;
    font-weight: 600;
    color: #2C3F29;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 0px;
  }
  .joint_content p {
    font-family: 'SoleilRegular';
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
    color: #707339;
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 1081px) and (max-width: 1152px){
  .let_us_take h2 {
    font-family: 'SoleilBold';
    font-size: 46px;
    line-height: 52px;
    font-weight: 600;
    color: #2C3F29;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .let_us_take {
    width: 100%;
    max-width: 498px;
    margin-left: 1.5rem;
  }
  .working_with_us_content h2 {
    font-family: 'SoleilBold';
    font-size: 42px;
    line-height: 55px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 13px;
    width: 100%;
    max-width: 757px;
  }
  .quality_content_box h4 {
    font-family: 'SoleilBold';
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 2px;
  }
  .quality_content_box {
    width: 100%;
    max-width: 100%;
    float: right;
    position: relative;
    padding-left: 59px;
  }
  .working_with_us_content p {
    font-family: 'Inter';
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 40px;
  }
  .quality_content_box p {
    font-family: 'SoleilRegular';
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    color: #FFFFFF;
  }
  .get_strated_now_content {
    background: #fff;
    padding: 32px 32px;
    width: 100%;
    max-width: 960px;
  }
  .get_strated_now_content h2 {
    font-family: 'SoleilBold';
    font-size: 42px;
    line-height: 56px;
    font-weight: 600;
    color: #2C3F29;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 14px;
  }
  .joint_content {
    width: 100%;
    max-width: 528px;
    float: right;
    margin-right: 0px;
    padding-left: 20px;
  }
  .joint_content h2 {
    font-family: 'SoleilBold';
    font-size: 42px;
    line-height: 56px;
    font-weight: 600;
    color: #2C3F29;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 0px;
  }
  .joint_content p {
    font-family: 'SoleilRegular';
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
    color: #707339;
    margin-bottom: 6px;
  }
  .aboutlastformbox {
    background: #F3F3F3;
    padding: 32px 38px;
    width: 498px;
    float: left;
    margin-left: 11px;
    height: 347px;
    position: absolute;
    bottom: 21px;
  }
  
}
@media only screen and (min-width: 1153px) and (max-width: 1280px){
  .let_us_take {
    width: 100%;
    max-width: 528px;
    margin-left: 3.5rem;
  }
  .joint_content h2 {
    font-family: 'SoleilBold';
    font-size: 52px;
    line-height: 63px;
    font-weight: 600;
    color: #2C3F29;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 3px;
  }
  .get_strated_now_content {
    background: #fff;
    padding: 39px 48px;
    width: 100%;
    max-width: 960px;
  }
  .get_strated_now_content h2 {
    font-family: 'SoleilBold';
    font-size: 52px;
    line-height: 78px;
    font-weight: 600;
    color: #2C3F29;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 18px;
  }
  .aboutlastformbox {
    background: #F3F3F3;
    padding: 34px 37px;
    width: 487px;
    float: left;
    margin-left: 11px;
    height: 345px;
    position: absolute;
    bottom: 19px;
  }
  .quality_content_box::before {
    content: '';
    background: #2C3F29;
    width: 2px;
    height: 525px;
    z-index: 1;
    position: absolute;
    top: -37px;
    left: 22px;
  }
}
/* ---------------------Services Individual-------------------------- */
.create_top{
  */background: url(../img/create_top_bg.png) no-repeat;*/
  background-size: cover;
  background-position: center center;
  margin-top: 7.5rem;
  padding: 10rem 0;
  height: 700px;
}
.corporate_top {
 /* background: url(../img/corporate_top_bg.png) no-repeat;*/
  background-size: cover;
  background-position: center center;
  margin-top: 7.5rem;
  padding: 10rem 0;
  height: 700px;
}
.social_top {
 /* background: url(../img/social_top_bg.png) no-repeat;*/
  background-size: cover;
  background-position: center center;
  margin-top: 7.5rem;
  padding: 10rem 0;
  height: 700px;
}
.advertising_top {
 /* background: url(../img/advertising_top_bg.png) no-repeat;*/
  background-size: cover;
  background-position: center center;
  margin-top: 7.5rem;
  padding: 10rem 0;
  height: 700px;
}
.about_top {
  background: url(../img/about_top_bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 7.5rem;
  padding: 16rem 0;
  height: 700px;
}
.services_top_content h5{
  font-family: 'SoleilBold';
  font-size: 24px;
  line-height: 35px;
  text-transform: capitalize;
  text-align: center;
  color: #BEC543;
  margin-bottom: 8px;
  font-weight: 600;
}
.services_top_content h1{
  font-family: 'SoleilRegular';
  font-size: 64px;
  line-height: 89px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 19px;
}
.services_top_content p{
  font-family: 'SoleilRegular';
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 19px;
}
.services_top_content .read_btn{
  font-family: 'SoleilRegular';
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  color: #FFFFFF;
  margin-top: 30px;
}

.services_top:after {
  content: '';
  position: absolute;
  background: #BEC543;
  height: 140px;
  width: 2px;
  left: 50%;
  bottom: 0;
}

.top_arrow img:hover.services_top:after {
    height: 116px;
}
.about_top_content h1 {
  font-family: 'SoleilRegular';
  font-size: 64px;
  line-height: 89px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 19px;
}
.about_top_content p {
  font-family: 'SoleilRegular';
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 19px;
}
.about_top_content .read_btn {
  font-family: 'SoleilRegular';
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  color: #FFFFFF;
  margin-top: 30px;
}
.about_top_content::after {
  content: '';
  position: absolute;
  background: #BEC543;
  height: 140px;
  width: 2px;
  left: 50%;
  bottom: 0;
  display:none;
}
.joint_content .add_btn {
    border: 1px solid #2C3F29;
    color: #2C3F29;
    border-radius: 0px;
    padding: 24px 24px;
    height: 70px;
    width: 250px;
    font-family: 'SoleilBold';
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1080px){
  .create_top {
    background: url(../img/create_top_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 7.5rem;
    padding: 8rem 0;
    height: 700px;
  }
  .corporate_top {
    background: url(../img/corporate_top_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 7.5rem;
    padding: 8rem 0;
    height: 700px;
  }
  .social_top {
    background: url(../img/social_top_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 7.5rem;
    padding: 8rem 0;
    height: 700px;
  }
  .advertising_top {
    background: url(../img/advertising_top_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 7.5rem;
    padding: 8rem 0;
    height: 700px;
  }
  .about_top {
    background: url(../img/about_top_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 7.5rem;
    padding: 10rem 0;
    height: 700px;
  }
}
.servies_card_left .card{
  background:url(../img/left_green_bg.png) no-repeat;
  background-size: cover;
  background-position:center center;
  border-radius: 0px;
  width: 692px;
  height: 464px;
  padding: 64px 48px 64px 64px;
  transform: translate(-33px, -29px);
}
.servies_card_left{
  position: relative;
  z-index: 1;
}
.servies_card_left::after{
  content: '';
  background:url(../img/Fold.png) no-repeat;
  background-position:center center;
  background-size:cover;
  position: absolute;
  width: 87px;
  height: 482px;
  right: 21px;
  bottom: 0px;
  z-index: -1;
}
.statu_img {
  margin-top: -3px;
  max-width: 820px;
  margin-left: -123px;
}
.servies_card_left h4{
  font-family: 'SoleilBold';
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.servies_card_left h5{
  font-family: 'SoleilBold';
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: left;
  color: #BEC543;
  margin-bottom: 8px;
}
.servies_card_left p{
  font-family: 'SoleilRegular';
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.add_btn {
  border: 1px solid #E1C092;
  color: #E1C092;
  border-radius: 0px;
  padding: 24px 24px;
  height: 70px;
  width: 250px;
  font-family: 'SoleilBold';
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media only screen and (min-width: 1281px) and (max-width: 1440px){
  .servies_card_left .card{
    background:url(../img/left_green_bg.png) no-repeat;
    background-size: cover;
    background-position:center center;
    border-radius: 0px;
    width: 645px;
    height: 434px;
    padding: 50px 42px 40px 42px;
    transform: translate(0px, -29px);
  }
  .servies_card_left::after {
    content: '';
    background: url(../img/Fold.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 89px;
    height: 459px;
    right: -89px;
    bottom: -1px;
    z-index: -1;
  }
}
.servies_card_left_card .card{
  background:url(../img/left_green_bg.png) no-repeat;
  background-size: cover;
  background-position:center center;
  border-radius: 0px;
  width: 706px;
  height: 439px;
  padding: 50px 42px 40px 42px;
  transform: translate(-33px, 20px);
}
.servies_card_left_card h4{
  font-family: 'SoleilBold';
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.servies_card_left_card h5{
  font-family: 'SoleilBold';
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: left;
  color: #BEC543;
  margin-bottom: 8px;
}
.servies_card_left_card p{
  font-family: 'SoleilRegular';
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.servies_card_right_card .card{
  background:url(../img/left_green_bg.png) no-repeat;
  background-size: cover;
  background-position:center center;
  border-radius: 0px;
  width: 706px;
  height: 439px;
  padding: 50px 42px 40px 42px;
  transform: translate(-5px, 20px);
}
.servies_card_right_card h4{
  font-family: 'SoleilBold';
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.servies_card_right_card h5{
  font-family: 'SoleilBold';
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: left;
  color: #BEC543;
  margin-bottom: 8px;
}
.servies_card_right_card p{
  font-family: 'SoleilRegular';
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.third_img_container{
  margin-top: 26px;
  margin-bottom: 7px;
}
.third_img_container .girl_img {
    margin-top: 45px;
    width: 797px;
    max-width: 823px;
    margin-left: -44px;
    height: 435px;
}
.fold_img_2{
  position: relative;
  z-index: 1;
}
.fold_img_2::after{
    content: '';
    background:url(../img/fold_img_2.png) no-repeat;
    background-position:center center;
    background-size: contain;
    position: absolute;
    width: 90px;
    height: 447px;
    left: -13px;
    top: 33px;
    z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1080px){
  .servies_card_left .card {
    background: url(../img/left_green_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0px;
    width: 484px;
    height: 462px;
    transform: translate(-21px, -29px);
    padding: 28px 30px 30px 30px;
}
  .servies_card_left_card .card {
    background: url(../img/left_green_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0px;
    width: 484px;
    height: 462px;
    padding: 55px 30px 40px 33px;
    transform: translate(-23px, 20px);
  }
  .servies_card_right_card .card {
    background: url(../img/left_green_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0px;
    width: 484px;
    height: 462px;
    padding: 55px 30px 40px 33px;
    transform: translate(-6px, 20px);
  }
  .third_img_container .girl_img {
    margin-top: 45px;
    width: 758px;
    max-width: 823px;
    margin-left: -11px;
    height: 440px;
  }
  .statu_img {
    margin-top: -29px;
    width: 481px;
    max-width: 823px;
    margin-left: -4px;
    height: 462px;
  }
  .servies_card_left::after {
    content: '';
    background: url(../img/Fold.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 85px;
    height: 445px;
    right: -6px;
    bottom: 1px;
    z-index: -1;
    display: none;
  }
  .fold_img_2::after{
    content: '';
    background:url(../img/fold_img_2.png) no-repeat;
    background-position:center center;
    background-size: contain;
    position: absolute;
    width: 95px;
    height: 464px;
    left: -5px;
    top: 21px;
    z-index: -1;
    display: none;
  }
  .third_img_container .girl_img {
    margin-top: 18px;
    width: 480px;
    max-width: 823px;
    margin-left: -37px;
    height: 464px;
  }
}
@media only screen and (min-width: 1081px) and (max-width: 1152px){
  .servies_card_left .card {
    background: url(../img/left_green_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0px;
    width: 527px;
    height: 426px;
    transform: translate(-21px, -29px);
    padding: 28px 30px 30px 30px;
}
  .servies_card_left_card .card {
    background: url(../img/left_green_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0px;
    width: 527px;
    height: 439px;
    padding: 42px 30px 40px 33px;
    transform: translate(-23px, 20px);
  }
  .servies_card_right_card .card {
    background: url(../img/left_green_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0px;
    width: 527px;
    height: 439px;
    padding: 42px 30px 40px 33px;
    transform: translate(-6px, 20px);
  }
  .third_img_container .girl_img {
    margin-top: 45px;
    width: 758px;
    max-width: 823px;
    margin-left: -11px;
    height: 440px;
  }
  .statu_img {
    margin-top: -12px;
    width: 613px;
    max-width: 823px;
    margin-left: -91px;
    height: 428px;
}
  .servies_card_left::after {
    content: '';
    background: url(../img/Fold.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 72px;
    height: 445px;
    right: 4px;
    bottom: 3px;
    z-index: -1;
  }
  .third_img_container .girl_img {
    margin-top: 45px;
    width: 619px;
    max-width: 823px;
    margin-left: -33px;
    height: 435px;
  }
  .fold_img_2::after {
    content: '';
    background: url(../img/fold_img_2.png) no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    width: 90px;
    height: 447px;
    left: -10px;
    top: 33px;
    z-index: -1;
  }
}
@media only screen and (min-width: 1153px) and (max-width: 1280px){
  .servies_card_left .card {
    background: url(../img/left_green_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0px;
    width: 578px;
    height: 426px;
    transform: translate(0px, -29px);
    padding: 42px 30px 30px 30px;
}
  .servies_card_left_card .card {
    background: url(../img/left_green_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0px;
    width: 578px;
    height: 439px;
    padding: 50px 42px 40px 42px;
    transform: translate(0px, 20px);
  }
  .servies_card_right_card .card {
    background: url(../img/left_green_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0px;
    width: 590px;
    height: 439px;
    padding: 50px 42px 40px 42px;
    transform: translate(0px, 20px);
  }
  .third_img_container .girl_img {
    margin-top: 45px;
    width: 758px;
    max-width: 823px;
    margin-left: -11px;
    height: 440px;
  }
  .statu_img {
    margin-top: -12px;
    width: 709px;
    max-width: 823px;
    margin-left: -91px;
    margin-left: -119px;
    height: 433px;
  }
  .servies_card_left::after {
    content: '';
    background: url(../img/Fold.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 101px;
    height: 453px;
    right: 6px;
    bottom: 1px;
    z-index: -1;
  }
  .third_img_container .girl_img {
    margin-top: 45px;
    width: 698px;
    max-width: 823px;
    margin-left: -11px;
    height: 440px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1349px){
  .servies_card_left .card {
    background: url(../img/left_green_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0px;
    width: 575px;
    height: 426px;
    padding: 64px 48px 64px 64px;
    transform: translate(4px, -29px);
    padding: 42px 30px 30px 30px;
}
  .servies_card_left_card .card {
    background: url(../img/left_green_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0px;
    width: 580px;
    height: 439px;
    padding: 50px 42px 40px 42px;
    transform: translate(0px, 20px);
  }
  .servies_card_right_card .card {
    background: url(../img/left_green_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0px;
    width: 590px;
    height: 439px;
    padding: 50px 42px 40px 42px;
    transform: translate(0px, 20px);
  }
  .third_img_container .girl_img {
    margin-top: 45px;
    width: 758px;
    max-width: 823px;
    margin-left: -11px;
    height: 440px;
  }
  .statu_img {
    margin-top: -12px;
    width: 709px;
    max-width: 823px;
    margin-left: -91px;
    margin-left: -119px;
    height: 433px;
  }
  .servies_card_left::after {
    content: '';
    background: url(../img/Fold.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 98px;
    height: 453px;
    right: 6px;
    bottom: 1px;
    z-index: -1;
  }
  .third_img_container .girl_img {
    margin-top: 45px;
    width: 681px;
    max-width: 823px;
    margin-left: -11px;
    height: 435px;
  }
  .fold_img_2::after {
    content: '';
    background: url(../img/fold_img_2.png) no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    width: 90px;
    height: 447px;
    left: 0px;
    top: 33px;
    z-index: -1;
  }
}
@media only screen and (min-width: 1350px) and (max-width: 1440px){
  .servies_card_left_card .card {
    background: url(../img/left_green_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0px;
    width: 645px;
    height: 439px;
    padding: 50px 42px 40px 42px;
    transform: translate(0px, 20px);
  }
  .servies_card_right_card .card {
    background: url(../img/left_green_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0px;
    width: 645px;
    height: 439px;
    padding: 50px 42px 40px 42px;
    transform: translate(0px, 20px);
  }
  .third_img_container .girl_img {
    margin-top: 45px;
    width: 736px;
    max-width: 823px;
    margin-left: -11px;
    height: 435px;
  }
  .fold_img_2::after {
    content: '';
    background: url(../img/fold_img_2.png) no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    width: 107px;
    height: 447px;
    left: -13px;
    top: 33px;
    z-index: -1;
   }
  .statu_img {
    margin-top: -10px;
    width: 736px;
    max-width: 823px;
    margin-left: -91px;
    height: 435px;
  }
  .servies_card_left::after {
    content: '';
    background: url(../img/Fold.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 76px;
    height: 431px;
    right: 0px;
    bottom: 3px;
    z-index: -1;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1920px){
  .servies_card_left_card .card {
    background: url(../img/left_green_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0px;
    width: 691px;
    height: 439px;
    padding: 68px 46px 70px 50px;
    transform: translate(-33px, 20px);
  }
  .servies_card_right_card .card {
    background: url(../img/left_green_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0px;
    width: 706px;
    height: 439px;
    padding: 68px 55px 66px 57px;
    transform: translate(-10px, 20px);
  }
}

.lostformbottom{
  width: 100%;
  max-width: 1920px;
  height: 800px;
  padding-top: 0px;
  margin: auto;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1153px) and (max-width: 1280px){
    .fold_img_2::after {
        content: '';
        background: url(../img/fold_img_2.png) no-repeat;
        background-position: center center;
        background-size: contain;
        position: absolute;
        width: 97px;
        height: 447px;
        left: -8px;
        top: 33px;
        z-index: -1;
    }
    .third_img_container .girl_img{
        margin-top: 45px;
        width: 679px;
        max-width: 823px;
        margin-left: -11px;
        height: 435px;
    }
}
@media only screen and (min-width: 1080px) and (max-width: 1440px){
  .lostformbottom {
    width: 100%;
    max-width: 1920px;
    height: 800px;
    padding-top: 0px;
    margin: auto;
    margin-bottom: 0px;
 }
}
.lastformbox {
  background: #F3F3F3;
  padding: 44px 47px;
  width: 527px;
  float: right;
  margin-right: 11px;
  height: 367px;
}
.lastformbox .content_box h3{
  font-family: 'SoleilBold';
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  color: #2C3F29;
  text-align: left;
  margin-bottom: 24px;
}
.lastformbox .content_box p{
  font-family: 'SoleilRegular';
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  color: #707339;
  margin-bottom: 24px;
}
.lastformbox .content_box .add_btn {
  border: 1px solid #707339;
  color: #707339;
}
@media (min-width: 576px){
  .modal-dialog {
      max-width: 760px;
      margin: 1.75rem auto;
  }
}
.modal_body label{
  display: inline-block;
  font-family: 'SoleilBold';
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #2C3F29;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0,0,0,.2);
  border-radius: 0;
  outline: 0;
  background: #FFFFFF;
  padding: 40px;
}
.modal_top_content h4{
  font-family: 'SoleilBold';
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  color: #2C3F29;
  text-align: center;
  margin-bottom: 8px;
}
.modal_top_content p {
  font-family: 'SoleilRegular';
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  color: #707339;
  margin-bottom: 24px;
  padding: 0px 39px;
}
.totalbox{
  background: #F5F5F5;
  padding: 24px;
  margin-top: 24px;
}
.totalbox p{
  background: #BEC543;
  padding: 8px 16px;
  margin-bottom: 0px;
  font-family: 'SoleilBold';
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #2C3F29;
}
.modal_btn{
  border-radius: 0px;
  padding: 24px 24px;
  height: 70px;
  width: 100%;
  font-family: 'SoleilBold';
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 1px solid #707339;
  color: #707339;
  display: inline-block;
  margin-top: 24px;
}
.category_btn .btn{
  font-family: 'SoleilBold';
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-style: italic;
  padding: 15px 0px;
  color: #2C3F29;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  max-width: 238px;
  letter-spacing: 2px;
  border-radius: 0px;
  border:1px solid #2C3F29;
}
.bgoup_box_btn .close_modal:hover, .bgoup_box_btn .next_btn:hover{
    color:#fff !important;
}
.category_btn .btn.active{
  background: #415036;
  color: #BEC543;
}
.category_btn label{
  text-align: center;
  display: block;
}
.control_box button{
  color: #BEC543;
  border: 0px;
  background: transparent;
}
.control_box{
  position: relative;
}
.control_box .minus{
  position: absolute;
  right: 30px;
  top: 12px;
}
.control_box .plus{
  position: absolute;
  right: 8px;
  top: 12px;
}
.control_box .form-control{
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #707339;
  height: 52px;
  font-family: 'SoleilRegular';
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #707339;
  margin-bottom: 24px;
  background: #F5F5F5;
}
.modal_body .form-select{
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #707339;
  height: 52px;
  font-family: 'SoleilRegular';
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #707339;
  margin-bottom: 24px;
  background-color: #F5F5F5;
}
.modal_next_step .form-control{
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #707339;
  height: 52px;
  font-family: 'SoleilRegular';
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #707339;
  margin-bottom: 24px;
  background-color: #F5F5F5;
}
.modal_body .btn:hover {
  color: #fff;
  background: #111F21;
}
/* ---------------------tc--------------------------- */

.hambuger-pp{
  padding-bottom: 3rem;
}
.bg_border_policy {
  background: url(../img/pp_bg_img.png) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 400px;
  width: 100%;
  margin-top: 36px;
  padding: 9rem 0;
}
.hambuger-title h2{
  font-family: 'SoleilBold';
  font-size: 64px;
  line-height: 89px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
}
.privcy-box{
  margin-top: 60px;
}
.privcy-box-content p{
  font-family: 'SoleilRegular';
  font-size: 16px;
  line-height: 36px;
  text-align: left;
  color: #707339;
  font-weight: 400;
}
.footer{
  background:url(../img/footer_bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 4rem 0;
}
.footer_menu{
  display: flex;
  justify-content: flex-end;
}
.footer_menu .footer_nav{
  font-family: 'SoleilRegular';
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0px 15px;
}
.divider{
  height: 3px;
  width: 100%;
  max-width: 98%;
  background: #707339;
  margin: auto;
  margin-bottom: 54px;
  margin-top: 54px;
}
.footer_bottom{
  display: flex;
  justify-content: space-between;
}
.footer_bottom p{
  color: #BEC543;
  font-family: 'SoleilRegular';
  font-style: normal;
  font-size: 16px;
  line-height: 36px;
  text-align: left;
  margin-bottom: 0px;
  font-weight: 400;
}
.dpts{
  position: relative;
}
.dpts::before {
  content: '';
  background: #fff;
  position: absolute;
  height: 4px;
  width: 4px;
  border-radius: 5px;
  left: -30px;
  top: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1152px){
  .about_top {
    background: url(../img/about_top_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 7.5rem;
    padding: 10rem 0;
    height: 700px;
  }

}
@media only screen and (min-width: 992px) and (max-width: 1080px){
  .footer_menu .footer_nav {
    font-family: 'SoleilRegular';
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 0px 7px;
  }
  .footer_bottom p {
    color: #BEC543;
    font-family: 'SoleilRegular';
    font-style: normal;
    font-size: 12px;
    line-height: 35px;
    text-align: left;
    margin-bottom: 0px;
    font-weight: 400;
  }
  .dpts::before {
    content: '';
    background: #fff;
    position: absolute;
    height: 4px;
    width: 4px;
    border-radius: 5px;
    left: -8px;
    top: 14px;
  }
}
@media only screen and (min-width: 786px) and (max-width: 991px){
  .footer_menu .footer_nav {
    font-family: 'SoleilRegular';
    font-size: 9px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 0px 10px;
  }
  .footer_bottom p {
    font-size: 5px;
    line-height: 36px;
    text-align: left;
    margin-bottom: 0px;
    font-weight: 400;
  }
  .divider {
    height: 3px;
    width: 100%;
    max-width: 98%;
    background: #707339;
    margin: auto;
    margin-bottom: 24px;
    margin-top: 24px;
  }
  .services_top:after {
    content: '';
    position: absolute;
    background: #BEC543;
    height: 120px;
    width: 2px;
    left: 50%;
    bottom: 0;
  }
  .servies_card_left .card {
    background: url(../img/left_green_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0px;
    height: 503px;
    width: 402px;
    padding: 29px 26px 38px 29px;
    transform: translate(-17px, -29px);
}
  .servies_card_left_card .card {
    background: url(../img/left_green_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0px;
    height: 487px;
    width: 402px;
    padding: 38px 26px 38px 40px;
    transform: translate(-33px, 20px);
  }
  .servies_card_right_card .card {
    background: url(../img/left_green_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0px;
    height: 487px;
    width: 402px;
    padding: 38px 26px 38px 40px;
    transform: translate(-6px, 20px);
  }
  .third_img_container .girl_img {
    margin-top: 45px;
    width: 758px;
    max-width: 823px;
    margin-left: -11px;
    height: 440px;
  }
  .statu_img {
    margin-top: -29px;
    width: 505px;
    max-width: 823px;
    margin-left: -4px;
    height: 503px;
  }
  .servies_card_left::after {
    content: '';
    background: url(../img/Fold.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 85px;
    height: 445px;
    right: -6px;
    bottom: 1px;
    z-index: -1;
    display: none;
  }
  .fold_img_2::after{
    content: '';
    background:url(../img/fold_img_2.png) no-repeat;
    background-position:center center;
    background-size: contain;
    position: absolute;
    width: 95px;
    height: 464px;
    left: -5px;
    top: 21px;
    z-index: -1;
    display: none;
  }
  .third_img_container .girl_img {
    margin-top: 20px;
    width: 508px;
    max-width: 823px;
    margin-left: -37px;
    height: 487px;
  }
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

 