* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

body {
  background: #000 !important;
  /* background: url(../images/common/bg.svg) 0 0 no-repeat;
  background-size: cover; */
}

/* .dark_logo{
  display: none;
}
.navbar-brand:hover .dark_logo{
  display: block;
}
.navbar-brand:hover .light_logo{
  display: none;
} */
.navbar-brand {
  position: relative;
  width: 173px;
  height: 19px;
  background: url(../images/common/certainti-ai-logo.svg) 0 0 no-repeat;
  background-size: contain;
}

.navbar-brand:hover {
  position: relative;
  width: 173px;
  height: 19px;
  background: url(../images/common/certainti-ai-logo-hover.svg) 0 0 no-repeat;
  background-size: contain;
}

.mute-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.navbar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 2;
}

.dropdown-toggle::after {
  width: 12px;
  height: 10px;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  vertical-align: middle !important;
  background: url(../images/common/caret.svg) 0 0 no-repeat !important;
  background-size: contain;
}

.dropdown-toggle:hover:after,
.dropdown-toggle:focus:after {
  background: url(../images/common/caret-hover.svg) 0 0 no-repeat !important;
  background-size: contain;
}

.nav-link {
  font-family: "Segoe-UI";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  opacity: 0.7;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #F16137 !important;
}

.nav_soc img {
  height: 50px;
}

.bg_black .navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.cta_btn {
  background: transparent url(../images/common/cta-btn.svg) 0 0 no-repeat;
  width: 142px;
  height: 40px;
}

.bnr_widget {
  /* background: transparent url(../images/common/stars.svg) 0 0 no-repeat;
  background-size: cover; */
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 999;
}

.bnr_text {
  padding: 4rem 0;
}

.home .bnr_text {
  padding: 4rem 0 2rem;
}

.bnr_text h1 {
  font-family: 'Inter-reg', sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 85px;
  letter-spacing: -1.8px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

.diagram_btn_grid {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.bnr_text h1 span {
  display: block;
}

.bnr_text h3 {
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 26px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
  color: #A1A1AA;
  padding: 0 7rem;
}

.more {
  text-align: center;
  margin: 3rem 0 0;
}

.more h6 {
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.14px;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF80;
}

.vision_widget {
  padding: 0 0 4rem;
}

.vision_grid {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1.5rem;
}

.vision_sqr {
  background-color: #18181880;
  border-radius: 6px;
  padding: 10px 25px;
  border: 1px solid #FFFFFF0A;
  position: relative;
}

.vsn,
.msn {
  width: 49%;
}

.vision_sqr.vsn::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  background: transparent url(../images/about/our-vision-certainti-ai.svg) 0 0 no-repeat;
  background-size: contain;
  width: 200px;
  height: 115px;

}

.vision_sqr.msn::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  background: transparent url(../images/about/our-mission-certainti-ai.svg) 0 0 no-repeat;
  background-size: contain;
  width: 160px;
  height: 100px;
}

.vision_sqr h1 {
  font-family: 'Inter-reg', sans-serif;
  ;
  font-weight: 700;
  font-size: 50px;
  line-height: 61.6px;
  letter-spacing: -1.82px;
  vertical-align: middle;
  color: #fff;
  padding: 2rem 0 0.8rem;
}

.vision_sqr.msn h1 {
  text-align: center;
}

.vision_sqr p {
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #A1A1AA;
  opacity: 0.8;
}

.title h2 {
  font-family: 'Inter-reg', sans-serif;
  ;
  font-weight: 700;
  font-size: 56px;
  line-height: 61.6px;
  letter-spacing: -1.82px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

.title h2 span {
  display: block;
}

.title p {
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: center;
  vertical-align: middle;
  color: #A1A1AA;
  width: 70%;
  margin: 0 auto;
}

.key_widget {
  padding: 0 0 4rem;
}

.key_grid {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 2rem;
}

.key_sqr {
  background-color: #18181880;
  border-radius: 6px;
  padding: 15px;
  border: 1px solid #FFFFFF0A;
  position: relative;
  flex: 0 1 32.3333%;
}

.key_sqr h3 {
  font-family: 'Inter-reg', sans-serif;
  ;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #fff;
  margin: 1.5rem 0 0.5rem;
}

.key_sqr p {
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #A1A1AA;
  opacity: 0.8;
}

.key_img {
  width: 72px;
  height: 72px;
}

.team_grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 8rem;
}

.team_sqr {
  background-color: #18181880;
  border-radius: 6px;
  padding: 6rem 1rem 1rem;
  border: 1px solid #FFFFFF0A;
  position: relative;
  flex: 0 1 32.3333%;
  margin-bottom: 5rem;
}

.team_img {
  position: absolute;
  margin: 0 auto;
  left: 30%;
  right: 0;
  top: -22%;
}

.team_txt {
  padding-top: 1.5rem;
}

.team_txt h3 {
  font-family: 'Inter-reg', sans-serif;
  ;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
}

.team_txt h6 {
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #F16137;
}

.team_txt p {
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: -2%;
  color: #A1A1A1;
}

footer {
  position: relative;
  /* padding-top: 5rem; */
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(255 255 255 / 11%) 50%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 2;
  opacity: 0;
}

.footer_row {
  display: flex;
  flex-direction: row;
  padding-top: 2rem;
  padding-bottom: 3rem;
  border-top: 1px solid #99999933;
  border-bottom: 1px solid #9993;
  justify-content: space-between;
}

.footer_row .ftr_col:first-of-type {
  flex: 1 1 40%;
}

.footer_row .ftr_col:last-of-type {
  flex: 1 1 56%;
}

.footer_widget {
  margin: 0;
}

.ftr_menu {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 4rem;
  margin-top: 1rem;
}

.ftr_menu ul {
  /* flex: 1 1 50%; */
  margin: 1rem 0 0 !important;
}

.footer_widget p {
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.16px;
  vertical-align: middle;
  color: #FFFFFFB2;
  margin-top: 2rem;
}

.footer_widget p span {
  display: block;
}

.footer_widget h3 {
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.14px;
  vertical-align: middle;
  color: #D2D0DD;
  margin-top: 0;
}

.footer_widget ul,
.footer_social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer_widget ul li {
  margin-bottom: 1rem;
}

.footer_widget ul a {
  color: #A1A1A1;
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.14px;
  vertical-align: middle;
}

.footer_widget ul li:hover a,
.footer_widget ul li:focus a {
  color: #F16137 !important;
}

.footer_btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 2rem 0;
}

.footer_btm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(255 255 255 / 11%) 50%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 2;
  opacity: 0;
}

.copyright p {
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.14px;
  vertical-align: middle;
  color: #A1A1AA;
  margin-bottom: 0;
}

.footer_social ul {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  flex-direction: row;
  line-height: 0;
}

.footer_social ul li:first-of-type img {
  margin-top: 5px;
}

.navbar {
  transition: top 0.3s;
}

.navbar.sticky-top {
  background-color: #000 !important;
}

.location_bg {
  box-shadow: 0px 0px 0px 1px #F4F4F51A;
  border-radius: 16px;
  background: transparent url(../images/common/location-mark-bg.svg) 102% -3px no-repeat;
  background-size: contain;
  width: 100%;
  /* max-height: 192px; */
  padding: 15px 6px 15px 15px;
}

p.tel a,
p.email a {
  color: #fff;
  text-decoration: none !important;
}

p a,
.info_txt h4 a {
  color: #fff;
  /* text-decoration: underline !important; */
}

p a:hover,
.info_txt h4 a:hover {
  color: #f16137;
}

.location_grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.location_ico:nth-of-type(1),
.location_ico:nth-of-type(3) {
  width: 35%;
}

.location_ico:nth-of-type(2),
.location_ico:nth-of-type(4) {
  width: 60%;
}

.location_ico h5 {
  font-family: "Segoe-UI";
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.14px;
  vertical-align: middle;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  align-items: center;
}

.location_bg h3 {
  font-family: 'Inter-reg', sans-serif;
  ;
  font-weight: 700;
  font-size: 18.91px;
  line-height: 32px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #fff;
  margin: 1.5rem 0 0.5rem;
}

.location_bg p {
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.14px;
  vertical-align: middle;
  color: #A1A1AA;
  margin: 0;
}

/* contact page */
.contact_widget {
  padding: 2rem 0 4rem;
}

.update_btn {
  box-shadow: 0px 0px 0px 1px #FFFFFF1A;
  background-color: #000;
  border: 1px solid #d1d1d11a;
  border-radius: 100px;
  padding: 6px 16px;
  font-family: 'Inter-reg', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #A1A1AA;
  margin-bottom: 1.5rem;
}

.contact_sqr {
  background: #18181880;
  border: 1px solid #FFFFFF0A;
  position: relative;
  border-radius: 10px;
}

.contact_sqr:after {
  display: none;
  content: '';
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 50px;
  height: 50px;
  background: transparent url(../images/common/chat_round.svg) 0px 0px no-repeat;
  background-size: contain;
}

.form_ftr {
  display: flex;
  justify-content: space-between;
}

.form_ftr span {
  font-family: "Segoe-UI";
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #A1A1A1;
}

.form_ftr a {
  font-family: 'Inter-reg', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #fff;
}

.form_ftr a:hover {
  color: #f16137;
}

.pad_20 {
  padding: 20px;
}

.pad_20_b_0 {
  padding: 20px 60px 0;
}

.ct_form {
  display: flex;
  flex-direction: column;
  padding: 0 60px 20px;
}

.top_inputs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}

.top_inputs input {
  width: 49%;
  color: #fff;
  font-size: 14px;
  padding: 20px 0;
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid #ffffff17;
  margin-bottom: 1rem;
}

.top_inputs input::placeholder,
.btm_inputs textarea::placeholder {
  color: #a1a1a1;
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 14px;
  /* line-height: 36px; */
  letter-spacing: 0%;
}

.btm_inputs textarea {
  width: 100%;
  min-height: 80px;
  max-height: 150px;
  display: block;
  color: rgb(255, 255, 255);
  font-size: 14px;
  padding: 10px 0px 0px;
  margin: 1rem 0px 2rem;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.terms .title h3 {
  font-size: 40px;
  margin: 2rem 0 1rem;
  line-height: 50px;
  background: linear-gradient(91deg, #FFFFFF 50.81%, #CCFFFB 81.83%, #F5BFAF 93.06%);
  background-size: 70% auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.pad-2 {
  padding: 2rem 0 !important;
}

.pad-0 {
  padding: 0 !important;
}

.title h3 {
  font-family: 'Inter-reg', sans-serif;
  ;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  color: #fff;
}

.title h5 {
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
  color: #A1A1A1;
  margin: 0;
}

.terms_txt {
  padding: 0 4rem 4rem;
}

.terms_txt p a {
  color: #a1a1a1;
  text-decoration: underline !important;
}

.terms_txt p:hover a {
  color: #f16137;
}

.yellow {
  color: #FFA000;
}

.blue {
  color: #1D76E1;
  text-decoration: underline;
}

.terms_txt ul li {
  margin-bottom: 0.2rem;
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0;
  color: #a1a1a1;
}

.terms_txt h3 {
  color: #fff;
  font-family: "Segoe-UI";
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0;
}

.terms_txt p {
  margin-bottom: 1rem;
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0;
  color: #a1a1a1;
}

.form_btn {
  border: none;
  background-color: #F16137;
  padding: 10px 35px 10px 10px;
  border-radius: 37px;
  font-family: 'Inter-reg', sans-serif;
  ;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  position: relative;
  width: 196px;
}

.form_btn::after {
  content: '';
  position: absolute;
  right: 18px;
  top: 8px;
  width: 25px;
  height: 25px;
  background: url(../images/common/arrow-right.svg) 0px 0px no-repeat;
  background-size: contain;
}

.form_btn input {
  background: none;
  border: none;
  padding: 2px;
  color: #fff;
}

.info_sqr {
  border-top: 1px solid #ffffff17;
  padding: 20px 20px 20px 60px;
  background-color: #000;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.info_txt {
  flex: 1 1 25%;
}

.info_txt h6 {
  color: #A1A1A1;
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0;
}

.info_txt h3,
.subText h3 {
  font-family: 'Inter-reg', sans-serif;
  ;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  color: #fff;
}

.info_txt h4 {
  font-family: 'Inter-reg', sans-serif;
  ;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
  margin: 1.5rem 0;
  position: relative;
}

.info_txt h4::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #fff;
}

.info_txt p,
.subText p {
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #a1a1a1;
}

.subscribe {
  background-color: #FFFFFF0D;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}

.subText,
.subForm {
  flex: 1 1 50%;
}

.subForm form {
  display: flex;
  justify-content: center;
}

.subForm input {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 6px 12px;
  border: none;
  outline: none;
  background-color: #FFFFFF1A;
  font-family: 'Inter-reg', sans-serif;
  ;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  color: #fff;
}

.subForm input[type='submit'] {
  background: #F16137;
  border: none;
  outline: none;
  padding: 10px 14px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  /* box-shadow: 0px 10px 10px 0px #1089FF1A; */
  font-family: 'Inter-reg', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  color: #fff;
}

.genPara {
  font-family: "Segoe-UI";
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #a1a1a1;
  margin: 1rem 0 0;
  padding: 0 1rem;
}

.taxCredits .modal-dialog {
  max-width: 90%;
}

.navbar-light .navbar-toggler {
  border: none !important;
  outline: none !important;
  background-color: transparent !important;
}

.navbar-light .navbar-toggler-icon {
  width: 1em;
  height: 1em;
  background-image: url(../images/common/menu.svg) !important;
}

.img_pad_l_10 {
  padding-left: 10px;
}

.img_pad_r_10 {
  padding-right: 10px;
}

.img_pad_rl_10 {
  padding-left: 10px;
  padding-right: 10px;
}

.credit_widget .grid_col {
  /* align-items: stretch; */
}

.credit_widget .grid_col .col_sqr {
  /* width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; */
}

.pro_txt h2 span {
  display: inline;
  color: #f16137;
}

.input_grid {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.input_grid input[type="number"] {
  border: 1px solid #CBD6E233;
  width: 100px;
  height: 28px;
  border-radius: 4px;
  padding: 5px;
  background: #FFFFFF14;
  color: #a1a1a1;
  font-family: 'Inter-reg', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
}

.ftr_logo {
  position: relative;
  width: 173px;
  height: 19px;
  background: url(../images/common/certainti-ai-logo.svg) 0 0 no-repeat;
  background-size: contain;
}

.ftr_logo:hover {
  position: relative;
  width: 173px;
  height: 19px;
  background: url(../images/common/certainti-ai-logo-hover.svg) 0 0 no-repeat;
  background-size: contain;
}

.qualify_video {
  padding: 2rem 0;
}

.qualify_video #myVideo {
  border-radius: 8px;
}

.qualify_video .videoBox {
  text-align: center;
  padding: 20px;
}

.qualify_video .mute-btn {
  right: 60px;
  bottom: 40px;
}

.qualify_video .bnr_text h1 {
  background-size: 85% auto !important;
}

@media screen and (max-width:767px) {
  .bnr_text h1 {
    font-size: 46px;
    line-height: 55px;
  }

  .form_ftr {
    flex-direction: column;
    gap: 1rem;
  }

  .location_ico p span {
    display: inline;
  }

  .ftr_logo {
    margin: 0 auto;
  }

  .navbar-nav .dropdown-menu {
    min-width: 10rem !important;
  }

  .navbar-nav .dropdown-item {
    padding: 0.5rem 0 !important;
    white-space: normal !important
  }

  .dropdown-item::after {
    display: none !important;
  }

  .dropdown-menu li {
    padding: 0 !important;
  }

  .vision_grid,
  .key_grid,
  .team_grid,
  .footer_row,
  .footer_btm,
  .info_sqr,
  .subscribe,
  .pro_data {
    flex-direction: column !important;
  }

  .credit_widget .grid_col .col_sqr {
    width: 100% !important;
  }

  .realign .col_sqr_title,
  .realign .col_sqr {
    width: 100% !important;
  }

  .btm_sqr.mid {
    padding-left: 1.5rem !important;
  }

  .taxCredits .modal-dialog {
    margin: 2rem auto !important;
  }

  .location_ico:nth-of-type(1),
  .location_ico:nth-of-type(2),
  .location_ico:nth-of-type(3),
  .location_ico:nth-of-type(4) {
    width: 100% !important;
  }

  .pad_20_b_0 {
    padding: 20px 20px 0;
  }

  .ct_form {
    padding: 0 20px 20px;
  }

  .info_sqr {
    padding: 20px;
  }

  .taxCredits iframe {
    width: 280px;
    height: 500px;
  }

  .img_pad_l_30 {
    padding-left: 10px;
  }

  .pro_txt h2 span {
    display: block;
  }

  .key_sqr {
    margin-bottom: 2rem;
  }

  .terms_txt {
    padding: 0 1rem 4rem;
  }

  .vsn,
  .msn,
  .col-2,
  .col-3,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .top_inputs input,
  .title p,
  .col-4 {
    width: 100% !important;
  }

  footer {
    padding-top: 0rem;
  }

  .btm_bg::after {
    top: 80% !important;
  }

  .footer_widget {
    text-align: center;
  }

  .footer_btm {
    padding: 2rem 0;
    gap: 2rem;
  }

  .subForm input {
    padding: 6px 8px;
  }

  .subForm input[type='submit'] {
    padding: 10px;
  }

  .orbit-container {
    overflow-y: hidden;
  }

  .bnr_text h3 {
    font-size: 16px;
    padding: 0;
  }

  .vision_sqr.vsn::after {
    width: 140px;
  }

  .vision_sqr.msn::before {
    height: 50px;
  }

  .nav_soc.d-flex {
    display: none !important;
  }

  .ftr_menu {
    align-items: center;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .location_bg {
    background: transparent url(../images/common/location-mark-bg.svg) 2px -2px no-repeat;
    background-size: contain;
  }

  .location_grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .location_ico h5 {
    justify-content: center;
  }

  .grid_col,
  .counts_col,
  .results_col,
  .global_col,
  .btm_col {
    flex-direction: column !important;
  }

  .counts_col {
    gap: 2rem !important;
  }

  .title h2 span {
    display: inline;
  }

  .counts_sqr,
  .results_sqr,
  .btm_sqr {
    width: 100% !important;
  }

  .counts_txt h3 {
    font-size: 26px !important;
  }

  .results_sqr::after {
    top: auto !important;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 124px !important;
    height: 1px !important;
  }

  .blue_bg::before {
    top: 25% !important;
    background: transparent url(../images/home/before-blue-gradient.svg) -100px 0px no-repeat !important;
    background-size: cover !important;
  }

  .industry_widget {
    padding: 1rem 0 4rem !important;
  }

  .result_widget {
    padding: 1rem 0 0 !important;
  }

  .btm_col {
    gap: 1rem !important;
  }

  .dropdown-item {
    text-align: center !important;
  }
}


/* model styles */

.modal-content {
  background: #212121 !important;
}

.btnRight {
  text-align: right;
  padding: 10px 10px 0 0;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 99999;
}

.taxCredits .btnRight {
  top: -30px;
  right: -30px;
}

.btn_close {
  /* position: absolute;
  right: 5px;
  top: 5px; */
  opacity: 1 !important;
  padding: 0.7rem !important;
  border-radius: 2rem !important;
  border: 1px solid #424040 !important;
  background: transparent url(../images/common/close-wyt.svg) 0px 0px no-repeat !important;
  background-size: cover !important;
}

.modal-body {
  padding: 2rem 2rem !important;
}

.pro_data {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.pro_img img {
  box-shadow: -8px -5px 0px #F16137;
  border-radius: 18px;
}

.pro_txt h2 {
  color: #fff;
  font-family: 'Inter-reg', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.01em;
  /* text-transform: uppercase; */
}

.pro_txt h3 {
  font-family: 'Inter-reg', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.10em;
  color: #fff;
}

.modal-body p {
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  color: #a1a1a1;
}

.modal_social {
  display: none;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}

.modal_social h4 {
  font-family: "Segoe-UI";
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0;
  color: #fff;
  margin: 0
}

.modal_social ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

.nav_soc ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

/* home Page  */

.reset_btn {
  box-shadow: 0px 0px 0px 1px #FFFFFF1A;
  background-color: #000;
  border: 1px solid #d1d1d11a;
  border-radius: 8px;
  padding: 6px 16px;
  font-family: 'Inter-reg', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #A1A1AA;
  position: relative;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.reset_btn::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 80%;
  height: 2px;
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0) 0%, #3EBEB5 50%, rgba(34, 211, 238, 0) 100%);
}

.reset_btn:hover {
  background: linear-gradient(90deg, rgba(34, 211, 238, 0) 0%, #3EBEB5 50%, rgba(34, 211, 238, 0) 100%);
  box-shadow: 0px 0px 0px 1px #FFFFFF1A;
  color: #fff;
}

.demo_btn {
  min-width: 140px;
  min-height: 40px;
  padding: 6px 16px;
  font-family: 'Segoe-UI';
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  position: relative;
  margin-bottom: 1.5rem;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: linear-gradient(357.64deg, #055552 0.5%, #0B9690 48.53%, #0BBFB7 96.56%);
  border-radius: 8px;
  box-shadow: 0px 1px 3px 0px #FFFFFF40 inset;
  border: none;
}

/* .demo_btn::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 80%;
  height: 2px;
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0) 0%, #3EBEB5 50%, rgba(34, 211, 238, 0) 100%);
} */
.demo_btn:hover {
  background: linear-gradient(357.64deg, #ffffff, #ffffff);
  box-shadow: 0px 1px 3px 0px #FFFFFF40 inset;
  /* background: #FFFFFF; */
  color: #2D3E4F;
}

.realign .col_sqr_title {
  width: 50%;
}

.realign .col_sqr {
  width: 50%;
}

.col_sqr_title h2 {
  font-family: 'Inter-reg', sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 64px;
  letter-spacing: 0;
  vertical-align: middle;
}

.col_sqr_title p {
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.2px;
  vertical-align: middle;
  color: #a1a1a1;
}

.leader_widget {
  padding: 4rem 0;
}

.grid_col {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* align-items: center; */
  gap: 1rem;
  padding: 2rem 0 0;
}

.col_sqr {
  background: #18181B80;
  box-shadow: 0px 0px 0px 1px #F4F4F51A;
  border-radius: 16px;
}

.col_txt {
  padding: 20px 30px 5px;
}

.col_txt h3 {
  font-family: 'Inter-reg', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #fff;
}

.col_txt p {
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.16px;
  vertical-align: middle;
  color: #A1A1AA;
}

.credit_img {
  padding-left: 30px;
  padding-bottom: 10px;
}

.pad_l30 {
  padding-left: 30px;
}

.enterprise_img {
  padding: 0 30px 20px;
}

.industry_widget {
  padding: 4rem 0;
}

.counts_col {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  padding: 3rem 0 0;
}

.counts_sqr {
  background: #18181B;
  border-top: 1px solid #CCCCCCCC;
  padding: 20px;
  width: 32.3333%;
}

.counts_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.counts_txt h3 {
  font-family: 'Inter-reg', sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 21.6px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #fff;
  margin: 1rem 0;
}

.counts_img p {
  margin: 0;
  font-family: 'Inter-reg', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21.6px;
  letter-spacing: 0;
  color: #fff;
  vertical-align: middle;
}

.results_col {
  background: linear-gradient(0deg, rgba(24, 24, 24, 0.5), rgba(24, 24, 24, 0.5)), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 100%);
  border-radius: 16px;
  padding: 49px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin: 3rem 0 0;
}

.results_sqr {
  position: relative;
  width: 33.3333%;
  text-align: center;
  padding: 0 10px;
}

.results_sqr::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: #FFFFFF14;
  width: 1px;
  height: 124px;
}

.results_sqr:last-of-type::after {
  opacity: 0;
}

.round_ico {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.12) 100%);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  margin: 0 auto;
  border-top: 1px solid #FFFFFF1F;
  display: flex;
  justify-content: center;
  align-items: center;
}

.round_ico img {
  width: 24px;
  height: 22px;
}

.results_sqr h3 {
  font-family: 'Inter-reg', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  margin: 1rem 0 0.3rem;
}

.results_sqr p {
  font-family: 'Inter-light';
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.08px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

.result_widget {
  padding: 2rem 0 0;
}

.blue_bg {
  position: relative;
  padding: 6rem 0 3rem;
}

.footer_top_bg .blue_bg {
  overflow: hidden;
}

.footer_top_bg .blue_bg::before {
  bottom: -50px !important;
  top: auto;
  background: transparent url(../images/home/before-blue-gradient.svg) 0px -150px no-repeat;
  background-size: cover;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
}

.blue_bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: transparent url(../images/home/before-blue-gradient.svg) 0px -35px no-repeat;
  background-size: cover;
}

.btm_bg {
  position: relative;
  overflow: hidden;
}

.btm_bg::after {
  content: '';
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: transparent url(../images/home/before-blue-gradient.svg) 0px 0px no-repeat;
  background-size: cover;
  z-index: -9;
}

.tax_saving_img {
  padding: 0 35px 10px;
  text-align: center;
}

.stress_img {
  padding-left: 20px;
  padding-right: 20px;
}

.tax_saving_img img {
  max-height: 228px;
}

.derive_img {
  padding: 0 30px;
}

.derive_img img {
  /* max-height: 190px; */
}

.col_sqr img {
  width: 100%;
}

.adapt_first_row {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 2rem;
  padding: 2rem 0 0;
}

.adapt_second_row {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 2rem;
  padding: 2rem 0 0;
}

.col_txt p span {
  display: block;
}

/* .adapt_first_row .col_sqr:nth-of-type(1){
  width: 52%;
 }
 .adapt_first_row .col_sqr:nth-of-type(2){
  width: 48%;
 }
 .adapt_second_row .col_sqr:nth-of-type(1){
  width: 53%;
 }
 .adapt_second_row .col_sqr:nth-of-type(2){
  width: 49%;
 } */
.col_img {
  border-radius: 16px;
  overflow: hidden;
}

.dropdown-toggle.show {
  outline: none !important;
  border: none !important;
}

.dropdown-menu {
  border: 1px solid #FFFFFF1A !important;
  background: #fff !important;
  padding: 0.6rem 0 !important;
  min-width: 25rem !important;
  border-radius: 8px !important;
}

.dropdown-menu[data-bs-popper] {
  top: 110% !important;
}

.dropdown-menu li {
  padding: 0 1rem 0 0.5rem;
}

.dropdown-item {
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  border-bottom: 0px solid #222224 !important;
  font-family: 'Inter-reg', sans-serif;
  padding: 0.5rem 1rem !important;
  position: relative;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #000 !important;
  background-color: #fff !important;
  border-bottom: 0px solid #222224 !important;
}

.dropdown-item span {
  display: block;
  color: #2D3E4F;
  font-weight: 400 !important;
  font-family: "Segoe-UI";
}

.dropdown-item::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 10px;
  width: 25px;
  height: 25px;
  background: url(../images/common/arrow-angle.svg) 0 0 no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.dropdown-item:hover:after {
  background: url(../images/common/arrow-angel-hover.svg) 0 0 no-repeat;
  background-size: contain;
}

.chat_img {
  padding-left: 30px;
  text-align: right;
}

.chat_img img {
  border-radius: 0 0 16px 0;
}

.ai_img {
  padding-left: 30px;
}

.ai_img img,
.security_img img,
.time_img img {
  border-radius: 0 0 16px 0;
}

.security_img {
  padding-left: 30px;
}

.time_img {
  padding-left: 30px;
}

.sopedia {
  padding: 1rem 0 4rem;
  z-index: 999;
  position: relative;
}

.sopedia .grid_col {
  align-items: stretch !important;
}

.sopedia .col_sqr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #0C0C0E;
}

.video_sqr {
  position: relative;
}

.videoBox {
  z-index: 999;
  position: relative;
}

.video_sqr video {
  border-radius: 10px;
}

.video_sqr::before {
  content: '';
  position: absolute;
  top: -131px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/tax-credits/background-top.svg) 0px 0px no-repeat;
  background-size: contain;
  z-index: -1;
}

.item {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.easy_sqr {
  padding: 20px 30px;
  background-color: #18181B80;
  border-radius: 16px;
  /* box-shadow: 0px 0px 0px 1px #F4F4F51A; */
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.easy_img {
  box-shadow: 0px 0px 0px 0px #FFFFFF inset;
  background: linear-gradient(49.94deg, #18181B 17.76%, #292934 90.62%);
  width: 56px;
  height: 56px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item:hover .easy_sqr {
  border: 1px solid #FFFFFF33;
  box-shadow: none;
}

.easy_sqr:hover .easy_img {
  background: linear-gradient(to top, #18181B 17.76%, #424254 90.62%);
}

.easy_img img {
  width: 20px;
  height: 20px;
}

.easy_sqr:hover .easy_img img {
  .my-element {
    border: 4px solid;
    /* Needed, but will be overridden by border-image */
    border-image-source: linear-gradient(to right, #000000, #ffffff);
    border-image-slice: 1;
    /* Required — slices the gradient into border parts */
    border-image-width: 1;
    /* Optional, but improves rendering */
    border-image-repeat: stretch;
    /* Optional — controls tiling */
  }

}

/* .easy_sqr:hover::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/hover-texture.svg) 0px 0px no-repeat;
  background-size: cover;
} */
/* .easy_sqr:hover::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 90%;
  margin: 0 auto;
  background: url(../images/tax-credits/bg/stars-bg.svg) 0 0 no-repeat;
  background-size: contain;
  animation: floatUpAndFallDown 8s ease-in-out infinite;
}

@keyframes floatUpAndFallDown {
  0% {
    transform: translate(-50%, 100%);
    opacity: 0;
  }
  10% {
    transform: translate(-50%, -80%);
    opacity: 1;
  }
  40% {
    transform: translate(-50%, -80%);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 100%);
    opacity: 0;
  }
} */


.owl-stage {
  margin-left: -50px !important;
}

.owl-carousel {
  padding-left: 9%;
  margin: 3rem 0 0;
  scroll-behavior: smooth;
}

.easy_txt {
  border-bottom: 2px solid #FFFFFF14;
  padding: 1.5rem 0 0;
  margin-bottom: 1rem;
}

.easy_txt h3 {
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.36px;
  vertical-align: middle;
  color: #fff;
}

.easy_txt p {
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: #C4C4C4;
}

.global_col {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: stretch;
  padding-top: 3rem;
  position: relative;
}

.global_col::before {
  content: '';
  position: absolute;
  top: -115px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/tax-credits/background-bottom.svg) 0px 0px no-repeat;
  background-size: cover;
  z-index: -1;
}

.bg_line {
  position: relative;
}

.bg_line::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  width: 83%;
  height: 100%;
  margin: 0 auto;
  background: url(../images/home/bg-bottom.svg) 0px 0px no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.5;
}

.global_sqr {
  box-shadow: 0px 0px 0px 1px #F4F4F51A;
  background: #0C0C0C;
  border-radius: 16px;
}

/* .global_img{
  max-height: 215px;
  overflow: hidden;
} */
.global_txt {
  padding: 20px 30px;
}

.global_txt h3 {
  font-family: 'Inter-reg', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 18px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #E4E4E7;
}

.global_txt p {
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  vertical-align: middle;
  color: #a1a1a1;
}

.btm_widget {
  position: relative;
  padding: 4rem 0 0;
}

.btm_widget::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  width: 100%;
  background: linear-gradient(270deg, rgba(0, 97, 90, 0) 28.87%, #00615A 45.39%, #00615A 53.54%, rgba(0, 97, 90, 0) 70.06%);
}

.btm_col {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 1.2rem;
}

.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btm_sqr.first {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}

.btm_sqr.mid {
  box-shadow: 0px 0px 0px 1px #F4F4F51A;
  border-radius: 16px;
  text-align: left;
  background: #18181B80 url(../images/tax-credits/bg/orbit-bg.svg) center center no-repeat;
  background-size: contain;
  padding-left: 2.5rem;
}

.btm_sqr.final {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}

.btm_sqr {
  width: 32.3333%;
}

.btm_box {
  text-align: center;
  background-color: #18181B80 !important;
  box-shadow: 0px 0px 0px 1px #F4F4F51A;
  border-radius: 16px;
  padding: 15px;
}

.btm_box.last h3,
.btm_box.last p {
  text-align: left;
}

.btm_box h3 {
  font-family: 'Inter-reg', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.4px;
  vertical-align: middle;
  color: #fff;
}

.btm_box p {
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.4px;
  vertical-align: middle;
  color: #a1a1a1;
}

.mid h2 {
  font-family: 'Inter-reg', sans-serif;
  font-weight: 600;
  font-size: 54px;
  line-height: 70px;
  letter-spacing: 0;
  color: #fff;
}

.global_line_bg {
  width: 100%;
  height: 100%;
  background: url(../images/tax-credits/bg/tech-global-bg.svg) 0px 0px no-repeat;
  background-size: contain;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-top: 6rem;
}

.sqr_line_bg {
  width: 100%;
  height: 100%;
  background: url(../images/tax-credits/bg/sqr-line-bg.svg) 0px 0px no-repeat;
  background-size: cover;
  position: relative;
  padding: 3rem;
}

.sqr_line_bg::before {
  content: '';
  position: absolute;
  left: -12px;
  top: -20px;
  background: url(../images/tax-credits/bg/sqr-box.svg) 0px 0px no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
}

.sqr_line_bg::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 25px;
  background: url(../images/tax-credits/bg/sqr-box.svg) 0px 0px no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
}

.btm_box.arc_bg {
  width: 100%;
  height: 100%;
  background: url(../images/tax-credits/bg/manufacturing-bg.svg) 10px 5px no-repeat;
  background-size: cover;
}

.btm_box.frame {
  width: 100%;
  height: 100%;
  background: url(../images/tax-credits/bg/window-line-bg.png.svg) 90px 0px no-repeat;
  background-size: contain;
}

.ready_top {
  padding: 4rem 0 0;
}

/* newsletter */

.newsletter_head {
  padding: 0 4rem 0;
  text-align: left;
}

.title.newsletter_head h3 {
  margin: 0 0 1rem;
}

.newsletter_head h6 {
  color: #A1A1A1;
  margin: 3rem 0 0.5rem;
  font-family: "Segoe-UI";
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
}

.news_widget {
  padding: 2rem 4rem 5rem
}

.news_sqr {
  background: #18181880;
  border: 1px solid #FFFFFF0D;
  border-radius: 14px;
  box-shadow: 0px 0px 0px 1px #F4F4F51A;
  padding: 0.6rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.cat_grid {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.5rem;
}

.cat_grid h5 {
  color: #F16137;
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 14px;
  line-height: 31px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0;
}

.cat_grid .dot {
  height: 6px;
  width: 6px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
}

.cat_grid .date {
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 14px;
  line-height: 31px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #fff;
}

.news_left h3 {
  font-family: 'Inter-reg', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #fff;
}

.news_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.news_download_btn {
  box-shadow: 0px 0px 0px 1px #FFFFFF1A;
  background-color: #000;
  border: 1px solid #0BBFB71A;
  border-radius: 4px;
  padding: 8px;
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #A1A1AA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}

.news_bnr h2 {
  font-family: 'Inter-reg', sans-serif;
  text-align: center;
  font-size: 36px;
  line-height: 47px;
  letter-spacing: 0;
}

.news_bnr h2 span {
  display: block;
}

.news_bnr p {
  font-family: 'Inter-reg', sans-serif;
  font-size: 24px;
  line-height: 130%;
  font-weight: 300;
  color: #F16137;
  text-align: center;
}

.review_widget {
  background-color: #f6f6f6;
  padding: 2rem 0 0;

}

.news_title {
  padding-bottom: 1.5rem;
}

.news_title h3 {
  font-family: 'Inter-reg', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  color: #2D3E4F;
  text-align: center;
}

.news_title h3 span {
  display: block;
}

.review_grid {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1rem;
}

.review_sqr {
  border: 1px solid #FFFFFF0F;
  box-shadow: 0px 4px 5px 0px #00000005;
  background: #fff;
  border-radius: 16px;
  padding: 1rem 2rem;
  flex: 0 0 48%
}

.review_head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}

.review_head h3 {
  font-family: 'Inter-reg', sans-serif;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;

}

.review_desc li {
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.16px;
  vertical-align: middle;
  margin-bottom: 1rem;
}

.review_desc li a {
  color: #2D3E4F;
  text-decoration: underline !important;
}

.review_desc li a:hover {
  color: #F16137 !important;
}

.global_grid {
  justify-content: center !important;
}

.global_grid .review_sqr {
  flex: 0 0 32.3333%
}

.global_grid .review_sqr .review_head h3 {
  font-family: 'Inter-reg', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.global_grid .review_sqr .review_desc p {
  font-family: "Segoe-UI";
  font-weight: 400;
  color: #2D3E4F;
  font-size: 16px;
  line-height: 24px;
}

.review_widget table {
  border-collapse: separate;
  border-spacing: 5px;
  margin-bottom: 0px;
}

.review_widget table th {
  padding: 1.5rem 1rem;
}

.review_widget table td {
  box-shadow: none !important;
  background-color: #fff;
  border: 0px !important;
  font-family: 'Inter-reg', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding: 1rem;
}

.badge_label {
  border: 1px solid #FFFFFF1A;
  background: #fff;
  border-radius: 14px;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
}

.ico_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}

.ico_title h3 {
  font-family: 'Inter-reg', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  color: #F16137;
  margin: 0;
}

.badge_label p {
  font-family: "Segoe-UI";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #2D3E4F;
  margin: 0;
}

.fin .review_head h3 {
  color: #0BBFB7;
}

.footer_row.news_row .ftr_col:first-of-type {
  flex: 1 1 20%;
}

.footer_row.news_row .ftr_col:last-of-type {
  flex: 1 1 79%;
}

.footer_row.news_row .location_bg {
  background: none;
  box-shadow: none;
  padding: 0;
}

.footer_row.news_row .location_ico {
  width: auto !important;
}

.news_row .footer_widget ul li {
  margin-top: 0.5rem;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.news_row li img {
  width: 20px;
}

.news_row li a {
  color: #fff;
  font-family: "Segoe-UI";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.14px;
  vertical-align: middle;
  margin-left: 6px;
}

.news_ftr {
  position: relative;
}

.news_ftr:before {
  left: -5px;
  height: 100%;
  width: 100%;
  opacity: 1;
  background: url(../images/common/ellipse1.svg);
  background-repeat: no-repeat;
}

.footer_row.news_row {
  padding-top: 5rem;
  padding-bottom: 2rem;
  position: relative;
}

.footer_row.news_row:before {
  content: '';
  position: absolute;
  top: 0;
  left: 54%;
  height: 100%;
  width: 100%;
  opacity: 1;
  background: url(../images/common/ellipse-blue.svg);
  background-repeat: no-repeat;
}

.newsletter_body .navbar::after {
  background: none;
}

.newsletter_body::before {
  content: '';
  position: absolute;
  background-color: #F16137;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  filter: blur(180px);
  top: 67px;
  left: 0;
  transform-origin: -240px center;
}

.newsletter_body::after {
  content: '';
  position: absolute;
  top: 0;
  left: 54%;
  height: 500px;
  width: 500px;
  opacity: 1;
  background: url(../images/common/ellipse-blue.svg);
  background-repeat: no-repeat;
}

.downloadSticky {
  position: sticky;
  z-index: 9999;
  top: 45%;
  left: 100%;
  width: 50px;
  height: 50px;
}

.mar-1 {
  margin: 1rem 1rem 1rem 0;
}

.cta-widget .badge_label {
  text-align: center;
  border: 1px solid #FFFFFF0F;
  box-shadow: 0px 4px 5px 0px #00000005;
  background: #fff;
  border-radius: 16px;
  padding: 1rem 0 0rem;
  margin: 0;
}

.cta-widget{ padding: 2rem 0 3rem;}

.newsletter_body .cta-widget .demo_btn:hover {
  border: 1px solid #0b9690;
}

.cta_link_btn {
  min-width: 140px;
  min-height: 40px;
  padding: 6px 16px;
  font-family: 'Inter-reg', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -1%;
  text-align: center;
  vertical-align: middle;
  color: #1654D1;
  background: transparent;
  position: relative;
  margin-bottom: 1.5rem;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border: 0px;
  text-decoration: underline;
}

.arrow_link {
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(336deg);
  margin-left: -6px;
  width: 26px;
}

@media (max-width:767px) {
  .news_widget {
    padding: 2rem 1rem;
  }

  .news_title h3 span {
    display: inline;
  }

  .cta-widget .badge_label p {
    margin-bottom: 2rem;
  }

  .mar-1 {
    margin: 0;
  }

  .news_sqr {
    flex-direction: column;
    align-items: flex-start;
  }

  .news_right {
    padding: 1rem 0 0.5rem;
  }

  .newsletter_body::before {
    top: 110px;
    left: -50%;
  }

  .newsletter_body::after {
    left: 2%
  }

  .footer_row.news_row:before {
    left: 2%
  }

  .newsletter_body .navbar-light .navbar-toggler {
    display: none;
  }

  .review_sqr,
  .global_grid .review_sqr {
    flex: 0 0 100%;
    padding: 1rem;
  }

  .news_title h3 {
    line-height: 45px;
  }

  .news_row .footer_widget ul {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }

  .news_row .footer_widget ul li {
    justify-content: center !important;
  }

  .news_bnr .bnr_text {
    padding: 0 0 3rem !important;
  }
}