html, body {
  overflow-x: hidden;
  box-sizing: border-box;
}
.heading-menu {
  display: none;
}
div#itsmadditionalsec {
  display: none;
}
h1 {
  font: 46px/1.2 Zoho_Puvi_Bold !important;
  margin-bottom: 20px;
}
h2 {
  font: 30px/1.25 Zoho_Puvi_SemiBold;
  margin: 0px 0px 30px 0px;
}
h3 {
  font: 26px/1.25 Zoho_Puvi_SemiBold;
  margin-bottom: 15px;
}
h4 {
  font: 22px/1.4 Zoho_Puvi_SemiBold;
  color: #00a9f4;
  margin-bottom: 10px;
}
h5 {
  font: 20px/1.4 Zoho_Puvi_SemiBold;
  margin-bottom: 5px;
}
img {
  max-width: 100%;
}
p {
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 20px;
  font-family: 'Zoho_Puvi_Regular';
}
.container-new {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 30px;
}
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.col {
  flex-grow: 1;
  flex-basis: 0;
}
.banner.row .col:nth-child(1) {
  position: relative;
  /*border-right: 1px solid #215488;*/
}
/*.banner.row .col:nth-child(1):after {
    content: "";
    width: 1px;
    height: 100px;
    background: red;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}*/
.two-col:nth-child(1), .three-col:nth-child(2), .four-col:nth-child(2), .four-col:nth-child(3), .five-col:nth-child(4) {
  margin-right: 50px;
}
.two-col:nth-child(2), .three-col:nth-child(2), .four-col:nth-child(2), .five-col:nth-child(2) {
  margin-left: 50px;
}
.five-col:nth-child(3) {
  margin-left: 50px;
  margin-right: 50px;
}
.center-align {
  align-items: center;
}
.inner-space {
  padding: 100px 0px;
}
.banner-bg {
  background: url(../images/banner-bg.png);
  background-size: cover;
  padding: 100px 0px;
}
.banner {
  position: relative;
}
.banner h1 {
  color: #fff;
  margin-top: 30px
}
img.badge-icon {
  width: 60px;
}
.badge-text {
  font: 24px/1.2 "Zoho_Puvi_Medium";
  color: #ffef8a;
  max-width: 80%;
  margin: 0 0px 0px 25px !important;
}
/*form style starts here*/
.form-container {
  background: #407bb4;
  padding: 50px;
  max-width: 465px;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 7px #012d5adb;
}
.apiform {
  width: 100%;
  font-size: inherit;
  margin: 0 auto;
}
h3.form-title {
  font: 22px/1.25 Zoho_Puvi_Bold;
  color: #fff;
  margin: 0px 0px 30px 0px;
  text-align: center;
}
.formfild.input-effect {
  font-family: 'Zoho_Puvi_Medium';
  outline: none;
  position: relative;
  padding: 0px 20px;
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  border: none !important;
  transition: all .3s ease;
  height: 50px;
  background: #fff;
  border-radius: 2px !important;
  margin-top: 0px;
  color: #000 !important;
  z-index: 10;
  margin-bottom: 10px;
}
input[type="text"] {
  border: none !important;
}
span.errormsg {
  position: absolute;
  margin-top: 5px !important;
  font-size: 13px;
  color: #efcb7b;
  display: block;
  margin-bottom: 0;
  text-align: left;
  left: 0px;
  bottom: -25px;
}
/*.form-container input, .form-container select {
  font-family: 'Zoho_Puvi_Medium';
  outline: none;
  padding: 0px 20px;
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  border: none !important;
  transition: all .3s ease;
  height: 50px;
  background: #fff;
  border-radius: 2px !important;
  margin-top: 0px;
  color: #000 !important;
}*/
.formfild {
  position: relative;
}
input#emailID {
  margin-bottom: 15px;
  border: none !important;
}
select#MECountryListing, select#designation, select#country_state {
  border: 1px solid #fff;
  -webkit-appearance: none;
  padding: 0px 20px;
  font-size: 15px;
  height: 50px !important;
  background: #fff url(https://www.manageengine.com/products/service-desk/images/select-dropdown-arrow.png) right center no-repeat !important;
  border-radius: 2px !important;
  margin-bottom: 10px;
  margin-top: 0px;
  width:100%;
}
input[type="submit"] {
  font-family: 'Zoho_Puvi_Bold' !important;
  background: #fc4044 !important;
  color: #fff !important;
  padding: 15px 30px !important;
  font-size: 15px !important;
  -webkit-font-smoothing: antialiased;
  margin-top: 0px !important;
  cursor: pointer;
  border-radius: 2px !important;
  text-transform: uppercase;
  transition: all 0.8s;
  height:auto;
}
.apiform input[type="submit"]:hover {
  background: #E9142B !important;
}
/*.formfild.input-effect.error {
  margin-bottom: 25px;
  border-bottom: 1px solid red !important;
}*/
.apiform input[type="submit"]:focus {
  outline: none !important;
}
.form-container input:focus {
  outline: none !important;
}
input[type="text"]::placeholder {
  color: #000;
}
input[type="radio"]:checked {
  color: red;
}
input#sendmemail {
  width: 20px !important;
  height: auto !important;
}
label#sendmemailcheck {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
}
.prvcy-plicy {
  font-family: 'Zoho_Puvi_Medium';
  font-size: 12px;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  margin: 20px 0px 20px 0px;
}
.prvcy-plicy strong {
  font-weight: 600
}
.prvcy-plicy a {
  font-family: 'Zoho_Puvi_Medium';
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
.apiform input[type="radio"] {
  position: inherit;
}
.radio-button label:nth-child(2) {
  margin-right: 15px !important;
}
.check p {
  font-family: 'Zoho_Puvi_Medium';
  text-align: left;
  font-size: 14px;
  margin: 20px 0px 0px 0px;
  color: #fff;
}
.radio-button {
  font-family: 'Zoho_Puvi_Medium';
  display: flex;
  justify-content: start;
  align-items: center;
  color: #fff;
  font-size: 15px;
  height: 30px;
}
.radio-button #yes, .radio-button #no {
  width: auto !important;
  margin: 0px 7px 0px 0px !important;
  padding: 0px !important;
}
#meGDPRMessage {
  font-size: 13px;
  line-height: 1.5;
  margin: 10px auto 0;
  color: #fff;
  width: 100%;
}
/*form style ends here*/
/*why section style starts here*/
.why-bg {
  padding: 80px 0px 0px 0px;
}
.why h2 {
  max-width: 80%;
}
.why p {
  width: 90%;
}
ul.list-items {
  margin: 20px 0px 20px 20px
}
ul.list-items li {
  position: relative;
  padding-left: 17px;
  font-size: 17px;
  margin: 10px 0px 15px 0px;
  line-height: 1.5;
}
ul.list-items li:before {
  content: "";
  background: url(../images/list-icon.png) no-repeat;
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 0;
  left: -20px;
  width: 19px;
  height: 19px;
  display: block;
  background-size: contain;
}
.answers-bg {
  padding: 0px 0px 80px 0px;
}
.answer img {
  transform: scale(0.75);
}
/*why section style ends here*/
/*testimonial slider style starts here*/
.testimonials-bg {
  background: url("../images/blue-textured-bg.png") repeat;
  padding: 100px 0px;
  background-size: 100%;
}
.testimonials img {
  display: block;
  margin: 0 auto;
}
.testimonials h2 {
  text-align: center;
  margin: 10px 0px 15px 0px;
}
.testimonials > p {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 50px auto;
}
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-600px * 3));
  }
}
.box-wrapper {
  margin: auto;
  overflow: hidden;
  position: relative;
}
.boxes .box:nth-child(1), .boxes .box:nth-child(4) {
  background: #fff5e9;
}
.boxes .box:nth-child(2), .boxes .box:nth-child(5) {
  background: #E7F4EA;
}
.boxes .box:nth-child(3), .boxes .box:nth-child(6) {
  background: #fef4f5;
}
.box {
  background: #fff;
  border-radius: 6px;
  padding: 45px;
  height: 100%;
  margin: 25px;
  width: 600px;
  min-height:350px;
}
a.col.box {
  text-decoration: none;
}
.box:hover {
  -webkit-box-shadow: 0 14px 16px rgba(0, 0, 0, 0.09);
  box-shadow: 0 14px 16px rgba(0, 0, 0, 0.09);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transform: scale(1.025);
}
.box-wrapper .boxes {
  -webkit-animation: scroll 50s linear infinite;
  animation: scroll 50s linear infinite;
  width: calc(600px * 6);
}
.box-wrapper .boxes:hover {
  animation-play-state: paused;
}
h6.message {
  color: #000;
  margin: 0px 0px 30px 0px;
  line-height: 1.45;
  font-family: "Roboto Slab";
  font-size: 31px;
  font-weight: 300;
  position: relative;
}
h6.message:before {
  content: "";
  background: url(../images/quote.png) no-repeat;
  position: absolute;
  top: -20px;
  right: 0;
  bottom: 0;
  left: -20px;
  opacity: .06;
}
h6.role {
  margin: 10px 0px 0px 0px;
  font-family: 'Zoho_Puvi_SemiBold';
  font-size: 19px;
  color: #000;
line-height:1.6;
}
h6.sector {
  font-size: 17px;
  margin: 0px 0px 10px 0px;
  color: #000;
line-height:1.6;
font-family:'Zoho_Puvi_Regular';
font-weight:normal;
}
h6.size {
  font-size: 17px;
  color: #000;
line-height:1.6;
margin:0 0 20px;
font-family:'Zoho_Puvi_Regular';
font-weight:normal;
}
/*testimonial slider style ends here*/
/*customer style starts here*/
.customers-bg {
  padding: 100px 0px;
}
.customers h2 {
  text-align: center;
  margin: 0px 0px 50px 0px;
}
.customers img {
  max-width: 150px;
  display: block;
  margin: 0 auto;
}
a.animated-link {
  text-align: center;
  display: block;
  font-size: 17px;
  text-decoration: none;
  font-family: 'Zoho_Puvi_Medium';
  margin: 30px 0px 0px 0px;
}
span.arrow-animation {
  display: inline-block;
  vertical-align: middle;
}
a.animated-link:hover .arrow-animation, .ctas li a:hover .arrow-animation {
  transform: translateX(5px);
  transition: all .3s ease;
}
/*customer style ends here*/
/*disclaimer style starts here*/
.disclaimer-bg {
  background: #fafafa;
  padding: 100px 0px;
}
.disclaimer p {
  font-size: 14px;
}
/*disclaimer style ends here*/
/*animation style starts here*/
.anim1, .anim2, .anim3, .anim4, .anim5, .anim6, .anim7, .anim8 {
  -webkit-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
  transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
  -o-transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
  transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
  transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
}
.active-anim .anim1 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 200ms;
}
.active-anim .anim2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 400ms;
}
.active-anim .anim3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 600ms;
}
.active-anim .anim4 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 800ms;
}
.active-anim .anim5 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 1000ms;
}
.active-anim .anim6 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 1200ms;
}
.active-anim .anim7 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 1400ms;
}
.active-anim .anim8 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 1600ms;
}
.fadeinup1, .fadeinup2 {
  -webkit-transform: translate3d(0, 70px, 0);
  transform: translate3d(0, 70px, 0);
  -ms-filter: "alpha(opacity=0)";
  -webkit-transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
  transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
  -o-transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
  transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
  transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
}
.active-anim .fadeinup1 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  transition-delay: 100ms;
}
.active-anim .fadeinup2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  transition-delay: 400ms;
}
.fadeinleft1 {
  -webkit-transform: translate3d(70px, 0px, 0);
  transform: translate3d(70px, 0px, 0);
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  -webkit-transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
  transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
  -o-transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
  transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
  transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
}
.active-anim .fadeinleft1 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  transition-delay: 200ms;
}
.animation-left {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
}
.active-anim .animation-left {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: inherit;
}
.animation-right {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
}
.active-anim .animation-right {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: inherit;
}
.rotate-anim1, .rotate-anim2, .rotate-anim3, .rotate-anim4, .rotate-anim5 {
  opacity: 0;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transform: scale(0.4, 0.4);
  -webkit-transform: scale(0.4, 0.4);
}
.active-anim .rotate-anim1 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.3s;
}
.active-anim .rotate-anim2 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.4s;
}
.active-anim .rotate-anim3 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.5s;
}
.active-anim .rotate-anim4 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.6s;
}
.active-anim .rotate-anim5 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.7s;
}
.delay1 {
  opacity: 0;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
}
.active-anim .delay1 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
.delay2 {
  opacity: 0;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
}
.active-anim .delay2 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
.delay3 {
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
}
.active-anim .delay3 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
.delay4 {
  opacity: 0;
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -moz-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
}
.active-anim .delay4 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
.delay5 {
  opacity: 0;
  transition: all ease 0.7s;
  -webkit-transition: all ease 0.7s;
  -moz-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
}
.active-anim .delay5 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
.label-animation {
  border: 1px solid #ccc;
  padding: 7px 14px;
  transition: 0.4s;
  background: transparent;
}
.label-animation ~ .focus-border:before, .label-animation ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #3399FF;
  transition: 0.3s;
}
.label-animation ~ .focus-border:after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
.label-animation ~ .focus-border i:before, .label-animation ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #3399FF;
  transition: 0.4s;
}
.label-animation ~ .focus-border i:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.label-animation:focus ~ .focus-border:before, .label-animation:focus ~ .focus-border:after, .has-content.label-animation ~ .focus-border:before, .has-content.label-animation ~ .focus-border:after {
  width: 100%;
  transition: 0.3s;
}
.label-animation:focus ~ .focus-border i:before, .label-animation:focus ~ .focus-border i:after, .has-content.label-animation ~ .focus-border i:before, .has-content.label-animation ~ .focus-border i:after {
  height: 100%;
  transition: 0.4s;
}
.label-animation ~ label {
  font-family: 'Zoho_Puvi_Regular';
  position: absolute;
  left: 20px;
  width: 100%;
  top: 15px;
  color: #000;
  transition: 0.3s;
  z-index: -1;
}
.label-animation:focus ~ label, .has-content.label-animation ~ label {
  top: -22px;
  left: 0;
  font-size: 13px;
  color: #fff;
  transition: 0.3s;
}
/*animation style ends here*/
.success-msg {
  display: none;
  text-align: center;
}
.success-msg h3 {
  font: 22px/1.25 Zoho_Puvi_Bold;
  color: #fff;
  margin: 0px 0px 10px 0px;
  text-align: center;
}
.success-msg p {
  color: #fff;
  max-width: 75%;
  margin: 0 auto 20px auto;
}
.success-msg a {
  display: inline-block;
  text-decoration: none;
  font-family: Zoho_Puvi_SemiBold;
  padding: 8px 30px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  background: #f0483e;
  color: #fff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  font-size: 15px;
  border-radius: 2px;
}
.thanks-bg {
  padding: 100px 0px;
  display: none;
}
.thanks {
  text-align: center;
}
.thanks h2 {
  max-width: 50%;
  margin: 0 auto;
}
.thanks p {
  margin: 15px auto 30px auto;
  font: 20px/1.5 "Zoho_Puvi_Regular";
  color: #000;
  max-width: 50%;
}
.ctas {
  display: flex;
  justify-content: center;
 list-style-type:none !important;
}
ul.ctas li {
  margin: 7px;
}
ul.ctas li a {
  display: inline-block;
  font-family: 'Zoho_Puvi_Bold';
  background: #fc4044 !important;
  color: #fff !important;
  padding: 15px 30px !important;
  font-size: 15px !important;
  -webkit-font-smoothing: antialiased;
  margin-top: 0px !important;
  cursor: pointer;
  border-radius: 2px;
  text-transform: uppercase;
  transition: all 0.8s;
  text-decoration: none;
  border: 1px solid #fb4043;
}
.ctas li:nth-child(2) a {
  background: transparent !important;
  color: #fb4043 !important;
}
* {
  padding: 0;
  margin: 0
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #3ab54a;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}
.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 0px auto 20px auto;
  box-shadow: inset 0px 0px 0px #3ab54a;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0
  }
}
@keyframes scale {
  0%, 100% {
    transform: none
  }
  50% {
    transform: scale3d(1.1, 1.1, 1)
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #3ab54a
  }
}
a.internal-links {
  text-decoration: none;
  border-bottom: 1px solid #138cd6
}
@media only screen and (max-width:1024px) {
  .banner.row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .banner .col {
    flex-basis: 100%;
  }
  .banner.row .col:nth-child(1) {
    border-right: none;
  }
  .banner .col:nth-child(1) {
    margin-right: 0;
    margin-top: 75px;
  }
  .banner .col:nth-child(2) {
    margin-left: 0;
  }
  ul.row.center-align {
    justify-content: center;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .banner h1 {
    text-align: center;
    max-width: 80%;
    margin: 20px auto 10px auto;
  }
  .badge-text {
    max-width: 40%;
    margin: 20px auto 0px auto;
  }
  div#form {
    position: inherit;
  }
  .form-container {
    position: inherit;
    margin: 0px auto 0 auto;
  }
  .why h2 {
    max-width: 100%;
  }
  .why p {
    width: 100%;
  }
  .why.row .col {
    flex-basis: inherit;
    flex-grow: inherit;
  }
}
@media only screen and (max-width:768px) {
  .banner h1 {
    max-width: 100%;
  }
  .badge-text {
    max-width: 60%;
  }
  .answer, .customer-logos {
    flex-wrap: wrap;
    display: block;
  }
  .answer .col, .customer-logos .col {
    flex-grow: inherit;
    flex-basis: inherit;
  }
  .two-col:nth-child(1), .three-col:nth-child(2), .four-col:nth-child(2), .four-col:nth-child(3), .five-col:nth-child(4) {
    margin-right: 0px;
  }
  .two-col:nth-child(2), .three-col:nth-child(2), .four-col:nth-child(2), .five-col:nth-child(2) {
    margin-left: 0px;
  }
  .five-col:nth-child(3) {
    margin-left: 0px;
    margin-right: 0px;
  }
  .customer-logos .col:not(:last-child) {
    margin-bottom: 50px;
  }
  .customers h2 {
    text-align: center;
    margin: 0px auto 50px auto;
    max-width: 80%;
  }
  .why-bg {
    padding: 80px 0px 0px 0px;
  }
  .answer img {
    margin-bottom: 50px;
  }
  .apiform {
    width: 100% !important;
  }
  .thanks h2, .thanks p {
    max-width: 80%;
  }
  h1 {
    font: 30px/1.2 Zoho_Puvi_Bold !important;
  }
  h2 {
    font: 26px/1.25 Zoho_Puvi_SemiBold;
  }
  h6.message {
    font-size: 27px;
  }
}
@media only screen and (max-width:600px) {
  .badge-text {
    font: 22px/1.2 "Zoho_Puvi_Medium";
    max-width: 100%;
  }
  .form-container {
    padding: 40px 20px;
    width: 100%;
  }
  .answer img {
    transform: scale(1);
  }
  .customers h2 {
    max-width: 100%;
  }
  .testimonials-bg {
    padding: 100px 30px;
  }
  .box-wrapper .boxes {
    animation: none;
    width: 100%;
    flex-wrap: wrap;
  }
  .box {
    padding: 35px;
    margin: 0px;
    width: inherit;
  }
  .col.box:not(:last-child) {
    margin-bottom: 30px;
  }
  .thanks h2, .thanks p {
    max-width: 100%;
  }
  .ctas {
    flex-wrap: wrap;
  }
  ul.ctas li a {
    min-width: 300px;
  }
  h3.form-title {
    margin: 0px auto 30px auto;
    width: 80%;
  }
}
@media only screen and (max-width:375px) {
  h3.form-title {
    width: 90%;
  }
}