body, h1, h2, h3, h4, h5, h6, p, a, u, li {
  margin: 0px;
  padding: 0px;
  font-family: 'SF UI Text';
}

body, html {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.header {
  padding: 0.4em 4rem;
}

.navigation {
  margin: 0px;
  padding: 0px;
}

.navigation ul {
  display: flex;
  margin: 0px;
  padding: 0px;
  justify-content: center;
  gap: 2vw;
}

.navigation ul li {
  display: flex;
  margin: 0px;
  padding: 0px;
  justify-content: center;
}

.navigation ul li a {
  color: #000;
  font-family: "SF UI Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
}

.navigation ul li a.active {
  color: #0F569E;
  border-bottom: 1px solid #0F569E;
}

.navigation ul li a:hover {
  color: #0F569E;
  border-bottom: 1px solid #0F569E;
}

.header_btn {
  float: right;
}

.btn_one {
}

.btn_blue {
  border-radius: 40px;
  background: #151C41;
  color: #FFF;
  text-align: center;
  font-family: "SF UI Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
  padding: 1vw 3vw;
  text-decoration: none;
}

.btn_blue:hover {
  color: #fff;
  background: #ed0101
}

.sec_banner {
  background: url("../images/home_banner_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 79vh;
  display: flex;
  align-items: center;
  position: relative;
}

.left_header_absolute {
  position: absolute;
  bottom: 3vw;
  left: 4vw;
  display: flex;
  gap: 30px;
}

.right_header_absolute {
  position: absolute;
  bottom: 3vw;
  right: 4vw;
}

.banner_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 30px;
}

.banner_wrapper h6, .brs_banner_txt h6 {
  color: #1A69FB;
  text-align: center;
  font-family: "SF UI Text";
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.525px; /* 81.5% */
  letter-spacing: -1.4px;
}

.banner_wrapper h1 {
  text-align: center;
  font-family: "SF UI Text";
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: 74px; /* 102.222% */
  letter-spacing: -3.6px;
}

.banner_wrapper p {
  color: #4A4A4A;
  text-align: center;
  font-family: "SF UI Text";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.525px; /* 95.083% */
  letter-spacing: -0.9px;
}

.buttons_two {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.buttons_two a {
  padding: 1vw 2vw;
}

.buttons_two .btn_one {
  border-radius: 40px;
  background: #1A69FB;
  color: #FFF;
  text-align: center;
  font-family: "SF UI Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
  position: relative;
  transition: 0.5s;
}

.buttons_two .btn_one:hover {
  background: #ED0101;
}

.buttons_two .btn_one img {
  position: absolute;
  left: -10px;
  top: 0;
}

.buttons_two .btn_transparent {
  border-radius: 100px;
  border: 1px solid #959595;
  background: #FFF;
  color: #000;
  text-align: center;
  font-family: "SF UI Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
  transition: 0.5s;
}

.buttons_two .btn_transparent:hover {
  background: #ed0101;
  color: #fff;
}

.home_section_two {
  width: 100%;
  padding: 4vw 0vw;
}

.wrapper_home_section_two {
  width: 100%;
}

.heading_paragraf {
}

.heading_paragraf h2, .case_study_left_content h2 {
  color: #000;
  text-align: center;
  font-family: "SF UI Text";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 128.571% */
  letter-spacing: -3.5px;
}

.heading_paragraf h6 {
  color: #1A69FB;
  text-align: center;
  font-family: "SF UI Text";
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.525px;
  letter-spacing: -1.4px;
  margin: 0 0 20px 0;
}

.heading_paragraf h2 span {
  color: #1A69FB;
}

.heading_paragraf p {
  color: #4A4A4A;
  text-align: center;
  font-family: "SF UI Text";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.525px; /* 142.624% */
  letter-spacing: -0.6px;
  margin: 13px 0 0 0;
}

.home_section_two_logos_row_one {
  margin: 50px 0 50px 0;
}

.home_section_two_logos_row_one {
  margin: 50px 0 50px 0;
}

.home_section_two_logos_row_one img {
  width: 89%;
}

.home_section_two_logos_row_two {
  text-align: right;
}

.home_section_two_logos_row_two img {
  width: 90%;
}

.home_section_three {
  width: 100%;
  padding: 4vw 0vw;
  background: #fbfcff;
  border-bottom: 1px solid #00000017;
}

.wrapper_home_section_three {
  width: 100%;
}

.fuel_row_boxes {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 80px 0 0 0;
}

.fuel_box {
  position: relative;
  width: 33.33333%;
  transition: 0.5s;
  padding: 40px 0;
  max-height: 280px;
}

.fuel_box ul {
  margin: 8px 0 0 20px;
  padding: 0px;
  display: none;
  transition: 0.5s;
}

.fuel_box ul li {
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 156.25% */
}

.fuel_box img {
  transition: 0.5s;
}

.fuel_box h3 {
  color: #282828;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 107%; /* 26.75px */
  letter-spacing: -0.75px;
  margin: 24px 0 0 0;
}

.fuel_box_border {
  background: #CBCBCB;
  width: 1px;
  height: 201.75px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.fuel_box:hover {
  transition: 0.5s;
  background: #1A69FB;
  text-align: left;
  padding: 20px 0;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
}

.fuel_box:hover img {
  transition: 0.5s;
  filter: brightness(100);
  width: 50px;
  left: 20px;
  position: relative;
}

.fuel_box:hover h3 {
  color: #fff;
  text-align: left;
  left: 20px;
  position: relative;
}

.fuel_box:hover ul {
  display: block;
  left: 20px;
  position: relative;
}

.home_section_four {
  width: 100%;
  padding: 4vw 0vw;
}

.wrapper_home_section_four {
  width: 100%;
}

.home_section_four_row {
  width: 100%;
  margin: 70px 0 0 0;
}

.home_section_four_box {
  width: 100%;
}

.home_section_four_box h5 {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #a9a9a9;
  font-family: "Bebas Neue";
  font-size: 108px;
  font-style: normal;
  line-height: 83px;
  color: transparent;
  font-weight: 300;
}

.home_section_four_box h4 {
  color: #000;
  text-align: center;
  font-family: "SF UI Text";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 116.667% */
  letter-spacing: -0.9px;
}

.home_section_four_box p {
  width: 100%;
}

.saprator {
  opacity: 0.1;
  background: #000;
  width: 100%;
  padding: 1px 0;
  margin: 21px 0;
}

.home_section_four_box.active {
  margin: 41px 0 0 0;
}

/*.home_section_four_box.active h4 {*/

/*  color: #1A69FB;*/

/*}*/

.home_section_five {
  width: 100%;
  padding: 4vw 0vw;
  background: #fbfcff;
  border-bottom: 1px solid #00000017;
}

.row_home_section_five {
  width: 100%;
  margin: 70px 0 0 0;
}

.section_five_column_one {
  width: 100%;
}

.section_five_column_one h6 {
  color: #ED0101;
  font-family: "SF UI Text";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  margin: 0 0 19px 0;
}

.section_five_column_one h6 span {
  color: #000;
}

.section_five_column_one h2 {
  text-align: left;
}

.section_five_column_one p {
  text-align: left;
}

.section_five_column_one .buttons_two {
  justify-content: flex-start;
  margin: 24px 0   00;
}

.section_five_column_two {
}

.section_five_column_two img {
  width: 100%;
}

.row_two_home_section_five {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 60px 0 0 0;
}

.row_two_home_section_five li {
  list-style: none;
  padding: 0 97px;
  border-right: 1px solid #0000002e;
}

.row_two_home_section_five li:last-child {
  border-right: transparent;
}

.cta_home {
  width: 100%;
  background: #fff;
}

.cta_home_wrapper {
  width: 100%;
  padding: 4vw 0vw;
}

section.cta_home .buttons_two {
  margin: 40px 0 20px 0;
}

.red_color {
  color: #ED0101 !important;
}

.cta_home_wrapper h6 {
  color: #000;
  font-family: "SF UI Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px; /* 93.75% */
  letter-spacing: -0.48px;
  text-align: center;
}

.home_section_seven {
  width: 100%;
  padding: 4vw 0vw;
  border-bottom: 1px solid #00000017;
}

.home_section_seven_wrapper {
  width: 100%;
  margin: 50px 0 0 0;
}

.tabs_left {
  width: 100%;
  display: flex;
  gap: 27px;
  border-bottom: 1px solid #00000038;
  padding: 0 0 19px 0;
}

.tabs_a_content * {
  color: #000;
}

.tabs_a_content h5 {
  color: #282828;
  font-family: "SF UI Text";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 107%; /* 26.75px */
  letter-spacing: -0.75px;
  margin: 0 0 14px 0;
}

.nav-link.active h5 {
  color: #1A69FB;
}

.tabs_a_content p {
  color: #696969;
  font-family: "SF UI Text";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 115% */
  letter-spacing: -0.4px;
}

.tabs_home {
}

.tabs_home h4 {
  color: #0E2030;
  font-family: "SF UI Text";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px; /* 112.857% */
  letter-spacing: -3.5px;
}

.tabs_home p {
  color: #4A4A4A;
  font-family: "SF UI Text";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 136% */
  letter-spacing: -0.75px;
}

.tabs_home .buttons_two {
  justify-content: flex-start;
  margin: 31px 0 0 0;
}

.home_section_seven_wrapper ul#myTab {
  gap: 24px;
}

.home_section_eight {
  width: 100%;
  background: url("../images/bg_logos.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 671px;
  background-position: center;
}

.home_section_eight h6 {
  color: #1A69FB;
  text-align: center;
  font-family: "SF UI Text";
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.525px; /* 81.5% */
  letter-spacing: -1.4px;
  margin: 0 0 20px 0;
}

.wrapper_sec_eight {
  margin: 293px 0 0;
}

.wrapper_sec_eight .buttons_two {
  margin: 30px 0 0 0;
}

.testimonils {
  width: 100%;
  padding: 4vw 2vw;
}

.testimonils_row_one {
  width: 90%;
  margin: 40px 0 0;
}

.testimonilsbox {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #FFF;
  padding: 20px 30px;
}

.row_testimonils {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 11px 0;
}

.row_testimonils_left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.testimonilsbox p {
  color: #282828;
  font-family: "SF UI Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 143.75% */
  letter-spacing: -0.32px;
  text-transform: capitalize;
  min-height: 96px !important;
  !I;
  !;
}

.row_testimonils_left h5 {
  color: #000;
  font-family: "SF UI Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.row_testimonils_left h5 span {
  color: #555;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.852px; /* 148.945% */
  letter-spacing: -0.28px;
  text-transform: capitalize;
}

.slider_testimonils .slick-slide {
  margin: 0 10px; /* Slides ke left aur right side me 10px ka gap */
}

.testimonils_row_two {
  float: right;
  margin: 22px 0 0 0;
}

.clearfix::after {
  content: "";
}

/*inner pages*/
.sec_banner_inner_pages {
  max-height: 414px;
  min-height: 461px;
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
}

.news_bg {
  background: url(../images/news/new-banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.pr_media-bg {
  background: url(../images/media/media-banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.pr_media-bg {
  background: url(../images/wiki/wiki-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.pr_digital_bg {
  background: url(../images/content/content-banner.png);
  background-size: cover;
  background-repeat: no-repeat
}

.pkg_banner {
  background: url(../images/pkg-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.reputation_bg {
  background: url(../images/reputation/reputation-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.sec_banner_inner_pages p {
  color: #4A4A4A;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.525px; /* 142.624% */
  letter-spacing: -0.6px;
}

.media_engagmetn_services {
  width: 100%;
  background: #fff;
  padding: 4vw 0vw;
}

.media_engagmetn_row_wrapper {
  width: 100%;
  padding: 130px 0 0 0;
}

.media_engagmetn_box {
  border-radius: 10px;
  border: 1px solid rgb(0 0 0 / 15%);
  background: #FFF;
  padding: 88px 20px 25px 20px;
  position: relative;
  min-height: 100%;
  transition: all .4s linear;
}

.media_engagmetn_box.active  .media_engagmetn_box_image_box {
  background: #ED0101;
}

.media_engagmetn_box_image_box {
  background: #1A69FB;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -63px;
}

.media_engagmetn_box h4 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 113.333% */
  letter-spacing: -0.9px;
}

.media_engagmetn_box p {
  color: #4A4A4A;
  text-align: center;
  font-family: "SF UI Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.6px;
  margin: 13px 0 15px 0;
}

/* .cta_inner {
  border-top: 1px solid #0000001c;
} */
.cta_inner .heading_paragraf h2 span {
  color: #ED0101;
}

.newsroom_section {
  width: 100%;
  background: #fff;
  padding: 0vw 0vw;
}

.newsroom_wrappper {
  width: 100%;
  margin: 40px 0 0 0;
}

.newsroom_box_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.newsroom_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #FFF;
  padding: 4px 4px  34px 4px;
}

.newsroom_box_feature_image {
}

.newroom_logos {
}

.newsroom_box_feature_image img {
  width: 100%;
}

.newsroom_box h6 {
  color: #000;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 112% */
  letter-spacing: -0.75px;
  margin: 15px 0 15px 0;
}

.newsroom_box p {
  color: #4A4A4A;
  font-family: "SF UI Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 131.25% */
  letter-spacing: -0.48px;
}

.newsroom_box a {
  color: #6C6C6C;
  font-family: "SF UI Text";
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 17px; /* 121.429% */
  letter-spacing: -0.14px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.newsrroom_box_content {
  padding: 0 14px;
}

.contact_us_sec_one {
  width: 100%;
  padding: 4vw 0vw;
}

.contact_wrapper {
  width: 100%;
}

.contact_wrapper h5 {
  text-align: center;
  color: #151515;
  text-align: center;
  font-family: "SF UI Text";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 116.667% */
  letter-spacing: -0.9px;
  margin: 21px 0 0 0;
}

.field_text {
  margin: 0 0 23px 0;
}

.field_text input {
  border: 1px solid #BDBDBD;
  background: #FFF;
  width: 100%;
  padding: 13px 11px;
}

.field_text textarea {
  border: 1px solid #BDBDBD;
  background: #FFF;
  width: 100%;
  padding: 13px 11px;
}

form.contact_forn {
  margin: 40px 0 0 0;
}

button.btn_submit {
  border-radius: 160px;
  background: #1565C0;
  margin: 0 auto;
  border: none;
  padding: 20px 90px;
  color: #FFF;
  text-align: center;
  font-family: 'SF UI Text';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
  margin: 0 auto;
}

.how_to_find {
  width: 100%;
  padding: 0vw 0vw 0vw 0vw;
}

.ho_to__find_row_wrapper {
}

.ho_to__find__row_wrapper {
  width: 100%;
  padding: 130px 0 0 0;
}

.ho_to__find_box {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #FFF;
  padding: 48px 20px 40px 20px;
  position: relative;
}

.ho_to__find_box_image_box {
  background: #C62828;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 0 auto;
  position: relative;
  left: 0;
  right: 0;
  top: -16px;
  margin: 0;
}

.ho_to__find_box h4 {
  color: #000;
  text-align: left;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.9px;
}

.ho_to__find_box p {
  color: #4A4A4A;
  text-align: left;
  font-family: "SF UI Text";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.525px;
  letter-spacing: -0.6px;
  margin: 13px 0 0 0;
}

.our_mission {
  width: 100%;
  padding: 4vw 0vw;
}

.our_mission_wrapper {
  width: 100%;
  margin: 50px 0 0 0;
}

.our_mission_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.our_mission_box img {
}

.our_mission_box h4 {
  color: #000;
  text-align: left;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 100% */
  letter-spacing: -0.9px;
}

.our_mission_box p {
  color: #404040;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 143.75% */
  letter-spacing: -0.32px;
}

.delivering_sec {
  width: 100%;
  padding: 4vw 0vw;
}

.delivering_sec .row {
  align-items: center;
}

.delivering_sec_left {
}

.delivering_sec_left h3 {
  color: #0E2030;
  font-family: "SF UI Text";
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: 79px;
  letter-spacing: -3.5px;
}

.delivering_sec_left h3 span {
  color: #1A69FB;
}

.delivering_sec_left p {
  color: #404040;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 143.75% */
  letter-spacing: -0.32px;
  margin: 20px 0 30px 0;
}

.delivering_sec_left .buttons_two {
  align-items: flex-start;
  justify-content: flex-start;
}

.sec_notable_site {
  background: #d2e3ff57;
  padding: 4vw 0px;
}

.notable_wrapper {
  width: 100%;
  margin: 50px 0 0 0;
}

.notable_box {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #FFF;
  text-align: center;
  padding: 31px 0 14px 0;
}

.notable_box p {
  color: #404040;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  letter-spacing: -0.32px;
  margin: 20px 0 0 0;
}

.notable_box ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  padding: 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.20);
  width: 84%;
  margin: 21px auto 0 auto;
}

.notable_box ul li {
  width: 50%;
  padding: 14px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.20);
}

.notable_box ul li h6 {
  color: #1A69FB;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;  /* border-right: 1px solid rgba(0, 0, 0, 0.20); */
}

.notable_box ul li h6 span {
  color: #555;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.32px;
  text-transform: capitalize;
}

.notable_box_img {
  padding: 0 0 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.discover_btn {
  border-top: 1px solid rgba(0, 0, 0, 0.20);
  width: 100%;
  clear: both;
  padding: 15px 0 0;
}

.discover_btn a {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.6px;
  padding: 30px 0  0 0;
}

.border_none {
  border: none !important;
}

.notable_wrapper .row {
  gap: 27px 0px;
}

/*footer*/
.footer {
  background: url("../images/footer-bg.png");
  background-size: cover;
  width: 100%;
  padding: 4vw 0vw;
}

.footer_wrapper_two {
  border-top: 1px solid #00000038;
  padding: 46px 0 0 0;
  margin: 40px  0 0 0;
}

.footer_wrapper_two p {
  color: #545454;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

.footer_wrapper_one {
  width: 100%;
}

.footer_box ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer_box h5 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  margin: 0 0 15px 0;
}

.footer_box h6 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  margin: 0 0 15px 0;
}

.footer_box p {
  color: #282828;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 131.25% */
  letter-spacing: -0.32px;
  text-transform: capitalize;
  margin: 20px 0;
}

.footer_box ul li a {
  color: #282828;
  font-family: 'SF UI Text';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 218.75% */
  letter-spacing: -0.32px;
  text-transform: capitalize;
}

.copyrights {
  width: 100%;
  background: #151B41;
  padding: 30px 0;
}

.img_copy {
}

.img_copy img {
  float: right;
}

section.copyrights p {
  color: #FFF;
  font-family: 'SF UI Text';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
}

.copyrights .row {
  align-items: center;
}

.media_box_list li {
  list-style: none;
  font-size: 14px;
  text-transform: math-auto;
  border: 1px solid #C0D6FF;
  width: max-content;
  padding: 8px 15px;
  border-radius: 40px;
}

.media_box_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
}

.media_engagmetn_box:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transform: translateY(-10px);
  transition: all .4s linear;
}

.brs_banner_txt h1 {
  text-align: center;
  font-family: "SF UI Text";
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: -3.6px;
  color: #000;
  padding: 20px 0;
}

.exp {
  display: flex;
  padding: 0;
  margin: 70px 0 0 0;
}

.exp li {
  list-style: none;
  padding: 0 60px;
  border-right: 1px solid #8080804f;
}

.exp li:last-child {
  border: none;
}

.exp li span {
  font-size: 65px;
  font-weight: 800;
  color: #2169f7;
  line-height: 60px;
}

.exp li div span:nth-child(1) {
  color: #ec0019;
}

.exp li p {
  font-size: 14px;
  font-weight: 500;
  color: black;
  line-height: 15px;
}

.news_img {
  background: url(../images/news/cta-2.webp) center center / cover no-repeat;
}

.content_cta_bg {
  background: url(../images/content/cta-1.png) center center / cover no-repeat;
}

.cta_media_bg {
  background: url(../images/media/cta-1.webp) center center / cover no-repeat;
}
.cta_wiki_bg {
  background: url(../images/wiki/cta-wiki.png) center center / cover no-repeat;
}

.cta_reputation_bg {
  background: url(../images/reputation/cta-reputation.webp) center center / cover no-repeat;
}

.cta_reputations_bg {
  background: url(../images/reputation/reputations-banner.png) center center / cover no-repeat;
}

.cta_media1_bg {
  background: url(../images/media/cta-2.webp) center center / cover no-repeat;
}

.cta_wiki_bg2 {
  background: url(../images/wiki/cta-wiki2.png) center center / cover no-repeat;
}

.content_cta1_bg {
  background: url(../images/content/cta-2.png) center center / cover no-repeat;
}

.news_cta_img {
  background: url(../images/news/cta-1.webp) center center / cover no-repeat;
}

.services_cards, .case_studies {
  padding: 4vw 0vw;
}

.services_cards ul {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 65%);
  border: 1px solid #8080802b;
  border-radius: 10px;
  min-height: 350px;
  padding: 0 30px;
  margin: 0 0 20px 0;
  position: relative;
}

.services_cards ul li, .case_study_left_content ul li {
  list-style: none;
}

.services_cards ul li h6 {
  font-size: 30px;
  font-weight: 800;
  line-height: 32px;
}

.services_cards ul li p {
  font-size: 14px;
  color: #4A4A4A;
  line-height: 20px;
  padding-top: 12px;
  padding-right: 30px;
}

.services_cards ul li img {
  max-width: 270px;
  object-fit: scale-down;
}

.services_cards ul:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: all .3s linear;
}

.case_study_left_content h5 {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  border-bottom: 2px solid #2169f7;
  color: #2169f7;
  width: max-content;
}

.case_study_left_content ul {
  display: flex;
  padding: 0;
  margin: 0;
}

.case_study_left_content ul li span {
  font-size: 70px;
  font-weight: 800;
  line-height: 75px;
}

.case_study_left_content ul li i {
  font-size: 70px;
  color: #16E142;
}

.case_study_left_content p {
  line-height: 18px;
  padding-top: 20px;
}

.case_study_right-content p {
  text-align: center;
  padding: 15px 50px;
}

.case_study_left_content ul li span img {
  position: relative;
  left: -15px;
}

.case_study_left_content ul li:nth-child(1) {
  padding-right: 10px;
  border-right: 2px solid #80808052;
}

.case_study_left_content ul li:nth-child(2) {
  padding-left: 20px;
}

.case-study .slick-slide {
  display: flex !important;
}

.slick-dots li {
  width: 40px;
  height: 2px;
  background-color: #80808094;
}

.slick-dots li:active {
  background-color: #1A69FB;
}

.slick-dots li.slick-active button:before {
  background-color: #1A69FB;
  width: 40px;
  height: 6px;
  top: -2px;
  border-radius: 30px;
}

.slick-dots li button:before, .slick-dots li.slick-active button:before {
  color: transparent;
}

.case-study .slick-dots li {
  margin: 0;
}

.services_cards ul::before {
  position: absolute;
  content: '';
  height: 10px;
  width: 0;
  background-color: #2169f7;
  bottom: 0;
  left: 0;
  right: 9;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: all .5s linear;
}

.services_cards ul:hover::before {
  width: 100%;
  transition: all .5s linear;
}

.dropdown-toggle::after {
  content: '';
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(0 0 0);
  font-weight: 500;
  padding: 0;
}

.navbar-light .navbar-nav .nav-link::before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background-color: #0F569E;
  transition: all .3s linear;
  bottom: -1px;
}

.header .nav-item {
  margin: 10px 15px;
}

.navbar-light .navbar-nav .nav-link {
  position: relative;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #0F569E;
}

.navbar-light .navbar-nav .nav-link:hover::before {
  width: 100%;
  transition: all .3s linear;
}

.navbar-nav .dropdown-menu {
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-light .navbar-toggler {
  padding: 7px;
  border: 2px solid black;
  border-radius: 40px;
}

body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

body::-webkit-scrollbar-thumb {
  background-color: #1A69FB;
  outline: 1px solid #1A69FB;
}

/* pkgs  */
.pkg_head h3 {
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  font-family: "SF UI Text";
  letter-spacing: -2px;
  color: white;
}

.pkg_head {
  display: flex;
  background-color: white;
  border: 1px solid #80808082;
  border-radius: 8px;
  padding: 50px 25px;
  flex-direction: column;
  justify-content: center;
  height: 300px;
}

.pkgs {
  background-color: #FBFDFE;
  padding: 4vw 0vw;
}

.pkg_head h4 {
  font-size: 30px;
  letter-spacing: -2px;
  font-weight: 700;
  line-height: 30px;
  padding-top: 30px;
  color: white;
}

.pkg_head img {
  width: 118px;
  margin: -110px auto 0 auto;
}

.pkgs .container {
  max-width: 1500px;
}

.pr_pkgs {
  min-width: 270px;
}

.pkgs .row {
  flex-wrap: nowrap;
}

.pkg_head span {
  font-size: 25px;
  font-weight: 700;
  color: #888888;
  text-align: center;
  letter-spacing: -1px;
  padding-top: 10px;
}

.pkg_head h6 {
  font-size: 50px;
  font-weight: 800;
  letter-spacing: -4px;
  text-align: center;
}

.pkg_head small {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}

.pkg_head p {
  font-size: 14px;
  text-align: center;
  letter-spacing: -1px;
  padding: 20px 0 0 0;
}

.pkg_head p span {
  display: block;
  font-size: 14px;
  color: #ED0101;
  line-height: 14px;
}

.bg_darl_color {
  background-color: #444444;
}

.pkg_body {
  border-radius: 8px;
  border: 1px solid #80808082;
  margin-top: 20px;
  padding: 20px;
  background-color: white;
  text-align: center;
}

.pkg_body ul {
  padding: 0;
  margin: 0;
}

.pkg_body ul li {
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px solid #80808082;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 19px;
  min-height: 50px;
}

.bg_grey_color {
  background-color: #ACACAC;
}

.pkg_body h5 {
  font-size: 20px;
  font-weight: 400;
  color: white;
  text-align: left;
}

.pkg_body h4 {
  font-size: 45px;
  font-weight: 700;
  font-family: 'SF UI Text';
  text-align: left;
  line-height: 45px;
  letter-spacing: -2px;
  color: white;
}

.pkg_body h4 span {
  font-size: 14px;
  letter-spacing: 0;
  color: black;
  font-style: italic;
  display: block;
  line-height: 21px;
}

.pkg_prime {
  height: 160px;
  display: flex;
  align-items: center;
}

.pkg_publish {
  height: 280px;
  display: flex;
  align-items: center;
}

.line_140 {
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.line_220 {
  height: 170px;
  display: flex;
  align-items: center;
}

.line_70 {
  height: 70px;
  display: flex;
  align-items: center;
}

.pkg_body ul li b {
  line-height: 15px;
}

.pkg_footer span {
  font-size: 14px;
  border: 1px solid #D1D1D1;
  padding: 10px;
  display: inline-block;
  border-radius: 50px;
  width: 100%;
  margin-bottom: 10px;
  color: black;
  font-weight: 500;
}

.pkg_footer p {
  text-align: left;
}

.pkg_footer i {
  border: 1px solid grey;
  padding: 1px 7px;
  border-radius: 20px;
  margin-right: 5px;
  font-style: normal;
  background: #000;
  color: #fff;
  font-weight: bold;
}

.pkg_footer a {
  font-size: 14px;
  background-color: #2169f7;
  color: white;
  font-weight: 400;
  padding: 13px 40px;
  display: inline-block;
  border-radius: 50px;
  margin-top: 30px;
  width: 100%;
}

.line_250 {
  height: 250px;
  display: flex;
  align-items: left;
  flex-direction: column;
  justify-content: center;
}

.pr_pkgs:hover .coins {
  animation: rotation 2s infinite alternate;
}

.pr_pkgs:hover .coins1 {
  animation: rotation 3s infinite alternate;
}

@keyframes rotation {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }

  50% {
    transform: rotate3d(0, 1, 0, 180deg);
  }

  100% {
    transform: rotate3d(0, 1, 0, 360deg);
  }

}

.pkg_head:hover h6 {
  color: #2169f7;
}

.brand-logo {
  width: 154px;
  height: 100%;
}

.slider_testimonils2 .slick-dots li {
  width: 15px;
  height: 15px;
  background-color: #80808094;
  border-radius: 40px;
}

.slider_testimonils2 .slick-dots li.slick-active button:before {
  background-color: #1A69FB;
  width: 20px;
  height: 20px;
  top: -2px;
  border-radius: 30px;
  left: -3px;
}

.how_to_find {
  padding: 0 0 4vw 0;
}

.slider_testimonils2 .testimonilsbox {
  margin: 0 10px;
}

.logos-slider img, .logos-slider2 img {
  width: 200px;
  height: auto;
  display: block;
  margin: auto;
  height: 60px;
  object-fit: scale-down;
}

.logos-slider, .slick-track, .logos-slider2, .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}

.home_section_four_box:hover h4 {
  color: #2169f7;
}

.home_section_four_box:hover h5 {
  color: #2169f7;
  transform: translateY(-10px);
  transition: all .3s linear;
}

.pkg__slider {
  position: relative;
}

.toolip_main_wrapper {
  width: 60%;
  bottom: 7%;
  height: auto;
  position: absolute;
  background: #acacac;
  right: 3px;
  border-radius: 10px;
  padding: 22px 0 0px 0;
  display: none;
}

.tooltip_content_wrapper {
  display: flex;
}

.tooltip_content_wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.tooltip_content_wrapper ul li {
  color: #fff;
  font-size: 14px;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #0F569E;
}

.navbar-light .navbar-nav .nav-link.active:before {
  position: absolute;
  content: '';
  width: 100%;
  transition: all .3s linear;
  height: 2px;
  background-color: #0F569E;
  transition: all .3s linear;
  bottom: -1px;
}

.read_more_relate {
  position: relative;
}

.read_more_topics {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 724px;
    background: #fff;
    border: 1px solid #ccc;
    margin: auto;
    left: 0px;
    right: 30px;
    bottom: 30px
}
.column {
  padding: 15px 6px;
  border-radius: 5px;            /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  background: #fff;
}

.column ul {
}

.column ul li {
    color: #000;
    text-align: center;
    font-family: inherit;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: inherit;
    padding: 7px 0px !important;
    min-height: auto;
}




.more_topics_wrapper{

  position: relative;
}

.section_five_column_one img {
    width: 150px;
    margin: 0 0 19px 0;
}



.terms_conditions{
    width: 100%;
    padding: 4vw 2vw;
}




.terms_conditions h1{
    color: #000;
    text-align: left;
    font-family: "SF UI Text";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;


}

.terms_conditions h2 {
    color: #000;
    text-align: left;
    font-family: "SF UI Text";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}


.terms_conditions p{
    color: #282828;
    font-family: "SF UI Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.32px;
    text-transform: capitalize;
  }

  .terms_conditions a{
      color: #000
  }

.stories_slider .row {
  display: flex;
}
.stories_slider .slick-dots {
  bottom: -40px;
}



section.creat-wiki-section {
    padding: 50px 0 0;
}

section.creat-wiki-section .heading_paragraf {
    margin: 0 0 20px 0;
}

.wiki-creat-main {
    padding: 20px;
    border: solid 1px #C9C9C9;
    border-radius: 8px;
    margin: 30px 0 0px 0;
    position: relative;
    min-height: 295px;
    transition: all .4s linear;
}

.wiki-nu {
    position: absolute;
    top: -15px;
}

.wiki-nu h4 {
    padding: 3px 15px;
    font-size: 15px;
    background: #C9C9C9;
    border-radius: 20px;
    color: #fff;
}

.wiki-creat-main h3 {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    margin: 10px 0 10px 0;
}

ul.wiki-ul-nox {
    padding: 0 0 0 15px;
    margin: 10px 0 0 0;
}

.wiki-creat-main:hover {
  transform: translateY(-10px);
  transition: all .4s linear;
  background: #1a69fb;
}
.wiki-creat-main:hover h3 {
    color: #fff;
}

.wiki-creat-main:hover p {
    color: #fff;
}

.wiki-creat-main:hover li {
    color: #fff;
}

.wiki-creat-main:hover h4 {
    background: #000;
}

.wki-flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wiki-creat-main:hover img {
  filter: brightness(100);
}