/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	sebdigital

*/

/* @-webkit-keyframes lineT {
0% {-webkit-transform: translateX(75px);transform: translateX(75px);}
50% {-webkit-transform: translateX(-75px);transform: translateX(-75px);}
100% {-webkit-transform: translateX(75px);transform: translateX(75px);}
}

@keyframes lineT {
0% {-webkit-transform: translateX(75px);transform: translateX(75px);}
50% {-webkit-transform: translateX(-75px);transform: translateX(-75px);}
100% {-webkit-transform: translateX(75px);transform: translateX(75px);}
}

@-webkit-keyframes lineB {
0% {-webkit-transform: translateX(-75px);transform: translateX(-75px);}
50% {-webkit-transform: translateX(75px);transform: translateX(75px);}
100% {-webkit-transform: translateX(-75px);transform: translateX(-75px);}
}

@keyframes lineB {
0% {-webkit-transform: translateX(-75px);transform: translateX(-75px);}
50% {-webkit-transform: translateX(75px);transform: translateX(75px);}
100% {-webkit-transform: translateX(-75px);transform: translateX(-75px);}
} */

@-webkit-keyframes lineT {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lineT {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes lineB {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lineB {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes LongerFadeInOut {
  /* 0% { opacity: 1; }
    20% { opacity: 1; }
    40% { opacity: 0; }
    60% { opacity: 0; }
    80% { opacity: 0; }
    100% { opacity: 0; } */

  0% {
    opacity: 1;
  }
  16.66% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  66.66% {
    opacity: 0;
  }
  83.33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes LongerFadeInOut {
  /* 0% { opacity: 1; }
    20% { opacity: 1; }
    40% { opacity: 0; }
    60% { opacity: 0; }
    80% { opacity: 0; }
    100% { opacity: 0; } */
  0% {
    opacity: 1;
  }
  16.66% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  66.66% {
    opacity: 0;
  }
  83.33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes LastingFadeInOut {
  /* 0% { opacity: 0; }
    20% { opacity: 0; }
    40% { opacity: 1; }
    60% { opacity: 1; }
    80% { opacity: 0; }
    100% { opacity: 0; } */
  0% {
    opacity: 0;
  }
  16.66% {
    opacity: 0;
  }
  33.33% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  66.66% {
    opacity: 1;
  }
  83.33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes LastingFadeInOut {
  /* 0% { opacity: 0; }
    20% { opacity: 0; }
    40% { opacity: 1; }
    60% { opacity: 1; }
    80% { opacity: 0; }
    100% { opacity: 0; } */
  0% {
    opacity: 0;
  }
  16.66% {
    opacity: 0;
  }
  33.33% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  66.66% {
    opacity: 1;
  }
  83.33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes LearningFadeInOut {
  /* 0% { opacity: 0; }
    20% { opacity: 0; }
    40% { opacity: 1; }
    60% { opacity: 1; }
    80% { opacity: 0; }
    100% { opacity: 0; } */
  0% {
    opacity: 0;
  }
  16.66% {
    opacity: 0;
  }
  33.33% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  66.66% {
    opacity: 0;
  }
  83.33% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes LearningFadeInOut {
  /* 0% { opacity: 0; }
    20% { opacity: 0; }
    40% { opacity: 1; }
    60% { opacity: 1; }
    80% { opacity: 0; }
    100% { opacity: 0; } */
  0% {
    opacity: 0;
  }
  16.66% {
    opacity: 0;
  }
  33.33% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  66.66% {
    opacity: 0;
  }
  83.33% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

/*sub heading animation*/

@-webkit-keyframes awFadeInOut {
  0% {
    opacity: 0;
  }
  8.3% {
    opacity: 1;
  }
  16.6% {
    opacity: 1;
  }
  24.9% {
    opacity: 0;
  }
  33.2% {
    opacity: 0;
  }
  41.5% {
    opacity: 0;
  }
  49.8% {
    opacity: 0;
  }
  58.1% {
    opacity: 0;
  }
  66.4% {
    opacity: 0;
  }
  74.7% {
    opacity: 0;
  }
  83% {
    opacity: 0;
  }
  91.3% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes awFadeInOut {
  0% {
    opacity: 0;
  }
  8.3% {
    opacity: 1;
  }
  16.6% {
    opacity: 1;
  }
  24.9% {
    opacity: 0;
  }
  33.2% {
    opacity: 0;
  }
  41.5% {
    opacity: 0;
  }
  49.8% {
    opacity: 0;
  }
  58.1% {
    opacity: 0;
  }
  66.4% {
    opacity: 0;
  }
  74.7% {
    opacity: 0;
  }
  83% {
    opacity: 0;
  }
  91.3% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes ffFadeInOut {
  0% {
    opacity: 0;
  }
  8.3% {
    opacity: 0;
  }
  16.6% {
    opacity: 0;
  }
  24.9% {
    opacity: 0;
  }
  33.2% {
    opacity: 1;
  }
  41.5% {
    opacity: 1;
  }
  49.8% {
    opacity: 0;
  }
  58.1% {
    opacity: 0;
  }
  66.4% {
    opacity: 0;
  }
  74.7% {
    opacity: 0;
  }
  83% {
    opacity: 0;
  }
  91.3% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ffFadeInOut {
  0% {
    opacity: 0;
  }
  8.3% {
    opacity: 0;
  }
  16.6% {
    opacity: 0;
  }
  24.9% {
    opacity: 0;
  }
  33.2% {
    opacity: 1;
  }
  41.5% {
    opacity: 1;
  }
  49.8% {
    opacity: 0;
  }
  58.1% {
    opacity: 0;
  }
  66.4% {
    opacity: 0;
  }
  74.7% {
    opacity: 0;
  }
  83% {
    opacity: 0;
  }
  91.3% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes smFadeInOut {
  0% {
    opacity: 0;
  }
  8.3% {
    opacity: 0;
  }
  16.6% {
    opacity: 0;
  }
  24.9% {
    opacity: 0;
  }
  33.2% {
    opacity: 0;
  }
  41.5% {
    opacity: 0;
  }
  49.8% {
    opacity: 0;
  }
  58.1% {
    opacity: 1;
  }
  66.4% {
    opacity: 1;
  }
  74.7% {
    opacity: 0;
  }
  83% {
    opacity: 0;
  }
  91.3% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes smFadeInOut {
  0% {
    opacity: 0;
  }
  8.3% {
    opacity: 0;
  }
  16.6% {
    opacity: 0;
  }
  24.9% {
    opacity: 0;
  }
  33.2% {
    opacity: 0;
  }
  41.5% {
    opacity: 0;
  }
  49.8% {
    opacity: 0;
  }
  58.1% {
    opacity: 1;
  }
  66.4% {
    opacity: 1;
  }
  74.7% {
    opacity: 0;
  }
  83% {
    opacity: 0;
  }
  91.3% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes lpFadeInOut {
  0% {
    opacity: 0;
  }
  8.3% {
    opacity: 0;
  }
  16.6% {
    opacity: 0;
  }
  24.9% {
    opacity: 0;
  }
  33.2% {
    opacity: 0;
  }
  41.5% {
    opacity: 0;
  }
  49.8% {
    opacity: 0;
  }
  58.1% {
    opacity: 0;
  }
  66.4% {
    opacity: 0;
  }
  74.7% {
    opacity: 0;
  }
  83% {
    opacity: 1;
  }
  91.3% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lpFadeInOut {
  0% {
    opacity: 0;
  }
  8.3% {
    opacity: 0;
  }
  16.6% {
    opacity: 0;
  }
  24.9% {
    opacity: 0;
  }
  33.2% {
    opacity: 0;
  }
  41.5% {
    opacity: 0;
  }
  49.8% {
    opacity: 0;
  }
  58.1% {
    opacity: 0;
  }
  66.4% {
    opacity: 0;
  }
  74.7% {
    opacity: 0;
  }
  83% {
    opacity: 1;
  }
  91.3% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes lpFadeInOut {
  0% {
    opacity: 0;
  }
  8.3% {
    opacity: 0;
  }
  16.6% {
    opacity: 0;
  }
  24.9% {
    opacity: 0;
  }
  33.2% {
    opacity: 0;
  }
  41.5% {
    opacity: 0;
  }
  49.8% {
    opacity: 0;
  }
  58.1% {
    opacity: 0;
  }
  66.4% {
    opacity: 0;
  }
  74.7% {
    opacity: 0;
  }
  83% {
    opacity: 1;
  }
  91.3% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes s1cntFadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes s1cntFadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.s1cnt {
  -moz-animation: s1cntFadeIn 2s;
  -webkit-animation: s1cntFadeIn 2s;
  -o-animation: s1cntFadeIn 2s;
  animation: s1cntFadeIn 2s;
  opacity: 1;
}

.awardWinning {
  -moz-animation: awFadeInOut 10s infinite;
  -webkit-animation: awFadeInOut 10s infinite;
  -o-animation: awFadeInOut 10s infinite;
  animation: awFadeInOut 10s infinite;
}

.famousFaces {
  -webkit-animation: ffFadeInOut 10s infinite;
  -moz-animation: ffFadeInOut 10s infinite;
  -o-animation: ffFadeInOut 10s infinite;
  animation: ffFadeInOut 10s infinite;
  animation-delay: 1s;
}

.subjectMatter {
  -webkit-animation: smFadeInOut 10s infinite;
  -moz-animation: smFadeInOut 10s infinite;
  -o-animation: smFadeInOut 10s infinite;
  animation: smFadeInOut 10s infinite;
  animation-delay: 1s;
}

.lpiAccreditation {
  -webkit-animation: lpFadeInOut 10s infinite;
  -moz-animation: lpFadeInOut 10s infinite;
  -o-animation: lpFadeInOut 10s infinite;
  animation: lpFadeInOut 10s infinite;
  animation-delay: 1s;
}

.longer {
  color: rgba(51, 51, 51, 1);
  -webkit-animation: LongerFadeInOut 11s infinite;
  -moz-animation: LongerFadeInOut 11s infinite;
  -o-animation: LongerFadeInOut 11s infinite;
  animation: LongerFadeInOut 11s infinite;
  /* animation-delay: 1s; */
}

.lasting {
  color: rgba(51, 51, 51, 0.8);
  -webkit-animation: LastingFadeInOut 11s infinite;
  -moz-animation: LastingFadeInOut 11s infinite;
  -o-animation: LastingFadeInOut 11s infinite;
  animation: LastingFadeInOut 11s infinite;
  /* animation-delay: 1s; */
}

.learning {
  color: rgba(51, 51, 51, 0.6);
  -webkit-animation: LearningFadeInOut 11s infinite;
  -moz-animation: LearningFadeInOut 11s infinite;
  -o-animation: LearningFadeInOut 11s infinite;
  animation: LearningFadeInOut 11s infinite;
  /* animation-delay: 1s; */
}

/* .lineTop{
border-right:1px solid #E11E25;
width:16rem;
height:calc(50% - 4.2rem);
-webkit-animation: lineT 2s  infinite;
-moz-animation: lineT 2s  infinite;
-o-animation: lineT 2s  infinite;
animation: lineT 2s  infinite;
animation-delay: 1s;

}

.lineBottom{
border-right:1px solid #E11E25;
width:16rem;
height:calc(50% - 4.2rem);
-webkit-animation: lineB 2s  infinite;
-moz-animation: lineB 2s  infinite;
-o-animation: lineB 2s  infinite;
animation: lineB 2s  infinite;
animation-delay: 1s;
} */

.lineTop {
  border-right: 1px solid #e11e25;
  width: 16rem;
  height: calc(50% - 6.2rem);
  -webkit-animation: lineT 60s;
  -moz-animation: lineT 60s;
  -o-animation: lineT 60s;
  animation: lineT 60s;
  animation-delay: 1s;
  opacity: 0;
}

.lineBottom {
  border-right: 1px solid #e11e25;
  width: 16rem;
  height: calc(50% - 2.2rem);
  -webkit-animation: lineB 60s;
  -moz-animation: lineB 60s;
  -o-animation: lineB 60s;
  animation: lineB 60s;
  animation-delay: 1s;
  opacity: 0;
}

/*colors*/

.red {
  color: #e11e25;
}
.red h2 {
  color: #e11e25 !important;
}
.red h3 {
  color: #e11e25 !important;
}
.redB .us-btn-style_1 {
  background-color: #e11e25 !important;
}
.redList ul li::before {
  color: #e11e25;
}
.redBck {
  background-color: #e11e25 !important;
}
.red.tstTriLP {
  border-top: 60px solid #e11e25;
}
.red.tstTriRP {
  border-top: 60px solid #e11e25;
}
.red.tstTri {
  border-top: 60px solid #e11e25;
}
.red.tstTriR {
  border-top: 60px solid #e11e25;
}

.orange {
  color: #fd632c;
}
.orange h2 {
  color: #fd632c !important;
}
.orangeB .us-btn-style_1 {
  background-color: #fd632c !important;
}
.orangeList ul li::before {
  color: #fd632c;
}
.orangeBck {
  background-color: #fd632c !important;
}
.orange.tstTriLP {
  border-top: 60px solid #fd632c;
}
.orange.tstTriRP {
  border-top: 60px solid #fd632c;
}
.orange.tstTri {
  border-top: 60px solid #fd632c;
}
.orange.tstTriR {
  border-top: 60px solid #fd632c;
}

.blue {
  color: #2c6380;
}
.blue h2 {
  color: #2c6380 !important;
}
.blueB .us-btn-style_1 {
  background-color: #2c6380 !important;
}
.blueBList ul li::before {
  color: #2c6380;
}
.blueBck {
  background-color: #2c6380 !important;
}
.blue.tstTriLP {
  border-top: 60px solid #2c6380;
}
.blue.tstTriRP {
  border-top: 60px solid #2c6380;
}
.blue.tstTri {
  border-top: 60px solid #2c6380;
}
.blue.tstTriR {
  border-top: 60px solid #2c6380;
}

.yellow {
  color: #f5b618;
}
.yellow h2 {
  color: #f5b618 !important;
}
.yellowB .us-btn-style_1 {
  background-color: #f5b618 !important;
}
.yellowList ul li::before {
  color: #f5b618;
}
.yellowBck {
  background-color: #f5b618 !important;
}
.yellow.tstTriLP {
  border-top: 60px solid #f5b618;
}
.yellow.tstTriRP {
  border-top: 60px solid #f5b618;
}
.yellow.tstTri {
  border-top: 60px solid #f5b618;
}
.yellow.tstTriR {
  border-top: 60px solid #f5b618;
}

.lblue {
  color: #5ba5ac;
}
.lblue h2 {
  color: #5ba5ac !important;
}
.lblue h3 {
  color: #5ba5ac !important;
}
.lblueB .us-btn-style_1 {
  background-color: #5ba5ac !important;
}
.lblueList ul li::before {
  color: #5ba5ac !important;
}
.lblueBck {
  background-color: #5ba5ac !important;
}
.lblue.tstTriLP {
  border-top: 60px solid #5ba5ac;
}
.lblue.tstTriRP {
  border-top: 60px solid #5ba5ac;
}
.lblue.tstTri {
  border-top: 60px solid #5ba5ac;
}
.lblue.tstTriR {
  border-top: 60px solid #5ba5ac;
}
.lblueSt strong {
  color: #5ba5ac;
}
.lblue.tstTriL {
  border-top: 60px solid #5ba5ac;
}

.purple {
  color: #b10162;
}
.purpleA a {
  color: #b10162;
  text-decoration: underline;
}
.purple h2 {
  color: #b10162 !important;
}
.purpleB .us-btn-style_1 {
  background-color: #b10162 !important;
}
.purpleList ul li::before {
  color: #b10162;
}
.purpleBck {
  background-color: #b10162 !important;
}
.purple.tstTriLP {
  border-top: 60px solid #b10162;
}
.purple.tstTriRP {
  border-top: 60px solid #b10162;
}
.purple.tstTri {
  border-top: 60px solid #b10162;
}
.purple.tstTriR {
  border-top: 60px solid #b10162;
}

.dblue {
  color: #21507b;
}
.dblue h2 {
  color: #21507b !important;
}
.dblueA a {
  color: #21507b;
  text-decoration: underline;
}
.dblueB .us-btn-style_1 {
  background-color: #21507b !important;
}
.dblueList ul li::before {
  color: #21507b;
}
.dblueBck {
  background-color: #21507b !important;
}
.dblue.tstTriLP {
  border-top: 60px solid #21507b;
}
.dblue.tstTriRP {
  border-top: 60px solid #21507b;
}
.dblue.tstTri {
  border-top: 60px solid #21507b;
}
.dblue.tstTriR {
  border-top: 60px solid #21507b;
}

.white {
  color: #fff;
}
.white h2 {
  color: #fff !important;
}
.whiteA a {
  color: #fff;
  text-decoration: underline;
}
.whiteB .us-btn-style_1 {
  background-color: #fff !important;
}
.whiteL ul li::before {
  color: #fff;
}
.whiteBck {
  background-color: #fff !important;
}
.white.tstTriLP {
  border-top: 60px solid #fff;
}
.white.tstTriRP {
  border-top: 60px solid #fff;
}
.white.tstTri {
  border-top: 60px solid #fff;
}
.white.tstTriR {
  border-top: 60px solid #fff;
}

/*nav*/

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255);
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  padding: 3% 4% 4% 4%;
  /* min-height:2000px !important; */
}

.overlay a {
  display: block;
  transition: 0.3s;
}

.overlay .closebtn {
  position: absolute;
  top: 0.6rem;
  right: 2rem;
  font-size: 110px;
  color: #999;
  z-index: 3;
}

/* .mnImgS {
position: absolute;
right: 6rem;
top: calc(80px + 4rem);
max-height: 90vh;
transition: opacity .3s ease,visibility .3s ease;
}

.mnImgL {
position: absolute;
right: 0;
bottom: 0;
max-height: 90vh;
transition: opacity .3s ease,visibility .3s ease;
}

.mainNav {
width: 100%;
float: left;
padding: 2rem 3rem;
background: #fff;
height: 100vh;
} */

/* .mainNav span{
font-size:1.5rem;
line-height: 2rem;
} */

.mainItm {
  font-weight: 700;
  font-size: 1.2rem;
  margin: 30px 0 10px 0;
}

/* .subY, .sub{
color:#666;
font-size:1.5rem;
line-height:2rem;
}

.sub::before{
content:"\2022";
color:#21507B;
font-size:1.5rem;
margin:0 5px 0 10px
}

.subY::before{
content:"\2022";
color:#F5B618;
font-size:1.5rem;
margin:0 5px 0 10px
} */

.fa-bars {
  font-size: 1.8rem;
  font-weight: 100;
}

.fa-bars:hover {
  font-size: 1.8rem;
  font-weight: 900;
  color: #e11e25;
  cursor: pointer;
}

.mainItm a:hover {
  font-weight: 700;
  font-size: 28px;
  margin: 20px 0 -7px 0;
  color: #e8e8e8 !important;
}

/* .sub:hover{
color:#21507B !important;
font-weight: bold !important;
}



.subY:hover{
color:#F5B618 !important;
font-weight: bold !important;
} */

/* .navTabs {overflow-y:auto;} */

.navRow {
  padding: 1rem 2rem 2rem 2rem;
}

.navImg img {
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50vh;
  width: auto;
}

.navTxt {
  font-size: 1.5rem;
  line-height: 2.5rem;
  height: 50vh;
  min-height: 350px;
}

.navTxt li a {
  color: white;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.navTxt li a:hover {
  color: white;
  font-weight: 600;
}

.w-tabs.style_default .w-tabs-item.active {
  background: transparent;
}

.w-tabs.style_default .w-tabs-item.active,
.no-touch .w-tabs.style_default .w-tabs-item.active:hover {
  background: transparent;
}

.w-tabs-list-h a:hover {
  transform: scale(1.15, 1.15);
  animation: jiggle 0.5s infinite linear;
}

@keyframes jiggle {
  0% {
    transform: rotate(0deg) scale(1.15, 1.15);
  }
  50% {
    transform: rotate(2deg) scale(1.15, 1.15);
  }
  100% {
    transform: rotate(-2deg) scale(1.15, 1.15);
  }
}

.w-tabs-list-h a:nth-child(1) span {
  color: #5ba5ac;
  font-weight: bold;
}

.w-tabs-list-h a:active:nth-child(1) span {
  color: #5ba5ac;
  font-weight: 100;
}

.w-tabs-list-h a:nth-child(2) span {
  color: #21507b;
  font-weight: bold;
}

.w-tabs-list-h a:nth-child(3) span {
  color: #f5b618;
  font-weight: bold;
}

.w-tabs-list-h a:nth-child(4) span {
  color: #b10162;
  font-weight: bold;
}

.w-tabs-list-h a:nth-child(5) span {
  color: #fd632c;
  font-weight: bold;
}

.l-header .w-image.navImg img {
  height: 60vh;
}

.w-tabs.style_default .w-tabs-list {
  background: none !important;
}

.navSection.l-section {
  padding: 0 !important;
  margin-top: 1vh;
  text-align: left;
}

.navSection p {
  margin-bottom: 1rem !important;
}
.w-tabs-section-title {
  color: white;
  position: relative;
  left: 2rem;
}

.w-tabs.iconpos_right .w-tabs-section-control {
  left: 1em;
}

.w-tabs-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.homeS > .vc_column-inner {
  padding: 0 !important;
}

.w-tabs-list-h {
  margin-bottom: 0.5rem;
}

.mobileNav {
  display: none;
}

ul.mobileNav {
  display: none;
}
ul.visible {
  display: block;
  margin-left: 0;
}

.subUl li {
  font-size: 1rem;
  line-height: 1.2rem;
}

.subUl li a {
  font-size: 1rem;
  line-height: 1.2rem;
  color: white;
}

.subLi {
  padding: 1rem;
}

.osBtn,
.awlBtn,
.lxpBtn,
.bpBtn,
.ioBtn,
.hlBtn,
.smeBtn,
.csBtn,
.bBtn,
.crBtn {
  font-size: 1rem;
  line-height: 1.1 !important;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 0em;
  padding: 0.4em 1.4em;
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 0em 0em rgba(0, 0, 0, 0.2);
  display: inline-block !important;
  vertical-align: top;
  margin-right: 0.6rem;
}

.osBtn {
  background-color: #fd632c;
}

.awlBtn,
.lxpBtn,
.bpBtn,
.ioBtn {
  background-color: #b10162;
}

.hlBtn,
.smeBtn {
  background-color: #5ba5ac;
}

.csBtn,
.bBtn {
  background-color: #f5b618;
}

.crBtn {
  background-color: #5ba5ac;
}

.osBtn:hover {
  background-color: white;
  color: #5ba5ac !important;
}

.awlBtn:hover,
.lxpBtn:hover,
.bpBtn:hover,
.ioBtn:hover {
  background-color: white;
  color: #21507b !important;
}

.hlBtn:hover,
.smeBtn:hover {
  background-color: white;
  color: #f5b618 !important;
}

.csBtn:hover,
.bBtn:hover {
  background-color: white;
  color: #b10162 !important;
}

.crBtn:hover {
  background-color: white;
  color: #fd632c !important;
}

.osBtn:after,
.awlBtn:after,
.lxpBtn:after,
.bpBtn:after,
.ioBtn:after,
.hlBtn:after,
.smeBtn:after,
.csBtn:after,
.bBtn:after,
.crBtn:after {
  content: '\f061';
  font-family: 'fontawesome';
  font-weight: 900;
  margin-left: 0.5em;
}

.cntcMenu {
  line-height: 1.1 !important;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 0em;
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 0em 0em rgba(0, 0, 0, 0.2);
  display: inline-block !important;
  vertical-align: top;
  background-color: #e11e25;
  float: right;
}

.cntcMenu {
  margin-top: 0.5rem;
  padding: 0.4em 1.1em;
  font-size: 1rem;
}

/* .cntcMenu-h{
    margin-top:0rem;
    margin-right:1rem;
    color:white !important;
    padding: 0.4em 0.8em;
    font-size: 0.8rem;
} */

.cntcMenu:hover,
.cntcMenu-h:hover {
  background-color: white;
  color: #e11e25 !important;
}

.cntcMenu::after {
  content: '\f095';
  font-family: 'fontawesome';
  font-weight: 900;
  padding-left: 10px;
}

/*global*/

/*layout accounting for sidebar*/

h1 {
  font-family: 'Raleway', arial, sans-serif !important;
  letter-spacing: -0.36rem;
  /* margin-top:1rem; */
}

.l-section {
  padding: 0 1.5rem 0 5.5rem;
}

.l-header.pos_fixed ~ .l-main > .l-section:first-of-type > .l-section-h,
.headerinpos_below
  .l-header.pos_fixed
  ~ .l-main
  > .l-section:nth-of-type(2)
  > .l-section-h,
.l-header.pos_static.bg_transparent
  ~ .l-main
  > .l-section:first-of-type
  > .l-section-h {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.l-subheader-h {
  max-width: initial;
}

ul {
  list-style: none;
} /* Remove default bullets */

.cllctnBdy ul li::before {
  content: '\2022';
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin: 0;
  font-size: 40px;
  vertical-align: top;
  position: absolute;
  left: -1rem;
}

.navTabs ul li::before {
  content: '\2022';
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin: 0;
  font-size: 40px;
  vertical-align: top;
  position: absolute;
  left: -1rem;
}

.cllctnBdyNB ul li::before {
  content: '\2022';
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin: 0;
  font-size: 40px;
  vertical-align: top;
  position: absolute;
  left: -1rem;
}

.ourStoryHd ul li::before {
  content: '\2022';
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin: 0;
  font-size: 40px;
  vertical-align: top;
  position: absolute;
  left: -1rem;
}

.blgPstCont ul li::before {
  content: '\2022';
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin: 0;
  font-size: 40px;
  vertical-align: top;
  position: absolute;
  left: calc(16.66666% + 1rem);
}

#deliveryMethods ul {
  margin-left: -0.5rem;
  list-style: square outside
    url('https://www.videoarts.com/wp-content/uploads/2020/09/green-tick.png');
}

.clCols1st ul li::before {
  /* left:1.2rem !important; */
}

#deliveryMethods ul li::before {
  /* content: "\2022"; */
  /* font-weight: bold;
    display: inline-block;
    width: 1em;
    margin:0;
    font-size:40px;
    vertical-align: top;
    position: absolute;
    left:0.2rem;
    color: red; */
}

.navTabs li {
  margin-bottom: 0;
}

.navTabs ul {
  margin-left: 1.5rem;
  position: relative;
}

.cllctnBdy li {
  margin-bottom: 0;
}

.cllctnBdy ul {
  margin-left: 1.5rem;
  position: relative;
}

.cllctnBdyNB li {
  margin-bottom: 0;
}

.cllctnBdyNB ul {
  margin-left: 1.5rem;
  position: relative;
}

.ourStoryHd li {
  margin-bottom: 0;
}

.ourStoryHd ul {
  margin-left: 1.5rem;
  position: relative;
}

.StMarg {
  margin-top: 1rem;
}

.SbMarg {
  margin-bottom: 1rem !important;
}

.MtMarg {
  margin-top: 2rem !important;
}

.MbMarg {
  margin-bottom: 2rem !important;
}

.LtMarg {
  margin-top: 3rem !important;
}

.LbMarg {
  margin-bottom: 3rem !important;
}

.SnegMarg {
  margin-bottom: -1rem !important;
}

.negMarg {
  margin-bottom: 0rem !important;
}

.grayscale {
  filter: grayscale(100%);
}

.width65 {
  width: 65%;
}

.globalPg {
  padding-top: calc(80px + 3rem) !important;
}

.clear {
  margin: 0 !important;
  padding: 0 !important;
}

.smPbM p {
  margin-bottom: 0.5rem !important;
}

.strtch {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

table {
  font-size: 0.5rem;
  line-height: 0.5rem;
}

.w-tabs-section-title {
  color: #333;
  font-weight: bold;
}

.noMarg {
  margin: 0 !important;
}

.bump {
  margin: 2rem 0;
}

/*sidebar & contents*/

.RPad1 {
  padding-top: calc(80px + 1rem) !important;
}

.l-subheader.at_bottom {
  top: 0;
  left: 0;
  width: 4rem;
  padding: 0;
  margin: 0;
  height: 100vh !important;
  z-index: -10 !important;
  position: fixed;
}

.w-html.ush_html_1 {
  left: -32px;
  bottom: calc(1rem - 5px);
  position: fixed;
  font-size: 1rem;
  width: 4rem;
  /* text-orientation: upright;
    -webkit-text-orientation: upright; */
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  line-height: 1;
  color: white;
  cursor: default;
}

.w-html.ush_html_1 i {
  padding: 10px 0 10px 0;
}

.w-html.ush_html_1 i:nth-child(4) {
  padding: 10px 0 30px 0;
}

/* .ftrAn.w-html.ush_html_1 i{
padding:0;

} */

/* .ftrAn.w-html.ush_html_1 i:last-child{
padding:0px 0 0px 0;

} */

.ftrAn.w-html.ush_html_1 i:nth-child(1):hover {
  color: #eae9e2;
}

.ftrAn.w-html.ush_html_1 i:nth-child(2):hover {
  color: #f5b618;
}

.ftrAn.w-html.ush_html_1 i:nth-child(3):hover {
  color: #5ba5ac;
}

.ftrAn.w-html.ush_html_1 i:nth-child(4):hover {
  color: #b10162;
}

.header_hor .l-subheader-cell.at_right > * {
  margin-left: 0rem;
}

/*home*/

body {
  background: #e11e25 !important;
}

.page-id-2106 .l-section-h {
  max-width: 6000px;
}

.borderT {
  width: 100%;
  height: 2rem;
  background-color: #e11e25;
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 10;
}

.borderB {
  width: 100%;
  height: 1rem;
  background-color: #e11e25;
  position: fixed;
  bottom: 0;
  z-index: 10;
}

.borderBinner {
  width: 100%;
  height: 1rem;
  background-color: #e11e25;
  position: absolute;
  top: 0;
  z-index: 10;
}

.borderR {
  width: 1rem;
  height: calc(100% - 80px);
  background-color: #e11e25;
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 1;
}

.cLogos {
  width: 50%;
  position: absolute;
  bottom: calc(90px + 1.5rem);
  right: 1.5rem;
  float: right;
  /* margin-right:calc(-1.5rem + 10px); */
  filter: grayscale(1);
  opacity: 0.8;
}

.cLogos img {
  width: 17%;
  float: right;
  margin-left: 10px;
  max-width: 70px;
}

.fhs1 {
  height: 100%;
  width: 50%;
  float: left;
}

.homeSlide {
  margin-top: calc(80px + 1rem);
}

.fHght {
  height: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fHghtS {
  height: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.txtCont {
  padding-left: 1rem;
  padding-top: 0.2rem;
}

.bAlign {
  position: absolute;
  width: 100%;
  bottom: calc(90px + 1.5rem);
  padding-right: 2rem;
}

.since {
  width: 494px !important;
  position: relative;
  height: 1.3rem;
}

.est {
  position: absolute;
  right: 0;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1rem;
}

.lLl {
  position: relative;
  height: 4.5rem;
}

.longer,
.lasting {
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  font-family: 'Interstate', sans-serif;
  font-size: 6rem;
  line-height: 4.5rem;
  letter-spacing: -0.45rem;
  opacity: 0;
}

.learning {
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  font-family: 'Interstate', sans-serif;
  font-size: 6rem;
  line-height: 4.5rem;
  letter-spacing: -0.45rem;
  opacity: 1;
}

.aFS {
  width: 494px !important;
  position: relative;
  height: 2.6rem;
}

.awardWinning,
.famousFaces,
.subjectMatter,
.lpiAccreditation {
  font-size: 2rem;
  letter-spacing: -0.1rem;
  line-height: 2.2rem;
  position: absolute;
  /* color:#E11E25; */
  text-transform: lowercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  opacity: 0;
  right: 0;
}

.videoBg {
  pointer-events: none;
}

/* .videoBg > *{
position: absolute;
top: 50%;
left: 50%;
min-height: 100%;
min-width: 100%;
max-width: none;
height: auto;
width: auto;
transform: translate(-50%,-50%);
} */

.videoBg > * {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 1rem;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  /* background-color: #E11E25; /* in case the video doesn't fit the whole page*/
  background-position: center center;
  background-size: contain;
  object-fit: cover; /*cover video background */
  /* z-index:3; */
}

/* .vidOver{
background:rgba(255, 255, 255, 0.7);
position: absolute;
top:0;
bottom:0;
left:0;
right:0;
} */

.product {
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-size: 6rem;
  line-height: 7rem;
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
}

.lxp {
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
  /* padding-left:5px; */
  /* color:#E11E25; */
}

.productLi {
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  font-size: 1.8rem;
  line-height: 2rem;
  color: #333;
}

.productLiB {
  margin: 0.5rem 0 6% 14%;
}

.productPu {
  position: relative;
  top: 1rem;
  z-index: 110;
}

.lxpCol {
  margin-top: -1rem;
}

.hmLnk {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* fs plugin */

#fp-nav {
  z-index: 111 !important;
}

#fp-nav.fp-left {
  left: 18px !important;
  top: 40% !important;
}

.fp-tooltip {
  display: none !important;
}

.page-id-2016 .g-cols.type_default > div > .vc_column-inner {
  padding: 0 !important;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 0 !important;
  background: none !important;
  border: 1px solid white !important;
  width: 16px !important;
  height: 16px !important;
  margin: 5px !important;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: white !important;
  margin: 5px !important;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  margin-bottom: 1rem !important;
}

/*Collections Pages Styling*/

article.post-39 a::after {
  font-family: 'fontawesome';
  font-weight: 900;
  font-size: 1.5rem;
  content: '\f2ea';
  display: block;
  position: absolute;
  right: 1.1rem;
  bottom: 1rem;
  color: white;
}

#thecollection strong {
  color: #21507b;
}

#thecollection p {
  margin-bottom: 0.5rem !important;
}

.cllctns {
  padding-top: 10rem !important;
}

.cllctns h1 {
  position: relative;
  z-index: 2;
  margin-bottom: 1rem;
  /* word-break: break-all; */
}

.cllctnNav {
  position: fixed;
  top: calc(80px + 2rem);
  left: 4rem;
  font-size: 0.75rem;
  width: 100%;
  line-height: 3rem;
  z-index: 11;
  background-color: rgba(255, 255, 255, 0.4);
}

.cllctnNav li {
  line-height: 2rem;
  margin-top: 0.5rem !important;
  z-index: 7;
  background-color: #b1b1b1;
  color: white;
}

.cllctnNav ul {
  overflow: hidden;
  height: 3.3rem;
  max-width: initial;
  width: calc(100% + 1rem);
}

.cllctnNav li:first-child {
  margin-left: 0.5rem;
}

.cllctnNav.us_menu_1 .menu > li > a {
  padding: 0.2em 0.8em;
}

.cllctnNav.w-menu .menu-item:last-child {
  margin: 0.5rem 10px 0 0 !important;
}

.cllctnNav.us_menu_1 .menu > .current-menu-item:nth-child(1) > a {
  background: #fd632c;
}

.cllctnNav li:hover:nth-child(1) {
  background: #fd632c;
}

.cllctnNav.us_menu_1 .menu > .current-menu-item:nth-child(2) > a {
  background: #b10162;
}

.cllctnNav li:hover:nth-child(2) {
  background: #b10162;
}

.cllctnNav.us_menu_1 .menu > .current-menu-item:nth-child(3) > a {
  background: #21507b;
}

.cllctnNav li:hover:nth-child(3) {
  background: #21507b;
}

.cllctnNav.us_menu_1 .menu > .current-menu-item:nth-child(4) > a {
  background: #21507b;
}

.cllctnNav li:hover:nth-child(4) {
  background: #21507b;
}

.cllctnNav.us_menu_1 .menu > .current-menu-item > a {
  margin: 0 1.5rem;
  transform: scale(1.2);
  min-width: 200px;
  text-align: center;
  transition: background-color 0.1s ease-in;
}

.cllctnNav.us_menu_1 .menu > .current-menu-item {
  background-color: transparent;
}

.cllctnNav.us_menu_1 .menu > li {
  height: 2.3rem;
}
.cllctnNav.us_menu_1 .menu > .current-menu-item li {
  transition: all 0.1s ease-in-out;
}

.bCrumbs {
  position: fixed;
  width: 100%;
  top: 80px;
  left: 4rem;
  height: 2rem;
  line-height: 1.5rem;
  font-size: 0.8rem;
  background-color: #e11e25;
  padding: 5px 15px 38px 15px;
  text-transform: lowercase;
  color: #fff;
  font-weight: 700;
  z-index: 7;
}

.bCrumbs a {
  color: #fff;
}

.bCrumbs i {
  padding: 0 10px;
}

.bCrumbs span {
  display: inline;
}

.cllctnQ {
  width: 65%;
  text-align: right;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #e11e25;
  padding: 0;
  margin: 0 !important;
  z-index: 2;
  position: relative;
}

.cllctnQA {
  width: 65%;
  text-align: right;
  font-style: italic;
  font-size: 0.8rem;
  z-index: 2;
  position: relative;
}

.cllctnVid {
  width: 68%;
  position: relative;
  top: 1.5rem;
  z-index: 6;
}

.cllctnVidCsb {
  width: 68%;
  position: relative;
  top: 1.5rem;
  z-index: 6;
}

.cllctnVidR {
  margin: 1rem 0rem 1.5rem !important;
  background-color: #eae9e2;
  box-shadow: inset 0rem 3rem #fff;
}

.cllctnBdy {
  border-top: 1px solid #eae9e2;
  padding: 2.5rem 3.5rem 0 !important;
  margin: 2.5rem 0;
}

.cllctnBdy strong,
.cllctnBdyNB strong {
  font-size: 1.2rem;
}

.cllctnBdyNPNB {
  padding: 0 3.5rem 0 !important;
}

.cllctnBdyNP {
  border-top: 1px solid #eae9e2;
  padding: 2rem 3.5rem 0 !important;
}

.cllctnBdyNB {
  padding: 0rem 3.5rem !important;
  margin: 2.5rem 0;
}

.cllctnBdyNB p {
  margin-bottom: 1.5rem;
}

.collAwrds {
  /* background-color:#EAE9E2; */
  padding: 2rem 3rem 0rem !important;
  margin: 1rem 0;
}

.collAwrdsGr {
  background-color: #eae9e2;
  padding: 2rem 3rem !important;
  margin: 1rem 0;
}

.collImg1 img {
  height: 70vh;
  width: auto;
  position: absolute;
  z-index: 5;
  right: 0;
  top: -2rem;
}

.collImg2 img {
  height: 70vh;
  max-height: 480px;
  width: auto;
  position: absolute;
  z-index: 5;
  left: 70%;
  bottom: -10px;
}

.pfList .collImg2 img {
  height: 100%;
  max-height: initial;
  width: auto;
  position: absolute;
  z-index: 5;
  left: 70%;
  bottom: -10px;
}

.collImg3 img {
  max-width: 30%;
  position: absolute;
  z-index: 5;
  right: 70%;
  bottom: 1rem;
}

.collImg4 img {
  max-width: 30%;
  position: absolute;
  z-index: 5;
  left: 70%;
  bottom: 1rem;
}

.collGrdTxt {
  font-weight: 700;
  text-transform: uppercase;
  padding: 2.5rem 1rem 0 1rem !important;
  color: white;
}

.collGrdTxtSm {
  font-weight: 700;
  padding: 2.5rem 1rem 0 1rem !important;
  color: white;
  font-size: 0.9rem;
  line-height: 0.95rem;
  text-transform: uppercase;
  /* word-break: break-word; */
  display: inline-block;
}

.owl-prev::after {
  border-top: 50px solid transparent;
  border-left: -10px solid transparent;
  border-right: 50px solid #b1b1b1;
  content: '';
  transform: rotate(135deg);
  right: 0px;
  position: absolute;
}

.owl-prev:hover::after {
  border-top: 50px solid transparent;
  border-left: -10px solid transparent;
  border-right: 50px solid #b10162;
  content: '';
  transform: rotate(135deg);
  right: 0px;
  position: absolute;
}

.owl-next::after {
  border-bottom: 50px solid transparent;
  border-right: -10px solid transparent;
  border-left: 50px solid #b1b1b1;
  content: '';
  transform: rotate(135deg);
  left: 0px;
  position: absolute;
}

.owl-next:hover::after {
  border-bottom: 50px solid transparent;
  border-right: -10px solid transparent;
  border-left: 50px solid #fd632c;
  content: '';
  transform: rotate(135deg);
  left: 0px;
  position: absolute;
}

.owl-carousel.navstyle_circle .owl-nav div {
  height: 0;
  width: 0;
  border-radius: 0;
}

.pfList {
  width: 70%;
}

/*Client Logos - Slider*/

.clientLogos img {
  width: auto !important;
  /* max-height:3rem; */
  opacity: 0.5;
  padding: 0 0.5rem;
}

/* Content Library */

.Counter {
  color: #fff;
  padding: 1.5rem;
  font-size: 3rem;
  font-weight: 900;
  transition: all 1s;
}

.Counter .w-counter-title {
  text-transform: uppercase;
  font-weight: 100;
  color: #fff;
  font-size: 1rem;
}

.clTbleH {
  font-weight: 700;
  font-size: 1.1rem;
  text-align: center;
  padding: 0.8rem 1.5rem;
  color: #fff;
  text-transform: uppercase;
}

.clTbleH p {
  margin: 0;
}

.clTbleDsc {
  padding: 0 1.5rem 2rem;
}

.clCols .vc_column-inner {
  background-color: #eae9e2;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.clCols {
  position: relative;
}

/* Testimonials */

.tstTri {
  width: 0;
  height: 0;
  left: calc(60% + 3rem);
  bottom: 4rem;
  position: absolute;
  border-left: 0px solid transparent;
  border-right: 70px solid transparent;
  z-index: 3;
}

.tstTriR {
  width: 0;
  height: 0;
  left: calc(70%);
  bottom: 4rem;
  position: absolute;
  border-left: 0px solid transparent;
  border-right: 70px solid transparent;
  z-index: 3;
}

.tstTriL {
  width: 0;
  height: 0;
  right: calc(70%);
  bottom: 4rem;
  position: absolute;
  border-left: 70px solid transparent;
  border-right: 0px solid transparent;
  z-index: 3;
}

.tstblck {
  background-image: url('/wp-content/uploads/2020/08/speechmarks-white.svg');
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 15px 15px;
  margin: 2rem 0rem 2rem 3rem;
  width: 60%;
  padding: 1.5rem 2rem 1.5rem 3.5rem;
  color: white;
  z-index: 4;
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
}

/* .tstblck p:nth-child(2){
font-size:0.8rem;
line-height: 0.8rem;
font-weight:bold;
} */

.tstblckR p:nth-child(2) {
  font-size: 0.8rem;
  line-height: 1rem;
  margin-bottom: 0rem;
}

.tstblckR p:nth-child(3) {
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.tstblckR {
  background-image: url('/wp-content/uploads/2020/08/speechmarks-white.svg');
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 15px 15px;
  margin: 2rem 0rem 2rem 0rem;
  width: 70%;
  padding: 1.5rem 2rem 1.5rem 3.5rem;
  color: white;
  z-index: 4;
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
}

.tstblckL {
  background-image: url('/wp-content/uploads/2020/08/speechmarks-white.svg');
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 15px 15px;
  margin: 2rem 0rem 2rem 0rem;
  width: 70%;
  float: right;
  padding: 1.5rem 2rem 1.5rem 3.5rem;
  color: white;
  z-index: 4;
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
}

.tstblckRP {
  background-color: #e58350;
  background-image: url('/wp-content/uploads/2020/08/speechmarks-white.svg');
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 1rem 5rem;
  width: 70%;
  padding: 1.5rem 2rem 1.5rem 3.5rem;
  color: white;
  z-index: 4;
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
  float: right;
}

.tstblckLP {
  background-image: url('/wp-content/uploads/2020/08/speechmarks-white.svg');
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 1rem 5rem;
  width: 70%;
  padding: 1.5rem 2rem 1.5rem 3.5rem;
  color: white;
  z-index: 4;
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
}

.topTest {
  margin: 0 !important;
  box-shadow: inset 0rem 4rem #fff;
  z-index: 3;
}
.middleTest {
  margin: 0 !important;
  box-shadow: inset 0rem 4rem #eae9e2;
  z-index: 2;
}
.bottomTest {
  margin: 0 !important;
  box-shadow: inset 0rem 4rem #eae9e2;
  z-index: 1;
}

.greyBack1 {
  margin: 0rem 0rem -1rem !important;
  background-color: #eae9e2;
  padding: 0 4rem !important;
  box-shadow: inset 0rem 5.5rem #fff;
}
.greyBack2 {
  background-color: #eae9e2;
  padding: 0 4rem !important;
  margin: 0rem 0rem -1rem !important;
}

.greyBack3 {
  background-color: #eae9e2;
  padding: 0 4rem !important;
  box-shadow: inset 0rem -1.5rem #fff;
}

.csbTstText {
  padding-top: 5rem !important;
}

.tstTriLP {
  width: 0;
  height: 0;
  left: 100%;
  bottom: 4rem;
  position: absolute;
  border-left: 0px solid transparent;
  border-right: 70px solid transparent;
  z-index: 3;
}

.tstTriRP {
  width: 0;
  height: 0;
  right: 100%;
  bottom: 4rem;
  position: absolute;
  border-left: 70px solid transparent;
  border-right: 0px solid transparent;
  z-index: 3;
}

.tstblckposL p:nth-child(1) {
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-weight: bold;
  margin: 0.5rem 0;
  text-align: center;
}

.tstblckposL p:nth-child(2) {
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-style: italic;
  text-align: center;
}

.tstblckposR p:nth-child(1) {
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-weight: bold;
  margin: 0.5rem 0;
  text-align: center;
}

.tstblckposR p:nth-child(2) {
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-style: italic;
  text-align: center;
}

/*blog page*/

.order_first .post_navigation-item-arrow {
  background-color: #f5b618;
  padding: 20px 40px;
  opacity: 1 !important;
  color: white;
}

.order_second .post_navigation-item-arrow {
  background-color: #fd632c;
  padding: 20px 40px;
  opacity: 1 !important;
  color: white;
}

.post_navigation.layout_simple .order_first {
  padding: 0 0.5rem 0 5.5rem;
}

.post_navigation.layout_simple .order_second {
  padding: 0 5.5rem 0 0.5rem;
}

.blgCat {
  display: inline !important;
}

.blgPstWrap {
  margin: 0.5rem 0 1rem;
}

.blgPstImg {
  margin-top: calc(80px + 3.5rem);
}

.blgPstCont {
  margin-top: 2rem;
}

.blgHd {
  margin-top: calc(80px + 3.5rem);
}

.bTitle {
  margin: 0 0 1.5rem;
  padding: 0;
  border-top: 1px solid #eae9e2;
  border-bottom: 1px solid #eae9e2;
  font-size: 5rem !important;
  line-height: 5rem;
  font-weight: 700;
  font-family: Interstate;
  padding-top: 0.5rem;
  letter-spacing: -0.36rem;
  margin-left: -0.3rem;
}

.bSubTitle {
  border-top: 1px solid #eae9e2;
  margin: 0 0 0 !important;
  color: #5ba5ac;
  text-transform: uppercase;
  font-weight: bold;
}

.bSubTitle a {
  color: #5ba5ac;
}

.blgGrdTxtSm {
  font-weight: 700;
  padding: 2.5rem 1rem 0 1rem !important;
  color: white;
  font-size: 1.2rem;
  line-height: 1.2rem;
  /* word-break: break-word; */
  display: inline-block;
  max-width: 20ch;
}

.blgGrdTxtCont {
  padding: 0.5rem 1rem 0 1rem !important;
  color: white;
  font-size: 1rem;
  line-height: 1rem;
}

/* Footer */

.ftrSocial {
  font-size: 1.2rem;
  text-align: right;
}

.ftrSocial i {
  margin-right: 1rem;
}

.ftrMnu ul {
  flex-wrap: nowrap !important;
}

.ftrMnu li {
  width: 100% !important;
  font-size: 0.8rem;
  white-space: nowrap;
}

.ftrMnu {
  margin-bottom: 0.7rem;
}

.ftrBlk {
  margin: 2rem 0 0;
  padding: 2rem 2rem 4rem 2rem;
  border-top: 3px solid white;
  position: relative;
  z-index: 200;
  font-size: 0.8rem;
  line-height: 1rem;
  color: white;
}

/*Why it works*/

.awrdsCols .vc_column-inner {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.awrdsCols .g-cols.type_default {
  margin: 0 0 !important;
}

.wimQA {
  text-align: right;
  font-size: 0.8rem;
}

.wimQ {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.7rem;
  text-align: center;
  margin-bottom: 0rem !important;
}

.wimQBx {
  padding: 2rem 3rem 1rem;
  color: #fff;
  margin: 2rem auto !important;
  width: 60%;
}

.wimQBx p {
  margin-bottom: 0.5rem;
}

.wimLrgR {
  font-weight: 700;
  font-size: 1.2rem;
  margin: 1rem 0 2rem !important;
}

.wimImg2 {
  height: 100%;
  width: auto;
  position: absolute;
  z-index: 1;
  left: 65%;
  bottom: -10px;
}

.wiwTitle {
  padding-top: 1rem;
  margin-bottom: 0 !important;
}

.wiwImgR {
  width: auto;
}

.wiwImg1 {
  position: relative;
  float: left;
  width: 300px;
}

.wiwQA {
  font-size: 0.7rem;
  font-style: italic;
}

.wiwQ {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 0 !important;
}

.wiwSubT {
  text-align: center;
  color: #666;

  font-size: 1.2rem;
  line-height: 1.2rem;
}

.wiwHd {
  width: auto;
  text-align: right;
  margin-bottom: 2rem;
}

.wiwBtn {
  position: relative;
  z-index: 4;
}

/*Case Studies & Blog*/

.csbTitle {
  margin: 0 0 1.5rem;
  padding: 0;
  border-top: 1px solid #eae9e2;
  border-bottom: 1px solid #eae9e2;
}

.csbMTitle {
  margin: 0rem;
  padding: 0;
  border-top: 1px solid #eae9e2;
  border-bottom: 1px solid #eae9e2;
  padding-right: 30%;
}

.csbSubTitle {
  border-top: 1px solid #eae9e2;
  margin: 3rem 0 0 !important;
  color: #5ba5ac;
  text-transform: uppercase;
  font-weight: bold;
}

.csbSubMTitle {
  border-top: 1px solid #eae9e2;
  margin: 1rem 0 0 !important;
  color: #5ba5ac;
  text-transform: uppercase;
  font-weight: bold;
}

.csbSubSubTitle {
  border-bottom: 1px solid #eae9e2;
  margin: -1rem 0 0 0 !important;
  color: #5ba5ac;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  padding-left: 10rem;
}

.csbLrg p {
  font-size: 2rem;
}

.csbArt article:first-child > .w-grid-item-h {
  background: #e11e25;
}

.csbArt article:nth-child(1n) > .w-grid-item-h {
  background: #e11e25;
}

.csbArt article:nth-child(2n) > .w-grid-item-h {
  background: #21507b;
}

.csbArt article:nth-child(3n) > .w-grid-item-h {
  background: #f5b618;
}

.csbArt article:nth-child(4n) > .w-grid-item-h {
  background: #b10162;
}

.csbArt article:nth-child(5n) > .w-grid-item-h {
  background: #fd632c;
}

.csbArt article:nth-child(6n) > .w-grid-item-h {
  background: #5ba5ac;
}

.page-id-2634 .csbSubTitle,
.page-id-2536 .csbSubTitle,
.page-id-7357 .csbSubTitle,
.page-id-7355 .csbSubTitle,
.page-id-7351 .csbSubTitle,
.page-id-7379 .csbSubTitle {
  margin: 0 !important;
}

/*Our Story*/

.ourStoryHd {
  margin: 0.2rem 0 -2rem;
  padding: 2rem 0 0;
}

.ourStoryHd h3 {
  width: 65%;
  position: relative;
  z-index: 2;
}

.osImg1 {
  height: 100%;
  width: auto;
  position: absolute;
  z-index: 1;
  right: 1rem;
  bottom: -10px;
}

.osQBx {
  padding: 2rem 3rem 1rem;
  color: #fff;
  margin: 2rem 3.5rem 2rem !important;
  z-index: 2;
  position: relative;
}

.osNav {
  position: fixed;
  top: calc(80px + 2rem);
  left: 4rem;
  font-size: 0.75rem;
  width: 100%;
  line-height: 3rem;
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.4);
}

.osNav li {
  line-height: 2rem;
  margin-top: 0.5rem !important;
  z-index: 7;
  background-color: #b1b1b1;
  color: white;
}

.osNav ul {
  overflow: hidden;
  height: 3.3rem;
  max-width: initial;
  width: calc(100% + 1rem);
}

.osNav li:first-child {
  margin-left: 0.5rem;
}

.osNav.us_menu_1 .menu > li > a {
  padding: 0.2em 0.8em;
}

.osNav.w-menu .menu-item:last-child {
  margin: 0.5rem 10px 0 0 !important;
}

.osNav.us_menu_1 .menu > .current-menu-item:nth-child(1) > a {
  background: #5ba5ac;
}

.osNav li:hover:nth-child(1) {
  background: #5ba5ac;
}

.osNav.us_menu_1 .menu > .current-menu-item:nth-child(2) > a {
  background: #b10162;
}

.osNav li:hover:nth-child(2) {
  background: #b10162;
}

.osNav.us_menu_1 .menu > .current-menu-item:nth-child(3) > a {
  background: #fd632c;
}

.osNav li:hover:nth-child(3) {
  background: #fd632c;
}

.osNav.us_menu_1 .menu > .current-menu-item:nth-child(4) > a {
  background: #f5b618;
}

.osNav li:hover:nth-child(4) {
  background: #f5b618;
}

.osNav.us_menu_1 .menu > .current-menu-item:nth-child(5) > a {
  background: #21507b;
}

.osNav li:hover:nth-child(5) {
  background: #21507b;
}

.osNav.us_menu_1 .menu > .current-menu-item > a {
  margin: 0 1.5rem;
  transform: scale(1.2);
  min-width: 200px;
  text-align: center;
  transition: background-color 0.1s ease-in;
}

.osNav.us_menu_1 .menu > .current-menu-item {
  background-color: transparent;
}

.osNav.us_menu_1 .menu > li {
  height: 2.3rem;
}
.osNav.us_menu_1 .menu > .current-menu-item li {
  transition: all 0.1s ease-in-out;
}

/*Subject Matter Experts*/

.smeBx1,
.smeBx2,
.smeBx3,
.smeBx4,
.smeBx5,
.smeBx6 {
  margin: 0 0 -2rem !important;
  width: 100%;
}

.smeBx1Img,
.smeBx3Img,
.smeBx5Img {
  position: absolute;
  left: 0;
  bottom: -2rem;
}

.smeBx2Img,
.smeBx4Img,
.smeBx6Img {
  position: absolute;
  right: 0;
  bottom: -2rem;
}

.smeBx1 {
  background: linear-gradient(
    to right,
    #5ba5ac 0,
    #5ba5ac 25%,
    #89c6d6 25%,
    #89c6d6 43%,
    #e8e8e8 43%,
    #e8e8e8 100%
  );
  padding: 1.5rem 1.5rem 1.5rem 50% !important;
}

.smeBx1 h3 {
  color: #5ba5ac;
}

.smeBx2 {
  background: linear-gradient(
    to left,
    #21507b 0,
    #21507b 21%,
    #587594 21%,
    #587594 35%,
    #6c85a1 35%,
    #6c85a1 50%,
    #e8e8e8 50%,
    #e8e8e8 100%
  );
  padding: 1.5rem 50% 1.5rem 1.5rem !important;
}

.smeBx2 h3 {
  color: #21507b;
}

.smeBx3 {
  background: linear-gradient(
    to right,
    #b10162 0,
    #b10162 20%,
    #b65282 20%,
    #b65282 28%,
    #be6591 28%,
    #be6591 40%,
    #e8e8e8 40%,
    #e8e8e8 100%
  );
  padding: 1.5rem 1.5rem 1.5rem 40% !important;
}

.smeBx3 h3 {
  color: #b10162;
}

.smeBx4 {
  background: linear-gradient(
    to left,
    #f5b618 0,
    #f5b618 20%,
    #f1c971 20%,
    #f1c971 28%,
    #f2cd7c 28%,
    #f2cd7c 38%,
    #e8e8e8 38%,
    #e8e8e8 100%
  );
  padding: 1.5rem 38% 1.5rem 1.5rem !important;
}

.smeBx4 h3 {
  color: #f5b618;
}

.smeBx5 {
  background: linear-gradient(
    to right,
    #92898a 0,
    #92898a 20%,
    #a59e9f 20%,
    #a59e9f 28%,
    #b2adad 28%,
    #b2adad 40%,
    #e8e8e8 40%,
    #e8e8e8 100%
  );
  padding: 1.5rem 1.5rem 1.5rem 40% !important;
}

.smeBx5 h3 {
  color: #92898a;
}

.smeBx6 {
  background: linear-gradient(
    to left,
    #e11e25 0,
    #e11e25 14%,
    #e66f65 14%,
    #e66f65 23%,
    #e8e8e8 23%,
    #e8e8e8 100%
  );
  padding: 1.5rem 23% 1.5rem 1.5rem !important;
}

.smeBx6 h3 {
  color: #e11e25;
}

/*Client Resources */

.g-filters {
  background-color: #e8e8e8;
}

.g-filters-item.active {
  color: white !important;
}

.g-filters-item:hover {
  color: white !important;
  background-color: #da0e15 !important;
}

/*Contact Page*/

.cntctBtn {
  font-size: 1rem;
  text-transform: lowercase !important;
}

.cntctBtn i {
  background: white;
  border-radius: 50%;
  width: 1.7rem;
  height: 1.7rem;
  padding: 5px 8px;
  /* vertical-align:middle; */
  font-size: 1rem;
}

.cntctBtnL i {
  color: #fd632c;
}

.cntctBtnR i {
  color: #b10162;
}

.cntctBtnR {
  text-transform: lowercase !important;
}

.cntctAd {
  width: 25%;
  font-size: 0.7rem;
  line-height: 0.9rem;
  background-color: #e11e25;
  padding: 2% 3%;
  color: white;
  position: absolute;
  bottom: 4rem;
  right: 3rem;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

/* RESPONSIVE */

/*no greater than 2000px */
@media only screen and (max-width: 2000px) {
}

/*no greater than 1750px */
@media only screen and (max-width: 1750px) {
}

/*no greater than 1500px */
@media only screen and (max-width: 1500px) {
  .tstblckRP {
    width: 86%;
  }
  .tstblckLP {
    width: 86%;
  }
}

/* No greater than 1465px, no less than 1200px */
@media only screen and (max-width: 1465px) and (min-width: 1200px) {
  .Counter .w-counter-title {
    font-size: 0.7rem !important;
  }

  .Counter {
    font-size: 1.4rem !important;
  }
}

@media only screen and (max-width: 1465px) and (min-width: 1380px) {
  .Counter {
    font-size: 3rem !important;
  }
}

@media only screen and (min-width: 1300px) {
  /* .mnImgS{display: none;} */
}

/* up to 1300px*/
@media only screen and (max-width: 1300px) {
  .cntctBtn {
    font-size: 0.8rem;
  }
  .cntctBtnL i {
    vertical-align: middle;
  }

  .cntctBtnR i {
    vertical-align: middle;
  }
}

/* 1200px to 1350px */

@media only screen and (max-width: 1350px) and (min-width: 1200px) {
  .collGrdTxtSm {
    font-size: 0.6rem;
  }
}

/* up to 1200px */

@media only screen and (max-width: 1200px) {
  .collImg1 img {
    height: 70vh;
    width: auto;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: -10px;
    opacity: 0.25;
  }

  .collImg2 img {
    height: 70vh;

    width: auto;
    position: absolute;
    z-index: 1;
    left: 70%;
    bottom: -10px;
    opacity: 0.25;
  }

  .wiwImgR {
    width: auto;
  }

  .wiwImg1 {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.2;
    width: 200px;
  }

  .wiwHd {
    text-align: left;
  }

  .tstblckRP {
    width: 100%;
  }
  .tstblckLP {
    width: 100%;
  }
}

/* No greater than 1100px */
@media only screen and (max-width: 1100px) {
  .navSection.l-section.height_full {
    margin-top: 0rem;
  }
  .mobileNav {
    display: block;
  }
  .navTabs {
    display: none;
  }
  .cntcMenu {
    display: none !important;
  }

  .navSection.l-section.height_full.valign_center {
    justify-content: initial;
  }

  .w-tabs-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .us_custom_cfacede9 {
    min-height: 0vh !important;
  }
}

/* up to 1023px*/
@media only screen and (max-width: 1023px) {
  .csbTstText {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 900px) {
  .Counter .w-counter-title {
    font-size: 0.7rem !important;
  }

  .Counter {
    font-size: 1.4rem !important;
  }
}

/* up to 900px*/

@media only screen and (max-width: 900px) {
  .wimQBx {
    width: 100%;
  }

  .cntctH {
    margin-top: 2rem !important;
  }

  .pfList {
    width: 100%;
  }

  h1 {
    margin-top: 0;
  }

  .blgPstCont ul li::before {
    left: 1rem;
  }

  .page-id-2634 .csbSubTitle,
  .page-id-2536 .csbSubTitle,
  .page-id-7357 .csbSubTitle,
  .page-id-7355 .csbSubTitle,
  .page-id-7351 .csbSubTitle,
  .page-id-7379 .csbSubTitle,
  .page-id-7486 .csbSubMTitle,
  .page-id-7520 .csbSubMTitle,
  .page-id-7513 .csbSubMTitle {
    margin-top: 2rem !important;
  }

  .csbTitle {
    margin: 0rem 0 1rem;
    padding: 1rem 0;
  }

  .csbSubTitle {
    margin: 1rem 0 0rem !important;
  }

  .tstblckRP {
    padding: 1.5rem !important;
  }
  .tstblckLP {
    padding: 1.5rem !important;
  }

  .globalPg {
    padding-top: calc(80px + 1rem) !important;
  }

  .txtCont {
    padding-left: 1rem;
    padding-top: 0rem;
  }

  .collImg2 img {
    left: 25%;
  }

  .collImg4 img {
    display: none;
  }
  .collImg3 img {
    display: none;
  }

  .width65 {
    width: 100%;
  }

  .wimImg2 {
    top: 0;
    left: 0;
    opacity: 0.2;
  }

  .osImg1 {
    opacity: 0.2;
  }

  .ourStoryHd h3 {
    width: 100%;
  }

  .cllctnNav {
    left: 0;
  }

  .osNav {
    left: 0;
  }

  .bCrumbs {
    left: 0rem;
    font-size: 0.8rem;
  }

  .tstblck {
    margin: 2rem 0;
    width: 100%;
  }

  .tstblckR {
    margin: 2rem 0;
    width: 100%;
  }

  .tstblckL {
    margin: 2rem 0;
    width: 100%;
  }

  .l-section {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .borderB {
    right: 0;
  }

  .borderR {
    display: none;
  }

  #fp-nav {
    display: none;
  }

  .productLiB {
    margin-left: 4rem;
  }

  .lxp {
    font-size: 2rem;
    line-height: 2rem;
  }

  .productLi {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  .productPu {
    width: initial !important;
    top: 0.6rem;
    left: 0rem;
  }

  .us-btn-style_1 {
    padding: 1em 2em;
  }

  .product {
    font-weight: 700;
    font-size: 4rem;
    line-height: 4rem;
  }

  .w-scroller {
    display: none;
  }

  .cLogos {
    display: none;
  }

  .fhs1 {
    height: 100%;
    width: 100%;
    padding-left: 1.5rem;
  }

  .since {
    width: 400px !important;
    height: 1.6rem;
  }

  .est {
    font-size: 30px;
    line-height: 1.8rem;
  }
  .lLl {
    height: 4rem;
  }

  .longer,
  .lasting,
  .learning {
    font-size: 5rem;
    line-height: 4rem;
  }

  .aFS {
    width: 400px !important;
    height: 2.5rem;
  }

  .awardWinning,
  .famousFaces,
  .subjectMatter,
  .lpiAccreditation {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .lineTop {
    width: 14rem;
    height: calc(50% - 6.05rem);
  }

  .lineBottom {
    width: 14rem;
    height: calc(50% - 2.05rem);
  }

  .noPad {
    padding: 0rem 0rem !important;
    margin: 0rem 0 !important;
  }

  h1 {
    letter-spacing: -0.25rem;
  }

  .osTstImg img {
    display: none;
  }
}

@media only screen and (max-width: 900px) and (min-width: 768px) {
  .csbSubTitle {
    margin: 4.5rem 0 0rem !important;
  }
}

/* to to 768px */

@media only screen and (max-width: 768px) {
  .w-tabs-section.no_indents .w-tabs-section-content-h {
    min-height: 10rem;
  }

  .navRow {
    padding: 0 2rem;
  }

  .navRow.g-cols > div:not([class*='vc_col-xs-']) {
    margin-bottom: 0.5rem;
  }

  .navTxt {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .navTxt li a {
    color: white;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .navImg img {
    display: none;
  }

  .navSection.l-section {
    margin-top: 0rem;
  }

  .tstblck,
  .tstblckR,
  .tstblckL,
  .tstblckRP,
  .tstblckLP {
    font-size: 1.2rem;
  }

  .page-id-7486 .csbSubMTitle,
  .page-id-7520 .csbSubMTitle,
  .page-id-7513 .csbSubMTitle {
    margin-top: 1rem !important;
  }

  .ftrSocial {
    font-size: 1.2rem;
    text-align: left;
  }

  .ftrBlk {
    padding: 2rem;
  }

  .ftrMnu {
    margin-bottom: 1.4rem;
  }

  .cntctAd {
    width: 100%;
    font-size: 0.7rem;
    line-height: 0.9rem;
    bottom: 1rem;
    right: 0;
    left: 0;
  }

  .MnegMarg {
    margin-bottom: -2rem !important;
  }

  .LnegMarg {
    margin-bottom: -3rem !important;
  }

  .productLiB {
    margin: 0.5rem 0 0% 14%;
  }

  /*SME*/
  .smeBx1Img,
  .smeBx2Img,
  .smeBx3Img,
  .smeBx4Img,
  .smeBx5Img,
  .smeBx6Img {
    position: absolute;
    top: -5%;
    z-index: 1;
  }

  .smeBx1,
  .smeBx2,
  .smeBx3,
  .smeBx4,
  .smeBx5,
  .smeBx6 {
    width: 100%;
    padding: 2rem 1rem 1rem 1rem !important;
    margin: 12rem 0 0 0 !important;
    z-index: 2;
    position: relative;
    color: #fff;
  }

  .smeBx1 h3,
  .smeBx2 h3,
  .smeBx3 h3,
  .smeBx4 h3,
  .smeBx5 h3,
  .smeBx6 h3 {
    color: #fff;
  }

  .smeBx1 {
    background: linear-gradient(
      to right,
      #5ba5ac 0,
      #5ba5ac 60%,
      #89c6d6 60%,
      #89c6d6 100%
    );
  }

  .smeBx2 {
    background: linear-gradient(
      to left,
      #21507b 0,
      #21507b 45%,
      #587594 45%,
      #587594 75%,
      #6c85a1 75%,
      #6c85a1 100%
    );
  }
  .smeBx3 {
    background: linear-gradient(
      to right,
      #b10162 0,
      #b10162 30%,
      #b65282 30%,
      #b65282 68%,
      #be6591 68%,
      #be6591 100%
    );
  }

  .smeBx4 {
    background: linear-gradient(
      to left,
      #f5b618 0,
      #f5b618 35%,
      #f1c971 35%,
      #f1c971 78%,
      #f2cd7c 78%,
      #f2cd7c 100%
    );
  }

  .smeBx5 {
    background: linear-gradient(
      to right,
      #92898a 0,
      #92898a 20%,
      #a59e9f 20%,
      #a59e9f 58%,
      #b2adad 58%,
      #b2adad 100%
    );
  }

  .smeBx6 {
    background: linear-gradient(
      to left,
      #e11e25 0,
      #e11e25 59%,
      #e66f65 59%,
      #e66f65 100%
    );
  }

  /*Testimonials*/

  .tstTriR {
    display: none;
  }

  .tstTriL {
    display: none;
  }

  .tstTri {
    display: none;
  }

  .twp_menu_outside .twp-btn-close:after,
  .twp-overlay-close:after,
  .twp-overlay-close {
    top: 20px !important;
  }

  .wimQBx {
    padding: 1rem 1rem;
  }

  .osQBx {
    padding: 1.5rem 0.5rem;
    margin: 1.5rem 0rem 0rem !important;
  }

  .twp-overlay {
    margin-top: 0px !important;
    background: rgba(255, 255, 255) !important;
  }

  .collImg2 img {
    display: none;
  }

  .overlay {
    background-color: rgba(255, 255, 255);
  }

  .mnImgS {
    display: none;
  }

  .mainNav {
    padding: 1rem 1.5rem;
  }

  .overlay .closebtn {
    top: 1.5rem;
    right: 1.5rem;
    font-size: 100px;
  }

  .cllctnQ {
    width: 100%;
    text-align: left;
    font-size: 1.3rem;
  }

  .bCrumbs {
    left: 0rem;
    font-size: 0.8rem;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .cllctnNav {
    display: none;
  }

  .osNav {
    display: none;
  }

  .cllctnBdy {
    padding: 2rem 0rem !important;
    margin: 0rem 0 !important;
  }

  .cllctnBdyNB {
    padding: 1rem 0rem !important;
    margin: 1rem 0rem !important;
  }

  .cllctns {
    padding-top: 7rem !important;
  }

  .noPad .vc_column-inner {
    padding: 0rem 0rem !important;
    margin: 0rem 0 !important;
  }
  .cllctnBdyNPNB {
    padding: 0rem 0rem !important;
    margin: 1rem 0 !important;
  }

  .cllctnBdyNP {
    padding: 2rem 0rem 0rem !important;
    margin: 1rem 0 !important;
  }

  .ourStoryHd {
    padding: 0rem 1.5rem 0rem !important;
    margin: 1rem 0 0 !important;
  }

  .pfBlk {
    width: 100%;
  }

  .cllctnQ {
    width: 100%;
  }
  .cllctnQA {
    width: 100%;
  }
  .cllctnVid {
    width: 100%;
    top: 1.25rem;
  }

  .cllctnVidCsb {
    width: calc(100% - 3rem);
    top: 1.25rem;
  }

  .cllctnVidR {
    margin: 1rem 0rem 1.5rem !important;
    background-color: #eae9e2;
    box-shadow: inset 0rem 1.5rem #fff;
  }

  .w-nav-list.level_1 {
    border-top: 0;
    border-left: 0;
    padding: 30px;
    box-shadow: initial !important;
  }

  .g-cols.type_boxes > div,
  .g-cols.reversed > div:first-child,
  .g-cols:not(.reversed) > div:last-child,
  .g-cols > div.has-fill {
    margin-bottom: 1rem;
  }

  .productPu {
    width: initial !important;
    top: 0;
    left: 0;
  }

  .collAwrdsGr.cllctnBdy {
    margin-bottom: 2rem !important;
  }

  .negMarg {
    margin-bottom: -3rem !important;
  }
}

@media only screen and (max-width: 768px) and (min-width: 525px) {
  .since {
    width: 365px !important;
  }

  .aFS {
    width: 365px !important;
  }
}

/* to to 600px */

@media only screen and (max-width: 600px) {
  .noPad {
    padding: 0rem 1.5rem !important;
    margin: 0rem 0 !important;
  }

  .l-section {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .l-section.blgHd {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .productLiB {
    margin-left: 0rem;
    padding: 0rem 3.5rem 0.5rem 1.5rem;
  }

  .lxp {
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 0;
  }

  .lxpCol {
    margin-top: 0rem;
    padding: 1.5rem 1.5rem 0rem 1.5rem;
  }

  .productLi {
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 2rem;
  }

  .productPu {
    width: initial !important;
    top: 0;
    left: 0;
  }

  .us-btn-style_1 {
    padding: 0.5em 2em;
    font-size: 16px;
  }

  .product {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3rem;
    margin-left: 0;
  }
}

/* to to 525px */

@media only screen and (max-width: 525px) {
  .since {
    width: 190px !important;
    height: 0.6rem;
  }

  .est {
    font-size: 0.5rem;
    line-height: 1.2rem;
  }
  .lLl {
    height: 2.4rem;
  }

  .ftrCrdt {
    display: block;
    margin-top: 0.7rem;
  }

  .longer,
  .lasting,
  .learning {
    font-size: 2.5rem;
    line-height: 2.8rem;
    letter-spacing: -0.2rem;
  }

  .aFS {
    width: 190px !important;
    height: 1.3rem;
  }

  .awardWinning,
  .famousFaces,
  .subjectMatter,
  .lpiAccreditation {
    font-size: 1rem;
    line-height: 1rem;
  }

  .lineTop {
    width: 6.6rem;
    height: calc(50% - 4.15rem);
  }

  .lineBottom {
    width: 6.6rem;
    height: calc(50% - 0.15rem);
  }
}
/* to to 450px */

@media only screen and (max-width: 450px) {
  .Counter .w-counter-title {
    font-size: 0.6rem !important;
  }

  .Counter {
    font-size: 1.4rem !important;
  }

  .csbSubSubTitle {
    text-align: right;
    padding: 0;
  }
}
@media screen and (max-height: 650px) {
}

@media screen and (max-height: 450px) {
  .borderB {
    height: 0.5rem;
  }

  .us-btn-style_1 {
    font-size: 16px;
  }
}

@media screen and (max-height: 375px) {
  .bCrumbs {
    display: none;
  }

  .cllctnNav {
    top: calc(80px + 0.5rem);
  }

  .l-header.pos_fixed {
    border-bottom: 0.5rem solid #e11e25;
  }

  .globalPg {
    padding-top: calc(80px + 1rem) !important;
  }
}

@media screen and (max-height: 350px) {
  .lineTop {
    display: none;
  }
  .lineBottom {
    display: none;
  }
  .txtCont {
    padding-left: 1rem;
    margin-top: 2rem;
  }
  .productLi {
    margin-bottom: 0.5rem;
  }
  .bAlign {
    bottom: 0;
  }
}

@media screen and (max-height: 610px) {
  .navSection p {
    margin-bottom: 0.3rem !important;
  }

  .navTxt {
    min-height: 280px;
  }

  .navImg img {
    height: 90%;
  }
}

@media screen and (min-height: 800px) {
  .ioImg img {
    max-height: 500px;
  }
}

/*landing page custom style for dot digital*/

@media screen and (min-height: 1224px) {
  .lp-col {
    width: 50% !important;
    float: left !important;
  }
}
