/*
 Theme Name:   RPC
 Description:  RPC custom theme, Child Theme of Bootscore
 Author:       FATFREE
 Author URI:   https://fatfree.co
 Template:     bootscore
 Version:      5.1.3.1
 Text Domain:  bootscore
*/

/*
All style editing is done via scss/_bscore_custom.scss
*/
@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: url('/wp-content/themes/bootscore-child/fonts/MYRIADPRO-BOLD.woff') format('woff');
}

a{
    transition: all 0.3s;
}
.home #home-cta{
    display: inline-block;
}
.home #home-cta:after, #nav-main ul li a:after{
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.3s;
}
.home #home-cta:hover::after, #nav-main ul li a:hover:after {
    width: 100%;
}
.btn-hover-slide-white, .btn-hover-slide-blue{
    position: relative;
    z-index: 1;
}
.btn-hover-slide-white:before, .btn-hover-slide-blue:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    width: 0;
    height: calc(100% + 1px);
    -webkit-transform-origin: center;
    transform-origin: center;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: -1;
    border-radius: 8.25rem;
}
#image-header{
	background-repeat: no-repeat;
	background-size: cover;
}
.btn-hover-slide-white:hover:before, .btn-hover-slide-blue:hover:before{
    left: 0;
    width: 100%;
}
.btn-hover-slide-blue:hover{
    color: #2690c4 !important;
    border:  1px solid #2690c4;
}
.btn-hover-slide-blue:before {
    height: 100%;
}
#section-nav{
    z-index: 1;
}
.text-right{
    text-align: right;
}
#services-coaching .chat + div, #services-talent-management .talent + div, #services-data-analytics .data + div {
    padding-left: 50px !important;
}
.testimonial-left img{
    right: -1042px !important;
    width: 1044px;
}
#section-nav.nav-pills .nav-link{
    padding: 15px !important;
	font-size: 35px;
}
.right-grey-line {
    top: -60px;
    left: -50px;
    width: auto;
    transform: none;
}
.data .double-arrow {
        left: 200px;
}
#services-wrap .btn-hover-slide-white{
    position: absolute;
}
#home-header{
	height: 100vh;
}
.single-case_studies .content-area h3{
	font-size: 32px !important;
}
.contact-dd select{
   background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%);
    background-position: calc(100% - 25px) calc(1em + 1px), calc(100% - 12px) calc(1em + 1px), calc(100% - 1.5em) -0.5em;
    background-size: 14px 11px, 14px 12px, 12px 10.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
}
.consulting .double-arrow, .talent .double-arrow, .creative .double-arrow{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -130px;
    left: 250px;
}
.talent .double-arrow{
   top: -90px;
    left: 180px;
}
.creative .double-arrow {
    top: -540px;
	left: -147px;
}
.round_display_left h2, .round_display_left p{
    display: none;
}
.round_display_left p.round_display_p{
    display: block;
}
#service-intro-dot{
    position: absolute;
    z-index: 1010;
    top: 22px;
    left: 10px;
}
.services_trainning_wraper p{
    margin-bottom:50px !important;
}
.page-template-page-services header.entry-header{
    background: linear-gradient(45deg, rgba(38, 144, 196, 0.8), rgba(97, 27, 123, 0.8), rgba(189, 24, 95, 0.8)), url('https://rpc.fatfreeclients.com/wp-content/uploads/2022/04/home-hero-01.png');
}
.story_span, .story_span_right{
    position: relative;
}
.story_span .left-grey-line {
    top: -3px;
    left: -110px;
}
.story_span_right .left-grey-line {
    top: -4px;
    left: 122px;
}
.story_span .left-grey-line img{
    width: 100px;
}
#nav-main ul li a{
    color: #fff !important;
    font-size: 22px !important;
    position: relative;
}
.home.scroll #logo-link #logo-img{
        width: 105px;
}
#home-header-center-content a#home-cta{
    font-size:24px !important;
}
#home-callouts .frontpage-quote h3{
    font-size:32px !important;
}
#home-callouts a,
#services-wrap a,
#contact-form input.btn-submit,
.service-right a,
.cp-page-content a{
    font-family: 'Myriad Pro Bold' !important;
}
#portfolio-data-analytics img{
    width:100% !important;
}
footer span a{
    text-transform: capitalize;
}
#contact-form form input, #contact-form form select{
    height:  50px;
        margin-bottom: 21px;
}
#contact-form form input.btn-submit{
        padding: 0 35px;
    height: 45px;
	    line-height: 41px;
}
#services-wrap .creative .small-arrow, #services-wrap .data .small-arrow{
    display: none;
}
#services-wrap .grey-line-connecting{
    text-align: right;
    position: relative;
    left: -159px;
    top: -30px;
}
.cp-heading i{
    font-size: 90px;
    color: #2690c4;
    margin-right: 10px;
    margin-top: -37px;
}
.cp-testimonial-single h3{
    font-size: 32px;
}
.leader_img_title h2{
    display: none;
}
.service-right h4{
    font-size: 36px;
    text-transform: lowercase;
}
.service-right p {
    margin-bottom: 35px;
}
.service-right .card h5{
    font-size: 22px;
    margin-bottom: 4px;
}
.service-right .card p {
    margin-bottom: 21px;
}
.cp-testimonial-single p{
    font-size: 14px;
	line-height: 21px;
}
.single-services .service-right .card p{
	font-size: 16px;
	line-height: 25px;
}
.service-right .hr-overflow-left {
    padding: 0 0 30px 0 !IMPORTANT;
}
.service-left h2{
    font-size: 36px;
    line-height: 46px;
}
.service-left .wwd-content, .service-right p{
    font-size: 22px;
    line-height: 34px;
}
.cp-row-wrap {
    padding-top: 95px !important;
}
#home-callouts{
    overflow: hidden;
}
.service-right .arrows-down-left{
    background-size: 50%;
}
#section-nav{
    top: 20vh;
	padding: 0;
}
.cp-heading{
    display: flex;
    padding-bottom: 25px;
    align-items: baseline;
}
.cp-heading h1{
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 0;
    text-transform: lowercase;
}
.arrows-down-center {
    background-size: 47%;
}
.service_head_left, .service_head_right {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.coach .double-arrow{
    top: -116px;
    left: 230px;
}
.service_head_left h2, .service_head_right h2{
    color:  #000;
    padding-left: 10px;
    font-size: 52px;
    text-align: left;
}
.service_head_left i, .service_head_right i{
    font-size: 75px;
}
.chat .double-arrow{
    left: 230px;
}
.left-grey-line {
    top: -30px;
    left: 15px;
    width: auto;
}
.service-right .card-text{
    margin: 0;
}
.right-grey-line img, .left-grey-line img{
    width:  auto;
}
.consulting .double-arrow{
	top: -122px;
}
#services-training .lead, #services-coaching .lead, #services-consulting .lead, #services-talent-management .lead, #services-creative .lead, #services-data-analytics .lead {
    font-size: 27px;
    line-height: 40px;
    padding-top: 15px;
}
#portfolio-coaching .services-icon, #portfolio-talent-management .services-icon, #portfolio-data-analytics .services-icon{
    color:  #fff;
}
.page-template-page-services main#main {
    overflow-x: hidden;
}
.offcanvas button .fa-bars{
    visibility: hidden;
}
.offcanvas button span .fa-xmark{
    font-size: 32px;
}
.offcanvas-header button {
    margin-bottom: 0;
}
#off-the-shelf .right-grey-line {
    position: relative;
    top: -50px;
    right: auto;
    left: auto;
    width: auto;
}
.service-sub h3{
    font-size: 32px;
}
#services-wrap .lead{
    font-size: 22px;
    line-height: 32px;
    font-weight: normal;
}
#home-header-center-content h2{
   font-size: 44px;
}
#about_feature{
    width: 595px;
}
#about_circle{
    background: linear-gradient(48deg, rgb(38 144 196 / 80%), rgb(97 27 123 / 80%), rgb(189 24 95 / 80%)) !important;
    height: 410px !important;
    width: 410px !important;
	right: -27px !important;
}
.round_display_left p{
	font-size: 22px;
}
#about_feature{
    width: 580px !important;
    height: 490px !important;
}
#about-content {
    width: 235px !important;
    left: 91px !important;
    top: 52px !important;
}
#about-content div{
    font-size: 19px;
    font-weight: lighter;
}
#about-holistic.nav-active:before, #about-performance.nav-active:before, #about-inspirational.nav-active:before, #about-curiosity.nav-active:before, #about-success.nav-active:before, #about-inclusion.nav-active:before {
    content: "";
    width: 206px;
    height: 165px;
    background: url(/media/2022/08/holistic-line.png);
     top: -110px;
    background-repeat: no-repeat !important;
    right: 0px;
    position: absolute;
    left: 4px;
    z-index: -3;
}
#about-inclusion.nav-active:before{
	background: url(/media/2022/08/inclusion-line.png); 
	width: 127px;
    height: 336px;
    left: 2px;
    top: -291px;
}
#about-inclusion{
	top: 49% !important;
    margin-left: 149px !important;
}
#about_circle:after{
	width: 417px !important;
	height: 417px !important;
}
#about-performance.nav-active:before{
    background: url("/media/2022/08/performance-line.png");
       width: 265px;
    height: 68px;
    left: 6px;
    top: -22px;
}
#about-content div{ 
	    transform: translateY(29px) !important;
}
#about-success.nav-active:before{
    background: url("/media/2022/08/success-line.png");
       width: 177px;
    height: 246px;
    left: 15px;
    top: -202px;
}
#about-success {
       top: 40% !important;
    margin-left: 88px !important;
}
#about-inspirational.nav-active:before{
    background: url("/media/2022/08/inspirational-line.png");
    width: 226px;
    height: 56px;
    left: 2px;
    top: 41px;
    background-position: right;
}
#about-curiosity.nav-active:before{
    background: url("/media/2022/08/curiosity-line.png");
    width: 121px;
    height: 135px;
    left: -1px;
       top: 98% !important;
}
#about-performance {
        top: 22% !important;
    margin-left: 6px !important;
}
#section-nav.nav-pills .nav-link{
	border-radius: 0;
}
#about-holistic {
  top: 30% !important;
    margin-left: 72px !important;
}
#about-inspirational {
     top: 12% !important;
    margin-left: 54px !important;
}
#about-curiosity {
      top: 4% !important;
    margin-left: 163px !important;
}
#about-content h3{
    font-size: 48px;
    text-transform: lowercase;
}
#services-wrap h5{
    font-size: 24px;
}
#services-wrap p, #contact-form p{
    font-size: 14px;
}
#home-callouts h1, #contact-form h1, #services-wrap h1{
    font-size: 54px;
}
#home-callouts p, #contact-form p.lead{
    font-size: 22px;
}
#contact-form p.lead{
    margin-bottom: 30px;
}
.page-template-page-services header h1, .services_trainning_wraper h1, h1.cp-heading, .about_wrapper h1, .our_leadership_title, #portfolio-training h1{
    font-size: 52px;
}
.round_multi_section h1{
    font-size: 51px;
}
.services_trainning_wraper p{
    font-size: 24px;
}
.page-template-page-services header p, .about_wrapper p{
    font-size: 22px;
}
.services_trainning_wraper div.col-12{
    max-width: 625px;
    margin-left: 180px;
}
#portfolio-training h5, #portfolio-data-analytics h5{
    font-size: 32px;
    margin-bottom: 22px;
}
#services-coaching .border-end, #services-talent-management .border-end, #services-data-analytics .border-end{
    border: none !important;
}
#portfolio-training .lead, #portfolio-talent-management .lead, #portfolio-consulting .lead, #portfolio-creative .lead{
    position: relative;
    margin-bottom: 30px;
}
#portfolio-creative .front-page-double-arrow, #portfolio-training .front-page-double-arrow, #portfolio-talent-management .front-page-double-arrow, #portfolio-consulting .front-page-double-arrow{
    top: 60px;
    right: 0;
    margin: 0 auto;
}
#portfolio-consulting .cons_left, #portfolio-creative .cons_left{
    order: 1;
}
.page-template-page-services header h2{
    font-size: 22px;
    line-height: 32px;
    padding-left: 33px;
}
.btn-hover-blue:before{
    background-color: #2690c4 !important;
}
.btn-hover-blue:hover{
    color: #fff !important;
    border: 2px solid #2690c4;
}
.leadership_wrapper h2{
    font-size: 26px;
    margin-bottom: 15px;
}
.linkdin-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 480px;
}
.linkdin-btn svg path {
    fill: #2690c4;
}
.linkdin-btn svg {
    font-size: 30px;
    margin-left: 4px;
}
.up-arrow_vp img{
   transform: rotate(270deg);
    position: absolute;
    top: -160px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.leadership_wrapper p{
    margin-bottom: 25px;
    line-height: 27px;
    max-width: 480px;
    font-size: 16px;
}
.up-arrow_vp{
    position: relative;
}
.training-page-double-arrow{
    position: relative;
    top: -50px;
    margin: 0 auto;
}
.services_trainning_wraper p{
    margin-left:50px !important;
}
.ct-trainings-headings{
    margin-top:80px;
    align-items:start !important;
}
.ct-trainings-headings h3{
    margin-top:20px !important;
}
.ct-trainings-headings p {
    font-size:22px !important;
}
.ct-trainings p {
    font-size:16px !important;
}
.ct-trainings img{
    margin-bottom:30px;
}
.testimonial p{
    font-size:14px;
}
.cp-page-content{
        width: 80%;
    position: relative;
}
.cp-page-content .training-arrow{
    position: absolute;
    right: -50px;
    top: -50px;
}
.cp-page-content .training-line{
    position:absolute;
    top:-55px;
}
.service-sub{
    background-repeat: no-repeat;
    background-size: cover;
}
#about_feature .about_value{
    color: rgb(255 255 255 / 30%);
    font-size: 29px;
    font-family: "Roboto Condensed", sans-serif !important;
    font-weight: 900 !important;
}
#portfolio-coaching .lead {
    position: relative;
    max-width: 490px;
}
#portfolio-coaching .lead .front-page-double-arrow, #portfolio-data-analytics .lead .front-page-double-arrow{
    top: -66px;
    left: auto;
    transform: unset;
    right: -170px;
}
.services-template-default #contact-form .btn_submit_style p .btn-submit{
	color: #fff;
	    background-color: #2690c4;
}
.services-template-default .btn_submit_style .btn-content-send:before{
	background-color: #fff;
}
.services-template-default #contact-form .btn_submit_style p .btn-submit:hover{
	color: #2690c4;
}
#portfolio-data-analytics .lead{
    max-width: 403px;
    position: relative;
}
#portfolio-data-analytics .left-grey-line{
    display: none;
}
.about_value{
	position: relative !important;
	z-index: 999;
}
#portfolio-data-analytics .story_span_right{
    padding-left: 165px;
}
#portfolio-data-analytics .border-start .w-100 {
    width: auto !important;
}
#portfolio-coaching h5{
    text-align: right;
    padding-top: 45px;
    font-size: 32px;
    padding-bottom: 10px;
}
#portfolio-talent-management .border-start, #portfolio-data-analytics .border-start{
    border: none !important;
}
#portfolio-talent-management .border-start h5{
    text-align: right !important;
}
#portfolio-coaching .btn-white-hover:hover, #portfolio-talent-management .btn-white-hover:hover, #portfolio-data-analytics .btn-white-hover: hover{
    background-color: transparent !important;
    border:  2px solid #fff !important;
}
#portfolio-coaching .btn-white-hover:before, #portfolio-talent-management .btn-white-hover:before, #portfolio-data-analytics .btn-white-hover:before {
    height: 100%;
}
#portfolio-data-analytics .story_span .left-grey-line img{
    width: 100px !important;
}
#portfolio-data-analytics .story_span_right img{
    width: auto !important;
}
#portfolio-creative .lead{
    margin-bottom: 124px;
}
#portfolio-consulting .lead{
    margin-bottom: 157px;
}
#portfolio-consulting .front-page-double-arrow, #portfolio-creative .front-page-double-arrow{
    transform: rotate(270deg);
}
#portfolio-consulting h5, #portfolio-creative h5, #portfolio-talent-management h5{
    font-size: 32px;
}
#portfolio-consulting .text-right, #portfolio-creative .text-right{
    text-align: left !important;
}
.about_wrapper figure {
  height: 100% !important;
}
.about_wrapper figure img {
  height: 85%;
  object-fit: cover;
}
.bg-img-dark {
  background: url("http://rpcamerica.com/media/2022/08/value_and_aproach_bg.jpg") !important;
  background-size: cover;
  background-blend-mode: luminosity;
}
.leader_vice_president_tina {
  margin-top: 60px;
}
.leadership_wrapper .up-arrow_vp img {
  top: -180px !important;
}
#about_feature .nav-active {
  color: #fff !important;
}
#contact-form form input,
#contact-form form select {
  font-weight: 500 !important;
}
.cp-case-study-head div.col-12 {
  max-width: 850px !important;
}
.cp-case-study-head p {
  width: 400px;
  margin-left: 150px !important;
}
.single-case_studies .service-left h2,
.single-case_studies .service-right h2 {
  line-height: 62px !important;
  font-size: 52px !important;
  margin-bottom: 30px;
}

.single-case_studies .service-left p,
.single-case_studies .service-right p {
  font-size: 22px;
  line-height: 31px;
  font-weight: 300;
}
.single-case_studies .service-right h3 {
  font-size: 32px !important;
  margin-bottom: 0 !important;
}
.single-case_studies .cs_double_arrow {
  width: 136px;
  margin-left: 280px;
  transform: rotate(90deg);
  margin-top: -50px;
  margin-bottom: -30px;
}
.single-case_studies .cp-social-icon svg {
  margin-left: 15px;
  margin-right: 15px;
  height: 2rem;
}
.cp-social-icon {
  margin-top: 20px !important;
}
.single-case_studies .cp-social-icon li {
  background: #fff;
}
.single-case_studies hr {
  position: relative;
  top: -35px;
  z-index: -1;
}
.single-case_studies .cp-imp-main .css_left {
  width: auto;
  position: absolute;
  height: auto;
  left: -760px;
  top: 50px;
}
.single-case_studies .cp-imp-main .css_right {
  width: auto;
  position: absolute;
  height: auto;
  right: -20px;
  top: -40px;
}
.impact-right h2 {
  font-size: 52px;
}
.cp-imp-main p,
.impact-right p {
  font-size: 22px;
  line-height: 31px;
  font-weight: 300;
}
.single-case_studies .testimonial h3 {
  font-size: 32px;
}
.cp-imp-main h1 {
  font-size: 72px;
}
.cp-imp-main {
  height: 100%;
}
/* .single-case_studies .bg-dark {
  overflow-x: hidden;
} */
.single-case_studies .cp-imp-main div {
  position: relative;
}
.services-icon-mobile, .title_mobile{
	display: none;
}
.contact_mobile_num{
	color:#000;
	font-size:14px;
}
.story_span .left-grey-line img{
	width: 300px !important;
}
.story_span .left-grey-line {
	left: -320px;
}
.story_span_right .left-grey-line img{
	width:500px !important;
	    height: 1px;
}
#services-wrap{
	overflow-x:hidden;
}
#portfolio-data-analytics .border-start h5{
	width:440px;
	text-align:right;
}
#portfolio-data-analytics h5{
	width:400px;
}
#services-training .lead,#services-coaching .lead,#services-consulting .lead,#services-talent-management .lead,#services-creative .lead,#services-data-analytics .lead{
	font-size: 32px;
	line-height:41px;
	font-weight: 300;
	text-align: right;
	padding-left:40px;
	padding-bottom: 45px !important;
}
.cp-previous-post p
{
	font-size:18px;
	font-weight:300;
	margin-left: 40px;
}
.cp-next-post p {
	font-size:18px;
	font-weight:300;
	margin-right: 40px;
}
.cp-previous-post h4 a,
.cp-next-post h4 a{
    font-size: 32px;
	color:#000;
}
.cp-imp-main div.align-self-end{
	margin-top: 100px;
}
.single-case_studies .cp-imp-main .css_right {
	width: 100%;
	right: -150px;
	top: -70px;
}
.single-case_studies .cp-imp-main .css_left {
    left: -780px;
}
.impact_wrapper{
	overflow-x:hidden;
}
.cons_right{
	align-self:end;
}
.cons_right div{
	margin-bottom:0 !important;
}
#portfolio-coaching .border-start{
	border:none !important;
}
#portfolio-training .lead,#portfolio-coaching .lead,#portfolio-consulting .lead ,#portfolio-talent-management .lead, #portfolio-creative .lead , #portfolio-data-analytics .lead{
	font-weight: 300 !important;
}
.round_display_left img{
	float:right;
}
#portfolio-training .front-page-double-arrow{
	top: 20px;
}
#portfolio-creative .front-page-double-arrow{
	top: 70px;
}
#about_circle{
	background: transparent !important;
	z-index: 2;
}
#portfolio-talent-management .border-start .text-center{
	text-align: right !important;
	padding-right: 120px;
}
#about_circle:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: linear-gradient(60deg, #2890c5 0%, #602a7b 51%, #bf1e61 100%);
	border-radius: 50%;
	z-index: -1;
	    opacity: 0.5;
}
.single-services .testimonial{
	max-width: 510px;
}
.cp-previous-post p
{
	font-size:18px;
	font-weight:300;
	margin-left: 40px;
}
.cp-next-post p {
	font-size:18px;
	font-weight:300;
	margin-right: 40px;
}
.cp-previous-post h4 a,
.cp-next-post h4 a{
    font-size: 32px;
	color:#000;
}
.cp-imp-main div.align-self-end{
	margin-top: 100px;
}
.single-case_studies .cp-imp-main .css_right {
	width: 100%;
	right: -150px;
	top: -70px;
}
.single-case_studies .cp-imp-main .css_left {
    left: -780px;
}
.impact_wrapper{
	overflow-x:hidden;
}
.cons_right{
	align-self:end;
}
.cons_right div{
	margin-bottom:0 !important;
}
#portfolio-coaching .border-start{
	border:none !important;
}
#portfolio-training .lead, #portfolio-coaching .lead, #portfolio-consulting .lead, #portfolio-talent-management .lead, #portfolio-creative .lead, #portfolio-data-analytics .lead{
	font-weight: 300 !important;
}
.round_display_left img{
	float:right;
}
h1.our_leadership_title {
    max-width: 595px;
    margin: 0 auto;
    text-align: left;
}
.page-template-page-services .testimonial-left {
    max-width: 550px;
    margin: 0 auto;
}
.service-home{
	overflow-x: visible !important;
}
#services-coaching .lead,
 #services-talent-management .lead,
 #services-data-analytics .lead {
	    text-align: left;
}
#services-talent-management .service_head_right,
#services-coaching .service_head_right,
#services-data-analytics .service_head_right {
	margin-left:40px ;
}
.page-template-page-services .service-sub .testimonial-left{
	max-width: 650px;
	margin: 0 auto;
}
#services-training{
	overflow-x:hidden;
}
#services-training .left-grey-line,
#services-consulting .left-grey-line,
#services-creative .left-grey-line{
	width:100%;
	top: -60px;
	left: -225px;
}
#services-training .left-grey-line img ,
#services-consulting .left-grey-line img,
#services-creative .left-grey-line img{
width: 600px;
}
.single-services .service-left p{
	font-size: 16px;
}
.single-services h1{
	font-size: 52px;
}
.single-services h3{
	font-size: 36px;
}
.single-services .testimonial h2{
	font-size: 36px;
}
.single-services .testimonial {
	max-width: 650px;
}
.single-services .arrows-down-center,
.single-services .arrows-down-left{
	height:160px;
}
.single-services .card .card-body{
	padding-left:30px;
}
.single-services .card {
	margin-bottom:50px !important;
}
.single-services .service-left .wwd-content{
    font-size: 22px;
}
.btn_submit_style .btn-content-send {
    position: relative;
    width: 141.41px;
    height: 45px;
	display: inline-block;
	z-index: 0;
}
.btn_submit_style .btn-content-send{
	transition: all 0.3s;
	color: #fff;
    background-color: #2690c4;
}
.btn_submit_style .btn-content-send:hover{
	color: #2690c4;
}
.btn_submit_style .btn-content-send:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    width: 0;
    height: calc(100% + 0px);
    -webkit-transform-origin: center;
    transform-origin: center;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: -1;
    border-radius: 8.25rem;
}
.btn_submit_style .btn-content-send:hover:before {
    left: 0;
    width: 100%;
}
#mobile_video{
	display: none;
}
.video_wrap{
	position: relative;
}
#video-header{
	position: absolute;
    background: transparent !important;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
}
#desktop_video{
	height: auto;
	width: 100%;
}
.single-case_studies .content-area h3{
	font-size: 32px !important;
}
footer .bootscore-footer .navbar div div{
	display:flex;
}
footer .bootscore-footer #footer_social_menu{
	display:flex;
	list-style:none;
	justify-content: flex-end;
}
footer .bootscore-footer #footer_social_menu li{
	list-style:none !important;
}
footer .bootscore-footer #footer_social_menu li a{
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
}
footer .bootscore-footer #footer_social_menu li a svg{
	height: 30px;
}
.single-services .service-right p{
	font-size:16px;
	line-height: 26px;
}
.service-right .card-body {
    padding: 0px 5px 15px 10px;
}
.single-case_studies .service-right p strong{
	font-weight:600 !important;
}
.text-md-start #footer_social_menu li{
	position: relative
}
.text-md-start #footer_social_menu li:first-child:after{
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #fff;
	right: 0;
	content: "";
	top: 50%;
    transform: translateY(-50%);
}
.service-right .card-body a{
	color: #000;
}
.single-services .service-right .card a:nth-child(2) {
    font-family: "Roboto", sans-serif !important;
}
.btn_submit_style .btn-content-send:focus {
    border-radius: 2em;
}
#contact-form form .row div{
	position: relative;
}
#contact-form form .row div .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -32px;
    font-size: 12px;
}
#contact-form form .wpcf7-response-output{
	margin: 0em 0.5em 0em;
}
.single-services .service-right .hr-overflow-left{
	padding: 0 0 100px 0 !IMPORTANT;
}
.single-services .service-right .arrows-down-left{
	padding-top:200px;
	padding-bottom:150px;
}
.page-template-page-services .service-sub .testimonial-left{
	margin-bottom:30px;
}
#about_feature .about_value {
	font-size: 30px;
}
#contact-form  .btn_submit_style p .btn-submit{
	font-family: 'Myriad Pro Bold' !important;
	border: 1px solid #2690c4 !important;
}
#contact-form  .btn_submit_style p .btn-submit:hover{
	border: 1px solid #2690c4 !important;
}
.home #page{
	padding-top: 0 !important;
}
.home .fixed-top{
	background-color: rgba(0,0,0,0) !important;
}
.home.scroll .fixed-top{
	background-color: rgba(0,0,0,1) !important;
}
.cp-case-navigation .cp-previous-post span,
.cp-case-navigation .cp-next-post span{
	text-transform: capitalize;
	font-family: "Roboto Condensed", sans-serif !important;
	font-weight: 900 !important;
}
/* Responsive-Start */
@media screen and (min-width:991px){
		#nav-main .navbar-nav .mobile_menu,
	#nav-main #social_menu{
		display:none
	}
}
@media only screen and (max-width: 1500px){
    .front-page-double-arrow{
       left: -21px;
    }
    .left-grey-line {
       left: 25px;
    }
    .right-grey-line {
        top: -57px;
    }
}

@media only screen and (max-width: 1400px){
	.single-case_studies .cp-imp-main .css_right {
		right: -100px;
		top: -80px;
	}
    .left-grey-line{
        left: -45px;
    }
    .coach .double-arrow img, .chat .double-arrow img, .consulting .double-arrow img, .talent .double-arrow img, .creative .double-arrow img, .data .double-arrow img {
        width: 77%;
    }
    .chat .double-arrow{
       top: -75px;
    left: 180px;
    }
	.consulting .double-arrow {
    top: -102px;
    left: 190px;
}
    .talent .double-arrow {
           top: -79px;
    left: 167px;
    }
    .creative .double-arrow {
       top: -480px;
    left: -169px;
    }
    .data .double-arrow {
      left: 150px;
        top: -93px;
    }
    .right-grey-line{
        left: -76px;
    }
    .page-template-page-services header h1, .services_trainning_wraper h1, h1.cp-heading, .about_wrapper h1, .our_leadership_title, .round_multi_section h1, #portfolio-training h1, #home-callouts h1, #services-wrap h1 {
        font-size: 48px;
    }
    #portfolio-training .ps-5 img {
        width: 100%;
    }
    #portfolio-training .story_span_right img{
        width: auto;
    }
    .about_wrapper p, .round_display_left p {
        font-size: 20px;
    }
    .service_head_left h2, .service_head_right h2{
        font-size: 44px;
    }
    #services-wrap .lead {
        font-size: 22px;
    }
    .service-right .card-body{
        padding: 0px 5px 15px 10px;
    }
    .service-right .card h5 {
        font-size: 20px;
    }
    .service-right .card p {
        margin-bottom: 10px;
    }
    .service-left .wwd-content, .service-right p {
        font-size: 21px;
        line-height: 33px;
    }
    .service-left h2 {
        font-size: 32px;
        line-height: 44px;
    }
    .service-right h4 {
        font-size: 32px;
    }
    .cp-testimonial-single h3 {
        font-size: 28px;
    }
    .training-page-double-arrow {
        top: -50px;
    }
    .ct-trainings-headings{
        margin-bottom:0 !important;
    }
    .cp-page-content {
        width: 90%;
    }
    .cp-page-content .training-line {
        left:-50px;
    }
    .story_span_right .left-grey-line{
        z-index: 11;
    }
    #portfolio-training .front-page-double-arrow img, #portfolio-talent-management .front-page-double-arrow img, #portfolio-consulting .front-page-double-arrow img{
        width: 110px;
    }
    #portfolio-training .front-page-double-arrow, #portfolio-talent-management .front-page-double-arrow, #portfolio-consulting .front-page-double-arrow {
        top: 121px;
    }
    #portfolio-coaching .lead{
        max-width: 452px;
    }
    #portfolio-coaching .lead .front-page-double-arrow img{
        width: 110px;
    }
    #portfolio-coaching .lead .front-page-double-arrow{
        top: -26px;
        right: -150px;
    }
    #portfolio-consulting .cons_right img, #portfolio-creative .cons_right img{
        width:  100%;
    }
    #portfolio-consulting .front-page-double-arrow {
        top: 51px;
    }
    #portfolio-consulting .lead {
        margin-bottom: 97px;
    }
    #portfolio-creative .lead {
        margin-bottom: 94px;
    }
    #portfolio-data-analytics .front-page-double-arrow img{
        width: 100px !important;
    }
    #portfolio-data-analytics .lead .front-page-double-arrow {
        right: -130px;
    }
    .single-case_studies .service-left h2,
  .single-case_studies .service-right h2 {
    line-height: 54px !important;
    font-size: 44px !important;
  }
  .impact-right h2 {
    font-size: 48px;
  }
  .cp-imp-main h1 {
    font-size: 48px;
  }
	.single-case_studies .cp-imp-main .css_right {
		right: -100px;
		top: -80px;
	}
	.coach .double-arrow {
    top: -96px;
    left: 170px;
}
	.service-home .lead{
		    padding-left: 10px !important;
	}
	#portfolio-data-analytics .story_span_right {
    padding-left: 235px;
}
}

@media only screen and (max-width: 1200px){
	footer .navbar-dark div{
		justify-content: center;
    display: flex;
		flex-wrap: wrap;
	}
    .single-case_studies .cs_double_arrow {
    margin-left: 200px;
  }
  .cp-case-study-head div.col-12 {
    max-width: 700px !important;
  }
    .talent .grey-line-down {
        top: -413px;
    }
    .consulting .small-arrow {
        top: -400px;
    }
    #services-training .coach, #services-coaching .chat + div, #services-talent-management .talent + div, #services-data-analytics .data + div, #services-consulting .consulting, #services-creative .creative  {
        width: 50%;
    }
    .creative .double-arrow {
        top: -460px;
        left: -89px;
    }
    #services-wrap .grey-line-connecting{
        left: -569px
    }
    .page-template-page-services header h2{
        padding-left: 56px;
    }
    .cp-heading{
        padding-bottom: 18px;
    }
    .training-page-double-arrow {
        top: -40px;
        width: 90px;
    }
    .ct-trainings-headings p {
        font-size: 20px !important;
    }
    .cp-page-content {
        width: 95%;
    }
    .cp-page-content .training-line {
        left: -120px;
    }
    .about_wrapper, .round_multi_section, .leadership_main{
        padding-top: 0 !important;
    }
    .round_multi_section{
        padding-bottom: 0 !important;
    }
    #portfolio-coaching .lead .front-page-double-arrow {
        top: -20px;
        right: -114px;
    }
    #portfolio-talent-management .ps-5 img{
        width:  100%;
    }
    .story_span .left-grey-line img{
        width: 100px !important;
    }
	footer .bootscore-footer #footer_social_menu li a{
		    padding: 0 10px;
	}
    #portfolio-data-analytics h5, #portfolio-training h5, #portfolio-consulting h5, #portfolio-creative h5, #portfolio-talent-management h5, #portfolio-coaching h5{
        font-size: 28px;
    }
	.service-home .grey-line-down{
		    top: -374px;
	}
	#portfolio-data-analytics .story_span_right {
    padding-left: 315px;
}
	.cp-page-content .wp-block-image img{
		    max-width: 84%;
	}
	#about-performance.nav-active:after {
		left: -1px;
	}
	#about-performance {
		margin-left: 5px !important;
	}
}


@media only screen and (max-width: 1100px){
	.single-case_studies .cp-imp-main .css_right {
		top: -60px;
	}
	.single-case_studies .cp-imp-main .css_right {
		top: -60px;
	}
    div#home-header-center-content {
        width: 90%;
    }
    div#home-header-center-content h2{
        font-size: 36px;
        line-height: 52px;
    }
    .left-grey-line {
        left: -39px;
    }
    #home-callouts h1, #contact-form h1, #services-wrap h1 {
        font-size: 46px;
    }
    #services-wrap .lead {
        font-size: 20px;
        line-height: 31px;
    }
    .service-sub h3 {
        font-size: 28px;
        line-height: 42px;
    }
    .cp-heading i {
        font-size: 70px;
    }
    .cp-heading {
        padding-bottom: 8px;
    }
    .ct-trainings h3{
        font-size: 25px;
    }
    #portfolio-training{
        overflow-x: hidden;
    }
    #portfolio-data-analytics h5, #portfolio-training h5, #portfolio-consulting h5, #portfolio-creative h5, #portfolio-talent-management h5, #portfolio-coaching h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.story_span .left-grey-line {
    left: -110px;
}
}

@media only screen and (max-width: 1024px){
	.single-services .service-right .arrows-down-left {
    padding-top: 29px; 
	}
	#about-performance {
    margin-left: 8px !important;
    top: 23% !important;
}
	#about-holistic {
    top: 31% !important;
    margin-left: 71px !important;
}
	#about-success {
    top: 43% !important; 
	}
	#about-inclusion {
    top: 52% !important; 
	}
    header#home-header {
        height: 60vh;
    }
    .front-page-double-arrow {
        width: 96px;
        top: -170px;
    }
    #home-callouts{
        background-size: cover !important;
    }
    .cp-row-wrap {
        padding-top: 60px !important;
    }
    #off-the-shelf .right-grey-line{
        overflow: hidden;
    }
    .ct-trainings-headings {
        margin-top: 50px;
    }
    #about-content h3 {
        font-size: 42px;
    }
    #about_feature .about_value{
        font-size: 27px;
    }
    .services_trainning_wraper div.col-12 {
        margin-left: 50px;
    }
    #services-wrap .lead {
        font-size: 18px;
        max-width: 379px;
    }
    #portfolio-creative .front-page-double-arrow{
        top: 88px;
    }
    #portfolio-creative .lead {
        margin-bottom: 64px;
        max-width: 100%;
    }
    #portfolio-data-analytics .lead .front-page-double-arrow {
        right: -90px;
    }
	#about-success.nav-active:after {
		left: 0px;
	}
	#about-inspirational.nav-active:after {
		width: 83px;
		left: 148px;
	}
}

@media only screen and (max-width: 991px){
	footer .bootscore-footer .navbar div div, footer .bootscore-footer #footer_social_menu{
		justify-content: center;
	}
	.text-md-start #footer_social_menu li:first-child:after{
		height: 65%;
		top: 70%;
	}
	.round_display_left img{
		display: none;
	}
     .services_trainning_wraper div.col-12 {
        margin-left: 0;
    }
	#nav-main ul li a{
		display: inline-block;
	}
    .talent .grey-line-down{
        display: none;
    }
    .chat .small-arrow {
       top: -46px;
    }
    .small-arrow img {
        width: 27px;
    }
    #nav-main .header-actions{
        width: 100%;
        justify-content: flex-end;
    }
    footer .bootscore-footer .navbar-dark div:first-child span{
        display: block;
        margin-left: 0 !important;
        padding-top: 15px;
    }
    section#contact-form {
        padding: 0 !important;
    }
    .header-actions button svg path{
        fill: #fff !important;
    }
    .header-actions button, .header-actions button:active, .header-actions button:hover, .header-actions button:focus{
        color: #fff;
        border-color: #fff;
        padding: 5px 14px;
        box-shadow: none;
    }
    .header-actions button:hover{
        background-color: transparent;
    }
    .offcanvas-start{
        background-color: #000;
    }
    #services-training .coach, #services-coaching .chat + div, #services-talent-management .talent + div, #services-data-analytics .data + div, #services-consulting .consulting, #services-creative .creative, #services-data-analytics .data{
        width: 58.33333333%;
        padding: 0 10px !important;
    }
    .coach .double-arrow img, .chat .double-arrow img, .consulting .double-arrow img, .talent .double-arrow img, .creative .double-arrow img, .data .double-arrow img {
        display: none;
    }
    .border-end {
        border-right: none !important;
    }
    #services-training, #services-coaching, #services-consulting, #services-talent-management, #services-creative, #services-data-analytics{
        padding: 0 !important;
    }
    .service_head_left, .service_head_right{
        padding-top: 0;
    }
    #services-training .coach, #services-consulting .consulting, #services-creative .creative {
        margin-bottom: 15px;
    }
    #services-coaching .chat + div, #services-talent-management .talent + div, #services-data-analytics .data + div{
        margin-top: 15px;
    }
    #services-coaching .chat + div, #services-talent-management .talent + div, #services-data-analytics .data + div, #services-coaching .chat, #services-talent-management .talent{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    #home-callouts h1, #contact-form h1, #services-wrap h1, h1.cp-heading, .about_wrapper h1, .our_leadership_title, .round_multi_section h1  {
        font-size: 41px;
    }
    #services-wrap .grey-line-connecting {
        left: -379px;
    }
    .service_head_left i, .service_head_right i {
        font-size: 70px;
    }
    .arrows-down-center {
        background-size: 63%;
    }
    .service-right .card .row{
        flex-wrap: wrap;
    }
    .service-right .card .row div{
        width: 100%;
    }
    .service-right .arrows-down-left{
        background-size: 80%;
    }
    .cp-page-content .training-line {
        top: -20px;
        left: 0;
        width: 400px;
    }
    .cp-page-content {
        width: 100%;
    }
    .ct-trainings-headings h3 {
        margin-top: 0 !important;
    }
    .ct-trainings-headings p {
        font-size: 18px !important;
    }
    .training-page-double-arrow {
        top: -20px;
        width: 70px;
    }
    .ct-trainings img {
        margin-bottom: 0px;
    }
    .about_wrapper .px-5 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .leadership_wrapper .col-12{
        width: 100% !important;
    }
    .leadership_wrapper h2{
        display: none;
    }
    .leader_img_title h2{
        display: block;
        padding: 15px 0 0 15px;
    }
    .leader_img_title {
        display: flex;
        order: -1;
    }
    .leader_img_title img {
        max-width: 210px;
    }
    .leadership_wrapper p{
        max-width: 100%;
    }
    .up-arrow_vp img {
        transform: rotate(90deg);
        top: -510px;
        right: 50px;
        left: auto;
    }
    .round_display_left h2, .round_display_left p{
        display: block;
    }
    #about_feature{
        display: none;
    }
    .round_display_left{
        width: 100%;
        padding: 0 15px !important;
    }
    .round_display_left h2 {
        font-size: 30px;
        margin-bottom: -18px;
    }
    .round_display_left p {
        margin-bottom: 35px;
    }
    .round_display_left p:last-child {
        margin: 0;
    }
    #portfolio-coaching img, #portfolio-data-analytics .border-start .w-100{
        width: 100% !important;
    }
    #portfolio-data-analytics .col, #portfolio-training .col, #portfolio-consulting .col, #portfolio-creative .col, #portfolio-talent-management .col, #portfolio-coaching .col{
        width: 100% !important;
        padding: 0 !important;
    }
    #portfolio-training .lead{
        max-width: 80%;
        margin-bottom: 0;
        padding-bottom: 15px !important;
    }
    #portfolio-training .front-page-double-arrow{
            top: 16px;
    right: auto;
        left: 313px;
    }
    #portfolio-training .ps-5{
        padding: 0 !important;
    }
    #portfolio-training .ps-5 img, #portfolio-training .border-start img, #portfolio-coaching img, #portfolio-consulting img, #portfolio-talent-management img, #portfolio-creative img, #portfolio-data-analytics img, #portfolio-data-analytics .border-start .w-100{
        width: 50% !important;
    }
	#portfolio-training .display-1 i, #portfolio-talent-management .display-1 i, #portfolio-consulting .display-1 i, #portfolio-coaching .display-1 i, #portfolio-data-analytics .display-1 i, #portfolio-creative .display-1 i{
		display: none;
	}
    .services-icon-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .services-icon-wrapper i{
        font-size: 70px;
        color: #2690c4;
    }
    .story_span .left-grey-line{
        display: none;
    }
    #portfolio-training h5, #portfolio-data-analytics h5{
        margin-bottom: 11px;
    }
    #portfolio-training .border-start, #portfolio-coaching .border-start, #portfolio-talent-management .border-start, #portfolio-creative .border-start, #portfolio-data-analytics .border-start {
        border: none !important;
        padding-top: 15px !important;
        margin-top: 45px !important;
    }
    #portfolio-training .border-start, #portfolio-coaching .border-start, #portfolio-talent-management .border-start, #portfolio-creative .border-start, #portfolio-data-analytics .border-start{
        position: relative;
    }
    #portfolio-training .border-start:after, #portfolio-coaching .border-start:after, #portfolio-talent-management .border-start:after, #portfolio-creative .border-start:after, #portfolio-data-analytics .border-start:after{
        position: absolute;
        content: "";
        background: #9a9a9a;
        width: 100%;
        height: 2px;
        top: -16px;
        left: 0;
        right: 0;
    }
    #portfolio-training .text-center, #portfolio-coaching .text-center, #portfolio-talent-management .text-center, #portfolio-talent-management .border-start h5, #portfolio-creative .border-start h5 h5, #portfolio-data-analytics .border-start, #portfolio-data-analytics .text-center{
        text-align: left !important;
    }
    #portfolio-coaching .services-icon-wrapper i, #portfolio-talent-management .services-icon-wrapper i, #portfolio-data-analytics .services-icon-wrapper i{
        color: #a4a4a4;
    }
	#portfolio-data-analytics .story_span_right {
    padding-left: 0;
}
	#portfolio-data-analytics .border-start h5 {
    width: auto;
    text-align: left;
}
    .about_wrapper p {
    font-size: 18px;
  }
	#portfolio-consulting .cons_left, #portfolio-creative .cons_left{
		order: 0;
	}
  .about_wrapper figure {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .single-case_studies .cs_double_arrow {
    width: 120px;
    margin-left: 100px;
    margin-bottom: -50px;
  }
  .single-case_studies .service-left p,
  .single-case_studies .service-right p,
  .cp-imp-main p,
  .impact-right p {
    font-size: 20px;
    line-height: 28px;
  }
  .service-left {
    padding-right: 2rem !important;
  }
  .service-right {
    padding-left: 2rem !important;
  }
	#portfolio-training .front-page-double-arrow img, #portfolio-talent-management .front-page-double-arrow img, #portfolio-consulting .front-page-double-arrow img, #portfolio-coaching .front-page-double-arrow img, #portfolio-data-analytics .front-page-double-arrow img, #portfolio-creative .front-page-double-arrow img{
		width: 110px !important;
	}
	#portfolio-training .lead, #portfolio-talent-management .lead, #portfolio-consulting .lead, #portfolio-coaching .lead,  #portfolio-data-analytics .lead, #portfolio-creative .lead{
		    font-size: 24px;
    line-height: 40px;
		    text-align: left;
    padding-left: 0;
		    padding-bottom: 0 !important;
		    max-width: 80%;
	}
	#portfolio-creative .lead{
		margin-bottom: 0;
	}
	#portfolio-coaching .lead .front-page-double-arrow, #portfolio-consulting .front-page-double-arrow, #portfolio-creative  .front-page-double-arrow, #portfolio-data-analytics .lead .front-page-double-arrow{
    top: 44px;
    right: 167px;
    transform: rotate(90deg);
}
	#portfolio-consulting .front-page-double-arrow {
    top: 16px;
       right: -165px;
	}
	#portfolio-data-analytics .lead .front-page-double-arrow {
    top: 14px;
	}
	#portfolio-creative .front-page-double-arrow{
		    top: 47px;
   right: -164px;
	}
	#portfolio-consulting .lead{
		margin-bottom: 3rem;
	}
	#portfolio-creative .text-center{
		text-align: left !important;
	}
	#portfolio-training .ps-5, #portfolio-talent-management .ps-5, #portfolio-consulting .ps-5, #portfolio-coaching .ps-5,  #portfolio-data-analytics .ps-5, #portfolio-creative .ps-5{
		padding-left: 0 !important;
	}
	#portfolio-data-analytics h5, #portfolio-training h5, #portfolio-consulting h5, #portfolio-creative h5, #portfolio-talent-management h5, #portfolio-coaching h5{
		text-align: left;
		padding-top: 0;
	}
	#portfolio-data-analytics .container.my-5, #portfolio-training .container.my-5, #portfolio-consulting .container.my-5, #portfolio-creative .container.my-5, #portfolio-talent-management .container.my-5, #portfolio-coaching .container.my-5{
		margin: 0 auto !important;
	}
	#portfolio-consulting h5, .cons_left a{
		display: none;
	}
	.title_mobile, #portfolio-consulting .title_mobile h5, .services-icon-mobile{
		display: block;
		padding: 0;
	}
	#portfolio-talent-management .lead{
		margin-bottom: 0;
	}
	#portfolio-talent-management .front-page-double-arrow{
		right: -165px;
		top: 8px;
	}
	.single-services .service-left .wwd-content, .single-services .service-right .card p, .single-services .service-left p{
    font-size: 19px;
}
	.round_right_section .wp-bootstrap-blocks-button{
		display: flex;
	}
	.linkdin-btn{
		max-width: 100%;
    justify-content: flex-start;
	}
	.leadership_wrapper .up-arrow_vp img {
    top: -600px !important;
}
	.leadership_main{
		text-align: left !important;
	}
	.cp-page-content {
		padding-right: 20px;
	}
	.cp-page-content .wp-block-image .alignright img {
    position: relative;
    right: 50px;
}
	.single-services .service-left p,
	.service-right .card p{
		font-size:unset !important;
	}
	#services-training .border-end, #services-consulting .border-end, #services-creative .border-end{
		    order: 1;
	}
	#services-wrap .lead {
		max-width: 100%;
		text-align: left !important;
	}
	#services-talent-management .service_head_right, #services-coaching .service_head_right, #services-data-analytics .service_head_right {
    margin-left: 0;
}
}

@media only screen and (max-width: 767px){
	.arr_main {
    width: 100%;
}
	.key_client_cls img{
		width: 75% !important;
	}
	.single-case_studies .cp-imp-main .css_left, .single-case_studies .cp-imp-main .css_right{
		display: none;
	}
	.service-left{
		display: flex;
		flex-wrap: wrap;
	}
	.service-left img:last-child{
		order: -1;
	}
	.leadership_wrapper .up-arrow_vp img {
    top: -510px !important;
}
	footer .bootscore-footer .navbar div div {
    flex-wrap: wrap;
}
	.single-case_studies .cp-imp-main .css_right {
    top: -30px;
    width: auto;
    right: 190px;
}
	.cp-imp-main div.align-self-end {
		margin-top: 0px;
	}
	.cp-next-post p {
		margin-right: 0px;
	}
	.cp-previous-post h4 a, .cp-next-post h4 a {
		font-size: 26px;
	}
	.cp-previous-post p {
		font-size: 16px;
		margin-left: 30px;
	}
	.cp-imp-main div.align-self-end {
		margin-top: 0px;
	}
	.cp-next-post p {
		margin-right: 0px;
	}
	.cp-previous-post h4 a, .cp-next-post h4 a {
		font-size: 26px;
	}
	.cp-previous-post p {
		font-size: 16px;
		margin-left: 30px;
	}
    div#home-header-center-content h2 {
        font-size: 32px;
    }
    .front-page-double-arrow {
        width: 108px;
    }
    .small-arrow img{
        display: none;
    }
    #home-callouts .py-5{
        padding: 0 !important;
    }
    #home-callouts img{
        display: none;
    }
    .frontpage-training {
        margin-left: 0 !important;
        padding-top: 25px;
    }
    .frontpage-about + div div:last-child{
        padding-top: 17px !important;
        width: 100%;
    }
    .frontpage-about + div div.pb-5:last-child {
        padding-bottom: 12px !important;
    }
    #section-nav.nav-pills .nav-link {
        padding: 10px !important;
    }
    .service_head_left h2, .service_head_right h2{
        font-size: 35px;
    }
    #services-training .lead, #services-coaching .lead, #services-consulting .lead, #services-talent-management .lead, #services-creative .lead, #services-data-analytics .lead {
        font-size: 25px;
        line-height: 39px;
    }
    #services-training .coach, #services-coaching .chat + div, #services-talent-management .talent + div, #services-data-analytics .data + div, #services-consulting .consulting, #services-creative .creative, #services-data-analytics .data, #services-coaching .chat{
        width: 100%;
    }
    #contact-form .ps-5{
        padding-left: 0 !important;
    }
    .page-template-page-services header .ms-5{
        margin-left: 0 !important;
    }
    .left-grey-line {
        left: 54px;
        top: -26px;
    }
    #services-training .lead, #services-coaching .lead, #services-consulting .lead, #services-talent-management .lead, #services-creative .lead, #services-data-analytics .lead {
        font-size: 22px;
        line-height: 35px;
        text-align: left !important;
    }
    #services-wrap .grey-line-connecting {
       left: -21%;
    }
    .page-template-page-services header h2 {
        padding-left: 16px;
    }
    .service-sub h3 {
        font-size: 24px;
        line-height: 40px;
    }
    .right-grey-line img, .left-grey-line img{
        display: none;
    }
    .service-right.border-start{
        border: none !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
    .service-left{
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
    }
    .arrows-down-center {
        background-size: 43%;
    }
    .service-left .wp-block-spacer{
        height: 0 !important;
    }
    .service-left h2 {
        font-size: 30px;
        line-height: 41px;
        padding-top: 10px;
    }
    .service-right {
        padding-top: 24px;
    }
    .service-right .card-body {
        padding: 5px 0px 5px 0px;
    }
    .service-right .hr-overflow-left{
        padding: 0 !important;
    }
    .service-right .arrows-down-left {
        background-size: 50%;
        background-position: center;
        margin: 0;
    }
    .cp-page-content .training-line {
        top: 0;
        width: 250px;
    }
    .ct-trainings-headings img{
        margin-bottom:20px;
    }
    .cp-page-content .training-arrow {
        right: -30px;
    }
    .about_wrapper .px-5{
        padding-bottom: 15px;
    }
    .leadership_wrapper .wp-bootstrap-blocks-row{
        padding-top: 15px !important;
    }
    .up-arrow_vp img{
        width: 90px;
        top: -457px;
    }
    .home .card-text{
        margin-top: 65px;
    }
    .home .service-card {
        min-height: 250px;
    }
    #home-callouts .frontpage-quote h3 {
        font-size: 28px !important;
    }
    .front-page-double-arrow{
        left: 50%;
        transform: rotate(90deg) translate(0, 25%);
    }
    .about_wrapper figure img {
    height: 100%;
    object-fit: unset;
  }
  .leader_img_title {
    align-items: center;
  }
  .leadership_wrapper h2 {
    font-size: 20px;
  }
  .single-case_studies .service-left h2,
  .single-case_studies .service-right h2 {
    line-height: 45px !important;
    font-size: 35px !important;
    margin-bottom: 10px;
  }
  .single-case_studies .service-left p,
  .single-case_studies .service-right p {
    font-size: 20px;
    line-height: 28px;
  }
  .single-case_studies .cs_double_arrow {
    width: 100px;
    margin-left: 200px;
  }
  .single-case_studies .site-content {
    padding-top: 0 !important;
  }
  .cp-case-study-head p {
    width: 100%;
    margin-left: 30px !important;
  }
  .cp-case-study-head div.col-12 {
    max-width: 100% !important;
  }
  .cp-imp-main {
    height: 100% !important;
  }
  .single-case_studies .service-right h3 {
    font-size: 28px !important;
  }
  .impact-right h2,
  .cp-imp-main h1 {
    font-size: 35px;
  }
  .single-case_studies .testimonial h3 {
    font-size: 28px;
  }
  .single-case_studies #contact-form {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .single-case_studies .service-left {
    padding-right: 1rem !important;
  }
	#portfolio-training .lead, #portfolio-talent-management .lead, #portfolio-consulting .lead, #portfolio-coaching .lead, #portfolio-data-analytics .lead, #portfolio-creative .lead {
    font-size: 22px;
		    max-width: 90%;
    line-height: 35px;
	}
	#portfolio-training .ps-5 img, #portfolio-coaching .ps-5 img, #portfolio-consulting .ps-5 img, #portfolio-talent-management .ps-5 img, #portfolio-creative .ps-5 img, #portfolio-data-analytics .ps-5 .w-100 {
    width: 60% !important;
}
	#portfolio-training .front-page-double-arrow img, #portfolio-talent-management .front-page-double-arrow img, #portfolio-consulting .front-page-double-arrow img, #portfolio-coaching .front-page-double-arrow img, #portfolio-data-analytics .front-page-double-arrow img, #portfolio-creative .front-page-double-arrow img {
    width: 100px !important;
}
	#portfolio-training .front-page-double-arrow {
    top: 52px;
	}
	#portfolio-coaching .lead .front-page-double-arrow{
		    top: 58px;
    right: 107px;
	}
	#portfolio-consulting .front-page-double-arrow {
    top: 22px;
    right: 85px;
}
	#portfolio-talent-management .front-page-double-arrow {
    right: -15px;
    top: 24px;
}
	#portfolio-creative .front-page-double-arrow {
    top: 55px;
    right: 78px;
}
	#portfolio-data-analytics .lead .front-page-double-arrow {
    top: 20px;
    right: 109px;
}
	#mobile_video{
		display: block;
		width: 100%;
		height: auto;
	}
	#desktop_video{
		display: none;
	}
	.page-template-page-services .service-sub .testimonial-left {
		margin-bottom: 0px;
	}
	.single-services .service-right .hr-overflow-left {
    padding: 0 0 10px 0 !IMPORTANT;
}
}

@media only screen and (max-width: 575px){
	.single-services .service-right .arrows-down-left {
		background-size: 250px;
		padding-top: 0;
	}
	footer .bootscore-footer #footer_social_menu li a{
		padding-left: 7px;
		padding-right: 7px;
	}
	.leadership_wrapper .up-arrow_vp img {
    top: -380px !important;
}
	.services-icon-wrapper i {
    font-size: 55px;
	}
	.single-case_studies .content-area h3 {
		font-size: 28px !important;
	}
	.cp-previous-post p {
		font-size: 16px;
		margin-left: 0px;
	}
	.cp-next-post{
		text-align: left !important;
    margin-top: 20px;
	}
	.cp-case-navigation{
		padding-bottom: 1rem !important;
	}
	.single-case_studies .service-right p{
		margin-bottom: 20px;
	}
	.cp-previous-post p {
		font-size: 16px;
		margin-left: 0px;
	}
	.cp-next-post{
		text-align: left !important;
    margin-top: 20px;
	}
	.cp-case-navigation{
		padding-bottom: 1rem !important;
	}
	.single-case_studies .service-right p{
		margin-bottom: 20px;
	}
    header#home-header {
        height: 70vh;
    }
    div#home-header-center-content {
        padding: 0 15px !important;
    }
    .home #home-cta{
        position: relative;
        left: auto;
        top: auto;
    }
    #home-intro-dot, .testimonial-left img{
        display: none;
    }
    .front-page-double-arrow{
        top: -169px;
    }
    div#services-wrap {
        margin-top: -20px;
                padding-bottom: 10px !important;
    }
    #contact-form .ps-5{
        padding-left: 0 !important;
    }
    #contact-form form input.btn-submit{
        margin-bottom: 0;
    }
    #contact-form form p{
        margin-bottom: 0;
    }
    .home #logo-link #logo-img{
        width:  145px;
    }
    .home .fixed-top {
        height: 101px;
    }
    .page-template-page-services .container.my-5{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .testimonial-left{
        text-align: left;
    }
    div#home-header-center-content h2 {
        font-size: 28px;
        line-height: 42px;
    }
    #services-wrap .lead.px-5{
        padding: 0 !important;
    }
    #services-wrap .grey-line-connecting {
        left: -7%;
    }
    #services-wrap .grey-line-connecting img {
        width: 90%;
    }
    #home-callouts h1, #contact-form h1, #services-wrap h1 {
        font-size: 34px;
    }
    .page-template-page-services header h1, .services_trainning_wraper h1, h1.cp-heading {
        font-size: 42px;
    }
    .page-template-page-services header h2 {
        padding-left: 0;
    }
    .page-template-page-services header h2 span{
        display: none;
    }
    .service_head_left i, .service_head_right i {
        font-size: 58px;
    }
    .service-sub .container.py-5{
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .testimonial img{
        display: none;
    }
    .services_trainning_wraper p {
        margin-left: 0 !important;
    }
    .services_trainning_wraper p {
        font-size: 22px;
    }
    .cp-row-wrap {
        padding-top: 50px !important;
    }
    .service-left .wwd-content, .service-right p {
        font-size: 19px;
        line-height: 32px;
    }
    .arrows-down-center {
        background-size: 96%;
        background-size: contain;
    }
    .service-left h2 {
        font-size: 28px;
    }
    .cp-testimonial-single h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .service-right .arrows-down-left {
        background-size: 80%;
        background-size: contain;
    }
    .cp-page-content .training-line {
        position: static;
        width:100%;
    }
    .cp-page-content .training-arrow {
        right: 0px;
        top: -80px;
    }
    .testimonial p{
        text-align: left !important;
    }
    .leader_img_title img {
        max-width: 120px;
    }
    .about_wrapper h1, .our_leadership_title, .round_multi_section h1 {
        font-size: 36px;
    }
    .entry-header {
        height: 490px;
    }
    .up-arrow_vp img{
        top: -317px;
    }
    .leader_img_title h2{
        padding-top: 0;
    }
    #home-callouts .frontpage-quote h3 {
        font-size: 25px !important;
    }
    .front-page-double-arrow {
        width: 80px;
        top: -150px;
    }
    .home .entry-content{
        padding-top:0 !important;
    }
    .front-page-double-arrow {
        top: -130px;
    }
    #service-intro-dot {
    display: none;
  }
  .services_trainning_wraper p {
    margin-bottom: 0px !important;
  }
  .services_trainning_wraper .cta-hook {
    position: static !important;
  }
  .services_trainning_wraper p {
    position: relative;
  }
  .impact-left {
    display: none;
  }
  .cp-case-study-head p {
    margin-left: 0px !important;
  }
  .single-case_studies .cs_double_arrow {
    width: 80px;
    margin-left: 130px;
    margin-top: -30px;
  }
	#portfolio-data-analytics .col, #portfolio-training .col, #portfolio-consulting .col, #portfolio-creative .col, #portfolio-talent-management .col, #portfolio-coaching .col{
		padding: 0 15px !important;
	}
	#portfolio-training .lead, #portfolio-talent-management .lead, #portfolio-consulting .lead, #portfolio-coaching .lead, #portfolio-data-analytics .lead, #portfolio-creative .lead{
		font-size: 20px;
		    line-height: 32px;
	}
	#portfolio-training .ps-5 img, #portfolio-coaching .ps-5 img, #portfolio-consulting .ps-5 img, #portfolio-talent-management .ps-5 img, #portfolio-creative .ps-5 img, #portfolio-data-analytics .ps-5 .w-100{
		width: 100% !important;
	}
	#portfolio-training .front-page-double-arrow {
    top: 82px;
    left: 214px;
}
	#portfolio-training .border-start:after, #portfolio-coaching .border-start:after, #portfolio-talent-management .border-start:after, #portfolio-creative .border-start:after, #portfolio-data-analytics .border-start:after{
		width: 90%;
		margin: 0 auto;
		top: -23px;
		width: calc(100% - 30px);
	}
	#portfolio-training .front-page-double-arrow {
    top: 65px;
    left: 207px;
}
	#portfolio-coaching .lead .front-page-double-arrow {
    top: 85px;
    right: -3px;
}
	#portfolio-consulting .front-page-double-arrow {
    top: 42px;
    right: -5px;
}
	.title_mobile{
		padding: 0 15px;
	}
	#portfolio-talent-management .front-page-double-arrow {
   right: -109px;
    top: 51px;
}
	#portfolio-creative .front-page-double-arrow {
    top: 85px;
    right: -12px;
}
	#portfolio-data-analytics .lead .front-page-double-arrow {
       top: 50px;
    right: 15px;
}
	#portfolio-training .lead, #portfolio-talent-management .lead, #portfolio-consulting .lead, #portfolio-coaching .lead, #portfolio-data-analytics .lead, #portfolio-creative .lead {
    font-size: 18px;
    line-height: 30px;
}
}
@media screen and (max-width:1400px){
	#services-training .left-grey-line,
#services-consulting .left-grey-line,
#services-creative .left-grey-line{
		width: 100%;
		top: -50px;
		left: -125px;
	}
#services-training .left-grey-line img ,
#services-consulting .left-grey-line img,
#services-creative .left-grey-line img{
		width: 500px;
	}
	.single-services h1 {
		font-size: 48px;
		line-height:55px;
	}
}
@media screen and (max-width:1200px){
	.single-services .service-right .arrows-down-left {
    padding-top: 100px; 
	}
	#services-training .left-grey-line,
#services-consulting .left-grey-line,
#services-creative .left-grey-line{
		top: -40px;
	}
#services-training .left-grey-line img ,
#services-consulting .left-grey-line img,
#services-creative .left-grey-line img{
		width: 430px;
	}
}
@media screen and (max-width:1100px){
	#services-training .left-grey-line,
#services-consulting .left-grey-line,
#services-creative .left-grey-line{
		top: -35px;
	}
#services-training .left-grey-line img ,
#services-consulting .left-grey-line img,
#services-creative .left-grey-line img{
		width: 380px;
	}
}
@media screen and (max-width:991px){
	#nav-main .navbar-nav .mobile_menu{
		display:block
	}
	#nav-main #social_menu{
		display:flex;
		padding-left: 0;
	}
	#nav-main #social_menu li{
		list-style:none !important;
	}
	footer .bootscore-footer #footer_social_menu li a {
		padding-top: 15px;
	}
	#services-training .left-grey-line img ,
#services-consulting .left-grey-line img,
#services-creative .left-grey-line img{
		width: auto;
	}
	#services-coaching .right-grey-line,
	#services-talent-management .right-grey-line,
	#services-data-analytics .right-grey-line{
		left: -96px;
	}
	.single-services .card .card-body {
		padding-left: 0px;
		padding-top:10px;
	}
	.single-services .card {
		margin-bottom: 20px !important;
	}
	.single-services h1 {
		font-size: 41px;
		line-height:50px;
	}
	#portfolio-coaching h5{
		display: none;
	}
	#portfolio-coaching .title_mobile h5{
		display: block;
	}
	.cons_right div{
		margin-bottom: 15px !important;
	}
	#portfolio-coaching .cons_right img {
		margin-top: 45px;
	}
	#portfolio-talent-management .border-start .text-center{
		text-align: left !important;
	}
	.single-services h3 {
		font-size: 31px;
	}
	.single-services .testimonial h2{
		font-size: 31px;
	}
	.service-left .wwd-content, .service-right p,
	.single-services .service-left p, .service-right .card p
	{
		line-height: 25px !important;
	}
}
@media screen and (max-width:767px){
	.cp-imp-main div {
    margin-bottom: 22px;
}
	#services-training .service_head_left,
	#services-consulting .service_head_left,
	#services-creative .service_head_left{
		margin-left: 0px;
	}
	.single-services .service-left .cp-heading{
		align-items: center;
	}
	.single-services .arrows-down-center{
		height: 110px;
	}
	.single-services .arrows-down-left {
		height: 149px;
	}
	.single-services .card .card-body {
    padding-left: unset;
}
	.frontpage-about a,
	.frontpage-training a{
		margin-bottom: 20px !important;
	}
	.single-services .card {
		margin-bottom: 50px !important;
	}
}
@media screen and (max-width:575px){
  .ct-trainings div div {
      align-items:center !important;
  	padding: 0;
  }
	.single-case_studies .content-area h3 {
		font-size: 28px !important;
	}
	#services-training .lead, #services-coaching .lead, #services-consulting .lead, #services-talent-management .lead, #services-creative .lead, #services-data-analytics .lead {
		padding-left: 0 !important;
	}
	#services-training .service_head_left, #services-consulting .service_head_left, #services-creative .service_head_left {
		margin-left: 0;
	}
	#services-talent-management .service_head_right, #services-coaching .service_head_right, #services-data-analytics .service_head_right {
    margin-left: 0;
}
	.single-services h1 {
		font-size: 34px;
		line-height:40px;
	}
	.single-services h3 {
		font-size: 28px;
	}
	.single-services .testimonial h2{
		font-size: 28px;
	}
	.single-services .service-right img{
		margin:0 !important;
	}
	.single-services .cp-row-wrap{
		padding-top: 30px !important;
	}
	.single-services .arrows-down-center,
	.single-services .arrows-down-left{
		height: 70px;
	}
	.cp-page-content .wp-block-image .alignright img {
    right: 0px;
    top: 30px;
	}
	.single-case_studies .cp-imp-main .css_right{
		   right: auto;
    left: 100px;
	}
	.single-services .card {
		margin-bottom: 30px !important;
	}
	.cp-case-navigation {
		padding-bottom: 2rem !important;
	}
}
@media only screen and (max-width: 400px){
	.offcanvas-start{
		width: 100%;
	}
	.text-md-start #footer_social_menu {
    flex-wrap: wrap;
}
	.text-md-start #footer_social_menu li {
    width: 100%;
}
	.text-md-start #footer_social_menu li:first-child:after{
		display: none;
	}
}
