/*icon box*/
.border-class-icon-box {
        text-align: center;
    padding: 50px 20px 50px 20px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    position: relative;
    transition: ease-in-out all 0.8s;
    -webkit-transition: ease-in-out all 0.8s;
    margin:0 10px;
    
}

.icon-box-image:before{
width: 37%;
    height: 1px;
    
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    -webkit-transition: ease-in-out all 0.8s;


}

.hover-box-content p{
   color:#fff;
}

.icon-box-image:after {
    width: 37%;
    height: 1px;
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    -webkit-transition: ease-in-out all 0.8s;
   
}


.border-icon-box-text {
   color: #f5f5f5;
    font-family: inherit;
    line-height: 24px;
}
.icon-box-btn a {
    border: 1px solid;
    padding: 7px 15px;
    color:#fff;
}

p.icon-box-btn {
    margin-top: 35px;

}

.icon-box-text {
    color: #f5f5f5;
    font-size: 20px;
    font-family: inherit;
    letter-spacing: 1px;
    line-height: 39px;
}
.icon-box-text a{
    color: #f5f5f5;
    font-size: 20px;
    font-family: inherit;

}
.icon-box-image i {
    position: absolute;
    top: -22px;
    right: 0;
    left: 0;
    font-size: 50px;
   transition: ease-in-out all 0.8s;
   -webkit-transition: ease-in-out all 0.8s;
}




/*icon box-hover*/

.hover-icon-box-main {
    text-align: center;
    padding-bottom: 20px;
    text-align: center;
    padding: 40px 20px 40px 20px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    position: relative;
    transition: ease-in-out all 0.8s;
    -webkit-transition: ease-in-out all 0.8s;
    margin-bottom: 30px;
     }
.hover-icon-box-image:before {
    width: 37%;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    -webkit-transition: ease-in-out all 0.8s;
    
}
.hover-icon-box-image:after {
   width: 37%;
    height: 1px;
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    -webkit-transition: ease-in-out all 0.8s;
}
h5.hover-icon-box-heading {
    font-size: 18px;
    font-family: inherit;
    line-height: 35px;
    color: #212121;
    margin-top: 0;
}
.icon-box-body-text {
    color: #565656;
    font-size: 14px;
    font-family: inherit;
    padding: 0 15px;
    line-height: 23px;
}


h5.hover-icon-box-heading>a {
    font-size: 18px;
    font-family: inherit;
    line-height: 35px;
    color: #212121;
}
.hover-icon-box-image i {
    position: absolute;
    top: -19px;
    right: 0;
    left: 0;
    font-size: 42px;
   transition: ease-in-out all 0.8s;
   -webkit-transition: ease-in-out all 0.8s;
}

/*hover-box-left to right*/




.grid-img-box-left{
    position: relative;
    overflow: hidden;
   
}

.grid-img-box-left:first-child
{ margin-left: 0px;
}
.grid-img-box-left img {
    width: 100%;
}

.grid-img-box-left h2 a {
    color: #fff;
}
.grid-text-box-left {
    position: absolute;
    top: 0px;
    left: -83%;
    bottom: 0px;
    height: 100%;
    width: 100%;
    
    transition: 0.5s;  
    padding: 33% 18% 0% 0%;
    text-align: center;
   opacity: 0.8;
}

.grid-img-box-left:hover .grid-text-box-left
{  left: -0%;  padding: 33% 9% 0% 9%;
}
.grid-img-box-left:hover .grid-text-box-left h2
{      position: static; 
       writing-mode: horizontal-tb;
     -webkit-writing-mode: horizontal-tb;
     -moz-writing-mode: horizontal-tb;
     -ms-writing-mode: horizontal-tb;
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    display: inline;
}
.grid-text-box-left h2 {
   font-family: inherit;
    font-size: 16px;
     line-height: 40px;
    font-weight: 400;
    color: #f5f5f5;
    letter-spacing: 4px;
    position: absolute;
    right: 3%;
       overflow: hidden;
    margin: 0 auto;
    height: 100%;
    vertical-align: middle;
    margin: 0px;
   -ms-writing-mode: tb-rl; 
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
     -ms-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.hover-box-content-left {
    font-family: inherit;
    font-size: 15px;
    color: #f5f5f5;
    line-height: 26px;
   
    margin: 20px 0px 0px 0px;
}


/*hover box bottom to up*/

.grid-img-box-bottom {
    text-align: center;
    position: relative;
    overflow: hidden;
  
   
}
.grid-img-box-bottom:hover .grid-text-box-bottom>h5{
position: absolute;
top:27%;
    width: 100%;

}

.grid-img-box-left h2 a {
    color: #fff;
}

.grid-img-box-bottom img {
    width: 100%;
}
.grid-text-box-bottom h5 a {
    color: #fff;
}

.grid-img-box-bottom:hover .grid-text-box-bottom>div {
    display: block;
    position: absolute;
    top: 41%;
}
.grid-text-box-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
   background: rgba(48, 137, 197, 0.75);
    height: 63px;
    -webkit-transition: all 0.8s ease;
    overflow: hidden;
   opacity:0.9;
}
.hover-box-content {
    display: none;
    color: white;
    font-family: inherit;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 25px;
 
}
.grid-img-box-bottom:hover .hover-box-content {
    position: absolute;
    top: 41%;
    width: 100%;
}
.grid-text-box-bottom>h5 {
    font-family: inherit;
    text-transform: uppercase;
    font-size: 16px !important;
    letter-spacing: 1px;
    padding: 12px 0;
   color: white;
 
}
.grid-img-box-bottom:hover .grid-text-box-bottom{

     height: 100%;
    background: rgba(48, 137, 197, 0.75);
   -webkit-transition: all 0.8s ease;
   width: 100%;
}

img.img-section-bottom {
    width: 100% !important;
}
.grid-img-box-bottom:first-child {
    margin-left: 0;
}

/*vertical image box*/
.vertical-img-box {
       background: #fff;
}

.vertical-img-section {
    min-height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  opacity: 0.85;
}
.vertical-hover-text {
    position: absolute;
    bottom: -35px;
    padding: 0 52px;
    -webkit-transition: all 0.8s ease;
    width:100%;
     right:0;
    left:0;
}
.vertical-hover-text>h4 {
    font-family: inherit;
    text-transform: uppercase;
    color: #f5f5f5;
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: 600;
text-align: center;
    
}
.vertical-hover-text>hr {
    
    border-width: 2px;
    margin-top: 10px;
   opacity: 0;
}
.vertical-hover-text>p {
    font-family: inherit;
    font-size: 14px;
       text-align: center;
   opacity: 0;
   
}
.vertical-img-box:hover .vertical-hover-text {
    -webkit-transition: all 0.8s ease;
    position: absolute;
       bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 40px 30px;
   left: 0;
    right: 0;
}

.vertical-img-box:hover .vertical-hover-text>hr{
    opacity: 1;
    
}
.vertical-img-box:hover .vertical-hover-text>p{
    opacity: 1;
    
}

.vertical-box-img {
    opacity: 0.4;
}



/*Creative Social Box*/



h2.social-text {
    text-align: center;
    font-family: FjallaOne;
    font-size: 29px;
    color: white;
     text-transform: uppercase;
     margin: 0;
}

h2.social-text i {
    padding-right: 15px;
}
h2.social-text a {
    color: #fff;
}
h2.social-text>a:hover {
   color:#f5f5f5;
}
.creative-social-main {
    overflow: hidden;
    text-align: center;
        background: black;
}
.creative-social-main:hover {
    cursor: pointer;
}
.creative-social-main:hover .social-upper-img>img {
    -webkit-transform: scale(1.3);
}

.creative-social-main:hover .social-upper {
   
    -webkit-transition: .8s ease-in-out;
}


.social-upper-img {
    opacity:0.4;
    position: relative;
    height: 225px;
}
.social-upper {
    margin: auto;
   
    padding: 24% 18%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    -webkit-transition: .8s ease-in-out;
}
.social-upper-img>img {
    width: 100%;
    min-height: 225px;
    -webkit-transform: scale(1);
    -webkit-transition: .3s ease-in-out;
   
}

/*before after image css*/


span.before-after-handle:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 32px;
   
    position: absolute;
    top: 18px;
    left: 22%;
}
span.before-after-handle:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 32px;
    position: absolute;
    top: 18px;
    right: 22%;
}

span.before-after-handle {
    background: #fff !important;
}





span.before-after-handle img {
    height: 63px;
}

.before-after-image-section {
  position: relative;
      width: 100%;
    max-width: 768px;
    margin: 0em auto;
 
}
.before-after-image-section img {
  display: block;
  width:100%;
}

.image-label {
  font-family: OpenSans-Regular;
  font-size: 18px;
  color: #f5f5f5;
  text-align: center;
  line-height: 60px;
  letter-spacing: 1px;
  text-transform: capitalize;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #2ecc71;
  height: 60px;
  width: 100px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.image-label.is-hidden {
  visibility: hidden;
}
.is-visible .image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
   height: 100%;
  width: auto;
  max-width: none;

  
}
.resize-img .image-label {
 right: auto;
  left: 0;
}
.is-visible .resize-img {
  width: 50%;
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.before-after-handle {
  position: absolute;
  height: 60px;
  width: 60px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -22px;
  border-radius: 50%;
  cursor: move;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.before-after-handle.draggable {
  background-color: #445b7c;
}
.is-visible .before-after-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

/*partner*/

.ins-logo-main img {
    height: 120px;
    width: auto;
    transition: 0.5s ease;
}
.ins-logo-main a img:hover {
    opacity: 0.7;
    transition: 0.5s ease;
}
.ins-logo-main img:hover {
    opacity: 0.7;
    transition: 0.5s ease;
}

/*testimonial-construction*/



.con-testimonial-white-text {
    color: #f5f5f5;
    
    font-size: 16px;
    letter-spacing: 1px;
   
    line-height: 28px;
}
.con-testimonial-img {
    padding-top: 30px;
}
.con-testimonial>h4 {
   padding-top: 20px;
    font-family: inherit;
    font-size: 20px;
}
.con-testimonial-img>img {
    height: 85px;
    width: auto;
    border-radius: 50%;
}
.con-testimonial:focus {
    outline: 0 !important;
}

/*testimonial-lawyer*/

.lw-testimonial p {
    font-family: inherit;
    font-size: 14px;
    color: #565656;
    padding: 0 35px;
line-height: 24px;
}
.lw-testimonial i {
   
    font-size: 30px;
    padding-top: 20px;
}
.lw-testimonial h3 {
    font-family: inherit;
    color: #222;
    font-size: 22px;
    margin-bottom: 0;
}
.lw-testimonial h4 {
    
    font-size: 16px;
    font-family: inherit;
    letter-spacing: 1px;
   margin: 0;
}
.lw-testimonial:focus {
    outline: none;
}
.lw-testimonial>img {
    height: 85px;
    width: auto;
    border-radius: 50%;
}


/*testimonial-agency*/



.egency-testimonial-box {
    background: #ffffff;
    text-align: center;
    padding: 20px 0;
 }
.egency-main{

padding:0 15px;

}
.egency-testimonial-box-text {
    font-family: inherit;
    font-size: 17px;
    color: #767676;
    font-weight: normal;
    font-style: italic;
    margin-top: 35px;
        padding: 0 15px;

}
.egency-testimonial-box h3 {
    font-family: inherit;
    font-size: 22px;
    color: #232323;
    font-weight: 400;
    letter-spacing: 0px;
    margin-top: 30px;
    margin-bottom: 8px;
}
.egency-testimonial-box-working-text {
    font-family: inherit;
    font-size: 17px;
    color: #767676;
    font-weight: normal;
    letter-spacing: 0px;
}

.egency-testimonial-box>img {
    height: 138px;
    width: auto;
    border-radius: 50%;
}

/*testimonial start-up*/

 .example {margin:20px 50px 70px;}

.slider-nav .slick-current img {
    border: 3px solid;
    border-radius: 100%;
}


.start-up-tm-img.slick-slide {
    outline: none;
}
.slick-initialized .slick-slide {
    outline: none;     
}


.start-up-tm-top-text {
    font-family: inherit;
    font-size: 20px;
    color: #767676;
    font-weight: normal;
  line-height: 28px;
    margin-top: 36px;   
  padding: 0px 6%;
}
.start-up-tm-name-text {
    font-family: inherit;
    font-size: 20px;
     font-weight: 600;
    letter-spacing: 1px;
    margin: 20px 0px 10px 0px;
}
.start-up-tm-name-sub-text {
    font-family:inherit;
    font-size: 15px;
    color: #232323;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0px 0px 15px 0px; padding-bottom: 13px;
}


.slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
    line-height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 14px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #2e84d2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #000;
    border-radius: 100%;
}

.start-up-tm-img.slick-slide {
    width: 128px;
}
.start-up-tm-img img {
    height: 95px;
    width: auto;
    border-radius: 50%;
}

/*testimonial Hospital*/


.hp-testimonial {
    color: white;
}
.hp-testimonial-sub-text:before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
   left: 7px;
    
    font-size: 19px;
}
.hp-testimonial-sub-text:after {
    content: "\f10e";
    font-family: FontAwesome;
    position: absolute;
      font-size: 19px;
   right: 5px;
}
.hp-testimonial-sub-text {
    padding-left: 47px;
    font-family: inherit;
    padding-right: 30px;
    line-height: 23px;
    color:white;
}
.hp-testimonial-sub-part {
    padding-left: 47px;
    padding-top: 33px;
}
.hp-testimonial-title {
    font-family: inherit;
    font-size: 15px;
    margin-bottom: 6px;
}
.hp-testimonial-sub-part>p {
    font-family: inherit;
    font-size: 13px;
   color:white;
}
.hp-testimonial.slick-slide {
    text-align: left !important;
    position: relative;
}

.hp-testimonial.slick-slide:focus {
    outline: 0 !important;
}


/*testimonial Resort*/

.rt-testimonial-white-text {
    color: #8f8f8f;
    font-family: inherit;
    font-size: 18px;
    
  
    line-height: 28px;
   margin-bottom: 15px;
}
.rt-testimonial-img {
    padding-top: 30px;
}
.rt-testimonial>h4 {
   
    padding-top: 20px;
    font-family: inherit;
    font-size: 20px;
   margin-bottom: 0;
}
.rt-testimonial:focus {
    outline: 0 !important;
}

.rt-con-testimonial-img img{

height: 95px;
    width: auto;
    border-radius: 50%;
}

/*testimonial tattoo*/

.tattoo-testimonial-white-text {
    color: #f5f5f5;
    font-family: inherit;
    font-size: 16px;
    letter-spacing: 1px;
    
    line-height: 28px;
}
.tattoo-testimonial-img {
    padding-top: 30px;
}
.tattoo-testimonial:focus {
    outline: 0 !important;
}
.tattoo-testimonal-title {
    text-align: center;
}
.tattoo-testimonial>h4 {
        margin-bottom: 0;
    padding-top: 20px;
    font-family: inherit;
    font-size: 21px;
    letter-spacing: 2px;
}
.tattoo-con-testimonial-img img{

height: 95px;
    width: auto;
    border-radius: 50%;
}


/*testimonial photography*/
.pg-testimonial-inner {
    text-align: center;
}
.pg-testimonial-text {
    
    background: #f9f9f9;
    padding: 45px 13%;
    color: #616161;
    font-family: inherit;
    font-size: 15px;
    line-height: 26px;

}
.pg-testimonial-main {
    padding: 0 20px;
}
.pg-testimonial-text:before {
    content: "\f10d";
    font-family: FontAwesome;
    position: relative;
    left: -40px;
    font-size: 20px;
    top: 0px;
    color: #c3c3c3;
}

.pg-testimonial-text:after {
    content: "\f10e";
    font-family: FontAwesome;
    position: relative;
    font-size: 20px;
    right: -70px;
    color: #c3c3c3;
}
.pg-testimonial-bottom {
    position: relative;
    top: -27px;
}
.pg-testimonial-name {
    
    font-family: inherit;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 30px;
}
.pg-testimonial-img img{
height: 95px;
    width: auto;
    border-radius: 50%;
}

/*testimonial health-coach*/

.hc-testimonial {
    padding: 0 20px;
}
.hc-testimonial-inner {
    background: #f7f7f7;
    padding: 18px;
}
.hc-testimonial-inner>i {
    font-size: 24px;
    padding-bottom: 16px;
}
.hc-testimonial-inner>p {
    line-height: 24px;
    font-weight: 600;
    padding-bottom: 20px;
}
.hc-testimonial-inner img {
    height: 85px;
    width: auto;
    border-radius: 50%;
}
.hc-testimonial>h4 {
    font-size: 18px;
    margin-bottom: 0;
}

.hc-testimonial-sub-text {
    margin: 0;
    font-size: 15px;
}


/*Team Construction css*/



.construct-team-section {
    text-align: center;
    position : relative;
   
}


.con-team-heading a {
    color: #222;
}


.sub-text-team {
    color: #222;
    font-family: inherit;
    font-size: 15px;
    opacity: 0;
  position:absolute;
   
}
.con-team-heading {
    color: #222;
    font-family: inherit;
    font-size: 14px;
    margin-bottom: 0;
    padding: 14px 0;
    
    
}
span.con-team-icon>a {
    padding-left: 16px;
    padding-right: 16px;
    color: #222;
}

.hover-section-team {
   
    position: absolute;
    bottom: 0px;
    width: 100%;
    transition: all 0.6s;
    
}
.construct-team-section:hover .hover-section-team {
    position: absolute;
    top: 0;
    height: 100%;
    opacity:0.9;
    
}
.construct-team-section:hover .hover-section-team .con-team-heading {
    position: relative;
    top: 43%;
    font-size: 19px;
    font-weight: 600;
}
.construct-team-section:hover .hover-section-team .sub-text-team {
    opacity: 1;
    position: relative;
    top: 43%;
}
span.con-team-icon {
    padding-left: 16px;
    padding-right: 16px;
   color: #222;
    
}
.con-team-icon-main {
    position: absolute;
    bottom: 0;
    opacity: 0;
     width: 100%;
     
}
.construct-team-section:hover .con-team-icon-main {
    opacity: 1 !important;
   
    padding-top: 14px;
    padding-bottom: 14px;
}
.con-team-img>img {
    width: 100%;
  
   max-height: 430px;
}


/*Team Hair-Salon css*/

.salon-team-img {
    position: relative;
       overflow: hidden;
    
}
.salon-team-img img {
         width: 100%;
   max-height:420px;
}
.salon-team-img p {
    margin-bottom: 0;
}


.salon-team-text-box {
    position: absolute;
    left: 0px;
    right: 30px;
    bottom: -100%;
    height: 100%;
   
    transition: 0.5s;
    opacity: 0;
   padding-top: 41%;
}
.salon-team-img:hover .salon-team-text-box
{  bottom: -10%; opacity:0.9;
}
.salon-team-text-box>h3{
    font-family: inherit;
    font-size: 18px;
    color: #f5f5f5;
    text-align: center;
    letter-spacing: 1px;
    margin: 0px 0px 5px 0px;
}
.salon-team-text-box>a{
font-family: inherit;
    font-size: 18px;
    color: #f5f5f5;

}

.salon-team-text-box p {
    font-family:inherit;
    font-size: 14px;
    color: #f5f5f5;
    text-align: center;
    letter-spacing: 1px;
    margin: 0px;
}

/*Team Hospital css*/

.hp-team-section>h5 {
    margin: 0;
    font-family: inherit;
    letter-spacing: 1px;
    font-size: 16px;
   line-height: 27px;

   color:white;
}
.hp-team-section>h5>a{

 color:white;
 font-family: inherit;
    letter-spacing: 1px;
}
.hp-team-section {
   
    text-align: center;
    padding: 20px 0;
    color: white;
}
.hp-team-section>p {
    font-family: inherit;
    font-size: 12px;
       line-height: 27px;
   color:white;
    letter-spacing: 1px;
}
.hp-team:hover .hp-team-img>img {
    opacity: 0.5;
}
.hp-team-num {
   color:#fff;
    font-size: 14px;
}
.hp-team-img {
    
    width: 100%;
}
.hp-team-img>img {
   width: 100% !important;
   max-height:350px;
   
}

/*Team Gym Css*/

.gym-team-img-box {
    overflow: hidden;
    position: relative;
}
.gym-team-text-box {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -100%;
    
    padding: 6%;
        text-align: center;
  -webkit-transition:all ease-in-out 0.5s;
}

.gym-team-img-box:hover .gym-team-text-box
{ bottom:0%; 
 -webkit-transition:all ease-in-out 0.5s;
  opacity:0.9;

}

.gym-team-text-box ul
{     list-style-type: none;      margin-bottom: 20px;
         padding-left: 0;
}

.gym-team-text-box li {
    display: inline-block;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    line-height: 31px;
    border-radius: 50%;
    margin-right: 8px;
}
p.gym-team-text {
    font-family: inherit;
    font-size: 12px;
    color: white;
    letter-spacing: 1px;
    line-height: 20px;
}


.gym-team-img-box img {
    width: 100%;
    
   max-height:300px;
}
.gym-team-text-box ul li a {
    color: #fff;
}

.gym-team-text-box img {
    width: 25%;
}

.gym-team-name-text-box {
    text-align: center;
}
.gym-team-name-text-box h3 {
    font-family: inherit;
    font-size: 18px;
    color: #222;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 25px;
    margin-top: 15px;
}
.gym-team-name-text-box h3 a{

font-family: inherit;
    font-size: 18px;
    color: #222;
}
.gym-sub-text {
    font-family: inherit;
    font-size: 15px;
    color: #222;
    font-weight: 600;
    letter-spacing: 1px;
}



/*Team Tattoo Css*/

.tattoo-team-section {
    text-align: center;
}


.tattoo-team-img {
    position: relative;
    overflow: hidden; 
}
.tattoo-team-img img {
   
    width: 100%;
   max-height:400px;
}
.tattoo-team-text-box {
    position: absolute;
    left: 0px;
    right: 30px;
    bottom: -100%;
    height: 100%;
    
    transition: 0.5s;
    opacity: 0;
   padding-top: 41%;
}
.salon-team-img>img {
    width: 100%;
    height: 373px !important;
}
.tattoo-team-img:hover .tattoo-team-text-box
{  bottom: -10%; opacity:0.9;
}
.tattoo-team-text-box h3 {
    font-family: inherit;
    font-size: 20px;
    color: #f5f5f5;
    text-align: center;
    letter-spacing: 3px;
    margin: 0px 0px 5px 0px;
}
.tattoo-team-text-box h3 a{

font-family: inherit;
    font-size: 20px;
    color: #f5f5f5;
}
.tattoo-team-text-box p {
    font-family: inherit;
    font-size: 14px;
    color: #f5f5f5;
    text-align: center;
    letter-spacing: 1px;
    margin: 0px;
}

/*Team Agency Css*/




.egency-team-img {
    position: relative;
    overflow: hidden;
}

.egency-team-section {
    text-align: center;
}

.egency-team-text-box {
    position: absolute;
    left: 0px;
    right: 30px;
    bottom: -100%;
    height: 100%;
   
    transition: 0.5s;
    opacity: 0;
    padding-top: 41%;
}
.egency-team-img img {
   
    width: 100%;
   max-height:400px;
}
.egency-team-img:hover .egency-team-text-box {
    bottom: -10%;
    opacity: 0.9;
}
.egency-team-text-box h3 {
    font-family: inherit;
    font-size: 20px;
    color: #f5f5f5;
    text-align: center;
    letter-spacing: 4px;
    margin: 0px 0px 5px 0px;
}
.egency-team-text-box h3 a{

font-family: inherit;
    font-size: 20px;
    color: #f5f5f5;

}
.egency-team-text-box p {
    font-family: inherit;
    font-size: 17px;
    color: #f5f5f5;
    text-align: center;
    letter-spacing: 0px;
    margin: 0px;
}

/*Team Music Css*/

.music-event-performers-img-box {
    position: relative;
}

.music-event-performers-top-img-box {
    position: relative;
}

.music-event-performers-box-hover{
 
opacity:0;

}
.music-event-performers-img-box div {
    padding: 0;
}

.music-event-performers-top-img-box:hover .music-event-performers-box-hover
{   
 opacity:0.9;
 -webkit-transition: all ease-in-out 0.8s; 
}
.music-event-performers-top-img-box:hover:hover .music-event-performers-box
{     z-index: 9999;
}
.music-event-performers-box-hover
{  position: absolute;
    left: 0px;
    top:0px;
    bottom:0px;
    right: 0px;
}
.music-event-performers-box {
    position: absolute;
    left: 0px;
    bottom:0px;
    right: 0px;
    width: 100%;
    padding: 29px 25px;
}
.music-event-performers-box ul li {
    display: inline-block;
    margin: 0px 10px;
}

.music-event-performers-box h2 {
    font-family: inherit;
    font-size: 40px;
    color: #f5f5f5;
    font-weight: 600;
    line-height: 38px;
    padding-left: 21px;
    letter-spacing: 2px;
}
.music-event-performers-box h2 a{

font-family: inherit;
    font-size: 40px;
    color: #f5f5f5;
}
.music-event-per-sub-text {
    font-family: inherit;
    font-size: 13px;
    color: #f5f5f5;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 6px;
     padding-left: 21px;
}
.music-event-performers-box ul li a {
    color: #fff;
    font-size: 18px;
}
.music-event-performers-box ul {
    margin-left: 21px;
}



.music-event-performers-top-img-box>img {
    width: 100%;
    max-height:500px;
}


/*Team Start-up Css*/

.start-up-team-img-full .vc_column-inner {
    padding: 0px !important;
}
.start-up-team-img-full .wpb_content_element {
    margin: 0px !important;
}

.start-up-team-hover-box {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    
    text-align: center;
    opacity: 0; -webkit-transition:all ease-in-out 0.6s;    padding: 19% 7%;

}

.start-up-team-img-full {
    position: relative;
}
.start-up-sect-two-center-box {
    color: #fff;
    font-family: inherit;
   line-height: 25px;
}


.start-up-team-img-full:hover .start-up-team-hover-box
{ opacity: 0.9; -webkit-transition:all ease-in-out 0.6s;
}

.start-up-team-hover-title-text {
    font-family: inherit;
    font-size: 20px;
    color: #f5f5f5;
 }   
.start-up-team-hover-title-text a{
font-family: inherit;
    font-size: 20px;
    color: #f5f5f5;

}
.start-up-team-hover-sub-text {
    font-size: 12px;
    font-weight: 600;
    color: #232323;
    margin-bottom: 10px;
   letter-spacing: 1px;
   font-family: inherit;
}


.start-up-title-sub-text {
    font-size: 12px;
   margin: 10px 0px 12px 0px;
}


.start-up-team-img-full>img {
    width: 100%;
    
    max-height:400px;
}


*Team Political Css*/

.political-team-img-full .vc_column-inner {
    padding: 0px !important;
}
.political-team-img-full .wpb_content_element {
    margin: 0px !important;
}

.political-team-hover-box {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    
    text-align: center;
    opacity: 0; -webkit-transition:all ease-in-out 0.6s;    padding: 19% 7%;

}

.political-team-img-full {
    position: relative;
}
.political-sect-two-center-box {
    color: #fff;
    font-family: inherit;
   line-height: 25px;
}


.political-team-img-full:hover .political-team-hover-box
{ opacity: 0.9; -webkit-transition:all ease-in-out 0.6s;
}

.political-team-hover-title-text {
    font-family: inherit;
    font-size: 20px;
    color: #f5f5f5;
 }   
.political-team-hover-title-text a{
font-family: inherit;
    font-size: 20px;
    color: #f5f5f5;

}
.political-team-hover-sub-text {
    font-size: 14px;
    font-weight: 600;
    color: #f5f5f5;
    margin-bottom: 10px;
   letter-spacing: 1px;
   font-family: inherit;
}


.political-title-sub-text {
    font-size: 12px;
   margin: 10px 0px 12px 0px;
}


.political-team-img-full>img {
    width: 100%;
    
    max-height:400px;
}


/*counter css*/

.wedding-counter-top-box {
    width: 100%;
    clear: both;
    display: block;
}
.wedding-counter-box {
    border-right: 1px solid #ff6e8d;
    border-left: 1px solid #a5314a;
    width: 24%;
    float: left;
    text-align: center;
}
.wedding-counter-box:first-child
{   border-left: 1px solid #a5314a;
    border-left: 0px;
}
.wedding-counter-box:nth-child(4) 
{  border-left: 1px solid #a5314a;
    border-right: 0px; 
}

.wedding-counter-text {
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: #f5f5f5;
    letter-spacing: 0.8px;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 14px;
}
.wedding-counter-number-text {
    font-family: Montserrat-Regular;
    font-size: 36px;
    color: #f5f5f5;
    font-weight: normal;
}


/*counter box*/

.counter-top-box {
    width: 100%;
    clear: both;
    display: block;
}
.counter-box {
    width: 24%;
    float: left;
    text-align: center;
}
.counter-box:first-child
{   border-left: 1px solid #a5314a;
    border-left: 0px;
}
.counter-box:nth-child(4) 
{ 
   border-right: 0px;
    box-shadow: none;
}

.counter-text {
    font-family: "Fjalla One";
    font-size: 17px;
    color: #cccccc;
    letter-spacing: 1.8px;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 0px;
     margin-bottom: 0;
}
.counter-number-text {
font-family: "Fjalla One";
    font-size: 33px;
    color: #c4c4c4;
    font-weight: normal;
    line-height: 40px;
    padding-top: 13px;
    margin-bottom: 0;
  
}


div#getting-started {
    width: 100%;
    padding:15px 0;
}

div#getting-started div {
    width: 24%;
    float: left;
}

.music-event-performers-box ul{

   padding-left: 0;

}


.header5-btn-main ul {
    padding-left: 0;
}



p.insignia-error-text {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
/*Twitter*/
ul#insignia-twitter-vc_element li {
    text-align: center;
    list-style: none;
}
ul#insignia-twitter-vc_element{
    text-align: center;
cursor: all-scroll;
}

.vc_element_list_tweet_text {
    font-size: 27px;
    line-height: 38px;
}
.vc_element_list_tweet_date {
    margin: 25px 0;
}
.twitter-icon-wrapper i {
    font-size: 60px;
}
.twitter-icon-wrapper {
    margin: 30px 0;
text-align: center;
}
