#why-choose-us {
  background: #ff524e;
  padding: 40px 0 20px;
}
#why-choose-us .section-header,
#why-choose-us .section-sub-header {
  color: #fff;
}
 .first-row {
  display: inline-flex;
  padding-bottom: 16px;
}
.join-us-title h3 {
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0.6px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: lato, sans-serif;
}
.join-us-image {
  padding-right: 20px;
}
.why-join-us {
  border: 1px solid #ccc;
  padding: 30px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  background: #fff;
}
.join-us-description p,
.join-us-description li {
  height: auto;
  font-family: lato, sans-serif;
  text-align: left;
  color: #5d5d5d;
  font-size: 15.9px;
  line-height: 22px;
  font-weight: 500;
    letter-spacing: 0.6px;
}
.join-us-description ul {
  padding-left: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-join-us {
    height: 355px;
  }
  .join-us-description {
    height: 200px;
    overflow: auto;
  }
  .join-us-description p {
    padding-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .why-join-us {
    height: 335px;
  }
  .join-us-description {
    height: 200px;
    overflow: auto;
  }
  .join-us-description p {
    padding-top: 0;
  }
}
@media (min-width: 1201px) and (max-width: 1527px) {
  .why-join-us {
    height: 355px;
  }
  .join-us-description {
    height: 200px !important;
    overflow: auto;
  }
}
@media (min-width: 1201px) and (max-width: 1359px) {
  .why-join-us {
    height: 335px;
  }
  .join-us-description {
    height: 200px;
    overflow: auto;
  }
}
@media (min-width: 1360px) and (max-width: 1527px) {
  .why-join-us {
    height: 335px;
  }
  .join-us-description {
    height: 233px;
    overflow: auto;
  }
}
@media (min-width: 1528px) and (max-width: 1699px) {
  .why-join-us {
    height: 360px;
  }
  .join-us-description {
    height: 233px;
    overflow: auto;
  }
}
@media (min-width: 1700px) {
  .why-join-us {
    height: 315px;
  }
  .join-us-description {
    height: 180px;
    overflow: auto;
  }
}

#blog-carousel .list-inner-content {
  margin: 20px 0 0px 0;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}
#blog-carousel .list-inner-content h3 {
  font-size: 18px;
  font-family: Lato, sans-serif;
  line-height: 27px;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin: 0;
  padding: 15px 0 10px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: #fff;
}
#blog-carousel .list-inner-content p {
  font-size: 16px;
  font-family: Lato, sans-serif;
  line-height: 23px;
  letter-spacing: 0.3px;
  color: #777;
  margin-bottom: 12px;
}
#blog-carousel .list-inner-content span {
  display: block;
  text-align: right;
}
#blog-carousel .list-inner-content span {
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 20px 0 10px;
}
#blog-carousel .read-nore-link {
  color: #000;
  font-size: 13px;
  font-family: Lato, sans-serif;
  font-weight: 600;
}

#blog-carousel .list-inner-description {
  position: relative;
  padding: 0px 15px 0;
  height: 400px;
  overflow: auto;
}

@media (min-width: 1201px) and (max-width: 1399px) {
  #blog-carousel .list-inner-content {
    margin: 30px 5px;
  }
  #blog-carousel .list-inner-description {
    height: 320px;
    overflow: auto;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  #blog-carousel .list-inner-content {
    margin: 30px 7px;
  }
  #blog-carousel .list-inner-description {
    height: 270px;
    overflow: auto;
  }
}
@media (min-width: 1600px) {
  #blog-carousel .list-inner-content {
    margin: 30px 10px;
  }
  #blog-carousel .list-inner-description {
    height: 270px;
    overflow: auto;
  }
}
@media (max-width: 767px) {
  #blog-carousel .list-inner-content {
    margin: 0 0 30px 0;
  }
  .list-inner-description {
    max-height: 300px;
    overflow: auto;
  }
}
.list-inner-description::-webkit-scrollbar-track {
  background: #f5f5f5;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0;
}
#blog-carousel .list-inner-description::-webkit-scrollbar {
  background: #f5f5f5;
  width: 5px;
  display: none;
}
#blog-carousel .list-inner-description::-webkit-scrollbar-thumb {
  background: #ff524e;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#blog-carousel
  .list-inner-content:hover
  .list-inner-description::-webkit-scrollbar {
  display: none;
}

#reviews-owl-carousel .item .client {
  margin: 40px 10px;
  padding: 12px;
  min-height: 436px;
  border: 1px solid #dbdbdb;
  background: #fff;
}
#reviews-owl-carousel .client-image img {
  width: 100px;
  border: 3px solid #ff5049;   
   display: block;
    -webkit-transform-style: preserve-3d;

    height: 100px;
    text-align: center;
    background: #fff;
    color: #ff5049;
    position: relative;
    bottom: 50px;
    padding: 0;
    border-radius: 100%;

}
#reviews-owl-carousel .text-right.quotes img {
  width: 40px;
  display: inline-block;
}

@media (min-width: 1400px) {
  #reviews-owl-carousel .client-review {
    height: 200px;
    overflow: auto;
  }
}

@media (max-width: 1400px) {
  #reviews-owl-carousel .client-review {
    height: 230px;
    overflow: auto;
  }
}
@media (min-width: 992px) {
  #reviews-owl-carousel .experience {
    height: 40px;
    font-size: 16.5px;
    padding: 10px 0;
    letter-spacing: 0;
  }
}
@media (max-width: 991px) {
  #reviews-owl-carousel .experience {
    height: 50px;
    font-size: 14.5px;
    padding: 10px 0;
    letter-spacing: 0.2px;
  }
}
#reviews-owl-carousel .owl-nav {
  display: none;
}
#reviews-owl-carousel .owl-prev,
#blog-owl-carousel .owl-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  left: -60px;
  padding-top: 2px;
  display: block;
  text-align: center;
  display: block;
  border: 1px solid #000;
  background: #fff;
  border-radius: 20px;
  color: #fff;
}
#reviews-owl-carousel .owl-next,
#blog-owl-carousel .owl-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  padding-top: 2px;
  right: -60px;
  text-align: center;
  display: block;
  border: 1px solid #000;
  background: #fff;
  border-radius: 20px;
  color: #fff;
}
#reviews-owl-carousel .owl-dot,
#reviews-owl-carousel .owl-nav .owl-next,
#reviews-owl-carousel .owl-nav .owl-prev,
#blog-owl-carousel .owl-dot,
#blog-owl-carousel .owl-nav .owl-next,
#blog-owl-carousel .owl-nav .owl-prev {
  background: 0;
  /* border: 0; */
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#reviews-owl-carousel .owl-next svg,
#reviews-owl-carousel .owl-prev svg,
#blog-owl-carousel .owl-next svg,
#blog-owl-carousel .owl-prev svg {
  margin-top: 10px;
  width: 20px;
  fill: #000;
}
#reviews-owl-carousel .owl-next:hover,
#reviews-owl-carousel .owl-prev:hover,
#blog-owl-carousel .owl-next:hover,
#blog-owl-carousel .owl-prev:hover {
  background: #ff524e;
  border: 1px solid #ff524e;
}
#reviews-owl-carousel .owl-next:hover svg,
#reviews-owl-carousel .owl-prev:hover svg,
#blog-owl-carousel .owl-next:hover svg,
#blog-owl-carousel .owl-prev:hover svg {
  fill: #fff;
}
#reviews-owl-carousel .owl-dots {
  display: block;
  margin: 5px;
        text-align: center;
}
#reviews-owl-carousel .owl-dots .owl-dot {
  border-color: #ff524e;
}
#reviews-owl-carousel .owl-dots .owl-dot.active {
  background: #ff524e;
}
#reviews-owl-carousel .owl-dot,
#reviews-owl-carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
}
/* @media (min-width: 768px) { */
#reviews-owl-carousel .owl-dot {
  margin: 5px 6px;
  display: inline-block;
  background: #fff;
  border: 1px solid #e53062;
  border-radius: 30px;
}
/* } */

#blog-owl-carousel .owl-item img {
  /* border-radius: 5px; */
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

@media (max-width: 767px) {
  #reviews-owl-carousel .owl-dot,
  #reviews-owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
  }

  #reviews-owl-carousel .owl-prev,
  #blog-owl-carousel .owl-prev {
    left: 32%;
  }
  #reviews-owl-carousel .owl-next,
  #reviews-owl-carousel .owl-prev,
  #blog-owl-carousel .owl-next,
  #blog-owl-carousel .owl-prev {
    top: auto;
  }
  #reviews-owl-carousel .owl-next,
  #blog-owl-carousel .owl-next {
    right: 32%;
  }

  #reviews-owl-carousel .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.request-demo {
    text-align: center;
  }
  section.request-demo img {
    display: inline-block;
    width: 80% !important;
    padding: 10px !important;
  }
}

#videoTestimonials {
  background: #f23436;
}
#videoTestimonials .section-header,
#videoTestimonials .section-sub-header {
  color: #fff;
}
#testimonial-owl-carousel .item {
  padding: 5px;
  width: 100%;
}
#testimonial-owl-carousel .item .client-image {
  margin: 0;
  margin-bottom: 20px;
  position: relative;
  padding: 0;
  background: 0;
}
#testimonial-owl-carousel .item .client-image img {
  border-radius: 4px;
  border: 0;
  height: auto;
  position: unset;
}

#testimonial-owl-carousel .item .client-image span {
  position: absolute;
  background: #fff;
  border-radius: 20px;
  padding: 6px 9px;
  left: 20px;
  bottom: 20px;
  height: 30px;
  width: 30px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
#testimonial-owl-carousel .item .client-image span i {
  color: #f23436;
}

#testimonial-owl-carousel .item .client-name {
  color: #fff;
  font-size: 20px;
  margin: 5px 0;
}
#testimonial-owl-carousel .item .client-profile {
  color: #e2e2e2;
  font-size: 16px;
  font-family: lato, sans-serif;
}
#testimonial-owl-carousel .owl-dots {
  display: none;
}
#testimonial-owl-carousel .owl-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  left: -60px;
  padding-top: 2px;
  display: block;
  text-align: center;
  display: block;
  border: 1px solid #fff;
  background: 0;
  border-radius: 20px;
  color: #fff;
}
#testimonial-owl-carousel .owl-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  padding-top: 2px;
  right: -60px;
  text-align: center;
  display: block;
  border: 1px solid #fff;
  background: 0;
  border-radius: 20px;
  color: #fff;
}
#testimonial-owl-carousel .owl-next svg,
#testimonial-owl-carousel .owl-prev svg {
  margin-top: 10px;
  width: 20px;
  fill: #fff;
}
#testimonial-owl-carousel .owl-next:hover,
#testimonial-owl-carousel .owl-prev:hover {
  background: #fff;
  border: 1px solid #fff;
}
#testimonial-owl-carousel .owl-next:hover svg,
#testimonial-owl-carousel .owl-prev:hover svg {
  fill: #ff524e;
}

@media (max-width: 767px) {
  #testimonial-owl-carousel .owl-nav {
    height: 30px;
    margin: 20px 0;
  }
  #testimonial-owl-carousel .owl-prev {
    left: 32%;
  }
  #testimonial-owl-carousel .owl-next,
  #testimonial-owl-carousel .owl-prev {
    top: auto;
  }
  #testimonial-owl-carousel .owl-next {
    right: 32%;
  }
}
section#iphone-sec {
  padding: 40px 0 50px;
  /* background: #ff524e; */
}
@media (min-width: 768px) {
  #iphone-sec span.line-seprator img {
    width: 200px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #iphone-sec span.line-seprator img {
    width: 140px;
    padding-bottom: 10px;
  }
  section#iphone-sec {
    padding: 30px 0 50px;
    /* background: #ff524e; */
  }
}
#iphone-sec i {
  font-size: 60px;
  color: #fff;
}
#iphone-sec h3 {
  font-family: lato, sans-serif;
  font-size: 20px;
  color: #000;
  line-height: 27px;
  letter-spacing: 0.6px;
  font-weight: 600;
}
#iphone-sec p {
  font-family: lato, sans-serif;
  color: #000;
  line-height: 27px;
  letter-spacing: 0.6px;
}
@media (min-width: 768px) {
  #iphone-sec .first,
  #iphone-sec .third {
    padding: 40px 25px;
    border-right: 1px solid #ddd;
  }
  #iphone-sec .third {
    border-left: 1px solid #ddd;
  }
}
#iphone-sec .fourth,
#iphone-sec .second {
  padding: 0 20px;
}
@media (min-width: 1158px) {
  #iphone-sec .first,
  #iphone-sec .third {
    padding: 40px 25px;
    border-right: 1px solid #ddd;
  }
  #iphone-sec .fourth .text-right1,
  #iphone-sec .fourth img,
  #iphone-sec .second .text-right1,
  #iphone-sec .second img {
    display: inline-block;
  }
  .text-right1 {
    padding-left: 20px;
  }
  #iphone-sec .fourth img,
  #iphone-sec .second img {
    position: relative;
    bottom: 23px;
  }
}
@media (max-width: 1157px) {
  #iphone-sec .fourth .text-right1,
  #iphone-sec .fourth img,
  #iphone-sec .second .text-right1,
  #iphone-sec .second img {
    text-align: center;
    display: inherit;
    margin-left: auto;
    margin-right: auto;
  }
  .text-right1 {
    padding-left: 20px;
  }
}
@media (max-width: 1157px) and (min-width: 768px) {
  #iphone-sec .first,
  #iphone-sec .third {
    padding: 90px 25px;
    border-right: 1px solid #ddd;
  }
}
#iphone-sec img {
  width: 60px;
  position: relative;
}
@media (max-width: 767px) {
  #iphone-sec .invisible-small {
    display: none;
  }
  #iphone-sec .first,
  #iphone-sec .fourth,
  #iphone-sec .second,
  #iphone-sec .third {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
  #iphone-sec .fourth.last {
    border-bottom: 0;
  }
}
.toolsTechnology .tech-div.view-more {
  background: #ff524e;
  border: 1px solid #ff524e;
  /* background: #fff;
  border: 1px solid #fff; */
  font-size: 16px;
}
.toolsTechnology .tech-div.view-more a {
  color: #fff;

  /* color:#ff524e; */
}
.toolsTechnology .t-img {
  display: grid;
  align-items: center;
  grid-column-gap: 2.5%;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.toolsTechnology .t-img * {
  box-shadow: 0 0 1px 1px #e8ebf1;
  transition: all 0.3s ease-in-out;
  padding: 2px;
  margin-bottom: 20px;
}
.toolsTechnology .tech-div {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  margin: 15px 0;
  align-items: center;
  justify-content: center;
  padding: 10px 2px;
  border: 2px solid #e2e2e2;
  /* background:#fff; border: 2px solid #fff;  */
  text-align: center;
  word-break: break-word;
}
.toolsTechnology .tech-div img {
  padding: 0 15px;
}
/* #technologies .toolsTechnology .tech-div {
  background: #fff;
  border: 1px solid #fff;
} */
.toolsTechnology .tech-div hr {
  width: 85%;
  margin: 10px 0 6px;
  border-top: 2px solid #d2d2d2;
}
.toolsTechnology .tech-div p {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 550;
  height: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.toolsTechnology .tech-div p span {
  /* font-size: 15px; */
  font-weight: 500;
  line-height: 17px;
}
.toolsTechnology .section-sub-header,
.toolsTechnology .section-header {
  color: #fff;
}
@media (max-width: 767px) {
  .toolsTechnology .tech-div.view-more {
    padding: 10px 20px;
    display: inline-flex;
  }
  .toolsTechnology .tech-div.view-more a {
    display: inline-flex;
    align-items: center;
  }
}
@media (min-width: 1551px) {
  .toolsTechnology .col-lg-1-5 {
    width: 10%;
  }
  .toolsTechnology .tech-div.view-more {
    height: 125px;
  }
}
@media (min-width: 1201px) and (max-width: 1550px) {
  .toolsTechnology .col-lg-1-5 {
    width: 12.5%;
  }
  .toolsTechnology .tech-div.view-more {
    height: 155px;
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .toolsTechnology .col-lg-1-5 {
    width: 14.28571%;
  }
  .toolsTechnology .tech-div.view-more {
    height: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .toolsTechnology .col-sm-3-5 {
    width: 20%;
  }
  .toolsTechnology .tech-div.view-more {
    height: 162px;
  }
}

#clients {
  padding: 50px 0;
}
#clients .partners img,
#clients .partners a {
  box-shadow: 0 0 1px 1px #e8ebf1;
  transition: all 0.3s ease-in-out;
  padding: 5%;
  margin-bottom: 20px;
}
#clients .partners a {
  display: block;
  background: #ff524e;
  color: #fff;
  max-width: calc(173px + 10%);
  margin: 0 auto 20px;
}
.test-first-row {
  margin-top: 50px;
}

@media (min-width: 1200px) {
  #clients .partners a {
    padding: 16.55% 5%;
    font-size: 18px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #clients .partners a {
    padding: 16% 5%;
    font-size: 16px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #clients .partners a {
    padding: 16% 5%;
    font-size: 19px;
  }
}
@media (max-width: 767px) and (min-width: 680px) {
  #clients .partners a {
    padding: 12.5% 5%;
    font-size: 20px;
    height: 108px;
  }
}
@media (max-width: 679px) and (min-width: 580px) {
  #clients .partners a {
    padding: 13% 5%;
    font-size: 20px;
    height: 100px;
  }
}
@media (max-width: 579px) and (min-width: 458px) {
  #clients .partners a {
    padding: 14.5% 5%;
    font-size: 20px;
    height: 96px;
  }
}
@media (max-width: 457px) and (min-width: 381px) {
  #clients .partners a {
    padding: 16% 5%;
    font-size: 19px;
  }
}
@media (max-width: 380px) {
  #clients .partners a {
    padding: 14.5% 5%;
    font-size: 16px;
  }
}

#business-operations {
  padding: 50px 0;
}
#cService-operations {
  padding: 50px 0;
  /* background: #ff524e; */
}

@media (min-width: 768px) {
  .business-detail {
    height: 380px;
  }
  .cService-detail {
    height: 330px;
  }
}

.business-detail {
  border-color: #dfdfdf;
  border-radius: 4px;
  padding: 40px 10px;
  width: 90%;
  margin: 30px auto;
}

@media (max-width: 767px) {
  #business-operations {
    padding: 30px 0 20px;
  }
  #cService-operations {
    padding: 20px 0 20px;
    /* background: #ff524e; */
  }
  .business-detail{margin: 0 auto 30px;}
  #reviews{padding: 35px 0 30px;}
  #video-testimonials,#clients{padding: 30px 0 40px;}
}

.business-detail.colored,
.cService-detail.colored {
  background-color: #ff524e;
  padding: 40px 20px;
}
.business-detail.colored .product-title,
.business-detail.colored .product-description p {
  color: #fff;
}
.business-detail.colored a.btn,
.cService-detail.colored a.btn {
  border: 1px solid #fff;
  color: #fff;
}
.business-detail.colored a.btn:hover,
.cService-detail.colored a.btn:hover {
  border: 1px solid #ff524e;
  color: #ff524e;
  background: #fff;
}

.business-detail.border-left,
.business-detail.border-right,
.business-detail.shadow-left,
.business-detail.shadow-right {
  border: 1px solid #dfdfdf;
}
.business-detail.shadow-left:hover,
.business-detail.shadow-right:hover,
.business-detail:hover {
  -moz-box-shadow: -4px 5px 35px 0 #d7d7d7;
  -webkit-box-shadow: -4px 5px 35px 0 #d7d7d7;
  box-shadow: -4px 5px 35px 0 #d7d7d7;
}
.business-detail .product-image,
.cService-detail .cService-image {
  position: relative;
}
@media (min-width: 1201px) {
  .business-detail .product-image img {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .product-image img {
    width: 50%;
  }
}
.business-detail .product-title,
.model-detail .model-title,
.cService-detail .cService-title {
  font-size: 18px;
  font-family: lato, sans-serif;
  letter-spacing: 0.4px;
  font-weight: 600;
  padding: 0;
  color: #161616;
}
.business-detail .product-description p,
.model-detail .model-description {
  font-size: 16px;
  font-family: lato, sans-serif;
  letter-spacing: 0.4px;
  color: #979797;
  overflow: hidden;
  max-height: 115px;
}
.business-detail a.btn {
  border: 1px solid #ff524e;
  color: #ff524e;
  margin: 10px 0;
  font-family: lato, sans-serif;
  font-weight: 500;
  font-size: 15px;
}
@media( min-width:768px){
  .business-detail a.btn {
position: absolute;
    bottom: 53px;
    width: 100px;
    left: calc(50% - 50px);
}
}
@media (max-width:767px){
  .business-detail .product-description p,.model-detail .model-description{max-height: initial;}
}
.business-detail a.btn:hover {
  background: #ff524e;
  color: #fff;
}

.cService-detail {
  border: 1px solid #e2e2e2;
  background: #fff;
  border-radius: 8px;
  padding: 30px 15px;
  margin-bottom: 20px;
  width: 90%;
  margin: 30px auto;
}
.cService-detail .cService-image svg {
  margin: 5px 0 10px;
}
.cService-detail .cService-description p {
  font-size: 16px;
  font-family: lato, sans-serif;
  letter-spacing: 0.4px;
  color: #777;
  overflow: overlay;
  max-height: 150px;
}
.cService-detail.colored .cService-title,
.cService-detail.colored .cService-description p {
  color: #fff;
}
#models {
  padding: 40px 0;
  background: #ff524e;
}
.model-detail {
  padding: 30px 10px;
  background: #fff;
  margin: 0 0 30px 0;
  border-radius: 5px;
}
#models .section-header,
#models .section-sub-header {
  color: #fff;
}
.model-detail .model-title {
  font-size: 17.5px;
}
.model-detail .model-description {
  color: #555;
}
@media (max-width:767px){
  #models{
    padding: 40px 0 20px;
  }
  .cService-detail{
    margin: 0 auto 30px;
  }
}
@media (min-width: 1200px) {
  .model-detail {
    height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .model-detail {
    height: 300px;
  }
}


section.request-demo {
  background: url(../images/background/background.png) center center #ff5049;
  background-size: cover;
  padding: 40px 0;
}
.request-demo h3.section-header {
  color: #fff;
}
.request-demo p {
  color: #fff;
  padding-top: 20px;
  font-family: lato, sans-serif;
  font-size: 19px;
}
section.request-demo .section-sub-header a {
  color: #fff;
  font-size: 18px;
}

.request-demo svg {
  width: 20px;
  fill: #fff;
  vertical-align: sub;
}
.request-demo h3 {
  font-size: 28px;
  color: #fff;
  line-height: 35px;
}
.request-demo p a {
  color: #fff;
  text-decoration: none;
}
.request-demo p {
  font-size: 17px;letter-spacing: 0.5px;
  line-height: 25px;
}

.modal .close {
    position: absolute;
    right: -12px;
    top: -12px;
    opacity: 1;
    font-weight: 400;
    text-shadow: none;
    text-align: center;
    z-index: 99;
    border-radius: 100px;
    float: right;
    font-size: 21px;
    background: #ff5049;
    color: #fff;
    height: 30px;
    border: 0;
    width: 30px;
    opacity: 1 !important;
}
.close:focus, .close:hover { 
    text-decoration: none;
    cursor: pointer; 
}
.modal .close i.icon-cross {
    color: #fff;
}

.modal .close i {
    font-size: 12px;
    line-height: 30px;
}

#bottom ul.parent-ul li a {
    font-size: 15.5px;
    color: #000;
    font-weight: 500;
}
#bottom .footerm .widget h3 {
    width: 100px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}
#bottom .footerm .widget h3.sales {
    padding: 0;
    border: 0;
}
#bottom .footerc ul.sales li a {
    font-weight: 500;
}
#bottom .footerm ul.social-share-1 {
    margin: 30px 0 10px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}

#bottom .footerm ul.social-share-1 li {
  margin-right: 10px;
  padding: 4px 0;
}
#bottom .footerm ul.social-share-1 li:hover a {
  background: #ff5049;
  color: #fff;
}
#bottom .footerm ul.social-share-1 li:hover a svg {
  fill: #fff;
}
#bottom .footerm ul.social-share-1 li a {
  font-size: 17px;
  background: #f5f5f5;
  border-radius: 50px;
  padding: 5px;
  width: 30px;
  text-align: center;
  height: 30px;
  display: inline-block;
}

@media (max-width: 499px) {
  #bottom footer ul.social-share-1 .put-me-down {
    display: block;
    font-size: 0;
    width: 100%;
  }
}
@media (min-width: 500px) and (max-width: 991px) {
  #bottom footer ul.social-share-1 .put-me-down {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #bottom footer ul.social-share-1 .put-me-down {
    display: block;
    font-size: 0;
  }
}
@media (min-width: 1200px) {
  #bottom footer ul.social-share-1 .put-me-down {
    display: none;
  }
}
@media (min-width: 992px) {
 .footerm .dmca-image {
    margin: 25px 0 !important;
  }
}
@media (max-width: 991px) {
 .footerm .dmca-image {
    margin: 15px 0 25px;
  }
}

#scroll-style::-webkit-scrollbar,
.scroll-style::-webkit-scrollbar,
.join-us-description::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
#scroll-style::-webkit-scrollbar-thumb,
.scroll-style::-webkit-scrollbar-thumb,
.join-us-description::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ff524e;
}
#scroll-style::-webkit-scrollbar-track,
.scroll-style::-webkit-scrollbar-track,
.join-us-description::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  ba