@font-face {
  font-family: 'MyriadPro';
  src: url('./fonts/MyriadPro-Regular.eot');
  src: url('./fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('./fonts/MyriadPro-Regular.woff') format('woff'),
    url('./fonts/MyriadPro-Regular.ttf') format('truetype'),
    url('./fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-It';
  src: url('./fonts/MyriadPro-It.eot');
  src: url('./fonts/MyriadPro-It.eot?#iefix') format('embedded-opentype'),
    url('./fonts/MyriadPro-It.woff') format('woff'),
    url('./fonts/MyriadPro-It.ttf') format('truetype'),
    url('./fonts/MyriadPro-It.svg#MyriadPro-It') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'MyriadPro';
  src: url('./fonts/MyriadPro-Bold.eot');
  src: url('./fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/MyriadPro-Bold.woff') format('woff'),
    url('./fonts/MyriadPro-Bold.ttf') format('truetype'),
    url('./fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'MyriadPro';
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
html, body {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
.monstrat_font {
  font-family: 'Montserrat', sans-serif !important;
}
p,
li,
.myriod_font {
  font-family: 'MyriadPro' !important;
}
@import url(https://unpkg.com/@webpixels/css@1.0/dist/index.css);
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital@1&display=swap');
.section_1 {
  /*background: url("./images/banner_bg.png");*/
  background: url("./images/banner-home.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  /* height: 100vh; */
}
.cat_area ul li a {
  color: #000!important;
  text-decoration: none;
}
.cat_area ul li a:hover {
  color: #a2b746!important;
  text-decoration: none;
}
.border_with_hax {
  padding: 5px;
  margin: 15px 0px;
}
.shadow_mannual {
  box-shadow: 1px 1px 10px #4a494a61 !important;
}
.blue_bg {
  background-color: #9db4b9;
}
.btn.theme_btn {
  background: #d4b237;
  border-color: #d4b237;
}
.btn.theme_btn_dark {
  background: #b99a30;
  border-color: #b99a30;
}
/* .btn.theme_btn:hover,
.theme_btn_dark:hover {
    background: #ffffff52;
    color: #d3ae27;
} */
.fw_200 {
  font-weight: 200;
}
.fw_300 {
  font-weight: 300;
}
.fw_400 {
  font-weight: 400;
}
.fw_500 {
  font-weight: 500 !important;
}
.fw_600 {
  font-weight: 600;
}
.fw_700 {
  font-weight: 500;
}
.fw_800 {
  font-weight: 800;
}
.fw_900 {
  font-weight: 900;
}
.theme_green {
  color: #a6b063;
}
.dark_green {
  color: #96a23d;
}
.light_green {
  color: #a1b645;
}
.green_font {
  color: #a1b844;
}
.green_bg {
  background-color: #a1b844;
}
.text_light {
  /* color:#616161; */
  color: #7a7a7a;
}
.text_muted {
  color: #616161;
}
.text-dark {
  color: black !important;
}
.my-20 {
  margin: 9rem auto 8rem auto
}
.line_height_16 {
  line-height: 16px;
}
.line_height_18 {
  line-height: 18px;
}
.line_height_20 {
  line-height: 20px;
}
.line_height_21 {
  line-height: 21px;
}
ul.about_ul li,
.line_height_26 {
  line-height: 26px;
}
.line_height_29 {
  line-height: 29px;
}
.line_height_36 {
  line-height: 36px;
}
.line_height_40 {
  line-height: 40px;
}
.line_height_45 {
  line-height: 45px;
}
.line_height_48 {
  line-height: 48px;
}
.detail_page_bg {
  width: 100% !important;
  display: block;
  margin: auto;
  margin-top: -13px;
}
.text_shadow {
  text-shadow: 0px 0px 0 #383838;
}
.text_shadow_var {
  text-shadow: 0px 0px 0 #b1b1b1
}
.fs_11 {
  font-size: 11px;
}
.fs_12 {
  font-size: 12px !important;
}
.fs_13 {
  font-size: 13px !important;
}
.fs_14 {
  font-size: 14px !important;
}
.fs_15 {
  font-size: 15px !important;
}
.fs_16 {
  font-size: 16px !important;
}
.fs_17 {
  font-size: 17px !important;
}
.fs_18 {
  font-size: 18px !important;
}
.fs_20 {
  font-size: 20px !important;
}
.fs_21 {
  font-size: 21px !important;
}
.fs_23 {
  font-size: 23px !important;
}
.fs_24 {
  font-size: 24px !important;
}
a.nav-item.nav-link {
  font-size: 13px;
}
a.nav-item.nav-link i.fas.fa-phone-alt.me-2 {
  background: #96a23d;
  color: #ededed;
  width: 19px;
  text-align: center;
  height: 19px;
  line-height: 19px;
  border-radius: 50px;
  font-size: 9px;
}
a.nav-item.nav-link i.fab.fa-whatsapp.me-2 {
  background: #96a23d;
  color: #ededed;
  width: 20px;
  text-align: center;
  height: 20px;
  line-height: 21px;
  border-radius: 50px;
  font-size: 15px;
}
a.nav-item.nav-link i.fas.fa-envelope.me-2 {
  color: #96a23d;
  font-size: 16px;
}
img.logo-img {
  width: 100%;
  max-width: 180px;
}
/*.navbar-nav.ms-lg-auto {    margin: -4px;}*/
a.navbar-brand {
  margin: 0px 0px -18px;
}
img.wha_we_img {
  width: 100% !important;
  /* min-width: 325px; */
}
p.min_height {
  height: 100%;
  min-height: 125px;
}
.minus_top {
  margin-top: -75px;
}
input:focus,
select:focus {
  border: 2px solid #96a23d !important;
  box-shadow: unset !important;
}
.right_banner_main input::placeholder,
.right_banner_main input[placeholder] {
  font-size: 13px;
  color: #2e2e2e !important;
  font-weight: 600;
}
.green_bg_form input::placeholder,
.green_bg_form input[placeholder] {
  font-size: 12px;
  color: #2e2e2e !important;
  font-weight: 600;
}
.right_banner_main select.form-select.rounded-0.monstrat_font, select.other_select {
  font-size: 13px;
  font-weight: 600;
  padding: 0.36rem 1.1rem 0.38rem 0.75rem;
  background-position: right 0.2rem center;
}
.right_banner_main select.form-select.rounded-0.monstrat_font option {
  font-size: 13px;
  font-weight: 600;
  padding: 1rem !important;
  font-family: 'Montserrat', sans-serif !important;
}
section.mt_20 {
  margin-top: 5rem;
}
.mt_25 {
  margin-top: 10rem;
}
.mb_8 {
  margin-bottom: 8rem !important;
}
span.theme_green.shadowing {
  text-shadow: 1px 1px 2px #3a3a3a;
}
.bussiness_apportunity .business_img {
  position: absolute !important;
  width: 100% !important;
  max-width: 500px;
  margin: -95px auto 0px -35px;
}
img.faq_img.w-100 {
  width: 100% !important;
  max-width: 500px;
}
ul.footer_ico_ul img.social_ico {
  width: 100%;
  max-width: 49px;
}
ul.footer_ico_ul img.social_ico:hover, .icon_imgs:hover, .img_div img:hover, .head_icon:hover {
  transform: rotatez(360deg);
  transition: 1s;
}
.footer_nav_link {
  text-decoration: none;
}
a.footer_nav_link:after {
  content: ' ';
  border-left: 1px solid black;
  margin-left: 10px;
}
li.nav-item:hover a.footer_nav_link:after {
  border: 1px solid #96a23d !important;
  margin-left: 10px;
  transition: .1s;
}
a.footer_nav_link:hover {
  color: #96a23d !important;
  /* margin-right: 5px; */
  transition: .1s;
}
li.nav-item.last_item:hover a.footer_nav_link.last_child:after {
  content: '';
  border: unset !important;
  margin-left: 0px
}
a.footer_nav_link.last_child:after {
  content: '';
  border: none;
  margin-left: 0px
}
.text_muted_foot {
  color: #7d7d7d;
}
img.new_img {
  position: absolute;
  width: 100%;
  max-width: 500px;
  margin-left: -15px;
  z-index: 0;
  margin-top: 50px;
}
/***** new-css start ****/
.btn_primary {
  display: inline-block;
  margin: 20px 0 0;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding: 12px 40px;
  background: #a2b746;
  border: 1px solid #a2b746;
  border-radius: 90px;
}
.btn_primary:hover {
  background: #fff;
  color: #a2b746;
}
.linksMainCol {
  max-width: 1080px;
  margin: 0 auto;
}
.clinksCol>ul {
  padding: 0;
  margin: 15px 0 0;
  column-count: 2;
  list-style-type: none;
}
.clinksCol>ul>li {
  display: block;
  line-height: 1.2;
}
.clinksCol>ul>li+li {
  margin-top: 10px;
}
.clinksCol>ul>li>a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding-left: 14px;
  position: relative;
  display: block;
}
.clinksCol>ul>li>a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background-color: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.clinksCol {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  height: 100%;
}
.imgCol {
  margin: 0 auto;
  max-width: 500px;
}

@media (min-width: 1024px) {
.w-img {
  width: 500px !important;
}
}
@media (min-width: 1400px) {
  p.min_height {
    height: 100%;
    min-height: 145px;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    flex-flow: column;
    padding: 0px 38px;
  }
  .dis_5 .display-5 {
    font-size: 2.9rem;
  }
  .padding_for_sm {
    padding-right: .2rem !important;
    padding-left: .2rem !important;
    white-space: nowrap;
    font-size: 14px !important;
  }
  a.nav-item.nav-link.monstrat_font.fw_500.fs_14.px-0.px-sm-3.padding_for_sm.pe-sm-2 {
    padding-right: .5rem !important;
  }
  .padding_sm.right_banner_inner .row.pt-1.pb-4.px_5 {
    padding: 0px 10px;
  }
  .my-10 {
    margin: 3rem auto 6rem auto;
  }
  .my-20 {
    margin: 8.5rem auto 6rem auto;
  }
  .contact_us_bg {
    background-image: url(./images/contact_us_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    /*height: 100%;*/
    min-height: 587px;
  }
  /*.row.py-5.align-items-center.next_hub {
            margin-top: 25px;
        }*/
  .right_banner_main h5.text-white.fs_sm_screen {
    font-size: 1.1rem;
    font-weight: 800 !important;
  }
  .ps_lg_0 {
    padding-left: 0px !important;
  }
  .text_width {
    width: 100%;
    max-width: 367px;
    margin-left: 8px;
  }
  .text_width {
    margin-top: 10px;
  }
  .green_gradient .padd_bott {
    justify-content: center;
    padding-left: 0px !important;
  }
  img.new_img {
    position: absolute;
    width: 100%;
    max-width: 500px;
    margin-left: -15px;
    z-index: 0;
    margin-top: 98px;
  }
  .text_width {
    width: 100%;
    max-width: 233px;
    margin-left: 0px;
    position: relative;
    z-index: 2;
    margin-top: 58px;
  }
  .green_gradient .right_banner_main {
    margin-top: -16px;
    background-position-x: center;
  }
}
form.green_bg_form {
  width: 100%;
  max-width: 265px;
}
.green_gradient .row.pt-1.pb-4.px_5.padd_bott {
  margin: 8rem auto 0rem auto;
}
@media only screen and (max-width: 1100px) and (min-width: 1090px) {
  .navbar-expand-lg .navbar-collapse {
    flex-flow: column;
    padding: 0px 0px;
  }
  .navbar-nav.ms-lg-auto a.nav-item.nav-link.monstrat_font.fw_600.fs_14 {
    font-size: 13px !important;
    padding: 8px 7px !important;
  }
  .navbar-nav.ms-lg-auto a.nav-item.nav-link.d-flex span {
    font-size: 12px !important;
  }
  /* .container.what_we_sec .row .row .col-md-4:nth-child(3) p.min_height {
            height: 100%;
            min-height: 47px;
        } */
  .container.what_we_sec .row .row .col-md-4 p.min_height {
    height: 100%;
    min-height: 240px;
  }
  .container.what_we_sec .card-title.monstrat_font.mt-3 {
    height: 100%;
    min-height: 50px;
  }
}
@media only screen and (max-width: 1050px) and (min-width: 1000px) {
  .contact_us_bg {
    background-image: url(./images/contact_us_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 100%;
  }
  .row.py-5.mt-0.mt-lg-5.align-items-center.next_hub {
    margin-top: 0.1rem !important;
  }
}
@media only screen and (max-width: 950px) and (min-width: 900px) {
  .bussiness_apportunity .business_img {
    position: absolute !important;
    width: 100% !important;
    max-width: 410px;
    margin: -253px auto 0px 10px;
  }
  .container.what_we_sec .row .row .col-md-4 p.min_height {
    height: 100%;
    min-height: 340px;
  }
  .about_services h1.fw_300.text_shadow_var.display-5 {
    font-size: 2.2rem;
  }
  .container.what_we_sec .card-title.monstrat_font.mt-3 {
    height: 100%;
    min-height: 50px;
  }
  .green_gradient .row.pt-1.pb-4.px_5.padd_bott {
    margin: 6rem auto 0rem auto;
  }
  form.green_bg_form {
    width: 100%;
    max-width: 242px;
    margin: auto;
  }
  .green_bg_form .row.g-1.g-lg-2 {
    margin-right: 15px;
  }
}
@media (min-width: 760px) {
  .about_services .card-body {
    height: 100%;
    min-height: 415px;
  }
}
@media (max-width: 992px) {
  img.logo-img {
    width: 100%;
    max-width: 100px;
  }
  .navbar-expand-lg .navbar-collapse {
    flex-flow: column;
  }
  .contact_us_bg {
    background-image: url(./images/contact_us_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .text_div .fs_24 {
    font-size: 20px !important;
  }
  .section_1 {
    background-size: cover;
  }
  .small_scree_sec.below_bg {
    padding-bottom: 10px !important;
  }
  .text_width {
    width: 100%;
    max-width: 233px;
    margin-left: -4px;
  }
  
}
.navbar-light .navbar-nav .nav-link {
  color: black;
}
.right_banner_main {
  background: url(./images/banner_right_bg.png);
  background-position-x: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.funeral_right_banner_inner {
  background: url(./images/funeral_cover_bg.png);
  background-position-x: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
p {
  color: white;
  font-weight: 500;
}
.right_banner_inner {
  padding: 10px 18px;
}
.word_spacing_minus {
  word-spacing: -1px;
}
button.btn.btn-primary {
  background-color: #F4bb44;
  color: black;
  font-size: 10px;
  font-weight: 600;
}
.navbar-light .navbar-toggler {
  color: transparent;
  border-color: unset;
}
.navbar-light .navbar-toggler-icon {
  filter: drop-shadow(0px 0px 0px black);
}
ul.about_ul {
  padding-left: 18px;
}
ul.about_ul li.fs_16.text-dark.fw_500::marker {
  font-size: 18px !important;
  color: #a1b645;
}
img.service_us_img_one.w-100, img.service_us_img_two.w-100 {
  width: 92% !important;
  /* max-width: 260px; */
  position: relative;
  display: block;
  margin: -95px -6px 0px auto;
}
.gray_bg {
  /*background-color: #dedede;*/
  background-color: #eeeeee;
}
.accordion-item.border-0.border_bg,
.accordion-item.border-0.border_bg h2 button.accordion-button.myriod_font.collapsed {
  border-bottom: 1px dashed black !important;
}
.accordion-item.border-0.border_bg h2 button:not(.collapsed) {
  padding: 15px 0px;
  color: #96a23e;
  box-shadow: unset;
}
.border_bg button.accordion-button.myriod_font {
  background: unset;
  padding: 20px 0px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(./images/green_chev.png);
  background-size: 1.1rem;
}
.accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}
.img_div img.me-3 {
  margin-top: 2px;
}
/* .contact_us_bg {
    background-image: url(./images/contact_us_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 100%;
        min-height: 587px;
} */
img.footer_logo {
  width: 100%;
  max-width: 200px;
}
/* .faq_section
{
    background-image: url(./images/faq_bg.png);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: right center;
        padding: 120px 0px;
} */
/* .diffrent {
    background-image: url(./images/logo_bg.png);
    background-size: 220px 180px;
    background-repeat: no-repeat;
    background-position: 5px 10px;
} */
img.head_icon.whatsp {
  width: 100%;
  max-width: 21px;
}
.text_width {
  width: 100%;
  max-width: 233px;
  margin-left: 0px;
  position: relative;
  z-index: 2;
}
.bussiness_sec {
  margin-top: -1px;
}
.below_bg {
  background-image: url(./images/footer_images.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1100px) and (min-width: 1000px) {
  .navbar-nav.ms-lg-auto a.nav-item.nav-link.monstrat_font.fw_600.fs_15 {
    font-size: 12px !important;
    padding: 6px 10px !important;
  }
  .my-20 {
    margin: 8rem auto 8rem auto;
  }
  .right_banner_main p.text-white.fs_13.mb-0.monstrat_font.word_spacing_minus.smscreen_ft {
    line-height: 15px;
  }
  img.new_img {
    position: absolute;
    width: 100%;
    max-width: 472px;
    margin-left: -15px;
    z-index: 0;
    margin-top: 113px;
  }
  h5.fw-bold.text-white.text_width.text-center.fs_sm_screen.small_fs.head_for_foot_bg {
    position: relative;
    margin-bottom: -12px;
    margin-top: 70px;
  }
}
@media (max-width:1024px) {
  .partnerWithUsSection {
  	padding-left: 15px;
  	padding-right: 15px;
  }
  .partnerWithUsSection.two_col_section_main img {
  	width: auto;
  	max-width: 100%;
  }
}
@media only screen and (max-width: 950px) and (min-width: 900px) {
  h5.fw-bold.text-white.text_width.text-center.fs_sm_screen.small_fs.head_for_foot_bg {
    margin-top: 10px;
    margin-bottom: -2px !important;
  }
}
@media only screen and (max-width: 850px) and (min-width: 580px) {
  .card.rounded-1.border-0.shadow_mannual h5.fw-bolder.text-uppercase {
    height: 100%;
    min-height: 50px;
  }
  /* .what_we_sec .card.rounded-1.border-0.shadow_mannual p.min_height {
        height: 100%;
        min-height: 75px;
    } */
  .bussiness_apportunity .business_img {
    position: absolute !important;
    width: 95% !important;
    max-width: 405px;
    margin: -260px auto 0px 5px;
  }
  .dis_5 .display-5 {
    font-size: 2.1rem;
  }
  .mt_25 {
    margin-top: 7rem;
  }
  .right_banner_inner {
    padding: 0px 8px;
  }
  .my-20 {
    margin: 10rem auto 7rem auto;
  }
  .right_banner_main input::placeholder,
  .right_banner_main input[placeholder] {
    font-size: 15px;
  }
  .right_banner_inner .row.g-1.g-lg-2 {
    --bs-gutter-y: 0.5rem;
    --bs-gutter-x: 0.5rem;
  }
  .fs_16 {
    font-size: 17px !important;
  }
  .fs_23 {
    font-size: 17px !important;
  }
  p.min_height {
    height: 100%;
    min-height: 260px;
  }
  .for_tablet {
    margin-top: 30px;
  }
  .form_fileds input::placeholder,
  .form_fileds input[placeholder] {
    font-size: 15px;
    color: #2e2e2e !important;
    font-weight: 600;
  }
  .text_width {
    width: 100%;
    max-width: 240px;
  }
  .fs_sm_screen.small_fs.head_for_foot_bg {
    padding-top: 10px;
  }
  .below_bg {
    background-image: url(./images/footer_images.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .right_banner_main select.form-select.rounded-0.monstrat_font,
  select.other_select {
    font-size: 13px;
    font-weight: 600;
    padding: 0.47rem 1.1rem rem 0.45rem 0.75rem;
    background-position: right 0.2rem center;
  }
  .green_gradient .fs_sm_screen.small_fs.head_for_foot_bg {
    padding-top: 26px !important;
  }
  .green_gradient .text_width {
    width: 100%;
    max-width: 225px;
    margin-left: -5px;
  }
  .green_gradient img.new_img {
    position: absolute;
    width: 100%;
    max-width: 453px;
    margin-left: -15px;
    z-index: 0;
    margin-top: 75px;
  }
  .green_gradient .fs_sm_screen.small_fs.head_for_foot_bg {
    padding-top: 18px;
    font-size: 17px;
  }
  .green_gradient .row.pt-1.pb-4.px_5.padd_bott {
    margin: 6.2rem auto 0rem auto;
  }
  p.text-white.mt-2.mt-sm-3.text_width.h6.text-center.fs_14_sm.for_foot_bg {
    position: relative;
    margin-bottom: -18px;
  }
  .green_gradient .right_banner_main {
    margin-top: -10px;
  }
  .green_bg_form .row.g-1.g-lg-2 {
    margin-right: 15px;
  }
  form.green_bg_form {
    width: 100%;
    max-width: 248px;
    margin: auto;
  }
}
.form_fileds button.btn.small_screen_btn {
  padding: 7px 10px 8px 10px !important;
}
@media only screen and (max-width: 575px) and (min-width: 531px) {
  .right_banner_inner {
    padding: 15px 65px;
  }
  .my-20 {
    margin: 8rem auto 8rem auto;
  }
  .bussiness_apportunity .business_img {
    position: relative !important;
    width: 100% !important;
    max-width: 515px;
    margin: -95px auto 0px auto;
  }
  .right_banner_inner .row.g-1.g-lg-2 {
    --bs-gutter-y: 0.5rem;
    --bs-gutter-x: 0.5rem;
  }
  p.min_height {
    height: 100%;
    min-height: unset;
  }
  .text_width {
    width: 100%;
    max-width: 270px;
  }
  .fs_sm_screen.small_fs.head_for_foot_bg {
    font-size: 1.2rem;
    margin-top: 65px;
  }
  .fs_14_sm.for_foot_bg {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 550px) and (min-width: 531px) {
  .text_width {
    width: 100%;
    max-width: 222px;
    margin-left: 16px;
  }
  .green_gradient .row.pt-1.pb-4.px_5.padd_bott {
    margin: 7rem auto 7rem auto;
  }
  .row.small_sm_sec {
    flex-direction: column-reverse;
  }
  form.green_bg_form {
    width: 100%;
    max-width: 262px;
    margin: auto;
  }
  .green_bg_form .row.g-1.g-lg-2 {
    margin-right: 15px;
  }
}
@media (max-width: 530px) {
  .fs_14_sm {
    font-size: 14px;
  }
  .text_width {
    width: 100%;
    max-width: 200px;
    margin-left: 3px;
  }
  /* .border_with_hax {
        padding: 5px 15px 5px 15px;
        margin-top: -2px;
        position: relative;
        border-left: 2px solid #a1b645;
        margin: 15px 0px 15px 10px !important;
    } */
  /* .right_banner_main {
        background: url(./images/banner_right_bg.png);
        background-position-x: center;
        background-size: cover;
        background-repeat: no-repeat;
    } */
  .right_banner_main input::placeholder,
  .right_banner_main input[placeholder] {
    /* font-size: 11px; */
    color: #2e2e2e !important;
    font-weight: 600;
    /* padding: 5px; */
  }
  .smscreen_ft {
    font-size: 13px !important;
    line-height: 14px;
    margin-top: 2px;
  }
  .small_screen_btn {
    font-size: 13px !important;
    padding: 4px 10px !important;
    margin: 5px auto;
  }
  .fs_sm_screen {
    font-size: 18px;
  }
  .row.pt-1.pb-4.px_5 {
    padding: 9px 40px !important
  }
  /* .row.pt-1.pb-4.px_5 {
        padding: 0 32px !important;
    } */
  .mt_25 {
    margin-top: 3rem;
  }
  .my-20 {
    margin: 7.5rem auto 6rem auto;
  }
  .px_sm_0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .bussiness_apportunity .business_img {
    position: relative !important;
    width: 100% !important;
    max-width: 500px;
    margin: -70px auto 0px auto;
  }
  .contact_us_bg {
    background-image: url(./images/contact_us_bg.png);
    background-repeat: no-repeat;
    background-size: 250% 100%;
    background-position: top center;
  }
  .contact_us_bg .img_div {
    width: 100%;
    max-width: 65px;
  }
  .fs_23 {
    font-size: 19px !important;
  }
  .what_we_sec h4.mt-2.gray_col {
    font-size: 1.2rem;
  }
  h3.fs_sm_screen.small_fs.head_for_foot_bg {
    font-size: 15px;
  }
  p.fs_14_sm.for_foot_bg {
    font-size: 13px;
  }
  .below_bg {
    background-image: url(./images/footer_images.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  h5.fw-bold.text-white.text_width.text-center.fs_sm_screen.small_fs.head_for_foot_bg {
    padding: 12px 5px 0px 5px;
  }
  .green_gradient .row.pt-1.pb-4.px_5.padd_bott {
    margin: 7rem auto 6.5rem auto;
  }
  .row.small_sm_sec {
    flex-direction: column-reverse;
  }
  form.green_bg_form {
    width: 100%;
    max-width: 248px;
    margin: auto;
  }
  /* .diffrent {
    background-image: url(./images/logo_bg.png);
    background-size: 115px 115px;
    background-repeat: no-repeat;
    background-position: 4px 8px;
}    */
}
@media (max-width: 420px) {
  .text_width {
    width: 100%;
    max-width: 192px;
    margin-left: -7px;
  }
  h5.fw-bold.text-white.text_width.text-center.fs_sm_screen.small_fs.head_for_foot_bg {
    padding: 24px 5px 0px 5px;
  }
  .text_width {
    width: 100%;
    max-width: 212px;
    margin-left: -7px;
  }
  h5.fw-bold.text-white.text_width.text-center.fs_sm_screen.small_fs.head_for_foot_bg {
    margin-top: 20px;
  }
}
@media (max-width: 415px) {
  h5.fw-bold.text-white.text_width.text-center.fs_sm_screen.small_fs.head_for_foot_bg {
    margin-top: 30px;
  }
  img.new_img {
    position: absolute;
    width: 100%;
    max-width: 500px;
    margin-left: -13px;
    z-index: 0;
    margin-top: 50px;
  }
  .text_width {
    width: 100%;
    max-width: 204px;
    margin-left: -3px;
  }
}
@media (max-width: 400px) {
  .my-20 {
    margin: 6.3rem auto 6rem auto;
  }
  .row.pt-1.pb-4.px_5 {
    padding: 9px 30px !important;
  }
  .text_width {
    width: 100%;
    max-width: 198px;
    margin-left: -5px;
  }
  h3.fs_sm_screen.small_fs.head_for_foot_bg {
    font-size: 13px;
  }
  img.new_img {
    position: absolute;
    width: 100%;
    max-width: 500px;
    margin-left: -15px;
    z-index: 0;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 400px) and (min-width: 385px) {
  .text_width {
    width: 100%;
    max-width: 190px;
    margin-left: -3px;
  }
  h5.fw-bold.text-white.text_width.text-center.fs_sm_screen.small_fs.head_for_foot_bg {
    padding: 24px 5px 0px 5px;
    font-size: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 380px) {
  .my-20 {
    /* margin: 5.5rem auto 8rem auto; */
  }
  .right_banner_main input::placeholder,
  .right_banner_main input[placeholder] {
    /* font-size: 10px; */
    color: #2e2e2e !important;
    font-weight: 600;
    /* padding: 5px; */
  }
  .small_screen_btn {
    /* font-size: 11px !important;
        padding: 4px 10px !important;
        margin: 2px auto; */
  }
  .fs_sm_screen {
    font-size: 16px;
  }
  .smscreen_ft {
    /* font-size: 12px !important;
        line-height: 12px; */
  }
  .row.pt-1.pb-4.px_5 {
    padding: 9px 25px !important;
  }
  .right_banner_main select.form-select.rounded-0.monstrat_font {
    font-size: 13px;
    padding: 0.35rem 1.1rem 0.36rem 0.75rem;
  }
  .fs_14_sm.for_foot_bg {
    font-size: 11px;
  }
  .head_for_foot_bg {
    font-size: 11px;
  }
  .text_width {
    width: 100%;
    max-width: 184px;
    margin-left: -4px;
  }
  p.fs_14_sm.for_foot_bg {
    font-size: 13px;
    line-height: 15px;
    margin-top: -1px !important;
    margin-bottom: 0px;
  }
  h5.fw-bold.text-white.text_width.text-center.fs_sm_screen.small_fs.head_for_foot_bg {
    margin-top: 20px;
    font-size: 13px;
  }
}
@media (max-width: 365px) {
  .text_width {
    width: 100%;
    max-width: 160px;
    margin-left: 0px;
    margin-top: 20px;
  }
}
@media (max-width: 340px) {
  .my-20 {
    /* margin: 4.3rem auto 8rem auto; */
  }
  .smscreen_ft {
    /* font-size: 10px !important;
        line-height: 11px; */
  }
  .small_screen_btn {
    /* margin: 0px; */
  }
  .fs_sm_screen {
    /* font-size: 11px; */
  }
  /* .text_width {
            width: 100%;
            max-width: 172px;
            margin-left: -9px;
        } */
  .text_width {
    width: 100%;
    max-width: 172px;
    margin-left: -10px;
    padding: 0px 5px;
  }
  .small_scree_sec {
    margin-top: 13px !important;
  }
  .small_fs {
    font-size: 12px;
  }
  .small_scree_sec p.fs_14_sm {
    margin-top: 4px !important;
    line-height: 14px;
  }
  .fs_14_sm.for_foot_bg {
    font-size: 11px;
  }
  .head_for_foot_bg {
    font-size: 11px;
  }
}
@media (max-width: 321px) {
  .row.pt-1.pb-4.px_5 {
    padding: 3px 17px !important;
  }
  .right_banner_main input::placeholder,
  .right_banner_main input[placeholder] {
    font-size: 12px;
    color: #2e2e2e !important;
    font-weight: 600;
    padding: 4px;
  }
  .my-20 {
    margin: 5.5rem auto 6rem auto;
  }
  .small_screen_btn {
    /* font-size: 11px !important;
        padding: 2px 10px !important; */
  }
  h4.text-white.fw-bold.mb-1.mb-sm-2.text-uppercase.fs_sm_screen {
    margin-bottom: 1px !important;
  }
  .fs_sm_screen {
    /* font-size: 10px; */
  }
  .small_screen_btn {
    /* font-size: 10px !important;
        padding: 2px 10px !important; */
  }
  .smscreen_ft {
    /* font-size: 10px !important;
        line-height: 10px; */
  }
  .text_div .fs_24 {
    font-size: 18px !important;
  }
  .right_banner_main select.form-select.rounded-0.monstrat_font {
    font-size: 13px;
    font-weight: 600;
    padding: 0.2rem 1.6rem 0.2rem 0.4rem;
  }
  .text_width {
    width: 100%;
    max-width: 172px;
    margin-left: -16px;
    padding: 0px 5px;
  }
  p.fs_14_sm.for_foot_bg {
    font-size: 12px;
  }
  h5.fw-bold.text-white.text_width.text-center.fs_sm_screen.small_fs.head_for_foot_bg {
    margin-top: 20px;
    font-size: 12px;
    margin-bottom: 2px;
  }
  form.green_bg_form {
    width: 100%;
    max-width: 235px;
    margin: auto;
  }
}
@media (max-width: 281px) {
  .my-20 {
    margin: 4.5rem auto 6rem auto;
  }
  .right_banner_main input::placeholder,
  .right_banner_main input[placeholder] {
    font-size: 11px;
    color: #2e2e2e !important;
    font-weight: 600;
    padding: 3px;
  }
  .small_screen_btn {
    font-size: 13px !important;
    padding: 4px 10px !important;
    margin: 2px auto;
  }
  .smscreen_ft {
    font-size: 12px !important;
    line-height: 13px;
    margin-top: 0px;
  }
  .row.pt-1.pb-4.px_5 {
    padding: 1px 16px !important;
  }
  h3.fs_sm_screen.small_fs.head_for_foot_bg {
    font-size: 11px;
    margin-bottom: 3px;
  }
  p.fs_14_sm.for_foot_bg {
    /* margin-top: 0px !important; */
    line-height: 11px;
    font-size: 11px;
    margin-bottom: 0px !important;
  }
  .text_width {
    width: 100%;
    max-width: 143px;
    margin-left: -13px;
  }
  h5.fw-bold.text-white.text_width.text-center.fs_sm_screen.small_fs.head_for_foot_bg {
    margin-top: 20px;
    font-size: 11px;
    margin-bottom: 3px !important;
  }
}
.butn:link, button.butn,
.butn.theme_btn:visited, .butn.theme_btn_dark:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #d4b237;
  /* background-image: linear-gradient(90deg, #501aa8, #870de8); */
  padding: 1rem 2.5rem;
  border-radius: 4px;
  border: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.butn.theme_btn_dark:visited {
  background: #d4b136;
}
.butn::before {
  background: #fff;
  content: "";
  height: 155px;
  opacity: .2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  width: 40px;
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.butn::after {
  background: #fff;
  content: "";
  height: 20rem;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 8rem;
}
.butn__new::before {
  left: -50%;
}
.butn__new::after {
  left: -100%;
}
.butn:hover,
.butn:active {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
  background: #96a344 !important;
  color: white;
}
.butn__new:hover::before {
  left: 120%;
  opacity: 0.8s;
}
.butn__new:hover::after {
  left: 200%;
  opacity: 0.6;
}
.butn span {
  z-index: 20;
}
.btn.butn {
  border-radius: 3px !important;
  font-size: 17px !important;
  padding: 15px 42px !important;
  border-radius: 0 !important;
}
button.btn.butn.butn__new.fw_800.btn-warning.d-grid.w-100.fw-bold.rounded-0.text-uppercase.theme_btn.fs_13.py-2.monstrat_font.border-white.small_screen_btn {
  border: 1px solid white !important;
}
.my_div .btn.butn.px-4 {
  padding-right: 1.7rem !important;
  padding-left: 1.7rem !important;
}
.linear_hover {
  overflow: hidden;
  background: linear-gradient(to right, #96a23d, #8d9b23 50%, white 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 775ms ease;
  text-decoration: none;
}
.linear_hover_black {
  overflow: hidden;
  background: linear-gradient(to right, #96a23d, #8d9b23 50%, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 775ms ease;
  text-decoration: none;
}
.linear_hover_black_two {
  overflow: hidden;
  background: linear-gradient(to right, #96a23d, #8d9b23 50%, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 1255ms ease;
  text-decoration: none;
}
.footer_sec {
  padding-top: 25px;
}
.footer_nav li a {
  padding-left: 8px !important;
  padding-right: 8px !important;
  font-size: 15px !important;
}
.footer_copyright p {
  font-size: 15px !important;
}
.footer_ico_ul {
  margin-bottom: 16px;
}
.linear_hover_white_two {
  overflow: hidden;
  background: linear-gradient(to right, #96a23d, #8d9b23 50%, #ffffff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 1255ms ease;
  text-decoration: none;
}
.linear_hover_green {
  overflow: hidden;
  background: linear-gradient(to right, black, #3d4602 50%, #a2b746 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 1255ms ease;
  text-decoration: none;
}
.linear_hover_light {
  overflow: hidden;
  background: linear-gradient(to right, black, #3d4602 50%, #A2B847 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 1255ms ease;
  text-decoration: none;
}
.linear_hover:hover,
.linear_hover_black:hover,
.linear_hover_green:hover,
.linear_hover_light:hover,
.linear_hover_white_two:hover,
.linear_hover_black_two:hover {
  background-position: 0 100%;
}
.hover-switch img {
  width: 100%;
  max-width: 86px;
}
.banner_bg_sec .hover-switch img {
  width: 100%;
  /* max-width: 65px;*/
}
img.d-block.minus_top.top {
  margin-top: -95px;
}
.banner_bg_sec img.d-block.minus_top.top {
  /* margin-top: -71px;*/
}
.banner_bg_sec .minus_top {
  margin-top: 0px;
}
/*
 * Show the last image by default
*/
.hover-switch>img:last-of-type {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
/*
 * Hide the last image on hover
*/
.hover-switch:hover>img:last-of-type {
  opacity: 0;
}
.hover-switch:hover img {
  transform: translateZ(20px);
  transition: 1s;
}
.inner-img {
  transition: 0.3s;
}
.padd_bott {
  padding-bottom: 0.5rem !important;
}
/* i.fab.dark_green.fw_500.fa-whatsapp.me-2.head_icon {
    background: #96a23d;
    border-radius: 50px;
    width: 22px;
    height: 22px;
    padding: 3px 0px 0px 4px;
    color: #e2e2e2cc;
} */
/* .bussiness_sec
{
    background-image: url(./images/green_bg_shade_trans.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
    } */
/* Rohit Code start */
.inner-img:hover {
  transform: scale(1.1);
}
.link {
  padding: 15px 30px;
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.link:hover {
  text-decoration: none;
  color: #000;
}
/*===================*/
/* PULSE SHRINK
/*===================*/
@-webkit-keyframes pulse-shrink-on-hover {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink-on-hover {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.pulse-shrink-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
}
.pulse-shrink-on-hover:hover,
.pulse-shrink-on-hover:focus,
.pulse-shrink-on-hover:active {
  -webkit-animation-name: pulse-shrink-on-hover;
  animation-name: pulse-shrink-on-hover;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.floating-label {
  position: relative;
  margin-bottom: 20px;
}
.floating-input,
.floating-select {
  font-size: 14px;
  padding: 4px 4px;
  display: block;
  width: 100%;
  height: 30px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #757575;
}
.floating-input:focus,
.floating-select:focus {
  outline: none;
  border-bottom: 2px solid #fff;
}
.floating-input:focus~label,
.floating-input:not(:placeholder-shown)~label {
  top: -18px;
  font-size: 14px;
  color: #fff;
}
.floating-select:focus~label,
.floating-select:not([value=""]):valid~label {
  top: -18px;
  font-size: 14px;
  color: #fff;
}
/* active state */
.floating-input:focus~.bar:before,
.floating-input:focus~.bar:after,
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
  width: 50%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.floating-textarea {
  min-height: 30px;
  max-height: 260px;
  overflow: hidden;
  overflow-x: hidden;
}
/* highlighter */
.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
p.fw_500.col-md-10 {
  color: black;
  font-size: 15px;
}
.text-animation {
  background: #000;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-wrapper {
  position: relative;
}
.text-wrapper h2 {
  z-index: 4;
  color: #fff;
  font-size: 15vw;
  white-space: nowrap;
  position: absolute;
  transform: translate(-50%, -62%);
}
.text-wrapper h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}
.text-wrapper h2:nth-child(2) {
  color: #fff;
  animation: wave 4s ease-in-out infinite;
}
@keyframes wave {
  /* start point */
  0%,
  100% {
    clip-path: polygon(0% 46%,
        17% 45%,
        34% 50%,
        56% 61%,
        69% 62%,
        86% 60%,
        100% 51%,
        100% 100%,
        0% 100%);
  }
  /* Mid point */
  50% {
    clip-path: polygon(0% 59%,
        16% 64%,
        33% 65%,
        52% 61%,
        70% 52%,
        85% 47%,
        100% 48%,
        100% 100%,
        0% 100%);
  }
}
/* ********************* Image Waves ************************ */
.waveDiv {
  position: absolute;
  overflow: hidden;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wave-content-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  bottom: -1px;
  background-image: linear-gradient(to top, #00607a 30%, #002029 90%);
}
.first-wave {
  z-index: 3;
  opacity: 0.5;
}
.second-wave {
  z-index: 2;
  opacity: 0.75;
}
.third-wave {
  z-index: 1;
}
.wave-image {
  width: 200%;
  height: 100%;
  position: absolute;
  left: 0;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}
.first-image {
  background-size: 50% 100px;
}
.animation-wave .first-image {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.second-image {
  background-size: 50% 120px;
}
.animation-wave .second-image {
  animation: waves 10s linear infinite;
}
.third-image {
  background-size: 50% 140px;
}
.animation-wave .third-image {
  animation: waves 10s linear infinite;
}
.item {
  width: 200px;
  height: 200px;
  margin: 50px auto;
  padding-top: 75px;
  background: rgba(255, 85, 0, .7);
  text-align: center;
  color: #4E4C48;
  font-size: 1.5em;
}
/* Rohit Code End */
.next_hub .pulse-shrink-on-hover {
  overflow: unset;
}
table.table.table_css th.main_member,
table.table.table_css td.main_member {
  width: auto;
  max-width: 130px;
  min-width: 90px;
}
.table_css thead th.main_member,
.table_css tbody th,
.table_css tbody td.main_member {
  background-color: #e6ebee !important;
}
.table_css thead th.two_th,
.table_css tbody td.two_th {
  text-align: center;
  background-color: #d2dde4 !important;
  width: 110px !important;
  max-width: 110px;
  min-width: 100px;
}
.table_css thead th.three_th,
.table_css tbody td.three_th {
  background-color: #c0cdd7 !important;
  text-align: center;
}
.table_css thead th.four_th,
.table_css tbody td.four_th {
  text-align: center;
  background-color: #adc0ca !important;
}
table.table_css th,
table.table_css td {
  border: 4px solid #ffffff !important;
  vertical-align: middle;
}
img.four_imgs {
  width: 100%;
  max-width: 120px;
}
.gray_col {
  color: #646e75;
}
.bg_for_div {
  background-image: url(./images/logo_bg_trans.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.green_gradient {
  background: linear-gradient(270deg, rgba(130, 173, 70, 1) 0%, rgba(161, 184, 73, 1) 100%);
}
.leftpart_common h2 {
  font-size: 75px;
  line-height: 67px;
  color: #4f5052;
}
.leftpart_common h6 {
  font-size: 24px;
  font-weight: 700 !important;
  color: #000;
  margin-top: 12px;
  margin-bottom: 15px;
}
.leftpart_common p {
  color: #000;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px;
}
.two_col_section_main {
  padding-top: 45px;
}
.two_col_section {
  display: flex;
  padding: 38px 0px;
  color: #000;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
}
.col_section_right p {
  color: #000;
  font-size: 17px;
  font-weight: 400;
}
.what_we_sec p {
    color: #000;
    font-size: 17px;
    font-weight: 400;
}
.leftpart_common {
  padding-right: 15%;
}
.box_wrap {
  margin-bottom: 45px;
}
.two_col_section:nth-child(even) {
  flex-direction: row-reverse;
}
.two_col_section:nth-child(odd) .col_section_right {
  padding-left: 10%;
}
.two_col_section:nth-child(even) .col_section_right {
  padding-left: 10%;
  padding-right: 0px;
  background-color: #eeeeee;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-right: -100px;
  width: 100%;
}
.col_section_right h2, .what_we_sec h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 55px;
  line-height: 54px;
  margin-bottom: 12px;
}
.col_section_right h2 span, .what_we_sec h2 span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}
.iconbox h4 {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  font-family: 'MyriadPro' !important;
}
.contact_details_section {
  background-image: url(./images/map_bg.jpg);
  background-repeat: no-repeat;
  padding: 258px 10px;
  background-size: cover;
  position: relative;
}
.contact_details_section:after {
  position: absolute;
  content: "";
  background-color: #000000cf;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.contact_inner_wrap {
  position: relative;
  z-index: 2;
  max-width: 1010px;
  margin: auto;
  color: #fff;
}
.contact_innerbox {
  background-repeat: no-repeat;
  background-position: center left;
}
.contact_innerbox h5 {
  font-size: 31px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}
.contact_innerbox p {
  font-size: 31px;
  font-weight: 400;
}
.contact_innerbox p a {
  color: #fff;
  text-decoration: none;
}
.contact_innerbox.phone {
  background-image: url(./images/phone_icon.png);
  padding-left: 50px;
}
.contact_innerbox.email {
  background-image: url(./images/envelope_icon.png);
  padding-left: 110px;
  background-position: 11% 50%;
}
.contact_innerbox.fax {
  background-image: url(./images/fax_icon.png);
  padding-left: 55px;
}
.contact_innerbox p {
  margin-bottom: 0;
  line-height: 1;
}
.what_we_sec h2 {
  margin-bottom: 18px;
}
.what_we_sec .table-responsive {
  padding-top: 12px;
}
.iconbox_wrapper {
  margin-top: 75px !important;
  margin-bottom: 95px;
}
.navbar-nav a {
  font-size: 16px !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.banner_comm {
  padding-bottom: 20px;
}
.col_section_left img {
  position: relative;
  z-index: 2;
  max-width: inherit;
}
.two_col_section ul li {
  margin-bottom: 3px;
}
.two_col_section ul {
  list-style: none;
  padding-left: 25px;
}
.two_col_section ul li::before {
  content: "\2022";
  font-size: 23px;
  color: #96a23d;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.col_section_left {}
.col_section_right {}
.grey_color {
  background-color: transparent !important;
}
.col_section_right.space {
  padding-right: 3%;
}
.legal_assist_col .two_col_section:nth-child(even) .col_section_right {
  padding-left: 6% !important;
}
.legal_assist_col .two_col_section:nth-child(even) .col_section_right.right-space {
  padding-left: 20% !important;
}
.banner-home h6 {
  color: #000 !important;
  font-size: 18px;
  padding-top: 10px;
}
.banner-home {
  padding-top: 30px;
  padding-bottom: 60px;
}
.banner-home p {
  font-size: 15px;
}
.letus_btn_form input {
  width: 100%;
  background: #fff;
  color: #000;
  height: 48px;
  border: 0;
  padding: 10px;
  margin: 14px 0 0;
}
.letus_btn_form input[type="submit"] {
  background: #d4b137;
  cursor: pointer;
  color: #000;
  font-size: 17px;
  margin: 15px auto 0;
  display: block;
  cursor: pointer;
  font-weight: 600;
  border: 1px solid #fff;
  padding: 10px 50px;
  height: inherit;
}
.cont_topdetails a {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.banner-home .my_div {
  padding-left: 0px;
}
.contact_us_bg .img_div img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
@media only screen and (max-width: 1100px) and (min-width: 1000px) {
  table.table.table_css th.main_member,
  table.table.table_css td.main_member {
    width: auto;
    max-width: 130px;
    min-width: 120px;
  }
  .text_width {
    width: 100%;
    max-width: 233px;
    margin-left: 0px;
  }
  .small_scree_sec.below_bg {
    padding-bottom: 10px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .col_section_right h2, .what_we_sec h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .two_col_section:nth-child(odd) .col_section_right {
    padding-left: 5%;
  }
  .two_col_section:nth-child(even) .col_section_right {
    padding-left: 5%;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-right: -95px;
  }
  .iconbox h4 {
    font-size: 22px;
  }
  .navbar-nav a {
    font-size: 14px !important;
  }
  .contact_us_bg .link {
    padding: 15px 15px;
    gap: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner_comm img, .two_col_section_main img {}
  .contact_innerbox p {
    font-size: 17px;
  }
  .contact_innerbox h5 {
    font-size: 26px;
  }
  .two_col_section:nth-child(even) .col_section_right {
    margin-right: 0;
  }
  .two_col_section {
    display: block;
    padding: 15px 0px;
    text-align: center;
  }
  .contact_details_section {
    padding: 100px 10px;
  }
  .iconbox h4 {
    font-size: 18px;
  }
  .leftpart_common h2 {
    font-size: 60px;
    line-height: 58px;
  }
  .leftpart_common p {
    font-size: 16px;
  }
  .two_col_section .col_section_right {
    padding: 8% !important;
  }
  .col_section_right h2, .what_we_sec h2 {
    font-size: 43px;
    line-height: 45px;
  }
  .col_section_right .col-md-9, .col_section_right .col-md-10 {
    width: 100%;
  }
  .contact_us_bg .link {
    padding: 15px 15px;
    gap: 10px;
  }
  .contact_us_bg .link p {
    font-size: 14px !important;
  }
  .btn.butn {
    font-size: 16px !important;
    padding: 12px 20px !important;
  }
  .line_height_20 {
    line-height: 25px;
  }
  .legal_assist_col .two_col_section:nth-child(even) .col_section_right.right-space {
    padding-left: 0% !important;
  }
}
@media only screen and (max-width: 767px) {
  .banner_comm img, .two_col_section_main img {
    width: 100%;
  }
  .two_col_section {
    display: block;
    padding: 15px 0px;
    text-align: center;
  }
  .col_section_right h2, .what_we_sec h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .two_col_section:nth-child(even) .col_section_right {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
    margin-right: 0;
  }
  .contact_innerbox p {
    font-size: 16px;
  }
  .contact_innerbox h5 {
    font-size: 22px;
  }
  .contact_innerbox.email {
    background-image: url(./images/envelope_icon.png);
    padding-left: 49px;
    background-position: 0% 50%;
  }
  .leftpart_common h2 {
    font-size: 45px;
    line-height: 40px;
  }
  .iconbox_wrapper {
    margin-top: 30px !important;
    margin-bottom: 30px;
  }
  .contact_details_section {
    padding: 50px 10px;
  }
  .contact_innerbox {
    background-size: 8%;
    padding-left: 35px;
    margin: 10px 0px;
  }
  .leftpart_common p {
    font-size: 15px;
  }
  .two_col_section .col_section_right {
    padding: 5% !important;
  }
  .legal_assist_col .two_col_section:nth-child(even) .col_section_right {
    padding-left: 5% !important;
  }
  .footer_nav li a {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 14px !important;
  }
  .footer_copyright p {
    font-size: 14px !important;
  }
  .col_section_right .col-md-9 {
    width: 100%;
  }
  .leftpart_common {
    padding-right: 0;
    text-align: center;
  }
  .btn.butn {
    font-size: 16px !important;
  }
  .card-content p {
    min-height: auto;
  }
  .line_height_20 {
    line-height: 25px;
  }
  .banner-home h2 {
    font-size: 38px;
    text-align: center;
  }
  .banner-home h6 {
    text-align: center;
  }
  .banner-home .my_div {
    padding-left: 0px;
  }
  .banner-home .banner_bg_sec {
    margin-left: -0px;
  }
  img.w-img {
    padding: 0 15px;
  }
  .order2 {
    order: 2;
  }
  .order1 {
    order: 1;
  }
  .footer_sec {
    text-align: center;
  }
}


/*========= 06-12-2024 ============*/
.blog_area {
	text-align: center;
	padding: 50px 0;
}
.blog_area ul {
	display: flex;
    width: 100%;
    align-items: flex-start;
    flex-flow: row wrap;
    padding: 0;
    margin: 0 auto 10px;
}
.blog_area ul li {
	display: inline-block;
	width: 32%;
	margin: 15px 0 15px 2%;
}
.blog_area ul li:nth-child(3n+1) {
	margin: 15px 0;
}
.blog_area ul li .blog_img {
	width: 100%;
}
.blog_area ul li .blog_img img {
	width: auto;
}
.blog_area ul li .blog_txt {
	width: 100%;
    margin: 15px 0 0 0;
    text-align: center;
}
.blog_area ul li .blog_txt h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 700;
	color: #000;
}
.blog_area ul li .blog_txt h2 a{ color: #000; text-decoration: none;}
.blog_area ul li .blog_txt ul {
	justify-content:center;
}
.blog_area ul li .blog_txt ul li {
	display: inline-block;
	width: auto;
	list-style: disc inside;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	padding: 0 9px;margin: 5px 0;
}
.blog_area ul li .blog_txt p {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #000; margin: 0;
}

.center {
  text-align: center;
}

.pagination {
margin:0 0 15px; justify-content: center;
}
.page-item.active .page-link {  background-color: #a2b746;  border-color: #a2b746;}
.pagination a.page-link:hover {   color: #a2b746;}
.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.pagination a.active {
  background-color: #a2b746;
  color: white;
  border: 1px solid #a2b746;
}

.pagination a:hover:not(.active) {background-color: #ddd;}


.blog_details_area {
	padding: 50px 0;
    width: 100%;
    float: none;
    display: inline-block;
}
.blog_details_area .bd_left {
	width:70%;
	float:left;
}
.blog_details_area .bd_left p{
	margin:15px 0 0 0;
}
.blog_details_area .bd_left h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 700;
	color: #000;
}
.blog_details_area .bd_left ul {
	display: table;
	width: 100%;
	list-style: disc inside;
padding:0;
}
.blog_details_area .bd_left li {
	display: inline-block;
	width: auto;
	list-style: disc inside;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	padding: 0 9px;
}
.blog_details_area .bd_left p {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #000;
}




.mail_form {
}
.mail_form h2 {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 25px 0;
}
.mail_form input[type="text"], .mail_form input[type="email"], .mail_form input[type="tel"], .mail_form input[type="date"], .mail_form input[type="time"], .mail_form select, .mail_form textarea {
	width: 100%;
	height: 55px;
	border: 1px solid #999;
	border-radius: 0px;
	margin: 1% 0;
	padding: 0 5px;
	text-indent: 0px;
	font: 400 15px/55px 'Montserrat', sans-serif;
	color: #000;
	background: #fff;
}
.mail_form textarea {
	height: 123px;
	line-height: 20px;
	padding: 5px;
}
.mail_form input[type="checkbox"], .mail_form input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 5px 0 0;
}
.mail_form input[type="submit"] {
	background: #a2b746;
	font: 600 16px/47px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0px 55px;
	margin: 15px 0 0;
	display: inline-block;
	border: none;
	border-radius: 30px;
}
.mail_form input[type="submit"]:hover {
	background: #000;
	color: #fff;
	transition: all .3s ease-in-out;
	border-radius: 0px 15px 0 15px;
}
 .mail_form input[type="text"]::-webkit-input-placeholder, .mail_form input[type="email"]::-webkit-input-placeholder, .mail_form input[type="tel"]::-webkit-input-placeholder, .mail_form input[type="date"]::-webkit-input-placeholder, .mail_form input[type="time"]::-webkit-input-placeholder, .mail_form select::-webkit-input-placeholder {
 font: 400 15px/55px 'Montserrat', sans-serif;
 color: #999999 !important;
 opacity:1;
}
.mail_form textarea::-webkit-input-placeholder {
 font: 400 15px/20px 'Montserrat', sans-serif;
 color: #999999 !important;
 opacity:1;
}

.bd_right {
	background: #efefef;
	padding: 25px 15px;
	width:27%;
	margin:0 0 0 3%;
	float:left;
}
.bd_right .search {
	position: relative;
}
.bd_right .search input[type="text"] {
	width: 100%;
	height: auto;
	background: #ccc;
	border-radius: 50px;
	padding: 15px 15px;
	border:1px solid #999;
}
.bd_right .search a {
	position: absolute;
	right: 5px;
	top: 5px;
	border-radius: 50%;
	padding: 10px 15px;
}

.cat_area{
	margin:0 0 0 0;
}
.cat_area h2{
	font: 700 25px/30px 'Montserrat', sans-serif;
	color: #000;
}
.cat_area ul{
	width:100%;
	display:table;
	padding:0;
	margin:0 auto;
}
.cat_area ul li{
	width:100%;
	display:inline-block;
	padding:9px 0 9px 15px;
	border-bottom:1px dashed #999;
background:url(images/ci.png) no-repeat left center;
}
.cat_area ul li:last-child{
	border:none;
}

.rp_area{
	margin:25px 0 0 0;
}
.rp_area h2{
	font: 700 25px/30px 'Montserrat', sans-serif;
	color: #000;
}
.rp_area ul{
	width:100%;
	display:table;
	padding:0;
	margin:0 auto;
}
.rp_area ul li{
	width:100%;
	display:inherit;
	padding:5px 0;
}

.rp_area ul li .rp_left{
	width:30%;
	float:left;
}
.rp_area ul li .rp_right{
	width:68%;
	float:left;
	margin:0 0 0 2%;
}
.rp_area ul li .rp_right h6{
	font:400 17px/20px 'Montserrat', sans-serif;
	color: #000;
}
.rp_area ul li .rp_right h6 a{ color: #000; text-decoration: none;}
.rp_area ul li .rp_right h6 a:hover{ color: #a2b746;}
.rp_area ul li .rp_right p {
	font: 700 10px/12px 'Montserrat', sans-serif;
	color: #9fa3a7;
	background:url(images/com.png) no-repeat left center;
	padding:0 0 0 15px;
	margin:0;
}

.tc_area {
	margin: 25px 0 0 0;
}
.tc_area h2 {
	font: 700 25px/30px 'Montserrat', sans-serif;
	color: #000;
}
.tc_area ul {
	width: 100%;
	display: table;
	padding: 0;
	margin: 0 auto;
}
.tc_area ul li {
	width: 49%;
	display: inline-block;
	padding: 0;
	text-align:center;
	margin:2.5px 0.5%;
	background:#8ea239;
	font: 700 12px/15px 'Montserrat', sans-serif;
	color: #fff;
}
.tc_area ul li a{
	display:block;
	font: 700 12px/15px 'Montserrat', sans-serif;
	color: #fff;
text-decoration:none;
padding: 15px 0;
}
.tc_area ul li:hover{
	background:#000;
}
#showComments{}
#showComments .panel{ border: 1px solid #a2b746;  border-radius: 6px;  padding:10px; margin: 0 0 10px;}
#showComments .panel:after{ clear: both; content: ""; display: block;}
#showComments .panel .panel-footer button{ padding: 0 10px; float:right;}
#showComments .panel.replybox{ margin-left:45px; background: #e4e6df;}

 @media only screen and (max-width: 1198px) {
}
@media only screen and (max-width: 990px) {
.blog_area ul li {
	width: 48%;
	margin: 15px 1%;
}
.blog_area ul li:nth-child(3n+1) {
	margin: 15px 1%;
}
.blog_details_area .bd_left {
    width: 60%;
}
.bd_right {
    background: #efefef;
    width: 37%;
}
}
 @media only screen and (max-width: 740px) {
.blog_details_area .bd_left {
    width: 100%;
}
.bd_right {
    background: #efefef;
    width: 100%;
	margin:3% 0 0 0;
}
}
@media only screen and (max-width: 440px) {
.blog_area ul li {
	width: 98%;
}
.blog_area ul li:nth-child(3n+1) {
}
}