@font-face {
  font-family: 'noahbold';
  src: url("../fonts/noah-bold.eot");
  src: url("../fonts/noah-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/noah-bold.woff2") format("woff2"), url("../fonts/noah-bold.woff") format("woff"), url("../fonts/noah-bold.svg#noahbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'noahbold_italic';
  src: url("../fonts/noah-bolditalic.eot");
  src: url("../fonts/noah-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/noah-bolditalic.woff2") format("woff2"), url("../fonts/noah-bolditalic.woff") format("woff"), url("../fonts/noah-bolditalic.svg#noahbold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'noahregular';
  src: url("../fonts/noah-regular.eot");
  src: url("../fonts/noah-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/noah-regular.woff2") format("woff2"), url("../fonts/noah-regular.woff") format("woff"), url("../fonts/noah-regular.svg#noahregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'noahregular_italic';
  src: url("../fonts/noah-regularitalic.eot");
  src: url("../fonts/noah-regularitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/noah-regularitalic.woff2") format("woff2"), url("../fonts/noah-regularitalic.woff") format("woff"), url("../fonts/noah-regularitalic.svg#noahregular_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (min-width: 1200px) {
  body.page-template-page-home {
    height: 100vh;
    overflow: hidden; }
    body.page-template-page-home section.homepage_hero_section, body.page-template-page-home section.home_canada_immigration, body.page-template-page-home section.citizenship_by_investment, body.page-template-page-home section.residenceship_by_investment, body.page-template-page-home section.homepage_cta, body.page-template-page-home section.industry_experience, body.page-template-page-home section.home_about_us {
      overflow: hidden; } }

section {
  position: relative; }

.gradient_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 150px;
  width: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background-image: linear-gradient(to top, black, transparent); }

.gradient_top {
  position: absolute;
  left: 0;
  top: 0;
  height: 150px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
  background-image: linear-gradient(to bottom, black, transparent); }

.homepage_hero_section {
  background-image: url('https://ace-law.ca/wp-content/uploads/2021/03/hero_img.jpg');
  background-size: cover;
  background-position: center center;
  position: relative; }
  @media (min-width: 1200px) {
    .homepage_hero_section {
      height: 100vh; } }
  @media (max-width: 1200px) {
    .homepage_hero_section {
      min-height: 700px;
      height: 100%; } }
  .homepage_hero_section .hero_meta_wrapper {
    max-height: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    @media screen and (min-height: 750px) and (max-height: 900px) {
      .homepage_hero_section .hero_meta_wrapper {
        top: 50px; } }
    .homepage_hero_section .hero_meta_wrapper .heading {
      text-transform: uppercase;
      font-size: 80px;
      max-width: 1100px;
      letter-spacing: 6px;
      position: relative;
      top: -50px; }
      @media (max-width: 1200px) {
        .homepage_hero_section .hero_meta_wrapper .heading {
          letter-spacing: 5px;
          font-size: 50px; } }
    .homepage_hero_section .hero_meta_wrapper .learn_more_url {
      display: block;
      position: relative;
      top: -50px;
      max-width: 250px;
      background-color: white;
      padding: 14px 40px;
      text-align: center;
      text-decoration: none;
      border-radius: 4px;
      font-family: "noahbold", sans-serif;
      color: #03171D;
      margin: 40px auto 0 auto;
      font-size: 25px;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.7);
              box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.7); }
      .homepage_hero_section .hero_meta_wrapper .learn_more_url:hover {
        background-color: #062933;
        color: white; }
      @media (max-width: 1200px) {
        .homepage_hero_section .hero_meta_wrapper .learn_more_url {
          font-size: 19px;
          padding: 12px 35px; } }
  .homepage_hero_section .hero_section_meta {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    z-index: 2;
  display: none;
     }

     @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px){ 
      .homepage_hero_section.hero_section_meta {display: inline;}
  }

    .homepage_hero_section .hero_section_meta .rbd_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .homepage_hero_section .hero_section_meta .rbd_container .social_handles {
      width: 300px;
      list-style-type: none;
      display: flex;
    letter-spacing: 20px;
      margin: 0;
      padding: 0; }
      .homepage_hero_section .hero_section_meta .rbd_container .social_handles .li {
        display: inline-block; }
        .homepage_hero_section .hero_section_meta .rbd_container .social_handles .li .a {
          color: white;
          display: block;
          text-decoration: none;
          font-size: 16px;
          padding: 10px;
          width: 30px;
          height: 30px;
          text-align: center;
          margin: 0 10px; }
           .homepage_hero_section .hero_section_meta .rbd_container .social_handles .li iconpath{
            color: white;
           }

@media all and (max-width: 500px)
{
 .homepage_hero_section .hero_section_meta .rbd_container .social_handles {
          width: 100%;
          justify-content: center;
          text-align: center; }
}

    
    .homepage_hero_section .hero_section_meta .rbd_container .scroll_down_url {
      color: white;
      text-decoration: none;
      font-size: 16px;
      font-family: "noahbold", sans-serif;
      text-transform: uppercase; }
      @media (max-width: 1200px) {
        .homepage_hero_section .hero_section_meta .rbd_container .scroll_down_url {
          width: 100%;
          text-align: center;
          margin-top: 50px; } }
    @media (max-width: 767.98px) {
      .homepage_hero_section .hero_section_meta .rbd_container.scroll_down_url {
        display: none; } }
  @media (max-width: 575.98px) {
    .homepage_hero_section .hero_meta_wrapper .heading {
      letter-spacing: normal;
      line-height: 60px; } }

.home_canada_immigration {
  position: relative;
  background-color: #062933;
  z-index: 22; }
  @media (min-width: 1200px) {
    .home_canada_immigration {
      height: 100vh; } }
  @media (max-width: 1200px) {
    .home_canada_immigration {
      min-height: 100%; } }
  .home_canada_immigration .rbd_container {
    height: 100%; }
  .home_canada_immigration .item_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    .home_canada_immigration .item_wrapper .item {
      width: 50%;
      height: 100%; }
      .home_canada_immigration .item_wrapper .item.left_item {
        background-color: #062933;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 40px 0 0; }
        .home_canada_immigration .item_wrapper .item.left_item .section_heading {
          font-size: 70px;
          letter-spacing: 6px;
          text-transform: uppercase;
          margin-bottom: 30px;
          max-width: 600px; }
          @media screen and (min-height: 750px) and (max-height: 900px) {
            .home_canada_immigration .item_wrapper .item.left_item .section_heading {
              font-size: 50px; } }

              .home_canada_immigration .item_wrapper .item.left_item .section_heading_sub {
          font-size: 41px;
          letter-spacing: 6px;
          text-transform: uppercase;
          margin-bottom: 15px;
          max-width: 600px; }
          @media screen and (min-height: 750px) and (max-height: 900px) {
            .home_canada_immigration .item_wrapper .item.left_item .section_heading_sub {
              font-size: 41px; } }

        .home_canada_immigration .item_wrapper .item.left_item .section_description {
          font-size: 40px;
          line-height: 50px;
          margin-bottom: 30px; }
          @media screen and (min-height: 750px) and (max-height: 900px) {
            .home_canada_immigration .item_wrapper .item.left_item .section_description {
              font-size: 30px;
              line-height: 40px; } }
        .home_canada_immigration .item_wrapper .item.left_item .section_excerpt {
          font-size: 30px;
          line-height: 38px;
          color: white;
          margin-bottom: 30px; }
           .home_canada_immigration .item_wrapper .item.left_item .section_excerpt_sub {
          font-size: 27px;
          line-height: 34px;
          color: white;
          margin-bottom: 15px; }
          @media screen and (min-height: 750px) and (max-height: 900px) {
            .home_canada_immigration .item_wrapper .item.left_item .section_excerpt {
              font-size: 25px;
              line-height: 35px; } 
             .home_canada_immigration .item_wrapper .item.left_item .section_excerpt_sub {
              font-size: 23px;
              line-height: 35px; } }
        .home_canada_immigration .item_wrapper .item.left_item .section_learn_more_url {
          display: inline-block;
          color: white;
          text-transform: uppercase;
          text-decoration: none;
          font-family: "noahbold", sans-serif;
          font-size: 25px;
          position: relative; }
          .home_canada_immigration .item_wrapper .item.left_item .section_learn_more_url:after {
            content: '';
            display: block;
            width: 50px;
            height: 2px;
            background-color: white;
            position: absolute;
            right: -60px;
            top: 50%;
            margin-top: -1px; }
      .home_canada_immigration .item_wrapper .item.right_item {
        position: absolute;
        right: 0;
        top: 0;
        background-size: cover;
        background-position: center center; }
   .home_canada_immigration .item_wrapper .item.right_item .image {
        position: absolute;
        right: 0;
        top: 0;
     object-fit: cover;
     width: 100%;
         width: -webkit-fill-available;
      }

        .home_canada_immigration .item_wrapper .item.right_item  .overlay {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(18, 26, 26, 0.32); }


          .home_canada_immigration .item_wrapper .item.right_item .imge {
      object-fit: cover;
        position: absolute;
        right: 0;
        top: 0; }
        

        .home_canada_immigration .item_wrapper .item.right_item .img_wrapper {
          height: 100%; }
          .home_canada_immigration .item_wrapper .item.right_item .img_wrapper img {
            display: block;
            height: 100%;
            width: auto; }
    @media (max-width: 1200px) {
      .home_canada_immigration .item_wrapper .item {
        width: 100%; }
        .home_canada_immigration .item_wrapper .item.left_item {
          padding: 150px 0px 70px 0px; }
          .home_canada_immigration .item_wrapper .item.left_item .section_heading {
            font-size: 50px; }
              .home_canada_immigration .item_wrapper .item.left_item .section_heading_sub {
            font-size: 41px; }
          .home_canada_immigration .item_wrapper .item.left_item .section_description {
            font-size: 28px;
            line-height: 35px; }
          .home_canada_immigration .item_wrapper .item.left_item .section_excerpt {
            font-size: 24px;
            line-height: 28px; }
          .home_canada_immigration .item_wrapper .item.left_item .section_excerpt_sub {
            font-size: 21px;
            line-height: 28px; }
          .home_canada_immigration .item_wrapper .item.left_item .section_learn_more_url {
            font-size: 20px; }
        .home_canada_immigration .item_wrapper .item.right_item {
          height: 500px;
          position: relative; } }
  @media (max-width: 575.98px) {
    .home_canada_immigration .item_wrapper .item.left_item .section_heading {
      font-size: 40px;
      line-height: 50px;
      letter-spacing: 0; }
       .home_canada_immigration .item_wrapper .item.left_item .section_heading_sub {
      font-size: 41px;
      line-height: 50px;
      letter-spacing: 0; }
    .home_canada_immigration .item_wrapper .item.left_item .section_description {
      font-size: 22px;
      line-height: 30px;
      letter-spacing: 0; }
    .home_canada_immigration .item_wrapper .item.left_item .section_excerpt {
      font-size: 20px; }  
    .home_canada_immigration .item_wrapper .item.left_item .section_excerpt_sub {
      font-size: 20px; } }


.immigration_sub {
  position: relative;
  background-color: #062933;
  z-index: 22; }
  @media (min-width: 1200px) {
    .immigration_sub {
      height: 100vh; } }
  @media (max-width: 1200px) {
    .immigration_sub {
      min-height: 100%; } }
  .immigration_sub .rbd_container {
    height: 100%; }
  .immigration_sub .item_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    .immigration_sub .item_wrapper .item {
      width: 50%;
      height: 100%; }
      .immigration_sub .item_wrapper .item.left_item {
  
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 40px 0 40px; 
position: absolute;
right: 0;
      }

   .immigration_sub .item_wrapper .item.right_item .scroll_animation.right_bottom
   {
    left: 5%;
   }

        .immigration_sub .item_wrapper .item.left_item .section_heading {
          font-size: 70px;
          letter-spacing: 6px;
          text-transform: uppercase;
          margin-bottom: 30px;
          max-width: 600px; }
          @media screen and (min-height: 750px) and (max-height: 900px) {
            .immigration_sub .item_wrapper .item.left_item .section_heading {
              font-size: 50px; } }

              .immigration_sub .item_wrapper .item.left_item .section_heading_sub {
          font-size: 41px;
          letter-spacing: 6px;
          text-transform: uppercase;
          margin-bottom: 15px;
          max-width: 600px; }
          @media screen and (min-height: 750px) and (max-height: 900px) {
            .immigration_sub .item_wrapper .item.left_item .section_heading_sub {
              font-size: 41px; } }

        .immigration_sub .item_wrapper .item.left_item .section_description {
          font-size: 40px;
          line-height: 50px;
          margin-bottom: 30px; }
          @media screen and (min-height: 750px) and (max-height: 900px) {
            .immigration_sub .item_wrapper .item.left_item .section_description {
              font-size: 30px;
              line-height: 40px; } }
        .immigration_sub .item_wrapper .item.left_item .section_excerpt {
          font-size: 30px;
          line-height: 38px;
          color: white;
          margin-bottom: 30px; }
           .immigration_sub .item_wrapper .item.left_item .section_excerpt_sub {
          font-size: 27px;
          line-height: 34px;
          color: white;
          margin-bottom: 15px; }
          @media screen and (min-height: 750px) and (max-height: 900px) {
            .immigration_sub .item_wrapper .item.left_item .section_excerpt {
              font-size: 25px;
              line-height: 35px; } 
             .immigration_sub .item_wrapper .item.left_item .section_excerpt_sub {
              font-size: 23px;
              line-height: 35px; } }
        .immigration_sub .item_wrapper .item.left_item .section_learn_more_url {
          display: inline-block;
          color: white;
          text-transform: uppercase;
          text-decoration: none;
          font-family: "noahbold", sans-serif;
          font-size: 25px;
          position: relative; }
          .immigration_sub .item_wrapper .item.left_item .section_learn_more_url:after {
            content: '';
            display: block;
            width: 50px;
            height: 2px;
            background-color: white;
            position: absolute;
            right: -60px;
            top: 50%;
            margin-top: -1px; }
      .immigration_sub .item_wrapper .item.right_item {
        position: absolute;
        left: 0;
        top: 0;
        background-size: cover;
        background-position: center center; }

        .immigration_sub .item_wrapper .item.image {
        position: absolute;
   
       object-fit: cover;
       width: -moz-available;
       width:-webkit-fill-available ; }
        
        .immigration_sub .item_wrapper .item.right_item .overlay {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(18, 26, 26, 0.32); }
        .immigration_sub .item_wrapper .item.right_item .img_wrapper {
          height: 100%; }
          .immigration_sub .item_wrapper .item.right_item .img_wrapper img {
            display: block;
            height: 100%;
            width: auto; }
    @media (max-width: 1200px) {
      .immigration_sub .item_wrapper .item {
        width: 100%; }
        .immigration_sub .item_wrapper .item.left_item {
          padding: 150px 0px 70px 0px;
          position:relative; }
          .immigration_sub .item_wrapper .item.left_item .section_heading {
            font-size: 50px; }
              .immigration_sub .item_wrapper .item.left_item .section_heading_sub {
            font-size: 41px; }
          .immigration_sub .item_wrapper .item.left_item .section_description {
            font-size: 28px;
            line-height: 35px; }
          .immigration_sub .item_wrapper .item.left_item .section_excerpt {
            font-size: 24px;
            line-height: 28px; }
          .immigration_sub .item_wrapper .item.left_item .section_excerpt_sub {
            font-size: 21px;
            line-height: 28px; }
          .immigration_sub .item_wrapper .item.left_item .section_learn_more_url {
            font-size: 20px; }
        .immigration_sub .item_wrapper .item.right_item {
          height: 500px;
          position: relative; } }
  @media (max-width: 575.98px) {
    .immigration_sub .item_wrapper .item.left_item .section_heading {
      font-size: 40px;
      line-height: 50px;
      letter-spacing: 0; }
       .immigration_sub .item_wrapper .item.left_item .section_heading_sub {
      font-size: 41px;
      line-height: 50px;
      letter-spacing: 0; }
    .immigration_sub .item_wrapper .item.left_item .section_description {
      font-size: 22px;
      line-height: 30px;
      letter-spacing: 0; }
    .immigration_sub .item_wrapper .item.left_item .section_excerpt {
      font-size: 20px; }  
    .immigration_sub .item_wrapper .item.left_item .section_excerpt_sub {
      font-size: 20px; } }












.citizenship_by_investment {
  position: relative;
  background-color: #062933; }
  @media (min-width: 1200px) {
    .citizenship_by_investment {
      height: 100vh; } }
  @media (max-width: 1200px) {
    .citizenship_by_investment {
      min-height: 100%; } }
  .citizenship_by_investment .section_heading {
    padding-top: 80px;
    padding-bottom: 50px;
    text-align: center;
    font-size: 60px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 6px; }
    @media (max-width: 1200px) {
      .citizenship_by_investment .section_heading {
        font-size: 50px; } }
    @media screen and (min-height: 750px) and (max-height: 900px) {
      .citizenship_by_investment .section_heading {
        font-size: 50px; } }
  .citizenship_by_investment .cbi_items_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .citizenship_by_investment .cbi_items_wrapper .item {
      height: 100%; }
      .citizenship_by_investment .cbi_items_wrapper .item.cbi_item {
        width: 12.5%;
        cursor: pointer; }
        .citizenship_by_investment .cbi_items_wrapper .item.cbi_item .cbi_item_object {
          position: relative;
          height: 100%;
          display: block;
          width: 100%;
          text-decoration: none;
          color: white; }
          .citizenship_by_investment .cbi_items_wrapper .item.cbi_item .cbi_item_object .img_wrapper {
            height: 100%; }
            .citizenship_by_investment .cbi_items_wrapper .item.cbi_item .cbi_item_object .img_wrapper img {
              height: 100%;
              width: 100%; }
          .citizenship_by_investment .cbi_items_wrapper .item.cbi_item .cbi_item_object .overlay {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), color-stop(transparent), color-stop(transparent), to(rgba(0, 0, 0, 0.4)));
            background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent, transparent, rgba(0, 0, 0, 0.4)); }
            .citizenship_by_investment .cbi_items_wrapper .item.cbi_item .cbi_item_object .overlay .cbi_item_text {
              -webkit-writing-mode: vertical-rl;
                  -ms-writing-mode: tb-rl;
                      writing-mode: vertical-rl;
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg);
              position: absolute;
              bottom: 50px;
              right: 10px;
              font-size: 40px;
              font-family: "noahbold", sans-serif;
              text-transform: capitalize;
              letter-spacing: 5px; }
            .citizenship_by_investment .cbi_items_wrapper .item.cbi_item .cbi_item_object .overlay .cbi_item_description {
              display: none; }
            .citizenship_by_investment .cbi_items_wrapper .item.cbi_item .cbi_item_object .overlay .cbi_item_learn_more_url {
              display: none; }
    @media (max-width: 1200px) {
      .citizenship_by_investment .cbi_items_wrapper {
        position: static; }
        .citizenship_by_investment .cbi_items_wrapper .item.cbi_item {
          width: 25%; }
          .citizenship_by_investment .cbi_items_wrapper .item.cbi_item .img_wrapper img {
            width: 100%; }
          .citizenship_by_investment .cbi_items_wrapper .item.cbi_item .overlay .cbi_item_text {
            font-size: 28px; } }
    @media (max-width: 767.98px) {
      .citizenship_by_investment .cbi_items_wrapper .item.cbi_item {
        width: 50%; } }
  @media (max-width: 575.98px) {
    .citizenship_by_investment .section_heading {
      font-size: 40px;
      letter-spacing: 0;
      line-height: 50px; }
    .citizenship_by_investment .cbi_items_wrapper .item.cbi_item .cbi_item_object .overlay .cbi_item_text {
      font-size: 26px; } }

.residenceship_by_investment {
  background-color: #062933;
  color: white; }
  @media (min-width: 1200px) {
    .residenceship_by_investment {
      height: 100vh; } }
  @media (max-width: 1200px) {
    .residenceship_by_investment {
      min-height: 100%; } }
  .residenceship_by_investment .item_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    .residenceship_by_investment .item_wrapper .item {
      height: 100%; }
      .residenceship_by_investment .item_wrapper .item.right_item {
        width: 60%;
        background-color: #062933;
        background-image: -webkit-gradient(linear, left top, right top, from(black), to(transparent));
        background-image: linear-gradient(to right, black, transparent);
        padding: 30px 40px; }
        @media screen and (min-height: 750px) and (max-height: 900px) {
          .residenceship_by_investment .item_wrapper .item.right_item {
            padding: 20px 30px; } }
        .residenceship_by_investment .item_wrapper .item.right_item .section_heading {
          padding-top: 10px;
          font-size: 50px;
          letter-spacing: 4px;
          text-transform: uppercase;
          margin-bottom: 30px;
          max-width: 600px; }
          @media screen and (min-height: 700px) and (max-height: 850px) {
            .residenceship_by_investment .item_wrapper .item.right_item .section_heading {
              font-size: 38px;
              margin-bottom: 15px; } }
        .residenceship_by_investment .item_wrapper .item.right_item .section_description {
          font-size: 25px;
          line-height: 25px;
          margin-bottom: 30px; }
          @media screen and (min-height: 750px) and (max-height: 900px) {
            .residenceship_by_investment .item_wrapper .item.right_item .section_description {
              font-size: 20px;
              line-height: 30px; } }
        .residenceship_by_investment .item_wrapper .item.right_item .rbi_countries_wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row wrap;
                  flex-flow: row wrap;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .residenceship_by_investment .item_wrapper .item.right_item .rbi_countries_wrapper .rbi_country {
            width: 32%;
            margin-bottom: 30px; }
            .residenceship_by_investment .item_wrapper .item.right_item .rbi_countries_wrapper .rbi_country .img_wrapper {
              width: 70px;
              height: 70px; }
              .residenceship_by_investment .item_wrapper .item.right_item .rbi_countries_wrapper .rbi_country .img_wrapper img {
                display: block;
                width: 100%;
                height: 100%; }
            .residenceship_by_investment .item_wrapper .item.right_item .rbi_countries_wrapper .rbi_country .rbi_country_name {
              font-family: "noahbold", sans-serif;
              margin: 7px 0 7px 0;
              font-size: 20px; }
            .residenceship_by_investment .item_wrapper .item.right_item .rbi_countries_wrapper .rbi_country .rbi_country_url {
              color: white;
              text-decoration: none;
              font-family: "noahbold", sans-serif;
              font-size: 17px;
              display: inline-block;
              margin-bottom: 3px;
              position: relative; }
              .residenceship_by_investment .item_wrapper .item.right_item .rbi_countries_wrapper .rbi_country .rbi_country_url:after {
                content: '';
                display: block;
                width: 35px;
                height: 2px;
                background-color: white;
                position: absolute;
                right: -55px;
                top: 50%;
                margin-top: -1px; }
            @media screen and (min-height: 750px) and (max-height: 900px) {
              .residenceship_by_investment .item_wrapper .item.right_item .rbi_countries_wrapper .rbi_country {
                margin-bottom: 20px; }
                .residenceship_by_investment .item_wrapper .item.right_item .rbi_countries_wrapper .rbi_country .img_wrapper {
                  width: 60px;
                  height: 60px; }
                .residenceship_by_investment .item_wrapper .item.right_item .rbi_countries_wrapper .rbi_country .rbi_country_name {
                  font-size: 20px;
                  margin: 10px 0; } }
      .residenceship_by_investment .item_wrapper .item.left_item {
        width: 40%;
        background-size: cover;
        background-position: center center; }
         .residenceship_by_investment .item_wrapper .item.left_item .image {
    position: absolute;
   
    object-fit: cover;

  }


        .residenceship_by_investment .item_wrapper .item.left_item .img_wrapper {
          height: 100%; }
          .residenceship_by_investment .item_wrapper .item.left_item .img_wrapper img {
            display: block;
            height: 100%;
            width: auto; }
    @media (max-width: 1200px) {
      .residenceship_by_investment .item_wrapper .item.right_item {
        width: 100%; }
        .residenceship_by_investment .item_wrapper .item.right_item .rbi_countries_wrapper {
          width: 100%; }
          .residenceship_by_investment .item_wrapper .item.right_item .rbi_countries_wrapper .rbi_country {
            height: auto;
            margin: 20px 0; }
        .residenceship_by_investment .item_wrapper .item.right_item .section_heading {
          font-size: 50px; }
        .residenceship_by_investment .item_wrapper .item.right_item .section_description {
          font-size: 25px;
          line-height: 30px; }
      .residenceship_by_investment .item_wrapper .item.left_item {
        display: none; } }
    @media (max-width: 992px) {
      .residenceship_by_investment .item_wrapper .item.right_item .rbi_countries_wrapper .rbi_country {
        width: 49%; }
      .residenceship_by_investment .item_wrapper .item.right_item .section_heading {
        font-size: 45px; } }
  @media (max-width: 575.98px) {
    .residenceship_by_investment .item_wrapper .item.right_item .section_heading {
      font-size: 40px;
      line-height: 50px;
      letter-spacing: 0; }
    .residenceship_by_investment .item_wrapper .item.right_item .section_description {
      font-size: 22px;
      line-height: 30px; }
    .residenceship_by_investment .item_wrapper .item.right_item .rbi_countries_wrapper .rbi_country {
      width: 100%; } }



      

.homepage_cta {
  background-size: cover;
  background-position: right center;
  position: relative; }
  @media (min-width: 1200px) {
    .homepage_cta {
      height: 100vh; } }
  @media (max-width: 1200px) {
    .homepage_cta {
      min-height: 100%;
      height: 600px; } 
 
    }
  .homepage_cta .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65); }
      .homepage_cta .image {
    position: absolute;
 
    width: 100%;
    height: 100%;
 }
    .homepage_cta .overlay .rbd_container {
      height: 100%; }
    .homepage_cta .overlay .item_wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
      .homepage_cta .overlay .item_wrapper .item {
        width: 100%;
        max-width: 1000px; }
        .homepage_cta .overlay .item_wrapper .item .section_heading {
          font-size: 60px;
          letter-spacing: 6px;
          text-transform: uppercase;
          margin-bottom: 40px; }
          @media screen and (min-height: 750px) and (max-height: 900px) {
            .homepage_cta .overlay .item_wrapper .item .section_heading {
              font-size: 50px; } }
        .homepage_cta .overlay .item_wrapper .item .section_subheading {
          font-size: 40px;
          text-transform: uppercase;
          line-height: 50px;
          margin-bottom: 40px;
          text-align: left; }
          @media screen and (min-height: 750px) and (max-height: 900px) {
            .homepage_cta .overlay .item_wrapper .item .section_subheading {
              font-size: 30px;
              line-height: 40px; } }
        .homepage_cta .overlay .item_wrapper .item .btns_wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row wrap;
                  flex-flow: row wrap;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          .homepage_cta .overlay .item_wrapper .item .btns_wrapper a {
            display: inline-block;
            width: 100%;
            max-width: 410px;
            background-color: white;
            padding: 15px 40px;
            border-radius: 5px;
            color: black;
            text-decoration: none;
            font-size: 22px;
            text-transform: uppercase;
            text-align: center;
            font-family: "noahbold", sans-serif;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out; }
            .homepage_cta .overlay .item_wrapper .item .btns_wrapper a:last-of-type {
              margin-left: 70px; }
            .homepage_cta .overlay .item_wrapper .item .btns_wrapper a:hover {
              background-color: black;
              color: white; }
            @media screen and (min-height: 750px) and (max-height: 900px) {
              .homepage_cta .overlay .item_wrapper .item .btns_wrapper a {
                font-size: 18px; } }
      @media (max-width: 1200px) {
        .homepage_cta .overlay .item_wrapper .item {
          width: 100%; }
          .homepage_cta .overlay .item_wrapper .item .section_heading {
            font-size: 50px;
            text-align: center; }
          .homepage_cta .overlay .item_wrapper .item .section_subheading {
            font-size: 28px;
            line-height: 35px;
            text-align: center; } }
      @media (max-width: 992px) {
        .homepage_cta .overlay .item_wrapper .item .btns_wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column nowrap;
                  flex-flow: column nowrap; }
          .homepage_cta .overlay .item_wrapper .item .btns_wrapper a {
            margin: 20px auto; }
            .homepage_cta .overlay .item_wrapper .item .btns_wrapper a:last-of-type {
              margin-left: auto; } }
  @media (max-width: 575.98px) {
    .homepage_cta .overlay .item_wrapper .item .section_heading {
      font-size: 40px;
      line-height: 50px;
      letter-spacing: 0; }
  
    .homepage_cta .overlay .item_wrapper .item .section_subheading {
      font-size: 22px;
      line-height: 30px; }
    .homepage_cta .overlay .item_wrapper .item .btns_wrapper {
      max-width: 90%;
      margin: 0 auto; }
      .homepage_cta .overlay .item_wrapper .item .btns_wrapper a {
        font-size: 18px;
        padding: 12px 30px; } }



        
.homepage_association {
  background-size: cover;
  background-position: right center;
  position: relative; }
  @media (min-width: 1200px) {
    .homepage_association {
      height: 100vh; } }
  @media (max-width: 1200px) {
    .homepage_association {
      min-height: 100%;
      height: 910px; } }
  .homepage_association .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65); }
         .homepage_association .image {
    position: absolute;
 object-fit: cover;
    width: 100%;
    height: 100%;
 }
    .homepage_association .overlay .rbd_container {
      height: 100%; }
    .homepage_association .overlay .item_wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
      .homepage_association .overlay .item_wrapper .item {
        width: 100%;
        max-width: 100%; }
        .homepage_association .overlay .item_wrapper .item .section_heading {
          font-size: 60px;
          letter-spacing: 6px;
          text-transform: uppercase;
          text-align: center;
          margin-bottom: 40px; }
          @media screen and (min-height: 750px) and (max-height: 900px) {
            .homepage_association .overlay .item_wrapper .item .section_heading {
              font-size: 50px;text-align:center; } }
        .homepage_association .overlay .item_wrapper .item .section_subheading {
          font-size: 40px;
          text-transform: uppercase;
          line-height: 50px;
          margin-bottom: 40px;
          text-align: left; }
   .homepage_association .overlay .item_wrapper .item .btns_wrapper .image_item {
        padding: 15px;
         }

          @media screen and (min-height: 750px) and (max-height: 900px) {
            .homepage_association .overlay .item_wrapper .item .section_subheading {
              font-size: 30px;
              line-height: 40px; } }
        .homepage_association .overlay .item_wrapper .item .btns_wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row wrap;
                  flex-flow: row wrap;
          -webkit-box-pack: center;
              -ms-flex-pack: start;
                  justify-content: center; }
          .homepage_association .overlay .item_wrapper .item .btns_wrapper a {
            display: inline-block;
            width: 100%;
            max-width: 410px;
            background-color: white;
            padding: 15px 40px;
            border-radius: 5px;
            color: black;
            text-decoration: none;
            font-size: 22px;
            text-transform: uppercase;
            text-align: center;
            font-family: "noahbold", sans-serif;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out; }
            .homepage_association .overlay .item_wrapper .item .btns_wrapper a:last-of-type {
              margin-left: 70px; }
            .homepage_association .overlay .item_wrapper .item .btns_wrapper a:hover {
              background-color: black;
              color: white; }
            @media screen and (min-height: 750px) and (max-height: 900px) {
              .homepage_association .overlay .item_wrapper .item .btns_wrapper a {
                font-size: 18px; } }
      @media (max-width: 1200px) {
        .homepage_association .overlay .item_wrapper .item {
          width: 100%; }
          .homepage_association .overlay .item_wrapper .item .section_heading {
            font-size: 50px;
            text-align: center; }
          .homepage_association .overlay .item_wrapper .item .section_subheading {
            font-size: 28px;
            line-height: 35px;
            text-align: center; } }
      @media (max-width: 992px) {
        .homepage_association .overlay .item_wrapper .item .btns_wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column nowrap;
                  flex-flow: column nowrap; }
          .homepage_association .overlay .item_wrapper .item .btns_wrapper a {
            margin: 20px auto; }
            .homepage_association .overlay .item_wrapper .item .btns_wrapper a:last-of-type {
              margin-left: auto; } }
  @media (max-width: 575.98px) {
    .homepage_association .overlay .item_wrapper .item .section_heading {
      font-size: 40px;
      line-height: 50px;
      letter-spacing: 0; }
    .homepage_association .overlay .item_wrapper .item .section_subheading {
      font-size: 22px;
      line-height: 30px; }
    .homepage_association .overlay .item_wrapper .item .btns_wrapper {
      max-width: 90%;
      margin: 0 auto; }
      .homepage_association .overlay .item_wrapper .item .btns_wrapper a {
        font-size: 18px;
        padding: 12px 30px; } 
      .homepage_association .overlay .item_wrapper .item .btns_wrapper .image_item {
        padding: 10px;
         }}

.industry_experience {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: white; }
  @media (min-width: 1200px) {
    .industry_experience {
      height: 100vh; } }
  @media (max-width: 1200px) {
    .industry_experience {
      min-height: 900px;
      height: 100%; } }
  @media (max-width: 767.98px) {
    .industry_experience {
      min-height: 1300px;
      height: 100%; } }
  @media (max-width: 575.98px) {
    .industry_experience {
      min-height: 1500px;
      height: 100%; } }
  .industry_experience .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); }
  .industry_experience .image {
    position: absolute;
 object-fit: cover;
    width: 100%;
    height: 100%;
 }
    .industry_experience .overlay .rbd_container {
      height: 100%; }
  .industry_experience .section_heading {
    text-align: center;
    padding-top: 100px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: 6px; }
    @media (max-width: 1200px) {
      .industry_experience .section_heading {
        font-size: 50px;
        padding-top: 60px; } }
    @media screen and (min-height: 750px) and (max-height: 900px) {
      .industry_experience .section_heading {
        padding-top: 50px;
        font-size: 50px; } }
  .industry_experience .item_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    .industry_experience .item_wrapper .item {
      width: 48%;
      max-width: 600px; }
      .industry_experience .item_wrapper .item.left_item h1,
      .industry_experience .item_wrapper .item.left_item h2,
      .industry_experience .item_wrapper .item.left_item h3,
      .industry_experience .item_wrapper .item.left_item h4,
      .industry_experience .item_wrapper .item.left_item h5,
      .industry_experience .item_wrapper .item.left_item h6 {
        font-size: 50px;
        margin-bottom: 40px;
        text-transform: uppercase;
        letter-spacing: 5px; }
        @media screen and (min-height: 750px) and (max-height: 900px) {
          .industry_experience .item_wrapper .item.left_item h1,
          .industry_experience .item_wrapper .item.left_item h2,
          .industry_experience .item_wrapper .item.left_item h3,
          .industry_experience .item_wrapper .item.left_item h4,
          .industry_experience .item_wrapper .item.left_item h5,
          .industry_experience .item_wrapper .item.left_item h6 {
            font-size: 40px;
            margin-bottom: 25px; } }
      .industry_experience .item_wrapper .item.left_item p,
      .industry_experience .item_wrapper .item.left_item div {
        font-size: 25px;
        line-height: 35px; }
        @media screen and (min-height: 750px) and (max-height: 900px) {
          .industry_experience .item_wrapper .item.left_item p,
          .industry_experience .item_wrapper .item.left_item div {
            font-size: 22px;
            line-height: 30px; } }
      .industry_experience .item_wrapper .item.left_item .section_text {
        position: relative;
        top: -100px; }
      .industry_experience .item_wrapper .item.right_item .counter_wrapper {
        position: relative;
        top: -100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .industry_experience .item_wrapper .item.right_item .counter_wrapper .counter {
          width: 48%;
          margin-bottom: 40px; }
          .industry_experience .item_wrapper .item.right_item .counter_wrapper .counter .counter_heading {
            font-size: 60px;
            letter-spacing: 5px;
            margin-bottom: 15px; }
            @media screen and (min-height: 750px) and (max-height: 900px) {
              .industry_experience .item_wrapper .item.right_item .counter_wrapper .counter .counter_heading {
                font-size: 45px; } }
          .industry_experience .item_wrapper .item.right_item .counter_wrapper .counter .counter_description {
            font-size: 25px;
            font-size: 20px; }
    @media (max-width: 1200px) {
      .industry_experience .item_wrapper {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .industry_experience .item_wrapper .item {
          width: 100%;
          max-width: 100%; }
          .industry_experience .item_wrapper .item.left_item {
            width: 100%; }
            .industry_experience .item_wrapper .item.left_item h1,
            .industry_experience .item_wrapper .item.left_item h2,
            .industry_experience .item_wrapper .item.left_item h3,
            .industry_experience .item_wrapper .item.left_item h4,
            .industry_experience .item_wrapper .item.left_item h5,
            .industry_experience .item_wrapper .item.left_item h6 {
              font-size: 28px; }
            .industry_experience .item_wrapper .item.left_item .section_text {
              position: static;
              font-size: 22px;
              line-height: 30px; }
            .industry_experience .item_wrapper .item.left_item p,
            .industry_experience .item_wrapper .item.left_item div {
              font-size: 22px;
              line-height: 30px; }
          .industry_experience .item_wrapper .item.right_item {
            width: 100%; }
            .industry_experience .item_wrapper .item.right_item .counter_wrapper {
              position: static;
              text-align: center; }
              .industry_experience .item_wrapper .item.right_item .counter_wrapper .counter .counter_heading {
                font-size: 50px; } }
    @media (max-width: 575.98px) {
      .industry_experience .item_wrapper .item.right_item .counter_wrapper {
        margin-top: 10px; }
        .industry_experience .item_wrapper .item.right_item .counter_wrapper .counter {
          width: 100%;
          text-align: center; } }
  @media (max-width: 575.98px) {
    .industry_experience .section_heading {
      font-size: 40px;
      line-height: 50px;
      letter-spacing: 0; }
    .industry_experience .item_wrapper {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .industry_experience .item_wrapper .item.left_item h1,
      .industry_experience .item_wrapper .item.left_item h2 {
        font-size: 24px; }
      .industry_experience .item_wrapper .item.left_item .section_text {
        font-size: 20px;
        line-height: 26px; }
      .industry_experience .item_wrapper .item.left_item p,
      .industry_experience .item_wrapper .item.left_item div {
        font-size: 20px;
        line-height: 28px; }
      .industry_experience .item_wrapper .item.right_item .counter_wrapper {
        position: relative;
        top: -100px; } }

.home_about_us {
  background-color: #062933;
  position: relative;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .home_about_us {
      height: 100vh; } }
  @media (max-width: 1200px) {
    .home_about_us {
      min-height: 100%; } }
  .home_about_us .rbd_container {
    height: 100%; }
  .home_about_us .item_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    .home_about_us .item_wrapper .item {
      width: 50%;
      height: 100%; }
      .home_about_us .item_wrapper .item.left_item {
        background-color: #062933;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 40px 0 0px; }
        .home_about_us .item_wrapper .item.left_item h1,
        .home_about_us .item_wrapper .item.left_item h2,
        .home_about_us .item_wrapper .item.left_item h3,
        .home_about_us .item_wrapper .item.left_item h4,
        .home_about_us .item_wrapper .item.left_item h5,
        .home_about_us .item_wrapper .item.left_item h6 {
          margin-bottom: 40px;
          text-transform: uppercase; }
        .home_about_us .item_wrapper .item.left_item h1,
        .home_about_us .item_wrapper .item.left_item h2 {
          font-size: 60px;
          letter-spacing: 6px; }
          @media screen and (min-height: 750px) and (max-height: 900px) {
            .home_about_us .item_wrapper .item.left_item h1,
            .home_about_us .item_wrapper .item.left_item h2 {
              font-size: 50px; } }
        .home_about_us .item_wrapper .item.left_item h3,
        .home_about_us .item_wrapper .item.left_item h4,
        .home_about_us .item_wrapper .item.left_item h5
h6 {
          font-size: 40px; }
          @media screen and (min-height: 750px) and (max-height: 900px) {
            .home_about_us .item_wrapper .item.left_item h3,
            .home_about_us .item_wrapper .item.left_item h4,
            .home_about_us .item_wrapper .item.left_item h5
h6 {
              font-size: 30px; } }
        .home_about_us .item_wrapper .item.left_item .section_text {
          color: white;
          margin-bottom: 30px; }
          .home_about_us .item_wrapper .item.left_item .section_text p,
          .home_about_us .item_wrapper .item.left_item .section_text div {
            font-size: 25px;
            line-height: 35px;
            margin-bottom: 30px; }
            @media screen and (min-height: 750px) and (max-height: 900px) {
              .home_about_us .item_wrapper .item.left_item .section_text p,
              .home_about_us .item_wrapper .item.left_item .section_text div {
                font-size: 22px;
                line-height: 30px; } }
        .home_about_us .item_wrapper .item.left_item .section_heading {
          font-size: 60px;
          letter-spacing: 6px;
          text-transform: uppercase;
          margin-bottom: 30px; }
          @media screen and (min-height: 750px) and (max-height: 900px) {
            .home_about_us .item_wrapper .item.left_item .section_heading {
              font-size: 50px; } }
        .home_about_us .item_wrapper .item.left_item .section_description {
          font-size: 25px;
          line-height: 35px;
          margin-bottom: 30px; }
          @media screen and (min-height: 750px) and (max-height: 900px) {
            .home_about_us .item_wrapper .item.left_item .section_description {
              font-size: 22px;
              line-height: 30px; } }
        .home_about_us .item_wrapper .item.left_item .section_excerpt {
          font-size: 25px;
          line-height: 35px;
          color: white;
          margin-bottom: 30px; }
          @media screen and (min-height: 750px) and (max-height: 900px) {
            .home_about_us .item_wrapper .item.left_item .section_excerpt {
              font-size: 22px;
              line-height: 30px; } }
        .home_about_us .item_wrapper .item.left_item .section_learn_more_url {
          display: inline-block;
          color: white;
          text-transform: uppercase;
          text-decoration: none;
          font-family: "noahbold", sans-serif;
          font-size: 25px;
          position: relative; }
          .home_about_us .item_wrapper .item.left_item .section_learn_more_url:after {
            content: '';
            display: block;
            width: 50px;
            height: 2px;
            background-color: white;
            position: absolute;
            right: -65px;
            top: 50%;
            margin-top: -1px; }
      .home_about_us .item_wrapper .item.right_item {
        position: absolute;
        right: 0;
        top: 0;
        background-size: cover;
        background-position: center center; }
        .home_about_us .item_wrapper .item.right_item .overlay {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(35, 31, 32, 0.3); }
            .home_about_us .item_wrapper .item.right_item .image {
        position: absolute;
        right: 0;
        top: 0;
     object-fit: cover;
     width: 100%;
         width: -webkit-fill-available;
      }

        .home_about_us .item_wrapper .item.right_item .img_wrapper {
          height: 100%; }
          .home_about_us .item_wrapper .item.right_item .img_wrapper img {
            display: block;
            height: 100%;
            width: auto; }
    @media (max-width: 1200px) {
      .home_about_us .item_wrapper .item {
        width: 100%; }
        .home_about_us .item_wrapper .item.left_item {
          padding: 100px 0px 100px 0px; }
          .home_about_us .item_wrapper .item.left_item h1,
          .home_about_us .item_wrapper .item.left_item h2 {
            font-size: 50px; }
          .home_about_us .item_wrapper .item.left_item .section_text p,
          .home_about_us .item_wrapper .item.left_item .section_text div {
            font-size: 22px;
            line-height: 30px; }
          .home_about_us .item_wrapper .item.left_item .section_description {
            font-size: 25px;
            line-height: 30px; }
        .home_about_us .item_wrapper .item.right_item {
          position: relative;
          height: 500px; } }
  @media (max-width: 575.98px) {
    .home_about_us .item_wrapper .item.left_item h1,
    .home_about_us .item_wrapper .item.left_item h2 {
      font-size: 40px;
      line-height: 50px; }
    .home_about_us .item_wrapper .item.left_item .section_text {
      font-size: 20px;
      line-height: 28px; }
      .home_about_us .item_wrapper .item.left_item .section_text p,
      .home_about_us .item_wrapper .item.left_item .section_text div {
        font-size: 20px;
        line-height: 28px; } }
