.col-66 {width: 66.6666666%;

  padding-left: 10px;

  padding-right: 10px;

}



/*.full-row, [class*="col-"] {float: none}

.row{display:flex;flex-wrap:wrap}*/

.col-75{width:75%;padding-left:10px;padding-right:10px}

.section_padding{padding:70px 0}

.eqheight{display:flex;align-items:stretch}

.align_center {text-align: center}

.eqheight {display: flex;align-items: stretch;}


.top-hero-formsection.innovate_integrate {position: relative;background: #161e2b url('/wp-content/themes/programmers.io/assets/images/about/about-pio-banner.jpg');min-height: 450px;background-size: cover;background-position: right;display: flex;justify-content: center;align-items: center;color: #fff;padding:290px 0px 80px 0px;}

.top-hero-formsection.innovate_integrate:before{content:"";background-image: url(https://programmers.io/wp-content/themes/programmers.io/assets/images/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(255deg, rgba(155, 48, 118, 0.45) 0%, rgba(23, 79, 123, 0.78) 50.48%, rgb(18, 50, 84) 100%)}

.banner_innerPage {text-align: center;position:relative; z-index:2}

.banner_innerPage h1 {color: #fff;font-size: 36px;font-weight: 700;lmargin-bottom: 17px;text-align: center;max-width: 600px;margin: 0 auto;}

span.min_head {color: #FFB0E4;text-transform: uppercase;display: block;padding-bottom: 10px;}

.top-hero-formsection .banner_innerPage p {max-width: 46%;font-size: 18px;font-weight: 400;margin: 20px auto;line-height: 28px;}

.award_certifications_blk{display:none !important}





/* Hero */ 

.single_case_study_hero_bg_color{background:linear-gradient(285deg,#f70ba659 0%,#1e75bb59 50.48%,#273a5059 100%);background-blend-mode:hard-light;min-height:550px;display:flex;align-items:center;position:relative}

.single_case_study_hero_bg_color::after{background:linear-gradient(180deg,#1e202100 21.39%,#1E2021 100%);position:absolute;content:"";top:0;left:0;right:0;height:100%;z-index:1}

.single_case_study_hero h1{color:#FFF;text-align:center;font-family:Inter;font-size:36px;font-style:normal;font-weight:700;line-height:normal;z-index:2}

.single_case_study_hero h1 span{display:block}

.hero_why {position: relative;z-index: 2;text-align: center;color: #fff;}

.case_study_top_title_url {text-align: center;text-transform: uppercase;}

.case_study_top_title_url {color: #99E0FF;font-family: Inter;font-size: 14px;font-style: normal;font-weight: 500;line-height: 25px; /* 208.333% */letter-spacing: 0.6px; position: relative; z-index: 2} 





/* Round Image*/

.round_image {border-radius: 20px;}



/* Headings */ 

.heading_theme_gradient {color: #273A50}

.heading_theme_gradient span{font-size:32px;font-style:normal;font-weight:700;line-height:40px;display:inline-block;background:linear-gradient(90deg,#1E75BB 0%,#F70BA6 60.49%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 20px}

.heading_theme_gradient_light {color: #273A50}

.heading_theme_gradient_light span{background: linear-gradient(90deg, #27A8E0 0%, #1E75BB 100%);

background-clip: text;

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;

display: inline-block;}



/* Button */



.btn_ne_theme {font-size: 16px;border-radius: 50px;position: relative;display: inline-block;z-index: 1;padding: 7px 35px;background: none;

border:none;font-weight: 500;cursor: pointer;width: auto}

.btn_ne_theme::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_ne_theme: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;}



/*****dev**/
.div_auto { max-width: 675px; margin: 0 auto;}
.hero_why h1 { margin: 15px 0;}

/***fillter***bootom***/
.tabs_wrapper {
  
  text-align: center;
  margin: 0 auto;
  background: transparent;
}

ul.tabs {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  margin: 25px 0 0;
  padding: 0;
  width: 23%;
  min-width: 175px;
  list-style: none;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
ul.tabs li {
  margin: 0;
  cursor: pointer;
  padding: 0px 15px;
  line-height: 31px;
  color: white;
  text-align: left;
  font-weight: bold;
  background-color: #666;
  
}
ul.tabs li:hover {
 
}
ul.tabs li.active {

}

.tab_container {
  display: inline-block;
  width: 76%;
  min-width: 10px;
  text-align: left;

}

.tab_content {
  padding: 20px;
  height: 100%;
  display: none;
}

.tab_drawer_heading {
  display: none;
}
@media screen and (max-width: 781px) {
  ul.tabs {
    display: none;
  }

  .tab_container {
    display: block;
    margin: 0 auto;
    width: 95%;
    border-top: none;
    border-radius: 0;
    box-shadow: 0px 0px 10px black;
  }

  .tab_drawer_heading {
    background-color: #ccc;
    background: #600026;
    /* Old browsers */
    background: -moz-linear-gradient(top, #600026 0%, #c60943 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #600026), color-stop(100%, #c60943));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #600026 0%, #c60943 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #600026 0%, #c60943 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #600026 0%, #c60943 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #600026 0%, #c60943 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#600026", endColorstr="#c60943",GradientType=0 );
    /* IE6-9 */
    color: #fff;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
  }
  .tab_drawer_heading:hover {
    background: #ccc;
    background: #ae0046;
    background: -moz-linear-gradient(top, #ae0046 0%, #fb0f56 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ae0046), color-stop(100%, #fb0f56));
    background: -webkit-linear-gradient(top, #ae0046 0%, #fb0f56 100%);
    background: -o-linear-gradient(top, #ae0046 0%, #fb0f56 100%);
    background: -ms-linear-gradient(top, #ae0046 0%, #fb0f56 100%);
    background: linear-gradient(to bottom, #ae0046 0%, #fb0f56 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ae0046", endColorstr="#fb0f56",GradientType=0 );
    color: white;
  }

  .d_active {
    background: #fff;
    background: #4c001e;
    background: -moz-linear-gradient(top, #4c001e 0%, #9f0735 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c001e), color-stop(100%, #9f0735));
    background: -webkit-linear-gradient(top, #4c001e 0%, #9f0735 100%);
    background: -o-linear-gradient(top, #4c001e 0%, #9f0735 100%);
    background: -ms-linear-gradient(top, #4c001e 0%, #9f0735 100%);
    background: linear-gradient(to bottom, #4c001e 0%, #9f0735 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4c001e", endColorstr="#9f0735",GradientType=0 );
    color: #dddddd;
  }
}


.d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}

.logo-item {
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    width: 33.33%;
}figure.h_line {
    border-bottom: 1px solid #E8E8E8;
    padding: 10px 23px 15px 23px;
    text-align: center;
    display: flex
;
    justify-content: center;
    align-items: center;
    min-height: 119px;
}.description {
    padding: 10px 23px 23px 23px;
}.logo-item h3 {
    color: #273A50;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
}
.logo-item p {
    color: #798798;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
}
.description span {
    /* font-family: 'Inter'; */
    font-weight: 300;
}
/***modernization_inner***bootom***/
.sec_space_bridge {
    margin: 80px 0;  text-align: center; background: #FAFAFA;}
.modernization_inner h2 {color: #273A50;padding-bottom: 15px;}
.sec_space_bridge{ padding: 80px 0;}
.modernization_inner span { color: #27A8E0;}
.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;}






@media only screen and (max-width: 991px) {
.logo-item {width: 31%; margin-bottom: 20px;}
.d-flex {flex-wrap: wrap;}
.why_work_des {padding: 60px 0;}
section.card_darks { padding: 60px 0 0 0;}
.about_card.aboutpio {    padding: 30px;}
.ibm-m-right {width: 50%;}
.ibm-m-left { width: 50%;}
.sec_space { margin: 80px 0 0 0;padding: 120px 0 0 0;}
.sec_space_bridge {margin: 25px 0;}
}

@media only screen and (max-width: 767px) {

    .page-template-team .top-hero-formsection.innovate_integrate, .page-template-powerBI .top-hero-formsection.innovate_integrate {background: none !important;background-color: #F6FAFD !important;position: relative;min-height: auto !important;padding: 30px 0px;}

	.banner_innerPage h1 {text-align: center;}

	.banner_innerPage h1 { font-size: 32px;line-height: 42px;margin-bottom: 25px;}

	.client_exp_wrap {  flex-direction: column; }

    .client_exp_wrap .col-33 {width: 100%;}

	.innerPage_bannerDesc { text-align: center;width: 100%;}

	.banner_innerPage p br {display: none;}

	.banner_innerPage p {text-align: center;}

.d-flex {flex-wrap: wrap;}
.logo-item { margin-bottom: 20px;}
.why_work_des {padding: 50px 0;}
section.card_darks { padding: 50px 0 0 0;}
.about_card.aboutpio {display: block; padding: 30px;}
.about-con {width: 100%;}
.ibm-m-left {width: 100%;padding: 0;}
.ibm-m-right { width: 100%;}
.sec_space { padding: 120px 0 0px 0;}
.sec_space_bridge { margin: 0;}
.sec_space {margin: 80px 0 18px 0;}
    .logo-item { width: 100%;}
}







