@font-face {
  font-family: Roboto-Thin;
  src: url(/fonts/Roboto/Roboto-Thin.ttf);
}

@font-face {
  font-family: theseason;
  src: url(/fonts/Demo-The-Seasons/Demo_Fonts/Fontspring-DEMO-theseasons-reg.otf);
}

.main-insight-blog {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
  display: flex;
  width: 100%;
  margin: auto;
  font-family: 'Roboto-Light' !important;
}

.insight-blog {
  display: grid;
  grid-gap: 24px 200px;
  margin: auto;
  box-sizing: border-box;
}

.grid-column-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-column-3 {
  grid-template-columns: repeat(3, 1fr);
}

.Promo__footer a {
  padding: 1.4rem 2rem;
}

.img-row-card .desig-head-container div {
  width: 100% !important;
}

.insight-blog-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 200ms ease-in-out;
  text-align: left;
  border-radius: 0px;
  border-style: none;
  background-color: #ffffff;
}

.insight-blog-img-container {
  overflow: hidden;
}

.insight-blog-img-container a {
  display: block;
}

.insight-blog-img-container a,
.insight-blog-img-containera:visited {
  text-decoration: underline;
}

.height-content-mg-1 {
  line-height: 2;
}

.height-content-mg-new {
  line-height: 4;
}

.height-content-mg-new-1 {
  line-height: 1;
}

.height-content-mg-new-short {
  line-height: 4;
}

.insight-blog-img-container a img {
  transform: scale(1);
  height: 280px;
  object-fit: cover;
  object-position: center center;
  transition: .3s ease-in-out;
  width: 100%;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.insight-blog-img-container:hover a img {
  transform: scale(1.05);
  transition: .3s;
}

.insight-blog-content-container div {
  margin-top: 0.9rem;
  font-family: 'Roboto-Thin' !important;
}

.insight-blog-content-container-title a {
  font-family: 'Roboto-Thin' !important;
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: 600 !important;
  color: #000000;
  text-decoration: none;
}

.insight-blog-content-container-content p {
  text-decoration: none;
  text-align: left;
  font-family: 'Roboto-Thin' !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #969696;
}

.insight-blog-content-container-more a {
  text-decoration: none;
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Roboto-Thin' !important;
}

.insight-blog-content-container-more a:hover {
  text-decoration: none;
  color: #0a1a3b;
}

/* Banner Image Properties */
.reach-out-to-us-banner {
  background-color: #505050;
  text-align: center;
  padding: 4rem 1rem;
  margin: 0;
  width: 100%;
  position: relative;
}

.vision-box-container h2 {
  padding-top: 2rem;
}

.mission-box-container h2 {
  padding-top: 1rem;
}

.opt-2 {
  background-color: #AA2525;
  background-image: url(../Img/banner/banner-strip.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  padding: 0rem !important;
}

.opt-2 p {
  color: white;
  font-size: 35px;
  /* font-family: Roboto; */
  font-weight: 500 !important;
}

.opt-2-overlay {
  background-color: #111111;
  opacity: 0.8;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  padding: 2rem;
}

/* .reach-out-to-us-banner-btn button {
  padding: 1rem;
  border: 1px solid rgb(224, 178, 97);
  margin: 2rem 3rem;
  font-size: 12px;
  color: rgb(224, 178, 97);
  background-color: transparent;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.5s linear 0s;
  line-height: normal !important;
} */
.reach-out-to-us-banner p {
  color: #e0b261;
  font-size: 30px;
  font-weight: 300 !important;
  font-family: 'theseason' !important;
}

.reach-out-to-us-banner-btn button {
  padding: 1.3rem 2rem;
  border: 1px solid rgb(224, 178, 97);
  margin: 2rem 3rem;
  font-size: 14px;
  width: 17rem;
  color: rgb(224, 178, 97);
  background-color: transparent;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.5s linear 0s;
  line-height: normal !important;
  font-family: 'Roboto-Thin' !important;

}

.home_industry-container-box .industry_sect_btn {
  padding: 8px;
  border: 1px solid black;
  /* margin: 0.2rem; */
  width: 90%;
  margin-top: 2rem;
  font-size: 10px;
  color: black;
  background-color: transparent;
}

.reach-out-to-us-banner-btn button:hover {
  border: 1px solid white;
  color: white;
  background-color: #e0b261;
  border-radius: 0;
  scale: 1.1;
}

/* Banner Image Properties End */
@media (max-width:1750px) {
  .rd3-report-content {
    margin: 15% 0rem;
  }
}

@media (max-width:1700px) {
  .rd3-report-content {
    margin: 14% 0rem;
  }
}

@media (max-width:1650px) {
  .rd3-report-content {
    margin: 10% 0rem;
  }
}

@media (max-width:1600px) {
  .rd3-report-content {
    margin: 10% 0rem;
  }

  .first-report-1 img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    margin-top: 1.7% !important;
  }

  .first-report-1-new img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    margin-top: 1.7% !important;
  }
}

@media (max-width:1540px) {
  .first-report-content {
    margin: 6% 0rem;

  }

  .first-report-content-new {
    margin: 3% 0rem;

  }

  .rd3-report-content {
    margin: 6% 0rem;
  }

  .first-report-1 img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    margin-top: 3% !important;
  }

  .first-report-1-new img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    margin-top: 3% !important;
  }
}

@media (max-width:1499px) {
  .first-report-content {
    margin: 5% 0rem;
  }

  .rd3-report-content {
    margin: 2% 0rem;
  }

  .first-report-1 img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    margin-top: 4% !important;
  }

  .first-report-1-new img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    margin-top: 4% !important;
  }
}

@media (max-width:1440px) {
  .first-report-content {
    margin: 5% 0rem;
  }

  .rd3-report-content {
    margin: 2% 0rem;
  }

  .first-report3rd-img img {
    margin-top: 1% !important;
  }

  .first-report-1 img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    margin-top: 7% !important;
  }

  .first-report-1-new img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    margin-top: 7% !important;
  }
}

@media (max-width:1360px) {
  .height-content-mg-new {
    line-height: 4;
  }

  .first-report-1 img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    margin-top: 11% !important;
  }

  .first-report-1-new img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    margin-top: 11% !important;
  }

  .first-report img {
    border-radius: 15px;
    width: 100%;
    /* height: 9rem; */
    margin: auto;
    margin-top: 4.3rem;
  }

  .first-report-content {
    margin: 8% 0rem;
  }

  .rd3-report-content {
    margin: 10% 0rem;
  }

  .first-report3rd-img img {
    margin-top: 11% !important;
  }

  .home_industry-container-box .industry_sect_btn {
    padding: 8px;
    border: 1px solid black;
    /* margin: 0.2rem; */
    width: 90%;
    margin-top: 2rem;
    font-size: 10px;
    color: black;
    background-color: transparent;
  }

  .height-content-mg-new-1 {
    line-height: 1;
  }

  .height-content-mg-1 {
    line-height: 1;
  }
}

@media (max-width:1340px) {
  .height-content-mg-new-short {
    line-height: 2;
  }

  .first-report-content {
    margin: 7% 0rem;
  }

  .rd3-report-content {
    margin: 10% 0rem;
  }

  .first-report-1 img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    margin-top: 15% !important;
  }

  .first-report-1-new img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    margin-top: 15% !important;
  }

  .first-report3rd-img img {
    margin-top: 12% !important;
  }
}

@media (max-width:1300px) {
  .first-report-1 img {
    border-radius: 15px;
    width: 80%;
    margin: auto;
    margin-top: 4rem;
  }

  .img-first-rep img {
    margin-top: 1% !important;
  }

  .first-report3rd-img img {
    margin-top: 14% !important;
  }

  .first-report-1 img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    margin-top: 16% !important;
  }

  .first-report-1-new img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    margin-top: 16% !important;
  }

  .rd3-report-content {
    margin: 10% 0rem;
  }

  .vision-box-container h2 {
    padding-top: 1rem !important;
  }

  .first-report-content {
    margin: 8% 0rem;
  }

  .mission-box-container h2 {
    padding-top: 0rem !important;
  }

  .first-report img {
    border-radius: 15px;
    width: 85%;
    /* height: 9rem; */
    margin: auto;
    margin-top: 3.5rem;
  }

  .img-first-rep img {
    border-radius: 15px;
    width: 75%;
    height: 9rem;
    margin: auto;
    margin-top: 3rem;
  }

  .img-first-rep-new img {
    border-radius: 15px;
    width: 75%;
    height: 9rem;
    margin: auto;
    margin-top: 20%;
  }

  .home-head_apart-container-box-offering .industry_btn button {
    padding: 10px;
    border: 1px solid #e0b261;
    margin: 1rem;
    margin-top: 2rem;
    font-size: 11px;
    color: #e0b261;
    background-color: #173654;
    /* margin-right: 10px; */
  }

}

@media (max-width:1280px) {
  .first-report-1 img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    margin-top: 20% !important;
  }

  .first-report-1-new img {
    border-radius: 1px !important;
    width: 99% !important;
    height: 74% !important;
    margin: auto !important;
    margin-top: 18% !important;
  }

  .first-report3rd-img img {
    margin-top: 16% !important;
  }
}

@media (max-width:1255px) {
  .height-content-mg-new {
    line-height: 4;
  }

  .first-report3rd-img img {
    margin-top: 16% !important;
  }

  .height-content-mg-new-1 {
    line-height: 1;
  }

  .first-report-1 img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    margin-top: 21% !important;
  }

  .first-report-1-new img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 67% !important;
    margin: auto !important;
    margin-top: 21% !important;
  }

  .first-report-content {
    margin: 7% 0rem;
  }

  .rd3-report-content {
    margin: 10% 0rem;
  }

  .height-content-mg-1 {
    line-height: 4;
  }

  .height-content-mg-new-short {
    line-height: 5;
  }

  .home_industry-container-box .industry_sect_btn {
    padding: 8px;
    border: 1px solid black;
    width: 90%;
    margin-top: 2rem;
    font-size: 9px;
    color: black;
    background-color: transparent;
  }
}

@media (max-width:1240px) {
  .height-content-mg-new {
    line-height: 4;
  }

  .height-content-mg-1 {
    line-height: 4;
  }

  .rd3-report-content {
    margin: 10% 0rem;
  }

  .img-first-rep img {
    margin-top: 4% !important;
  }
}

@media (max-width:1210px) {
  .first-report-1 img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    margin-top: 20% !important;
  }

  .first-report-1-new img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    margin-top: 20% !important;
  }
}

@media (max-width:1199px) {
  .first-report-1 img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    margin-top: 21% !important;
  }

  .first-report-1-new img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 67% !important;
    margin: auto !important;
    margin-top: 21% !important;
  }

  .img-first-rep img {
    margin-top: 6% !important;
  }

  .first-report3rd-img img {
    margin-top: 12% !important;
  }
}

@media (max-width:1150px) {
  .first-report img {
    border-radius: 15px;
    width: 75%;
    margin: auto;
    margin-top: 3rem;
  }

  .home_industry-container-box .industry_sect_btn {
    padding: 8px;
    border: 1px solid black;
    width: 90%;
    margin-top: 2rem;
    font-size: 8px;
    color: black;
    background-color: transparent;
  }

  .first-report-1 img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    margin-top: 25% !important;
  }

  .first-report-1-new img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 64% !important;
    margin: auto !important;
    margin-top: 25% !important;
  }

  .first-report3rd-img img {
    margin-top: 25% !important;
  }
}

@media (max-width:1110px) {
  .first-report-1 img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    margin-top: 32% !important;
  }
}

@media (max-width:1089px) {
  .height-content-mg-new {
    line-height: 4;
  }

  .first-report-1 img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    margin-top: 32% !important;
  }

  .height-content-mg-new-1 {
    line-height: 5;
  }

  .height-content-mg-1 {
    line-height: 2;
  }

  .height-content-mg-new-short {
    line-height: 1;
  }
}

@media (max-width:1050px) {
  .first-report-1 img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    margin-top: 32% !important;
  }

  .first-report3rd-img img {
    margin-top: 30% !important;
  }

  .first-report-1 img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    margin-top: 39% !important;
  }

  .first-report-1-new img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 64% !important;
    margin: auto !important;
    margin-top: 39% !important;
  }
}

@media (max-width:990px) {
  .height-content-mg-new {
    line-height: 8;
  }

  .height-content-mg-1 {
    line-height: 4;
  }

  .first-report-1 img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    margin-top: 58% !important;
  }

  .first-report-1-new img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 64% !important;
    margin: auto !important;
    margin-top: 58% !important;
  }
}

@media (max-width:940px) {
  .height-content-mg-new {
    line-height: 4;
  }

  .height-content-mg-new-1 {
    line-height: 1;
  }

  .height-content-mg-1 {
    line-height: 8;
  }

  .first-report-1 img {
    border-radius: 1px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    margin-top: 62% !important;
  }

  .first-report-1-new {
    text-align: center;
  }

  .first-report-1-new img {
    border-radius: 1px !important;
    width: 82% !important;
    height: 65% !important;
    margin: auto !important;
    margin-top: 0% !important;
  }

  .height-content-mg-new-short {
    line-height: 4;
  }
}

@media (max-width:900px) {
  .reach-out-to-us-banner-btn button {
    padding: 1.3rem 1rem;
    border: 1px solid rgb(224, 178, 97);
    margin: 2rem 1rem;
    font-size: 14px;
    width: 13rem;
    color: rgb(224, 178, 97);
    background-color: transparent;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.5s linear 0s;
    line-height: normal !important;
    font-family: 'Roboto-Thin' !important;
  }
}

@media (max-width:768px) {
  .grid-column-2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .vision-box-container h2 {
    padding-top: 0rem !important;
  }

  .mission-box-container h2 {
    padding-top: 0rem !important;
  }

  .reach-out-to-us-banner-btn button {
    padding: 1.3rem 1rem;
    border: 1px solid rgb(224, 178, 97);
    margin: 2rem 1rem;
    font-size: 14px;
    width: 50%;
    color: rgb(224, 178, 97);
    background-color: transparent;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.5s linear 0s;
    line-height: normal !important;
    font-family: 'Roboto-Thin' !important;
  }
}

@media (max-width:620px) {
  .see-all-blog-container-check-list h4 a {
    font-size: 14px !important;
  }
}

@media (max-width:450px) {
  .insight-blog-content-container-title a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 200;
    color: #000000;
  }

  .reach-out-to-us-banner-btn button {
    padding: 1.3rem 1rem;
    border: 1px solid rgb(224, 178, 97);
    margin: 2rem 1rem;
    font-size: 14px;
    width: 70%;
    color: rgb(224, 178, 97);
    background-color: transparent;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.5s linear 0s;
    line-height: normal !important;
    font-family: 'Roboto-Thin' !important;
  }

  .insight-blog-content-container-content p {
    text-decoration: none;
    text-align: left;
    font-weight: 300;
    font-size: 12px;
    color: #969696;
    margin-bottom: 0.6rem !important;
  }

  .insight-blog-content-container-more {
    margin-top: 0rem !important;
  }

  .height-content-mg-new {
    line-height: 2.6;
  }

  .insight-blog-content-container-more a {
    text-decoration: none;
    color: #000000;
    font-size: 12px;
  }
}

@media (max-width:390px) {
  .reach-out-to-us-banner-btn button {
    padding: 1.3rem 2rem;
    border: 1px solid rgb(224, 178, 97);
    margin: 1rem 0rem;
    font-size: 10px;
    width: 13rem;
    color: rgb(224, 178, 97);
    background-color: transparent;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.5s linear 0s;
    line-height: normal !important;
    font-family: 'Roboto-Thin' !important;
  }

  .reach-out-to-us-banner p {
    color: #e0b261;
    font-size: 25px;
    margin-bottom: 1rem !important;
    font-weight: 300 !important;
    font-family: 'theseason' !important;
  }

  .our_values_container_box div p svg {
    width: 2rem;
    height: 3rem;
    margin-top: 10px;
  }

  .our_values_container_box div p img {
    width: 3rem;
    height: 2.5rem;
    margin-top: 10px;
    margin-bottom: 0rem;
  }
}