.contact-area::after* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Josefin Sans";
  src: url("../fonts/JosefinSans-Medium.eot");
  src: url("../fonts/JosefinSans-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/JosefinSans-Medium.woff2") format("woff2"),
    url("../fonts/JosefinSans-Medium.woff") format("woff"),
    url("../fonts/JosefinSans-Medium.ttf") format("truetype"),
    url("../fonts/JosefinSans-Medium.svg#JosefinSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff"),
    url("../fonts/Poppins-Medium.ttf") format("truetype"),
    url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("Poppins-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff"),
    url("../fonts/Poppins-Regular.ttf") format("truetype"),
    url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-family: "Poppins";
  overflow-x: hidden;
}

:root {
  --blue: #182978;
  --md-blue: #6688cc;
  --light-blue: #acbfe6;
  --black: #000000;
  --md-gray: #b9b9b9;
  --light-gray: #f0f0f0;
  --white: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Josefin Sans", sans-serif;
}

p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none !important;
  outline: none;
}

.blue-button {
  background: #293b8e;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #f2f4fd;
  border: none;
  padding: 0 20px;
  height: 58px;
}

.banner-header-area {
  /* background: url(../images/banner-bg.svg) left -80px no-repeat; */
  background: rgb(40, 37, 96);
  background: linear-gradient(126deg, rgba(40, 37, 96, 1) 0%, rgba(41, 59, 142, 1) 100%);
  background-size: 100%;
  padding-top: 250px;
  position: relative;
}

.banner-header-area:after {
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 1;
  content: '';
  background: url(../images/bg5.png) left bottom no-repeat;
  width: 100%;
  height: 750px;
  background-size: 100% 100%;
}

.header-area {
  padding: 30px 0 20px 0;
  transition: all 500ms ease-in-out;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.header-area.navbar-fixed {
  position: fixed;
  width: 100%;
  z-index: 9;
  background: transparent;
  transition: all 500ms ease-in-out;
  padding: 8px 0;
  background: rgba(41, 59, 142, 0.95);
}

.header-area.navbar-fixed .navbar-brand {
  width: 150px;
}

.header-area.navbar-fixed .nav-link {
  font-size: 16px;
}

.header-area.navbar-fixed .white-line-button {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
}

.header-area .navbar {
  padding: 0;
}

.header-area .navbar-brand {
  width: 300px;
}

.header-area .navbar-brand img {
  width: 100%;
}

.header-area .navbar-collapse .navbar-nav {
  margin-left: auto;
}

.header-area .nav-link {
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  transition: 0.5s;
  padding: 5px 0 !important;
  border-bottom: 1px solid transparent;
}

.header-area .nav-item {
  margin-right: 50px;
}

.header-area .nav-link:hover {
  border-bottom: 1px solid #fff;
}

/* .arrownone:hover {
  border-bottom: 0 !important;
} */
.header-area .nav-link.active {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.white-line-button {
  height: 50px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 2px solid #ffffff;
  background: none;
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  transition: 0.5s;
}

.white-line-button:hover {
  background: #fff;
  color: #293b8e;
}

.white-line-button img {
  width: 30%;
  filter: brightness(100);
}

.white-line-button:hover img {
  filter: initial;
}


.dropdownflex {
  display: flex;
  gap: 5px;
  position: relative;
}

.dropdownflex .dropdown-menu {
  border-radius: 0;
}

.dropdown-toggle.arrownone::after {
  display: none;
}

.dropdown-toggle:hover {
  border-color: transparent !important;
}

.dropdownflex:hover .dropdown-toggle.arrownone {
  border-color: #fff !important;
}

.dropdownclick {
  position: absolute;
  right: 0;
}

.dropdown-menu .dropdown-item {
  padding: 10px 0px;
}

.header-area .navbar-nav .dropdown-menu {
  background: transparent !important;
  padding: 0;
  border: 0;
}

.header-area .navbar-nav .dropdown-menu li {
  border-bottom: 1px solid #fff;
}

.header-area .navbar-nav .dropdown-menu li:last-child {
  border: none;
}

.header-area .dropdown-menu .dropdown-item {
  color: #fff;
  font-weight: 500;
}

.header-area .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #fff;
}

.header-area.navbar-fixed .dropdown-menu {
  top: 34px;
  background: #293b8e;
}

.header-area.navbar-fixed .navbar-nav .dropdown-menu {
  background: #fff !important;
  box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.1);
}

.header-area.navbar-fixed .navbar-nav .dropdown-menu li a {
  color: #293b8e;
  padding: 10px 20px;
}

.header-area.navbar-fixed .navbar-nav .dropdown-menu li {
  border-bottom: 1px solid #293b8e;
}

.header-area.navbar-fixed .navbar-nav .dropdown-menu li:last-child {
  border-bottom: 0;
}
.header-area.navbar-fixed .navbar-nav .dropdown-menu {
  left: -20px;
}
.banner-area {
  position: relative;
  z-index: 2;
}

.banner-text-area {
  height: 700px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 150px;
}

.banner-text-area h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 58px;
  line-height: 70px;
  color: #ffffff;
  text-align: center;
}

.banner-text-area h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 37px;
  line-height: 55px;
  color: #ffffff;
  text-align: center;
}

.subscribe-area {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 2px;
  border-radius: 12px;
  margin-top: 70px;
  justify-content: space-between;
}

.subscribe-area .input {
  border: 0;
  background: none;
  height: 58px;
  padding: 0 20px;
  width: 50%;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: #000000;
}

.subscribe-area .input:focus {
  box-shadow: none;
  outline: none;
}

.subscribe-area .submit {
  border: 0;
  background: none;
  height: 58px;
  padding: 0 20px;
  width: 50%;
  background: #293b8e;
  border-radius: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  color: #f2f4fd;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-right-img {
  background: #ffffff;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
  border-radius: 34px 0px 0px 200px;
  width: 45%;
  position: absolute;
  right: 0;
  overflow: hidden;
  border-color: #fff;
  border-style: solid;
  border-width: 30px 0 30px 30px;
  height: 700px;
}

.banner-right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.how-we-help-area {
  padding: 150px 0 0 0;
}

.iconwith-heading {
  text-align: center;
  width: 50%;
  margin: 0 auto 80px auto;
}

.iconwith-heading img {
  margin-bottom: 20px;
}

.iconwith-heading h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 70px;
  color: #000000;
}

.iconwith-heading p {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #202030;
  margin-top: 20px;
}

.how-we-help-contentarea {
  width: 100%;
}

.how-we-help-contentarea h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
  padding: 0 50px;
}

.how-we-help-contentarea .image-area {
  width: 100%;
  height: 490px;
  overflow: hidden;
}

.how-we-help-contentarea .image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.how-we-help-contentarea .how-we-help-left .image-area {
  border-radius: 0px 0px 0px 200px;
}

.how-we-help-contentarea .how-we-help-right .image-area {
  border-radius: 0px 0px 200px 0;
}

.logo-area {
  margin-top: 150px;
}

.logos-area {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
}

.logos-area img {
  filter: grayscale(1);
  transition: 0.5s;
}

.logos-area img:hover {
  filter: grayscale(0);
}

.contactwithfooter-area {
  padding: 150px 0 0 0;
  background: url(../images/bg1.png) left bottom no-repeat;
  background-size: 100%;
}

.bg-heading {
  text-align: center;
  margin-bottom: 50px;
  background: url(../images/bg2.png) center center no-repeat;
  padding: 70px 0;
}

.bg-heading h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 70px;
  color: #000000;
}

.bg-heading p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #202030;
  margin-top: 20px;
}

.contact-form-area {
  width: 70%;
  margin: 0 auto;
}

.contact-left-contacts {
  margin-top: 60px;
}

.contact-left-contacts .items {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.contact-left-contacts .items img {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

.contact-left-contacts .items a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #202030;
}

.contact-left-contacts .items p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #202030;
}

.contact-right-form label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #202030;
}

.contact-right-form .inputtype {
  background: #ffffff;
  border: 1px solid #293b8e;
  border-radius: 12px;
  height: 58px;
  padding: 0 20px;
}

.contact-right-form .inputtype:focus {
  box-shadow: none;
  border: 1px solid #293b8e;
  font-size: 16px;
}

.contact-right-form .textarea {
  background: #ffffff;
  border: 1px solid #293b8e;
  border-radius: 12px;
  height: 110px;
  padding: 20px;
}

.contact-right-form .blue-button {
  margin-top: 25px;
}

.footer-area {
  padding-top: 150px;
}

.footer-top {
  padding-bottom: 80px;
}

.social-iocn {
  margin: 100px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.social-iocn li {
  width: 30px;
  height: 30px;
  margin-right: 50px;
}

.social-iocn li a {
  display: block;
}

.footer-top-left p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  align-items: center;
  color: #202030;
  margin-top: 30px;
}

.footetop-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.05em;
  color: #2f2f46;
  margin-bottom: 50px;
}

.footetop-heading span {
  color: #293b8e;
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-links li {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.footer-links li a {
  color: #202030;
  transition: 0.5s;
}

.footer-links li a:hover {
  color: #293b8e;
}

.footer-subscribe-area {
  width: 100%;
}

.footer-subscribe-area .input {
  border: 0;
  background: #fff;
  height: 58px;
  padding: 0 20px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  height: 58px;
  padding: 0 20px;
  margin-bottom: 25px;
  border-radius: 12px;
}

.footer-subscribe-area .input:focus {
  box-shadow: none;
  outline: none;
}

.footer-subscribe-area .submit {
  border: 0;
  background: none;
  height: 58px;
  padding: 0 20px;
  background: #293b8e;
  border-radius: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  color: #f2f4fd;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom {
  border-top: 1px solid #cad0e2;
  padding: 30px;
  text-align: center;
}

.footer-bottom p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #090e27;
}

.zizzac-area {
  padding: 150px 0 0 0;
}

.zizzac-inner-area {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 170px 0;
}

.zizzac-inner-area:last-child {
  margin-bottom: 0;
}

.zizzac-inner-area:first-child {
  margin-top: 0;
}

.zizzac-inner-left {
  width: 45%;
  padding-left: 7%;
  border-left: 2px dashed #293b8e;
  position: relative;
}

.zizzac-inner-left::after {
  content: "";
  background: url(../images/bg3.png) left top no-repeat;
  position: absolute;
  left: -13px;
  top: 145px;
  width: 24px;
  height: 218px;
  background-size: 100%;
}

.zizzac-inner-area:first-child .zizzac-inner-left::before {
  content: "";
  background: #fff;
  position: absolute;
  left: -13px;
  top: 0;
  width: 24px;
  height: 145px;
  background-size: 100%;
}

.zizzac-inner-area:last-child .zizzac-inner-left::before {
  content: "";
  background: #fff;
  position: absolute;
  left: -13px;
  bottom: 0;
  width: 24px;
  height: 145px;
  background-size: 100%;
}

.zizzac-inner-left h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 130px;
  line-height: 130px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: rgba(40, 42, 107, 0.09);
}

.zizzac-inner-left h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  margin-bottom: 30px;
}

.zizzac-inner-left p {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  color: #202030;
}

.zizzac-inner-right {
  width: 55%;
  padding-left: 7%;
  position: relative;
}

.ziczac-img-area {
  width: 100%;
  height: 490px;
  overflow: hidden;
  border-radius: 0 0 0 200px;
}

.ziczac-img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zizzac-inner-area:nth-child(even) .zizzac-inner-left {
  order: 1;
}

.zizzac-inner-area:nth-child(even) .zizzac-inner-right .ziczac-img-area {
  border-radius: 0 0 200px 0;
}

.zizzac-inner-area:nth-child(even) .zizzac-inner-right {
  padding-left: 0;
  padding-right: 7%;
}

.zizzac-inner-area:nth-child(even) .zizzac-inner-right::after {
  content: "";
  position: absolute;
  left: 0;
  top: -165px;
  z-index: 1;
  background-image: url(../images/line1.png);
  background-position: left top;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  height: 160px;
}

.zizzac-inner-area:nth-child(even) .zizzac-inner-right::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -165px;
  z-index: 1;
  background-image: url(../images/line2.png);
  background-position: left top;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  height: 160px;
}

.contact-page-contact {
  margin-top: 150px;
}

.contact-page-contact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contactpage-contact-s {
  background: #f2f5ff;
  padding: 30px 0;
  width: 30%;
  text-align: center;
  border: 8px solid #fff;
  outline: 1px solid #000;
}

.contactpage-contact-s img {
  margin: 0 auto 10px auto;
}

.contactpage-contact-s p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #202030;
}

.contactpage-contact-s a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #202030;
  display: block;
}

.about-us-area {
  padding-top: 150px;
  background: url(../images/bg4.png) left 100px no-repeat;
  background-size: 100%;
}

.about-us-blue-area {
  background: #293b8e;
  border-radius: 21px;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-us-blue-left {
  width: 48%;
}

.about-us-blue-left h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
}

.about-us-blue-left p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 30px;
}

.about-us-blue-right {
  width: 45%;
}

.about-us-blue-right-img {
  width: 100%;
  height: 450px;
  border-radius: 0 0 0 200px;
  overflow: hidden;
}

.about-us-blue-right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clients-tTaestimonials-area {
  padding-top: 150px;
  background: rgb(0, 24, 65);
  background: linear-gradient(0deg,
      rgba(0, 24, 65, 0.01) 0%,
      rgba(0, 24, 65, 0.21) 60%,
      rgba(41, 59, 142, 0.37) 100%);
  margin-top: 150px;
}

.testimonial-slider-area .item {
  padding: 0 0 20px 0;
}

.testimonial-content {
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 25px;
}

.star-area {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}

.star-area img {
  width: auto !important;
}

.testimonial-content p {
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #1c282d;
  opacity: 0.8;
  margin-bottom: 20px;
}

.testimonial-footer {
  display: flex;
}

.testimonial-left {
  width: 70%;
}

.testimonial-left h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
}

.testimonial-left h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  opacity: 0.5;
}

.testimonial-right {
  width: 30%;
  text-align: right;
}

.testimonial-right img {
  width: auto !important;
  display: initial !important;
}

.timeline-zizzac-area {
  padding: 150px 0 0 0;
}

.timeline-zizzac-inner-area {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.timeline-zizzac-inner-area:last-child {
  margin-bottom: 0;
}

.timeline-zizzac-inner-area:first-child {
  margin-top: 0;
}

.timeline-zizzac-inner-left {
  width: 50%;
  padding-right: 5%;
  border-right: 2px dashed #293b8e;
  position: relative;
  display: flex;
  align-items: self-start;
  padding-bottom: 150px;
}

.timeline-zizzac-inner-left::after {
  content: "";
  background: url(../images/bg3.png) left top no-repeat;
  position: absolute;
  right: -13px;
  top: 0;
  width: 24px;
  height: 218px;
  background-size: 100%;
  z-index: 1;
}

.timeline-zizzac-inner-left h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 130px;
  line-height: 130px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: rgba(40, 42, 107, 0.09);
}

.timeline-zizzac-inner-left-cont {
  padding: 30px 0 0 20px;
}

.timeline-zizzac-inner-left-cont h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  margin-bottom: 30px;
}

.timeline-zizzac-inner-left-cont p {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  color: #202030;
}

.timeline-zizzac-inner-right {
  width: 50%;
  padding-left: 5%;
  position: relative;
  padding-bottom: 150px;
}

.timeline-ziczac-img-area {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 0 0 0 150px;
}

.timeline-ziczac-img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline-zizzac-inner-area:nth-child(even) .timeline-zizzac-inner-left {
  order: 1;
  /* border-left: 2px dashed #293b8e; */
  border-right: 0;
  padding-left: 5%;
  padding-right: 0;
}

.timeline-zizzac-inner-area:nth-child(even) .timeline-zizzac-inner-left::after {
  left: -13px;
}

.timeline-zizzac-inner-area:nth-child(even) .timeline-zizzac-inner-right .timeline-ziczac-img-area {
  border-radius: 0 0 200px 0;
}

.timeline-zizzac-inner-area:nth-child(even) .timeline-zizzac-inner-right {
  padding-left: 0;
  padding-right: 5%;
  border-right: 2px dashed #293b8e;
}

.vzizzac-inner-area:nth-child(even) .timeline-zizzac-inner-right::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -165px;
  z-index: 1;
  background-image: url(../images/line2.png);
  background-position: left top;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  height: 160px;
}

.timeline-zizzac-inner-area:last-child .timeline-zizzac-inner-left,
.timeline-zizzac-inner-area:last-child .timeline-zizzac-inner-right {
  padding-bottom: 0;
}

.vendor-Challenges-bottom-txt {
  padding: 100px 0;
  border-bottom: 1px solid #cccccc;
}

.vendor-Challenges-bottom-txt p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #202030;
}