/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');


/* Custom & default Styles */
body {
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
}

h1,
h2,
h3 {
  font-weight: 200;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6;
  color: #333333;
}

ul {
  margin: 0;
  padding: 0;
}


ul>li {
  list-style: none;
}

.font-medium {
  font-weight: 500;
}

h5 {
  font-size: 1.1rem;
}

/* Themes Color */

.color-1 {
  color: #ff0000 !important;
}

.color-2 {
  color: #5B5B5B !important;
}

.color-3 {
  color: #ff0000 !important;
}

/* Spacing */
.section-pad-1 {
  padding: 1em 0em;
}

.section-pad-2 {
  padding: 2em 0em;
}

.section-pad-3 {
  padding: 3em 0em;
}

.section-pad-4 {
  padding: 4em 0em;
}

.section-pad-5 {
  padding: 5em 0em;
}

.section-pad-5 {
  padding: 5em 0em;
}

.section-pad-6 {
  padding: 7em 0em;
}

.rounded-2 {
  border-radius: 20px;
}

.left-shape {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background: url(/wp-content/uploads/2020/01/contact-rect.svg) no-repeat left;
  z-index: -1;
}


/* Heading */
.main-heading {
  color: #ff0000;
  margin: 1em 0em;
  font-weight: 300;
  font-size: 1.75rem;
}

.sub-heading {
  color: #0b0909b8;
  margin: 1em 0em;
  font-weight: 400;
  font-size: 1.2rem;
}

.underlined {
  position: relative;
  margin-bottom: 2em;
}

.underlined:before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #5b5b5b;
  width: 100px;
  margin: 0 auto;
}

.underlined-2 {
  position: relative;
  margin-bottom: 2em;
}

@media (min-width : 768px) {
  .underlined-2:before {
    content: '';
    position: absolute;
    bottom: 27px;
    left: calc(50% + 40px);
    right: 0;
    height: 2px;
    background-color: #5b5b5b5c;
    width: calc(100% - 50px);
    margin: 0 auto;
  }

  .underlined-3:before {
    content: '';
    position: absolute;
    bottom: 27px;
    left: 188px;
    right: 0;
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
  }
}

.underlined-3 {
  position: relative;
  margin-bottom: 2em;
}



.underlined-1 {
  position: relative;
  margin-bottom: 0.45em;
  margin-left: 100px;
}

.underlined-1:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: -100px;
  height: 2px;
  background-color: #5b5b5b;
  width: 90px;
  top: 22px;
  margin: 0 auto;
}

.btn-link.read-more-btn,
.btn-link.read-more-btn:hover {
  color: transparent;
}

.read-more-btn * {
  font-weight: 500;
  font-size: 1.125em;
  color: #ff0000;
  vertical-align: middle;
  outline: none;
}

.read-more-btn ion-icon {
  font-size: 1.5em;
}

.svg {
  width: 31px;
  height: 28px;
}

.span {
  display: inline-flex;
}


.arrow-right {
  min-width: 50px;
  margin-left: 0.5em;
}

.more-arrow:hover {
  text-decoration: none;
  color: #ff0000;
}

.more-arrow {
  color: #000000;
}




/* main-header */
.inner-page .header-type2 {
  padding: 2em 4em 0em;
}

.inner-page .nav-link {
  color: #505050 !important;
}

.inner-page .section-heading {
  margin-bottom: 25px;
}

.main-header {
  padding: 1em 4em 1em;
  transition: 0.5s all ease-in-out;
  position: absolute;
}

.main-header.navbar-light {
  padding-top: 1em;
}

.main-header .navbar-nav .nav-link {
  position: relative;
  font-size: 1.1em;
  padding: 0;
  line-height: 50px;
  color: #505050;
  font-weight: 200;
}


.main-header.affix .navbar-nav .nav-link {
  line-height: 30px;
}

.navbar-nav>li:not(:last-child) {
  margin-right: 25px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #ff5555;
}

.main-header .navbar-nav .active .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
  margin: 0 auto;
  height: 10px;
  width: 10px;
  background-color: #ff5555;
  border-radius: 5px;
}

.dropdown-menu .active {
  color: #ff5555;
  background-color: #efefef;
}


.dropdown-menu .dropdown-item {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #ff5555;
  color: #fff;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #ff5555;
  background-color: #f9f9f9;
}

.main-header.affix .dropdown:hover > .dropdown-menu {
  top: calc(100% + 15px);
}

.main-header.affix .navbar-nav .nav-link::before {
    bottom: -15px;
}

@media (min-width: 768px) {
  .main-header .navbar-nav .sr-only {
    position: absolute !important;
  }

  .main-header .navbar-nav .nav-link {
    position: relative;
  }

  .main-header .navbar-nav .nav-link span {
    display: inline-block;
    position: relative;
  }

  .main-header .navbar-nav .nav-link span:after {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    height: 35px;
  }
}

.main-header .dropdown-menu .dropdown-item {
  line-height: 35px;
}

.affix {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: .5s ease-in-out;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 3px #ddd;
  animation: menu_sticky .6s ease-in-out;
  -webkit-animation: menu_sticky .6s ease-in-out;
}

@-webkit-keyframes menu_sticky {
  0% {
    margin-top: -120px;
    opacity: 0
  }

  50% {
    margin-top: -64px;
    opacity: 0
  }

  100% {
    margin-top: 0;
    opacity: 1
  }
}

@keyframes menu_sticky {
  0% {
    margin-top: -120px;
    opacity: 0
  }

  50% {
    margin-top: -64px;
    opacity: 0
  }

  100% {
    margin-top: 0;
    opacity: 1
  }
}

.affix .nav-link {
  color: #000 !important;
}

.inner-page .navbar {
  position: relative;
}

.main-header .navbar-nav .active .nav-link {
  color: #ff5555 !important;
}

.main-header .navbar-light .navbar-nav .nav-link {
  color: #333333;
}

.header-type2 .navbar-nav .active .nav-link {
  color: #000;
}

.header-type2 {
  padding: 2em 3em 0em;
  transition: 0.5s all ease-in-out;
}

.header-type2.navbar-light {
  padding-top: 1em;
}

.header-type2 .navbar-nav .nav-link {
  position: relative;
  font-size: 1.125em;
  padding: 1em 0.75em;
  color: #000;
  font-weight: 200;
}

.header-type2 .navbar-nav .active .nav-link:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: calc(50% - 5px);
  margin: 0 auto;
  height: 10px;
  width: 10px;
  background-color: #ff5555;
  border-radius: 5px;
}

.header-type2.navbar-light .navbar-nav .nav-link {
  color: #333333;
}



/* Slider Home */

.home-slider .slider-caption {
  padding: 0em 3em 3em;
}

.home-slider .slider-caption h1 {
  line-height: 1.5;
}

.home-slider .play-button {
  margin-top: 30%;
}

.home-slider .play-text {
  font-weight: 400;
  text-transform: uppercase;
  color: #959595;
  font-size: 0.875em;
  text-decoration: underline;
  margin-left: 10px;
}

.home-slider .play-text:hover {
  text-decoration: none;
}

.home-slider .carousel-indicators li {
  position: relative;
  height: auto;
  text-indent: 0;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  border-bottom: 2px solid #ffffff;
  margin: 0px;
  padding: 6px 10px;
  opacity: 1;
}

.home-slider .right-block {
  position: relative;
}

.slider-mobile-caption {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
}

.slider-mobile-caption h1 {
  font-size: 1.5em;
  color: #fff !important;
  line-height: 35px;
}

.home-slider .carousel-indicators li .list-index {
  color: #000000;
  font-size: 1.35em;
}

.home-slider .carousel-indicators .active {
  background-color: #000000;
  border-bottom-color: #ff5555;
}

.home-slider .carousel-indicators .active .list-index {
  color: #ffffff;
}



/* content-block */
.content-block {
  position: relative;
  overflow: hidden;
}

.content-block .bg-image {
  position: absolute;
  bottom: 30px;
  right: 5px;
  height: 30%;
  width: auto;
}

.section-left-image {
  position: absolute;
  top: -10em;
  left: 0;
  right: 0;
  bottom: -3em;
  background-image: url(../img/design-element.svg);
  background-position: left top;
  background-size: 40%;
  background-repeat: no-repeat;
}


/* growth-advisory */
.growth-advisory {
  background-color: #F9F9F9;
  background-position: 80% 90%;
  background-repeat: no-repeat;

}

.growth-advisory .each-block {
  padding: 1.5em;
  text-align: center;
  margin: 1.5em 0em;
  border-radius: 10px;
  min-height: 270px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.growth-advisory .each-block .read-more-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
}

.growth-advisory .each-block p {
  margin-bottom: 35px;
}

.growth-advisory .each-block .sub-title {
  font-weight: 400;
  padding: 1em 0em;
  font-size: 1.2em;
  color: #ff0000;
  margin: 0;
}

.growth-advisory .each-block:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(91, 91, 91, 0.15);
}


/* product-advisory */
.product-advisory {
  background-color: #FFFFFF;
  background-position: 100% 130%;
  background-repeat: no-repeat;
  background-size: 53%;
}

.product-advisory .each-block {
  padding: 1.5em;
  text-align: center;
  margin: 1.5em 0em;
  border-radius: 10px;
  min-height: 270px;
}

.product-advisory .each-block .read-more-btn {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.product-advisory .each-block .sub-title {
  font-weight: 400;
  padding: 1em 0em;
  font-size: 1.2em;
  color: #ff0000;
  margin: 0;
}

.product-advisory .each-block:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(91, 91, 91, 0.15);
}

.product-advisory .each-block .sub-title a {
  color: #ff0000;
}

/* Why Us */
.why-us {
  position: relative;
}

.list-points li {
  position: relative;
  padding-left: 30px;
}

.list-points li:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: #5B5B5B;
}

.why-us .play-button {
  position: absolute;
  left: 40%;
  top: calc(50% - 50px);
}

.why-us .play-media img {
  min-height: 100px;
  min-width: 100px;
}


/* Clients */
.client-logo img {
  width: auto !important;
  display: block;
  margin: 0 auto;
  max-height: 200px;
  max-width: 200px;
}



/* Get Started */
.get-started {
  background-color: rgba(210, 210, 210, 0.2);
  background-image: url(/wp-content/uploads/2020/01/get-started.svg);
  background-position: 80% center;
  background-repeat: no-repeat;
  background-size: 20%;
}

.get-started .form-block .form-control {
  min-width: 330px;
  border: 1px solid #999;
  border-radius: 10px;
  min-height: 50px;
  background-color: transparent;
  padding-left: 1.25em;
}

.get-started .form-block .form-control:focus {
  box-shadow: none;
}

.get-started .form-block .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #ff5555;
}

.get-started .form-block .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ff5555;
}

.get-started .form-block .form-control::placeholder {
  color: #ff5555;
}

.get-started .btn {
  min-height: 50px;
  background: #ff0000;
  box-shadow: 0px 4px 10px rgba(4, 73, 123, 0.25);
  border-radius: 10px;
  border: none;
  padding: 0 1em;
}


/* Testimonials */
.each-testimonial {
  padding: 1em;
}

.each-testimonial .test-content {
  font-weight: 400;
  margin-bottom: 1.5em;
}

.testimonials .owl-carousel .owl-nav button {
  display: inline-block;
  padding: 10px;
  height: 40px;
  width: 40px;
  background-size: 35px;
  outline: none;
}

.testimonials .owl-carousel .owl-nav button:hover,
.testimonials .owl-carousel .owl-nav button:focus {
  background-color: transparent;
  outline: none;
}

.testimonials .owl-carousel .owl-nav button.owl-prev {
  background-image: url(../img/arrow-round-back.svg);
  background-size: 35px;
  position: absolute;
  left: -100px;
  bottom: 20px;
}

.testimonials .owl-carousel .owl-nav button.owl-next {
  background-image: url(../img/arrow-round-forward.svg);
  background-size: 35px;
  position: absolute;
  right: -100px;
  bottom: 20px;
}

.left-image1 {
  position: relative;

}

.growth-img {
  padding-top: 2em;
}

.growth-bg {
  position: absolute;
  bottom: 15px;
  right: -5px;
  height: 40%;
  width: auto;
}

.left-image2 {
  position: relative;

}

.product-img {
  padding-top: 2em;
}

.dotted-line {
  position: absolute;
  bottom: 35px;
  right: 0px;
  height: 40%;
  width: auto;

}

/*  footer */
.footer {
  background-color: #242424;
  padding: 3em 0em 0.5em;
  color: #ffffff;
  font-size: 0.9em;
}

.footer-block {
  display: grid;
  grid-template-columns: 1fr, 1fr, 1fr, 1fr, 1fr, 1fr;
  grid-gap: 1em;

}

.footer-block-contact {
  display: grid;
  grid-template-columns: 1fr, 1fr, 1fr, 1fr, 1fr, 1fr;
  grid-gap: 0.3em;
}

.footer-block a {
  color: #fff;
}

.footer-block p {
  margin-bottom: 0.75em;
}

.footer-heading h5 {
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 1.5em;
}

.footer-block .sub-title {
  font-weight: 400;
  font-size: 1.1em;
  margin-bottom: 0px;
  line-height: 30px;
}

.logo-footer {
  margin-bottom: 25px !important;
}

.footer-block .address,
.footer-block .mail,
.footer-block .each-footer-list a, .footer-block-contact p {
  display: block;
  padding: 0.3em 0em;
  color: #7E7E7E;
}

.footer-text {
  color: #7E7E7E;
}

.footer-block .each-footer-list a:hover {
  color: #dddddd;
}

.footer-block .social-links {
  padding-top: 2em;
  display: flex;
  margin-right: 20px;
}

.footer-block .social-links li {
  margin-right: 1em;

}

.footer-block .social-links a {
  display: inline-block;
  height: 25px;
  width: 25px;
  text-align: center;
  /* color: #FFFFFF; */
  font-size: 1.4em;
  /* margin-right: 10px; */
}

.mobile-footer .social-links a {
  display: inline-block;
  height: 25px;
  width: 25px;
  text-align: center;
  font-size: 1.4em;
}

.mobile-footer .social-links {
	display: flex;
	padding-left: 4px;
}

.icon-image {
	width: 20px;
    max-width: 20px;
    margin-right: 10px;
}

.footer-block .footer-top-scroll {
  font-size: 0.95em;
  display: grid;
  grid-template-columns: 20px auto;
  gap: 10px;
  align-items: center;
  margin-top: 25px;
  color: #6b8090;
}

a.footer-top-scroll {
  font-size: 0.95em;
  display: grid;
  grid-template-columns: 20px auto;
  gap: 10px;
  align-items: center;
  margin-top: 25px;
  color: #6b8090;
}

.footer .copyright {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 1em;
  border-top: 1px solid #3a3b3c;
}

.footer .copyright p {
  color: #ffffff;
  margin-bottom: 0;
}

.bold {
  color: #000;
  font-size: 1em;
  font-weight: 500;
}

/* Mission Block */
/* content-block */
.mission-block {
  position: relative;
  margin: 4em 0em;
}


.mission-block .left-image {
  position: absolute;
  /* display: inline-block; */
}

.mission-block .bg-image {
  position: absolute;
  bottom: -8px;
  right: -18px;
  height: 40%;
  width: auto;
}

.section-left-image {
  position: absolute;
  top: -10em;
  left: 0;
  right: 0;
  bottom: -3em;
  background-image: url(../img/contact-rect.svg);
  background-position: left top;
  background-size: 40%;
  background-repeat: no-repeat;
}

.mission-block .left-image {
  position: relative;

}

.mission-block .bg-image {
  position: absolute;
  bottom: -8px;
  right: -18px;
  height: 40%;
  width: auto;
}

.section-left-image {
  position: absolute;
  top: -17em;
  left: -359px;
  right: 0px;
  bottom: -37px;
  background-image: url(../img/contact-rect.svg);
  background-position: left top;
  background-size: 26%;
  background-repeat: no-repeat;
}


.section-right-image {
  position: absolute;
  top: -4em;
  left: 0;
  right: 64px;
  bottom: -3em;
  background-position: right top;
  background-size: 10%;
  background-repeat: no-repeat;
  z-index: -1;
}


.mission-block .section-right-image {
  content: '';
  position: absolute;
  top: -10em;
  left: 0;
  right: 0;
  bottom: -3em;
  background-position: left top;
  background-size: 40%;
  background-repeat: no-repeat;
}

/* end of mission Block */

/* Focus Block */
.focus-block {
  background-color: #dacece2e;
  padding: 3em 2em;
  margin: 0 auto;
}

.focus-block .sub-heading {
  font-size: 1.4em;
}

.focus-block ul {
  padding-left: 2.5em;
}



/* Expertise Block */

.expertise-block .expertise-icon {
  display: block;
  margin: 0 auto 2em;
  text-align: center;
}

.expertise-block .expertise-border-box {
  position: relative;
  padding: 1em;
  min-height: 125px;
  border: 1px solid #ED4631;
  border-radius: 10px;
  margin-bottom: 2em;
}

.expertise-block .expertise-content .sub-heading {
  margin: 0.5em 0 0;
}

.expertise-block .expertise-border-box h5 {
  font-size: 1.1em;
  font-weight: 300;
  color: #5A5A5A;
  letter-spacing: 1px;
}

.expertise-block .expertise-border-box h6 {
  font-weight: 300;
  font-size: 0.8em;
  line-height: 1.5;
  margin-bottom: 0;
}

.expertise-border-box img {
  position: absolute;
  top: calc(-2em + 7px);
  left: calc(50% - 1em);
  background-color: #ffffff;
}


.triangle-down::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 6em;
  right: 3em;
  top: 2em;
}


.expertise-block .expertise-content {
  text-align: center;
}

/* .contact-block */

.contact-block {
  position: relative;
}

.contact-block .contact-form-block {
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  padding: 1em 0em;
}

.contact-block .form-control {
  min-height: 42px;
  border-radius: 2px;
  font-size: 0.85em;
}

.contact-block .form-group {
  margin-bottom: 15px;
}

.contact-block .invalid {
  font-size: 14px;
  margin-top: 5px;
  color: #ED4631;
  margin-left: 10px;
}

button:focus {
  outline: none;
  border: none;
}

.success {
  color: #ff5555;
  margin-top: 15px;
  font-size: 15px;
}

.contact-block .btn-submit {
  padding: 8px 20px;
  background: #ff5555;
  border: none;
  box-shadow: none;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px !important;
  border-radius: 8px;
  width: 164px;
}

.contact-block .address-block-list li {
  padding: 28px 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  display: grid;
  grid-template-columns: 60px auto;
  gap: 30px;
  align-items: center;
}

.contact-block .address-block-list li:last-child {
  align-items: flex-start;
}

.contact-block .address-block-list li:last-child p {
  font-size: 0.95em;
}

.contact-block .address-block-list li p {
  margin-bottom: 0;
}

.contact-block .address-block-list li:not(:last-child) {
  margin-bottom: 20px;
}

.contact-block .address-block-list li .icon img {
  width: 30px;
}

.contact-block .icon-text h5 {
  font-size: 0.95em;
  margin-bottom: 5px;
  font-weight: 600;
  color: #505050;
}

.contact-block .icon-text p {
  font-size: 0.65em;
  font-weight: 600;
  color: #0000008c;
}

.contact-block .address h5 {
  font-size: 1.35em;
  margin-bottom: 5px;
  color: #505050;
}

.contact-block .address p {
  font-size: 1em;
}

.contact-block .footer-head-block {
  font-size: 1.2em !important;
  color: #5b5b5b !important;
}

.contact-block .footer-address {
  padding-top: 1em;
}

.contact-block .footer-address p a {
  color: #5B5B5B;
  font-weight: 500;
}

.footer-address .address {
  border-bottom: 1px dashed #efefef;
  margin-bottom: 1em;
}

.mobile-footer .icon {
  min-width: 15px;
}

.mobile-footer .text {
  opacity: 0.7;
  text-align: left;
  font-weight: 300;
}

.mobile-footer .cell {
  margin-top: 1em;
}

.contact-page .section-right-image {
  z-index: -111;
  top: 0em;
}

.contact-page .section-left-image {
  z-index: -111;
}

/* end of Contact Block */
/* Due Alligence Block */
.due-alligence-image {
  position: relative;
}

.img-two {
  content: '';
  position: absolute;
  bottom: 97px;
  right: 114px;
  left: -80px;
}

.spacing {
  padding-left: 5em;
}

.product-alligence {
  background-color: #9999990f;
}

.product-alligence-imag {
  position: relative;
}

.img-three {
  content: '';
  position: relative;
  /* top: -166px; */
  bottom: 256px;
  right: 114px;
  left: 34px;
}

.due-alligence .section-right-image {
  position: absolute;
  top: 6em;
  left: 0;
  right: 64px;
  bottom: -3em;
  background-image: url(../img/design-element-circle1.svg);
  background-position: right top;
  background-size: 10%;
  background-repeat: no-repeat;
}

.due-alligence .section-left-image {
  position: absolute;
  top: -11em;
  left: -369px;
  right: 251px;
  bottom: -233px;
  background-image: url(../img/contact-rect.svg);
  background-position: left top;
  background-size: 26%;
  background-repeat: no-repeat
}

/* Case Studies */

.work-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2em;
}

.each-work-group {
  /* border: 1px solid #000; */
  width: 480px;
  height: 300px;
  position: relative;
}

.each-work-group .each-content h5 {
  content: '';
  position: absolute;
  z-index: 999;
  margin: 0 auto;
  left: -18px;
  right: 0;
  top: 24%;
  color: #ffffff;
  font-size: 2em;
  text-align: center;

}

.each-work-group .each-content p {
  content: '';
  position: absolute;
  z-index: 999;
  margin: 0 auto;
  right: 0;
  color: #ffffffeb;
  bottom: 7em;
  text-align: center;

}

.each-work-group .each-content button {
  content: '';
  position: absolute;
  z-index: 999;
  margin: 0 auto;
  left: 0px;
  right: 0;
  bottom: 3em;
}

.each-work-group .each-content .button {
  border-color: #ff5555;
  color: #fff;
  background-color: #ff5555;
  /* border-radius: 6em; */
  border: 0px;
  padding: 10px 22px;
}

.each-service-list li {
  color: #5b5b5b;
  font-weight: 300;
}

.each-service-list li:not(:last-child) {
  margin-top: 12px;
  display: block;
}

.each-service-list li:last-child {
  margin-bottom: 10px;
}




/* Team - Our Partners */
.our-partners .team-member {
  margin-bottom: 3em;
}

.our-partners .team-member .avatar-image {
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #efefef;
  margin-bottom: 1.5em;
}

/* !growth-advisory-inner */
.grey-navbar .navbar {
  background: #ffffff;
}

.product-strategy {
  position: relative;
}

.product-strategy .image {
  display: table;
  margin: 0 auto;
  position: relative;
}

.img-red-overlay {
  background: #FF0000;
  mix-blend-mode: multiply;
  width: 100px;
  height: 119px;
  display: block;
  z-index: 99;
  position: absolute;
  bottom: 0;
  left: -20px;
  bottom: -20px;
}

.img-image-overlay {
  background: #FFFFFF;
  box-shadow: 4px 4px 20px rgba(255, 0, 0, 0.25);
  border-radius: 0px 0px 60px 0px;
  padding: 15px;
  width: 145px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: -10%;
  right: -50px;
}

.clients-slider {
  background: #272727;
}

.clients-slider img {
  filter: grayscale(100%);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.clients-slider img:hover {
  filter: grayscale(1%);
  -webkit-filter: grayscale(1%);
}

.services-points li {
  display: grid;
  grid-template-columns: 15px auto;
  gap: 10px;
}

.services-points li img {
  width: 14px;
}

.product-strategy-key-points {
  position: relative;
}

.product-strategy-key-points .left-block p {
  line-height: 35px;
  color: #222222;
}

.product-strategy::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 20%;
  background: #f7f7f7;
  z-index: -1;
}

.product-strategy-key-points::after {
  content: "";
  position: absolute;
  left: 0;
  top: -250px;
  bottom: 0;
  background: url("/wp-content/uploads/2020/01/shape_1.svg") no-repeat;
  height: 100%;
  width: 350px;
  background-size: contain;
  z-index: -2;
}

.product-strategy-key-points::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 10px;
  bottom: 0;
  background: url("/wp-content/uploads/2020/01/shape_2.svg") no-repeat;
  height: 100%;
  width: 75px;
  background-size: contain;
  z-index: -1;
}

.reach-us-section {
  min-height: 251px;
  padding: 2em 0;
  background-size: cover;
  background: url(/wp-content/uploads/2020/01/contact-section.png) no-repeat center right;
  color: #fff;
}

.reach-us-section p {
  color: #fff;
}

.pricing-key-points {
  background-size: 45%;
  background: url("/wp-content/uploads/2020/01/shape_3.png") no-repeat left 0px;
}

.reach-us-section .first-block p {
  font-size: 1.15em;
  font-weight: 300;
  margin-bottom: 21px;
  line-height: 35px;
}

.first-block h5 {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 27px;
}

.second-block input {
  background: transparent;
  border: 1px solid #BFBFBF;
  border-radius: 4px;
  height: 45px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.second-block .form-control:focus {
  color: #fff;
}

.second-block input::placeholder {
  color: #C4C4C4;
}

.form-control:focus {
  background: transparent;
  box-shadow: none;
}

.second-block .submit-btn {
  background: #E21D24;
  box-shadow: 0px 4px 10px rgba(4, 73, 123, 0.25);
  border-radius: 4px;
  margin-bottom: 0 !important;
  height: 45px;
  border: none;
  margin-left: 25px;
  text-transform: uppercase;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  padding: 0 15px;
  color: #fff;
}

.invalid {
  color: #721316;
  font-size: 0.9em;
  margin-top: 5px;
}

.second-block button:focus {
  outline: none;
}

.second-block .form-group {
  margin-bottom: 0;
}


#reach-us .success {
  text-align: center;
  color: #fff;
}

.second-block .content p {
  font-size: 1.1em;
  line-height: 40px;
}

.second-block .content p span {
  padding-left: 0.25em;
}

.each-client .image {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.each-client .image img {
  max-height: 160px;
}

.go-to-market .image {
  position: relative;
}

.go-to-market .image-overlay {
  width: 150px;
  height: 80px;
  background: #E21D24;
  display: inline-block;
  color: #fff;
  padding: 20px 30px 0 20px;
  position: absolute;
  right: -50px;
  bottom: -40px;
  mix-blend-mode: multiply;
}

.go-to-market .image-overlay p {
  color: #fff;
  line-height: 28px;
  font-weight: 400;
}

.go-to-market {
  position: relative;
}

/* .go-to-market::after {
  content: "";
  background: url("../img/bgs/shape_5.svg") no-repeat;
  background-size: 150px;
  position: absolute;
  left: -10px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
} */

.go-to-market .bold {
  font-weight: 500;
}

.navbar-dark .navbar-toggler-icon {
  background: url(/wp-content/uploads/2020/01/nav-menu-icon.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 35px;
  margin-top: 15px;
}

.loader {
  display: inline-block;
}

.loader img {
  width: 15px;
  margin-top: -2px;
  margin-left: 5px;
}

.get-started .success {
  color: green !important;
  text-align: left !important;
}

.coaching {
  position: relative;
}

.section-right-image {
  content: '';
  position: absolute;
  top: -10em;
  left: 0;
  right: 0;
  bottom: -3em;
  /* background-image: url(../img/contact-rect.svg); */
  background-position: left top;
  background-size: 40%;
  background-repeat: no-repeat;
}

.type2 {
  box-shadow: none;
  border: none;
  background: none;
}

.type2 img {
  box-shadow: 4px 4px 20px rgba(255, 0, 0, 0.25);
  background: none;
  border-radius: 0 0 30px 0;

  position: absolute;
  right: 0;
  bottom: -38%;
  right: -1px;
  width: 145px;
  height: 145px;

}

.product-training {
  position: relative;
  background: #F7F7F7;
}


.product-training .image {
  display: table;
  margin: 0 auto;
  position: absolute;
}

.img-red-overlay {
  background: #FF0000;
  mix-blend-mode: multiply;
  width: 100px;
  height: 119px;
  display: block;
  z-index: 99;
  position: absolute;
  bottom: 0;
  left: -20px;
  bottom: -20px;
}

.img-image-overlay {

  border-radius: 0px 0px 60px 0px;
  padding: 15px;
  width: 145px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: -10%;
  right: -50px;
}

.clients-slider {
  background: #272727;
}

.clients-slider img {
  filter: grayscale(100%);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.clients-slider img:hover {
  filter: grayscale(1%);
  -webkit-filter: grayscale(1%);
}

.services-points li {
  display: grid;
  grid-template-columns: 15px auto;
  gap: 10px;
}

.services-points li img {
  width: 14px;
}

.product-training-key-points {
  position: relative;
}

.product-training-key-points .left-block p {
  line-height: 35px;
  color: #222222;
}

.product-training-key-points::after {
  content: "";
  position: absolute;
  left: 0;
  top: -250px;
  bottom: 0;
  background: url("/wp-content/uploads/2020/01/shape_1.svg") no-repeat;
  height: 100%;
  width: 350px;
  background-size: contain;
  z-index: -2;
}

.product-training-key-points::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 10px;
  bottom: 0;
  background: url("/wp-content/uploads/2020/01/shape_2.svg") no-repeat;
  height: 100%;
  width: 75px;
  background-size: contain;
  z-index: -1;
}

.product-optimization {
  position: relative;
  background: #F7F7F7;
}

.product-optimization .image {
  display: table;
  margin: 0 auto;
  position: absolute;
}

.product-optimization .img-image-overlay {
  border-radius: 0px 0px 35px 0px;
  padding: 15px;
  width: 145px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: -13%;
  right: -50px;
}

.idea-validation {
  position: relative;
  background: #F7F7F7;

}

.idea-validation .image {
  display: table;
  margin: 0 auto;
  position: absolute;
}

.idea-validation .image-overlay {
  width: 150px;
  height: 80px;
  background: #E21D24;
  display: inline-block;
  color: #fff;
  padding: 20px 30px 0 20px;
  position: absolute;
  right: -50px;
  bottom: -40px;
  mix-blend-mode: multiply;
}

.idea-validation .image-overlay p {
  color: #fff;
  line-height: 28px;
  font-weight: 400;
}

.product {
  font-weight: 300 !important;
}

.highlite-text {
  font-style: italic;
  font-size: 1.1em;
  color: #998888f2;
  margin-top: 1em;
  /* text-align: center; */
  margin: 20px auto;
  display: inline-block;
  font-weight: 300;
  line-height: 1.7;
}

.quoted-text {
  display: block;
  margin: 1em auto 0;
}

.svg-icon {
  width: 50px;
  height: 20px;
  position: relative;
}

/*  */


.rc-anchor-pt {
  display: none;
}

#recaptcha {
  display: inline-block;
  position: relative;
}

#recaptcha:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 3px;
  right: 5px;
  width: 100px;
  height: 70px;
  background-color: #f9f9f9;
}

.contact-block .btn-submit:disabled {
  background: #3333;
}


/* !Blog Section */
.author-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.author-details h4 {
  font-size: 0.9em;
  letter-spacing: 0.04em;
  color: #1F3F68;
  margin-bottom: 5px;
  font-weight: normal;
}

.author-details h5 {
  font-size: 0.9em;
  letter-spacing: 0.04em;
  color: #505050;
  margin-bottom: 0;
  font-weight: normal;
}

.all-blog-posts {
  padding: 4em 0 0 0;
}

.each-blog {
  margin-bottom: 45px;
  min-height: 480px;
  position: relative;
}

.each-blog .blog-content {
  padding-top: 25px;
}

.each-blog .blog-content .blog-title {
  margin-bottom: 15px;
  color: #ff0000;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 30px;
}

.each-blog .author-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.blog-navigation {
  padding: 2em 0 4em 0;
}

.blog-navigation-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-navigation-list li a img {
  width: 25px;
}

.blog-navigation-list li:nth-child(1) {
  margin-right: 20px;
}

.blog-navigation-list li a {
  border-radius: 6px;
  padding: 5px 15px;
  font-size: 1.2em;
  font-weight: 600;
  display: block;
}

#left-navigation {
  background: #C2C2C2;
  color: #493d3d;
  padding: 8px 34px;

}

#right-navigation svg path {
  fill: #fff;
}

#left-navigation img {
  margin-right: 5px;
}

#right-navigation {
  background: #E21D24;
  color: #fff;
  padding: 8px 34px;
}

#right-navigation img {
  margin-left: 5px;
}

.popular-posts {
  padding: 3em 0 0 0;
}

.popular-posts .section-heading h3 {
  font-size: 2.2em;
}

.our-blog {
  padding: 2em 0 0 0;
}

/*!case-studies */
.case-studies {
  padding: 2em 0 3em 0;
}

.case-studies .section-heading {
  margin-bottom: 55px;
}

.case-studies .each-case-study:not(:last-child) {
  margin-bottom: 35px;
}

.case-studies .each-case-study .image {
  display: table;
  margin: 0 auto;
  position: relative;
  float: left;
  margin-left: 10px;
}

.case-studies .each-case-study .image::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: auto;
  height: 100%;
  background: linear-gradient(180deg, #F9F6F6 0%, #FFC4C4 100%);
  z-index: -1;
}

.case-studies .each-case-study h4 {
  margin-bottom: 55px;
  position: relative;
  color: #FF0000;
  line-height: 35px;
}

.case-studies .each-case-study h4::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  width: 182px;
  height: 10px;
  background: linear-gradient(270deg, #FEC9C9 0%, #F9F5F5 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.case-study-inner h5 {
  color: #505050;
}

.each-case-study .read-more {
  margin-top: 20px;
}

.each-case-study .read-more a {
  color: #ff0000;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
}

.each-case-study .read-more a span {
  background: #ff0000;
  margin-left: 5px;
  width: 12px;
  height: 12px;
}

.each-case-study .read-more a span svg path {
  fill: #fff;
}

.each-case-study .situation {
  margin-bottom: 25px;
}

/* !single-case-study */
.single-case-study {
  padding: 2em 0 4em 0;
  position: relative;
  overflow: hidden;
}

/* .single-case-study::after {
  content: "";
  position: absolute;
  left: -400px;
  right: 0;
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 515px;
  width: 515px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(226, 29, 36, 0.05);
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
} */

.single-case-study .end-result-key-points {
  margin-top: 19px;
}

.single-case-study .end-result-key-points li:not(:last-child) {
  margin-bottom: 10px;
}

.single-case-study .end-result-key-points li {
  display: grid;
  grid-template-columns: 20px auto;
  gap: 10px;
  color: #333;
  font-weight: 300;
}

.single-case-study .content h4 {
  color: #ff0000;
  margin-bottom: 15px;
  font-size: 1.3em;
  font-weight: 400;
}

.single-case-study .end-result {
  padding-top: 2em;
}

.single-case-study .section-heading {
  margin-bottom: 46px;
}

.single-case-study .section-heading h3 {
  position: relative;
  color: #000;
}

.single-case-study .section-heading h3::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  width: 182px;
  height: 10px;
  background: linear-gradient(270deg, #FEC9C9 0%, #F9F5F5 100%);
}

.single-case-study .situation .image {
  position: relative;
  display: table;
  margin: 0 auto;
}

.single-case-study .situation .image::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 15px;
  right: -15px;
  bottom: auto;
  height: 100%;
  background: linear-gradient(180deg, #F9F6F6 0%, #FFC4C4 100%);
  z-index: -1;
  border-radius: 3px 20px;
}

.single-case-study .situation .image img {
  border-radius: 3px 20px;
}

.single-case-study .situation p {
  line-height: 30px;
/*   color: #000000; */
}

.form-grid {
	display:grid;
	grid-template-columns:2fr 1fr;
}

.form-input {
/* 	display: flex; */
	display:grid;
	grid-template-columns:2fr 1fr;
}

.mobile-footer .logo-block a {
 width: 75%;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok {
	border: 2px solid gray;
	margin: 0px!important;
}

.single-case-study li {
	font-size: 1em;
    font-weight: 300;
    line-height: 1.6;
    color: #333333;
    margin-top: 0;
    margin-bottom: 1rem;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.single-case-study .hide {
	display: none!important;
}

.single-case-study strong {
    font-weight: 400!important;
    font-size: 1.3em;
	color: #212529;
}

/* .single-case-study ul {
	padding-left: 1em;
} */

.single-case-study .img-tick li {
/* 	display: list-item;
	list-style: disc; */
	display: grid;
    grid-template-columns: 20px auto;
    gap: 10px;
}

/* FAQ */
.accordion .card {
		border-radius: 6px !important;
		border: 1px solid #eceded !important;
		margin-bottom: 5px;
	}
	.accordion .card .card-header {
		background: #f9fafa;
		padding-top: 7px;
		padding-bottom: 7px;
		margin-bottom: 0;
		font-family: "Roboto", sans-serif;
		border-radius: 6px 6px 0 0;
		border-bottom: none;
	}
	.accordion .card-header:hover {
		background: #ecf0f0;
	}
	.accordion .card-header h2 span {
		float: left;
		margin-top: 10px;
	}
	.accordion .card-header .btn {
		color: #ff0000;
		font-size: 1.04rem;
		width: 100%;
		text-align: left;
		position: relative;
		top: -2px;
		font-weight: 500;
	}
	.accordion .card-header i {
		float: right;
		font-size: 1.3rem;
		font-weight: bold;
		position: relative;
		top: 5px;
	}
	.accordion .card-header .btn:hover {
/* 		color: #35589f; */
		color: #ff0000;
	}
	.accordion .card-body {
		color: #324353;
		text-align: justify;
		border-top: 1px solid #eceded;
	}

.br-0, .br-0 img{
	border-radius: 0px!important;
}

.partner-network .avatar-image {
	border: 0!important;
}

/* dropdown */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a:after {
    /* content: "\f0da";
    float: right;
    border: none;
    font-family: "FontAwesome"; */
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transform: rotate(-90deg);
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

code {
    color: #b06ab3;
    background: #fff;
    padding: 0.1rem 0.2rem;
    border-radius: 0.2rem;
}

.main-header {
    padding: 1em 4em 1em;
    transition: 0.5s all ease-in-out;
    position: absolute;
    width: 100%;
}

.main-header .navbar-nav .active .nav-link {
    color: #ff5555 !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    margin-top: -1.35em;
    vertical-align: 0.255em;
}

.affix {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: 0.5s ease-in-out;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 3px #ddd;
    animation: menu_sticky 0.6s ease-in-out;
    -webkit-animation: menu_sticky 0.6s ease-in-out;
}

.navbar-nav>li:not(:last-child) {
    margin-right: 25px;
}

.main-header .navbar-nav .nav-link {
    position: relative;
    font-size: 1.1em;
    padding: 0;
    line-height: 50px;
    color: #505050;
    font-weight: 300;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #505050;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #ff5555;
    color: #fff;
}

.navbar-toggler img {
    width: 25px;
}

.navbar-toggler {
    box-shadow: none;
    outline: none;
    border-radius: 0;
    background-color: #ff0000 !important;
    border: none !important;
}

@media (min-width: 0px) and (max-width: 768px) {
    .navbar-brand img {
        width: 180px;
    }
}

@media (min-width: 991px) {
    .dropdown-menu {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
}


/* @media (min-width: 992px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    ul li:hover>ul,
    ul li ul:hover {
        visibility: visible;
        opacity: 1;
        display: block;
    }
    .dropdown-submenu a::after {
        transform: rotate(90deg) !important;
        position: absolute;
        right: 6px;
        top: 1.85em;
    }
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }
    ul li ul li {
        clear: both;
        width: 100%;
    }
    .main-header .navbar-nav .active .nav-link:before {
        content: "";
        position: absolute;
        bottom: -5px;
        left: calc(50% - 5px);
        margin: 0 auto;
        height: 10px;
        width: 10px;
        background-color: #ff5555;
        border-radius: 5px;
    }
} */

@media (min-width: 992px) {
    .dropdown-menu {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar ul li:hover>ul,
    .navbar ul li ul:hover {
        visibility: visible;
        opacity: 1;
        display: block;
    }
    .navbar ul li ul li {
        clear: both;
        width: 100%;
    }
}

.fw-400 {
	font-weight: 400!important;
}

.learn-more-btn-v2 {
	background: #E21D24;
    box-shadow: 0px 4px 10px rgba(4, 73, 123, 0.25);
    border-radius: 4px;
    margin: 0 !important;
	margin-left: 10%!important;
    height: 45px;
    border: none;
    font-size: 1.1em;
    letter-spacing: 0.5px;
    padding: 5px 15px;
    color: #fff;
}

.learn-more-btn-v2:hover {
	color: #fff;
}
#home-blog {
		padding-bottom:0px !important;
	}
    #home-blog .sp-pcp-post .sp-pcp-post-thumb-area img {
        max-width: 100%;
        transition: ease all .3s;
        height: 203px;
        width: 100%;
    }

    #home-blog .sp-pcp-post .sp-pcp-title,
    .sp-pcp-post .sp-pcp-title a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-weight: 400;
        color: #ff0000;

    }

    #home-blog .sp-pcp-post .sp-pcp-post-meta ul li {
        display: inline-block;
        margin: 0 10px 5px 0;
    }

    #home-blog .sp-pcp-post .sp-pcp-post-content {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        font-size: 1em;
        font-weight: 300;
        line-height: 1.6;
        color: #333333;
    }
@media only screen and (max-width: 800px) and (min-width: 0px) {
	 #home-blog .sp-pcp-post .sp-pcp-post-thumb-area img {
        max-width: 100%;
        transition: ease all .3s;
        height: 200px;
        width: 100%;
    }
}