@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,300;0,400;0,500;0,700;1,200;1,300;1,400;1,500;1,700&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Raleway', sans-serif;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.mb-6 {
  margin-bottom: 2.5rem !important;
}

.mb-7 {
  margin-bottom: 3rem !important;
}

.mb-8 {
  margin-bottom: 3.5rem !important;
}

.mb-9 {
  margin-bottom: 4rem !important;
}

.mb-10 {
  margin-bottom: 4.5rem !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

.mt-6 {
  margin-top: 2.5rem !important;
}

.mt-7 {
  margin-top: 3rem !important;
}

.mt-8 {
  margin-top: 3.5rem !important;
}

.mt-9 {
  margin-top: 4rem !important;
}

.mt-10 {
  margin-top: 4.5rem !important;
}

.mt-20 {
  margin-top: 10rem !important;
}

.my-15 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-10 {
  margin-bottom: 4.5rem !important;
  margin-top: 4.5rem !important;
}

.my-20 {
  margin-bottom: 8rem !important;
  margin-top: 8rem !important;
}

.my-25 {
  margin-bottom: 10rem !important;
  margin-top: 10rem !important;
}

.text-primary {
  color: #007bff;
}

.da-nav {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
}

.btn-primary {
  color: #fff;
  background-color: #eb2e3b;
  border-color: #eb2e3b;
  border-radius: 2px;
  padding: 8px 24px;
  font-size: 14px;
  box-shadow: 0px 0px 5px 0px rgb(235 46 59 / 0.1), 0 4px 15px 0 rgb(235 46 59 / 0.3);
}

.btn-secondary {
  color: #fff;
  border-radius: 20px;
  padding: 8px 24px;
  font-size: 14px;
  box-shadow: 0px 0px 5px 0px rgba(43, 45, 48, 0.2), 0 4px 15px 0 rgba(41, 42, 43, 0.2);
}

.btn-primary .icon {
  font-size: 22px;
  margin-left: 10px;
}

.btn-primary span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.caption-text h2 {
  margin-bottom: 1rem;
  font-size: 3.5rem;
}

.caption-text p {
  margin-bottom: 2.5rem;
  font-size: 18px;
  font-weight: 500;
}

.banner-btn {
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 8px 26px;
  transition: all 0.3s;
}

.banner-btn:hover {
  border-color: #2196f3;
  background: #2196f3;
}

.navbar-brand img {
  /* filter: brightness(0) invert(1); */
  /* height: 26px; */
}

a.nav-link.phone {
  display: flex;
  color: #fff !important;
  padding: 0;
}

a.nav-link.phone .phone-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.3;
  padding: 0 30px 0 10px;
  font-size: 12px;
}

a.sm-text {
  font-size: 14px;
}

a.nav-link.phone span .phone-text {
  font-size: 12px;
}

.phone-icon {
  font-size: 22px;
  padding: 0 5px;
}

.hamburger-menu {
  font-size: 26px;
  color: #fff;
  line-height: 0;
  display: block;
  padding: 3px 0 0 12px;
  cursor: pointer;
}

.carousel-item {
  height: calc(100vh - 100px);
  min-height: 350px;
  /* background: no-repeat center center scroll; */
  /* background-size: cover; */
  background-position: 0px 0px;
  background-repeat: repeat-x;
  /* animation: animatedBackground 20s linear infinite; */
  position: relative;
}

.carousel-item video {
  object-fit: fill;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel-fade .carousel-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 0.4);
  /* background: linear-gradient(90deg, rgba(2,0,36,0.3) 0%, rgba(9,9,121,0.2) 35%, rgba(0,212,255,0.3) 100%); */
  width: 100%;
  height: 100%;
  z-index: 1;
}


/* @keyframes animatedBackground {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }
}
 */


.nav-list {
  display: flex;
  width: 100%;
}

.nav-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  justify-content: flex-end;
  padding: 0 40px 0 15px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  overflow: hidden;
  transition: all 0.1s;
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.nav-overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  background-color: rgb(0, 0, 0, 0.7);
  overflow: hidden;
  transition: all 0.1s;
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  display: flex;
}

.sidenav.flyout,
.sidenav.flyout .nav-overlay {
  width: 100%;
}

.sidnav-wrapper {
  width: 290px;
  float: right;
  background: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  height: 100%;
  flex-direction: column;
  position: relative;
  z-index: 999;
}

.nav-list ul {
  list-style: none;
  padding: 0;
  margin: 50px 0;
  width: 100%;
}

.sidenav .nav-list ul a {
  padding: 8px 40px;
  text-decoration: none;
  font-size: 16px;
  color: #777;
  display: block;
  transition: 0.3s;
  font-weight: 400;
  text-align: right;
}

.sidenav .nav-list ul a:hover {
  color: #2196f3;
}

.nav-footer p {
  font-size: 12px;
  margin: 0 0 10px 0;
}

.nav-footer h4 {
  font-size: 20px;
}

.brn-nav {
  background: #2196f3;
  color: #fff;
  font-size: 12px;
  border-radius: 20px;
  padding: 6px 20px;
  margin-bottom: 20px;
}

.sm {
  padding: 20px 0;
}

.sm span {
  margin: 10px;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  font-size: 24px;
  margin-left: auto;
  padding: 0 30px;
}

.sidenav .closebtn:hover {
  color: #2196f3;
}

.wellcome {
  background-position: right;
  background-repeat: no-repeat;
  padding: 0;
  background-size: 400px;
}

.about .right-col {
  position: relative;
}

.r-item img {
  width: 100%;
  transition: all 0.5s;
}

.how-digital-img {
  position: relative;
}

.how-digital-img img {
  width: 100%;
}

.how-digital video {
  width: 100%;
  height: 100%;
  cursor: pointer;
}



.vpaused:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "\f04c";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-size: 100px;
  color: #fff;
  opacity: .8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}



.header h3 span {
  color: #1084e8;
}

.wellcome-left {
  margin: 0 auto;
  padding: 100px 0;
}

.da-f img {
  height: 42px;
  margin-bottom: 15px;
}

.da-f h2 {
  font-size: 0.950rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

a.control-prev {
  left: 3%;
}

a.control-prev:hover {
  left: 2%;
}

a.control-next {
  right: 3%;
}

a.control-next:hover {
  right: 2%;
}

a.control-next,
a.control-prev {
  position: absolute;
  top: 45%;
  background: black;
  padding: 10px 18px;
  border-radius: 24px;
  color: #fff;
  font-size: 11px;
  text-transform: capitalize;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  opacity: 0.3;
  transition: all 0.3s;
  transition: all ease 0.5s;
  /* top: -10px; */
}

a.control-next:hover,
a.control-prev:hover {
  opacity: 0.6;
}

a.control-next i,
a.control-prev i {
  font-size: 12px;
  margin: 0;
}

a.control-prev i {
  margin-right: 5px;
}

a.control-next i {
  margin-left: 5px;
}

section.how-digital {
  background: #fbfbfb;
  padding: 100px 0;
}

.c-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.how-digital-img {
  max-width: 750px;
  margin: 40px 0;
  background: #fff;
  padding: 0;
}

.c-block h3 {
  width: 40%;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
}

.c-block p {
  text-transform: uppercase;
}

section.testimonial {
  background: #f9f9f9;
  padding: 150px 0 60px 0;
  /* height: 100vh; */
  /* background: url(../images/bg.png); */
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.left-col-container {
  width: 70%;
  /* margin: 0 auto; */
}

.right-col-bg {
  background-size: cover;
  background-position: top right;
}

.content {
  position: relative;
  background: #f5f5f5;
  height: 100%;
  background-size: cover;
  background-position: center;
  /* border: 1px solid #2196F3 !important; */
  overflow: hidden;
}

.content-overlay {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  transition: all 0.2s linear;
  cursor: pointer;
  overflow: hidden;
  background: rgb(9, 9, 121);
  background: linear-gradient(180deg,
      rgba(9, 9, 121, 0) 0%,
      #0199ff 100%);
}

.content-details {
  display: flex;
  bottom: 0;
  width: 100%;
  color: #fff;
  flex-direction: column;
  height: 100%;
  align-items: end;
  justify-content: flex-end;
  padding: 15px;
}

.content-details .sm {
  padding: 10px 0 0 0;
}

.content-details .sm span {
  margin: 0 10px 0 0;
  font-size: 12px;
  cursor: pointer;
}

.content-details h3 {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin-bottom: 3px;
}

.content-details p {
  font-size: 10px;
  margin: 0;
  opacity: 0.7;
}

.content:hover .content-overlay {
  height: 100%;
  bottom: 0;
}

.right-col-container {
  width: 70%;
  margin: 0 auto;
  z-index: 999;
  position: relative;
  text-align: right;
}

.white-text {
  color: #fff;
}

.team-wrap {
  flex-wrap: wrap;
}

.teem-item {
  /* width: 125px;
  height: 125px; */
  margin: 5px 1%;
  flex: 0 0 23%;
}

/* .teem-item:nth-child(1) {
  margin-left: 0;
}

.teem-item:nth-child(4) {
  margin-left: 0;
}

.teem-item:nth-child(7) {
  margin-left: 0;
} */

.teem-item img {
  width: 100%;
  height: 100%;
  transition: all .2s linear;
}

.teem-item:hover .content-image {

  /* Chrome, Safari, Opera */

  filter: blur(1px);

  transform: scale(1.5);
}



ul.list li:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f00c";
  font-size: 16px;
  padding-right: 14px;
}

ul.list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

ul.list li {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 0.950rem;
  font-weight: 400;
  color: #777;
}

.years-of-exp {
  width: 170px;
  height: 200px;
  border: 2px solid #fff;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
}

.years-of-exp span {
  font-size: 58px;
  font-weight: 600;
  line-height: 1;
  display: block;
  text-align: right;
  width: 100%;
}

.years-of-exp p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}

.tagline {
  margin: 60px 0;
}

.flex-end {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.testimonial-list p {
  font-size: 18px;
  color: #666;
  font-weight: 300;
}

.testimonial-list h3 {}

.testimonial-slider.mt-10 {
  padding-top: 120px;
}

.testi-pic img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.testi-pic i {
  font-size: 90px;
  position: absolute;
  color: #1084e8;
  right: -50px;
  top: -15px;
  line-height: 1;
}

.testi-pic {
  position: relative;
  width: 150px;
}

.slick-dots {
  text-align: left;
}

.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  padding: 0;
  border-radius: 50%;
  background: #c4c5c5;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
}

.slick-dots li button:before {
  display: none;
}

li.slick-active {
  background: #2196f3;
}

.count {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 60px 0;
}

.count-left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 20px;
}

.count-left span {
  font-size: 12px;
  padding: 5px 0;
}

.count-left h2 {
  color: #7cc2ff;
  margin: 0;
  line-height: 1;
}

.count-right img {
  height: 50px;
}

.wwo-item img {
  height: 70px;
}

.wwo-item h4 {
  font-size: 15px;
  margin: 10px 0 0 0;
  text-transform: capitalize;
}

.wwo-item {
  margin: 40px 0 0 0;
}

section.what-we-offer {
  background: url(../images/what-we-offer-bg.png);
  background-size: cover;
  background-position: center center;
  padding: 120px 0;
}

.meet-our-team {
  background: url(../images/image01.png);
  background-size: cover;
  background-position: center center;
  padding: 120px 0;
  overflow: hidden;
  font-size: 0.950rem;
  position: relative;
  z-index: 100;
}

.meet-our-team:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.2));
  height: 50%;
  width: 100%;
  z-index: -1;
}

.meet-our-team::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.2));
  height: 50%;
  width: 100%;
  z-index: -1;
}

a.mouse {
  position: absolute;
  bottom: 5%;
  z-index: 99;
  color: #fff;
  font-size: 22px;
  left: 50%;
  transition: all ease 0.5s;
  padding: 20px;
  margin-left: -25px;
}

a.mouse:hover {
  bottom: 7%;
}

.process ol {
  list-style-type: none;
  padding: 0 20px 0 0;
  margin: 0;
}

.process li {
  position: relative;
  margin: 0;
  padding: 0 30px 20px 0;
  font-size: 1rem;
}

.process li:before {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: 0;
  top: 30px;
  right: 6px;
  width: 2px;
}

.process li:after {
  content: "";
  background: #fff;
  position: absolute;
  right: 0px;
  height: 15px;
  width: 15px;
  top: 7px;
}

.process li:last-child::before {
  display: none;
}

.btn-outline-white {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  padding: 8px 20px;
}

.btn-outline-white:hover {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #3c80bb;
}

.slick-track * {
  outline: none;
  border: 0;
}

.r-item {
  position: relative;
  margin-bottom: 30px;
  height: 180px;
  background: #ddd;
  overflow: hidden;
}

.r-item p,
.r-item a {
  position: absolute;
  bottom: 0;
  margin: 0;
  background: rgba(0, 123, 255, 0.8);
  color: #fff;
  padding: 10px;
  width: 90%;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.2s;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: start;
}

.r-item:hover p,
.r-item:hover a {
  width: 95%;
  font-size: 12px;
}

.r-item:hover img {
  transform: scale(1.3);
}

.contact .right-col-bg {
  background-color: rgb(251 251 251);
}

.contact .form-group {
  margin-bottom: 1.5rem;
}

.contact .form-control {
  display: block;
  width: 100%;
  padding: 0.7rem 1rem;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
  font-weight: 400;
}

.contact .form-control:focus {
  color: #495057;
  background-color: transparent;
  border-color: #007bff;
  outline: 0;
  box-shadow: none;
}

.contact .right-col-container {
  width: 70%;
  text-align: left;
}

.contact .right-col-container h5 {
  font-size: 16px;
  font-weight: 500;
  color: #eb2e3b;
  opacity: 0.9;
}

.contact .right-col-container a {
  color: #000;
  font-weight: 400;
  font-size: 12px;
  text-decoration: underline;
}

.contact .right-col-container p {
  font-size: 12px;
  color: #000;
}

.contact ::-webkit-input-placeholder {
  color: #888888;
}

.contact :-ms-input-placeholder {
  color: #888888;
}

.contact ::placeholder {
  color: #bbbbbb !important;
}

.contact label {
  font-weight: 500;
  color: #666;
  margin-bottom: 0.3rem;
  font-size: 12px;
}

.map {
  width: 75%;
}

.map img {
  width: 100%;
}

.contact {
  background: #fff;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.slide-indicators {
  position: absolute;
  right: 5%;
  bottom: 100px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  padding-left: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  /* width: 100%; */
  margin: 0 auto;
  transition: all 0.3s;
}

ol.slide-indicators li {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #fff;
  margin: 0 7px;
  cursor: pointer;
  opacity: 0.5;
}

ol.slide-indicators li:hover {
  opacity: 1;
}

.slide-caption {
  position: relative;
  z-index: 100;
}

@media (max-height: 450px) {
  .owl-stage-outer {
    width: 100% !important;
    max-width: 380px;
    margin: 0 auto;
  }
}

@media (min-width: 1280px) {

  /* animation  */
  #animateDiv {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: fill;
    bottom: 0;
  }

  .layer {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    object-fit: fill;
    bottom: 0;
  }

  .layer-a {
    top: 70%;
    left: -20px;
  }

  .layer-b {
    top: -20px;
    left: 90%;
    display: none;
  }

  .layer-c {
    top: -5px;
    left: 2%;
  }

  .layer-d {
    top: 40%;
    left: 60%;
  }

  .layer-e {
    top: 50%;
    left: 50%;
  }

  .layer-f {
    top: 62%;
    left: 74%;
  }

  .layer-g {
    top: 1%;
    left: 75%;
  }

  .layer-h {
    top: 34%;
    left: 80%;
  }

  .layer-i {
    top: 70%;
    left: 90%;
  }

  .rd-wraper {
    position: absolute;
    background: #3c80bb;
    color: #fff;
    bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    width: 800px;
    left: 4%;
  }

  section.our-solution {
    position: relative;
  }

  .rd-wraper p {
    font-size: 14px;
    margin: 0 40px 0 0;
  }

  .navbar {
    padding: 1rem 0;
  }

  section.testimonial {
    min-height: 640px;
    position: relative;
  }

  .slide-caption {
    z-index: 10;
    color: #fff;
    text-align: center;
    max-width: 800px;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
  }

  .caption-text {
    max-width: 100%;
  }
}


.customer-slider img {
  max-width: 130px;
  width: 100%;
  display: block;
  margin: 10px auto;
}


.partners img {
  max-width: 100px;
  display: block;
  margin: 20px auto;
  max-height: 64px;
}

section.case-study {
  background: #FDFDFD;
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}

.case-study .person-img {
  height: 120px;
  width: 120px;
  box-shadow: 0 0 0 5px rgba(0, 123, 255, 0.5), 0 0 0 15px rgba(0, 123, 255, 0.1);
}

@media (max-width:650px) {
  .partners img {
    max-width: 100px;
    display: block;
    margin: 15px auto;
    max-height: 64px;
  }

  .customer-slider>div {
    width: 50%;
    float: left;
    height: 85px;
  }

  .partner-list>div {
    max-width: 100%;
    display: block;
    float: left;
    width: 50%;
  }
}

.news {
  background: #fdfdfd;
  padding: 3.5rem 0;
}

.news ul li {
  margin-bottom: 1.1rem;
}



#faq .card {
  margin-bottom: 15px;
  border: 0;
}

#faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
  position: relative;
}

#faq .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  background: #d3f1fc;
  color: #222;
  padding: 15px 25px 15px 15px;
  text-transform: capitalize;
  /* border-radius: 1px; */
  word-break: break-word;
  white-space: normal;
  font-size: 12px;
  box-shadow: none;
  font-weight: bold;
}

#faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 15px;
}

#faq .card .card-header .btn-header-link.collapsed {
  background: #3295ec;
  color: #fff;
}

#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f105";
}

#faq .card .collapsing {
  /* background: #c2dff9; */
  line-height: 1.8;
}

#faq .card .card-body {
  padding: 15px 15px 10px 15px;
}

#faq .card .collapse {
  border: 0;
}

#faq .card .collapse.show {
  background: #fdfdfd;
  line-height: 1.8;
  color: #222;
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
}

.info-link {
  color: #3295ec;
  text-decoration: none;
  transition: all .4s linear;
}

.info-link:hover {
  background: #007bff;
  text-decoration: none;
  color: #fff !important;
}

.hs-form-field input[type="text"],
.hs-form-field input[type="email"],
.hs-form-field input[type="phone"],
.hs-form-field input[type="number"],
.hs-form-field input[type="tel"],
.hs-form-field input[type="date"],
.hs-form-field textarea {
  color: #F4D1C9;
  background-color: #D95E42;
  border-color: #D34727;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.modal-content {
  border-radius: 8px;
  border: 0;
}

.modal-header,
.modal-footer {
  border: 0;
}

.modal-header .close i {
  font-size: 12px;
  color: #007bff;
  background: rgb(0 123 255 / 0.2);
  text-shadow: none;
  border-radius: 10px;
  padding: 3px;
  text-align: center;
  line-height: 1;
}

.our-solution2 {
  overflow-x: hidden;
  font-size: 0.950rem;
}

.testi-logo {
  max-width: 75px;
  margin: 30px 0;
  display: block;
}

footer .links {
  font-size: 12px;
  color: #fff;
  transition: all .4s linear;
}

footer .links:hover {
  opacity: 0.8;
}

.fixed-top {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030 !important;
  background: #fff !important;
  opacity: 0.8;
  transition: all .4s linear;
  border-bottom: 1px solid #f5f5f5;
}

.fixed-top:hover {
  opacity: 1;
}

.fixed-top a.nav-link.phone,
.fixed-top .hamburger-menu {
  color: #7c7c7c !important;
}

.fixed-top .navbar-brand img {
  filter: none;
}

.page-banner {
  background: url(../images/bannerB.png);
  height: 400px;
  background-size: cover;
  position: relative;
  width: 100%;
  color: fff;
  padding: 2rem 0;
}

.page-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 123, 255, 0.1);
}

.page-banner h2 {
  font-size: 2.5rem;
}

.page-copy {
  padding: 4rem 0;
}

.privacy h5 {
  color: #222;
  font-size: 1rem;
}

.privacy h6 {
  color: #222;
  font-size: 0.9rem;
}



.area {
  background: transparent;
  background: transparent;
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 9;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;

}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}



@keyframes animate {

  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }

}

section#Resources {
  font-size: 0.950rem;
}

.blue-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(33 150 243 / 0.4);
}

.about .right-col h2 {
  position: absolute;
  left: 0;
  bottom: 40px;
  padding: 5rem 3rem;
}

.roiModal .modal-content {
  background: transparent !important;
  margin-top: 5%;
}

.roiModal .modal-header,
.roiModal .modal-body {
  padding: 0;
}

.roiModal .modal-body {
  margin-top: 0;
}

.calculator {
  background: #fff;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.calculator-header {
  background: #14242A;
  color: #fff;
  padding: 1rem 1rem 0 1rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.calculator-header img {
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 64px;
}

.calculator-header h3 {
  font-size: 1.2rem;
  margin: 15px 0;
  padding-right: 1rem;
}

.calculator-body {
  padding: 1.3rem;
}

.calculator-result .wrap {
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
}



.form-control {
  font-size: 13px;
  border-radius: 1px;
}

.form-control:focus {
  font-size: 13px;
  border-radius: 1px;
  border-color: #007bff;
  outline: 0;
  box-shadow: none;
}

:-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
  font-weight: 400;
}

button.close {
  background: transparent;
  opacity: 1;
  font-size: 10px;
  padding: 5px !important;
  text-shadow: none;
  color: #fff;
  margin: 0 !important;
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: underline;
}

button.close:focus,
button.close:hover {
  opacity: 0.8;
  outline: none;
  color: #fff !important;
}

.calculator-result .wrap table th {
  color: #007bff;
  font-weight: 500;
}

.calcroi i {
  transform: scale(1);
  border-radius: 50%;
  animation: pulseAnim 2s infinite;
}

@keyframes pulseAnim {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 1);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgb(0, 123, 255, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/* .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
} */



@media (min-width: 576px) {
  .modal-sm {
    max-width: 400px;
  }
}

@media (max-width: 650px) {
  .text-xs-center {
    text-align: center;
  }
}

.result-roi .left-col-container {
  width: 97%;
}

.result-roi .left-col-container table {
  font-size: 10px;
}

.result-roi .left-col-container table tbody tr:nth-of-type(odd) {
  background-color: rgb(0 123 255 / 0.1);
}

.result-roi .left-col-container table td,
.result-roi .left-col-container table th {
  border-top: none;
  color: #535d60;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.wrap {
  max-width: 85%;
  margin: 0 auto;
}

.top-bar {
  background: #F3F3F3;
}

.top-bar .nav-link {
  color: #7c7c7c;
  padding: 0.4rem 0.5rem;
  font-size: 12px;
}

.top-bar .col-sm-6:last-child ul {
  text-align: right;
  justify-content: flex-end;
  align-items: end;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin: 0 5px;
  transition: all .4s linear;
}

.navbar-light .navbar-nav .active .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #EB1D24;
  margin: 0 5px;
  position: relative;
}

.navbar-light .navbar-nav .active {
  position: relative;
}

.navbar-light .navbar-nav .active:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 5px;
  background: #EB1D24;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #EB1D24;
}

.wellcome em {
  font-size: 2.2rem;
  line-height: 1.5;
  text-align: center;
  display: block;
  color: #eb1d24;
}

.wellcome.about {
  background: url(../images/right-quote.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 400px;
}

.video-section {
  background: #fbfbfb;
  padding: 100px 0;
}

.video-section .playing {
  position: relative;
}

.video-section .playing:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  color: #fff;
  opacity: .8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  background: url(../images/play-button.svg);
  width: 64px;
  height: 64px;
  background-size: 64px;
  background-repeat: no-repeat;
}

.video-section h5 {
  color: #000;
  margin: 15px 0 0 0;
  font-size: 18px;
}

.founding p {
  line-height: 2;
}

.disclaimer {
  line-height: 2;
}

.navbar-light .navbar-toggler {
  color: transparent;
  border-color: transparent;
}

footer.mainfooter {
  background: rgb(251 251 251);
  padding: 3rem 0 0 0;
  color: #7c7c7c;
}

.footer-pad a {
  color: #7c7c7c;
  font-size: 12px;
}

ul.social-network {
  margin: 0 0 10px 0;
  padding: 0;
  display: inline-block;
}

ul.social-network li {
  float: left;
  list-style: none;
  padding: 5px;
}

ul.social-network li a img {
  width: 24px;
}