.owl-nav{
    display: none;
  }
a.buttoncase {
    color: #ffffff;
    /* border: 1px solid #040404; */
    padding: 6px 22px;
    opacity: 1;
    z-index: 1009;
    font-size: 60%;
    top: 76%;
    position: absolute;
    right: auto;
    margin-right: auto;
    margin-left: auto;
    transition: background-color 0.5s, color 0.75s;
    left: 45%;
    background: crimson;
}
a.buttoncase:hover {
  background-color: #682db6;

}
.grid {
  overflow: hidden;
  margin: 0 auto;
  padding: 3em 0 0 0;
  width: 100%;
  max-width: 1200px;
  list-style: none;
  text-align: center;
}
.grid .one-half {
  width: 50%;
  float: left;
}
.grid .one-forth {
  width: 25%;
}
.grid .three-forth {
  width: 75%;
}
/* Common style */
.grid figure {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  margin: -0.135em 0;
  //width: 33.333%;
  height: 250px;
  background: #ffffff;
  text-align: center;
  cursor: pointer;
}
.grid .double-height {
  height: 350px;
}
.grid figure img {
  position: relative;
  display: block;
  min-width: 100%;
  min-height: 350px;
  opacity: 0.8;
  transition: opacity 0.5s, -transform 1s;
}
.grid figure img:hover {
  opacity: 0.3;
}
.grid figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: #e96362f2;
  text-transform: uppercase;
  font-size: 1.25em;
  backface-visibility: hidden;
  transition: transform 0.35s;
}
.grid figure figcaption p{
  
  color: #ffffff;
}
.grid figure figcaption::after {
  content: '';
  border-style: solid;
  border-width: 20px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption > span::before {
  display: inline-block;
  padding: 8px 10px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a.anchor {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2 {
  display: block;
  z-index: 1002;
  word-spacing: -0.15em;  
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
  float: none;
  width: 100%;
}
.grid figure.double-height h2 {
  
}
.grid figure h2 span {
  z-index: 1002;
  font-weight: 800;
}
.grid figure p {
  opacity: 0;
  letter-spacing: 1px;
  font-size: 68.5%;
  text-align: center;
  z-index: 1001;
  position: absolute;
  text-transform: none;
  backface-visibility: hidden;
  transition: opacity 0.35s;
  margin: 5px auto;
  
  float: none;
  width: 100%;
  display: block;
  right: auto;
  left: auto;
  padding-right: 5%;
  padding-left: 5%;
}
.grid figure.double-height p {
  top: 60%;
}
.grid figure:hover p {
  opacity: 1; 
}
.grid figure h2,
.grid figure figcaption > span {
  transition: transform 0.35s;
}
.grid figure:hover h2 {
  transition-delay: 0.15s;
}
.grid figure:hover figcaption > span:nth-child(4) {
  transition-delay: 0.20s;
}
.grid figure:hover figcaption > span:nth-child(3) {
  transition-delay: 0.25s;
}
.grid figure:hover figcaption > span:nth-child(2) {
  transition-delay: 0.30s;
}

/* Individual Colors */

/* BLUE */
.grid figure figcaption.blue {
  background-color: #2b90e4d1;
  /*background-color: #50758b;*/
}
.grid figure figcaption.blue p,
.grid figure figcaption.gray p,
.grid figure figcaption.blue h2,
.grid figure figcaption.gray h2 {
  color: #fff;
}
  figure.effect-slideup figcaption.blue::after {
    border-bottom-color: #50758b;
  }
  figure.effect-slidedown figcaption.blue::after {
    border-top-color: #50758b;
  }
  figure.effect-slideleft figcaption.blue::after {
    border-left-color: #50758b;
  }
  figure.effect-slideright figcaption.blue::after {
    border-right-color: #2b90e4d1;
    margin-left: 0;
  }

/* GRAY */
.grid figure figcaption.gray {
  background-color:#9269f5db;
}
  figure.effect-slideup figcaption.gray::after {
    border-bottom-color: #9269f5db;
    margin-top: -4px;
  }
  figure.effect-slidedown figcaption.gray::after {
    border-top-color: #a3aaad;
  }
  figure.effect-slideleft figcaption.gray::after {
    border-left-color: #a3aaad;
  }
  figure.effect-slideright figcaption.gray::after {
    border-right-color: #a3aaad;
  }
  
/* GOLD */
.grid figure figcaption.gold {
  background-color: #b6872d;
}


/* Individual effects */

/*------------------*/
/***** Slide Up *****/
/*------------------*/

figure.effect-slideup figcaption {
  top: auto;
  bottom: 0;
  transform: translate3d(0,200%,0);
}
figure.effect-slideup.double-height figcaption {
  height: 65%;
}
figure.effect-slideup figcaption::after {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #ffffff;
  border-left-color: transparent;
  left: 45%;
  top: -35px;
}
figure.effect-slideup figcaption > span {
  float: right;
}
figure.effect-slideup h2,
figure.effect-slideup figcaption > span {
  transform: translate3d(0,200%,0);
}
figure.effect-slideup:hover figcaption,
figure.effect-slideup:hover h2,
figure.effect-slideup:hover figcaption > span {
  transform: translate3d(0,0,0);
}

/*--------------------*/
/***** Slide Down *****/
/*--------------------*/

figure.effect-slidedown figcaption {
  bottom: auto;
  top: 0;
  transform: translate3d(0,-200%,0);  
}
figure.effect-slidedown.double-height figcaption {
  height: 65%;
}
figure.effect-slidedown figcaption::after {
  border-top-color: #ffffff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  left: 45%;
  bottom: -35px;
}
figure.effect-slidedown figcaption > span {
  float: right;
}
figure.effect-slidedown h2,
figure.effect-slidedown figcaption > span {
  transform: translate3d(0,-200%,0);
}
figure.effect-slidedown:hover figcaption,
figure.effect-slidedown:hover h2,
figure.effect-slidedown:hover figcaption > span {
  transform: translate3d(0,0,0);
}

/*--------------------*/
/***** Slide Left *****/
/*--------------------*/

figure.effect-slideleft figcaption {
  width: 85%;
  transform: translate3d(-200%,0,0);  
}
figure.effect-slideleft figcaption::after {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #e96362f2;
  right: -40px;
  top: 45%;
}
figure.effect-slideleft figcaption > span {
  float: right;
}
figure.effect-slideleft h2,
figure.effect-slideleft figcaption > span {
  transform: translate3d(-200%,0,0);
}
figure.effect-slideleft:hover figcaption,
figure.effect-slideleft:hover h2,
figure.effect-slideleft:hover figcaption > span {
  transform: translate3d(0,0,0);
}

/*--------------------*/
/***** Slide Right *****/
/*--------------------*/

figure.effect-slideright figcaption {
  width: 50%;
  transform: translate3d(210%,0,0);
}
figure.effect-slideright figcaption::after {
  border-top-color: transparent;
  border-right-color: #ffffff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  left: -35px;
  top: 45%;
}
figure.effect-slideright figcaption > span {
  float: left;
}
figure.effect-slideright h2,
figure.effect-slideright figcaption > span {
  transform: translate3d(200%,0,0);
}
figure.effect-slideright:hover figcaption,
figure.effect-slideright:hover figcaption > span {
  transform: translate3d(100%,0,0);
}
figure.effect-slideright:hover h2 {
  transform: translate3d(0,0,0);
}
.a-btn.style-1 {
        position: relative;
    font-size: 20px;
    letter-spacing: .4px;
    font-weight: 400;
    padding: 7px 21px;
    background-color: #ff5969;
    /* margin-top: 47px; */
    /* margin-top: 68px; */
    color: #fff;

}

.parrolox {
    position: absolute;
    z-index: -1;
    height: 450px;
    width: 100%;
    object-fit: contain;
}
.parrolox::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(35, 49, 66, 0.7);
    z-index: -1;
}



/* Bubble Slider */

.bubble blockquote {
  margin: 10px 10px 0;
  background: #fff;
  padding: 60px;
  position: relative;
  border: none;
  border-radius: 8px;
  color: #1e528e;
}
.bubble blockquote:before, .bubble blockquote:after {
  content: "\201C";
  position: absolute;
  font-size: 80px;
  padding: 10px;
  line-height: 1;
  color: #1e528e;
}
.bubble blockquote:before {
  top: 0;
  left: 10px;
}
.bubble blockquote:after {
  content: "\201D";
  right: 10px;
  bottom: -.5em;
}
.bubble div {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  margin: 0 0 0 60px;
  margin-bottom: 10px;
}
.bubble cite {
  padding-left: 20px;
  color:#f7f7f7;
}
.anj {
  font-size: 27px;
  line-height: 41px;
  color: #ffffff;
  }
  .striphome {
    background-image: linear-gradient(rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.62)), url(../images/paperback.jpg);

    width: 100%;
    background-position: 100% 7%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.vc_green {
    color: #9bcc45 !important;
}
.linkcolor {
    color: white;
}
.home_linkedin_div {
    font-size: 60px;
    line-height: 60px;
    padding: 40px 0 30px 0;
}
.home_linkedin_img {
    width: 30%;
    vertical-align: text-top;
}

* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-left: -300px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #000;
  background: #ffffff;
  font-size: 15px;
  padding: 41px 32px;
  position: absolute;
  margin-top: 84px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
#corcase{
  padding:60px 10px;width: 500px;margin-left: -70px;
  }
  .wehelp{
    line-height: 32px;letter-spacing: 1px; font-size: 19px; text-align: center; padding:20px 10px; margin-bottom: 20px;color:#000;
  }
#caselg{
  width: 230px;height: 97px
}
.testimo{
  color: #000; font-size: 15px;
}
.testhead{
  color: #000; font-size: 18px;
}