@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Open+Sans&display=swap");
/*Width for all icons*/
/* Base colors*/
/*  Media query variables */
/** Media query **/
/* (max-width: 480px) */
/* (max-width:1024px) */
/* (max-width: 1400px) */
/* (max-width: 1024) */
/* (min-width: 1024) */
/* (max-width: 595px) */
/* (max-width: 767px) */
/* (min-width: 596px), (max-width: 767px) */
/* (min-width: 1024px), (max-width: 1270px) */
/*  (max-width:480px) */
/* (min-width: 1270px), (max-width:1336px) */
/* (min-width: 1024px), (max-width: 1150px) */
/*  (min-width:481px), (max-width: 595px) */
/* (min-width: 768px), (max-width: 991px) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1336px) */
/* (min-width:992px), (max-width: 1200px) */
/* (min-width:1151px), (max-width: 1600px) */
/* (max-width: 1600px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (min-width:1399px) */
/* (max-width:1600px) */
/* (max-width:1150px) */
/* (min-width:1150px) */
/* (max-width:1270px) */
/* (min-width:1271px) */
/*  (max-width:1356px) */
/*  Media query mixins
   (min-width:1336px) */
/* (max-width:1336px) */
/*  (min-width:992px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (min-width:768px) */
/* (max-width:595px) */
/* (min-width:596px) */
/*  (max-width:320px) */
/*  (max-width:480px) */
.col-three-card {
  padding: 80px 0;
  min-height: 970px; }
  @media (min-width: 1024px) and (max-width: 1150px) and (orientation: landscape) {
    .col-three-card {
      padding: 80px 0;
      min-height: 900px; } }
  @media (min-width: 992px) and (max-width: 1024px) {
    .col-three-card {
      padding: 80px 0;
      min-height: 850px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .col-three-card {
      padding: 80px 0;
      min-height: 800px; } }
  @media (max-width: 767px) {
    .col-three-card {
      padding: 50px 0;
      min-height: auto; } }
  .col-three-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1f3763;
    opacity: 0.4;
    z-index: -1; }
  .col-three-card .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -3; }
    .col-three-card .bg-img img {
      width: 100%; }
      @media (max-width: 1601px) {
        .col-three-card .bg-img img {
          height: 100%; } }
  .col-three-card .intro {
    max-width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 60px; }
    @media (min-width: 1024px) and (max-width: 1150px) and (orientation: landscape) {
      .col-three-card .intro {
        margin-bottom: 60px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .col-three-card .intro {
        margin-bottom: 60px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .col-three-card .intro {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .col-three-card .intro {
        margin-bottom: 30px; } }
    .col-three-card .intro h2 {
      color: #ffffff; }
  .col-three-card .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    width: calc(100% + 30px);
    margin-left: -15px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .col-three-card .row {
        width: calc(100% + 20px);
        margin-left: -10px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .col-three-card .row {
        width: calc(100% + 30px);
        margin-left: -15px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      .col-three-card .row {
        width: 100%;
        margin-left: 0; } }
    @media (max-width: 480px) {
      .col-three-card .row {
        width: 100%;
        margin-left: 0; } }
  .col-three-card .col-three {
    width: calc(33.33% - 90px);
    margin: 0 45px 80px; }
    @media (min-width: 1024px) and (max-width: 1150px) and (orientation: landscape) {
      .col-three-card .col-three {
        margin: 0 15px 60px;
        width: calc(33.33% - 30px); } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .col-three-card .col-three {
        margin: 0 15px 60px;
        width: calc(33.33% - 30px); } }
    @media (min-width: 768px) and (max-width: 991px) {
      .col-three-card .col-three {
        margin: 0 10px 50px;
        width: calc(50% - 20px); } }
    @media (min-width: 596px) and (max-width: 767px) {
      .col-three-card .col-three {
        width: calc(50% - 30px);
        margin: 0 15px 50px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      .col-three-card .col-three {
        width: 100%;
        margin: 0 0 30px 0; } }
    @media (max-width: 480px) {
      .col-three-card .col-three {
        width: 100%;
        margin: 0 0 30px 0; } }
    .col-three-card .col-three .content {
      max-width: 340px;
      position: relative; }
      @media (max-width: 991px) {
        .col-three-card .col-three .content {
          max-width: 100%; } }
      @media (min-width: 481px) and (max-width: 595px) {
        .col-three-card .col-three .content {
          margin: 0 auto; } }
      @media (max-width: 480px) {
        .col-three-card .col-three .content {
          margin: 0 auto; } }
      .col-three-card .col-three .content a:hover h4 {
        color: #af272f; }
      .col-three-card .col-three .content h4 {
        color: #ffffff;
        position: relative;
        margin-bottom: 50px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-weight: bold;
        font-style: italic; }
        .col-three-card .col-three .content h4::after {
          content: '';
          position: absolute;
          bottom: -26px;
          left: 0;
          width: 100%;
          height: 3px;
          background-color: #af272f; }
      .col-three-card .col-three .content p {
        font-size: 16px;
        color: #ffffff;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 5px; }
    .col-three-card .col-three .edit-link {
      color: #ffffff; }
  .col-three-card .btn-wrap {
    margin-top: 20px; }
    @media (min-width: 481px) and (max-width: 595px) {
      .col-three-card .btn-wrap {
        margin-top: 0; } }
    @media (max-width: 480px) {
      .col-three-card .btn-wrap {
        margin-top: 0; } }
