@charset "UTF-8";
/*
Theme Name: protegie
Description: Contains the custom WordPress theme for Compare
Version: 1.0.6
*/

/* components */

@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@1&family=Spartan:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@0;1&display=swap");

@font-face {
  font-family: "Avenir", sans-serif;
  src: url("./fonts/avenir_ff/AvenirLTStd-Black.otf");
}

@font-face {
  font-family: "Helvetica", sans-serif;
  src: url("./fonts/Helvetica-Font/Helvetica-Bold.ttf");
}

@font-face {
  font-family: "Arial", sans-serif;
  src: url("./fonts/arial.ttf");
}

h1 {
  font-size: 63px;
  font-family: 'Spartan' !important;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  font-size: 20px;
}

span {
  font-size: 14px;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.menu-mobile-table-cell {
  vertical-align: top !important;
  font: normal normal normal 30px/2em
      wfont_25d708_32fd776b75594f14bd4c5d8a1959e59f,
    wf_32fd776b75594f14bd4c5d8a1, orig_league_spartan_regular;
}

@media (max-width: 425px) {
  .menu-mobile-table-cell {
    vertical-align: top !important;
    font: normal normal normal 25px/2em
        wfont_25d708_32fd776b75594f14bd4c5d8a1959e59f,
      wf_32fd776b75594f14bd4c5d8a1, orig_league_spartan_bold;
  }

  .dropdown-menu {
    /* font-size: 12px !important; */
    background-color: #000;
    font: normal normal normal 15px/2.5em
        wfont_25d708_32fd776b75594f14bd4c5d8a1959e59f,
      wf_32fd776b75594f14bd4c5d8a1, orig_league_spartan_bold !important;
    letter-spacing: 0 !important;
  }

  .dropdown-item {
    letter-spacing: 0px !important;
  }

  .section-new-button {
    height: 100%;
    font-size: 10px !important;
  }
}
@media (max-width: 320px) {
  .menu-mobile-table-cell {
    vertical-align: top !important;
    font: normal normal normal 25px/2em
        wfont_25d708_32fd776b75594f14bd4c5d8a1959e59f,
      wf_32fd776b75594f14bd4c5d8a1, orig_league_spartan_bold;
  }

  .dropdown-menu {
    /* font-size: 12px !important; */
    background-color: #000;
    font: normal normal normal 13px/2.5em
        wfont_25d708_32fd776b75594f14bd4c5d8a1959e59f,
      wf_32fd776b75594f14bd4c5d8a1, orig_league_spartan_bold !important;
    letter-spacing: 0 !important;
  }

  .dropdown-item {
    letter-spacing: 0px !important;
  }
}

.table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.table-cell-v2 {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.no-padding {
  padding: 0;
}

.break {
  flex-basis: 100%;
  height: 0;
}

div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  border: 3px solid #f7ca33 !important;
  border-radius: 5px !important;
  padding: 5px 10px !important;
  height: auto !important;
  width: 100%;
}

.depth-1 input {
  border: 3px solid #f7ca33 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 6px 0 0 0 !important;
  clear: both;
}

#wpforms-163-field_1 {
  margin-bottom: 25px !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  /* line-height: 1.5; */
  line-height: 1.1;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 5px solid#F7CA33;
}

/* end components */

/* header */

.header-all ul li.when-hover:hover {
  border-top: 5px solid #fff;
  margin-top: -10px;
}

.header-all ul.child-menu li:hover {
  border-top: 5px solid #fff;
  margin: 20px auto !important;
}

.active {
  border-top: 5px solid #fff;
}

.header-all {
  background-color: #f7ca33;
  padding: 5px 0;
  position: fixed;
  z-index: 10000;
  width: 100%;
}

.flexing-for-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.header-all .image-hamburger img {
  height: 64px;
  width: auto;
}

.header-all button {
  background: transparent;
  border: none;
}

.header-all .hamburger-button {
  border: 1px solid transparent;
  background: none;
  margin: auto 0;
}

.header-all .hamburger-button span {
  display: block;
  max-width: 100% !important;
  background: #fff;
  height: 3px;
  width: 30px;
}

.header-all .hamburger-button span.center {
  margin: 5px 0;
}

.header-all .menu-list {
  margin: auto 0;
}

.header-all .menu-list ul {
  list-style: none;
  margin: auto;
}

.header-all .menu-list ul.child-menu {
  display: none;
  position: absolute;
  background-color: #f7ca33;
  padding: 0;
  /* left: -60px; */
  right: 0;
}

.header-all .menu-list .child-menu li {
  display: block !important;
  width: auto;
  margin: 10px auto;
  text-align: right;
}

.header-all .menu-list .child-menu li a {
  font-size: 14px;
  width: 100%;
  margin-right: 20px;
}

.header-all .menu-list .hovering {
  position: relative;
}

.header-all .menu-list .hovering:hover ul.child-menu {
  display: block;
  width: 439px;
  text-align: center;
  color: #fff;
}

.header-all .menu-list ul li {
  display: inline-block;
}

.header-all .menu-list ul li.iconic a {
  margin: auto 10px;
  font-weight: normal;
}

.header-all .menu-list ul li a {
  color: #fff;
  margin: auto 15px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  font-family: "Avenir", sans-serif;
  text-transform: uppercase;
}

.header-all .image-hamburger ul {
  list-style: none;
  margin: auto;
  padding: 0;
}

.header-all .image-hamburger ul li {
  display: inline-block;
}

.header-all .image-hamburger ul li.iconic a {
  margin: auto 10px;
  font-weight: normal;
  color: #fff;
}

.floating {
  position: fixed;
  z-index: 9999;
  bottom: 50px;
  right: 30px;
  border-radius: 100%;
  padding: 13px;
  background-color: #f7ca33;
}

.floating img {
  width: 34px;
  height: auto;
}

.mobile-menu {
  display: none;
  background-color: #000;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  padding: 30px;
  text-transform: uppercase;
  z-index: 9999999;

  /* max-height: 200px; */
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu ul {
  list-style-type: none;
  padding: 0;
}

.mobile-menu li {
  text-align: center;
  margin: 10px auto;
  letter-spacing: 2px;
}

.mobile-menu li a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 2px;
}

/* end header */

/* index */

.hero-banner {
  position: relative;
}

.hero-banner .slider-banner {
  height: 120vh;
  position: relative;
}

.hero-banner .hero-slider {
  overflow-x: hidden;
}

.hero-banner .slider-banner .shadow {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgb(0, 0, 0, 0.4);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-banner .hero-title {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.hero-banner .hero-title h4 {
  text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Spartan", sans-serif;
  letter-spacing: 0.05em;
  max-width: 80%;
  margin: 30px auto;
  font-size: 20px;
}

.hero-banner .hero-title h1 {
  text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
  color: #ffde59;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Spartan", sans-serif;
  letter-spacing: 0.05em;
  font-size: 60px;
  max-width: 80%;
  margin: auto;
}

.section-1 {
  padding-top: 60px;
}

.section-1 .title-description {
  max-width: 75%;
  margin: auto;
}

.section-1 .title-description h2 {
  color: #f7ca33;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Spartan", sans-serif;
  letter-spacing: 0.15em;
  margin: 30px auto;
}

.section-1 .title-description p {
  font-weight: normal;
  font-family: "Avenir-light", sans-serif;
  line-height: 1.4em;
  margin: 30px 0;
}

.section-2 {
  padding-top: 60px;
}

.section-2 .title-description {
  max-width: 75%;
  margin: auto;
}

.section-2 .title-description h2 {
  color: #f7ca33;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Spartan", sans-serif;
  letter-spacing: 0.15em;
  margin: 30px auto;
}

.section-2 .section-flexing {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 40px;
}

.section-2 .section-flexing a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}

.section-2 .section-flexing .listed {
  margin: 40px 30px;
}

.section-2 .section-flexing .listed .listed-image img {
  width: auto;
  height: 166px;
  margin-bottom: 30px;
  margin: auto;
  display: block;
}

.section-2 .section-flexing .listed .listed-title h6 {
  font-family: "Helvetica", sans-serif;
  font-weight: 900;
  text-align: center;
  margin-top: 40px;
  font-size: 15px;
  letter-spacing: 3px;
}

.section-3 {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7ca33;
}

/* .section-3 .images img {
    height: 130px;
    width: 130px;
    margin: 35px;
}

.section-3 .images  {
  width: 149px !important;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 8px;
} */

.section-3 .images img {
  height: 120px;
  width: 120px;
  margin: 30px;
}

.section-3 .images {
  width: 160px !important;
  margin: auto;
  display: block;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.section-3 .title-logo h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Spartan", sans-serif;
  letter-spacing: 0.1em;
  margin: 20px auto;
}

.section-3 .title-logo h5 {
  color: #fff;
  letter-spacing: 0.15em;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
}

.section-3 .image-slider-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.section-3 .ended {
  margin-top: 30px;
}

.section-3 a.section-3-button {
  display: block;
  border: 1px solid #fff;
  width: 545px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  margin: auto;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  font-family: "Libre Baskerville", serif;
  border-radius: 5px;
  margin-top: 15px;
  transition: all 0.5s;
  text-transform: uppercase;
}

.section-3 .image-slider-logo .slick-next::before,
.section-3 .image-slider-logo .slick-prev::before {
  color: #fff !important;
  /*   font-size: 35px!important; */
  font-size: 40px !important;
}

.section-3 .image-slider-logo .slick-next::before {
  /*   right: -55px; */
  content: ">";
  text-shadow: -2px 4px 8px rgba(0, 0, 0, 0.28);
  font-size: 40px !important;
}

.section-3 .image-slider-logo .slick-prev::before {
  /*   left: -55px; */
  content: "<";
  /*   width: 100px; */
  font-size: 40px !important;
  text-shadow: -2px 4px 8px rgba(0, 0, 0, 0.28);
}

.section-3 .slick-prev {
  left: -33px;
}

.section-3 .slick-next {
  right: -34px;
}

.section-3 .image-slider-logo .slick-next,
.section-3 .image-slider-logo .slick-prev {
  z-index: 2 !important;
  width: 26px;
  height: 45px;
  top: 50%;
}

.section-3 a.section-3-button:hover {
  background-color: transparent;
  color: #fff;
}

.section-4 {
  position: relative;
}

.section-4 .title-section-4 {
  width: 100%;
}

.section-4 .title-section-4 h2 {
  color: #f7ca33;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Spartan", sans-serif;
  letter-spacing: 4px;
  /* margin: 50px auto; */
  font-size: 46px;
  margin: 10px auto !important;
  text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
}

.section-4 .title-section-4 h5 {
  color: #f7ca33;
  letter-spacing: 0.15em;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
}

.section-4 .testimonial-slider {
  height: 85vh;
  position: relative;
}
.section-4 .testimonial-slider .shadow {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: rgb(0, 0, 0, 0.4);
}

.section-4 .testimonial .title h5 {
  color: #fff;
  font-family: "Libre Baskerville", serif;
  max-width: 40%;
  margin: auto;
  line-height: 24px;
  margin-top: 100px;
  letter-spacing: 1px;
}

.section-4 .testimonial .company-logo-username h5 {
  font-style: italic;
  font-size: 16px;
}

.section-4 .testimonial hr {
  border: 1px solid #ffde59;
  background-color: #ffde59;
  width: 50px;
  margin: 30px auto;
}

.section-4 .testimonial .description-testimonial {
  max-width: 55%;
  margin: 10px auto;
}

.section-4 .testimonial .description-testimonial p {
  color: #fff;
  text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
  letter-spacing: 0.5px;
  line-height: 23px;
  font-family: "Libre Baskerville", serif;
}

.section-4 .company-logo-username {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  /*   margin-top: 50px; */
  max-width: 55%;
  margin: 20px auto;
}

.section-4 .company-logo-username .logo img {
  width: 100px;
  height: auto;
}

.section-4 .company-logo-username .name {
  text-align: right;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  margin: auto 0;
}

.section-4 .slick-dots {
  bottom: 0 !important;
}

.section-4 .slick-prev {
  position: absolute;
  left: 65px;
  z-index: 2 !important;
  width: 150px;
  height: 50px;
  top: 53% !important;
}

.section-4 .slick-next {
  position: absolute;
  right: 65px;
  width: 150px;
  height: 50px !important;
  z-index: 2 !important;
  top: 53% !important;
}

.section-4 .slick-next::before,
.section-4 .slick-prev::before {
  color: #fff;
  font-size: 40px;
}

.section-4 .slick-dots li button:before {
  color: #f7ca33 !important;
  position: absolute;
  top: -35px !important;
}

.section-5 .title-section-5 h2 {
  color: #f7ca33;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Spartan", sans-serif;
  letter-spacing: 0.15em;
  margin: 30px auto 6px auto;
  max-width: 80%;
  line-height: 52px;
}

.section-5 .title-section-5 h5 {
  color: #f7ca33;
  letter-spacing: 0.15em;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
}

.section-5 .best-form {
  max-width: 48%;
  margin: auto;
}

.section-5 .best-form h5 {
  font-weight: normal;
  font-family: "Helvetica", sans-serif;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-size: 15px !important;
}

#wpforms-163-field_1 li {
  margin-bottom: 0 !important;
}

.section-5 .form-check label {
  font-style: italic;
  font-weight: 200;
  font-size: 15px;
}

.wpforms-field-label-inline {
  font-style: italic;
}

.section-5 input::placeholder {
  font-style: italic;
  text-align: center;
  font-weight: 300;
}

.section-5 textarea::placeholder {
  font-style: italic;
  text-align: center;
  font-weight: 300;
}

button.submit-btn {
  background-color: #f7ca33 !important;
  color: rgb(56, 56, 56) !important;
  border-radius: 3px !important;
  border: 1px solid transparent !important;
  margin: auto !important;
  width: 200px !important;
  height: 40px !important;
  line-height: 20px !important;
  margin: auto !important;
  display: block !important;
  font-family: "Avenir", sans-serif !important;
  font-weight: 700 !important;
  transition: all 0.5s !important;
}

button.submit-btn:hover {
  background-color: #f77b33 !important;
  color: #fff !important;
}

/* end index */

/* grants */

.title h2 {
  font-size: 43px;
  font-weight: 800 !important;
}

.title {
  max-width: 80% !important;
  margin: auto;
}

.description {
  /*   max-width: 68% !important; */
  margin: auto;
}

.description p {
  font-size: 18px;
}

.title-grant h2 {
  color: #f7ca33;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Spartan", sans-serif;
  letter-spacing: 2.5px;
  margin: 30px auto 10px auto;
  max-width: 60%;
  text-align: center;
  line-height: 45px;
}

.title-grant h5 {
  color: #f7ca33;
  letter-spacing: 2px;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  max-width: 43%;
  text-align: center;
  margin: auto;
  line-height: 27px;
  /* text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px; */
  font-size: 16px;
}

.section1-grants {
  padding: 55px 0 70px 0;
}

.form-contact-grant label {
  font-style: italic;
  font-size: 15px;
  padding-left: 10px;
}

.form-contact-grant {
  max-width: 43%;
}

.form-check {
  margin: auto;
}

.form-contact-grant .form-group {
  margin-bottom: 10px !important;
}

.form-contact-grant .form-control {
  padding: 5px 10px !important;
  font-size: 15px;
  /* line-height: 1.5; */
  line-height: 1.1;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  /* border: 1px solid #ced4da; */
  border: 3px solid #f7ca33 !important;
}

.form-control:focus {
  outline: 0;
  box-shadow: none !important;
}

.submit-btn button {
  margin: auto 0 auto auto;
  font-style: italic;
  border-radius: 6px;
}

button:focus {
  outline: none !important;
}

.section2-grants {
  position: relative;
  /*   height: 240vh; */
  height: auto;
}

.section2-grants .table {
  /* position: absolute; */
  height: 100%;
  width: 100%;
  background-color: rgb(0, 0, 0, 0.6);
  margin-bottom: 0 !important;
}

.title-grants h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Spartan", sans-serif;
  letter-spacing: 2.5px;
  text-align: center;
  padding: 50px 0 20px 0;
  line-height: 45px;
}

.desc-grants {
  max-width: 70%;
  margin: 30px auto 0 auto;
}

.desc-grants h4 {
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
}

.desc-grants p {
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 27px;
  margin-top: 5px;
}

.desc-grants p a {
  color: #fff !important;
  text-decoration: underline;
}

.desc-grants ul li {
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 26px;
}

#wpforms-433-field_8 {
  padding: 5px 10px !important;
  font-size: 15px;
  /* line-height: 1.5; */
  line-height: 1.1;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  /* border: 1px solid #ced4da; */
  border: 3px solid #f7ca33 !important;
}

input[type="checkbox"] {
  border: 5px solid blue;
}

.form-contact-grant input::placeholder,
textarea::placeholder {
  text-align: center;
  font-style: italic;
  font-weight: 400;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
  height: 154px !important;
}

#wpforms-433-field_2 {
  margin-bottom: 10px !important;
}

div.wpforms-container-full .wpforms-form button[type="submit"] #wpforms-434 {
  margin: 20px auto !important;
}

div.wpforms-container-full .wpforms-form button[type="submit"] {
  background-color: #f7ca33 !important;
  color: rgb(56, 56, 56) !important;
  border-radius: 4px !important;
  border: 1px solid transparent !important;
  margin: 15px auto;
  width: 200px !important;
  /*   height: 40px !important; */
  line-height: 20px !important;
  /* margin: auto !important; */
  float: right;
  display: block !important;
  font-family: "Avenir", sans-serif !important;
  font-weight: 700 !important;
  transition: all 0.5s !important;
  font-style: italic;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  height: 130px !important;
}

@media (max-width: 997px) {
  .description {
    max-width: 100% !important;
    margin: auto;
  }

  .title {
    max-width: 100% !important;
  }

  .title-grant h2,
  .title-grant h5 {
    max-width: 100%;
  }

  .form-contact-grant {
    max-width: 100%;
  }

  .desc-grants {
    max-width: 100%;
  }

  .section2-grants {
    height: auto !important;
  }

  .title-grants h2 {
    padding: 15px 0;
  }
}

/* end grants */

/* about */

.about-hero {
  height: 125vh;
}

.about-hero .table {
  background-color: rgba(255, 255, 255, 0.85);
}

.about-hero .description {
  max-width: 80%;
  margin: auto !important;
  font-family: "Avenir-light", sans-serif;
  line-height: 28px;
}

.about-hero .title h2 {
  color: #f7ca33;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Spartan", sans-serif;
  letter-spacing: 0.15em;
  margin: 30px auto 0 auto;
  max-width: 80%;
}

.about-hero .section {
  max-width: 76%;
  margin: auto;
  display: block;
  text-align: justify;
}

.about-hero .section p {
  margin-top: 28px;
}
/* end about */

/* start service detail section */

.background-service-detail {
  min-height: 800px;
}

.background-service-detail .table {
  background-color: rgb(0, 0, 0, 0.6);
  margin-bottom: 0;
  padding-bottom: 15px;
}

.background-service-detail .title h2 {
  color: #f7ca33;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Spartan", sans-serif;
  letter-spacing: 0.15em;
  margin-top: 200px;
}

.background-service-detail .title span {
  color: #fff;
  /*   text-transform: uppercase; */
  font-family: "Libre Baskerville", serif;
  /* margin-top:20px; */
  display: block;
  max-width: 50%;
  margin: 20px auto;
  font-size: 20px;
}

.background-service-detail .description {
  max-width: 80%;
  color: #fff;
  margin: 40px auto;
  font-family: "Avenir", sans-serif;
}
.background-service-detail .description p {
  line-height: 28px;
  font-family: "Avenir-light", sans-serif;
}

/* end service detail section */

/* case studies section */

.case-section {
  padding-top: 120px;
  padding-bottom: 60px;
}

.case-section .title h2 {
  color: #f7ca33;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Spartan", sans-serif;
  letter-spacing: 0.15em;
  margin: 30px auto;
  max-width: 80%;
}

.case-section-end .title h4 {
  color: #ffde59;
  font-weight: 900;
  font-family: "Spartan", sans-serif;
  letter-spacing: 0.15em;
  /*   margin: 30px auto; */
  margin: 40px auto 80px auto;
  max-width: 80%;
}

.case-section .title h5 {
  letter-spacing: 0.15em;
  font-family: "Libre Baskerville", serif;
  max-width: 75%;
  margin: auto;
  color: #ffde59;
  font-style: italic;
}

.grid-section {
  /*   padding-bottom: 60px; */
  padding-bottom: 20px;
  max-width: 70%;
  margin: auto;
}

.grid-section .bordered-image {
  height: 46vh;
  margin: 20px auto;
}

.grid-section a {
  color: #fff;
  text-decoration: none;
}

.grid-section .bordered-image .table {
  background-color: rgb(0, 0, 0, 0.4);
  transition: transform 150ms;
  /* transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg); */
}

.grid-section a:hover .bordered-image .table {
  background-color: transparent;
  transition: transform 150ms;
  transform: translateY(-100px);
  /* transform: translateX(0)translateY(-500px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg); */
}

.grid-section .bordered-image .title-slug {
  transition: transform 1500ms;
}

.grid-section a:hover .bordered-image .title-slug {
  transform: translateY(-100px);
  display: none;
}

.title-slug h2 {
  font-family: "Avenir", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 30px;
  /*   max-width: 65%; */
  margin: 15px 15px 2px 15px;
  color: #fff;
  text-align: center;
}

.title-slug span {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
/* end case studies section */

/* start case studi detail section */

.background-case-detail {
  height: auto;
}

.background-case-detail .table {
  background-color: rgb(0, 0, 0, 0.6);
  margin-bottom: 0;
}

.background-case-detail .title h2 {
  color: #f7ca33;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Spartan", sans-serif;
  letter-spacing: 0.15em;
  margin-top: 200px;
}

.background-case-detail .title .title-case {
  color: rgb(251, 156, 29);
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Spartan", sans-serif;
  letter-spacing: 0.15em;
  font-size: 46px !important;
}

.background-case-detail .description {
  max-width: 80%;
  color: #fff;
  margin: 40px auto 60px auto;
  font-family: "Avenir", sans-serif;
}
.background-case-detail .description p {
  line-height: 28px;
  font-family: "Avenir", sans-serif;
}

/* end case studi detail section */

/* start contact us section */

.contact-us {
  padding-top: 100px;
  padding-bottom: 50px;
}

.contact-us .title-section-5 h2 {
  /* color: #979797; */
  color: #f7ca33;
  text-transform: uppercase;
  font-weight: revert;
  font-family: "Spartan", sans-serif;
  /* margin: 30px auto; */
  margin: 0 auto;
  max-width: 90%;
  font-size: 35px;
  line-height: 1.5;
}

.contact-us .title-section-5 h5 {
  /* color: #FFDE59; */
  color: #f7ca33;
  letter-spacing: 0.15em;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  width: 77%;
  font-style: italic;
  margin: auto;
  line-height: 28px;
  margin-top: 15px !important;
}

.contact-us .best-form {
  max-width: 90%;
  margin: auto;
}

.contact-us .best-form h5 {
  font-weight: normal;
  font-family: "Helvetica", sans-serif;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.contact-us .form-check label {
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
}

.contact-us input::placeholder {
  font-style: italic;
  text-align: center;
  font-weight: 300;
}

.contact-us textarea::placeholder {
  font-style: italic;
  text-align: center;
  font-weight: 300;
}

.submit-btn button {
  background-color: #f7ca33;
  color: rgb(56, 56, 56);
  border-radius: 3px;
  border: 1px solid transparent;
  margin: auto;
  width: 200px;
  height: 40px;
  line-height: 30px;
  margin: auto;
  display: block;
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  transition: all 0.5s;
}

.submit-btn button:hover {
  background-color: #f77b33;
  color: #fff;
}

.contact-location {
  max-width: 50%;
  margin: 50px auto;
}
.contact-location p {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #000;
}

/* end contact us section */

/* start insight section */

.new-menu {
  padding-top: 120px;
  /* padding-top: 110px; */
  max-width: 80%;
  display: block;
  margin: auto;
}
.new-menu ul li {
  display: inline-flex;
  margin: auto 10px;
  /*   margin: 0; */
}

.new-menu ul li a.log-in {
  width: 120px !important;
  text-align: center !important;
}

.new-menu ul li a {
  color: #f7ca33;
  margin-right: 15px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  font-family: "Avenir", sans-serif;
}

.new-menu ul.child-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  padding: 0;
  left: 0;
  top: 28px;
}

.new-menu .child-menu li {
  display: block !important;
  width: auto;
  margin: 10px auto;
  text-align: left;
}

.new-menu .child-menu li a {
  font-size: 18px;
  width: 100%;
  margin: 20px;
}

.new-menu .hovering {
  position: relative;
}

.new-menu .hovering:hover ul.child-menu {
  display: block;
  width: 210px;
  text-align: center;
  color: #fff;
  z-index: 99;
}

.section-insight {
  padding-bottom: 40px;
}

.section-insight .card-boxe {
  height: 351px;
  border: 1px solid #c7c7c7;
  margin: 30px auto;
  max-width: 98%;
}

.section-insight .card-boxe .image-banner {
  height: 350px;
}

.card-boxe .description {
  padding: 20px;
}

.card-boxe .description .title-description {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}

.card-boxe .description .title-description span {
  font-family: "Avenir", sans-serif;
  font-size: 12px;
  color: gray !important;
}

.card-boxe .description .title-description button {
  border: 1px solid transparent;
  background-color: transparent;
}

.card-boxe .description .title-description ul.status {
  /* padding: 0 ;
  margin: auto 0; */
  display: flex;
  margin-left: -40px;
}

.card-boxe .description .title-description ul li.first {
  list-style-type: none;
  margin-right: 30px;
}

.card-boxe .description .title-description ul.status li {
  font-size: 12px !important;
  color: gray;
  display: list-item;
}

.card-boxe .description p {
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  max-width: 80%;
  color: black;
}

.card-boxe .description h2 {
  color: #f7ca33;
  font-weight: 700;
  font-family: "Spartan", sans-serif;
  margin: 10px auto 15px auto;
  font-size: 25px;
}

.section-insight a {
  text-decoration: none;
}

.card-boxe .description:hover p {
  color: #f7ca33;
}

/* end insight section */

/* footer */

.footer {
  background-color: #22262e;
  padding: 40px 0px;
}

.footer .footer-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.footer .image-footer {
  max-width: 20%;
  margin: auto;
}

.footer .image-footer img {
  width: auto;
  height: 70px;
  margin: auto;
}

.footer .location-footer {
  color: #fff;
  max-width: 15%;
  margin: 10px auto;
}

.footer h5 {
  font-size: 15px;
}

.footer p {
  font-size: 11px;
}

.footer .newsletter {
  max-width: 40%;
}

.footer .newsletter h5 {
  font-size: 12px;
  color: #f7ca33;
  text-align: center;
  margin: 10px 0;
}

.footer .copy {
  max-width: 10%;
  margin: auto;
}

.footer .copy h5 {
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.footer .form-control {
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 2px solid#F7CA33 !important;
}

.footer .button-footer button {
  background-color: #f7ca33;
  color: rgb(56, 56, 56);
  border-radius: 3px;
  border: 1px solid transparent;
  margin: auto;
  width: 150px;
  height: 30px;
  line-height: 30px;
  margin: auto;
  display: block;
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  transition: all 0.5s;
  margin-top: 25px;
}

.footer .button-footer button:hover {
  background-color: #f77b33;
  color: #fff;
}

/* end footer */

/* start contact us section */

.contact-us {
  padding-top: 100px;
  padding-bottom: 50px;
}

.contact-us .title-section-5 h2 {
  /* color: #979797; */
  color: #f7ca33;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Spartan", sans-serif;
  /* margin: 30px auto; */
  margin: 0 auto;
  max-width: 94%;
  font-size: 35px;
  line-height: 1.5;
}

.contact-us .title-section-5 h5 {
  /* color: #FFDE59; */
  color: #f7ca33;
  letter-spacing: 0.15em;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  width: 77%;
  font-style: italic;
  margin: auto;
}

.contact-us .best-form {
  max-width: 90%;
  margin: auto;
}

.contact-us .best-form h5 {
  font-weight: normal;
  font-family: "Helvetica", sans-serif;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.contact-us .form-check label {
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
}

.contact-us input::placeholder {
  font-style: italic;
  text-align: center;
  font-weight: 300;
}

.contact-us textarea::placeholder {
  font-style: italic;
  text-align: center;
  font-weight: 300;
}

.submit-btn button {
  background-color: #f7ca33;
  color: rgb(56, 56, 56);
  border-radius: 3px;
  border: 1px solid transparent;
  margin: auto;
  width: 200px;
  height: 40px;
  line-height: 30px;
  margin: auto;
  display: block;
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  transition: all 0.5s;
}

.submit-btn button:hover {
  background-color: #f77b33;
  color: #fff;
}

/* end contact us section */

/* start insigh detail section */

.menu-insight-detail {
  /* padding-top: 120px; */
  padding-top: 160px;
  width: 70%;
  display: block;
  margin: auto;
}

.menu-insight-detail ul li {
  display: inline-block;
}

.menu-insight-detail ul li a:hover {
  color: #f79833;
}
.menu-insight-detail ul li a {
  color: #000000;
  margin: auto 15px;
  text-decoration: none;
  /* font-size: 20px; */
  font-size: 18px;
  font-weight: 700;
  font-family: "Avenir", sans-serif;
}

.menu-insight-detail ul.child-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  padding: 0;
  left: 0;
}

.insight-detail .card-box-detail .description .category ul li {
  list-style: none;
  display: inline-block;
  margin: 10px 5px;
  border: 1px solid gray;
  padding: 5px;
  width: auto;
  text-align: center;
}

.insight-detail .card-box-detail .description .category ul li:hover {
  border: 1px solid #000;
}

.menu-insight-detail .child-menu li {
  display: block !important;
  width: auto;
  margin: 10px auto;
  text-align: left;
}

.menu-insight-detail .child-menu li a {
  font-size: 18px;
  width: 100%;
  margin: 20px;
}

.menu-insight-detail .child-menu li a:hover {
  color: #f79833;
}

.menu-insight-detail .hovering {
  position: relative;
}

.menu-insight-detail .hovering:hover ul.child-menu {
  display: block;
  width: 210px;
  text-align: center;
  color: #fff;
  z-index: 99;
}

.insight-detail .card-box-detail {
  height: auto;
  /*   border: 1px solid #c7c7c7; */
  margin: 30px auto;
  /*   max-width: 85%; */
}

.insight-detail .card-box-detail .share-post {
  display: none;
  position: absolute;
  top: 95px;
  right: 95px;
}

.insight-detail .card-box-detail .bordered {
  padding: 5px 20px;
  background-color: #fff;
  box-shadow: 1px 1px 15px 2px gray;
}

.card-box-detail .description .image-description {
  width: 100%;
  display: block;
  margin: 30px auto;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.card-box-detail .description .image-description img {
  width: 60%;
  /*   height: 70vh; */
  height: auto;
}

/* .card-box-detail .description {
  padding: 60px 85px
} */

.insight-detail .description img {
  width: 100%;
  height: auto;
}

.card-box-detail .description ul.mistake li {
  font-family: "Avenir", sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 200 !important;
}

.card-box-detail .description ul.mistake li a {
  color: #f79833;
}

.card-box-detail .description .title-description {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}

.card-box-detail .description .title-description p {
  font-family: "Avenir", sans-serif;
  font-size: 15px;
  color: black;
  margin: 20px 0;
  position: relative;
}
.card-box-detail .description .title-description span {
  font-family: "Avenir", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: gray;
}

.card-box-detail .description .title-description ul.status {
  display: flex;
  margin-left: -40px;
}

.card-box-detail .description .title-description ul li.first {
  list-style-type: none;
  margin-right: 30px;
}

.card-box-detail .description .title-description ul.status li {
  font-size: 14px !important;
  color: gray;
}

.card-box-detail .description .title-description button {
  border: 1px solid transparent;
  background-color: transparent;
}

.card-box-detail .description p {
  font-family: "Avenir", sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 200 !important;
  max-width: 100%;
  color: #000;
  margin: 20px auto;
}

.card-box-detail .description p > b {
  text-align: center;
  display: block;
  margin: auto;
  font-weight: bold;
  margin: 30px auto;
}

.card-box-detail .description h2 {
  color: #f7ca33;
  font-weight: 750;
  font-family: "Spartan", sans-serif;
  margin: 10px auto 30px auto;
  font-size: 38px;
  line-height: 53px;
}

.card-box-detail .description .category {
  margin: 60px auto 20px auto;
}

.card-box-detail .description .category a {
  padding: 5px 10px;
  border: 1px solid rgba(24, 24, 24, 0.2);
  margin: 0 5px 10px 5px;
  color: #000;
  font-weight: 500;
}

.card-box-detail .description .category a:hover {
  border: 1px solid #000;
}

.card-box-detail .description .icon-social-media ul.icons li {
  display: inline-block;
  margin-right: 25px;
}

.card-box-detail .description .icon-social-media ul.icons li a:hover {
  color: #007bff;
}

.card-box-detail .description .icon-social-media ul.menus {
  display: flex;
  margin-left: 40px;
}

.card-box-detail .description .icon-social-media ul.menus li {
  margin-right: 30px;
}

.card-box-detail .description .icon-social-media ul.menus li.first {
  list-style-type: none;
}

.card-box-detail .description .icon-social-media ul.menus li a {
  color: #000;
}

.card-box-detail .description .icon-social-media ul.menus li a:hover {
  color: #007bff;
}

.insight-detail a {
  text-decoration: none;
}

.card-box-detail .description:hover p {
  color: #000;
}

.insight-detail .title-description span {
  font-family: "Avenir", sans-serif;
  font-size: 15px;
  color: #000;
}

.insight-detail .title-description button {
  border: 1px solid transparent;
  background-color: transparent;
}

.recent-post {
  padding: 10px 50px;
  width: 77%;
  display: block;
  margin: auto;
}

.recent-post .title-post {
  margin: 0 25px;
}

.recent-post a h2 {
  font-size: 18px;
  color: #f7ca33;
  padding: 20px;
  font-weight: 600;
  font-family: "Spartan", sans-serif;
}

.recent-post a:hover {
  text-decoration: none !important;
}

.recent-post .title {
  height: 100px;
}

.recent-post .card {
  width: 88%;
  margin: 25px 20px;
}

.recent-post .card img {
  height: 180px;
}

.recent-post a:hover h2 {
  color: #f79833;
}

.recent-post span {
  font-size: 15px;
}
.recent-post a > span.select-all {
  margin-right: 50px;
  color: #000;
}

.recent-post a:hover span.select-all:hover {
  color: #f79833;
}

/* end insight detail page */

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
  font-size: 14px !important;
  margin-left: 6px;
  font-weight: 300 !important;
}

.wpforms-submit .submit-btn {
  width: 160px !important;
  float: right;
  margin-top: -90px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding: 0 !important;
}

#wpforms-submit-163 {
  width: 303px !important;
  float: initial;
  font-style: italic;
  margin-top: 10px !important;
}

#wpforms-434-field_2-container {
  margin-bottom: 20px;
}

div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
  padding: 10px 0 0 0 !important;
}

.g-recaptcha {
  margin: 15px auto 0 auto !important;
  display: flex;
  width: 50%;
  justify-content: center;
}

/* .wpforms-recaptcha-container div.wpforms-container-full, div.wpforms-container-full .wpforms-form * {
	margin:auto !important;
} */
/* .wpforms-field-container div.wpforms-container-full, div.wpforms-container-full .wpforms-form * {
	margin: 0 !important;
} */

/* #wpforms-163-field_1 .wpforms-form input[type=checkbox] {
	border: 3px solid #F7CA33 !important;
} */

@media (max-width: 1024px) and (min-width: 700px) {
  #wpforms-submit-163 {
    margin-top: 0 !important;
    float: center;
    width: 160px !important;
  }
}

/* .rc-anchor-normal .rc-anchor-checkbox-label {
	width: 90px !important;
} */

/* media for mobile phone */

@media (max-width: 997px) {
  /* components */

  h1 {
    font-size: 30px !important;
  }

  h2 {
    font-size: 25px !important;
  }

  h3 {
    font-size: 20px !important;
  }

  h4 {
    font-size: 18px !important;
  }

  h5 {
    font-size: 15px !important;
  }

  h6 {
    font-size: 12px !important;
  }

  p {
    font-size: 15px !important;
  }

  span {
    font-size: 12px !important;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .dropdown-menu {
    /* font-size: 12px !important; */
    background-color: #000;
    font: normal normal normal 20px/2.5em
        wfont_25d708_32fd776b75594f14bd4c5d8a1959e59f,
      wf_32fd776b75594f14bd4c5d8a1, orig_league_spartan_regular;
  }
  .section-4 .title-section-4 {
    width: 90% !important;
  }

  .mobile-menu .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    padding: 10px;
    background-color: #f7ca33;
    border: 3px solid #fff;
  }
  /* end components */

  /* index */

  .hero-banner .hero-title h4 {
    max-width: 100%;
  }

  .hero-banner .slider-banner {
    height: 90vh;
  }

  .hero-banner .hero-title h1 {
    max-width: 100%;
  }

  .section-4 .testimonial .description-testimonial {
    max-width: 100%;
  }

  .section-3 a.section-3-button {
    width: auto;
    font-size: 12px;
  }

  .section-4 .testimonial-slider {
    height: auto;
    position: relative;
  }

  .slick-prev {
    z-index: 2 !important;
    position: absolute !important;
    left: 55px !important;
    display: none !important;
  }

  .slick-next {
    z-index: 2 !important;
    position: absolute !important;
    right: 55px !important;
    display: none !important;
  }

  .slick-dots li button {
    /* height: 75px!important; */
    height: 25px !important;
  }

  .section-4 .testimonial .title h5 {
    max-width: 100%;
  }

  .section-5 .title-section-5 h2 {
    max-width: 100%;
  }

  .section-5 .best-form {
    max-width: 100%;
    margin: auto;
  }

  .testimonial-slider .title {
    margin-top: 180px !important;
  }

  .section-4 .slick-dots {
    bottom: 33px !important;
  }

  /* end index */

  /* footer */

  .footer .image-footer {
    max-width: 100%;
    margin: auto;
  }

  .footer .location-footer {
    color: #fff;
    max-width: 100%;
    margin: 20px auto;
    text-align: center;
  }

  .footer .newsletter {
    max-width: 100%;
    margin: 20px auto;
  }

  .footer .copy {
    max-width: 100%;
    margin: 20px auto;
  }
  /* end footer */

  /* service detail */

  .background-service-detail {
    height: auto;
    margin-bottom: -25px;
  }

  .background-service-detail .title span {
    max-width: 100%;
  }

  .grid-section {
    max-width: 100% !important;
    margin: auto;
  }

  /* end service detail */

  /* case studies */

  .case-section {
    padding-bottom: 40px;
  }

  .case-section .title h5 {
    max-width: 100%;
  }

  .grid-section {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* end case studies */

  /* start insight page */

  .section-insight .card-boxe {
    max-width: 100%;
    position: relative;
    height: 350px;
  }

  .card-boxe .bordered {
    padding: 5px 20px;
    background-color: #fff;
    box-shadow: 1px 1px 15px 2px gray;
  }

  .section-insight .card-boxe .shadow {
    background-color: rgb(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
  }

  .card-boxe .description {
    position: relative;
    z-index: 1;
    height: 100%;
  }

  .card-boxe .description h5 {
    position: absolute;
    z-index: 1;
    color: #fff;
    bottom: 20px;
    font-weight: bolder;
    font-size: 20px !important;
    font-family: "Spartan", sans-serif;
  }

  /* .card-box-detail .description .title-description ul.status {
    display: flex;
    margin-left: -40px;
  } */

  .card-boxe .description .title-description ul.status {
    display: flex;
    margin-left: -40px;
  }

  .card-boxe .description .title-description ul.status li {
    color: #fff;
    font-size: 14px !important;
    /*     color: gray; */
  }

  .card-box-detail .description .title-description ul li.first {
    list-style-type: none;
    margin-right: 30px;
  }

  button i {
    color: #fff;
  }

  .new-menu {
    padding-top: 110px;
    max-width: 100%;
    display: block;
    margin: auto;
  }

  .contact-location {
    max-width: 100% !important;
  }

  .new-menu ul.main-menu-insight {
    padding-top: 20px;
    background-color: #000;
    margin: 60px 0 10px 0;
    height: 50px;
  }

  .section-4 .company-logo-username {
    max-width: 100%;
  }

  .new-menu .hovering {
    position: relative;
  }

  .new-menu .hovering:hover ul.child-menu {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 99;
    border: 1px solid gray;
    padding: 20px;
  }

  .new-menu ul li a {
    margin: auto 32px;
    font-size: 16px;
  }

  .new-menu .child-menu li {
    display: block !important;
    width: 100%;
    /* margin: 10px auto; */
    margin: -3px auto;
    text-align: center;
    padding: 9px 10px;
  }

  .new-menu ul li.first {
    position: absolute;
    /* left: 30px;
      top: 71px; */
    /* left: 18px;
      top: 59px; */
    left: 0;
    top: 70px;
    color: #fff;
  }

  .new-menu ul li.hovering {
    margin-left: -26px;
  }

  .new-menu ul li.hovering i {
    margin-left: 240px;
  }

  .new-menu ul li.search-icon {
    position: absolute;
    top: 64px;
    right: 43px;
    color: #fff;
  }

  .new-menu ul li.search-icon-desktop {
    position: absolute;
    top: 64px;
    right: 43px;
    color: #fff;
  }

  .new-menu ul li.search-icon .is-form-style {
    width: 71%;
  }

  .new-menu ul li.last a {
    position: absolute;
    top: 72px;
    right: 0;
    color: #fff;
  }

  .new-menu .child-menu li a {
    font-size: 16px;
    color: #000;
    width: 100%;
  }

  .insight-detail .card-box-detail .category ul li {
    list-style: none;
    display: inline-block;
    margin: 10px 5px;
    border: 1px solid gray;
    padding: 3px;
    width: auto;
    text-align: center;
  }

  .insight-detail .card-box-detail .category ul li:hover {
    border: 1px solid #000;
  }

  /* end insight page */
}

@media (max-width: 770px) {
  .footer .footer-list {
    display: flex;
    flex-direction: column !important;
  }

  .about-hero {
    /*     height: 135vh; */
    height: auto;
  }

  .about-hero .table {
    padding: 40px 0;
    margin-bottom: 0;
  }

  .section-3 .image-slider-logo .slick-next::before,
  .section-3 .image-slider-logo .slick-prev::before {
    font-size: 23px !important;
  }

  .section-3 .image-slider-logo .slick-next::before {
    position: absolute;
    right: -65px;
  }

  .section-3 .image-slider-logo .slick-prev::before {
    position: absolute;
    left: -65px;
  }

  .section-4 .slick-prev {
    position: absolute;
    left: 5px !important;
    z-index: 2 !important;
  }

  .section-4 .slick-next {
    position: absolute;
    right: 5px !important;
    z-index: 2 !important;
  }

  .section-4 .slick-next::before,
  .section-4 .slick-prev::before {
    font-size: 20px;
  }

  .background-case-detail {
    height: auto;
  }

  .background-case-detail .description p {
    line-height: 15px;
    font-family: "Avenir", sans-serif;
  }

  .background-case-detail .title .title-case {
    font-size: 25px !important;
  }

  .new-menu ul.child-menu {
    position: absolute;
    top: 26px;
  }

  /* start insight detail*/

  .menu-insight-detail {
    padding-top: 155px;
    width: 100%;
    display: block;
    margin: auto;
  }

  .menu-insight-detail .hovering {
    position: relative;
    font-weight: 200;
  }

  .menu-insight-detail .hovering:hover ul.child-menu {
    display: block;
    width: 300px;
    text-align: center;
    color: #fff;
    z-index: 1;
  }

  .menu-insight-detail ul.main-menu-insight {
    margin-left: -28px;
  }

  .menu-insight-detail ul li.search-icon {
    margin-left: 59px;
  }

  .menu-insight-detail ul li.search-icon .is-form-style {
    width: 60%;
  }

  .menu-insight-detail ul li a {
    /* margin: auto 32px; */
    margin: auto 0;
    font-size: 16px;
    color: #f79833;
    font-weight: 200;
  }

  .menu-insight-detail .child-menu li {
    display: block !important;
    width: auto;
    margin: 10px auto;
    /* margin: 0 auto; */
    text-align: left;
    /* padding: 20px 10px; */
    padding: 2px 10px;
    text-align: center;
  }

  .menu-insight-detail ul li.first {
    /* margin-left: -40px; */
    /* margin-left: -32px; */
    margin-left: -5px;
  }

  .menu-insight-detail ul.main-menu-insight li.last {
    margin-left: -49px;
    /* margin-left: -70px; */
  }

  .about-hero .section {
    max-width: 100% !important;
  }

  .menu-insight-detail .child-menu li a {
    font-size: 16px;
    color: #000;
    width: 100%;
    margin: 20px;
  }

  .menu-insight-detail ul li.hovering i {
    margin-left: 240px;
  }

  .menu-insight-detail ul.insight-detail-menu {
    margin-left: -30px;
  }

  .menu-insight-detail ul.insight-detail-menu li a {
    font-weight: 500;
  }

  .insight-detail .card-box-detail {
    max-width: 100%;
    border: none;
    margin-top: 0;
  }

  .insight-detail .card-box-detail .share-post {
    position: absolute;
    top: 50px;
    right: 30px;
  }

  .insight-detail i {
    color: #000;
  }

  .card-box-detail .description {
    padding: 30px 20px !important;
  }

  .card-box-detail .description .title-description button {
    margin-top: -20px;
  }
  .card-box-detail .description h2 {
    line-height: 35px;
  }

  .description .image-description img {
    height: auto !important;
  }

  .card-box-detail .description p {
    font-size: 15px !important;
  }

  .card-box-detail .description p > a {
    font-size: 14px !important;
  }

  .card-box-detail .description p > b {
    font-size: 18px !important;
  }

  .card-box-detail .description ul.mistake li {
    font-family: "Avenir", sans-serif;
    font-size: 14px !important;
    line-height: 27px;
    font-weight: 100 !important;
    margin-left: -10px;
  }

  .card-box-detail .description .category a {
    padding: 5px 10px;
    border: 1px solid rgba(24, 24, 24, 0.2);
    margin: 10px 5px 10px 5px;
    color: #000;
    font-weight: 500;
  }

  .card-box-detail .description .icon-social-media ul.menus {
    display: flex;
    margin-left: 0;
  }

  .insight-detail .card-box-detail .category ul {
    /* margin-left: -34px; */
    margin-left: -45px;
  }

  .recent-post {
    padding: 10px 20px;
    width: 100%;
    display: block;
    margin: auto;
  }

  .recent-post .card {
    width: 100%;
    margin: 30px auto;
    height: 52vh;
  }

  .recent-post .card h2 {
    font-size: 21px !important;
  }

  .recent-post .title-post {
    margin: 0;
  }

  .recent-post a > span.select-all {
    margin-right: 0;
  }

  .recent-post span {
    font-size: 14px !important;
  }

  /* end insight detail */
}

.hoverpost:hover {
  color: #000;
}

@media (max-width: 768px) {
  .new-menu ul li.search-icon {
    position: absolute;
    top: 71px;
    /* right: 20px; */
    right: 130px;

    color: #fff;
  }

  .icon-searching {
    position: relative;
    left: 538px !important;
    bottom: auto;
  }

  .footer-hidden {
    display: block !important;
    visibility: visible !important;
  }

  .footer-desktop {
    visibility: hidden;
    display: none;
  }
}

@media (max-width: 320px) {
  .new-menu ul li.search-icon {
    position: absolute;
    top: 64px;
    /* right: 20px; */
    right: 50px;

    color: #fff;
  }

  .new-menu ul li.search-icon .is-form-style {
    width: 60%;
  }

  .new-menu ul li.hovering i {
    margin-left: 260px;
    position: absolute;
  }

  .new-menu .hovering:hover ul.child-menu {
    display: block;
    width: 271px;
    text-align: center;
    color: #fff;
    z-index: 99;
    border: 1px solid gray;
    padding: 10px;
  }

  .menu-insight-detail ul.main-menu-insight li.last {
    margin-left: -63px;
  }

  .menu-insight-detail ul li.search-icon {
    margin-left: 36px;
  }

  .menu-insight-detail ul li.hovering i {
    margin-left: 195px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section-3 .image-slider-logo .slick-next {
    position: absolute;
    right: 5px;
  }

  .section-3 .image-slider-logo .slick-prev {
    position: absolute;
    left: 5px;
  }

  .new-menu ul li.hovering i {
    margin-left: 500px;
  }

  .new-menu ul li.hovering {
    margin-left: -29px;
  }

  .new-menu {
    padding-top: 150px;
    max-width: 85%;
    display: block;
    margin: auto;
  }

  .new-menu ul li.search-icon {
    width: 18%;
    margin-right: 15px;
  }

  .is-form-style input.is-search-input {
    font-size: 20px !important;
  }

  .menu-insight-detail ul li.search-icon .is-form-style {
    width: 95%;
  }

  /* .menu-insight-detail ul li.search-icon {
    margin-left: 250px!important;
  } */

  .menu-insight-detail ul.main-menu-insight li.last {
    margin-left: 0;
  }
}

@media (min-width: 1400px) {
  .new-menu {
    /* max-width: 65%!important; */
    max-width: 100% !important;
  }
}

@media (width: 768px) {
  .menu-insight-detail ul li a {
    font-size: 25px !important;
  }

  .menu-insight-detail ul li.search-icon {
    margin-left: 250px !important;
  }
}

@media (min-width: 2560px) {
  .menu-insight-detail ul li {
    display: inline-block;
    margin-left: 11px;
  }

  .menu-insight-detail {
    width: 40%;
  }

  .new-menu {
    max-width: 37% !important;
  }
}

@media (width: 1024px) {
  .is-form-style.is-form-style-3 label {
    width: calc(100% - 42px) !important;
  }

  .menu-insight-detail ul li a {
    margin: auto 10px;
    font-size: 17px;
  }

  .menu-insight-detail {
    width: 90%;
  }

  .menu-insight-detail ul li.search-icon .is-form-style {
    width: 100%;
  }

  .is-form-style input.is-search-input {
    font-size: 17px !important;
  }
}

@media (min-width: 1200px) {
  .section-4 .testimonial-slider {
    height: auto;
    position: relative;
  }
}

.slick-arrow.fa-solid.fa-angle-left {
  z-index: 9999;
}

.footer {
  bottom: 0px;
}
.footer ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1; /* Firefox */
}

.footer ::-webkit-input-placeholder {
  font-style: italic;
  color: #fff !important;
}
.footer :-moz-placeholder {
  font-style: italic;
  color: #fff !important;
}
.footer ::-moz-placeholder {
  font-style: italic;
  color: #fff !important;
}
.footer :-ms-input-placeholder {
  font-style: italic;
  color: #fff !important;
}

a:focus-visible {
  outline: none;
}
.section-default {
  padding-top: 100px;
  padding-bottom: 50px;
}

/* Utility Classes for Fonts */
.font-spartan {
  font-family: 'Spartan', sans-serif !important;
}

.font-avenir {
  font-family: 'Avenir', sans-serif !important;
}

/* Category Filter Buttons */
.category-filter-btn {
  color: #F7CA33;
  background-color: transparent;
  padding: 10px 20px;
  border: 1px solid transparent;
  text-decoration: none !important;
  transition: all 0.3s ease;
  font-family: 'Spartan', sans-serif !important;
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
}

.category-filter-btn:hover,
.category-filter-btn.active {
  background-color: #F7CA33;
  color: #ffffff !important;
  border-color: #F7CA33;
  text-decoration: none !important;
}

/* Utility Classes for Fonts */
.font-spartan {
  font-family: 'Spartan', sans-serif !important;
}

.font-avenir {
  font-family: 'Avenir', sans-serif !important;
}

/* Insight Content Styling */
.insight-content,
.insight-content * {
  font-family: 'Avenir', sans-serif !important;
}

.insight-content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 1rem;
}

.insight-content ol {
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 1rem;
}

.insight-content li {
  margin-bottom: 0.5rem;
  font-size: 20px;
}
