.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  vertical-align: top;
  text-decoration: none;
}
html, body {
  /* font-family: 'Montserrat', sans-serif !important; */
  color: #5D5F62;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  background: #fff; 
}
strong{
  font-weight: 700;
}
a { 
  text-decoration: none;
  color: #fff;
}
img{
  max-width: 100%;
  height: auto;
}
h1,h2,h3,h4,h5,h6, ul, li,dl,dt,dd{
  margin: 0;
  padding: 0;
}
h1{
  color: #171A1F;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
  padding-bottom: 12px;
}
h1 span{
   font-weight: 700;
   display: block;
}
h1 span.inline{
   display: inline-block;
}
h2{
  color: #171A1F;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
  padding-bottom: 16px;
  letter-spacing: 0.36px;
}
h2 span{
   font-weight: 100;
}
h3{
  color: #171A1F;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  padding: 30px 0 16px;
}
h4{
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #141414;
  padding-bottom: 16px;
}
h5{
  color: #fff;
  font-weight: 700;
  padding-bottom: 16px;
  font-size: 16px;
}
h6{
  color: #171A1F;
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
}
p{
  padding: 0 0 16px;
  margin-bottom: 0;
}
.btn{
  border:0;
  background: #F60;
  padding: 0 24px; 
  display: inline-block;
  font-size: 14px;
  line-height: 48px;
  color: #FFF;
  border-radius: 48px;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  position: relative;
}
.btn.blk-btn{
  background: transparent;
  border: #F60 1px solid;
  color: #F60;
}
.btn.bor-btn{
  background: transparent ;
  color: #141414 !important;
  border: #141414 1px solid !important;
}
.btn span{
  display: inline-block;
  margin-right: 8px;
}
.btn:after{
   background-image: url(../images/white-arrow.svg) ;
   background-position: 0 0;
   background-repeat: no-repeat;
   position: absolute;
   right: 24px;
   top: 14px;
   width: 24px;
   height: 24px;
   content: '';
   opacity: 0;
   -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.bor-btn.btn:after{
   background-image: url(../images/black-arrow.svg) ;
 }
.btn:hover, .btn.blk-btn:hover{
  background-color:#df4103;
  color: #fff;
  padding: 0 56px 0 24px; 
}
.btn.blk-btn:hover{
  background-color:#000 ;
  color: #fff;
  padding: 0 56px 0 24px; 
  border-color: #000;
}
.btn:hover:after{
  opacity: 1;
}

@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1440px;
  }
}
/*Header
----------------------------------*/
#header{
  position: relative;
  z-index: 3;
}
.headTop{
  background: #171A1F;
  padding: 12px 0;
}
.headTopinn{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flagList{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -16px;
}
.flagList li{
  padding: 0 16px;
  border-left: #8B8C8F 1px solid;
  line-height: 14px;
}
.flagList li:first-child{
  border: 0;
}
.flagList li a{
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flagList li a img{
  padding-right: 12px;
}
.headOut{
  padding: 16px 0;
  background: #FFF;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
}
.headOut.fixed{
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
}
.headInn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}
.headRgt {
  display: flex;
  align-items: center ;
  justify-content: flex-end;
}
.mainNav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 18px;
}
.mainNav > li {
  padding: 12px;
  position: relative;
}
.mainNav > li > a{
  color: #575757;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.mainNav > li > a.dropDown{
  background: url(../images/menu.svg) right center no-repeat;
  padding-right: 28px;
}
.mainNav > li:hover > a{
  color: #FF4800;
  font-weight: 500;
}
.ddNav{
  position: absolute;
  left: 0;
  top: 100%;
  background:#fff ;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
  width: 262px;
  padding: 16px;
  display: none;
}
.ddNav li{
  padding: 8px 0;
  text-align: left;
}
.ddNav li a{
  color: #797979;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  
  display: inline-block;
}
.ddNav li a:hover{
  color: #FF4800;
  font-weight: 500;
}

@media only screen and (min-width: 1200px){
  .mainNav > li:hover .ddNav{
    display: block;
  }
}
.toggle, .mobHead, .mobSced{
  display: none;
}
/*container
----------------------------------*/
/*#wrapper{
  padding-top: 141px;
}*/
.banner{
  background: #FAFAFA url(../images/global.png) center bottom no-repeat;
  padding: 100px 0;
}
.banner p{
  color: #5D5F62;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 30px;
}
.contBlock{
  padding: 70px 0;
}
.contBlock.nopad{
  padding: 70px 0 0;
}
.blkCont{
   background: #141414;
   color: #B9BABC;
}
.gryCont{
  background: #FAFAFA;
}
.blkCont p{
  color: #fff;
}
.blkCont h2, .blkCont h3 {
  color: #fff;
}
.bannerBoxOut{
  padding: 0 0 30px;
}
.bannerBox{
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #F3F3F3;
  background: #FFF;
  text-align: center;
  height: 100%;
 box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.03);

 color: #5D5F62;
font-size: 16px;
font-weight: 400;
line-height: 22px; 
}
.bannerBoxInner{
  border: 1px solid #F3F3F3;
  background: #FAFAFA;
}
.bannerBox i{
  display: block;
  padding-bottom: 8px;
}
.bannerBox span{
  color: #000;
  font-size: 24px;
  font-weight: 700;
  display: block;
  padding: 8px 0;
}
.btnsBanner{
  display: flex;
  justify-content: center;
  align-items: center;
}
.btnsBanner .btn{
  margin: 0 15px;
}
.lifeImg{
  padding-top: 30px;
}
.trusted{
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  padding: 0 0 16px;
  text-align: center;
}
.trusted span{
  font-weight: 700;
}
.logoSlider{
  padding: 28px 0 80px;
  opacity: 0;
}
.logoSlider .slick-slide{
   border: #ebebeb 1px solid;
   margin: 0 15px;
   padding: 15px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   text-align: center;
   background: #fff;
}
.logoSlider .slick-slide{
   border: #ebebeb 1px solid;
   margin: 0 15px;
   padding: 15px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   text-align: center;
}
.logoSlider .slick-slide h3{
  width: 100%;
  padding: 10px 0 0;
  font-size: 16px;
  text-overflow: ellipsis; 
  overflow: hidden; 
  white-space: nowrap;
}
.listing{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  min-height: 350px;
}
.listing li{
  padding: 3px 0 3px 24px;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
   width: 100%;
  color: #ABABAB;
  font-size: 19px;
  line-height: 28px;
  position: relative;
}
.listing li:before{
  background: #5D5F62;
  width: 12px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 18px;
  content: '';
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.dataImg{
  margin-bottom: -300px;
}
.dataMar{
  margin-bottom: 206px;
}
.dataLogos{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 0 -15px;
}
.dataLogos li{
  padding: 0 15px;
}
.reqForm label{
  display: block;
  color: #3E3C64;
  padding-bottom: 8px;
  font-family: Inter;
  font-size: 16px;
  text-align: center;
}
.reqForm label sup{
  color: #F00;
}
.reqForm input, .reqForm textarea, .reqForm select{
  height: 48px;
  padding: 9px 8px;
  border-radius: 8px;
  width: 100%;
  border: 0;
  margin: 0 0 30px;
  background: #EFF0F3;;
  color: #000;
  font-size: 16px;
}


.reqForm input:focus, .reqForm textarea:focus, .reqForm select:focus {
  background-color: #EFF0F3;
  box-shadow: none;
}

.reqForm select{
  appearance: none;
  background:#EFF0F3 url(../images/select.svg) calc(100% - 16px) center no-repeat;
  padding-right: 36px;
}
.reqForm textarea{
  height: 136px;
  padding: 10px 16px;
  border-radius: 8px;
  resize: none;
}
.orTxt{
  border-radius: 50%;
  border:#B9BABC 1px solid;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #B9BABC;
  position: relative;
  margin: 0 auto;
}
.orTxt:before{
  position: absolute;
  left: -8px;
  top:50%;
  content: '-';
  margin-top: -25px;
}
.orTxt:after{
  position: absolute;
  right: -8px;
  top:50%;
  content: '-';
  margin-top: -25px;
}
.dropFile{
  display: flex;
  height: 100%;
  padding: 34px;
  justify-content:center;
  align-items: center;
  border-radius: 20px;
  border: 1px dashed #B9BABC;
  /* color: #fff; */
  text-align: center;
}
.dropFileInn i{
  display: block;
  padding-bottom: 8px;
}
.dropFileInput{
  position: relative;
  width: 100%;
  height: 22px;
  text-align: center;
}
.dropFileInput em{
  position: relative;
  z-index: 1;
  color: #B9BABC;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  display: block;
  text-align: center;
  font-style: normal;
}
.dropFileInput em span{
  color: #F60;
}
.dropFileInput input{
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 22px;
  z-index: 2;
}
.dropFileInn a{
  color: #FF4800;
  text-decoration: underline;
}
.subForm {
  text-align: left;
}
.subForm label{
  display: block;
  color: #5D5F62;
  padding-bottom: 8px;
}
.subForm label a{
  color: #FF4800;
}
.req{
  color: #FF4800;
}
.subForm span{
  color: #FF4800;
}
.subForm input[type="text"]{
  height: 48px;
  padding: 0 24px;
  border-radius: 50px;
  background: #EFF0F3;;
  width: 100%;
  border: 0;
  margin: 0 0 12px;
  color: #B9BABC;
}
.custCheck {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custCheck .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: #575757 1px solid;
  border-radius: 5px;
}
.custCheck:hover input ~ .checkmark {
  background-color: #ccc;
}
.custCheck input:checked ~ .checkmark {
  background-color: #fff;
}
.custCheck .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custCheck input:checked ~ .checkmark:after {
  display: block;
}
.custCheck .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #575757;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.center, .center02, .center03, .experts {
  padding: 20px 0 80px;
}
.center .btn{
 pointer-events: none;
}
.center .slick-current .btn{
  pointer-events: visible;
}
.center03 img{
  width:100%;
  height: auto;
  border-radius: 12px;
}
.slideBox{
  background: #2c2c2c;
  padding: 30px;
  border-radius: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  flex-wrap: wrap;
  position: relative;
}
.center02 .slideBox{
  background: #fff;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border-radius: 12px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.slick-slide{
  overflow: hidden;
}
.slideBoxLeft{
  width: calc(100% - 200px);
}
.slideBoxRgt{
  position: absolute;
  right: 50px;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.slideBoxRgt img{
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  max-height: 90%;
  width: auto;
}
.slideBox:hover .slideBoxRgt img{
  transform: scale(1.15);
}
.center .slick-slide{
  padding: 0 15px;
  color: #e67e22;
  transform: scale(0.8);
  filter: blur(3px);
}
.center02 .slick-slide {
  color: #5D5F62;
  padding:  15px;
  margin: 0;
  opacity: 0.3;
}
.center02 .slick-slide.slick-current {
  opacity: 1;
}
.center02 .slick-slide h4, .center02 .slick-slide p{
  color: #171A1F;
}
.center .slick-slide.slick-current{
  transform: scale(1);
  filter: blur(0);
}
.center03 .slick-slide{
  transform: scale(0.7);
  padding: 0;
}
.center03 .slick-slide.slick-current{
  transform: scale(1);
}

.center .slick-arrow, 
.center02 .slick-arrow,
.center03 .slick-arrow,
.experts .slick-arrow,
.logoSlider .slick-arrow{
  border: 0;
  font-size: 0;
  line-height: 0;
  background: url(../images/prev2.svg) center center no-repeat;
  width: 52px;
  height: 52px;
  position: absolute;
  bottom:0;
  right: calc(50% + 40px);
  margin-right: -26px;
  border-radius: 50%;
  border: #8b8c8f 2px solid;
}
.center02.expertSlider .slick-arrow{
   bottom:27px;
}

.center .slick-next, 
.center02 .slick-next,
.center03 .slick-next,
.experts .slick-next,
.logoSlider .slick-next{
  transform: rotate(-180deg);
  right: calc(50% - 40px);
}
.revBox{
  background: #F3F3F3;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px;
} 
.revLogo{
  padding-bottom: 30px;
}
.revCont{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -15px;
  color:#575757;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
 }
.revCont h2{
  padding-bottom: 0;
}
.revContLeft{
  width: 50%;
  padding: 0 15px;
}
.revContRgt{
  width: 50%;
}
.slideVid{
  width:50%;
}
.slideVid iframe{
  border-radius: 12px;
}
.slideVid img{
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.slideCont{
  width: 50%;
  color: #ABABAB;
  padding: 30px;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  background: #fff;
  color: #5D5F62;
  line-height: 1.5;
  font-weight: 400;
  font-size: 18px;
}
.slideCont p:last-child{
  padding: 0;
}
.slideCont h4{
  color: #fff;
  width: 100%;
}
.slideCont h4 + p span{
  font-size: 20px;
  display: block;
  font-weight: 700;
}
.slideCont p.qHead{
  color: #171A1F;
  font-size: 22px;
  font-weight: 700;
}
.slideCont p.qHead span{
  display: block;
  color: #5D5F62;
  font-size: 18px;
  font-weight: 400;
}

.experts{
  position: relative;
}
.experts:before{
  background: #FFF;
  filter: blur(60px);
  height: 100%;
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: 999999999;
}
.experts:after{
  background: #FFF;
  filter: blur(60px);
  height: 100%;
  width: 200px;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  z-index: 999999999;
}
.expBox{
  border-radius: 60px;
  background: #F3F3F3;
  margin: 0 15px;
}
.expCont{
  padding: 30px;
  color:#575757;
  text-align: justify;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.expCont span{
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  display: block
}
.center02 .slick-slide p.quotes {
  position: relative;
  padding: 32px 0;
  
}
.quotes:before{
  background: url(../images/quote01.svg) 0 0 no-repeat;
  background-size: 100% auto;
  height: 30px;
  width: 46px;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
}
.quotes:after{
  background: url(../images/quote02.svg) 0 0 no-repeat;
  background-size: 100% auto;
   height: 30px;
  width: 46px;
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
}
.lifeImg{
  background: url(../images/frame.png) 0 0 no-repeat;
  padding: 6% 1% 2%;
  background-size: 100% auto;
}
.lifeImg02{
  background: url(../images/frame02.png) 0 0 no-repeat;
  padding: 6% 1% 2%;
  background-size: 100% auto;
}
.lifeImg iframe, .lifeImg02 iframe{
  border-radius: 10px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 100%;
  width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.workBox {
  border-radius: 12px;
  background: #2e3135;
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
}
.workBox em{
  color: #45484C;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 100px;
  position: absolute;
  right: 30px;
  top: 30px;
  font-family: 'Anton', sans-serif;
}
.workBox span{
  display: block;
  padding-bottom: 30px;
}
.workBox p{
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
  z-index: 2;
  padding: 0;
  min-height: 66px;
}
.covBox{
  border-radius: 40px;
  background: #2C2C2C;
  margin-bottom: 40px;
}
.covImg{
  background: #fff;
  height: 200px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.covImg img{
  width: 100%;
  height: auto;
}
.covCont{
  padding: 30px 30px 88px;
  color: #FFF;
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  min-height: 300px;
}
.covDate{
  color: #ABABAB;
  padding-left: 28px;
  background: url(../images/calendar.svg) 0 0 no-repeat;
}
.covCont a{
  border-radius: 50px;
  border: 1px solid #FFF;
  color: #fff;
  line-height: 48px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  left: 30px;
  bottom: 30px;
   -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;

}
.covCont a:after{
   background-image: url(../images/white-arrow.svg) ;
   background-position: 0 0;
   background-repeat: no-repeat;
   position: absolute;
   right: 24px;
   top: 14px;
   width: 24px;
   height: 24px;
   content: '';
   opacity: 0;
   -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.covCont a:hover{
  padding: 0 56px 0 24px; 
}
.covCont a:hover:after{
  opacity: 1;
}
.resourceTabCont{
  display: none;
}
.resourceTabCont.active{
  display: block;
}
.resourceTab{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px -8px 16px;
}
.resourceTab li{
  padding: 0 8px 8px;
}
.resourceTab li a{
  border-radius: 50px;
  background: #2E3135;
  line-height: 44px;
  color: #8B8C8F;
  font-size: 14px;
  padding: 0 14px;
  display: inline-block;
}
.resourceTab li a.active{
  background: #5D5F62;
  box-shadow:  0px 8px 24px 0px rgba(0, 0, 0, 0.05);
  color: #fff;
}

.resorceBox{
  border-radius: 12px;
  background: #2E3135;
  padding: 30px 24px;
  margin-bottom: 30px;
}
.resImg {
  margin: -30px -24px 30px;
}
.resImg img{
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.resorceBox h3{
  height: 57px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 16px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 30px;
}
.resorceBox p{
  color: #B9BABC;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  padding-bottom: 10px;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.resorceBox span{
  color: #B9BABC;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
  padding-left: 28px;
  margin-right: 24px;
}
.resorceBox span.resDate{
  background: url(../images/calendar.svg) 0 0 no-repeat;
}
.resorceBox span.resView{
  background: url(../images/view.svg) 0 0 no-repeat;
}
.resorceCont{
  position: relative;
  padding-right: 62px;
}
.resorceCont a{
  background: url(../images/prev.svg) 0 0 no-repeat;
  display: inline-block;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 0;
  bottom: 0;

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  border-radius: 50%;
}
.resorceCont a:hover{
    transform: rotate(45deg);
  background-color: #fff;
}
.certi{
  background: #2C2C2C;
  border-radius: 20px;
}
.pt30{
  padding-top: 30px;
}

/*How It Works
----------------------------------*/
.innerPageBanner{
  background: #FAFAFA;
  background-image: url(../images/cube2.png), url(../images/cube1.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stepList li{
    padding:0 0 0 215px;
    position: relative;
    margin-bottom: 45px;
}
.nums{
  position: absolute;
  left: 0;
  top: 0;
  color: #E8E8E9;
  font-size: 108px;
  line-height: 108px;
  font-weight: 400;
  font-family: 'Anton', sans-serif;
}
.stepList li:before{
  background: #EFF0F3;
  width: 4px;
  height: calc(100% - 123px);
  top: 123px;
  position: absolute;
  left: 48px;
  content: '';
  z-index: 1;
}
.stepList li.stepsOver:after{
   background: #EFF0F3;
  width: 4px;
  height: 0;
  top: 123px;
  position: absolute;
  left: 48px;
  content: '';
  z-index: 2;
  transition: height 2s;
}
.stepList li.stepsOver.active:after{
  height: calc(100% - 123px);
}
.stepList li.stepOne.active:after{
  background: #F60 ;
}
.stepList li.stepTwo.active:after{
  background: #6086F1 ;
}
.stepList li.stepThree.active:after{
  background: #F5767D ;
}
.stepList li.stepFour.active:after{
  background: #BE87FC ;
}
.stepList li.stepFive.active:after{
  background: #0FCA95 ;
}
.stepList li.stepSix.active:after{
  background: #FFC700 ;
}
.stepList li.stepsOver.active:after{
  height: calc(100% - 123px);
}

.stepList li.stepOne.active .nums{
  color: #F60 ;
}
.stepList li.stepTwo.active .nums{
  color: #6086F1 ;
}
.stepList li.stepThree.active .nums{
  color: #F5767D ;
}
.stepList li.stepFour.active .nums{
  color: #BE87FC ;
}
.stepList li.stepFive.active .nums{
  color: #0FCA95 ;
}
.stepList li.stepSix.active .nums{
  color: #FFC700 ;
}
.stepHedd{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #171A1F;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 30px;
}
.stepHedd img{
  margin-right: 24px;
}
.stepList dt{
  color: #171A1F;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 12px;
}
.stepList dd{
  color: #5D5F62;
  line-height: 150%;
  padding-bottom: 24px;
}
.stepList dd.asses{
  padding: 16px;
  border-radius: 12px;
  background: #F5767D;
  color:  #FFF;
}
.cancellation{
  border-radius: 12px;
  background: #FAFAFA;
  padding: 24px;
  text-align: center;
}
.cancellation span{
  color: #F00;
  font-weight: 700;
  padding-bottom: 8px;
  display: block;
}
.cancellation p {
  padding-bottom: 8px;
}

/*Our Vetting Process
----------------------------------*/
.vettingBanner .bannerBoxOut {
    padding: 30px 0 0 ;
}
.paraBox{
  padding-top: 30px;
}
.paraBox h3{
  color: #171A1F;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  padding: 12px 0;
}
.paraBox p{
  color: #5D5F62;
/*  text-align: justify;*/
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  padding: 0;
}
.paraBox i{
  display: block;
}
.cultDesk {
    display: flex;
    padding-top: 30px;
    align-items: center;
}
.cultMob {
    display: none;
}
h3.discH3{
  font-weight: 700;
  padding: 45px 0;
  text-align: center;
}
.disclaimer{
  border-radius: 12px;
  background: #F5F6F7;
  padding: 24px;
  text-align: center;
  line-height: 150%;
}
.disclaimer span{
  display: block;
  color: #F00;
  font-weight: 700;
}
.processesBoxOuter{
  position: relative;
  padding-top: 40px;
}
.proLgImg{
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -180px;
}
.processesBox{
  position: relative;
}
.processesBox h3{
  font-weight: 700;
  padding: 0 0 12px;
  font-size: 22px;
  line-height: 150%;
}
.processesBox h3 i{
  display: none;
}
.processesBox p{
  color: #5D5F62;
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  padding: 0;
}
.padl{
  padding-left: 313px;
      margin-bottom: 40px;
}
.padr{
  padding-right: 313px;
}
.procNum{
  position: absolute;
  top: -16px;
  color: #E8E8E9;
  font-family: 'Anton', sans-serif;
  font-size: 108px;
  font-weight: 400;
}
.padl .procNum{
  left: 180px;
}
.padr .procNum{
  right: 180px;
}
.mt142{
  margin-top: 140px;
  margin-bottom: 40px;
}
.mt120{
      margin-top: 150px;
}
.mtM20{
  margin-top: -20px;
}
.mtM50{
  margin-top: -50px;
}

/*Online reviews
----------------------------------*/
.reviewBox{
  padding: 30px;
  border-radius: 12px;
  background: #F5F6F7;
  margin: 15px 0;
  height: calc(100% - 30px);
}
.revTop{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -16px 24px;
}
.revTop span{
  display: inline-block;
  padding: 0 16px;
  margin-right: 2px;
  position: relative;
}
.revTop span:first-child:after{
  background: #E8E8E9;
  width: 2px;
  height: 22px;
  position: absolute;
  right: -2px;
  top: 0;
  content: '';
}
.revPara{
  position: relative;
  text-align: justify;
  padding-bottom: 40px;
  line-height: 1.3;
}
.quoted {
  width: 41px;
  height: 29px;
}
.quoted01{
  position: relative;
  margin-right: 10px;
  top: -10px;
}
.quoted02{
  position: absolute;
  right: 0;
  top:calc(100% - 43px);
}
.revAuth{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 1.3;
}
.revAuth i{
  display: inline-block;
  padding-right: 12px;
}
.revAuth span{
  color: #171A1F;
  display: block;
  font-size: 18px;
  font-weight: 700;
}
/*success story
----------------------------------*/
.successBox{
  display: flex;
  padding: 30px;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  background: #F5F6F7;
  margin: 0 0 45px;
}
.successBoxLeft{
  width: 50%;
}
.successBoxRgt{
  color: #171A1F;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  width: 50%;
  padding-left: 30px;
}
.successBoxRgt p{
  padding: 24px 0;
}
.sucAuth{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 400;
}
.sucAuth i{
  display: inline-block;
  padding-right: 12px;
}
.sucAuth span{
  color: #171A1F;
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.successBoxLeft iframe{
  border-radius: 12px;
}

/*Case studies
----------------------------------*/
.caseBox{
  padding: 30px;
  border-radius: 12px;
  background: #F5F6F7;
  margin: 15px 0;
  height: calc(100% - 30px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.caseBoxLeft{
  width: 185px;
}
.caseBoxLeft img{
  border-radius: 12px;
}
.caseBoxRgt{
  width: calc(100% - 185px);
  padding-left: 30px;
  line-height: 1.5;
}
.caseTitle{
  color: #171A1F;
  font-size: 22px;
  font-weight: 700;
}
.caseAuth{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 25px;
}
.caseAuth i{
  display: inline-block;
  margin-right: 8px;
}
.caseBoxRgt p{
  margin-bottom: 24px;
  height: 76px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
   display: block;
  display: -webkit-box;
}
.caseBoxRgt a, .lineBtn{
  line-height: 48px;
  padding: 0 24px;
  gap: 8px;
  border-radius: 50px;
  border: 1px solid #F60;
  background: transparent;
  color: #F60;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}
.caseBoxRgt a:after, .lineBtn:after {
    background-image: url(../images/white-arrow.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    right: 24px;
    top: 14px;
    width: 24px;
    height: 24px;
    content: '';
    opacity: 0;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}
.caseBoxRgt a:hover, .lineBtn:hover {
    background-color: #df4103;
    color: #fff;
    padding: 0 56px 0 24px;
}
.caseBoxRgt a:hover:after, .lineBtn:hover:after {
    opacity: 1;
}

.case-popup{
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  left: 0;
    top: 0;
    z-index: 99999;
    display: none;
  background: rgba(0,0,0,0.5);
  padding:30px


}
.case-inner{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.case-form-wrap{
  background: #fff;
  width: 100%;
  max-width: 705px;
  padding: 60px 122px;
  border-radius: 12px;
  position: relative;
}
.case-form-wrap h2 {
    text-align: center;
    padding-bottom: 45px;
}
.case-close {
    position: absolute;
    padding: 30px;
    right: 0;
    top: 0;
}
.case-field label{
  display: block;
    color: #171A1F;
    padding-bottom: 8px;
}
.case-field input, .case-field textarea, .case-field select{
      height: 48px;
    padding: 0 24px;
    border-radius: 8px;
    width: 100%;
    border: 0;
    margin: 0 0 30px;
    background: #EFF0F3;
    color: #000;
    font-size: 16px;
}
.case-field input:focus, .case-field textarea:focus, .case-field select:focus{
  box-shadow: none;
   background: #EFF0F3;
}
.case-field sup {
    color: #F00;
}
.case-btn{
  width: 100%;
  text-align: center;
}
.loaderCase {
  text-align: center;
}
.loaderCase img {
  width: 120px;
  height: auto;
}
/*Media coverage
--------------------------------*/
.mediaBox {
    padding: 30px;
    border-radius: 12px;
    background: #F5F6F7;
    margin: 15px 0;
    height: calc(100% - 30px);
}
.mediaLogo{
  width: 100%;
  min-height: 200px;
  border-radius: 12px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  overflow: hidden;
}
.mediaCont{
  width: 100%;
  padding-bottom: 20px;
}
.mediaCont p{
    color: #171A1F;
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    height: 96px;
    margin-bottom: 12px;
}
.mediaDate{
  color: #5D5F62;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background: url(../images/date-ico.svg) 0 center no-repeat ; 
  padding-left: 32px;
 
}

.btn-wrap button{
  border: 0;
  font-size: 0;
  line-height: 0;
  background: url(../images/prev2.svg) center center no-repeat;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: #8b8c8f 2px solid;
  margin-top: 10px;
  opacity: 0.6;
}
.btn-wrap button.next-btn, .btn-wrap button.next-btn02{
  transform: rotate(-180deg);
  right: calc(50% - 40px);
  margin-left: 30px;
}
.revBox{
  background: #F3F3F3;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px;
} 

/*Management Team
--------------------------------*/
.team-content {
    display: flex;
    padding: 24px;
    justify-content: space-between;
    align-items: center;
    background: #FAFAFA;
}
.team-content a{
  width: 36px;
}
.team-content-inner {
    color: var(--secondary-secondary-100, #171A1F);
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    width: calc(100% - 46px);
}

.team-content-inner span {
    color: var(--secondary-secondary-70, #5D5F62);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    width: 100%;
    float: left;
    min-height: 48px;
}
.team-member-box{
  padding-right:15px;
}
.team-member-box img{
  width: 100%;
  height: auto;
}
.memberSlider {
  margin-left: -15px;
}
.memberSlider02 {
  margin-right: -13px;
}
.certification-left-cont {
    width: calc(100% - 185px);
    padding-right: 30px;
}
.certification-left-cont h5 {
    overflow: hidden;
    color: var(--secondary-secondary-100, #171A1F);
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.certification-left-cont p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* -webkit-box-orient: vertical; */
    overflow: hidden;
    width: 100%;
    /* height: 76px; */
    margin-bottom: 12px;
}
.prtocol-cont .loadmore{
  color: var(--primary-primary-100, #F60);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
}
.prtocol-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.ellipsisCont {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* -webkit-box-orient: vertical; */
    overflow: hidden;
    width: 100%;
    /* height: 76px; */
    margin-bottom: 12px;
}


.association-right-cont {
    width: calc(100% - 400px);
    padding-left: 30px;
}
.association-right-cont h5 {
    overflow: hidden;
    color: var(--secondary-secondary-100, #171A1F);
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.association-right-cont p {
    width: 100%;
    margin-bottom: 12px;
}
.association-left-cont {
  width: 400px;
    min-height: 200px;
    border-radius: 12px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.awardsImg {
  width: 338px;
  height: 338px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid #EBEBEB;
  background: var(--grey-grey-10, #FCFCFC);
  display: flex;
  align-items: center;
  justify-content: center;
}
.awardsCont h6 {
    color: var(--secondary-secondary-100, #171A1F);
    text-align: center;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 39px */
}

.awardsCont h6 span {
    font-weight: 700;
}
.awardsWrapper{
  padding-top: 30px;
}
.awardsCont {
    padding: 0 30px;
}
/*footer
----------------------------------*/
#footer .blkCont {
    background: #141414 url(../images/map.png) center center no-repeat;
}
.fooBot {
  padding: 12px 0;
  font-size: 16px;
  color: #5D5F62;
}
.fooNav{
  padding-bottom: 22px;
}
.fooNav dt{
  color: #fff;
  font-weight: 700;
  padding-bottom: 16px;
  font-size: 16px;
}
.fooNav dd{
  color: #B9BABC;
  font-weight: 500;
  padding-bottom: 8px;

}
.fooNav dd a{
  display: inline-block;
  color: #B9BABC;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px; 
  text-transform: capitalize;
}
.fooNav dd a:hover{
  color: #FF4800;
}
.fooNav ul{
  padding-top: 6px;
}
.fooNav li{
  position: relative;
  padding-left: 20px;
  display: block;
}
.fooNav li:before{
  position: absolute;
  left: 8px;
  top: 9px;
  background: #8B8C8F;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  content: '';
}
.fooNav li a{
   color: #8B8C8F;
}

.fooLocList{
  padding-top: 24px;
}
.fooLocList li{
  display: block;
  padding: 0 0 12px 28px;
  color: #B9BABC;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.fooLocList li:nth-child(1){
  background: url(../images/foo-loc.svg) 0 10px no-repeat;
}
.fooLocList li:nth-child(2){
  background: url(../images/foo-call.svg) 0 0 no-repeat;
}
.fooLocList li:nth-child(3){
  background: url(../images/foo-mail.svg) 0 0 no-repeat;
}
.fooLocList dd{
  padding: 8px 0 0 20px;
  position: relative;
}
.fooLocList dd:nth-child(1):before, .fooLocList dd:nth-child(2):before{
  content: '1.';
  position: absolute;
  left: 0;
  top: 8px;
}
.fooLocList dd:nth-child(2):before{
  content: "2.";
}
.fooLocList li select{
  background: #f3f3f3;
  height: 44px;
  padding: 0px 16px;
  border-radius: 22px;
  width: 100%;
  max-width: 220px;
  border: 0;
  padding: 0 16px;
  color: #141414;
  font-size: 14px;
  font-weight: 500;
}
.socNav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.socNav li{
  padding-left:12px;
}
.fix-menu {
    border-radius: 50px;
    background: #7162EA;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
    position: fixed;
    padding: 16px 8px;
    top: 50%;
    left: 10px;
    margin-top: -68px;
    z-index: 2;
}
.fix-menu li:nth-child(2) {
    margin: 16px 0;
}
/*AboutUs
---------------------------*/
.justifyTxt{
  text-align: justify;
}
.visBox{
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 451px;
  overflow: hidden;
}
.visBox p{
  padding: 0;
}
.vmthumb{
  margin: -30px -30px -30px 30px;
  display: none;
  height: calc(100% + 60px);
}
.vmthumb img{
  max-width: 304px;
  min-height:fit-content;
  width: auto;
  height: 100%;
}


.swiper{
  padding-bottom: 50px !important;
}
 .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
       font-size: 0 !important;
    line-height: 0;
    background: url(../images/prev2.svg) center center no-repeat;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: #8b8c8f 2px solid;
    margin-top: 27px;
    opacity: 0.6 !important;
    content: ' ' !important;
        transform: rotate(-180deg);
        position: absolute;
 }
 .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
       border: 0;
    font-size: 0 !important;
    line-height: 0;
    background: url(../images/prev2.svg) center center no-repeat;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: #8b8c8f 2px solid;
    margin-top: 27px;
    opacity: 0.6 !important;
    content: ' ' !important;
    position: absolute;

 }
 .swiper-button-prev, .swiper-rtl .swiper-button-next{
    right: 0 !important;
    left: 14px !important;
    position: relative !important;
    bottom: -22px;
 }
 .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: -80px !important;
    left: auto !important;
    position: relative !important;

   
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  content: ' 1' !important;
}

.slider-cont ul{
  padding-left: 30px;

}
.slider-cont ul li{
     position: relative;
    color: var(--secondary-secondary-70, #5D5F62);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 12px;
}
.slider-cont ul li:before{
    background: url(../images/slide-arrow.svg) center center no-repeat;
    width: 24px;
    height: 24px;
    content: ' ';
    top: 2px;
    left: -35px;
    position: absolute;
}


.swiper-pagination {
  position: unset ;
  text-align: left;
}
.swiper-pagination span {
  color: #171A1F;
  font-size: 90px;
  font-weight: 700;
  width: auto;
  height: auto;
  background: none;
  display: inline-block;
  padding-left: 80px;
  position: relative;
}
.swiper-pagination span:first-child{
  padding-left: 0;
}
.swiper-pagination span:after{
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  background: url(../images/slide-arr.svg) 0 0 no-repeat;
  width: 62px;
  height: 24px;
  margin-top: -12px;
}
.swiper-pagination span:first-child:after{
  display: none;
}


@media only screen and (min-width: 1200px){
  .vBox:hover{
      width: 65%;
  }
  .vBox:hover + .mBox{
    width: 35%;
  }
  .mBox:hover .vmthumb, .vBox:hover .vmthumb{
    display: block;
  }
}

.visBox i{
  display: inline-block;
  margin-bottom: 24px;
}
.acbox{
  border: 1px solid #EBEBEB;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  height: 100%;
}
.acbox i{
  display: block;
  margin-bottom: 24px;
}
.acbox em{
  color: #5D5F62;
  font-family: 'Anton', sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 120%; 
  letter-spacing: 0.9px;
  text-transform: capitalize;
  display: block;
  font-style: normal;
}
.acbox p{
  color: #5D5F62;
  font-size: 22px;
  padding: 0;
}
.dsOut{
  padding: 30px 0 45px;
}
.experBox{
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  height: 100%;
}
.experBox h6{
  padding-bottom: 16px;
}
.experBox p{
  font-size: 18px;
  line-height: 150%;

}
.solOuter{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.solBox{
  padding: 30px;
  border-radius: 12px;
  background: #FFF;
  margin: 0 2px;
  position: relative;
  width: 88px;
  overflow: hidden;
}
.solBox.active{
  width:calc(100% - 280px);
}
.solBox h6{
  position: absolute;
  transform: rotate(-90deg);
  width: 420px;
  left: -167px;
  bottom: 212px;
  z-index: 1;
}
.solBox a{
  background: url(../images/prev.svg) 0 0 no-repeat;
  display: inline-block;
  width: 52px;
  height: 52px;
  -webkit-transition: all ease-out 0.1s;
  -moz-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
  border-radius: 50%;
}
.solBox a:hover{
  transform: rotate(45deg);
}
.solBox i{
  display: block;
  margin-bottom: 24px;
}
.solBox i img{
  border-radius: 12px;
  width: 100%;
  height: auto;
}
.solBox p{
  min-height: 120px;
}
.solBox em{
  color:#171A1F;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  display: block;
  padding-bottom: 30px;
  position: relative;
}
.solBox em:after{
    position: absolute;
    width: 42px;
    height: 17px;
    background: url(../images/blk-arrow.svg) 0 0 no-repeat;
    content: '';
    left: -9px;
    top: 49px;
    transform: rotate(90deg);
}
.solBox.active em:after {
    left: 35px;
    top: 7px;
     transform: rotate(0);
}
.solBox i, .solBox p, .solBox a{
  visibility: hidden;
}
.solBox.active i, .solBox.active p, .solBox.active a{
  visibility: visible;
}
.solBox.active h6{
  position: static;
  transform: rotate(0);
  width: auto;
}


.banner .Pos_rel {
  position: relative;
}

a.Great_Cert_Logo {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -100px;
}

.Subscription_Right_ice {
  position: relative;
  background: #222632;
}
.Sub_Form .form-control {
  background-color: #181C27;
  border-color: #181C27;
}
.Sub_Form .form-control:focus {
  border: 1px solid #181C27;
  background: #181C27;
}
.Banner_Topic ul li {
  border: 1px solid #3B3F4B;
  background: #232834;
}
.Left_Box label input+.Left_Box_Text {
  background: #232834;
}
.Most_preferred:before {
  color: #121212;
  background: #E6F258;
}
.Subscription_Right_ice:before {
  position: absolute;
  background-image: url(../images/pricing-page/snowall.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  top: -43px;
  left: 0;
  right: 0;
  min-height: 94px;
}
.winter_sale {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 8px;
  text-transform: uppercase;
  padding: 10px 0rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(13, 16, 25, 0.00) 0%, #272D3D 50%, rgba(13, 16, 25, 0.00) 100%);
}
.Black_Img {
  z-index: 9;
}
.Subscription_Right_ice h3 {
  margin-top: 15px;
}

.foonavBlk h5 {
  pointer-events: none;
}

@media only screen and (max-width: 1920.51px) {

  h2{
    font-size: 32px;
  }
  .mt120{
  margin-top: 0;
  }
  .mtM50{
  margin-top: 0;
  }
  .padr {
  padding-right: 280px;
  }
  .padl {
  padding-left: 280px;
  }
  .padr .procNum {
  right: 160px;
  }
  .padl .procNum {
  left: 160px;
  }
  .solBox h6, .acbox h6 {
  font-size: 20px;
  }
  .acbox em{
  font-size: 60px;
  }
  .acbox p {
  font-size: 17px;
  }
  /* .fDirection{
  flex-direction: column-reverse;
  }*/
  .space-left{
  padding-left: 0 !important;
  }
  .space-right{
      padding-right: 0 !important;
  }
  .btn-wrap {
  padding-bottom: 20px;
  }
  .memberSlider {
    margin-left: 0;
  }
  .memberSlider02 {
    margin-right: 0;
  }
  .awardsWrapper{
  justify-content: center;
  }
  .awardsCont h6{
  padding: 20px 0;
  font-size: 24px;
  }
  .awardsCont{
  padding: 0 40px;
  }
  .awardsImg{
  width: 268px;
  height: 268px;
  }

}

@media only screen and (max-width: 1919px){
  .center .slick-slide:has(+ .slick-current),
  .center02 .slick-slide:has(+ .slick-current) {
      transform: scale(0.8);
      filter: blur(3px);
    }
}
@media only screen and (max-width: 1399px){
  h2{
        font-size: 32px;
  }
  .mt120{
    margin-top: 0;
  }
  .mtM50{
    margin-top: 0;
  }
  .padr {
    padding-right: 280px;
  }
  .padl {
    padding-left: 280px;
  }
  .padr .procNum {
    right: 160px;
  }
  .padl .procNum {
    left: 160px;
  }
  .solBox h6, .acbox h6 {
    font-size: 20px;
  }
  .acbox em{
    font-size: 60px;
  }
  .acbox p {
    font-size: 17px;
  }
 /* .fDirection{
    flex-direction: column-reverse;
  }*/
  .space-left{
    padding-left: 0 !important;
  }
  .space-right{
        padding-right: 0 !important;
  }
  .btn-wrap {
    padding-bottom: 20px;
  }
  .memberSlider {
      margin-left: 0;
  }
  .memberSlider02 {
      margin-right: 0;
  }
  .awardsWrapper{
    justify-content: center;
  }
  .awardsCont h6{
    padding: 20px 0;
    font-size: 24px;
  }
  .awardsCont{
    padding: 0 40px;
  }
  .awardsImg{
    width: 268px;
    height: 268px;
  }
}

@media only screen and (max-width: 1200px){
  .mt142{
    margin-top: 0;
    margin-bottom: 0;
  }
  .mtM20{
    margin-top: 0;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 98%;
  }
  .fooNav{
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
  }
  .socNav{
    flex-wrap: wrap;
    justify-content: center;
  }
  .toggle{
    display: block;
    margin-left: 16px;
  }
  .mobHead{
    padding-bottom: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mainNav{
    flex-wrap: wrap;
  }
  .mainNav > li {
    width: 100%;
    border-bottom: #2a2a2a 1px solid;
    padding: 16px 0;
  }
  .mainNav > li > a{
    display: inline-block;
    color: #fff;
  }

  .mainNav > li > a.dropDown {
      background: url(../images/chevron-right.svg) right center no-repeat;
  }

  .ddNav {
      position: static;
      background: transparent;
      border-radius: 0;
      box-shadow:none;
      width: 100%;
      padding: 16px;
      display: none;
  }
  .headRgtInn{
    background: #171A1F;
    position: fixed;
    left: 0;
    top: 49px;
    width: 100%;
    height: calc(100vh - 49px);
    overflow: auto;
    padding: 12px 16px 50px;
     z-index: 9;
     overflow: auto;
     display: none;
  }

  .mobSced{
    width: 100%;
    border-radius: 0;
    position: fixed;
    left: 0;
    bottom: 0;
     z-index: 10;
     display: block;
  }
  .deskBtn.btn{
    width: 48px;
    height: 48px;
    font-size: 0;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
   
  }
  .deskBtn.btn:after{
    display: none;
  }
  .deskBtn.btn span {
      margin-right: 0;
  }
  .resImg img{
    width: 100%;
    height: auto;
  }
  .resorceBox h3{
    min-height: unset;
  }
  .dropFile{
    margin: 20px 0;
  }
  .fooBot{
    text-align: center;
  }
  #footer .socNav {
     padding-top: 10px;
  }
  .singleVid{
    margin-bottom: 20px;
  }
  .fooNav{
    display: none;
    padding: 16px 0;
  }
  .foonavBlk {
    border-bottom: #2e3135 1px solid;
    padding: 16px 20px 16px 0;
    position: relative;
  }
  .foonavBlk.lastBlk{
    border: 0;
  }
  .foonavBlk:after{
    background: url(../images/foo-arrow.svg) center center no-repeat;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 10px;
    top: 30px;
    content: '';
    transform: rotate(180deg);
  }
  h5{
    padding: 0;
    cursor: pointer;
  }
  .fooLocList{
    padding-bottom: 12px;
  }
  .paraBox {
    text-align: center;
  }
  .cultMob {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  .cultDesk {
    display: none;
  }
    .proLgImg{
    display: none;
  }

  .padl, .padr{
    padding:0 0 24px 73px;
  }
  .padl .procNum {
    left: 0;
  }
 .padr .procNum {
    right: calc(100% - 54px);
  }
  .procNum{
    font-size: 54px;
    line-height: 58px;
    top: -18px; 
  }
  .processesBox p{
    font-size: 16px;
  }
  .processesBox h3{
    font-size: 18px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0 16px 72px;
    position: relative;
  }
  .processesBox h3 i{
    position: absolute;
    left: 0;
    top: -17px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background:#FFF;
    filter: drop-shadow(-5px 5px 20px rgba(0, 0, 0, 0.05));
  }
  .botImgSing{
    padding-bottom: 0;
  }
  .processesBox:after{
    position: absolute;
    left: 27px;
    top: 42px;
    width: 2px;
    height: calc(100% - 70px);
    background: #EFF0F3;
    content: '';
  }
  .visBox, .experBox {
    margin-bottom: 20px;
    height: auto;
    min-height: unset ;
  }
  .mediaCont {
    min-height: auto;
  }
  .prtocol-cont{
    padding: 30px 20px !important;
  }
  .fDirection{
    flex-direction: column-reverse;
  }
  .people-wrapper {
    flex-direction: column-reverse;
    /* text-align: center; */
  }

  .people-wrapper .slider-img-right {
      text-align: center;
  }

  .foonavBlk h5 {
    pointer-events: inherit;
  }

}


@media only screen and (max-width: 1023px){

  .flagList li{
    display: none;
  }
  .flagList li:first-child{
    display: block;
  }
  .slideBox{
    flex-wrap: wrap;
  }
  .slideVid{
    width: 100%;
    margin-bottom: 20px ;
  }
  .slideCont{
    width: 100%;
  }
  .center03 .slick-slide {
      transform: scale(1);
      padding: 0;
  }
  .center03 img{
    padding:  0 10px;
  }
  .successBox{
    flex-wrap: wrap;
    padding: 16px;
    margin: 0 0 24px;
  }
  .successBoxLeft{
    width: 100%;
    margin-bottom: 10px;

  }
  .successBoxRgt{
    width:100%;
    padding: 0;
     font-size: 16px;
  }
  .successBoxRgt p {
    padding: 16px 0;
  }
  .sucAuth span{
     font-size: 16px;
  }
  .acbox{
    margin-bottom: 20px;
    height: auto;
  }
  .association-right-cont{
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 992px){
  .fDirection{
    flex-direction: column-reverse;
  }
  .slider-img-right{
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px){
   .fDirection{
    flex-direction: column-reverse;
  }
  html, body {
    font-size: 16px;
  }
  .bannerBox{
    margin-bottom: 16px;
    height: auto;
  }
  .btnsBanner .btn{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  h1 {
    font-size: 32px;
  }

  .innerPageBanner h1 {
    font-size: 26px;
  }
  h2{
    font-size: 28px;
    line-height: 32px;
  }
  .slideBoxLeft {
    width: 100%;
  }
  .slideBoxRgt{
    display: none;
  }
  .center .slick-slide{
    padding: 0;
  }
  .fooNav li {
    padding: 0 10px;
    line-height: 15px;
    margin: 7px 0;
  }
  .banner,.contBlock{
    padding: 30px 0;
  }
  .botImgSing{
    padding-bottom: 0;
  }
  .center .slick-arrow, .center02 .slick-arrow, .center03 .slick-arrow, .experts .slick-arrow{
    right: calc(50% + 33px);
  }
    .center .slick-next, .center02 .slick-next, .center03 .slick-next, .experts .slick-next {
      transform: rotate(-180deg);
      right: calc(50% - 33px);
  }
  .btnsBanner{
    flex-wrap: wrap;
  }
  .socNav li {
    padding-left: 5px;
    width: 29px;
  }
  .socNav li img{
    width: 100%;
    height: auto;
  }
  .stepList li {
    padding: 0 0 0 60px;
  }
  .nums {
    font-size: 50px;
    line-height: 67px;
 }
 .stepList li:before {
    height: calc(100% - 83px);
    top: 83px;
    left: 16px;
  }

  .stepList li.stepsOver:after {
    top: 83px;
    left: 16px;
  }
  .stepList li.stepsOver.active:after{
     height: calc(100% - 83px);
  }
  .stepHedd {
    font-size: 22px;
  }
  .stepHedd img {
    margin-right: 14px;
    width: 50px;
    height: auto;
  } 
  .logoSlider .slick-arrow {
    right: calc(38% + 82px);
  }
  .logoSlider .slick-next {
     right: 38%;
  }
  .colRev{
    flex-direction: column-reverse;
  }
  .dataLogos{
    padding-bottom: 20px;
  }
  .fix-menu{
    display: none;
  }
  .caseBox{
    flex-wrap: wrap;
  }
    .caseBoxLeft{
    width: 100%;
    padding-bottom: 15px;
  }
  .caseBoxRgt{
    width: 100%;
    padding-left: 0;
  }
  .caseTitle{
    font-size: 18px;
  }
  .caseAuth{
    flex-wrap: wrap;
    padding: 10px 0 4px;
  }
  .caseAuth span{
    width: 100%;
    padding-bottom: 6px;
  }
  .caseBoxRgt p{
    font-size: 16px;
    margin-bottom: 16px;
  }
  .caseBoxRgt a{
    width: 100%;
    text-align: center;
  }
  .case-form-wrap{
    padding: 20px;
  }
  .case-close{
    padding: 10px;
  }
  .solBox i, .solBox p, .solBox a {
    visibility: visible;
  }
  .solBox.active em:after, .solBox em:after {
    left: 35px;
    top: 7px;
    transform: rotate(0);
  }
  .solOuter{
    flex-wrap: wrap;
  }
  .solBox.active, .solBox {
    width: 100%;
    margin-bottom: 20px;
  }
  .solBox.active h6, .solBox h6  {
    position: static;
    transform: rotate(0);
    width: auto;
  }
  .solBox p {
    min-height: unset;
  }
  .solBox, .acbox, .experBox, .visBox {
    padding: 16px;
  }
  .team-member-box {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .btn-wrap button.next-btn, .btn-wrap button.next-btn02{
        margin-left: 10px;
  }
  .certification-list .certification-box.successBox {
    flex-direction: column-reverse;
  }
  .certification-left-cont {
      width: 100%;
      padding-right: 0;
  }

  .certification-left-cont p {
      height: 100%;
      -webkit-box-orient: inherit;
  }

  .certification-left-cont h5 {
      padding: 16px 0 12px 0;
  }
  .certification-left-cont a.lineBtn {
      width: 100%;
      text-align: center;
  }
  .ellipsisCont{
        height: 100%;
      -webkit-box-orient: inherit;
  }
  .association-right-cont{
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }


  a.Great_Cert_Logo {
    position: fixed !important;
    top: auto;
    bottom: 90px;
    right: 40px;
  }

  a.Great_Cert_Logo img {
    max-width: 75px;
  }


  .Tax_Season_video .modal-body {
    padding: 15px;
    text-align: center;
  }

  .Tax_season_left {
    padding: 40px 25px 0 25px;
  }

  .Tax_Season_video h3 {
    color: #FFF;
    font-size: 24px;
  }

  .Tax_Season_video h3 span {
    font-size: 24px;
  }

  .Tax_Season_video a {
    padding: 10px 23px;
  }

  .Tax_Season_video .modal-body video {
    border-radius: 12px;
    height: 100%;
    margin-top: 40px;
  }

  .foonavBlk h5 {
    pointer-events: inherit;
  }

}


/* Style for the pagination links */
.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.pagination li {
  margin: 0 5px;
  display: inline-block;
}

.pagination a {
  color: red;
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid red;
  border-radius: 3px;
}

.pagination a:hover,
.pagination .active {
  background-color: red;
  color: white;
}