/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*********************************************************************
*************** logo Section**********************
************************************************************************/

[class*="-force-full-width-section"] > .row-fluid{
  padding:0px!important;
}

.ps2-home-1-logo-section{
  position: relative;
  z-index: 2;
}


.ps2-home-1-logo-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  display: -webkit-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  margin: 0;
  text-align: center;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
  -webkit-filter: blur(0px) grayscale(1);
  filter: blur(0px) grayscale(1);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  margin: 0 auto;
}
@media (min-width:1025px){

  .ps2-home-1-logo-section .cta{
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    opacity: 0;
    margin:0;
    transition: all .2s ease-in-out    
  }

  .ps2-home-1-logo-section:hover .cta{
    opacity:1;
  }

  .ps2-home-1-logo-section:hover ul{
    filter: blur(6px) grayscale(1);
    width:94%;
  }

}
.ps2-home-1-logo-section .image-conatiner{
  max-width:140px;
}

.ps2-home-1-logo-section ul li {
  width: 100%;
  display:  inline-table!important;
  vertical-align: middle;
  margin: 16px 10px;
  padding: 0 10px;  
  max-width:122px
}

@media (max-width:767px){

  .ps2-home-1-logo-section ul {
    display: block;
  }

  .ps2-home-1-logo-section ul li {
    width: 100%;
    max-width: 100px;
    margin: 0 auto 30px;
    display: block;
    height: auto;
    border: 0;
    text-align: center;
    display:block!important;
  }

  .wistia-video-cm {
    margin-top: 30px;
  }

}



/*********************************************************************
*************** Card Hover Section**********************
************************************************************************/

.hover-cards-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card-hover-col {
  display: flex;
}

.card-hover-cont {
  z-index: 1;
  padding: 50px 40px 57px;
  transition: all .15s ease;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 26px;
  width: 100%;
}

.card-hover-cont .img-cont {
  margin-bottom: 16px;
  max-width:44px;
}
.card-hover-cont .cta_button {
  margin-top: 40px;
}
.card-hover-cont:hover {
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.18);
}

@media(max-width:995px){

  .card-hover-cont .img-cont{
    margin:0 auto 30px;
  }
}

@media(min-width:768px){

  .card-hover-col {
    box-sizing: border-box;
    padding: 0 15px;
    width: 50%;
  }
}

@media(max-width:767px){

  .card-hover-col {
    width: 100%;
  }
}

@media(min-width:996px){

  .card-hover-col {
    width: 33.3%;
  } 
}  

/*****************************************************************
****************** Recent Work***********************
*****************************************************************/

.recent-work-cm-container>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.recent-work-cm-container span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 25%;
  -webkit-flex-basis: 25%;
  float: left;
  box-sizing: border-box;
  position: relative;
}

.recent-work-cm-container .recent-work-cm{
  position:relative;
  height:300px;
  overflow:hidden;
}


.recent-work-cm .button{
  padding: 15px 30px;
  display: inline-block;
  margin-top: 30px;
  background: #1871c9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;  
  color:#fff;
}


.recent-work-cm .button a{
  color:#fff;
  display:inline-block;
  font-size: 16px;
}


.recent-work-cm-container .recent-work-cm .background-container{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  overflow:hidden;
}

.arrow-button-white{
  position: relative;
}

.arrow-button-white:after{
  content: "";
  position: absolute;
  background: url(https://459002.fs1.hubspotusercontent-na1.net/hubfs/459002/Imported%20images/large-arrow-1-4.svg);
  width: 46px;
  height: 9px;
  right: -56px;
  top: 6px;
  background-size: cover;
  background-position: center;
}


.recent-work-cm-container .recent-work-cm .bg-image{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
}

.recent-work-cm-container .recent-work-cm .text-container{
  z-index: 4;
  position: absolute;
  text-align: center;
  padding: 30px 40px 74px;
  left: 0;
  right: 0;
  transition: all .4s ease-in-out;
  bottom: -300px;
  background: #f5f7fa;
}


.recent-work-cm-container .recent-work-cm:hover .text-container{
  bottom:0;
}


.recent-work-cm-container .recent-work-cm:hover .bg-image:before{
  opacity:1;
}


@media (min-width:768px) and (max-width:1024px){


  .recent-work-cm-container .recent-work-cm .text-container{
    padding: 20px 20px 74px;
  } 

  .recent-work-cm .button{
    text-align:left!important;
  }

}


@media (max-width:767px){


  .recent-work-cm-container>span {
    display: block;
    margin-right: 0;
  }


  .recent-work-cm-container span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
  }   


  .recent-work-cm-container .recent-work-cm {
    height: 400px;
  }

  .recent-work-cm-container {
    padding: 20px 0 0;
  }

}


/*****************************************************************
****************** Testimonial Slider Section ******************
*****************************************************************/

.ps2-home-1-testimonial-slider-section .testi-logo{
  width:100%;
  max-width:200px;
  margin:0 auto 20px;
}

.ps2-home-1-testimonial-slider-section .slick-initialized .slick-slide{
  padding: 30px 30px 30px;
  background: #fff;
  transition: all .6s ease-in-out;
  border:1px solid #e7e7e7;
}

.ps2-home-1-testimonial-slider-section .slick-initialized .slick-slide{
  opacity: .2;
  transform: scale(.8);
}

.ps2-home-1-testimonial-slider-section .slick-initialized .slick-slide.slick-active{
  transform: scale(.85);
  opacity: .5;
}

.ps2-home-1-testimonial-slider-section .slick-initialized .slick-slide.slick-current{
  transform: scale(1);
  opacity: 1;
}

.ps2-home-1-testimonial-slider-section .slick-dots {
  padding: 0;
  margin: 26px 0 0;
  outline: none;
  text-align: center;
}

.ps2-home-1-testimonial-slider-section .slick-dots li {
  margin: 0 3px;
  display: inline-block;
}

.ps2-home-1-testimonial-slider-section .slick-dots li button {
  font-size: 1px;
  color: transparent;
  padding: 0;
  border: 0;
  width: 40px;
  height: 6px;
  background: #1871c9;
  transition: all .2s ease-in-out;
  cursor: pointer;
  opacity: .4;
}

.ps2-home-1-testimonial-slider-section .slick-dots li.slick-active button {
  background:#1871c9;
  opacity:1
}

.ps2-home-1-testimonial-slider-section .testimonial-container{
  margin-top:30px;
}

.ps2-home-1-testimonial-slider-section .testimony-image{
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  float: right;
  margin-top: -2px;
}

.home-testimonial-slider.slick-slide:focus,
.home-testimonial-slider.slick-slide.slick-current.slick-center:focus{
  outline:none
}



@media (max-width:767px){

  .ps2-home-1-testimonial-slider-section .slick-dots li button{
    width: 26px;
  } 

  .ps2-home-1-testimonial-slider-section .testimony-image {
    margin-top: 0;
    margin: 0 auto;
    float: none;
    margin-bottom: 10px;
  }

  .ps2-home-1-testimonial-slider-section .slick-initialized .slick-slide {
    padding: 30px 20px 20px;
  }

}



/*****************************************************************
****************** Home page6 Banner Section ******************
*****************************************************************/



.homepage6-banner{
  position: relative;
  height:calc(100vh - 79px);
  z-index: 2;
  display:flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  width: 100%;
  /*   padding:225px 0 100px; */
}

.homepage6-banner video {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  content: '';
  bottom: 0;
  z-index: -1;
  object-fit:cover;
}

.homepage6-banner:after{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color:#000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  content: '';
}


@media (min-width: 768px){
  .homepage6-banner .second-row .right-col{
    margin-left:20px;
  }
  .homepage6-banner .second-row{
    margin-top:70px;
  }

}

@media (max-width: 767px){

  .homepage6-banner {
    height: 100vh;
    padding:0px 20px;
    box-sizing:border-box;
    width:100%;
  }

  .homepage6-banner .left-col{
    margin-bottom:20px;
  }

  .homepage6-banner{ 
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .cta-grp .left-col{
    margin-bottom:20px;
  }
}



/*****==============
COUNTER Styling
===============*****/

.ps1-home-1-milestone-section .milestone-cm-container h2{
  margin-bottom: 0;
  font-size: px;
}

body .ps1-home-1-milestone-section .row-fluid .milestone-cm-container>span{
  display: inline-block;
  overflow:hidden;
  margin:50px auto 0;
}

.ps1-home-1-milestone-section .row-fluid .milestone-cm-container span>.hs_cos_wrapper{
  margin: 0;
  flex-basis: 25%;
  -webkit-flex-basis: 25%;
  padding: 50px 0;
}

.ps1-home-1-milestone-section .row-fluid .milestone-cm-container span>.hs_cos_wrapper:before {
  position: absolute;
  top: 0;
  left: -2px;
  right: 0;
  bottom: -1px;
  content: '';
  border: 1px solid #1871c9;
  border-right: 0;
  border-top: 0;
}

.ps1-home-1-milestone-section .ps2-milestone{
  padding:0 20px;
}



@media (max-width:1024px){

  .ps1-home-1-milestone-section {
    padding: 70px 0 50px;
  }


  .ps1-home-1-milestone-section .row-fluid .milestone-cm-container span>.hs_cos_wrapper {
    padding: 30px 0;
  }

}

@media (max-width:767px){

  body .ps1-home-1-milestone-section .row-fluid .milestone-cm-container>span {
    margin: 0 0 0;
  }

  .ps1-home-1-milestone-section {
    padding: 0px!important;
  }

}  

/*****=================================
Event 02 Hero Banner Styling
=========================================*****/


.event-2-hero {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.event-2-hero .cta{
  margin-top:60px;
}

.event-2-hero .cta a.cta_button[title]{
  background: #36c585;
  border-color: #36c585;
  color:#fff;
}

.event-2-hero .cta a.cta_button[title]:hover{
  color:#000;
}

.event-2-hero .event-2-timer-cm .cont{
  font-size: 80px;
  display: inline-block;
  line-height: 1;
  padding: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  margin: 0 30px;
}

.event-2-hero .event-2-timer-cm span {
  display: block;
  font-size: 16px;
  margin-top: 6px;
  font-weight: 300;
}




.event-2-hero .event-2-timer-cm{
  margin-top:40px;
}








@media (max-width:1024px){

  body .event-2-hero {
    height: auto;
    padding: 120px 0 80px;
  }

  .event-2-hero .event-2-timer-cm .cont {
    font-size: 50px;
    margin: 0 10px;
  }

}



@media (max-width:767px){


  .event-2-hero .event-2-timer-cm .cont {
    font-size: 30px;
    margin: 0 0px;
    width: 50%;
    box-sizing: border-box;
    float: left;
  }

  .event-2-hero .cta {
    margin-top: 20px;
  }

  body .event-2-hero {
    padding: 110px 0 40px;
  }

}    


/*********************************** Our Pricing Section ********************************/


.ps1-event-2-pricing .column{
  padding: 40px 34px;
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.18);
}

.ps1-event-2-pricing .column .feature-column{
  border-top: 1px solid #eaeaea;
  margin-top: 30px;
  margin-bottom:14px;
}



@media (max-width:1024px){

  .ps1-event-2-pricing .column .feature-column {
    margin-top: 16px;
    margin-bottom: 4px;
  }


}

@media (max-width:767px){
  .ps1-event-2-pricing .heading-text{
    text-align:left
  }
}

/***********************************Event Image ********************************/

.event-image-container img {
  box-shadow: 0px 0px 36px rgb(0 0 0 / 18%);
}

@media (max-width:767px){
  .event-image-container {
    margin-bottom:30px;
  }
}

/***********************************Tabber Section ********************************/

.ps1-event-2-tabber #filter-select, .ps1-event-2-tabber #filter-select-2{
  list-style:none;
}

.ps1-event-2-tabber #filter-select li, .ps1-event-2-tabber #filter-select-2 li{
  display: inline-block;
  float: left;
  padding: 20px 45px;
  background: transparent;
  margin-left: 0;
  line-height: initial;
  border-top:3px solid transparent;
  border-right:1px solid transparent;
  border-left:1px solid transparent;
  cursor:pointer;
  text-align:center;
  position: relative;
  bottom: -1px;
  z-index: 4;    
}

.ps1-event-2-tabber #filter-select li.active, .ps1-event-2-tabber #filter-select-2 li.active{
  border-top:3px solid #1871c9;
  background: #fff;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}

.ps1-event-2-tabber .popup-content{
  background:#fff;   
  border: 1px solid #e7e7e7;
  padding:40px;
  box-shadow: 0 0 100px rgba(0, 0, 0, .1);
}

.ps1-event-2-tabber #filter-select li h2, .ps1-event-2-tabber #filter-select-2 li h2{
  font-size:34px;
}

.ps1-event-2-tabber .table{
  text-align: left;
  border-collapse: collapse;
}

.ps1-event-2-tabber .table thead tr th{
  background: #f5f7fa;    
}

.ps1-event-2-tabber .table tr th{
  padding: 15px 20px;
  border: 1px solid #e7e7e7;    
}







@media (max-width:1024px){


  .ps1-event-2-tabber #filter-select li h2, .ps1-event-2-tabber #filter-select-2 li h2 {
    font-size: 26px;
  }

  .ps1-event-2-tabber #filter-select li, .ps1-event-2-tabber #filter-select-2 li {
    display: inline-block;
    padding: 15px 28px;
  }
}



@media (max-width:767px){


  .ps1-event-2-tabber #filter-select li h2, .ps1-event-2-tabber #filter-select-2 li h2 {
    font-size: 22px;
  }

  .ps1-event-2-tabber #filter-select li, .ps1-event-2-tabber #filter-select-2 li {
    padding: 15px 18px;
  }

  body .container-fluid .row-fluid .popup-content {
    // overflow-x: scroll;
  }

}    

/*****=================================
Vimeo-Video Section Styling
=========================================*****/

.vimeo-video-cm{
  margin: 14px 0 50px;
}

/*****=================================
Our Apporach Tabber Section Styling
=========================================*****/

body .row-fluid .popup-content{
  display:none;
}
body .row-fluid .popup-content.event1{
  display:block;
}


@media(max-width: 767px){
  body .row-fluid .popup-content{
    overflow-x: scroll;
  }
}


body .container-fluid .row-fluid .popup-content{
  display:none;
}
body .container-fluid .row-fluid .popup-content.event1{
  display:block;
}

body .container-fluid .row-fluid .row-reverse .row-fluid{
  display: flex;
  flex-direction: row-reverse;
}


.ps1-our-approach-section-1{
  padding:0 0 0;
}

.grey-bg{
  background: rgb(245 247 250);
}

.ps1-our-approach-section-1 .left-card-cont h4{
  margin-bottom:0;
}

body .row-fluid .ps1-our-approach-section-1 .left-card-cont p{
  margin:0;
}

.ps1-our-approach-section-1 .tabber-list-container li{
  padding: 30px 30px;
  background: #f5f7fa;
  margin: 0;
  transition: all .4s ease-in-out;
  position: relative;
  cursor: pointer;
  padding-right: 55px;
  width: 100%;
  max-width: 33.3333%;
  float: left;
  box-sizing: border-box;
  list-style: none;
}

.ps1-our-approach-section-1 .tabber-list-container li.active,
.ps1-our-approach-section-1 .tabber-list-container li:hover{
  background:#fff;
}

.ps1-our-approach-section-1 .tabber-list-container li:after{
  position: absolute;
  content: "";
  right: 20px;
  top: 46%;
  background: url(https://459002.fs1.hubspotusercontent-na1.net/hubfs/459002/Growth%20DND/arrow-down-sign-to-navigate.svg)no-repeat;
  width: 18px;
  height: 20px;
  background-size: contain;
  background-position: top center;
}

.ps1-our-approach-section-1 .popup-content{
  padding-top:70px;
}

body .row-fluid .ps1-our-approach-section-1 .tabber-list-container ul{
  margin:0;
}


@media (max-width:767px){

  .ps1-our-approach-section-1 .tabber-list-container li{
    max-width: 100%;
  }

  .ps1-our-approach-section-1 .tabber-content.right-col{
    text-align:left;
    padding-top:30px;
  }

}    


/*****=================================
Team 02 Styling
=========================================*****/


.ps1-team-2-section .team-2-cm .team-img-box{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
}


.ps1-team-2-section .team-2-cm .team-img-box .team-image{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 1s cubic-bezier(0.45, 0.41, 0.44, 0.43);
}

.ps1-team-2-section .team-2-cm .team-img-box .team-image:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .3s ease-in-out;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(20deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5));
  background: -webkit-linear-gradient(20deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(20deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(20deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5));
  opacity: 0;
}

.ps1-team-2-section .team-2-cm:hover .team-img-box .team-image:before{
  opacity:1;
}

.ps1-team-2-section .team-2-cm:hover .team-img-box .team-image{
  transform: scale(1.2);
  transition: all 6s cubic-bezier(0.45, 0.41, 0.44, 0.43);
}

.ps1-team-2-section .team-member-container>span>div{
  background:  #f5f7fa;
  transition: all .15s ease;
  border:1px solid #e7e7e7
}

.ps1-team-2-section .team-member-container>span>div:hover{
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.18);
}

.ps1-team-2-section .text-container{
  padding:24px 20px;
}

.ps1-team-2-section .team-single-social-share {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  padding: 20px;
  bottom:0;
  opacity:0;
  transition: all .15s ease;
}

.ps1-team-2-section .team-2-cm:hover .team-single-social-share {
  opacity:1;
}

.ps1-team-2-section .team-single-social-share p{
  border-bottom: 1px solid;
  display: inline-block;
}

.ps1-team-2-section .team-single-social-share a{
  font-size: 22px;
  margin: 12px;
  display: inline-block;
  max-width: 22px;
}

@media (min-width:768px){
  .ps1-team-2-section{
    padding-top:20px;
  }
}



@media (max-width:1024px){

  .ps1-team-2-section .team-single-social-share a {
    font-size: 18px;
    margin: 12px 10px;
    display: inline-block;
  }    

}




@media (max-width:767px){


}



/*********************** Popup Container Gallery Section **********************/



.ps2-gallery-1-section{
  padding-bottom:0;
}

body .row-fluid .ps2-gallery-1-section .ps1-gallery-1-cm-container{
  margin-top:40px;
}

body .row-fluid .ps2-gallery-1-section .ps1-gallery-1-cm-container>span>div{
  width: 25%;
  float: left;    
  cursor:pointer;
  position:relative;
  overflow:hidden;
}

.ps2-gallery-1-section .icon-container{
  position: absolute;
  width: 40px;
  margin: 0 auto;
  float: none;
  left: 0;
  right: 0;
  transition: all .3s ease-in-out;
  top: 40%;
  opacity: 0;    
}

.ps2-gallery-1-section .ps1-gallery-1-cm-container>span>div:hover .icon-container{
  opacity:1;   
}

.ps2-gallery-1-section .heading-container{
  position: absolute;
  right: 0;
  left: 0;
  background: black;
  padding: 10px 10px;
  bottom: -100px;
  transition: all .3s ease-in-out;
}

.ps2-gallery-1-section .ps1-gallery-1-cm-container>span>div:hover .heading-container{
  bottom:0;   
}


.ps2-gallery-1-section .ps1-gallery-1-cm .background-container:before{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity:0;
  transition: all .3s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
}

.ps2-gallery-1-section .ps1-gallery-1-cm-container>span>div:hover .background-container:before{
  opacity:1;
}

body .row-fluid .ps2-gallery-1-section .ps1-gallery-1-cm-container>span>div:before{
  position: absolute;
  content: '';
  top: 0px;
  right: 0px;
  left: -1px;
  bottom: -1px;
  pointer-events: none;
  z-index: 2;
  border: 1px solid #000;
}

body .row-fluid .ps2-gallery-1-section .ps1-gallery-1-cm{
  position: relative;
  height: 280px;
}

.ps2-gallery-1-section .ps1-gallery-1-cm .background-container{
  position:absolute;
  content:'';
  top:0;
  right:0;
  left:0;
  bottom:0;
}

body .row-fluid .ps2-gallery-1-section .popup-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12;
  background: rgba(0, 0, 0, 0.72);
  padding: 100px 0;
  overflow-y: scroll;    
  opacity:0;
  pointer-events:none;
  transition:all .4s ease-in-out;
}

body .row-fluid .ps2-gallery-1-section .popup-container.open-popup {
  opacity:1;
  pointer-events:auto;
}

.row-fluid .ps2-gallery-1-section .slider-inner-container{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  position:relative;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.7);
  opacity:0;
  transition:all .6s ease-in-out;
}

.ps2-gallery-1-section .popup-container.inner-container-popup .slider-inner-container{
  opacity:1;
}

body .row-fluid .ps2-gallery-1-section .inner-background-container{
  height:540px;
}

body .ps2-gallery-1-section .slick-arrow{
  position: absolute;
  width: 40px;
  cursor: pointer;
  top: 40%;     
  z-index: 2;
}

.ps2-gallery-1-section .slick-prev{
  left: -80px;
}

.ps2-gallery-1-section .slick-next{
  right: -80px;    
}

.ps2-gallery-1-section .slider-inner-container .close-button{
  position: absolute;
  right: -28px;
  width: 24px;
  top: -28px;
  cursor: pointer;
}

.ps2-gallery-1-section .slider-inner-container .bottom-heading{
  padding:20px 40px;
}


.row-fluid-wrapper.row-depth-1.row-number-7.dnd-gallery1-row-2-vertical-alignment.dnd-section.dnd-gallery1-row-2-padding.dnd-gallery1-row-2-background-color{
  z-index: 0!important;
}


@media (max-width:1660px){

  body .row-fluid .ps2-gallery-1-section .popup-container {
    padding: 70px 0;  
  }    

  .row-fluid .ps2-gallery-1-section .slider-inner-container{
    max-width: 700px;    
  }

  body .row-fluid .ps2-gallery-1-section .inner-background-container{
    height:320px;
  }

}



@media (max-width:1024px){

  body .row-fluid .ps2-gallery-1-section .ps1-gallery-1-cm-container>span>div{
    width: 33.33333%;    
  }    

  body .row-fluid .ps2-gallery-1-section .ps1-gallery-1-cm {
    height: 230px;
  }

  body .row-fluid .ps2-gallery-1-section .popup-container {
    padding: 100px 90px;
  }

}




@media (max-width:767px){

  body .row-fluid .ps2-gallery-1-section .ps1-gallery-1-cm-container>span>div {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    float: none;
  }

  body .row-fluid .ps2-gallery-1-section .ps1-gallery-1-cm-container>span>div:before{
    left:0;
  }

  body .row-fluid .ps2-gallery-1-section .popup-container {
    padding: 70px 20px;
  }

  .ps2-gallery-1-section .slider-inner-container .bottom-heading {
    padding: 20px 20px;
  }

  body .row-fluid .ps2-gallery-1-section .inner-background-container {
    height: 180px;
  }

  .ps2-gallery-1-section .slider-inner-container .close-button {
    right: 2px;
    top: -38px;
  }

}




/*************************************************************************
*********************Gallery page 2*************************************
**************************************************************************/

body .row-fluid .ps2-gallery-2-section .popup-content{
  display:none;
}

body .row-fluid .ps2-gallery-2-section .popup-content.first-visible{
  display:block;
}


body .row-fluid .ps2-gallery-2-section .wrapper{
  max-width:1170px;
}

body .row-fluid .ps2-gallery-2-section .ps1-gallery-2-cm-container{
  display: block;
  overflow: hidden;
}

body .row-fluid .ps2-gallery-2-section .ps1-gallery-2-cm-container>span>div{
  cursor: pointer;
  overflow: hidden;
  width: 30.3%;
  float: left;
  margin-right: 1.2%;
  margin-left: 1.2%;
  margin-bottom:30px;
  box-sizing:border-box;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.24);
  transition: all .3s ease-in-out;
}

body .row-fluid .ps2-gallery-2-section .ps1-gallery-2-cm-container>span>div:hover{
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.24);
}

.ps2-gallery-2-section .icon-container{
  position: absolute;
  float: none;
  left: 0;
  right: 0;
  transition: all .3s ease-in-out;
  top: 0;
  opacity: 0;
  bottom: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  background: rgba(255, 255, 255, 0.5);
}

.ps2-gallery-2-section .icon-container img{
  width:36px;
}

.ps2-gallery-2-section .ps1-gallery-2-cm-container>span>div:hover .icon-container{
  opacity:1;   
}

.ps2-gallery-2-section .heading-container{
  position: absolute;
  right: 0;
  left: 0;
  background: black;
  padding: 10px 10px;
  bottom: -100px;
  transition: all .3s ease-in-out;
}

.ps2-gallery-2-section .ps1-gallery-2-cm-container>span>div:hover .heading-container{
  bottom:0;   
}

.ps2-gallery-2-section .ps1-gallery-2-cm-container>span>div:hover .background-container:before{
  opacity:1;
}


body .row-fluid .ps2-gallery-2-section .ps1-gallery-2-cm{
  position:relative;
}


body .row-fluid .ps2-gallery-2-section .popup-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12;
  background: rgba(0, 0, 0, 0.72);
  padding: 80px 0;
  overflow-y: scroll;    
  opacity:0;
  pointer-events:none;
  transition:all .4s ease-in-out;
}

body .row-fluid .ps2-gallery-2-section .popup-container.open-popup {
  opacity:1;
  pointer-events:auto;
}

.row-fluid .ps2-gallery-2-section .slider-inner-container{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  background: #000;
  position:relative;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.7);
  opacity:0;
  transition:all .6s ease-in-out;

}

.ps2-gallery-2-section .popup-container.inner-container-popup .slider-inner-container{
  opacity:1;
}

body .row-fluid .ps2-gallery-2-section .inner-background-container{
  height:540px;
}

body .ps2-gallery-2-section .slick-arrow{
  position: absolute;
  width: 40px;
  cursor: pointer;
  top: 46%;    
}

.ps2-gallery-2-section .slick-prev{
  left: -80px;
}

.ps2-gallery-2-section .slick-next{
  right: -80px;    
}

.ps2-gallery-2-section .slider-inner-container .close-button{
  position: absolute;
  right: -28px;
  width: 24px;
  top: -28px;
  cursor: pointer;
}

.ps2-gallery-2-section .slider-inner-container .bottom-heading{
  padding:20px 40px;
}

.ps2-gallery-2-section .slider-inner-container .image-container{
  width: 100%;
  height: 83vh;
  overflow: hidden;
}

.ps2-gallery-2-section .slider-inner-container .image-container img{
  height: 100%;
  max-width: none;
  width: auto;
  margin: 0 auto;
}

.ps2-gallery-2-section .slider-inner-container .description-container{
  padding:20px 40px;    
}

.ps2-gallery-2-section .image-heading{
  position: absolute;
  bottom: 0;
  padding: 13px 10px;
  z-index: 4;
  background:#000;
  left:0;
  right:0;
  opacity:0;
  transition: all .4s ease-in-out;
}

.ps2-gallery-2-section .ps1-gallery-2-cm:hover .image-heading{
  opacity:1;
}


.ps2-gallery-2-section .slider-inner-container .slick-slide{
  position:relative;    
}

.ps2-gallery-2-section .slider-inner-container .image-desc{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #383838;
  padding: 30px 40px 20px;    
  opacity:0;
  transition: all .4s ease-in-out;
}

.ps2-gallery-2-section .slider-inner-container .slick-slide:hover .image-desc{
  opacity:1;
}

.ps2-gallery-2-section.gallery-loader .masonary-grp{
  opacity:0;
}

.ps2-gallery-2-section .masonary-grp{
  opacity:1;
  transition:all .4s ease-in-out;
}

.ps2-gallery-2-section.gallery-loader{
  position:relative;
}

.ps2-gallery-2-section.gallery-loader:before{
  position: absolute;
  content: '';
  top: 230px;
  left: 0;
  right: 0;
  background: url(https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/Backgrounds%20/Circel%20SVG.svg) no-repeat;
  width: 40px;
  height: 40px;
  background-size: 100%;
  margin: 0 auto;
  transition:all .4s ease-in-out;
  opacity:1;
}

.ps2-gallery-2-section:before{
  opacity:0;   
}

@media (max-width:1660px){

  .row-fluid .ps2-gallery-2-section .slider-inner-container {
    width: 100%;
    max-width: 900px;  
  }  



}



@media (max-width:1024px){


  body .row-fluid .ps2-gallery-2-section .ps1-gallery-2-cm-container>span>div{
    margin-bottom: 16px;
  }

  .row-fluid .ps2-gallery-2-section .slider-inner-container {
    max-width: 560px;
  }

  .ps2-gallery-2-section .slider-inner-container .image-container {
    height: 420px;
  }

  body .row-fluid .ps2-gallery-2-section .popup-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    -webkit-justify-content: center;
  }

  .ps2-gallery-2-section .slider-inner-container .image-desc {
    position: inherit; 
    opacity:1;
  }

}




@media (max-width:767px){

  body .row-fluid .ps2-gallery-2-section .ps1-gallery-2-cm-container>span>div{
    width: 100%;
    float: left;
    max-width: 340px;
    margin: 0 auto 20px;
    float: none;
  }

  .row-fluid .ps2-gallery-2-section .slider-inner-container{
    max-width: 280px;
  }  

  .ps2-gallery-2-section .slider-inner-container .image-container {
    height: 180px;
  }

  .ps2-gallery-2-section .slider-inner-container .image-desc {
    padding: 20px 20px 10px;
  }

  .ps2-gallery-2-section .slider-inner-container .close-button {
    right: 2px;
    top: -35px;
  }

}

.slider-inner-container{
  display: none;
}

.open-popup .slider-inner-container{
  display: block;
}

/**********************************************************************************
***********************************  Refer A Friend Page  ************************
*********************************************************************************/



.ps1-refer-friend-1-section-1 .invite-by-link h5{
  display: block;
  border: 1px solid #e7e7e7;
  background: #fff;
  padding: 16px;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #1871c9;
  font-family: monospace;
}

.ps1-refer-friend-1-section-1 .invite-by-social a {
  margin-right: 15px;
}


.ps1-refer-friend-1-section-1 .text-container{
  padding: 40px;
  background: #fff;
  border:2px solid #000;
}

@media (max-width:1024px){
  .ps1-refer-friend-1-section-1 .invite-by-social a img{
    margin-bottom: 15px!important;
  }
}

@media (max-width:767px){

  .ps1-refer-friend-1-section-1 .text-container {
    padding: 30px 20px;
  }

}   


/*****************************************************************
****************** Testimonial Section ******************
*****************************************************************/


body .row-fluid .about-testimonial {
  box-sizing: border-box;
  float: none;
  max-width: 450px;
  margin: 110px auto 0px!important;
  padding: 100px 25px 40px;
  width: 100%;
}   

body .row-fluid .about-testimonial, 
body .row-fluid .team-bio {
  background: #fff;
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.18);
  position: relative;
  transition: all .15s ease;
}

body .row-fluid .about-testimonial:hover .readmore a,
body .row-fluid .team-bio:hover .readmore a{
  color: #005dae;
}

.about-testimonial .testi-profile-image, 
.team-bio .testi-profile-image {
  position: absolute;
  width: 140px;
  height: 140px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  top: -60px;
  right: 0;
  left: 0;
  margin: 0 auto;    
  transition: all .15s ease;
}

.about-testimonial:hover .testi-profile-image,
.team-bio:hover .testi-profile-image {
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.18);
}


.about-testimonial .add-position,
.team-bio .add-position {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding-bottom: 8px;
}
.team-bio {
  padding: 40px 20px 20px;
  background: lightblue;
  margin-bottom: 6rem;
}

.team-bio .personsBio {
  display: none;
}

/*****=================================
About Card Section Styling
=========================================*****/


@media (min-width:768px){
  body .row-fluid .about-card-container .wrapper h4{
    margin-bottom:34px;
  }

  body .row-fluid .about-card-container .wrapper .p-15 p{
    font-size:15px;
  }
}

@media (max-width:767px){
  body .row-fluid .about-card-container .wrapper {
    margin-top: 0!important;
    max-width: 100%;
    padding: 50px!important;
  }
}



/*****=================================
Customer Card Section Styling
=========================================*****/

.customer-2-card .img-cont {
  width: 100%;
  max-width: 200px;
  margin: 0 auto!important;
  float: none;
}
.customer-2-card{
  position: relative;
  transition: all .15s ease;
  margin-bottom: 25px;
  padding: 30px 20px 40px;
  transition: all .15s ease;
  border: 1px solid #e7e7e7;
}


.customer-2-card .text-container {
  margin-top: 26px;
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
  padding-bottom:10px;
}


.customer-2-card:hover {
  box-shadow: 0px 0px 36px rgb(0 0 0 / 18%);
}

.customer-2-card .arrow-button a{

}

.customer-2-card .arrow-button a{
  position: relative;
  font-size:16px;
}
.customer-2-card .arrow-button a:after{
  content: "";
  position: absolute;
  background: url(https://459002.fs1.hubspotusercontent-na1.net/hubfs/459002/Growth%20DND/blue-arrow.svg) no-repeat;
  width: 46px;
  height: 9px;
  top: 6px;
  background-size: cover;
  background-position: center;
  right:-56px;

}


@media(min-width:997px) and (max-width:1024px){
  body .row-fluid .customer-2-card .arrow-button a:after{
    right: 0px;
  }
}



/************************** FAQ CM *****************************/


.ps1-faq-1-section-1 .accordion_group {
  border-top: solid 1px #e7e7e7;
  margin-left:0;
}

.ps1-faq-1-section-1 .accordion_header {
  padding: 24px 60px 24px 0;
  cursor: pointer;
  position: relative;
}

.ps1-faq-1-section-1 .accordion_content {
  padding: 0 0 25px;
}

.ps1-faq-1-section-1 .accordion_header:before, .ps1-faq-1-section-1 .accordion_header:after {
  position: absolute;
  content: '';
  background: #1871c9;
  width: 2px;
  height: 17px;
  transition: all .8s ease-in-out;
}

.ps1-faq-1-section-1 .accordion_header:before {
  right: 20px;
  top: 30px;
}

.ps1-faq-1-section-1 .expanded .accordion_header:before {
  transform: rotate(90deg);
}

.ps1-faq-1-section-1 .expanded .accordion_header:after {
  transform: rotate(90deg);
}

.ps1-faq-1-section-1 .accordion_header:after {
  top: 30px;
  right: 20px;
  transform: rotate(-90deg);
}


@media(max-width: 767px){

  body .row-fluid .ps1-faq-1-section-1 .faq-cm-container {
    padding: 20px 20px !important;
    margin: 15px 0;
  }

  .ps1-faq-1-section-1 .accordion_header {
    padding: 24px 34px 24px 0;
  }

  body .row-fluid .ps1-faq-1-section-1 .faq-container {
    padding: 0px 20px;
    margin: 15px 0;
  }

}

.ps1-faq-1-section-1 .accordion1 .accordion_group.question1{
  border-top: 0;
}

body .row-fluid .ps1-faq-1-section-1  .faq-container{
  padding: 40px 60px;
  margin: 20px 0;
  transition:all .15s ease-in-out;
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.18);
}

body .row-fluid .ps1-faq-1-section-1 .left-col{
  margin-top:20px;
} 


@media (max-width:1024px){

  body .row-fluid .ps1-faq-1-section-1 .faq-container {
    padding: 20px 40px;
  }

}





/*****=================================
Rss Blog Section Styling
=========================================*****/


.rss-blog .featured-posts {
  overflow: hidden;
}

.rss-blog{
  padding-top:40px;
}

.rss-blog .featured-posts h2,
.rss-blog .featured-posts h2 a{
  font-size:20px;
  line-height:1.4;
  color:#ffffff;
  letter-spacing:.25px;
  font-weight:600;
  margin-bottom: 8px;
}

.rss-blog .featured-posts .post-boxes{
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  overflow:hidden;
  position:relative;
  z-index: 1;
  padding:20px;
}

.rss-blog .featured-posts .post-boxes:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: -1;
  opacity:.6;
  transition:all .3s ease-in-out;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(20deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5));
  background: -webkit-linear-gradient(20deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(20deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(20deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5));
}

.rss-blog .featured-posts .post-boxes:hover:before{
  opacity:.9;
}

.rss-blog .featured-posts .post-date,.author-data{
  color:#ffffff;
  font-size:14px;
}

.rss-blog .featured-posts .item-1 {
  height: 500px;
  display: block;
  width: 48.717948718%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.rss-blog .featured-posts .item-2{
  display: block;
  width: 48.717948718%;
  height: 250px;
  float: left;
  margin-left: 2.564102564%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.rss-blog .featured-posts .item-3,.featured-posts .item-4{
  width: 23.076923077%;
  display: block;
  float: left;
  height:225px;
  margin-left: 2.564102564%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top:26px;
}

.rss-blog .featured-posts .post-boxes  a.author-link{
  color:#ffffff;
  font-size:14px;
}

.rss-blog .featured-posts .post-boxes .item-wrapper {
  position: absolute;
  bottom: 20px;
  left:20px;
  right:20px;
}



@media (max-width:767px){

  .rss-blog{
    padding-top:20px;
  }

  .rss-blog .featured-posts .item-1 {
    height: 300px;
    width: 100%;
  }

  .rss-blog .featured-posts .item-2 {
    margin: 20px 0;
    width: 100%;
    height: 300px;
  }

  .rss-blog .featured-posts .item-3, .featured-posts .item-4 {
    width: 100%;
    margin: 0 0 20px;
    height: 250px;
  }

}


@media(max-width: 767px) {
  .card-container .img-cont.card-bgcolor {
    margin: 0 auto;
  }
}

.footer-section{
  background-image: url(//3938051.fs1.hubspotusercontent-na1.net/hubfs/3938051/raw_assets/public/Themes/CPS%202021/images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  background-color:#001730;
  padding: 40px 30px 0px;
}

.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-vertical>ul {
  border-top: none; 
}

/**********************************************
  HOMEPAGE TEMPLATE STYLES
**********************************************/

.template-home .dnd-homepage-row-0-background-image {
  display: flex;
  align-items: center;
}

.template-home .dnd-homepage-row-1-padding > .row-fluid {
  max-width: none;
  padding: 0 !important;
}