/*Font family*/
/*@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto-Regular/Roboto-Regular.ttf') format('truetype'),
    url('../fonts/Roboto-Regular/Roboto-Regular.svg') format('svg');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/Roboto-Medium/Roboto-Medium.eot');
  src: url('../fonts/Roboto-Medium/Roboto-Medium.woff') format('woff'),
    url('../fonts/Roboto-Medium/Roboto-Medium.ttf') format('truetype'),
    url('../fonts/Roboto-Medium/Roboto-Medium.svg') format('svg');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold/Roboto-Bold.eot');
  src: url('../fonts/Roboto-Bold/Roboto-Bold.woff') format('woff'),
    url('../fonts/Roboto-Bold/Roboto-Bold.ttf') format('truetype'),
    url('../fonts/Roboto-Bold/Roboto-Bold.svg') format('svg');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto-Light/Roboto-Light.eot');
  src: url('../fonts/Roboto-Light/Roboto-Light.woff') format('woff'),
    url('../fonts/Roboto-Light/Roboto-Light.ttf') format('truetype'),
    url('../fonts/Roboto-Light/Roboto-Light.svg') format('svg');
  font-display: swap;
}*/

/*Font family*/

/* Iconmoon */

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ytwizl');
  src:  url('../fonts/icomoon.eot?ytwizl#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ytwizl') format('truetype'),
    url('../fonts/icomoon.woff?ytwizl') format('woff'),
    url('../fonts/icomoon.svg?ytwizl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-reminder:before {
  content: "\e901";
  color: #fff;
}
.icon-policy:before {
  content: "\e900";
  color: #fff;
}
.icon-sun:before {
  content: "\e902";
  color: #fff;
}
.icon-emergency:before {
  content: "\e903";
  color: #fff;
}
.icon-operator:before {
  content: "\e904";
  color: #fff;
}
.icon-phone-ring:before {
  content: "\e905";
  color: #fff;
}

/*General*/
* {
  margin: 0;
}

html body {
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 18px;
  color: #333333;
  background-repeat: no-repeat;
  background-position: center top;
}

html body.home {
  background-image: url(../images/banner-curve.svg);
}

body a,
body a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto-Medium', sans-serif;
  color: #3f3292;
}

.pb-12 {
  padding-bottom: 198px;
}

section {
  padding: 85px 0;
  position: relative;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.hover-underline:hover {
  color: #fff;
}

.hover-underline {
  transition: all 0.2s ease-in-out;
  position: relative;
}

a:focus {
  outline: none;
}

.hover-underline:before {
  content: "";
  left: 0;
  position: absolute;
  bottom: 0;
  width: 0px;
  height: 2px;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.75s;
  opacity: 0;
  background-color: #fff;
}

.hover-underline:hover:before {
  width: 100%;
  opacity: 1;
}

.page {
  margin: 0;
}

.accordian_mobile_style {
  display: none;
}

.page-id-266 .layer-bg .heading-image {
  align-items: flex-start;
}

/*Headings and text*/
body h1 {
  font-size: 34px;
}

body h2 {
  font-size: 28px;
}

body h3 {
  font-size: 24px;
}

body h4 {
  font-size: 20px;
}

body h5 {
  font-size: 18px;
}

body h6 {
  font-size: 16px;
}

.section-heading {
  text-align: center;
  font-size: 65px;
  margin-bottom: 80px;
}

.section-heading2 {
  font-size: 45px;
}

.font-30 {
  font-size: 30px;
  margin-bottom: 18px;
}

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

/*Headings and text*/

/*Backgrounds and Colors*/
.red {
  color: #e00000;
}

.blue {
  color: #1C295C;
}

.error-msg {
  display: none;
  padding-top: .3125rem;
  font-size: .875rem;
  color: #e00000;
}

/*Backgrounds and Colors*/

/*Buttons*/
body button {
  cursor: pointer;
}

body .btn {
  border-radius: 22px;
  padding: 15px 40px;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.30), inset 0 3px 3px 1px rgba(255, 255, 255, 0.50);
  color: #fff;
  font-family: 'Roboto-Medium', sans-serif;
  font-size: 24px;
}

body .orange-btn {
  background-image: linear-gradient(-49deg, #B93115 0%, #E85B1A 100%);
  border: 1px solid #D05929;
  transition: 0.3s ease all;
}

body .orange-btn:hover {
  background-image: linear-gradient(-49deg, #e03511 10%, #bf460e 100%);
  transition: 0.3s ease all;
  color: #fff;
}

body .blue-btn {
  background-image: linear-gradient(-49deg, #6259a6 0%, #3f3292 50%);
  border: 1px solid #3f3292;
  transition: 0.3s ease all;
}

body .btn:focus {
  box-shadow: none;
}

body .blue-btn:hover {
  background-image: linear-gradient(-49deg,  #3f3292 0%, #6259a6 80%);
  /* background-image: linear-gradient(-49deg, #242021 0%, #444243 50%); */
  border-color: #3f3292;
  transition: 0.3s ease all;
  color: #fff;
}

/*Buttons*/
/*General*/

/*Header*/
.covid-header {
  background-color: #3f3292;
  color: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.covid-header svg {
  width: 28px;
  height: 31px;
}

.covid-header p {
  font-family: 'Roboto-Medium', sans-serif;
  padding: 0 10px;
  margin: 0;
  font-size: 18px;
}

.covid-header a {
  color: #fff;
}

.covid-header a.close-btn {
  position: absolute;
  right: 15px;
  width: 26px;
  height: 26px;
  margin-top: -1px;
  display: inline-block;
  border-radius: 50%;
  transition: 0.3s ease background;
}

.covid-header a.close-btn:hover {
  background: #242021;
  transition: 0.3s ease background;
}

.covid-header a.close-btn img {
  margin-top: -4px;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: mymove 0.7s forwards;
  transition: 0.3s ease all;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
}

header .contact-info {
  display: flex;
  justify-content: flex-end;
}

header .contact-info p {
  margin-bottom: 0;
}

header .contact-info a {
  color: #242021;
}

header .contact-info a:hover {
  color: #3f3292;
}

header .contact-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 15px 8px;
}

header .contact-header .header-btns .btn {
  font-size: 14px;
  border-radius: 12px;
  padding: 7px 15px;
}

header .contact-header .header-btns {
  margin-left: 15px;
}

header .contact-header .header-btns .btn:first-child {
  margin-right: 7px;
}

.uwy,
body .uwy {
  z-index: 999 !important;
}

.navigation-open .uwy,
.navigation-open body .uwy {
  z-index: 99 !important;
}

/*Header*/

/*Menu*/
header {
  /* background-image: linear-gradient(154deg, rgb(239 240 242) 23%, rgb(217 227 249) 88%); */
  background-color: #ffffff;
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #fff;
}

.techark-header {
  background-color: #0aacca;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: background-image ease .4s;
  -ms-transition: background-image ease .4s;
  transition: background-image ease .4s;
  position: relative;
}

.has-transparent-header .techark-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  background-image: none;
  background-size: 0;
  -webkit-transition: background-image ease .4s, top ease .4s;
  -ms-transition: background-image ease .4s, top ease .4s;
  transition: background-image ease .4s, top ease .4s;
  z-index: 99;
}

.has-transparent-header .techark-header.techark-fixed {
  position: fixed;
  background-color: #0aacca;
  background-size: cover;
  -webkit-animation: mymove 0.8s forwards;
  -ms-animation: mymove 0.8s forwards;
  -o-animation: mymove 0.8s forwards;
  animation: mymove 0.8s forwards;
}

.has-transparent-header .sticky-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}

.has-transparent-header .techark-header:before {
  display: none;
}

header .logo a {
  display: inline-block;
  width: 310px;
}

.navbar-brand img {
  width: 100%;
}

.sticky-logo,
.is-sticky .default-logo,
.techark-fixed .default-logo {
  display: none;
}

.techark-fixed .sticky-logo,
.is-sticky .sticky-logo {
  display: inline-block;
}

.header-right {
  text-align: right;
}

.navigation {
  display: inline-block;
  vertical-align: middle;
}

.navigation ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.navigation ul li {
  display: inline-block;
  padding: 24px 11px;
  position: relative;
}

.navigation ul li.menu-item-has-children:before {
  position: absolute;
  top: 50%;
  right: -7px;
  border-top: solid 0.35rem #1634A7;
  border-left: solid 0.35rem transparent;
  border-right: solid 0.35rem transparent;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}

.navigation ul li.menu-item-has-children>ul>li.menu-item-has-children:before {
  position: absolute;
  top: 35%;
  right: 10px;
  border-left: solid 0.35rem #1634A7;
  border-top: solid 0.35rem transparent;
  border-bottom: solid 0.35rem transparent;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}

.navigation ul li .dropdown-arrow {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}

.navigation ul li .dropdown-arrow.lazyloaded {
  background-image: url("../images/menu-arrow.svg");
}

.navigation ul li a {
  color: #3f3292;
  font-family: 'Roboto-Medium', sans-serif;
  position: relative;
  transition: all 0.1s ease-in-out;
}

.navigation ul li.menu-item-has-children:hover:before {
  border-top: solid 0.35rem #B93115;
}

.navigation ul li a:before {
  content: "";
  left: 0;
  position: absolute;
  bottom: -5px;
  width: 0px;
  height: 2px;
  transition: all 0.1s ease-in-out;
  transition-duration: 0.75s;
  opacity: 0;
  background-color: #242021;
}

.navigation ul li:hover>a,
.navigation ul li.menu-active>a {
  color: #242021;
  transition: all 0.1s ease-in-out;
}

.navigation ul li:hover>a:before,
.navigation ul li.menu-active>a:before {
  width: 100%;
  opacity: 1;
}

.navigation ul li.menu-item-has-children.active:before {
  border-top: solid 0.35rem #B93115;
}

.navigation ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: -25px;
  width: 200px;
  padding: 0;
  font-size: 14px;
  background-color: #ffffff;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 2;
}

.navigation ul li:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.navigation ul li .sub-menu:before {
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  width: 8px;
  margin: 0 auto;
  border-bottom: solid 8px rgb(255, 255, 255);
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}

.navigation ul li .sub-menu li {
  display: block;
  padding: 0;
}

.navigation .logo,
.navigation ul li .sub-menu li.btn-prev {
  display: none;
}

.navigation ul li .sub-menu li a {
  display: block;
  padding: 12px 20px;
  border-bottom: 1px solid #ececec;
  font-family: 'Roboto-Regular', sans-serif;
}

.navigation ul li .sub-menu li:last-child a {
  border-bottom: 0 none;
}

.navigation ul li .sub-menu li:first-child a {
  -webkit-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
}

.navigation ul li .sub-menu li:last-child a {
  -webkit-border-radius: 0 0 15px 15px;
  -ms-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -o-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
}

.navigation ul li .sub-menu li:hover>a,
.navigation ul li .sub-menu li.active>a {
  background-color: #286bdf;
  color: #fff;
}

.navigation>ul>li.menu-item-has-children>ul>li.menu-item-has-children:hover:before {
  border-left: solid 0.35rem #ffffff;
}

.navigation ul li .sub-menu .sub-menu {
  top: 0;
  right: auto;
  left: 100%;
}

.navigation ul li .sub-menu .sub-menu:before {
  display: none;
}

.header-buttons {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.9375rem;
}

.header-buttons .techark-btn {
  color: #5c6b80;
}

.header-buttons .techark-btn:hover,
.header-buttons .techark-btn:focus {
  color: #ffffff;
}

/* Techark Toggle CSS */

.techark-toggle {
  display: none;
  vertical-align: middle;
  height: 1.875rem;
  margin-left: 1.5625rem;
}

.techark-toggle .toggle-separator {
  display: inline-block;
  vertical-align: middle;
  width: 1.5625rem;
  height: 0.125rem;
  margin-top: 0.5rem;
  background-color: #3f3292;
  position: relative;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}

.techark-toggle .toggle-separator:before,
.techark-toggle .toggle-separator:after {
  position: absolute;
  top: -0.5rem;
  right: 0;
  width: 100%;
  height: 0.125rem;
  background: #3f3292;
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}

.techark-toggle .toggle-separator:after {
  top: 0.5rem;
}

.techark-toggle.active .toggle-separator {
  background-color: transparent;
}

.techark-toggle.active .toggle-separator:before {
  top: -0.3125rem;
  -webkit-transform: translateY(0.3125rem) rotateZ(-45deg);
  -ms-transform: translateY(0.3125rem) rotateZ(-45deg);
  transform: translateY(0.3125rem) rotateZ(-45deg);
}

.techark-toggle.active .toggle-separator:after {
  top: 0.3125rem;
  -webkit-transform: translateY(-0.3125rem) rotateZ(45deg);
  -ms-transform: translateY(-0.3125rem) rotateZ(45deg);
  transform: translateY(-0.3125rem) rotateZ(45deg);
}

/*Menu*/
/*Header*/

/*Home Banner*/
.banner {
  text-align: center;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 750px;
  z-index: 2;
  padding: 0;
}

.banner.lazyloaded {
  background-image: url(../images/banner-curve.svg);
}

.banner h1 {
  font-size: 65px;
  font-family: 'Roboto-Medium', sans-serif;
  color: #3f3292;
  margin-bottom: 60px;
}

.banner h2 {
  font-size: 30px;
  line-height: 35px;
  max-width: 770px;
  margin: 34px auto 55px;
  font-family: 'Roboto-Light', sans-serif;
}

.banner .banner-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 70%;
  margin: 0 auto;
}

.banner .banner-btns .btn {
  min-width: 350px;
  font-size: 30px;
  padding: 26px 30px;
  border-radius: 30px;
}

.banner-text {
  padding: 100px 0 100px;
}

.user-image-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}

.user-image-wrapper figure {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  padding: 30px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 15px;
}

.user-image-wrapper figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.user-image-wrapper figure:nth-child(2) {
  top: 0;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.user-image-wrapper figure:nth-child(1) {
  left: 0;
}

.user-image-wrapper figure:nth-child(3) {
  right: 0;
}

/*Home Banner*/

/* Professionally Speak */
.professionally-speak {
  /* background: #3f3292; */
  background-image: url(../images/testimonial-bg3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin-top: -20%;
  z-index: 1;
  position: relative;
  background-position: center center;
}

.professionally-speak .container {
  padding-top: 24%;
}

.professionally-speak h2 {
  margin-top: 90px;
  color: #fff;
}

/*Services and Solutions*/
.services-solution ul.nav.mobile_view {
  display: none;
}

.services-solution ul.nav.mobile_view .nav-link:hover,
.services-solution ul.nav.mobile_view .nav-link:focus {
  color: #ffffff;
}

.services-solution {
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  z-index: 1;
  position: relative;
}

.services-solution.lazyloaded {
  /* background: #3f3292; */
  background-image: url(../images/testimonial-bg2.svg);
}

.services-solution .row {
  max-width: 960px;
  margin: 0 auto 30px;
}

.services-solution h2 {
  color: #fff;
}

.services-solution ul {
  list-style-type: none;
  padding-left: 0;
}

.services-solution ul.nav {
  margin: 0 50px 0 0;
}

.services-solution ul li {
  margin-bottom: 22px;
}

.services-solution ul li:last-child {
  margin-bottom: 0;
}

.services-solution ul li a {
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.services-solution ul li a:hover,
.services-solution ul li a:focus {
  color: #fff;
}

.services-solution ul.nav-pills li a.active {
  background-color: transparent;
  font-family: 'Roboto-Bold';
}

.services-solution ul li a span:last-child {
  position: relative;
  width: calc(100% - 72px);
}

.services-solution ul li a span:last-child:before {
  content: "";
  left: 0;
  position: absolute;
  bottom: 0;
  width: 0px;
  height: 1px;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.75s;
  opacity: 0;
  background-color: #fff;
}

.services-solution ul li a:hover span:last-child:before,
.services-solution ul li a.active span:last-child:before {
  width: 100%;
  opacity: 1;
}

.services-solution ul li a span:first-child {
  display: inline-block;
  background-image: linear-gradient(-49deg, #3f3292 0%, #534a91 100%);
  border: 1px solid #3f3292;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.30), inset 0 3px 3px 1px rgba(255, 255, 255, 0.50);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 12px;
  font-size: 35px;
  text-align: center;
  line-height: 60px;
}

.services-solution ul li a:hover span:first-child,
.services-solution ul li a.active span:first-child {
  background-image: linear-gradient(-49deg, #444243 0%, #242021 100%);
  border-color: #242021;
}

.services-solution ul li span img {
  padding: 12px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.clipboard-bg {
  background-image: linear-gradient(-36deg, #A29388 2%, #ECE4DE 97%);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.31);
  border-radius: 15px;
  padding: 25px 15px 20px !important;
  position: relative;
}

.clipboard-bg:before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: top left;
  width: 195px;
  height: 195px;
  right: 15px;
  bottom: 20px;
  z-index: 1;
}

.clipboard-bg.lazyloaded:before {
  background-image: url(../images/phone-bg.svg);
}

.clipboard-bg:after {
  position: absolute;
  top: 25px;
  left: 15px;
  right: 15px;
  bottom: 20px;
  content: '';
  background: url(../images/paper-bg.svg) no-repeat top center;
  background-size: cover;
}

.clipboard:before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 40px;
  background-size: 125px auto;
  left: 0;
  top: -15px;
  z-index: 2;
}

.clipboard.lazyloaded:before {
  background-image: url(../images/clipboard-clip.svg);
}

.clipboard {
  color: #242021;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.clipboard .tab-pane ol {
  margin-bottom: 0;
  padding-left: 15px;
  margin-left: 0;
}

.clipboard .tab-pane ol li {
  margin-bottom: 8px;
}

.clipboard .tab-pane ol li:last-child {
  margin-bottom: 0;
}

.clipboard-bg p {
  text-align: left;
  line-height: 28px;
  margin: 0;
}

.clipboard-bg h3 {
  font-family: 'Roboto-Medium', sans-serif;
  font-size: 24px;
  color: #3f3292;
  text-align: center;
  margin-top: 1vw;
  margin-bottom: 1.5vw;
  text-decoration: underline;
}

.clipboard-bg a {
  color: #fff;
  background-image: linear-gradient(-49deg, #1D53DB 0%, #2BADED 100%);
  border: 1px solid #1E56DC;
  transition: 0.3s ease all;
  padding: 0.365vw 0.781vw;
  border-radius: 0.625vw;
  font-size: 0.9vw;
  display: block;
  text-align: center;
  max-width: 160px;
  margin: 0 auto;
  box-shadow: 0 0.365vw 0.781vw 0 rgba(0, 0, 0, .3), inset 0 0.156vw 0.156vw 0.052vw rgba(255, 255, 255, .5);
}

.clipboard-bg a:hover {
  background-image: linear-gradient(-49deg, #2d69ff 0%, #0945ae 100%);
  transition: 0.3s ease all;
  color: #fff;
}

.service_terms_conditions {
  text-align: center;
}

/*Services and Solutions*/

/*Who We Serve*/
.who-we-serve {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #fff;
}

.who-we-serve:before {
  position: absolute;
  content: '';
  background-image: linear-gradient(134deg, #DFE6F6 0%, #9EB6E4 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.who-we-serve:after {
  position: absolute;
  top: 0;
  right: -80px;
  content: '';
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 1440px auto;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.who-we-serve.lazyloaded:after {
  background-image: url(../images/gradient-bg001.svg);
}

.who-we-serve .container {
  max-width: 1075px;
}

.who-we-serve h2,
.who-we-serve .container {
  position: relative;
  z-index: 9;
}

.who-we-serve a {
  margin-bottom: 50px;
  display: block;
}

.who-we-serve a:hover figure figcaption {
  background-image: linear-gradient(180deg, #E6591A 0%, rgba(187, 51, 21, 0.90) 68%);
}

.who-we-serve .serve-figure {
  margin: 0 3% 50px;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.75s;
}

.who-we-serve .serve-figure figure {
  text-align: center;
}

.who-we-serve .serve-figure figure img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100%;
}

.who-we-serve .serve-figure figure figcaption {
  background-image: linear-gradient(180deg, #253A7C 0%, rgba(16, 27, 70, 0.90) 68%);
  border-radius: 50px;
  padding: 25px 40px;
  padding-top: 40%;
  margin-top: -110px;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.who-we-serve .serve-figure:hover {
  margin-top: -20px;
}

.who-we-serve .serve-figure figure figcaption h3 {
  font-size: 24px;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  font-family: 'Roboto-Regular', sans-serif;
}

.who-we-serve .gradient-box {
  padding: 50px;
  color: #242021;
}

.who-we-serve .gradient-box p:last-child
/* .who-we-serve .gradient-box p:nth-last-child(2) */ { 
  font-family: 'Roboto-Light';
  font-style: italic;
}

.who-we-serve .gradient-box figure {
  padding: 0;
  width: 100%;
  height: 100%;
}

.who-we-serve .gradient-box figure img {
  height: 100%;
  object-fit: cover;
}

.who-we-serve .gradient-box:before {
  z-index: -1;
}

.who-we-serve .gradient-box p {
  font-size: 18px;
  line-height: 28px;
}

/*Who We Serve*/



/*Testimonial*/
.testimonial {
  background-image: url(../images/testimonial-bg1.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #fff;
  min-height: 1440px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.testimonial.lazyloaded {
  background-image: url(../images/testimonial-bg1.svg);
}

.testimonial svg,
.blue-overlay svg {
  position: absolute;
  width: 15vw;
  height: 15vw;
}

.blue-overlay {
  overflow: hidden;
}

.blue-overlay svg.left-middle-svg {
  transform: rotate(180deg) translate(0%, 30%);
}

.top-right-svg {
  top: -4vw;
  right: 10vw;
}

.bottom-right-svg {
  bottom: 1vw;
  right: -3vw;
}

.left-top-svg {
  left: -3vw;
  top: 5%;
  transform: translate(0%, -50%);
}

.left-middle-svg {
  left: -3vw;
  top: 50%;
  transform: translate(0%, -50%);
}

.right-middle-svg {
  right: -3vw;
  top: 50%;
  transform: translate(0%, -50%);
}

.testimonial .testimonial-slider {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 819px;
  padding: 0 5%;
}

.testimonial .testimonial-slider:before {
  position: absolute;
  content: '';
  left: 0;
  border: 4px solid #2C58BB;
  border-radius: 150px;
  transform: rotate(45deg);
  width: 100%;
  height: 100%;
}

.testimonial .testimonial-slider blockquote {
  margin: 0 auto 45px;
  max-width: 85%;
}

.testimonial .testimonial-slider blockquote p a:hover,
.privacy-policy .privacy-policy a:hover,
.terms-of-use a:hover {
  color: #3f3292;
}

.testimonial blockquote p {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 30px;
  color: #fff;
  font-family: 'Roboto-Medium', sans-serif;
}

.testimonial blockquote footer h5 {
  font-size: 24px;
  color: #fff;
}

.testimonial blockquote cite {
  display: block;
  font-style: normal;
}

.testimonial .carousel-indicators {
  position: relative;
}

.testimonial .carousel-indicators li {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #5A87C6;
  background-clip: border-box;
  opacity: 1;
  margin: 0 7px;
}

.testimonial .carousel-indicators li.active {
  background-color: #5A87C6;
}

.testimonial .all-reviews-btn {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 45px;
}

a.read-more-testimonial {
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
}

.testimonial .testimonial-image figure {
  width: 170px;
  height: 170px;
  transform: rotate(45deg);
  position: absolute;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 30px;
}

.testimonial .testimonial-image figure img {
  max-width: 230px;
  height: 240px;
  transform: rotate(-45deg);
  margin: -42px 0 0 -40px;
  object-fit: initial;
  border-radius: 0;
}

.testimonial .testimonial-image figure:first-child {
  left: 145px;
  top: -70px;
}

.testimonial .testimonial-image figure:nth-child(2) {
  left: -90px;
  bottom: 160px;
}

.testimonial .testimonial-image figure:nth-child(3) {
  right: 10px;
  bottom: 50px;
}

.testimonial .testimonial-image figure:nth-child(4) {
  right: 0;
  bottom: 50px;
}

.testimonial .testimonial-image figure:nth-child(2) img {
  margin: -42px 0 0 -48px;
}

.testi-fade {
  position: absolute;
  width: 200px;
  height: 200;
  background-color: rgba(7, 14, 119, 1);
  top: 0;
  right: 20vw;
  animation: cometFade 4.5s linear infinite;
}

.testi-fadeout {
  position: absolute;
  width: 200px;
  height: 100px;
  background-color: rgba(8, 26, 125, 1);
  bottom: 0;
  right: -40px;
  animation: cometFadeout 4.5s linear infinite;
  z-index: 2;
}

@keyframes cometFade {
  0% {
    top: 0;
  }

  100% {
    top: 300px;
  }
}

@keyframes cometFadeout {
  0% {
    bottom: 180px;
  }

  100% {
    bottom: 0px;
  }
}

/*Testimonial*/

/*Contact*/
.contact {
  padding: 50px 0;
  background-position: 0% 5%;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgb(222 232 249 / 0.86) 100%, rgb(217 228 248) 65%);
}

.contact .section-heading2 {
  padding-bottom: 10px;
}

.contact form {
  max-width: 90% !important;
  position: relative;
  margin-left: auto !important;
  margin-top: -175px !important;
  background-image: linear-gradient(-36deg, #D9E3F6 2%, #EAF1FD 97%);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.31);
  border-radius: 50px;
  padding: 40px;
  z-index: 1;
}

.contact form:before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50px;
}

.contact.lazyloaded form:before {
  background-image: url(../images/form-bg.svg);
}

.contact form label {
  margin-bottom: 0;
  color: #242021;
  font-size: 16px !important;
  font-family: 'Roboto-Medium', sans-serif;
  font-weight: normal !important;
}

.form-title {
  font-size: 30px;
  color: #3f3292;
  font-family: 'Roboto-Medium', sans-serif;
  margin-bottom: 15px;
}

.contact form .form-control {
  height: 60px;
  border-radius: 20px;
}

.contact form textarea.form-control {
  height: 200px;
  resize: none;
}

.contact form .note {
  font-size: 15px;
  line-height: 22px;
  color: #242021;
  text-align: center;
  margin: 30px 0 17px;
}

.contact form .note a {
  color: #242021;
  text-decoration: underline;
}

.contact form .note a:hover {
  color: #3f3292;
}

.contact .submit-div {
  text-align: center;
}

.contact .submit-div button {
  font-family: 'Roboto-Medium', sans-serif;
  font-size: 1.04vw;
  padding: 0.72vw 3.12vw;
  border-radius: 1.04vw;
}

.contact .contact-details-start p, 
.contact .contact-details-start a {
  font-size: 20px;
  color: #242021;
}

.contact-details-start {
  position: relative;
}

.contact .contact-details-start p a {
  display: inline-block;
  margin-bottom: 16px;
}

.contact .contact-details-start p a {
  margin-bottom: 0;
}

.contact .contact-details-start p a:hover {
  color: #3f3292;
}

.contact form h3 {
  text-align: center;
}

.contact .gform_wrapper {
  margin-top: 0;
}

.contact .gform_wrapper .gform_footer {
  text-align: center;
  padding-top: 5px;
  margin: 0;
}

.contact .gform_wrapper .gform_footer .btn,
.page-template-contact .gform_wrapper .gform_footer .btn {
  border-radius: 15px;
  font-size: 18px;
  margin: 0;
  padding: 18px 50px;
}

/*.page-template-contact .gform_wrapper .gform_footer .btn {
  margin-right: 16px;
}*/
body .gform_wrapper .gfield_required {
  color: #ba0100;
  font-size: 16px;
  padding-left: 0;
  margin-left: 0.208vw;
}

.contact .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

.contact .gform_wrapper ul.gform_fields li.gfield.gf_left_half {
  padding-right: 16px;
}

.contact .gform_wrapper li.gfield.gfield_error,
.contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border-top: 0 none;
  border-bottom: 0 none;
  margin-right: 0 !important;
}

.contact .gform_confirmation_wrapper {
  text-align: center;
  background: #1c295c;
  color: #fff;
  border-radius: 1.04vw;
  font-size: 1.25vw;
  padding: 1vw;
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border-top: 0 none !important;
  border-bottom: 0 none !important;
  margin-top: 0;
  padding: 0 !important;
  background-color: transparent;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #1C295C !important;
}

.gform_wrapper .field_description_below .gfield_description.validation_message {
  padding-top: 5px !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  margin-top: 6px;
}

.gform_wrapper .ginput_container_select {
  position: relative;
}

.gform_wrapper select,
input[type=checkbox],
input[type=radio] {
  background-color: #fff;
}

.gform_wrapper .ginput_container_select:after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  content: "";
  pointer-events: none;
}

.gform_wrapper select {
  appearance: none;
  -webkit-appearance: none;
}

body .daterangepicker .drp-buttons .btn.cancelBtn {
  color: #333;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #333;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
  opacity: 1;
}

/*Contact*/

/*Form*/
.gradient-box .gform_wrapper form {
  position: relative;
  z-index: 1;
}

.gform_wrapper form {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.gform_wrapper form .gform_body li input,
.gform_wrapper form .gform_body li select,
.gform_wrapper form .gform_body li textarea {
  border: 1px solid #748CAF;
  border-radius: 20px;
  padding: 15px !important;
  width: 100%;
}

.gform_wrapper form .gform_body li select {
  padding: 7px 15px !important;
}

.gform_wrapper form .gform_body li input,
.gform_wrapper form .gform_body li select {
  height: 55px;
}

.gform_wrapper form .gform_body li input:focus,
.gform_wrapper form .gform_body li select:focus,
.gform_wrapper form .gform_body li textarea:focus {
  outline: none;
}

.page-template-contact .gform_wrapper form .gform_footer {
  position: absolute;
  right: 0;
  bottom: -15px;
  width: auto;
}

.page-template-contact .gform_wrapper form .gfield.gfield_html {
  max-width: 60%;
  padding-right: 1vw;
}

/*Form*/

/*Back Top Arrow*/
.back-top {
  position: fixed;
  bottom: 80px;
  right: 13px;
  z-index: 9;
  background-color: #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease all;
  box-shadow: 0 0.365vw 0.781vw 0 rgb(0 0 0 / 30%), inset 0 0.156vw 0.156vw 0.052vw rgb(255 255 255 / 50%);
}

.top-arrow {
  width: 45px;
  height: 45px;
  display: inline-block;
  line-height: 40px;
  border-radius: 10px;
  font-size: 20px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  transform: rotate(-90deg);
  top: 1vw;
  vertical-align: middle;
  cursor: pointer;
}

.top-arrow.lazyloaded {
  background-image: url(../images/menu-arrow.svg);
}

.back-top:hover {
  border-radius: 50%;
  transition: 0.3s ease all;
}

.back-top.show {
  opacity: 1;
  visibility: visible;
}

/*Back Top Arrow*/

/*Footer*/
.footer {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 90px 0 39px;
  font-size: 16px;
  position: relative;
}


.footer .container {
  max-width: 768px;
}

.footer:before {
  position: absolute;
  content: '';
  background: #3f3292;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.footer .row {
  margin-bottom: 18px;
}

.footer .row.privacy-policy-row {
  margin-bottom: 7px;
}

.privacy-policy-row img {
  width: 100px;
  height: 68px;
}

.footer .row.privacy-policy-row p {
  margin-bottom: 6px;
}

.footer .logo,
footer .contact-info {
  padding: 0 15px;
}

.footer .logo .navbar-brand {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.footer .logo .navbar-brand img {
  width: 250px;
}

footer .contact-info a {
  color: #3f3292;
}

.footer .contact-info h3 {
  text-align: right;
  font-size: 18px;
  font-family: 'Roboto-Regular', sans-serif;
  color: #242021;
}

.footer .contact-info h3:first-child {
  padding-bottom: 3px;
}

.footer nav ul {
  padding-left: 0;
  list-style-type: none;
}

.footer nav ul li {
  margin-bottom: 8px;
}

.footer nav ul li a {
  color: #1634A7;
}

.footer nav ul li a:hover,
.footer a:hover,
.footer .privacy-policy a:hover,
.footer nav ul li.active a {
  color: #242021 !important;
}

.footer nav h4 {
  color: #1C295C;
  font-family: 'Roboto-Medium', sans-serif;
  font-size: 18px;
  padding-bottom: 2px;
}

.footer nav h4 a {
  color: #1C295C;
}

.footer figure {
  text-align: right;
}

.footer .privacy-policy a {
  color: #3f3292 !important;
  text-decoration: none !important;
  position: relative;
  padding-right: 5px;
}

.footer .privacy-policy a.active {
  color: #242021 !important;
}

.footer .privacy-policy a:last-child {
  padding-left: 8px;
}

.footer .privacy-policy a:last-child:before {
  position: absolute;
  content: '';
  background: #3f3292;
  width: 2px;
  height: 70%;
  left: 0;
  top: 5px;
}

.footer .design-by img {
  max-width: 120px;
  margin-top: -3px;
}

/*Footer*/

/*Inner Pages*/
/*Breadcrumb*/
.breadcrumb-wrapper {
  background-color: #CEDAF7;
}

.breadcrumb-wrapper .breadcrumb {
  padding: 10px 15px;
  background-color: transparent;
  margin-bottom: 0;
}

.breadcrumb-wrapper .breadcrumb li {
  font-size: 14px;
  color: #3f3292;
  padding-left: 4px;
}

.breadcrumb-wrapper .breadcrumb li:first-child {
  padding-left: 0;
}

.breadcrumb-wrapper .breadcrumb li.active {
  font-family: 'Roboto-Medium', sans-serif;
}

.breadcrumb-wrapper .breadcrumb a {
  color: #3f3292;
}

.breadcrumb-wrapper .breadcrumb a:hover {
  color: #242021;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: #3f3292;
}

/*Breadcrumb*/

/*Inner Banner*/
.inner-banner {
  padding-top: 20px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.inner-banner>.container,
.blue-overlay>.container {
  padding-left: 30px;
  padding-right: 30px;
}

.inner-banner .page-heading {
  align-items: center;
  position: relative;
  z-index: 3;
}

.inner-banner .page-heading figure {
  height: 240px;
  width: 240px;
  margin-bottom: -30px;
  margin-left: -15px;
}

.inner-banner .page-heading figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.20);
}

.inner-banner .heading-wrapper {
  text-align: right;
  color: #fff;
}

.inner-banner .heading-wrapper h1,
.inner-banner .heading-wrapper h3 {
  font-size: 50px;
  font-family: 'Roboto-Medium', sans-serif;
  color: #fff;
}

.inner-banner .heading-wrapper h3 {
  font-size: 2.60vw;
  margin-bottom: 0;
}

/*Inner Bannershow-more-testimonial
/*Healthcare Patients*/
.blue-overlay {
  padding-top: 50px;
  background-image: linear-gradient(135deg, #339DFC 0%, #1F0D8E 47%, #1F28B7 86%, #1761D8 100%);
}

.blue-overlay:after {
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  content: '';
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
}

.blue-overlay.lazyloaded:after {
  background-image: url(../images/no-comets-bg.svg);
}

.blue-overlay.pb-12,
.layer-bg.pb-12 {
  padding-bottom: 185px;
}

.blue-overlay .gradient-box {
  padding-bottom: 50px;
}

.page-template-testimonials .inner-banner,
.page-template-covid .inner-banner {
  padding-bottom: 225px;
}

/*Gradient Box*/
.gradient-box {
  background-image: linear-gradient(-40deg, #C0D5FE 0%, #F2F2F2 100%);
  border-radius: 40px;
  padding: 50px 50px 15px;
  position: relative;
  z-index: 1;
}

.gradient-box:before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.gradient-box.lazyloaded:before {
  background-image: url(../images/gradient-bg-overlay.svg);
}

.gradient-box-heading {
  font-size: 28px;
  margin-bottom: 32px;
}

.gradient-box hr+.gradient-box-heading {
  font-size: 24px;
  margin-bottom: 10px;
}

.gradient-box p,
.gradient-box li {
  font-size: 16px;
  text-align: justify;
  margin-bottom: 25px;
  line-height: 24px;
}

.gradient-box figure {
  margin: 0;
  width: 430px;
  float: right;
  padding: 0 0 20px 30px;
}

.gradient-box figure.left-image {
  float: left;
  padding: 5px 30px 20px 0;
  width: 300px;
}

.gradient-box figure.square-pic {
  width: 300px;
  padding: 0 0 20px 30px;
}

.gradient-box figure.full-image {
  width: 100%;
  float: none;
  padding: 0 15px;
  margin-top: 15px;
  position: relative;
}

.gradient-box figure.fig-left {
  float: left;
  padding: 0 30px 20px 0;
}

.gradient-box figure img {
  width: 100%;
  border-radius: 20px;
}

.gradient-box .text-wrapper h3 {
  font-size: 23px;
  padding-bottom: 20px;
}

.gradient-box .text-wrapper p:last-child {
  margin-bottom: 0;
}

.gradient-box hr {
  border-top: 3px solid #BECDDA;
  margin: 1.5vw 0;
}

.gradient-box .gradient-box-subheading {
  font-size: 22px;
  margin-bottom: 15px;
  padding-top: 10px;
  text-align: center;
}

.figure-points figure {
  float: none;
  padding: 0 !important;
  display: flex;
  align-items: flex-start;
  width: 100% !important;
  height: auto;
  margin-bottom: 20px;
}

.figure-points figure img {
  max-width: 200px;
}

.figure-points figure figcaption {
  padding-left: 30px;
}

.figure-points figure figcaption strong {
  font-weight: normal;
  font-family: 'Roboto-Bold';
}

.figure-points figure figcaption p {
  margin-bottom: 8px;
}

.figure-points.sg {
  padding-top: 20px;
  padding-bottom: 15px;
}

.page-heading+.gradient-box .gradient-box-subheading {
  text-align: left;
}

.page-heading+.gradient-box hr>.gradient-box-subheading {
  text-align: center;
}

/*Gradient Box*/

/*Blue White Box*/
.blue-white-box {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #1C295C;
  overflow: hidden;
}

.blue-white-box h4 {
  background: #1C295C;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  margin-bottom: 0;
}

.blue-white-box ul {
  padding: 30px;
  margin-bottom: 0;
  list-style-type: none;
}

.blue-white-box ul li {
  font-size: 16px;
  margin-bottom: 18px;
  position: relative;
  display: block;
}

.blue-white-box ul li figure {
  float: none;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0;
  align-items: center;
  text-align: left;
}

.blue-white-box ul li img {
  width: 24px;
  border-radius: 0;
  margin-right: 20px;
}

/*Blue White Box*/

/*Specialized Solution*/
.layer-bg {
  padding-top: 50px;
  padding-bottom: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  overflow: hidden;
}

.layer-bg.lazyloaded {
  background-image: url(../images/bg-image.png);
}

.layer-bg:before {
  position: absolute;
  content: '';
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 1440px auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: -130px;
}

.layer-bg.lazyloaded:before {
  background-image: url(../images/serve-blue-bg.svg);
}

.layer-bg:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d9e2f4+0,d9e2f4+100&1+65,0+100 */
  background: -moz-linear-gradient(top, rgba(217, 226, 244, 1) 0%, rgba(217, 226, 244, 1) 65%, rgba(217, 226, 244, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(217, 226, 244, 1) 0%, rgba(217, 226, 244, 1) 65%, rgba(217, 226, 244, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(217, 226, 244, 1) 0%, rgba(217, 226, 244, 1) 65%, rgba(217, 226, 244, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9e2f4', endColorstr='#00d9e2f4', GradientType=0);
  /* IE6-9 */

}

.layer-bg.blue-box.pb-12 {
  background-image: none;
  background-color: #d6e0f3;
}

.layer-bg.blue-box.pb-12:before {
  background-size: cover;
  top: 0;
  background-position: 50% 50%;
}

.layer-bg .container {
  position: relative;
  z-index: 1;
}

.heading-image {
  align-items: center;
  padding-bottom: 40px;
}

.pt-30 {
  padding-top: 30px;
}

.heading-image h2 {
  margin-bottom: 18px;
}

.heading-image h3 {
  font-size: 1.56vw;
}

.heading-image p {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.heading-image figure {
  width: 200px;
  height: 200px;
  margin-bottom: 0;
  margin-left: auto;
}

.heading-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.layer-bg .sub-heading {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 33px;
}

.layer-bg .blue-tick li,
.layer-bg .text-wrapper p {
  font-size: 16px;
  text-align: justify;
}

.layer-bg .note {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  padding-bottom: 25px;
}

/*.layer-bg .text-wrapper > [class*="col-"] > .blue-tick {
  margin-bottom: 0;
}*/
/*Specialized Solution*/

/*Flip Box*/
.flip-box-wrapper {
  max-width: 1100px;
  margin: 0 auto !important;
}

.flip-box-wrapper>[class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 40px;
}

.flip-card {
  position: relative;
  width: 100%;
  height: 400px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 40px;
}

.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 40px;
  z-index: 1;
}

.flip-front figure {
  height: 100%;
}

.flip-front figure figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(180deg, #253A7C 0%, rgba(16, 27, 70, 0.90) 68%);
  border-radius: 0 0 40px 40px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flip-front figure figcaption h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
}

.flip-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.flip-back {
  background-color: #fff;
  transform: rotateY(180deg);
  padding: 40px;
  position: relative;
  z-index: 2;
}

.flip-back:before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.flip-back.lazyloaded:before {
  background-image: url(../images/phone-overlay.svg);
}

.flip-back h3 {
  padding-bottom: 2px;
}

.flip-box-wrapper .col-sm-6:hover .flip-card {
  transform: rotateY(180deg);
  cursor: pointer;
}

.flip-box-wrapper .flip-card .flip-back h4 {
  font-size: 1.30vw;
  text-align: center;
}

.flip-box-wrapper .flip-card .flip-back p {
  text-align: left;
  font-size: 16px;
}

.flip-box-wrapper .flip-back .btn {
  position: absolute;
  bottom: 28px;
  padding: 7px 15px;
  font-size: 16px;
  left: 0;
  right: 0;
  width: 133px;
  margin: 0 auto;
  border-radius: 12px;
  z-index: 2;
}

/*Flip Box*/

/*Accordion*/
.accordion {
  display: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/down-arrow.svg);
    transform: rotate(-180deg);
}
.accordion-flush .accordion-item {
  border-radius: 10px;
  margin-bottom: 20px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 10px;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 10px;
  box-shadow: 0 0.182vw 0.364vw 0 rgb(0 0 0 / 20%);
  background-color: #fff;
  color: #3f3292;
  font-family: 'Roboto-Bold';
}
.accordion-body {
  color: #242021;
  font-size: 16px;
}
.accordion-body ol {
  padding-left: 16px;
  margin: 0;
}
.accordion .accordion-div {
  background: #EFF4FE;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #919EB6;
}

.accordion .accordion-div .accordion-header {
  background-color: #EFF4FE;
  border-radius: 10px;
  position: relative;
  margin: -1px;
}

.accordion .accordion-div .accordion-link {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.20);
  padding: 24px 60px 20px 20px;
  border-radius: 10px;
  width: 100%;
  font-family: 'Roboto-Bold';
  color: #3f3292;
  font-size: 18px;
  display: block;
  cursor: pointer;
}

.accordion .accordion-div .accordion-body {
  font-size: 15px;
  line-height: 24px;
  border-top: 0 none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.accordion .accordion-div .accordion-body .card-body {
  color: #242021;
  font-size: 16px;
  padding: 0;
}

.accordion .accordion-div .accordion-body .card-body ul {
  padding-left: 18px;
}

.accordion .accordion-div .accordion-body li,
.accordion .accordion-div .accordion-body p {
  margin-bottom: 15px;
  text-align: justify;
}

.accordion .accordion-div .accordion-link {
  position: relative;
}

.accordion .accordion-div .accordion-link:before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 21px;
  right: 20px;
  transition: 0.3s ease all;
  top: 50%;
  background-image: url(../images/plus.svg);
  transform: translate(-50%, -50%);
}

.accordion .accordion-div .active-acc .accordion-link:before {
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease all;
}

.accordion .accordion-div .active-acc .accordion-link:before {
  background-image: url(../images/minus.svg);
}

/*Accordion*/

/*Blue Tick*/
.blue-tick {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0;
  list-style-type: none;
}

.blue-tick li,
.blue-tick ul li {
  position: relative;
  padding-left: 40px;
  line-height: 24px;
  margin-bottom: 18px;
  text-align: inherit;
}

.blue-tick li:before,
.blue-tick ul li:before {
  position: absolute;
  content: '';
  background: url(../images/blue-tick.svg);
  left: 0;
  width: 24px;
  height: 24px;
  background-size: 24px auto;
  top: 0;
}

.blue-tick ul {
  list-style-type: none;
  margin-top: 15px;
  padding-left: 18px;
}

.blue-tick ul li:before {
  width: 20px;
  height: 20px;
  background-size: 20px;
}

.page-id-361 .page-heading+.gradient-box>[class*="col-"] .blue-tick {
  margin-bottom: 0;
}

/*List in 50%*/
.list-50 .heading {
  font-size: 22px;
  margin-bottom: 20px;
}

.list-50 .blue-tick {
  display: flex;
  flex-wrap: wrap;
  flex-direction: unset;
}

.list-50 .blue-tick li {
  width: 50%;
  color: #1634A7;
  font-size: 16px;
  padding-right: 10px;
}

/*List in 50%*/

/*Partners*/
.partners .partner-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.partners .gradient-box p {
  text-align: center;
}

.partners .partner-logos figure {
  height: auto;
  float: none;
  padding: 0 20px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  width: auto;
}

.partners .partner-logos figure:last-child {
  align-self: center;
}

.partners .partner-logos figure img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 0;
}

/*Partners*/

/*Blue Box*/
.blue-box h3 {
  font-size: 1.829vw;
}

.blue-box p+a {
  font-size: 0.93vw;
  color: #1634A7;
  text-decoration: underline;
}

.blue-box p+a:hover,
.request-demo-page .testimonial .gradient-box a:hover {
  color: #B93115;
}

.blue-box-card {
  background: #1C295C;
  color: #fff;
  font-size: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 20px;
  padding: 35px 40px;
  font-family: 'Roboto-Medium', sans-serif;
  margin: 0;
}

.blue-box-card img {
  width: 25%;
  margin-right: 0;
  flex: 0 0 25%;
  max-width: 100%;
}

.blue-box-card h3 {
  font-size: 80px;
  margin: 0;
  color: #fff;
}

.blue-box-card p {
  margin-bottom: 0;
}

.blue-box-card figcaption {
  width: 72%;
  flex: 0 0 72%;
  max-width: 100%;
  padding-left: 30px;
}

.blue-box p+.viewmore-btn {
  font-size: 16px;
  text-decoration: none;
}

.layer-bg.blue-box.pb-12 .row {
  align-items: center;
}

.layer-bg.blue-box.pb-12 h2 {
  padding-bottom: 8px;
}

/*Blue Box*/

/*Testimonial Box*/
.testimonial-box {
  background: #F2F6FE;
  border-radius: 15px;
  padding: 0 40px 40px;
  margin-bottom: 50px;
  margin-top: 15px;
}

.testimonial-box h3 {
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 18px;
  color: #1C295C;
  margin-bottom: 25px;
  line-height: 28px;
  text-align: justify;
}

.testimonial-box footer h4,
.testimonial-box footer p {
  font-size: 16px;
  margin-bottom: 0;
}

.show-more-btn {
  text-align: center;
}

.show-more-testimonial {
  padding: 15px 0 40px;
}

.show-more-testimonial .btn {
  font-size: 22px;
  min-width: 230px;
}

/*Testimonial Box*/

/*Mission Vision*/
.mission-vision {
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  background-size: cover;
  padding-bottom: 135px;
}

.mission-vision.lazyloaded {
  background-image: url(../images/bg-image.png);
}

.mission-vision:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: 1;
}

.mission-vision:before {
  background-image: url(../images/blue-white-curve.svg);
}

.mission-vision:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(175deg, rgba(238, 238, 238, 0.00) 1%, rgb(183 196 223 / 0.5) 87%);
  left: 0;
  top: 0;
}

.mission-vision .col-sm-6 {
  padding-right: 2vw;
  z-index: 2;
}

.mission-vision h2 {
  text-align: center;
  margin-bottom: 26px;
  font-size: 30px;
}

.mission-vision p {
  font-size: 22px;
  line-height: 32px;
}

.about-benefits {
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
}

.about-benefits:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(146deg, rgba(204, 220, 251, 0.9) 52%, rgba(204, 220, 251, 0.4) 100%);
  top: 0;
  left: 0;
  z-index: -1;
}

.about-benefits .gradient-box-heading {
  text-align: left;
}

.about-benefits .gradient-box-heading:nth-last-child(2) {
  margin-top: 30px;
  margin-bottom: 25px;
}

.page-id-373 .blue-overlay {
  padding-bottom: 50px;
}

.about-benefits p {
  color: #242021;
  font-size: 18px;
  line-height: 28px;
}

.about-benefits .btn {
  margin-top: 15px;
}

.second-block {
  display: block;
  clear: both;
  padding-top: 10px;
}

.single-testimonial .heart-lines {
  margin-top: 0 !important;
}


/*Request Demo*/
.request-demo {
  padding-bottom: 80px;
}

.request-demo p {
  text-align: justify;
}

.request-demo .font-30 {
  font-size: 28px;
  margin-bottom: 25px;
}

.request-demo .blue-tick+h2,
.request-demo p+h2 {
  padding-top: 15px;
}

.request-demo form h2 {
  margin-bottom: 32px;
  text-align: center;
}

.request-demo {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.request-demo.lazyloaded {
  background-image: url(../images/bg-image2.png);
}

.request-demo ul {
  margin-bottom: 15px;
}

.request-demo li,
.request-demo p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

.request-demo-page .gradient-box {
  margin-bottom: 80px;
  padding-bottom: 25px;
}

.request-demo-page .testimonial .gradient-box a,
.request-demo-page .testimonial .gradient-box p {
  color: #333;
}

.request-demo-page .testimonial .gradient-box .gradient-box-heading {
  max-width: 650px;
  margin: 0 auto 32px;
}

.request-demo-page .heart-lines {
  margin-top: 0;
}

.request-demo-page .testimonial .testimonial-slider {
  margin: 110px auto 125px;
}

.heart-lines .container-fluid {
  padding: 0;
}

/*Request Demo*/

/*Ratings*/
.ratings-wrapper {
  width: 60px;
  height: 60px;
  background-image: linear-gradient(-49deg, #1D53DB 0%, #2BADED 100%);
  border-radius: 50%;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.30), inset 0 3px 3px 1px rgba(255, 255, 255, 0.50);
  text-align: center;
  position: relative;
  margin: 0 auto;
  top: -20px;
}

.ratings-wrapper .stars {
  position: relative;
}

.ratings-wrapper .stars span img {
  position: absolute;
  width: 8px;
  height: 8px;
  display: inline-block;
}

.ratings-wrapper .stars span:first-child img {
  left: 8px;
  top: 30px;
}

.ratings-wrapper .stars span:nth-child(2) img {
  left: 14px;
  top: 20px;
}

.ratings-wrapper .stars span:nth-child(3) img {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 12px;
  width: 11px;
  height: 11px;
}

.ratings-wrapper .stars span:nth-child(4) img {
  right: 14px;
  top: 20px;
}

.ratings-wrapper .stars span:nth-child(5) img {
  right: 8px;
  top: 30px;
}

.ratings-wrapper img.like {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 24px;
}

/*Ratings*/

/*Privacy*/
.privacy-policy h1,
.terms-of-use h1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
}

.privacy-policy h2,
.terms-of-use h2 {
  font-size: 20px;
  margin-bottom: 15px;
  padding-top: 20px;
}

.prospeakny-terms-policy p,
.prospeakny-terms-policy li {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.privacy-policy .privacy-policy a,
.terms-of-use a {
  color: #333;
  text-decoration: underline;
}

/*Privacy*/

/*Career Page*/
.career-section {
  margin-bottom: 0;
  padding: 45px 0 50px;
  background: #D9E2F4;
}

.page-template-carrers .heart-lines {
  margin-top: 0;
  padding-top: 30px;
}

.career-section .gradient-box-heading {
  margin-bottom: 10px;
}

.career-section .sub-title {
  text-align: center;
  margin-bottom: 30px;
}

.career-form-box {
  background: #EFF4FE;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #919EB6;
}

.career-section form.carrer-form {
  position: relative;
  font-size: 16px;
}

.career-section form.carrer-form .gform_body .gsection_title {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Roboto-Bold', sans-serif;
}

.gform_wrapper {
  margin: 0 !important;
}

.gform_wrapper .gsection {
  margin: 0 !important;
}

.career-section form.carrer-form label {
  font-size: 16px;
  color: #1C295C;
}

.gform_wrapper label.gfield_label {
  margin-bottom: 8px !important;
}

.gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
  margin: 0;
  font-weight: normal !important;
  font-family: 'Roboto-Medium', sans-serif;
}

.career-section .gform_wrapper form .gform_body li input,
.career-section .gform_wrapper form .gform_body li select,
.career-section .gform_wrapper .gfield_checkbox li label,
.career-section .gform_wrapper .gfield_radio li label {
  font-size: 16px;
}

.career-section .gform_wrapper ul.gfield_radio li {
  position: relative;
}

.career-section .gform_wrapper ul.gfield_radio li input[type="radio"],
.career-section .ginput_container_checkbox input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 10%;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.career-section .gform_wrapper ul.gfield_radio li label,
.career-section .ginput_container_checkbox .gfield_checkbox li label {
  padding: 1px 0 1px 35px;
  position: relative;
}

.career-section .gform_wrapper ul.gfield_radio li label:before,
.career-section .ginput_container_checkbox .gfield_checkbox li label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border: 1px solid #748CAF;
  content: "";
  border-radius: 100%;
}

.career-section .gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label:before,
.career-section .ginput_container_checkbox .gfield_checkbox li input[type="checkbox"]:checked+label:before {
  border: 1px solid #1E64DF;
}

.career-section .gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label:after,
.career-section .ginput_container_checkbox .gfield_checkbox li input[type="checkbox"]:checked+label:after {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 14px;
  height: 14px;
  background: #1E64DF;
  border: 1px solid #1E64DF;
  content: "";
  border-radius: 100%;
}

.gchoice_select_all,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label,
.career-section .ginput_container_checkbox .gfield_checkbox li input[type="checkbox"]:checked+label {
  font-weight: normal !important;
  font-family: 'Roboto-Medium', sans-serif;
}

.career-section .ginput_container_checkbox .gfield_checkbox li input[type="checkbox"]:checked+label:before {
  background: #1E64DF;
}

.career-section .ginput_container_checkbox .gfield_checkbox li label:before {
  border-radius: 5px;
}

.career-section .ginput_container_checkbox .gfield_checkbox li input[type="checkbox"]:checked+label:after {
  top: 4px;
  left: 9px;
  width: 8px;
  height: 14px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(35deg);
  border-radius: 0;
}

.career-section .gf_list_inline input[type="radio"],
.career-section .ginput_container_checkbox input[type="checkbox"] {
  height: auto;
}

.career-section .carrer-form_wrapper form.carrer-form .gfield_html h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  padding-top: 30px;
}

.career-section form .btn {
  min-width: 265px;
  font-size: 22px !important;
  padding: 20px;
}

.career-section .note {
  max-width: 52%;
  font-size: 16px;
  margin: 30px 0;
}

.career-section .gf_list_inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.career-section form.carrer-form .ginput_container_date input.datepicker {
  width: 100%;
}

body .career-section .carrer-form_wrapper form.carrer-form .ginput_container_radio {
  margin-top: 0;
}

body .career-section .carrer-form_wrapper form.carrer-form .ginput_container_radio .gfield_radio li {
  margin-right: 30px;
  margin-bottom: 0;
}

.career-section .gf_list_inline label {
  margin-right: 15px;
}

.career-section .full-part-time.gf_list_inline {
  display: flex;
  flex-wrap: wrap;
}

.career-section .full-part-time.gf_list_inline .ginput_container_radio {
  width: 100%;
}

.career-section .full-part-time.gf_list_inline .gfield_radio li {
  width: 40% !important;
  font-size: 16px;
}

.career-section .gfield-weeks .gfield_checkbox li {
  margin-bottom: 15px !important;
}

.career-section .gf_list_inline.radio-fullwidth {
  display: block;
}

.career-section .note a {
  text-decoration: underline;
  color: #333;
}

.employment-form .form-first-cls h1,
.employment-form .form-first-cls h2 {
  font-size: 26px;
  margin-bottom: 0;
}

body .career-section .gform_footer {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: auto;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*Career Page*/

.contact-form {
  padding-left: 16px;
}

.page-template-contact .contact-form {
  padding-left: 0 !important;
}

.gform_confirmation_wrapper {
  text-align: center;
  padding-left: 0;
  margin-top: 20px;
}

/*404 page*/
.error-page {
  text-align: center;
  padding-bottom: 12vw;
  margin-bottom: 6vw;
}

.error {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0vw;
  color: rgba(0, 0, 0, .02);
  font-size: 25vw;
  text-align: center;
  font-weight: 900;
  font-family: sans-serif;
  pointer-events: none;
}

.error-page img {
  max-width: 30vw;
}

.error-page h2 {
  font-size: 2.34vw;
}

.error-page p {
  font-size: 1.30vw;
}

body .error-page .blue-btn {
  font-size: 1.30vw;
  margin-top: 1vw;
}

/*404 page*/

/*Heart Line Animation*/
.heart-rate {
  position: relative;
  margin: 0px auto;
  overflow: hidden;
  margin-top: 100px;
}

.heart-lines {
  background: #3f3292;
  position: relative;
  text-align: center;
  margin-top: -175px;
  padding: 100px 0 60px;
}

.heart-lines .fade-in {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #3f3292;
  top: 0;
  right: 0;
  animation: heartRateIn 4.5s linear infinite;
}

.heart-lines .fade-out {
  position: absolute;
  width: 120%;
  height: 100%;
  top: 0;
  left: -120%;
  animation: heartRateOut 4.5s linear infinite;
  background: #3f3292;
}

/*Heart Lines*/

.thank-you-page {
  margin-bottom: 6vw;
  text-align: center;
}

.thank-you-page .section-heading {
  margin-bottom: 2vw;
}

@keyframes heartRateIn {
  0% {
    width: 100%;
  }

  50% {
    width: 0%;
  }

  100% {
    width: 0;
  }
}

@keyframes heartRateOut {
  0% {
    left: -120%;
  }

  30% {
    left: -120%;
  }

  100% {
    left: 0;
  }
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes mymove {

  from {

    top: -50%;

  }

  to {

    top: 0;

  }

}

/* Standard syntax */

@keyframes mymove {

  from {

    top: -50%;

  }

  to {

    top: 0;

  }

}



.page-id-288 .layer-bg {
  padding-bottom: 35px;
}

.page-id-288 .layer-bg .sub-heading,
.page-id-288 h5,
.page-id-286 .sub-heading {
  margin-bottom: 10px !important;
}

.layer-bg .text-wrapper .pd-15 {
  padding-bottom: 15px;
}

.layer-bg .text-wrapper .pd-15+.blue-tick {
  margin-bottom: 0;
}

.page-template-covid .gradient-box {
  padding-bottom: 50px;
}

.privacy-policy .heart-lines,
.page-id-47 .heart-lines {
  margin-top: 0;
}

.gform_wrapper form li,
.gform_wrapper li {
  margin-bottom: 8px;
}

body .gform_wrapper textarea.large {
  height: 230px;
}

.page-template-contact .gform_wrapper .note {
  padding-top: 25px;
}

.page-template-contact .gradient-box {
  padding-bottom: 30px;
}

.page-template-contact .heart-lines {
  margin-top: 0 !important;
}

.page-template-request-demo .inner-banner,
.page-template-get-quote .inner-banner {
  padding-bottom: 160px;
}

.page-template-request-demo .testimonial .container>.row,
.page-template-get-quote .testimonial .container>.row {
  padding: 0 15px;
}

body .gform_wrapper ul.gform_fields {
  margin: 0 -15px !important;
}

body .gform_wrapper ul.gform_fields li.gfield {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.grecaptcha-badge {
  opacity: 0 !important;
}

.footer {
  margin-top: -5px;
}

body.privacy-policy {
  background: none;
}

section.privacy-policy {
  padding: 25px 0;
}

.request-demo-page .heart-lines {
  margin-top: -2px !important;
}

/* Career */
.employment-form {
  background-color: #3f3292;
  padding: 80px 0;
  position: relative;
  width: 100%;
  display: inline-block;
}
.employment-form ~ .heart-lines,
.employment-form ~ .heart-lines .heart-rate {
  margin-top: 0;
}
.employment-form ~ .heart-lines {
  padding-top: 0;
}
.employment-form form {
  background-image: linear-gradient(-40deg, #C0D5FE 0%, #F2F2F2 100%);
  padding: 50px;
  border-radius: 2.083vw;
  position: relative;
}
.gform_wrapper.gravity-theme .gsection {
  border-bottom: 1px solid #f1f1f1 !important;
}
.form-first-cls {
    color: #3f3292;
}
.gravity-theme label,
.gfield_label,
.gravity-theme span {
  color: #242021;
}
.education-cls > label,
.availibility-cls > label {
  display: none !important;
}
.form-first-cls {
  font-size: 26px;
  margin-bottom: 20px;
  font-family: 'Roboto-Medium';
}
.gfield_html_formatted ~ .gfield_html_formatted {
  margin-top: 20px;
}
.gravity-theme .gfield-choice-input {
  height: auto;
  width: auto;
}
.gravity-theme input, 
.gravity-theme select {
  height: 55px;
}
.gravity-theme input, 
.gravity-theme select, 
.gravity-theme textarea {
  border: 1px solid #748CAF;
  border-radius: 20px;
  padding: 15px !important;
  width: 100%;
}
.gravity-theme input:focus, 
.gravity-theme select:focus, 
.gravity-theme textarea:focus {
  outline: none;
}
.gravity-theme textarea {
  vertical-align: top;
}
.gravity-theme .gform_button {
  background-image: linear-gradient(-49deg, #6259a6 0%, #3f3292 50%) !important;
  border: 1px solid #3f3292 !important;
  transition: 0.3s ease all;
  box-shadow: 0 0.365vw 0.781vw 0 rgb(0 0 0 / 30%), inset 0 0.156vw 0.156vw 0.052vw rgb(255 255 255 / 50%);
  font-size: 18px;
  padding: 22px 50px !important;
  margin-bottom: 0 !important;
  color: #fff;
  width: auto;
  height: auto;
  font-family: 'Roboto-Medium', sans-serif;
  margin: 0 auto !important;
}
.gravity-theme .gform_button:hover {
  background-image: linear-gradient(-49deg,  #3f3292 0%, #6259a6 80%) !important;
  border-color: #3f3292 !important;
  transition: 0.3s ease all;
  color: #fff;
}
.gravity-theme .gform_footer {
  padding-bottom: 0 !important;
}
.recaptcha {
  font-size: 14px !important;
  text-align: center;
  color: #242021;
}
.recaptcha a {
  color: #242021;
  text-decoration: underline;
}
.recaptcha a:hover {
  color: #3f3292;
  text-decoration: underline;
}
.career-form .gradient-box {
  padding: 50px;
}
.gravity-theme table {
  margin-bottom: 0;
  font-size: 16px;
}
.gravity-theme table th,
.gravity-theme table tr td:first-child {
  color: #242021;
}
.gform_wrapper .gfield_error .gchoice label {
  color: #242021;
}
.gravity-theme table th,
.gravity-theme table td {
  padding: 8px;
}
.career-form .gradient-box hr {
  border-color: #fff;
}
.career-form .form-check .form-check-input {
  height: 20px;
  width: 20px;
  padding: 10px !important;
  margin-top: 7px;
}
.career-form .form-check .form-check-label {
  margin-bottom: 0;
  line-height: 36px;
}
.career-form .form-check-input:focus {
  box-shadow: none;
}

/*  */
body.privacy-policy, 
body.page-id-47,
body.page-id-87,
body.error404 {
  background-image: url(../images/banner-curve.svg);
  background-repeat: no-repeat;
}
.prospeakny-terms-policy header,
.error-page header {
  background-image: none;
  background-color: transparent;
  z-index: auto;
  border: none;
}
.prospeakny-terms-policy header.fixed-header,
.error-page header.fixed-header {
  position: relative;
  background-color: transparent;
  z-index: 9;
}
.error-page h1 {
  font-size: 12vw;
  font-family: 'Roboto-Bold';
}
.prospeakny-terms-policy {
  padding: 80px 0;
  color: #242021;
}
.prospeakny-terms-policy ol {
  padding: 0;
  margin: 0;
}
.prospeakny-terms-policy p,
.prospeakny-terms-policy li {
  margin-bottom: 16px;
}
.prospeakny-terms-policy li {
  list-style-position: inside;
}
.page-id-87 .entry-title {
  display: none;
}
.gform_wrapper .gfield_validation_message, 
.gform_wrapper .validation_message {
  background: transparent !important;
  border: none !important;
  font-size: 14.992px !important;
  margin-top: 0 !important;
  padding: 0 !important;
}
.separater-cls .gsection_title {
  display: none;
}
.phone-btn {
  background-image: linear-gradient(-49deg, #6259a6 0%, #3f3292 50%) !important;
  border: 1px solid #3f3292 !important;
  transition: 0.3s ease all;
  box-shadow: 0 0.365vw 0.781vw 0 rgb(0 0 0 / 30%), inset 0 0.156vw 0.156vw 0.052vw rgb(255 255 255 / 50%);
  font-size: 18px;
  padding: 12px 20px;
  color: #fff;
  font-family: 'Roboto-Medium', sans-serif;
  border-radius: 20px;
  margin-left: 11px;
  line-height: 1;
  display: inline-block;
}
.phone-btn:hover,
.phone-btn:focus {
  background-image: linear-gradient(-49deg, #3f3292 0%, #6259a6 80%) !important;
  border-color: #3f3292 !important;
  transition: 0.3s ease all;
  color: #fff;
}
.gform_wrapper .gform_validation_errors {
  background: #f8d7da !important;
  border-radius: 2.083vw !important;
  width: 100% !important;
}
.gform_wrapper .gform_validation_errors>h2 .gform-icon {
  color: #c02b0a;
}
.gform_ajax_spinner {
  position: absolute;
  top: 60%;
}
.gform_footer {
  position: relative;
}
/* main,
.professionally-speak,
.user-image-wrapper {
  min-height: 100%;
} */
.employment-form .gravity-theme {
  display: block;
}
.gfield-choice-input {
  accent-color: #3f3292;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

  .navbar-brand img,
  .footer .logo .navbar-brand img {
    width: auto;
  }

  .covid-header a.close-btn {
    top: 18px;
  }

  .services-solution {
    margin-top: -24%;
  }

  .services-solution .container {
    padding-top: 28%;
  }

  .testimonial .testimonial-slider {
    display: table;
    margin: 160px auto;
  }

  .testimonial {
    min-height: 1420px;
    margin-top: -42px;
  }

  .testimonial .testimonial-slider .carousel-inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }

  .testimonial .all-reviews-btn {
    margin-top: -110px;
  }

  .contact::before {
    background: rgba(222, 232, 249, 0.86);
  }

  .contact .gform_wrapper .gform_footer .btn,
  .page-template-contact .gform_wrapper .gform_footer .btn {
    padding: 18px 50px !important;
  }

  .contact {
    margin-top: -50px;
    padding: 100px 0 50px 0;
  }

  .testimonial .carousel-indicators {
    position: absolute;
    left: 0;
    bottom: 20%;
  }

  .testimonial .carousel-indicators li {
    display: inline-block;
  }

  .flip-front figure figcaption {
    padding-top: 7%;
  }

  .blue-box-card figcaption {
    width: 66%;
    flex: 0 0 66%;
  }

  .figure-points figure figcaption {
    width: 79%;
    float: right;
  }

  .figure-points figure {
    float: left;
  }

  .figure-points figure img {
    width: 200px;
    float: left;
  }

  .who-we-serve .serve-figure figure figcaption {
    display: table;
    width: 100%;
  }

  .who-we-serve .serve-figure figure figcaption h3 {
    display: table-cell;
    vertical-align: middle;
  }

  .request-demo-page .gradient-box {
    /*margin-bottom:-230px;
    margin-top:50px;*/
  }

  .request-demo-page .testimonial {
    margin-top: 0;
  }

  .breadcrumb-wrapper .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    background: url(../images/breadcrumb-img.png) 40% 65% no-repeat;
  }

  /*.request-demo-page .testimonial .testimonial-slider {
    margin:0 auto;
  }
  .request-demo-page .gradient-box {
    margin-bottom:0;
    padding-bottom: 0;
  }*/
  .request-demo-page .testimonial .testimonial-slider {
    margin: 160px auto 125px auto;
  }

  .testimonial {
    background: #0966bb url(https://3r2nms37lh301cqv1z2c619b-wpengine.netdna-ssl.com/wp-content/themes/notifymd/assets/css/../images/testimonial-bg1.svg) no-repeat top center;
  }

  .testimonial .testimonial-image figure img {
    /*max-width:250px;
    height:250px;*/
  }

  .footer .design-by img {
    max-height: 28px;
  }

  .flip-box-wrapper .col-sm-6:hover .flip-card,
  .flip-back {
    transform: inherit;
  }

  .flip-box-wrapper .col-sm-6:hover .flip-back {
    opacity: 1;
  }

  .flip-back {
    opacity: 0;
  }

  .heart-rate {
    margin-top: 10px;
  }

  header {
    background-image: -ms-linear-gradient(154deg, #dae3f9 23%, #eff1f2 88%);
  }

  html body {
    background: url(../images/banner-curve.png) no-repeat center top;
  }
}
.gform_wrapper{
   display:block !important;
}