section {
  display: block;
  padding: 5rem 0;
  width: 100%;
}
.inner_banner {
  padding: 0;
}
h3,
h4,
h5,
h6 {
  font-family: var(--body-headings);
}
/*kodefast_platform_overview1*/
.kodefast_platform_overview1 {
}
h3.kodefast_hd1 {
  font-size: 3.6rem;
  letter-spacing: -0.1rem;
}
.kodefast_platform_overview1 h3,
.kodefast_platform_overview2 h3 {
  margin-bottom: 1rem;
}
.kodefast_platform_overview1 .grid {
  display: grid;
  grid-template-columns: 35fr 65fr;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
}
.kodefast_platform_overview1 .grid > img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.kpo_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.kpo_grid_bx {
  background-color: #f8f8fa;
  padding: 3rem;
}
.kpo_grid_bx img {
  height: 5rem;
}
.kpo_grid_bx h4 {
  margin: 2.5rem 0 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dedede;
  font-size: 1.9rem;
  font-weight: 700;
}
.kpo_grid_bx ul {
}
.kpo_grid_bx ul li {
  padding-left: 1.5rem;
  /* background-image: url(../images/logo.svg);
  background-repeat: no-repeat; 
  background-size: 1.4rem;
  background-position: left 5px;
  */
  font-size: 1.7rem;
  margin-bottom: 1rem;
  position: relative;
}
.kpo_grid_bx ul li::before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
/*kodefast_platform_overview1*/

/*kodefast_platform_overview2*/
.kodefast_platform_overview2 {
}
.kodefast_platform_overview2 .grid {
  display: grid;
  grid-template-columns: 70fr 30fr;
  gap: 2rem;
  align-items: center;
}
.kodefast_platform_overview2 img {
  width: 100%;
  display: block;
}
.kodefast_platform_overview2 p {
  margin-bottom: 3rem;
}
.kpo2_bx {
  display: grid;
  gap: 2rem;
  grid-template-columns:4rem 18rem auto;
  align-items: center;
  margin-bottom: 2rem;
}
.kpo2_bx span {
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  border-radius: 3.5rem;
  background-color: #3b1d5c;
}
.kpo2_bx h4 {
  font-weight: 700;
  font-size: 2rem;
}
.kpo2_bx p {
  font-size: 1.6rem;
  margin: 0;
}
/*kodefast_platform_overview2*/

/*kodefast_platform_overview3*/
.kodefast_platform_overview3 {
  background-color: #f8f8fa;
}
.kodefast_platform_overview3 h3 {
  text-align: center;
}
.kodefast_platform_overview3 img {
  width: 100%;
  display: block;
  padding: 2rem 5rem;
}
/*kodefast_platform_overview3*/

/*kodefast_platform_overview4*/
.kodefast_platform_overview4 {
  background-image: url(../images/Presentation.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.kodefast_platform_overview4 h3,
.kodefast_platform_overview4 p {
  text-align: center;
}
.kodefast_platform_overview4 h3 {
  margin-bottom: 1rem;
}
.kodefast_platform_overview4 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 3rem;
}
.kpo4_bx {
  padding: 4rem;
  background-color: #f8f8fa;
  border: 1px solid #d9d8db;
}
.kodefast_platform_overview4 h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.kodefast_platform_overview4 h4::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.3rem;
  content: "";
  background: linear-gradient(to right, #39225e, #d0b2ff);
}
.kpo4_bx p {
  text-align: left;
  padding: 0;
}
/*kodefast_platform_overview4*/

/*kodefast_about1*/
.kodefast_about1 {
}
.kodefast_about1 .grid {
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 2rem;
}
.ka_box1 {
  background-image: url(../images/aboutbg1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 4rem 3rem;
}
.ka_box1 h3 {
  margin-bottom: 1.5rem;
}
.ka_box1:last-child {
  background-image: none;
  background-color: #e8f5fa;
}
/*kodefast_about1*/

/*kodefast_about2*/
.kodefast_about2 {
}
.kodefast_about2 h3 {
  text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #3b1d5c;
}
.kodefast_about2 .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
.ka2_box1 img {
  height: 3rem;
  max-width: 3rem;
}
.ka2_box1 h4 {
  margin: 2rem 0 1rem 0;
  font-weight: 600;
  font-size: 1.8rem;
}
.ka2_box1 p {
}
/*kodefast_about2*/

/*kodefast_about3*/
.kodefast_about3 .grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  align-items: center;
}
.kodefast_about3 img {
  width: 100%;
  display: block;
}
.kodefast_about3 p {
  font-size: 1.6rem;
}
/*kodefast_about3*/

/*kodefast_about4*/
.kodefast_about4 {
  background-color: #f8f8fa;
}
.kodefast_about4 h3 {
  text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #3b1d5c;
}
h3.kodefast_hd2 {
  text-align: left;
  border: 0;
  padding-bottom: 0;
  margin-top: 4rem;
}
.team_boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  position: relative;
}
.team_p1 {
  display: block;
}
.team_p1 a {
  display: block;
  transition: all 0.3s;
  text-decoration: none;
}
.team_p1 a img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.team_p1 h4 {
  margin: 2rem 0 1rem;
  color: #000;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
}
.team_p1 h5 {
  margin: 0rem 0 1.5rem;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
}
.team_p1 .flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.team_p1 .flex a img {
  height: 2.5rem;
}
a.team_main img {
}
a.team_main:hover img {
}
.kodefast_about4 hr {
  border-top: 2px solid #3b1d5c;
  margin: 5rem 0 2rem;
}
/*---------cart_open-----------*/
.cart_open1,
.cart_open2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none;
  transition: ease all 0.4s;
}
.cartbg2,
.cartbg3 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.83);
  transition: ease all 0.4s;
}
.cart_bx2,
.cart_bx3 {
  width: 600px;
  background-color: #fff;
  height: 100%;
  right: -100%;
  transition: ease all 0.6s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  padding: 50px;
}
.cart_bx3 {
  right: 0;
  left: 0;
  top: auto;
  bottom: auto;
  margin: auto;
  height: auto;
  margin: auto;
  top: -100%;
  width: 100rem;
  padding: 5rem 7rem;
  /* transform: translateY(-50%); */
}

.vh85 {
  width: 100%;

  background-color: #fff;
  height: 100%;
  right: 0px;
  top: 0px;
  overflow: auto;
  display: block;
  z-index: 99999;
}
.vh85 a {
  color: #34548a;
  font-size: 28px;
}
a.close_btn1,
a.close_btn2 {
  color: #fff;
  text-decoration: none;
  background-color: red;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  left: -20px;
  border-radius: 100%;
  text-decoration: none;
  top: 25px;
  z-index: 999999;
  text-align: center;
  transition: all 0.3s ease 0s;
}
a.close_btn1:hover,
a.close_btn2:hover {
  cursor: pointer;
  background-color: #02768c;
}
a.close_btn2 {
  left: auto;
  right: -20px;
  top: -20px;
}

.cart_bx2 h4 {
  color: #000;
  font-size: 23px;
  font-weight: 400;
  margin: 0px 0px 20px;
}
.vh85 h5 {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  margin: 0px 0px 20px;
}
.vh85 p {
  color: #000;
  font-size: 18px;

  line-height: 1.9;
  margin-bottom: 20px;
}
/*---------cart_open_end----------*/
/*kodefast_about4*/

/*kodefast_about5*/
.kodefast_about5 {
  text-align: center;
}
.kodefast_about5 h3 {
  font-size: 4.8rem;
  line-height: 1.3;
  text-align: center;
  padding-top: 2rem;
  border-top: 4px solid #39225e;
}
.kodefast_about5 a.btn {
  margin: auto;
  font-weight: 600;
  padding: 2rem 5rem;
  font-family: var(--body-headings);
}
/*kodefast_about5*/

/*kodefast_usecase1*/
.kodefast_usecase1 {
  position: relative;
}
.kodefast_usecase1::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f8f8fa;
}
.kodefast_usecase1 .grid {
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 3rem;
  position: relative;
}
.kodefast_usecase1 .grid img {
  width: 100%;
  display: block;
}
.kodefast_usecase1 ul {
}
.kodefast_usecase1 ul li {
  padding-left: 3rem;
  background-image: url(../images/logo.svg);
  background-position: left 5px;
  background-repeat: no-repeat;
  background-size: 1.4rem;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
/*kodefast_usecase1*/

/*kodefast_usecase2*/
.kodefast_usecase2 {
  background-image: url(../images/usbg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
}
.kodefast_usecase2 h3 {
  text-align: center;
}
.kodefast_usecase2 iframe {
  margin: auto;
  max-width: 90rem;
  width: 100%;
  display: block;
  height: 50rem;
}
/*kodefast_usecase2*/

/*kodefast_usecase3*/
.kodefast_usecase3 {
  padding-top: 0;
  padding-bottom: 10rem;
}
.kodefast_usecase3 h3 {
  text-align: center;
}
.kodefast_usecase3 img {
  width: 95%;
  display: block;
  box-shadow: var(--box-shadow1);
}
.kodefast_usecase3 .owl-nav {
  bottom: -6rem;
  left: 50%;
  transform: translateX(-50%);
}
.kodefast_mpi_bx1 img {
  max-width: 70rem;
  width: 100%;
  display: block;
  margin-bottom: 3rem;
}
.kodefast_mpi_bx1 h5 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.kodefast_mpi_bx1_l ul li {
  opacity: 1;
  flex-direction: column;
  align-items: inherit;
}
.filter_accordian .accordion > li {
  padding-bottom: 2rem;
}
.filter_accordian .accordion .link {
  font-size: 1.8rem;
}
.filter_accordian a {
  text-decoration: none;
  color: #000;
  opacity: 0.65;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 0rem;
}
.filter_accordian a:hover {
  opacity: 1;
}
.filter_accordian a.active {
  opacity: 1;
  font-weight: 600;
}
/*kodefast_usecase3*/

/*chooseInd*/
.chooseInd .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.chooseInd .grid a {
  display: block;
  box-shadow: var(--box-shadow1);
  padding: 2.5rem 2rem;
  text-decoration: none;
  color: #000;
  border: 1px solid transparent;
}
.chooseInd .grid a:hover {
  border-color: #000;
}
.chooseInd .grid a img {
  height: 4rem;
}
.chooseInd .grid a h4 {
  margin: 1.5rem 0 1rem;
  font-weight: 600;
  font-size: 1.8rem;
}
.chooseInd .grid a p {
  font-size: 1.3rem;
  opacity: 0.5;
  margin-bottom: 0.5rem;
}
.chooseInd .grid a span {
  color: #3b1d5c;
  font-weight: 600;
  font-size: 1.4rem;
  font-family: var(--body-headings);
}
.chooseInd hr {
  margin-top: 5rem;
  margin-bottom: 4rem;
}
.choose_ind_popup {
}
.choose_ind_popup .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.choose_ind_popup h3 {
  margin-bottom: 0rem;
  font-size: 4.8rem;
}
.choose_ind_popup p {
  font-size: 1.4rem;
}
.choose_ind_popup .flex a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  font-family: var(--body-headings);
  font-weight: 600;
}
.choose_ind_popup .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 3rem;
}
.choose_ind_popup .grid input,
.choose_ind_popup .grid select {
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #707070;
  border-radius: 0;
  color: #000;
  font-family: var(--body-headings);
}
.choose_ind_popup .grid select {
  cursor: pointer;
}
.choose_ind_popup .grid select option {
  font-family: var(--body-headings);
}
.subscription {
  grid-column: 1 / span 2;
}
button.btn {
  background-color: #3b1d5c;
  color: #fff;
  padding: 0.8rem 1.5rem;
  border: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s;
  font-size: 1.4rem;
  border-radius: 0.5rem;
  font-family: var(--body-headings);
  box-shadow: var(--box-shadow1);
}
button.btn img {
  height: 1rem;
}
.events_header {
  text-align: center;
}
.events_header h3 {
  font-size: 4.8rem;
  text-align:center;
}
.events_header ul {
  list-style: none;
  text-align: center;
  margin-top: -2rem;
  padding-left: 0;
  margin-bottom: 3rem;
}
.events_header ul li {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--color-secondary);
  font-family: var(--body-headings);

  font-size: 1.4rem;
}
.events_header ul li:last-child {
  padding-right: 0;
}
.events_header ul li:after {
  content: ">";
  color: #000;
  position: absolute;
  font-size: 1.4rem;
  right: 0.2rem;
  top: 0;
}
.events_header ul li:last-child:after {
  display: none;
}
.events_header ul li a {
  color: #000;
  text-decoration: none;
}
.events_header .filter_search input.form-control {
  height: 8rem;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.161);
  border: 0;
  padding: 0 5rem;
  font-size: 1.8rem;
  color: #000;
}
.events_header .filter_search button {
  font-size: 3rem;
  right: 3rem;
  color: #000;
  opacity: 1;
}
.kodefast_events {
  padding-top: 0;
}
.kodefast_events .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7rem;
  margin-bottom:5rem;
}
.kodefast_events_bx a.kodefast_events_bx_in {
  display: block;
  position: relative;
  text-decoration: none;
  color: #000;
  font-family: var(--body-headings);
  transition: all 0.3s;
}
a.kodefast_events_bx_in .img img {
  width: 100%;
  display: block;

  transition: all 0.3s;
}
a.kodefast_events_bx_in .img {
  overflow: hidden;
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}
a.kodefast_events_bx_in:hover .img img {
  transform: rotate(2deg) scale(1.1);
}
a.kodefast_events_bx_in span {
  opacity: 0.5;
  font-weight: 700;
  font-size: 1.6rem;
}
a.kodefast_events_bx_in h4 {
  font-weight: 700;
  margin: 1rem 0;
  font-size: 1.8rem;
  line-height: 1.8;
}
a.kodefast_events_bx_in .ve,
.events_Descr_right .ve,
.ve {
  padding: 0.5rem 2rem;
  border-radius: 2rem;
  color: #000;
  font-weight: 700;
  background-color: #dedede;
  font-size: 1.4rem;
  display: inline-block;
}
.kodefast_events_bx .flex,
.events_Descr_right .flex {
  display: flex;
  margin-top: 2rem;
  align-items: center;
  gap: 1rem;
}

.kodefast_events_bx .flex a:not(:first-child),
.kodefast_events_bx .flex a:not(:last-child),
.events_Descr_right .flex a:not(:first-child),
.events_Descr_right .flex a:not(:last-child) {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  color: #000;
  text-decoration: none;
  font-size: 1.6rem;
}
.kodefast_events_bx .flex a:not(:first-child):hover,
.kodefast_events_bx .flex a:not(:last-child):hover,
.events_Descr_right .flex a:not(:first-child):hover,
.events_Descr_right .flex a:not(:last-child):hover {
  box-shadow: var(--box-shadow1);
}
.kodefast_events_bx .flex a:first-child,
.kodefast_events_bx .flex a:last-child,
.events_Descr_right .flex a:first-child,
.events_Descr_right .flex a:last-child {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #858585;
  font-size: 1.6rem;
  font-weight: 700;
  width: auto;
  background-color: transparent;
}
.kodefast_events_bx .flex a:first-child:hover,
.kodefast_events_bx .flex a:last-child:hover,
.events_Descr_right .flex a:first-child:hover,
.events_Descr_right .flex a:last-child:hover {
  color: #000;
  box-shadow: none;
}
.kodefast_events_bx .flex a:first-child img,
.kodefast_events_bx .flex a:last-child img,
.events_Descr_right .flex a:first-child img,
.events_Descr_right .flex a:last-child img {
  height: 1.5rem;
}
.kodefast_events_bx .flex a:first-child,
.events_Descr_right .flex a:first-child {
  margin-right: 1rem;
}
.kodefast_events_bx .flex a:last-child,
.events_Descr_right .flex a:last-child {
  margin-left: 1rem;
}
.pagination {
  margin: 8rem auto 0;
}
.Page.navigation.example {
  text-align: center;
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.pagination > li > a {
  color: #000;
  border-color: #000;
  font-size: 1.6rem;
  background-color: #eeeeee;
}
.pagination > li > a.active {
  background-color: #000;
  color: #fff;
}
/*chooseInd*/

/*events_Descritption*/
.event_img img {
  width: 100%;
  display: block;
}
.event_img .owl-nav {
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.events_Descr_right a {
  float: right;
  font-family: var(--body-headings);
  color: #9b1d24;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
.events_Descr_right a img {
  height: 1rem;
}
.events_Descr_right h3 {
  margin-top: 9rem;
}
.events_Descr_right span {
  opacity: 0.5;
  width: 100%;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.m-20 {
  margin-top: 5rem;
}
.m-20 h3 {
  margin-bottom: 1rem;
}
.m-20 p {
  font-size: 1.6rem;
  margin-bottom:2rem;
}
.m-20 a {
  text-decoration: underline;
  color: #9b1d24;
  margin-top: 1rem;
  font-family: var(--body-headings);
  font-size: 1.6rem;
  font-weight: 600;
  display: inline;
}
.events_Descritption h4{
  margin: 2rem 0 2rem;
  font-size: 2.3rem;
  font-weight: 600;
}
.events_Descritption h4 a{
  font-size: 2.3rem;
  font-weight: 600;
}
.events_Descritption ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.events_Descritption ul li {
  padding-left: 3rem;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-size: 1.2rem;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  background-position: left 5px;
  font-family: var(--body-headings);
}
.kodefast_blogs .flex {
  display: flex;
  justify-content: space-between;
}
.kodefast_blogs .flex span {
  font-weight: 400;
}
.kodefast_blogs a.kodefast_events_bx_in h4 {
  font-size: 2.4rem;
  line-height: 1.4;
}
.kodefast_blogs a.kodefast_events_bx_in i {
  margin-top: 2rem;
  color: #e53333;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
}
.kodefast_blogs a.kodefast_events_bx_in i img {
  height: 1rem;
}
.events_Descritption textarea {
  height: 15rem;
  font-size: 1.6rem;
  box-shadow: none;
  border: 1px solid #ccc;
  margin-bottom: 2rem;
  border-radius: 0;
  font-family: var(--body-headings);
  color: #000;
  /* margin-top: 5rem; */
  padding: 2rem;
}
.events_Descritption input.btn {
  background-color: #e53333;
  padding: 1rem 0;
  width: auto;
  border-radius: 3rem;
  width: 10rem;
  font-size: 1.6rem;
}
.events_Descritption .form-group img {
  margin: 5rem 0 2rem;
  width: 2.5rem;
}
a.kodefast_events_bx_in .img {
  position: relative;
}
a.kodefast_events_bx_in .img span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 10rem;
  height: 7rem;
  background-image: url(../images/yt.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-size: 7rem;
  z-index: 9;
  opacity: 1;
}

/*events_Descritption*/

/*pricing*/
.kodefast_pricing h3 {
  text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #3b1d5c;
}
.kodefast_pricing .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
a.pricing_bx1 {
  display: block;
  border: 1rem solid #39225e;
  border-radius: 3rem;
  /* overflow: hidden; */
  color: #000;
  transition: all 0.3s;
  text-decoration: none;
  position: relative;
  padding-bottom: 5rem;
}
a.pricing_bx1:hover {
  transform: translateY(-10px);
}
a.pricing_bx1 .pricing_bx1_hd1 {
  text-align: center;
  position: relative;
  padding: 3rem 0 6rem;
  margin-bottom: 2rem;
  /* background-color: #701755; */
  background-image: url(../images/pr1.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 105%;
  border-radius: 2rem 2rem 0 0;
  min-height: 16rem;
}
a.pricing_bx1 .pricing_bx1_hd1 h3 {
  border: 0;
  padding: 0;
  margin-bottom: 0rem;
  color: #fff;
}
a.pricing_bx1 .pricing_bx1_hd1 p {
  color: #fff;
  margin: 0;
  font-size: 1.4rem;
}
a.pricing_bx1 ul {
  margin-bottom: 2rem;
  padding: 0 3rem;
}
a.pricing_bx1 ul li {
  padding-left: 3rem;
  background-image: url(../images/chk.svg);
  background-repeat: no-repeat;
  background-size: 1.2rem;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  background-position: left 5px;
  font-family: var(--body-headings);
  padding-bottom: 1rem;
  border-bottom: 1px solid #d1d1d1;
}
a.pricing_bx1 ul li:last-child {
  border-bottom: 0;
}
.pricing_bx1_btm {
  background-color: #39225e;
  padding: 1rem;
  border-radius: 2.5rem 2.5rem 0 0;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: var(--body-headings);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.pricing_bx1_btm span {
  font-size: 2.6rem;
  font-weight: 900;
}
.kodefast_pricing p {
  text-align: center;
  font-size: 1.4rem;
  margin: 2rem 0 5rem;
}
/*pricing*/

/*online_help_bx*/
.online_help_bx {
  padding-top: 0;
}
.online_help_bx .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.online_help_bx1 {
  padding: 4rem 3rem;
  background-color: #f8f8fa;
}
.online_help_bx1 h4 {
  color: #000;
  font-size: 1.9rem;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  border-bottom: 1px solid #dedede;
}
.online_help_bx1 ul {
}
.online_help_bx1 ul li a {
  padding-left: 1.5rem;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  position: relative;
  color: #000;
  text-decoration: none;
  display: block;
  font-family: var(--body-headings);
  opacity: 0.7;
}
.online_help_bx1 ul li a:hover {
  opacity: 1;
}
.online_help_bx1 ul li:last-child a {
  margin-bottom: 0;
}
.online_help_bx1 ul li a::before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
/*online_help_bx*/

/*commu_form_bx*/
.commu_form_bx {
  padding-top: 0;
}
.commu_form_bx .flex {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  margin-bottom: 5rem;
  width: 100%;
}
.commu_form_bx .flex h3 {
  margin-bottom: 0;
}
.comm_select {
  padding-bottom: 1rem;
  border-bottom: 1px solid #dedede;
}
.comm_select select {
  border: 0;
  font-size: 1.8rem;
  cursor: pointer;
  font-weight: 500;
  color: #000;
  font-family: var(--body-headings);
  box-shadow: none;
}
.commu_form_bx .flex1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  clear: both;
  width: 100%;
  padding: 3rem 0;
  border-bottom: 1px solid #dedede;
}
.comm_form_left {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 2rem;
  align-items: center;
}
.comm_form_left img {
  width: 100%;
  display: block;
}
.comm_form_left h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 1rem;
}
.comm_form_left p {
  font-size: 1.6rem;
  opacity: 0.75;
}
.comm_form_right p {
  font-size: 1.4rem;
  text-align: right;
}
.comm_form_right p span {
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}
.iflex {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 2rem;
  margin-bottom: 1rem;
}
.iflex span {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.iflex span p {
  font-size: 1.7rem;
}
.iflex span img {
  height: 2rem;
}
.cf_overview .flex,
.cf_overview .flex1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.cf_overview .flex span {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: var(--body-headings);
}
.cf_overview .flex span img {
  height: 5rem;
}
.cf_overview .flex a {
  background-color: #9b1c22;
  border-radius: 3rem;
  padding: 1rem 2rem;
}
.cf_overview .flex div {
  padding-left: 2rem;
  border-left: 1px solid #dedede;
}
.cf_overview .flex1 h3 {
  margin-bottom: 0;
}
.cf_overview p {
  font-size: 1.6rem;
}
img.cf_img1 {
  margin: 2rem 0;
  width: 30rem;
}
.date {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: right;
  font-family: var(--body-headings);
  font-size: 1.5rem;
}
.date img {
  height: 2rem;
}
.cf_overview2 {
  padding: 2rem 0;
}
.cf_overview2 span {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: var(--body-headings);
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.cf_overview2 span img {
  height: 5rem;
}
.cf_overview2 p {
  width: 95%;
}

.cf_overview textarea {
  height: 15rem;
  font-size: 1.6rem;
  box-shadow: none;
  border: 1px solid #ccc;
  margin-bottom: 2rem;
  border-radius: 0;
  font-family: var(--body-headings);
  color: #000;
  /* margin-top: 5rem; */
  padding: 2rem;
}
.cf_overview input.btn {
  background-color: #e53333;
  padding: 1rem 0;
  width: auto;
  border-radius: 3rem;
  width: 10rem;
  font-size: 1.6rem;
}
.cf_overview .form-group img {
  margin: 5rem 0 2rem;
  width: 2.5rem;
}
/*commu_form_bx*/
@media only screen and (max-width: 90em) {
}
@media only screen and (max-width: 75em) {
}
@media only screen and (max-width: 60em) {
  .kodefast_about1,
  .kodefast_about2,
  .kodefast_about3,
  .kodefast_about4,
  .kodefast_about5,
  .kodefast_usecase1,
  .kodefast_usecase2,
  .kodefast_usecase3,
  .events_header,
  section {
    padding: 5rem 4rem;
  }
  h3.kodefast_hd1 {
    font-size: 3.2rem;
  }
  .kpo_grid,
  .kodefast_platform_overview1 .grid,
  .kodefast_platform_overview2 .grid,
  .kodefast_platform_overview4 .grid,
  .kodefast_about1 .grid,
  .kodefast_about2 .grid,
  .kodefast_about3 .grid,
  .team_boxes,
  .kodefast_usecase1 .grid,
  .kodefast_mpi_bx1 .grid,
  .kodefast_events .grid,
  .chooseInd .grid,
  .kodefast_pricing .grid,
  .online_help_bx .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .kpo2_bx,
  .kodefast_platform_overview4 h4 {
    display:flex;
    flex-direction: column;
    align-items: baseline;
  }
  .kodefast_platform_overview4 h4 {
    gap: 2rem;
  }
  .cart_bx2,
  .cart_bx3 {
    max-width: 90%;
    padding: 3rem;
  }
  .vh85 p {
    font-size: 1.6rem;
  }
  .kodefast_mpi_bx1_l {
    padding: 0;
  }
  .events_Descritption .col-sm-12,
  .events_Descritption .col-sm-6 {
    padding: 0;
  }
  .events_Descr_right a {
    position: relative;
    top: -2rem;
  }
  .events_Descr_right .flex {
    margin-top: 4rem;
  }
  .events_Descritption .row {
    margin: 0;
  }
  .choose_ind_popup .flex {
    flex-direction: column;
    gap: 0rem;
  }
  .choose_ind_popup .grid {
    display: block;
  }
  .choose_ind_popup .grid input,
  .choose_ind_popup .grid select,
  .choose_ind_popup p {
    margin-bottom: 2rem;
  }
  .cart_bx3 {
    max-height: 90vh;
    overflow: auto;
  }
  a.close_btn2 {
    top: 0;
    right: 0;
    border-radius: 0;
  }
  .commu_form_bx .flex1,
  .cf_overview .flex1 {
    flex-direction: column;
    justify-content: baseline;
    gap: 3rem;
  }
  .comm_form_right,
  .iflex {
    width: 100%;
  }
}
@media only screen and (max-width: 37.5em) {
}
