
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-display: swap;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

#loader {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid #444444;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.bg {
  color: white !important;
  background-color: #2f3fb1;
  border-radius: 0px !important;
}

/*
.load-img
{
  width: 100%;
  position: relative;
  margin-top: 8vh;

} */

@media (max-width: 480px) {
	.feature-bg {
		padding: 0 3% !important;
	}
	.feature-img {
		width: 100% !important;
	}
	.bubble-tree {
		background-size: 100% 230px !important;
    width: 100% !important;
    height: 200px !important;
    right: 0% !important;
  }
}
.search-inputs {
	display: flex;
	height: 3rem;
	border-radius: 3000px;
	box-shadow: 0 3px 5px -3px #000 !important;
}
.form-select {
	font-size: 1rem;
	border: none;
	outline: none;
}
.searchType-select {
	border-bottom-left-radius: 3000px;
	border-top-left-radius: 3000px;
	padding-left: 1rem;
}
.search-input {
	border-radius: 0px !important;
	border: none;
	height: 100%;
}
.search-btn {
	border-radius: 0px !important;
	border-bottom-right-radius: 3000px !important;
	border-top-right-radius: 3000px !important;
}
.improve-search-table {
	background-color: #fff;
}
.improve-search-table tbody {
	width: 100%;
}
.table-row {
	height: 100px;
	overflow: auto;
}
.table-row p {
	margin: 0;
	padding: 0.5rem 0;
}

.case-suggestion:hover {
	cursor: pointer;
	background-color: #d4d4d4;
}

.act-suggestions-list {
	list-style: none;
	background-color: #fff;
	text-align: left;
	max-height: 200px;
	overflow: auto;
}
.act-suggestions-list li {
	color:#000;
	font-size: 1.1rem;
	padding: 0.3rem 0.5rem;
	font-weight: normal;
}
.act-suggestions-list li:hover {
	cursor: pointer;
	background-color: #d4d4d4;
}

@media (max-width: 480px) {
	.landing-sub {
		width: 90vw !important;
	}
	.form-select {
		font-size: 0.9rem;
		width: 60px;
	}
	.form-select:focus {
		width: auto;
	}
}

.img-blur {
	transition: .3s all ease !important;
	-webkit-filter: blur(4px);
  filter: blur(4px);
}
.load-img img {
  box-shadow: 0px 8px 24px #a4b7e45e;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
	position: relative;

}

.play-btn {
	border-radius: 50% !important;
	padding: 1rem !important;
	box-shadow: 0 3px 5px -3px #000 !important;
	position: absolute;
	transform: translate(-50%,-50%);
	margin-right: -50%;
	top: 50%;
	left: 50%;
	transition: all ease 200ms;
        background:#2f3fb1;

}
.play-btn:hover {
	padding: 1.3rem !important;
}
.play-btn span:hover {
	cursor: pointer;
}
.landing-img {
	width: 100%;
	position: relative;
}

.home-lm {
  position: relative;
  overflow: hidden;
  color: white !important;
  background-color: #2f3fb1;
}

.home-lm-container {
  margin: 0 auto;
  padding-top: 20px;
}

.home-lm-main,
.home-lm-main-content {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}

.home-lm-main {
  flex: 1 1;
  flex-flow: column nowrap;
}

.home-lm-main-content {
  flex-direction: column;
  margin-bottom: 48px;
}

.pricing-btn {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 25%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-lm-ss {
  opacity: 1;
  /* animation-duration: 6s;
  animation-name: ssSlide;
  animation-timing-function: cubic-bezier(0,1,0,1);
  animation-delay: .3s; */
  /*   display: block; */
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  background-position: top;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.35s ease 0.3s;
  padding: 2%;
}

.home-lm-ss--desktop {
  width: 770px;
  height: 355px;
}

@media (max-width: 1023px) {
  .home-lm-ss--desktop {
    display: none;
  }
}

.home-lm-ss--mobile {
  display: none;
  width: 90%;
  max-width: 420px;
  height: 240px;
}

@media (max-width: 1023px) {
  .home-lm-ss--mobile {
    display: block;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

/* Home Logos */

.home__logos {
  background-color: white;
  padding: 22px 0;
  border-top: 1px solid #f2f5fa;
  border-bottom: 1px solid #f2f5fa;
}

.home__logos-container {
  width: auto;
  margin: 0 auto;
}

@media (max-width: 1279px) {
  .home__logos-container {
    padding: 0 44px;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .home__logos-container {
    padding: 0 44px;
  }
}

@media (max-width: 767px) {
  .home__logos-container {
    padding: 0 20px;
  }
}

.home__logos-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -28px;
}

@media (max-width: 1023px) {
  .home__logos-list {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.home__logos-label {
  font-size: 19px;
  line-height: 24px;
  margin: 8px 28px;
  color: #98a1b3;
}

@media (max-width: 1023px) {
  .home__logos-label {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.home__logos-item {
  display: inline-block;
  position: relative;
  margin: 8px 28px;
  width: 141px;
  height: 40px;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 141px auto;
  border-radius: 4px;
}

.h-align {
  background-position: 0 10px;
  height: 43px;
}

.parambh {
  height: 43px;
}

.x-height {
  height: 65px;
}

.xx-height {
  height: 92px;
}

@media (max-width: 1023px) {
  .home__logos-item {
    margin-left: 16px;
    margin-right: 16px;
  }

  .hide-sm {
    display: none;
  }
}

.home__logos-item.is-image-loaded {
  border-radius: 0;
  background-color: transparent;
}

/*
.orb {
  width: 50px;
  height: 50px;
  background: #999;
  border-radius: 50px;
  display: inline-block;
  margin: 0 24.7px;
  float: left;
  transition: all .2s ease-out;
}

.orb:hover {
  transform: scale(1.2);
  opacity: .5;
  cursor: pointer;
}

.red {background:red;}
.yellow {background:yellow;}
.blue {background:blue;}
.orange {background:orange;}
.purple {background:purple;}
.green {background:green;} */

.marquee {
  height: 100px;
  width: 1420px;
  overflow: hidden;
  /*  box-sizing: border-box; */
  position: relative;
  /*  margin: 200px auto; */
}

.marquee--inner {
  display: block;
  width: 200%;
  position: absolute;
  animation: marquee 20s linear infinite;
}

.marquee span {
  float: left;
  width: 50%;
}

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

/* .marquee {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}
.marquee-content {
  display: inline-block;
  animation: marquee 10s linear infinite;
}
.item-collection-1 {
  position: relative;
  left: 0%;
  animation: swap 10s linear infinite;
}
@keyframes swap {
  0%, 50% {
    left: 0%;
  }
  50.01%,
  100% {
    left: 100%;
  }
}
.item1 {
  display: inline-block;
  height: auto;
  width: 500px;
  background: cyan;
  vertical-align: top;
  margin-left: 15px;
}
.item2 {
  display: inline-block;
  height: auto;
  width: 500px;
  background: magenta;
  vertical-align: top;
  margin-left: 15px;
}


@keyframes marquee {
  0% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(-100%)
  }
} */
/* Button Hover Animation */
#button-2 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.feature-img1,
.feature-img2,
.feature-img3,
.feature-img4 {
  border-radius: 8px;
}

#button-2 a {
  position: relative;
  transition: all 0.35s ease-Out;
  color: white;
}

#slide {
  width: 100%;
  height: 100%;
  left: -210px;
  background: white;
  position: absolute;
  transition: all 0.35s ease-Out;
  bottom: 0;
}

#button-2:hover #slide {
  left: 0;
}

#button-2:hover a {
  color: #2f3fb1;
}

/*
.home__logos-item--inc {
  width: 63px;
  height: 22px;
  background-position: 0 0
}

.home__logos-item--lifehack {
  width: 140px;
  height: 28px;
  background-position: 0 -66px
}

.home__logos-item--entrepreneur {
  width: 141px;
  height: 28px;
  background-position: 0 -94px;
  top: 3px
}

.home__logos-item--muse {
  width: 114px;
  height: 22px;
  background-position: 0 -22px
}

.home__logos-item--forbes {
  width: 84px;
  height: 22px;
  background-position: 0 -44px
}

.home__logos-item--country-nl {
  width: 175px;
  height: 26px;
  background-size: 175px auto
}

.home__logos-item--country-nl.home__logos-item--de-telegraaf {
  height: 36px;
  background-position: 0 0
}

.home__logos-item--country-nl.home__logos-item--metro {
  width: 102px;
  height: 29px;
  margin-bottom: 14px;
  background-position: 0 -36px
}

.home__logos-item--country-nl.home__logos-item--nos {
  width: 60px;
  height: 21px;
  background-position: 0 -65px
}
 */

#loader {
  border: 12px solid #2f3fb1;
  border-radius: 50%;
  border-top: 12px solid #f3f3f3;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.navbar {
  padding-top: 0rem;
}

.nav-link {
  margin-right: 15px;
  font-weight: 400;
}

a {
  color: white;
  cursor: pointer;
}

a:hover {
  color: white;
}

.btn {
  box-shadow: 0px 8px 24px #1b531b26;
  border-radius: 6px;
  font-size: 1.2rem;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
}

#logo {
  height: auto;
  width: auto;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #2057c4;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 1.2vh;
  padding-top: 1vh;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.1);
  margin-left: 8%;
}

#navbarNav {
  margin-top: 2vh;
  margin-right: 2%;
}

/* Scroll Down */
/* .bg {
  position: relative;
  width: 100%;
  height: 100%;
} */

/* .bg::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 80%, rgba(0, 0, 0, .3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 80%, rgba(0, 0, 0, .3) 100%);
} */

.demo {
  cursor: pointer;
}

.demo a {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 10;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
}

.demo a:hover {
  opacity: 0.5;
}

#section10 a {
  cursor: pointer;
  padding-top: 60px;
}

#section10 a span {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

#section10 a span::before {
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.landing-text {
  margin-top: 2vh;
}

.landing-head {
  font-weight: 600;
	margin-bottom: 2rem;
}

.landing-content {
  overflow: hidden;
  line-height: 40px;
  width: 100%;
}

.landing-sub {
  font-size: 1.4rem;
  font-weight: 300;
  width: 50vw;
}

.feat-head {
  font-weight: 700;
}

/* Text Animation */
.landing-text-animated {
  margin-top: 20vh;
  margin-left: 8%;
}

.content {
  overflow: hidden;
  line-height: 70px;
  color: #ffffff;
  margin-top: 10px;
}

.content__container {
  overflow: hidden;
  height: 70px;
  /* padding: 0 40px; */
}

.content__container:before {
  /* content: '['; */
  left: 0;
}

.content__container:after {
  /* content: ']'; */
  position: absolute;
  right: 0;
}

.content__container:after,
.content__container:before {
  position: relative;
  top: 0;
  color: #16a085;
  line-height: 70px;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.content__container__list {
  margin-top: 0;
  padding-left: 0px;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

.content__container__list__item {
  line-height: 70px;
  margin: 0;
}

@-webkit-keyframes opacity {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes change {

  0%,
  12.66%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  16.66%,
  29.32% {
    transform: translate3d(0, -25%, 0);
  }

  33.32%,
  45.98% {
    transform: translate3d(0, -50%, 0);
  }

  49.98%,
  62.64% {
    transform: translate3d(0, -75%, 0);
  }

  66.64%,
  79.3% {
    transform: translate3d(0, -50%, 0);
  }

  83.3%,
  95.96% {
    transform: translate3d(0, -25%, 0);
  }
}

@-o-keyframes opacity {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-o-keyframes change {

  0%,
  12.66%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  16.66%,
  29.32% {
    transform: translate3d(0, -25%, 0);
  }

  33.32%,
  45.98% {
    transform: translate3d(0, -50%, 0);
  }

  49.98%,
  62.64% {
    transform: translate3d(0, -75%, 0);
  }

  66.64%,
  79.3% {
    transform: translate3d(0, -50%, 0);
  }

  83.3%,
  95.96% {
    transform: translate3d(0, -25%, 0);
  }
}

@-moz-keyframes opacity {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-moz-keyframes change {

  0%,
  12.66%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  16.66%,
  29.32% {
    transform: translate3d(0, -25%, 0);
  }

  33.32%,
  45.98% {
    transform: translate3d(0, -50%, 0);
  }

  49.98%,
  62.64% {
    transform: translate3d(0, -75%, 0);
  }

  66.64%,
  79.3% {
    transform: translate3d(0, -50%, 0);
  }

  83.3%,
  95.96% {
    transform: translate3d(0, -25%, 0);
  }
}

@keyframes opacity {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes change {

  0%,
  12.66%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  16.66%,
  29.32% {
    transform: translate3d(0, -25%, 0);
  }

  33.32%,
  45.98% {
    transform: translate3d(0, -50%, 0);
  }

  49.98%,
  62.64% {
    transform: translate3d(0, -75%, 0);
  }

  66.64%,
  79.3% {
    transform: translate3d(0, -50%, 0);
  }

  83.3%,
  95.96% {
    transform: translate3d(0, -25%, 0);
  }
}

/* Trusted Section */

.trusted-img {
  min-width: 120px;
  min-height: 120px;
  height: 20vw;
  width: 15vw;
  /*   box-shadow: 0px 8px 32px #97A8D15E;
  border-radius: 50%;
  background-color: #F9FBFF; */
  position: relative;
  padding-left: 1.5%;
}

.trusted-img img {
  height: 12%;
  width: 80%;
  margin-top: 45%;
  position: absolute;
  align-self: center;
  cursor: pointer;
}

.trusted-img img:hover {
  opacity: 1;
}

.media-box {
  /*   background: linear-gradient(180deg, #ffffff 40%, #E5EBF7 40%,  #E5EBF7 90%, #fff 90%); */
  background-color: white;
  background-repeat: no-repeat;
}

/* Footer */
.pricing-div {
  height: fit-content;
  background-color: #e4edff;
  border-radius: 16px;
  /* z-index: 12; */
  position: relative;
  margin-top: -200px;
  padding: 5%;
}

@media only screen and (max-width: 600px) {
  .pricing-div {
    border-radius: 0;
    margin-top: -100px;
    padding-top: 35px;
    padding-bottom: 40px;
  }

  #footer {
    margin-top: 100px;
  }

  .demo-text-price {
    padding-bottom: 15px;
  }
}

.try-box {
  min-height: 30vh;
}

.pricing-div h2 {
  color: #1a429e;
  font-size: 2em;
  font-weight: 700;
}

.footer {
  background-color: #004b9b;
  margin-top: 200px;
}

.fa-facebook-official,
.fa-twitter-square,
.fa-instagram,
.fa-linkedin-square,
.fa-medium {
  font-size: 24px;
  margin-left: 1vw;
  cursor: pointer;
}

.copyright {
  background: #0955c7;
}

/* Testimonials */
#testimonial-area {
  width: 80% !important;
  margin: auto;
}

#testimonial-area .section-heading h2 {
  font-size: 48px;
  line-height: 58px;
}

.testi-wrap {
  position: relative;
  height: 725px;
  margin-top: -80px;
}

.client-single {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  box-shadow: 0px 8px 24px #a4b7e45e;
  border-radius: 40px;
}

.client-info,
.client-comment {
  position: relative;
  top: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.client-comment {
  text-align: left;
}

.client-single.inactive .client-comment {
  display: none;
}

.client-single.inactive .client-comment {
  opacity: 0;
  visibility: hidden;
}

.client-single.position-1 {
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
}

.client-single.position-2 {
  left: 80px;
  top: 50px;
}

.client-single.position-3 {
  left: -40px;
  top: 250px;
}

.client-single.position-4 {
  left: 50px;
  top: 450px;
}

.client-single.position-5 {
  top: 50px;
  right: 80px;
}

.client-single.position-6 {
  top: 250px;
  right: -40px;
}

.client-single.position-7 {
  top: 450px;
  right: 50px;
}

.test-name {
  font-size: 2rem;
  color: #1a429e;
}

@media only screen and (min-width: 481px) and (max-width:1100px) {
	.landing-sub {
    font-size: 1.3rem;
    width: 70vw;
  }
}
/*Potrait Phone*/
@media only screen and (max-width: 1100px) {
  .feature-content {
    margin-top: 2%;
  }

  .display-4 {
    font-size: 30px;
  }

  .display-3 {
    font-size: 35px;
  }

  .demo a {
    bottom: -20px;
  }

  .landing-text {
    margin-top: 4vh;
  }

  .testim {
    top: 30vh;
  }

  .req-mbtn {
    font-size: 1.1rem;
    margin-top: 10px;
  }

  .content__container {
    height: 35px;
  }

  .content {
    line-height: 35px;
  }

  .content__container:after,
  .content__container:before {
    line-height: 35px;
  }

  .content__container__list__item {
    line-height: 35px;
  }

  .client-single.active {
    height: 60%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .client-single.inactive {
    border: none;
    box-shadow: none;
  }

  .client-single.inactive .client-info {
    display: none;
  }

  .h1 {
    font-size: 18px;
  }

  .client-info {
    text-align: center;
    position: relative;
    top: -10px;
  }

  .client-info p {
    font-size: 15px !important;
    font-weight: 700;
  }

  .test-name {
    font-size: 1.5rem;
  }

  .client-comment {
    position: relative;
    top: 0;
    padding: 10px;
  }

  #testimonial-area {
    width: 100%;
  }

  .client-single.inactive .test-name {
    font-size: 3rem;
    text-align: center;
  }

  .client-single.inactive .client-info p {
    font-size: 25px;
  }

  .client-single.position-2 {
    left: -5% !important;
    top: 50px !important;
  }

  .client-single.position-3 {
    left: -15% !important;
    top: auto !important;
  }

  .client-single.position-4 {
    left: -5% !important;
    top: 430px !important;
  }

  .client-single.position-5 {
    top: 50px !important;
    right: -5% !important;
  }

  .client-single.position-6 {
    top: auto !important;
    right: -15% !important;
  }

  .client-single.position-7 {
    top: 430px !important;
    right: -5% !important;
  }
}

.client-single.active {
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  width: 28%;
  height: 80%;
}

.client-single.inactive {
  top: auto;
  z-index: 10;
  width: 34%;
  height: 100%;
  padding-top: 12%;
}

.client-single.active .client-comment,
.client-single.active .client-info {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.client-single:not(.active) {
  -webkit-transform: scale(0.55);
  transform: scale(0.55);
  z-index: 99;
}

.client-single.active .client-img {
  width: 140px;
  height: 140px;
  margin: 5% 2% 0 0%;
  position: relative;
  display: inline-block;
}

.client-single.inactive .client-img {
  width: 180px;
  height: 180px;
  margin: auto;
  position: relative;
}

.client-single.active .client-info {
  display: inline-block;
  text-align: left;
}

.client-single.inactive .client-info {
  font-size: 3rem;
  line-height: 50px;
}

.client-single.active .client-img:before {
  border-radius: 100%;
  content: "";
  padding: 0px;
  width: 160px;
  height: 140px;
  top: -4px;
  left: 0px;
  position: absolute;
  z-index: -1;
}

.client-single .client-img img {
  width: 150px;
  border-radius: 50%;
  transition: 0.5s ease;
  border: solid;
  border-color: #1a429e;
}

.client-single .client-img img:hover {
  /* border: 5px solid #004B9B; */
  cursor: pointer;
  transition: 0.5s ease;
}

.client-single.active .client-img img {
  max-width: 160px;
  /* margin: 0 auto 24px; */
  transition: 0.5s ease;
  /* border: 3px solid #004B9B; */
}

.client-single.active .client-img img:hover {
  cursor: default;
}

.client-comment {
  padding: 0%;
}

@media only screen and (min-width: 1100px) {
  .client-comment {
    width: 60%;
    margin: 0 auto;
  }

  .display-3 {
    font-size: 60px;
    line-height: 0.4em;
  }
}

.client-comment h3 {
  font-size: 22px;
  line-height: 32px;
  color: black;
}

.client-comment span i {
  font-size: 60px;
  color: #1a429e;
  margin: 40px 0 24px;
  display: inline-block;
}

.client-info h3 {
  color: #000;
  font-weight: 400;
  margin-bottom: 4px;
}

.client-info p {
  font-size: 18px;
  font-weight: 700;
  color: black;
  text-transform: uppercase;
}

.client-single.inactive .client-info h3 {
  color: #000;
  font-weight: 400;
  margin-bottom: 4px;
}

.client-single.inactive .client-info p {
  font-size: 25px;
  font-weight: 700;
  color: black;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .client-single.active {
    width: 50%;
  }

  .client-single.inactive {
    width: 40%;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }

  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }

  .client-single.active .client-img img {
    max-width: 100px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 140px;
    height: 140px;
    top: -4px;
    left: 6px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 580px;
  }

  #testimonial-area {
    padding: 100px 0 0;
  }
}

@media only screen and (min-width: 570px) and (max-width: 770px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  /* .trusted-img img
  {
    height: 0px;
    width: 0px;
  }

   .trusted-img
  {
    min-width: 0px;
    min-height: 0px;
    height: 100px ;
    width: 50px;
  }
 */

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 60%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }

  .client-single.position-5,
  .client-single.position-7 {
    right: 0;
  }

  .client-single.position-4 {
    left: 0;
  }

  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 630px;
  }
}

@media only screen and (max-width: 540px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 80%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }

  .client-single.position-5,
  .client-single.position-7,
  .client-single.position-6 {
    right: -70px;
  }

  .client-single.position-4 {
    left: -60px;
  }

  .client-single.position-3 {
    left: -75px;
  }

  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 600px;
  }
}

@media only screen and (max-width: 550px) {
  .trusted-img {
    min-width: 100px;
    min-height: 100px;
    height: 25vw;
    width: 12vw;
    position: relative;
    padding: 1%;
  }

  .media-box {
    background: linear-gradient(180deg,
        #ffffff 40%,
        #e5ebf7 40%,
        #e5ebf7 95%,
        #fff 95%);
    background-repeat: no-repeat;
  }
}

@media only screen and (min-width: 320px) and (max-width: 400px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  /*   .trusted-img
  {
    min-width: 90px;
    min-height: 90px;
    width: 13vw;
    height: 13vw;

  } */

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 80%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }

  .client-single.position-5,
  .client-single.position-7,
  .client-single.position-6 {
    right: -70px;
  }

  .client-single.position-4 {
    left: -60px;
  }

  .client-single.position-3 {
    left: -75px;
  }

  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 550px;
  }
}

/* Accordion */

.wrap {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

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

.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.panel:last-child {
  border-bottom: none;
}

.panel-group>.panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel+.panel {
  margin-top: 0;
}

.panel-heading {
  background-color: #1a429e;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

.panel-title a {
  cursor: pointer;
  display: block;
  color: #fff;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.panel-body {
  background: #fff;
}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}

/* #bs-collapse icon scale option */

.panel-heading a:before {
  content: "\e146";
  position: absolute;
  font-family: "Material Icons";
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

.panel-heading.active a:before {
  content: " ";
  transition: all 0.5s;
  transform: scale(0);
}

#bs-collapse .panel-heading a:after {
  content: " ";
  font-size: 24px;
  position: absolute;
  font-family: "Material Icons";
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
  content: "\e909";
  transform: scale(1);
  transition: all 0.5s;
}

/* #accordion rotate icon option */

#accordion .panel-heading a:before {
  content: "\e316";
  font-size: 24px;
  position: absolute;
  font-family: "Material Icons";
  right: 5px;
  top: 10px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a429e;
}

/* Cards Animation */
.line {
  border-top: 1px solid #1a429e;
  width: 40%;
}

.feature-box {
  background-color: white;
  margin-top: 10vh;
  color: #000;
  padding-top: 3%;
  padding-bottom: 3%;
  margin: 0em;
}

form {
  width: 100%;
}

.card,
.card-img,
.card-img-overlay {
  /*   box-shadow: 0 9px 18px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(185, 183, 183, 0.2);
  border: 1px solid transparent;
  border-radius: 10px; */
  /*  background-color: rgba(26, 66, 158, 0.5); */
  border: none;
  min-height: 280px;
}

.demo-img {
  height: 25vw;
  width: 100vw;
}

.demo-text {
  font-size: calc(10px + 2vmin);
  font-weight: 400;
  color: #000;
}

.demo-text-price {
  font-size: calc(5px + 2vmin);
  font-weight: 500;
  color: #000;
}

@media (max-width: 800px) {
  .landing-text-animated {
    margin-left: 8%;
    padding: 10vw;
    margin-top: 10vh;
  }

  .demo-img {
    height: 10vw;
    width: 200vw;
  }

  /*  .load-img
  {
    margin-top: 0vh;
    position: absolute;
    bottom: 0;
  }
  .load-img img
  {
    width: 90%;
  } */
}

@media (max-width: 767px) {
  .landing-text-animated {
    margin-left: 8%;
    padding: 0;
    margin-top: 15vh;
  }

  .bg-buttons {
    text-align: center;
  }

  /*
  .content__container {
    font-size: 6vw;
  }

  .content__container__list {
    padding-left: 32vw;
  } */
}

@media (max-width: 340px) {
  .bg-button1 {
    margin-bottom: 2vw;
  }

  .bg-button2 {
    margin-left: 0;
  }
}

.cli-info {
  font-weight: 400;
  font-size: 1.5rem;
  color: black;
  text-transform: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.feature-img {
  width: auto;
  height: auto;
  transition: all 0.2s;
}

/* .feature-img:hover {
  transform: scale(1.20);
}
 */

.feature-img1 {
  /*  background-image: url('../images/Image\ 14.png'); */
  float: left;
}

.feature-img2 {
  /*   background-image: url('../images/screenshot.png'); */
  float: right;
}

.feature-img3 {
  /*   background-image: url('../images/Image\ 15.png'); */
  float: left;
}

.feature-img4 {
  /*   background-image: url('../images/Image\ 16.png'); */
  float: right;
}

.feature-bg {
  /*   background: linear-gradient(162deg, #ffffff 25%, #E5EBF7 25%, #E5EBF7 75%, #fff 75%); */
  background-repeat: no-repeat;
  padding-left: 10%;
  padding-right: 10%;
}

.feature-content {
  margin-top: 5%;
}

.feat-text {
  font-size: larger;
  font-weight: 400;
}

.feat-text-l {
  font-size: 1.5rem;
  font-weight: 400;
  padding-left: 10%;
  padding-right: 10%;
}

.bubble-tree {
  background-size: 900px 700px;
  width: 900px;
  height: 700px;
  display: inline-block;
  position: relative;
  /* top: 50px; */
  /* left: 0; */
  opacity: 0;
  padding: 20%;
}

@media only screen and (min-width: 1100px) and (max-width: 1600px) {
  .bubble-tree {
    background-size: 600px 450px;
    width: 600px;
    height: 450px;
  }

  .feature-content {
    margin-top: 3%;
  }

  #navbarNav {
    margin-left: 16%;
  }
}

@media only screen and (min-width: 1100px) {
  .more-sm {
    display: none;
  }
}

@media only screen and (max-width: 1100px) {
  .more-lg {
    display: none;
  }

  .bubble-tree {
    background-size: 350px 230px;
    width: 350px;
    height: 230px;
    right: 10%;
    margin-top: 30px;
  }

  #navbarNav {
    margin-left: 16%;
  }

  .left-bann {
    right: 15%;
  }

  h1 {
    font-size: 25px;
  }
}

.bubble-tree.start {
  animation: tree-animate ease-out 0.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: tree-animate ease-out 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: tree-animate ease-out 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: tree-animate ease-out 0.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: tree-animate ease-out 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
  -webkit-animation-delay: 700ms;
  /* Chrome, Safari, Opera */
  animation-delay: 700ms;
}

@keyframes tree-animate {
  0% {
    opacity: 0;
    transform: translate(0px, 40px);
  }

  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

@-moz-keyframes tree-animate {
  0% {
    opacity: 0;
    -moz-transform: translate(0px, 40px);
  }

  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
  }
}

@-webkit-keyframes tree-animate {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}

@-o-keyframes tree-animate {
  0% {
    opacity: 0;
    -o-transform: translate(0px, 40px);
  }

  100% {
    opacity: 1;
    -o-transform: translate(0px, 0px);
  }
}

@-ms-keyframes tree-animate {
  0% {
    opacity: 0;
    -ms-transform: translate(0px, 40px);
  }

  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
  }
}

.privpol {
  font-size: 18px;
  text-align: justify;
}

.privpol h5 {
  margin-top: 15px;
}

/*Testimonials New */

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
}

.testim {
  width: 100%;
  position: relative;
  top: 30vh;
  /*   margin-top: 5%; */
  /*    margin-bottom: 5%; */
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
}

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
  box-shadow: 0px 8px 24px #a4b7e45e;
  border-radius: 40px;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #2057c4;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #2f3fb1;
}

.testim .arrow.left {
  left: 10px;
}

.testim .arrow.right {
  right: 10px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgb(185, 183, 183);
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #2057c4;
  border-color: #2057c4;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale 0.5s ease-in-out forwards;
  -moz-animation: testim-scale 0.5s ease-in-out forwards;
  -ms-animation: testim-scale 0.5s ease-in-out forwards;
  -o-animation: testim-scale 0.5s ease-in-out forwards;
  animation: testim-scale 0.5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont>div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont>div.inactive {
  opacity: 1;
}

.testim .cont>div.active {
  position: relative;
  opacity: 1;
}

.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
  border: solid;
  border-color: #1a429e;
}

.testim .cont div h2 {
  color: #1a429e;
  font-size: 2em;
  font-weight: 700;
  margin: 15px 0;
}

.testim .cont div p {
  font-size: 1.3em;
  color: black;
  width: 80%;
  margin: auto;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show 0.5s ease-in-out forwards;
  -moz-animation: testim-show 0.5s ease-in-out forwards;
  -ms-animation: testim-show 0.5s ease-in-out forwards;
  -o-animation: testim-show 0.5s ease-in-out forwards;
  animation: testim-show 0.5s ease-in-out forwards;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in 0.4s ease-in-out forwards;
  -moz-animation: testim-content-in 0.4s ease-in-out forwards;
  -ms-animation: testim-content-in 0.4s ease-in-out forwards;
  -o-animation: testim-content-in 0.4s ease-in-out forwards;
  animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
  -moz-animation: testim-content-in 0.5s ease-in-out forwards;
  -ms-animation: testim-content-in 0.5s ease-in-out forwards;
  -o-animation: testim-content-in 0.5s ease-in-out forwards;
  animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide 0.5s ease-in-out forwards;
  -moz-animation: testim-hide 0.5s ease-in-out forwards;
  -ms-animation: testim-hide 0.5s ease-in-out forwards;
  -o-animation: testim-hide 0.5s ease-in-out forwards;
  animation: testim-hide 0.5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out 0.4s ease-in-out forwards;
  -moz-animation: testim-content-out 0.4s ease-in-out forwards;
  -ms-animation: testim-content-out 0.4s ease-in-out forwards;
  -o-animation: testim-content-out 0.4s ease-in-out forwards;
  animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out 0.5s ease-in-out forwards;
  -moz-animation: testim-content-out 0.5s ease-in-out forwards;
  -ms-animation: testim-content-out 0.5s ease-in-out forwards;
  -o-animation: testim-content-out 0.5s ease-in-out forwards;
  animation: testim-content-out 0.5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #2057c4;
    box-shadow: 0px 0px 10px 5px #2057c4;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #2057c4;
    box-shadow: 0px 0px 0px 0px #2057c4;
  }
}

@-moz-keyframes testim-scale {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -moz-box-shadow: 0px 0px 10px 5px #2057c4;
    box-shadow: 0px 0px 10px 5px #2057c4;
  }

  100% {
    -moz-box-shadow: 0px 0px 0px 0px #2057c4;
    box-shadow: 0px 0px 0px 0px #2057c4;
  }
}

@-ms-keyframes testim-scale {
  0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -ms-box-shadow: 0px 0px 10px 5px #2057c4;
    box-shadow: 0px 0px 10px 5px #2057c4;
  }

  100% {
    -ms-box-shadow: 0px 0px 0px 0px #2057c4;
    box-shadow: 0px 0px 0px 0px #2057c4;
  }
}

@-o-keyframes testim-scale {
  0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -o-box-shadow: 0px 0px 10px 5px #2057c4;
    box-shadow: 0px 0px 10px 5px #2057c4;
  }

  100% {
    -o-box-shadow: 0px 0px 0px 0px #2057c4;
    box-shadow: 0px 0px 0px 0px #2057c4;
  }
}

@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    box-shadow: 0px 0px 10px 5px #2057c4;
  }

  100% {
    box-shadow: 0px 0px 0px 0px #2057c4;
  }
}

@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes testim-content-in {
  from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes testim-content-in {
  from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes testim-content-in {
  from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-moz-keyframes testim-content-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-ms-keyframes testim-content-out {
  from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-o-keyframes testim-content-out {
  from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes testim-show {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes testim-show {
  from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes testim-show {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }

  .testim {
    top: 42vh;
    padding-top: 10px;
  }

  .testim .cont div p {
    line-height: 25px;
    font-size: 1rem;
  }

  .testim .cont div h2 {
    line-height: 25px;
    font-size: 1.4rem;
  }

  .cli-info {
    font-size: 1rem;
  }
}

.dropdown-menu {
  width: 335px;
  margin-right: 15%;
  padding: 0%;
  cursor: pointer;
}

.dropdown-menu a {
  font-size: 1.5rem;
  padding: 0%;
  padding-bottom: 4%;
}

.drop-text {
  font-size: 1rem;
  padding: 0%;
  padding-left: 0px;
  font-weight: 400;
}

.dd-icon-wrap {
  float: left;
  padding: 3%;
}

.dd-text {
  float: left;
  padding-top: 3%;
  padding-bottom: 3%;
}

.dd-icons {
  height: 4vh;
  width: 5vh;
}

.card-heading {
  background-color: #2f3fb1;
  width: 9%;
  display: table-cell;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}

.card-body {
  display: table-cell;
  padding-left: 20px;
  padding-bottom: 30px;
  position: relative;
  background-color: white;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}

.video-modal {
	max-width: 800px;
}
.modal-content {
  display: table;
  border-radius: 15px !important;
  background: url("../images/logopng.png") no-repeat;
  background-color: #2f3fb1;
  background-size: 70% 60%;
  background-position: 250px 250px;
  border-radius: 15px;
}

.modal-content .modal-footer {
  justify-content: flex-start;
}

.modal-body label {
  font-weight: 700;
}

.modal .close {
  font-size: 3rem;
  color: #0433e2;
}

.modal-title {
  font-weight: 700;
  padding-top: 1%;
  font-size: 2rem;
  color: #0433e2;
}

a:hover {
  text-decoration: none;
}

.testim-div {
  min-height: 60vh;
}

.modal,
.modal-content,
.modal-body,
.modal-footer,
.modal-title,
.card-body,
.modal-header,
.card-heading,
.modal-dialogue {
  border: none;
}

@media all and (max-width: 1000px) {
  .dd-icon-wrap {
    float: left;
    padding: 1%;
  }

  .dd-text {
    float: left;
    padding-top: 1%;
    padding-bottom: 1%;
    width: 78%;
  }

  .dd-icons {
    height: 4vh;
    width: 5vh;
  }

  .dropdown-menu a {
    font-size: 1.2rem;
    padding: 0%;
  }

  .drop-text {
    font-size: 0.9rem;
    padding: 0%;
    margin-left: 0px;
    font-weight: 500;
  }

  .dropdown-menu {
    width: 260px;
    height: 286px;
    padding-top: 2%;
    background-color: white;
  }

  .card-heading {
    width: 0%;
  }

  .card-body {
    border-radius: 15px;
  }
}
