/* reset.css */
* {
  outline: none;
}
ul, li {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
.text-center {
  text-align: center;
}
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}
.row-col {
  display: flex;
  align-items: start;
  margin: 0 -10px;
  clear: both;
  flex-wrap: wrap;
  float: none !important;
}
.sec_space {
  margin: 80px 0;
}
.siteTitle h3 {
  font-size: 24px;
  line-height: 32px;
  color: #273a50;
  font-weight: 600;
}
body h3 {
  color: #273A50;
}
header.entry-header {
  display: none;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
h2.siteTitle {
  font-size: 32px;
  line-height: 100%;
  color: #273A50;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}
.btn_white {
  border-radius: 50px;
  padding: 3px 30px;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  margin-top: 50px;
  cursor: pointer;
}
.btn_white:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}
.banner_innerPage .btn_white {
  border-radius: 50px;
  padding: 6px 35px;
  border: 1px solid #fff;
  display: inline-block;
  margin-top: 50px;
  cursor: pointer;
  background: #fff;
  color: #273A50;
}
.banner_innerPage .btn_white:hover {
  background: #27A8E0;
  color: #fff;
  border: 1px solid #27A8E0
}
.mb20 {
  margin-bottom: 20px;
}
.mt30 {
  margin-top: 30px;
}
.btn_gradient {
  border-radius: 50px;
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 7px 35px;
  background: none;
  border: none;
  font-weight: 500;
  cursor: pointer;
}
.btn_gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px 3px;
  background: linear-gradient(90deg, rgba(30, 117, 187, 1) 0%, rgba(39, 168, 224, 1) 50%, rgba(247, 11, 166, 1) 100%);
  border-radius: inherit;
  mask: conic-gradient(#000 0 0) content-box exclude, conic-gradient(#000 0 0);
}
.btn_gradient:hover {
  background: linear-gradient(90deg, rgba(30, 117, 187, 1) 0%, rgba(39, 168, 224, 1) 50%, rgba(247, 11, 166, 1) 100%);
  color: #fff;
}
body.overHidden {
  overflow: auto !important;
}
/* custom.css */
/* top_hero_sec */
.home .banner_innerPage h1 {
  color: #fff;
  font-size: 48px !important;
  font-weight: 700;
  margin-bottom: 17px;
  text-align: center;
  margin: 0 auto;
  max-width: inherit !important;
  line-height: 60px !important;
}
.home .banner_innerPage p {
  font-size: 20px !important;
  font-weight: 400;
  max-width: 560px;
  margin: 20px auto;
  line-height: 32px !important;
  color: #fff;
}
.siteTitle {
  text-align: center;
  margin-bottom: 15px;
}
.banner_innerPage {
  text-align: center;
}
/*







.top-hero-formsection.innovate_integrate {position: relative;background: #161e2b url('https://programmers.io/wp-content/themes/programmers.io/assets/images/top-banner-bgn.jpg');min-height: calc(74vh - 65px);







background-size: cover;background-position: right;display: flex;justify-content: center;align-items: center;







color: #fff;z-index: 1;padding: 60px 0px;}







*/
.top-hero-formsection.innovate_integrate {
  position: relative;
  height: 600px;
  overflow: hidden;
}
video.top_vid {
  height: 560px;
  object-fit: cover;
  width: 100%;
}
.top-hero-formsection.innovate_integrate::before {
  content: '';
  background-image: url(/wp-content/themes/programmers.io/assets/images/home_latest/top-banner-bg-overlay.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 1;
  background-position: right;
  background: linear-gradient(340deg, rgba(247, 11, 166, 0.47) -5.03%, rgb(5 5 5 / 47%) 47.99%, rgba(39, 58, 80, 1));
}
.banner_innerPage {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
/* trusted by */
.trusted_by {
  background: #F8F8F8;
  padding: 30px 10px;
  text-align: center;
  display: flex;
}
.trusted_by h3 {
  color: #273A50;
}
.trusted_by span {
  color: #27A8E0;
  background: linear-gradient(90deg, #27A8E0 42.17%, #1E75BB 93.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.trusted_by span > span {
  color: #1E75BB;
}
.trusted_by_inner ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 20px;
  ;
  flex-wrap: wrap;
}
/* prev_part 







.trusted_byCompany .slick-prev{left: -30px;}







.trusted_byCompany .slick-next.slick-arrow{right:-25px;}







.slick-initialized .slick-slide img {padding-top: 0px;}







.slick-initialized .slick-slide{padding:0;}







.trusted_by .trusted_by_inn {background: #F8F8F8;}







*/
/* happiness_guarantee */
.happiness_inner {
  background: linear-gradient(260deg, rgba(30, 117, 187, 1) 0%, rgba(39, 58, 80, 1) 50%);
  color: #fff;
  height: 496px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.happiness_inner_cont {
  padding: 80px;
}
.happiness_inner_video {
  position: absolute;
  top: 0;
  opacity: 0.1;
  height: 100%;
  width: 100%;
  left: 0;
}
.happiness_inner_video video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.happiness_inner h3 {
  color: #fff;
  padding: 0 0 15px 45px;
}
.happiness_inner h3:before {
  background: url('/wp-content/themes/programmers.io/assets/images/home_latest/happiness.png)') no-repeat scroll center;
  width: 50px;
  height: 50px;
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.happiness-panel {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.happiness-panel {
  padding: 0
}
.happiness-panel .happiness_inner {
  height: 100%
}
.happiness_form {
  padding: 50px 50px 50px 30px;
}
.happiness_form h3 {
  text-align: center;
  margin-bottom: 30px;
}
.happiness_form .form-group {
  margin-bottom: 20px;
}
.happiness_form .form-group .form-control {
  border: solid 1px #D9D9D9;
  border-radius: 20px;
  padding: 8px 15px;
  width: 100%;
  height: 40px;
}
.happiness_form .form-group textarea.form-control {
  height: 130px;
  padding: 15px;
}
.happiness_form .form-group .action {
  margin-top: 15px;
}
.happiness_form .action .btn_gradient {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}
.happiness_form .action .btn_gradient::before {
  padding: 3px 3px;
}
/* form */
div.wpforms-container-full input[type="date"], div.wpforms-container-full input[type="datetime"], div.wpforms-container-full input[type="datetime-local"], div.wpforms-container-full input[type="email"], div.wpforms-container-full input[type="month"], div.wpforms-container-full input[type="number"], div.wpforms-container-full input[type="password"], div.wpforms-container-full input[type="range"], div.wpforms-container-full input[type="search"], div.wpforms-container-full input[type="tel"], div.wpforms-container-full input[type="text"], div.wpforms-container-full input[type="time"], div.wpforms-container-full input[type="url"], div.wpforms-container-full input[type="week"], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type="date"], .wp-core-ui div.wpforms-container-full input[type="datetime"], .wp-core-ui div.wpforms-container-full input[type="datetime-local"], .wp-core-ui div.wpforms-container-full input[type="email"], .wp-core-ui div.wpforms-container-full input[type="month"], .wp-core-ui div.wpforms-container-full input[type="number"], .wp-core-ui div.wpforms-container-full input[type="password"], .wp-core-ui div.wpforms-container-full input[type="range"], .wp-core-ui div.wpforms-container-full input[type="search"], .wp-core-ui div.wpforms-container-full input[type="tel"], .wp-core-ui div.wpforms-container-full input[type="text"], .wp-core-ui div.wpforms-container-full input[type="time"], .wp-core-ui div.wpforms-container-full input[type="url"], .wp-core-ui div.wpforms-container-full input[type="week"], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea, div.wpforms-container-full .wpforms-field-file-upload .wpforms-uploader {
  border: solid 1px #D9D9D9 !important;
  border-radius: 20px !important;
}
.wpforms .wpforms-submit-container, .wpforms .wpforms-confirmation-scroll p {
  text-align: left;
}
.wpforms div.wpforms-container-full .wpforms-form label.wpforms-error::before, .wpforms div.wpforms-container-full .wpforms-form em.wpforms-error::before {
  display: none !important;
}
.wpforms em.wpforms-error {
  margin-top: 5px !important;
}
.wpforms .wpforms-field-file-upload label.wpforms-field-label {
  display: none;
}
.wpforms .wpforms-field-file-upload {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.wpforms div.wpforms-container div.wpforms-uploader .dz-message {
  flex-direction: initial;
}
.wpforms div.wpforms-container div.wpforms-uploader {
  padding: 10px 10px;
}
.wpforms .wpforms-limit-characters-enabled + .wpforms-field-limit-text {
  display: none;
}
.wpforms .wpforms-submit-container .wpforms-submit {
  position: relative;
}
.wpforms .nf-form-cont .nf-form-layout .submit-wrap input[type="submit"], .wpforms .wpforms-submit-container .wpforms-submit {
  padding: 12px 60px !important;
  height: auto;
  max-width: 300px;
  background: #fff !important;
  color: #26384E !important;
  text-transform: capitalize;
  font-size: 20px;
  width: inherit;
  cursor: pointer;
  border: 0px !important;
  font-weight: 500;
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 50px;
  max-width: 100%;
  width: 100%;
}
.wpforms div.wpforms-container-full button[type="submit"]:focus::after {
  display: none !important;
}
.wpforms .wpforms-render-modern .wpforms-confirmation-container-full {
  background: #fff;
  border: 1px solid #fff;
  padding: 0px;
}
.wpforms .wpforms-submit-container .wpforms-submit::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px 3px;
  background: linear-gradient(90deg, rgba(30, 117, 187, 1) 0%, rgba(39, 168, 224, 1) 50%, rgba(247, 11, 166, 1) 100%);
  border-radius: inherit;
  mask: conic-gradient(#000 0 0) content-box exclude, conic-gradient(#000 0 0);
}
.happiness_form .wpforms-submit-container button:hover {
  background: linear-gradient(90deg, rgba(30, 117, 187, 1) 0%, rgba(39, 168, 224, 1) 50%, rgba(247, 11, 166, 1) 100%) !important;
  color: #fff !important;
}
/* end */
/* ibm-m-sec */
.ibm-m-sec {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 45px;
  padding-top: 70px;
}
.ibm-m-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  background: linear-gradient(0deg, #FFFFFF, #F8F8F8, #F7F6F6);
  width: 110%;
  height: 243px;
  border-radius: 40% 40% 0 0;
  transform: translateX(-50%);
  z-index: -1;
}
.tab__list {
  display: flex;
  margin-bottom: 24px;
  justify-content: center;
  flex-wrap: wrap;
}
.tab__item {
  overflow: hidden;
  cursor: pointer;
  padding: 12px 8px;
  margin-right: 24px;
  text-shadow: 0 0 0.5px currentColor;
  letter-spacing: 1px;
  transition: 0.2s;
  font-size: 18px;
  position: relative;
  color: #7777775c;
  text-transform: uppercase;
}
.tab__item.our_ibm {
  text-transform: inherit;
}
.tab__item:before {
  content: "";
  position: absolute;
  top: 95%;
  left: 0;
  height: 2px;
  width: 100%;
  background: rgba(39, 58, 80, 1);
  transition: 0.2s;
  visibility: hidden;
  opacity: 0;
}
.tab__item.is--active {
  color: #444;
  position: relative;
}
.tab__item.is--active:before {
  visibility: visible;
  opacity: 1;
}
.tab__content {
  border-radius: 0 10px 10px;
}
.tab__content-item {
  display: none;
}
.tab__content-item.is--active {
  display: block;
}
.tab__content-title {
  padding: 24px 24px 24px 0;
}
.tab .tab .tab__item {
  font-size: 16px;
}
.tab .tab .tab__content {
  padding: 0;
}
.ibm-m-left, .ibm-m-right {
  width: 50%;
}
.ibm-m-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ibm-m-left .tabbing-block {
  display: flex;
  margin-bottom: 12px;
}
.ibm-m-left .tabbing-block .right-tab-block {
  width: calc(100% - 25px);
  padding-left: 15px;
  margin-bottom: 20px;
}
.ibm-m-left .tabbing-block .right-tab-block.impact, .ibm-m-left .tabbing-block .right-tab-block.green_glass {
  display: flex;
  flex-wrap: wrap;
}
.ibm-m-left .tabbing-block .right-tab-block.impact h3, .ibm-m-left .tabbing-block .right-tab-block.green_glass h3 {
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.ibm-m-left .tabbing-block .right-tab-block img {
  padding-bottom: 15px;
}
.ibm-m-left h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.ibm-m-left .tabbing-block h4 {
  font-size: 18px;
  font-weight: 700;
  color: #273A50;
}
.ibm-m-left .tabbing-block p {
  font-size: 17px;
  font-weight: 400;
  color: #798798;
  line-height: 28px;
}
.ibm-m-sec h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
.ibm-m-sec h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 35px;
  color: #273A50;
}
.ibm-m-right figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.ibm-m-right figure {
  position: relative;
  margin: 0;
  padding: 71% 0 0;
  border-radius: 15px;
  overflow: hidden;
}
.ibm-m-left {
  padding-right: 80px;
}
.ibm-m-left .tabbing-block .icon {
  width: 1.5em;
  height: 1.5em;
  top: 0;
}
.tab__item:last-child {
  margin-right: 0;
}
.main-tab .tab__item {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 28px;
  border-radius: 50px;
  min-width: 154px;
  text-align: center;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  color: #7777775c;
  text-transform: capitalize;
}
section.ibm-m-sec {
  color: rgba(39, 58, 80, 1);
}
.main-tab > .tab__item.is--active {
  color: rgba(39, 58, 80, 1);
}
.main-tab > .tab__item.is--active::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px 3px;
  background: linear-gradient(90deg, rgba(30, 117, 187, 1) 0%, rgba(39, 168, 224, 1) 50%, rgba(247, 11, 166, 1) 100%);
  border-radius: inherit;
  mask: conic-gradient(#000 0 0) content-box exclude, conic-gradient(#000 0 0);
  height: auto;
  display: block;
}
.tab__content-item .tab__list {
  margin-bottom: 45px;
}
.main-tab .tab__item::before {
  display: none;
}
.ibm-expert {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.ibm-expert .ibm-expert-pic {
  background: #F4F4F4;
  background: linear-gradient(180deg, rgba(244, 244, 244, 1) 0%, rgba(205, 205, 205, 1) 100%);
  height: 160px;
  text-align: center
}
.ibm-expert .ibm-expert-pic figure {
  margin: 0
}
.ibm-expert .ibm-expert-content {
  padding: 25px 20px;
}
.ibm-expert .ibm-expert-content h6 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px 0;
  background: #1E75BB;
  display: inline-flex;
  background: linear-gradient(to right, #1E75BB 0%, #F70BA6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ibm-expert .ibm-expert-content span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}
.ibm-expert .ibm-expert-content p {
  color: #798798;
  font-size: 15px;
  margin: 10px 0 0 0;
  line-height: 24px;
}
.people-ibm-panel {
  margin: 0 auto;
  max-width: 1140px;
  padding-bottom: 25px;
}
.ind-list {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.ind-list li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 35px;
}
.ind-list li .ind-list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ind-list li .ind-list-item figure {
  width: 26px;
  margin: 0
}
.ind-list li .ind-list-item figure img {
  display: block;
  margin: 0 auto;
}
.ind-list li .ind-list-item .ind-list-info {
  width: calc(100% - 26px);
  padding-left: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #798798;
  line-height: 24px;
}
/* modernization_roadmap */
.modernization_inner h2 {
  color: #273A50;
  padding-bottom: 15px;
}
.modernization_inner span {
  color: #27A8E0;
}
/* client_trust_us */
.client-block {
  background-image: url(https://programmers.io/wp-content/themes/programmers.io/assets/images/home_latest/bg-1.jpg);
  background-repeat: no-repeat;
  padding: 35px;
  margin-bottom: 0px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-flow: column;
  background-size: cover;
}
.client-block.block-2 {
  background-image: url(https://programmers.io/wp-content/themes/programmers.io/assets/images/home_latest/bg-2.jpg);
}
.client-block.block-3 {
  background-image: url(https://programmers.io/wp-content/themes/programmers.io/assets/images/home_latest/bg-3.jpg);
}
.client-content {
  flex-grow: 1;
}
.client-logo {
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.client-content span.colon {
  background-image: url(/wp-content/themes/programmers.io/assets/images/home_latest/collon.png);
  background-repeat: no-repeat;
}
.client-content span.colon {
  background-image: url(/wp-content/themes/programmers.io/assets/images/home_latest/collon.png);
  background-repeat: no-repeat;
  width: 48px;
  height: 44px;
  display: inline-block;
}
.client-content p {
  color: #fff;
}
.profile-detail p {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  line-height: normal;
}
.profile-detail h6 {
  margin: 0 0 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.client-content p {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.client-blottom-row figure {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.client-blottom-row figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.client-blottom-row {
  display: flex;
  align-items: center;
}
.profile-detail {
  width: calc(100% - 42px);
  padding-left: 12px;
}
.client-bottom {
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}
/* leading */
.journey-in {
  background: radial-gradient(circle at 50% 160%, #1E75BB, #273A50);
  border-radius: 10px;
  text-align: center;
  color: #fff;
  padding: 60px 30px;
}
.journey-block .top-icon span::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px 1px;
  background: linear-gradient(0deg, #007DB2, #27A8E0);
  border-radius: inherit;
  mask: conic-gradient(#000 0 0) content-box exclude, conic-gradient(#000 0 0);
}
.journey-block .top-icon span {
  position: relative;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.journey-block .top-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.journey-block {
  background: linear-gradient(0deg, #27A8E0 -20%, #155C7A 46%);
  padding: 35px;
  border-radius: 10px;
  border: 1px solid #27A8E0;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.journey-items {
  max-width: 991px;
  margin: 60px auto 0;
}
.journey-block h3 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  flex-grow: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.journey-block p {
  color: #99E0FF;
  font-weight: 500;
  font-size: 15px;
  max-width: 200px;
  margin: 0 auto;
  line-height: normal;
}
.journey-block h3::after {
  content: '';
  width: 24px;
  border: 1.5px solid #99E0FF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.journey-in h2 {
  color: #fff;
}
/* build_in */
.built-partner {
  background: #F7F6F6;
  padding: 80px 0
}
.built-panel {
  border-radius: 20px;
  padding: 50px 70px;
  background: url("/wp-content/themes/programmers.io/assets/images/home_latest/built-bg.jpg") top center no-repeat;
  background-size: cover;
  min-height: 351px
}
.built-panel h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #fff
}
.built-panel h2 span {
  color: #FF6DCD
}
.built-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.built-panel .view_btn {
  background: #ffffff42;
  padding: 4px 30px;
  border-radius: 50px;
  margin: 30px auto 0;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
}
/* award_sec_remove */
.award_certifications_blk {
  display: none;
}
.modernization_roadmap + .trusted_by {
  display: none;
}
/*--inc 5000--*/
.inc5000 {
  padding: 80px 0 0px 0;
}
.inc5000 .inc5k-sec {
  background: url(/wp-content/themes/programmers.io/assets/images/home_latest/inc-5k-bg.jpg) no-repeat 0 0;
  min-height: 380px;
  border-radius: 20px;
  padding: 50px 70px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0px 1px 5px #ccc;
}
.inc5000 h2 {
  font-size: 28px;
  color: #273A50;
  font-weight: 700;
}
.inc5000 h2 span {
  background-image: linear-gradient(172deg, #1E75BB, #F70BA6);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.inc5k-sec ul {
  display: flex;
  text-align: center;
  justify-content: center;
}
.inc5k-sec ul li {
  padding: 0px 10px;
}
.inc5k-sec ul li img {
  padding: 30px 30px;
  max-width: 220px;
}
/* so_where_are_you */
.ml-auto {
  margin-left: auto !important
}
.w-100 {
  width: 100%
}
.btn-item {
  background-color: rgba(118, 147, 177, 0.5);
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  padding: 8px 30px 8px 25px;
  display: inline-flex;
  align-items: normal;
  line-height: 30px;
  flex-direction: column;
  position: relative;
}
.btn-item:hover {
  background-color: #2066A2;
}
.btn-item h3 {
  font-size: 15px;
  text-align: left;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
}
.btn-item p {
  font-size: 13px;
  color: #fff;
  margin: 0px;
  line-height: 24px;
}
.btn-item > span {
  background-color: transparent;
  display: inline-block;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
  margin-left: 30px;
  position: absolute;
  right: 18px;
  top: 6px;
}
.btn-item > span span {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  transform: rotate(-45deg);
  top: 11px;
}
.btn-item > span::before {
  content: "";
  border-bottom: 2px solid #fff;
  width: 12px;
  position: absolute;
  top: 15px;
  right: 9px;
}
.team-tech-ibmi-sec {
  padding: 0;
  /*background: linear-gradient(0deg, #1f4452, #08090a);*/
  background-size: cover;
  position: relative;
  background: url(https://programmers.io/wp-content/themes/programmers.io/assets/images/home_latest/mid-bg.jpg) repeat-x;
}
.team-tech-ibmi-sec .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  align-items: center;
}
.team-tech-ibmi-sec {
  padding: 0;
  background-size: cover;
  position: relative;
  background: url(/wp-content/themes/programmers.io/assets/images/home_latest/mid-bg.jpg) repeat-x;
}
.more_tech {
  width: 46%;
  mix-blend-mode: normal;
}
.team-tech-ibmi-sec .col-60 {
  margin-left: 40%;
}
.top-title-head {
  text-align: center;
  color: #fff;
  margin: 0 0 35px auto;
  max-width: 590px;
}
.top-title-head h3 {
  color: #fff;
  margin: 0 0 15px 0
}
.top-title-head p {
  opacity: 0.75;
  font-size: 14px;
  max-width: 500px;
  margin: 0 auto;
  line-height: 25px;
}
.where-headed-panel .action {
  margin-top: 30px;
}
.start-journey-btn {
  position: relative;
  display: inline-block;
  z-index: 1;
  cursor: pointer;
  text-align: center;

}
.start-journey-btn a{  border-radius: 30px;
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 8px 30px;
  background: none;
  border: solid 2px rgba(255, 255, 255, 0.5);
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  color: #fff; width: 100%; cursor:pointer}
.start-journey-btn a:hover {
  background: #fff;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.so_where h2.siteTitle {
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
}
.so_where .where-headed-panel {
  margin-left: 80px;
}
.start-journey-btn a {
  color: #fff;
}
/* ibm_i_modernization */
.ibm_i_moder {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 45px;
  padding-top: 70px;
}
.ibm_i_moder_inner span {
  color: #273A50;
}
.ibm_i_moder::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  background: linear-gradient(0deg, #FFFFFF, #F8F8F8, #F7F6F6);
  width: 110%;
  height: 243px;
  border-radius: 40% 40% 0 0;
  transform: translateX(-50%);
  z-index: -1;
}
.ibm_i_moder_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.the_indust {
  text-transform: uppercase;
  position: relative;
  margin-top: 40px;
}
.the_indust span::before {
  border: 1px solid #ccc;
  position: absolute;
  content: "";
  top: 10px;
  width: 2000px;
  height: 1px;
  right: calc(100% + 20px)
}
.the_indust span::after {
  border: 1px solid #ccc;
  position: absolute;
  content: "";
  width: 2000px;
  height: 1px;
  left: calc(100% + 20px);
  top: 10px;
}
.the_indust.text-center span {
  position: relative;
}
.the_indust.text-center {
  overflow: hidden;
}
.indust_below .ind-list li {
  width: auto;
}
.indust_below .ind-list li .ind-list-item .ind-list-info {
  color: #273A50;
  min-width: 70px;
}
.indust_below .ind-list {
  justify-content: space-between;
}
.indust_below {
  padding-top: 30px;
}
/* ibm_i_modernization_tabs */
#vertical-tab {
  padding: 30px 0 0;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab {
  padding: 0px 0px 5px;
  border-bottom: 1px solid #fff;
  position: relative;
  cursor: pointer;
  font-size: 0;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab .title {
  vertical-align: middle;
  width: 100%;
  line-height: 1.2;
  color: #dee;
  position: relative;
  padding: 2px;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  min-height: 125px;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab .title::before {
  position: absolute;
  content: "";
  background: rgb(48 48 48 / 50%);
  width: 100%;
  height: calc(100% - 5px);
  z-index: 99;
  border-radius: 20px;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab.active .title {
  color: #1c2a51;
  background: linear-gradient(90deg, rgba(30, 117, 187, 1) 0%, rgba(39, 168, 224, 1) 50%, rgba(247, 11, 166, 1) 100%);
}
#vertical-tab .vertical-tab-wrapper .vertical-tab-content {
  display: none;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab-content img {
  width: 100%;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab-content h3 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  color: #1c2a51;
  margin: 0 0 30px;
  position: relative;
  height: 533px;
  border-radius: 20px;
  overflow: hidden;
}
video.tab_cent_vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab-content h3.play_video:before {
  display: none;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab-content h3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 25vh;
  border-radius: 20px;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(39 58 80 / 80%));
  z-index: 1;
  pointer-events: none;
  left: 0px;
}
span.play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  border-radius: 50px;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1px 0 0 9px;
  cursor: pointer;
  color: #fff;
  display: none;
}
h3.play_video span.play_btn {
  display: none;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab-content p {
  font-weight: 400;
  line-height: 1.4;
  font-size: 1rem;
  color: #333333;
  margin: 0 0 30px;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab-content.active {
  display: block;
}
#vertical-tab .mobile-vertical-tab {
  display: none;
  position: relative;
  box-shadow: 0px 0px 5.88px 0.12px rgba(0, 0, 0, 0.14);
}
#vertical-tab .mobile-vertical-tab .vertical-tab-header .each-tab-header .each-tab {
  padding: 16px;
  background-color: #5d9ccc;
  border-bottom: 1px solid #fff;
  position: relative;
  text-align: center;
}
span.tab_img_big {
  display: flex;
}
#vertical-tab .mobile-vertical-tab .vertical-tab-header .each-tab-header .each-tab .title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.1;
  color: #f7dd4b;
}
.right_tab .sub_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.right_tab .title img {
  border-radius: 20px;
  object-fit: cover;
}
.vertical-tab-wrapper .col-15 {
  width: 215px;
}
.vertical-tab-wrapper .col-85 {
  width: calc(100% - 215px);
  padding: 0 10px;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab.active .title::before {
  display: none;
}
.ibm_i_moder_inner strong {
  background-image: linear-gradient(172deg, #1E75BB, #F70BA6);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vertical-tab-wrapper > .row {
  flex-direction: row-reverse;
}
/* footer */
#colophon.footer-inner .footer-widgets .widget_nav_menu .widget-title {
  color: #273A50;
}
.footer-inner .footer-widgets .widget_nav_menu .menu li a {
  color: #798798 !important;
}
.bluebg {
  background: #fff;
}
#colophon.footer-inner .footer-widgets .widget_text .widget-title {
  color: #273A50;
}
.footer-inner .footer-widgets .widget_text p {
  color: #798798;
}
.footer-inner .footer-widgets .widget_text p.ftr_ph_no {
  color: #798798;
}
.footer-inner .footer-widgets .widget_text p.ftr_ph_no span {
  color: #273A50;
  font-weight: 700;
}
.footer-inner .footer-widgets .widget_text .ShowIndiaLocation {
  color: #273A50 !important;
  font-weight: 700;
}
.container-main.footerLogo {
  border-bottom: none;
  padding-bottom: 50px;
}
.bluebg.rightRadus {
  border-top: 1px solid #eaedf0;
  padding-top: 20px;
}
.footer-inner .footer-widgets .widget_text p {
  color: #273A50;
}
.footerSocialmedia ul li {
  background: #273A50;
}
.footerSocialmedia ul li:hover {
  background: #1e75bb;
}
.footer-inner .footer-widgets .widget_nav_menu, .footer-inner .footer-widgets .widget_text {
  display: block;
  flex: 0 0 16%;
  max-width: 16%;
}
#site-footer .footer-copyright {
  padding-top: 3px;
}
/* footer_end */
/* header */
.navigation-top {
  background: transparent;
  border-bottom: none;
  box-shadow: none;
}
.site-header {
  position: absolute;
  background: transparent;
}
.headerLogo a img {
  filter: contrast(0) brightness(2);
}
/* mega_menu */
/* new_mega_menu */
.textwidget.custom-html-widget {
  color: #fff;
  font-size: 14px !important;
}
.textwidget.custom-html-widget > a {
  background-color: #626f80;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  font-size: 13px;
  width: 155px;
  height: 33px;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
/* extend_your_team */
.list_with_icon li h4 {
  color: #273A50;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.5px;
  margin: 0 0 5px 0;
}
.list_with_icon li p {
  color: #798798;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.list_with_icon li {
  position: relative;
  margin-bottom: 20px;
}
.list_with_icon li img {
  position: absolute;
  top: 5px;
}
.list_with_icon {
  max-width: 69%;
}
.list_with_icon li .extend_txt {
  padding-left: 40px;
}
.extend_your_team p.extent_para {
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  max-width: 535px;
}
.extend_your_team_right {
  display: flex;
  justify-content: center;
}
.extend_your_team .row {
  display: flex;
  align-items: center;
}
.extend_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.extend_inner strong {
  background-image: linear-gradient(172deg, #1E75BB, #F70BA6);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* media */
@media (max-width:1199px) {
  .team-tech-ibmi-sec .col-60 {
    margin-left: 47%;
  }
  .happiness_inner {
    padding: 40px
  }
  h2.siteTitle, .ibm-m-sec h2 {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 20px;
  }
  h3, .journey-block h3 {
    font-size: 24px;
  }
  .happiness_form {
    padding: 30px 30px 30px 10px;
  }
  .happiness_form h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .happiness_form .form-group {
    margin-bottom: 15px;
  }
  .sec_space {
    margin: 60px 0
  }
  .built-partner {
    padding: 60px 0;
  }
  .ibm-m-left h3 {
    margin-bottom: 24px;
  }
  .ind-list li {
    margin-bottom: 15px
  }
  .happiness_inner_cont {
    padding: 15px;
  }
  .so_where .where-headed-panel {
    margin-left: 0
  }
  .list_with_icon {
    max-width: 90%;
  }
}
@media(max-width:1199px) {
  .banner_innerPage {
    width: 100%;
    top: 54%;
    padding: 0px 10px;
  }
  .top-hero-formsection.innovate_integrate .vid_part {
    height: 670px;
    display: flex;
  }
  .team-tech-ibmi-sec .col-60 {
    margin-left: 47%;
  }
  .so_where .where-headed-panel {
    margin-left: 0;
    padding: 30px 0px 50px 0px;
  }
}

@media only screen and (min-width:768px) and (max-width:1180px){
    .more_tech {width: 46%;mix-blend-mode: normal;overflow: hidden;}

}
@media only screen and (min-width : 992px) and (max-width : 1180px) and (orientation : landscape) {
    .team-tech-ibmi-sec .col-60 {margin-left: 40%;}
    .team-tech-ibmi-sec .more_tech { width: 100%;}
    .more_tech .haxed-overlay{padding: 40px 0px;}
    .team-tech-ibmi-sec .haxed-overlay{position:relative;}
    .team-tech-ibmi-sec .haxed-overlay:after{content:"";background: #0C2027;width: 100%;height: 100%;position: absolute;opacity: 0.9;top: 0px;}
}

@media(max-width:991px) {
  .more_tech {
    width: 100%;
    min-height: auto;
  }
  .team-tech-ibmi-sec .mb20 {
    margin-bottom: 12px;
  }
  .team-tech-ibmi-sec .top-title-head {
    margin: 0 0 16px auto;
    max-width: 100%;
  }
  .team-tech-ibmi-sec .so_where h2.siteTitle {
    margin-bottom: 10px;
  }
  .where-headed-panel .action {
    margin-top: 8px;
  }
  .team-tech-ibmi-sec .btn-item {
    height: 100%;
  }
  .home .banner_innerPage h1 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
  .team-tech-ibmi-sec {
    background: #1D4653;
  }
  .team-tech-ibmi-sec .container {
    position: relative;
  }
  .so_where .col-60 {
    width: 100%;
    margin: 0px;
  }
  .built-panel {
    padding: 40px;
    min-height: 1px;
  }
  .built-panel h2 {
    margin-bottom: 30px
  }
  .built-panel ul {
    justify-content: center
  }
  .built-panel ul li {
    padding: 10px;
    width: 21%;
  }
  .client-content p {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
  }
  .client-logo {
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .client-block {
    background-image: url(https://programmers.io/wp-content/themes/programmers.io/assets/images/home_latest/bg-1.jpg);
    background-repeat: no-repeat;
    padding: 15px;
    margin-bottom: 0px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-flow: column;
    background-size: cover;
  }
  .client-logo {
    margin-bottom: 15px;
  }
  .client-content span.colon {
    background-size: 100%;
    width: 31px;
    height: 30px;
  }
  .so_where .col-60 {
    width: 100%
  }
  #mega-menu-wrap-top {
    clear: both;
    position: static;
  }
  .inc5000 .inc5k-sec {
    padding: 40px 10px;
    margin: 0px;
    min-height: auto;
  }
  .inc5k-sec ul li {
    padding: 0px 10px;
  }
  .inc5k-sec ul li img {
    padding: 20px 15px;
    max-width: 165px;
  }
  .extend_your_team p.extent_para {
    margin: 20px 0;
    max-width: 100%;
  }
}
@media(max-width:767px) {
  .inc5000 {
    padding: 50px 0 10px 0;
  }
  .top-hero-formsection.innovate_integrate {
    height: 510px;
  }
  .happiness-panel .happiness_inner {
    border-radius: 0;
    padding: 30px;
  }
  .happiness_form {
    padding: 30px;
  }
  .sec_space {
    margin: 40px 0
  }
  .built-partner {
    padding: 40px 0;
  }
  .col-33 {
    width: 100%;
  }
    
    .btn-item p{font-size: 14px;}
    .team-tech-ibmi-sec .btn-item{background-color: rgba(118, 147, 177, 0.4);}
    .list_with_icon li p{color: #273A50;}
    .ibm-m-left .tabbing-block p{color: #273A50;}
    #site-footer .footer-copyright, .privacy_policy, .privacy_policy a, .footer-inner .footer-widgets.sec_row .widget_newsletterwidget, #colophon.footer-inner .footer-widgets .widget_nav_menu .menu li a, .footer-inner .footer-widgets .widget_text p.ftr_ph_no a, .footer-zvooaddress a, .address-india a{color: #273A50 !important;}
    #vertical-tab .vertical-tab-content iframe{height: inherit;}
    .built-panel .view_btn{background: #00030891;font-size: 16px;}
    #vertical-tab .vertical-tab-wrapper .vertical-tab-content h3{height: 260px;}
    .modernization_inner span{color:#2184C6;}
    

  .modernization_roadmap h2 {
    font-size: 26px;
  }
  .journey-in {
    padding: 30px;
  }
  .journey-in h2.siteTitle {
    margin-bottom: 30px;
  }
  .journey-items {
    margin: 0;
  }
  .ibm-m-left {
    margin-bottom: 20px
  }
  .ibm-m-left, .ibm-m-right {
    width: 100%
  }
  .banner_innerPage h1 {
    padding: 20px 10px;
    font-size: 28px;
    line-height: 38px;
  }
  .built-panel {
    padding: 30px;
  }
  .trusted_by {
    padding: 20px 0px;
  }
  .main-tab .tab__item {
    margin-bottom: 25px;
  }
  .ibm-m-left {
    padding-right: 0;
  }
  .trusted_by_inner ul {
    padding-top: 0px;
    justify-content: center;
  }
  .ibm-m-sec::before, .ibm_i_moder::before {
    border-radius: 0px;
  }
  .people-ibm-panel .col-33 {
    margin-bottom: 40px;
  }
  .people-ibm-panel .col-33:last-child {
    margin-bottom: 0;
  }
  .ibm-m-sec {
    padding-top: 30px;
  }
  .header_sticky #mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-1::after {
    filter: brightness(0) invert(1);
  }
  .happiness_inner_cont {
    padding: 0px;
  }
  .team-tech-ibmi-sec {
    background-position: center;
    background-size: cover;
  }
  .ibm_i_moder_inner .btn_gradient {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 265px;
  }
  .ibm_i_moder .container {
    padding-bottom: 82px;
  }
  .ibm_i_moder_inner h2.text-center {
    font-size: 26px;
    margin: 0 auto;
  }
  .ibm_i_moder_inner {
    flex-direction: column;
  }
  .the_indust {
    margin-top: 20px;
  }
  .indust_below .ind-list li {
    width: auto;
  }
  .indust_below .ind-list {
    justify-content: inherit;
  }
  .vertical-tab-wrapper .col-15 {
    width: 100%;
    order: 2;
  }
  .vertical-tab-wrapper .col-85 {
    width: 100%;
    padding: 10px;
  }
  .right_tab .title img {
    width: 100%;
  }
  #vertical-tab .vertical-tab-wrapper .vertical-tab-content {
    padding: 0px;
  }
  .vertical-tab {
    display: flex;
    gap: 10px;
  }
  #vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab {
    min-width: 150px;
  }
  .vertical-tab {
    overflow: auto;
  }
  #vertical-tab .vertical-tab-wrapper .vertical-tab-content h3 {
    margin-bottom: 0px;
  }
  #vertical-tab .vertical-tab-wrapper .vertical-tab-content h3::before {
    height: 15vh;
  }
  .banner_innerPage .btn_white {
    padding: 3px 20px;
    margin-top: 25px;
  }
  #colophon .footer-widgets-wrapper .openFooterMenu .widget-title::after {
    content: '';
    width: 12px;
    height: 12px;
    border: none;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(/wp-content/themes/programmers.io/assets/images/home-new/ftr_minus_icon.svg) no-repeat left center;
  }
  #colophon .footer-widgets-wrapper .widget-title::after {
    content: '';
    width: 12px;
    height: 12px;
    border: none;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(/wp-content/themes/programmers.io/assets/images/home-new/ftr_plus_icon.svg) no-repeat left center;
  }
  .inc5000 h2 {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 10px;
  }
  .inc5k-sec p {
    line-height: 24px;
    margin-bottom: 10px;
  }
  .inc5k-sec ul {
    display: block;
  }
  .inc5k-sec ul li {
    padding: 0px 5px;
    width: 46%;
    display: inline-block;
  }
  .inc5k-sec ul li img {
    padding: 10px 10px;
    max-width: 100%;
  }
  .team-tech-ibmi-sec .col-60 {
    margin-left: 0;
  }
  .team-tech-ibmi-sec .container {
    position: relative;
  }
  .team-tech-ibmi-sec {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .top-title-head {
    max-width: 100%;
  }
  .team-tech-ibmi-sec {
    padding-top: 0px;
    padding-bottom: 5px;
    background: #1E4956;
  }
}
@media (max-width: 576px) {
  .ind-list li {
    width: 100%
  }
  .built-panel ul li {
    width: auto;
  }
  .tab__list.main-tab {
    display: flex;
    margin-bottom: 24px;
    justify-content: flex-start;
    overflow: auto;
    padding: 5px;
    flex-wrap: nowrap;
  }
  .indust_below .ind-list {
    display: table;
    margin: 0 auto;
  }
  .where-headed-panel .col-50.mb20 {
    width: 100%;
  }
  .banner_innerPage p br {
    display: none;
  }
  .extend_inner {
    justify-content: center;
  }
  .extend_inner h2 {
    margin-bottom: 15px;
  }
}