/* Color system */
/* Transition */
/* FontFamily */
/* Font Size */
/* Media Query Break Point START */
/* Media Query Break Point START */
/* Media Query Break Point END */
@font-face {
  font-family: 'Causten Semi';
  src: url("../fonts/causten/Causten-SemiBold.eot");
  src: url("../fonts/causten/Causten-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/causten/Causten-SemiBold.woff2") format("woff2"), url("../fonts/causten/Causten-SemiBold.woff") format("woff"), url("../fonts/causten/Causten-SemiBold.ttf") format("truetype"), url("../fonts/causten/Causten-SemiBold.svg#Causten-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Causten';
  src: url("../fonts/causten/Causten-Bold.eot");
  src: url("../fonts/causten/Causten-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/causten/Causten-Bold.woff2") format("woff2"), url("../fonts/causten/Causten-Bold.woff") format("woff"), url("../fonts/causten/Causten-Bold.ttf") format("truetype"), url("../fonts/causten/Causten-Bold.svg#Causten-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Causten';
  src: url("../fonts/causten/Causten-Medium.eot");
  src: url("../fonts/causten/Causten-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/causten/Causten-Medium.woff2") format("woff2"), url("../fonts/causten/Causten-Medium.woff") format("woff"), url("../fonts/causten/Causten-Medium.ttf") format("truetype"), url("../fonts/causten/Causten-Medium.svg#Causten-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Causten';
  src: url("../fonts/causten/Causten-Light.eot");
  src: url("../fonts/causten/Causten-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/causten/Causten-Light.woff2") format("woff2"), url("../fonts/causten/Causten-Light.woff") format("woff"), url("../fonts/causten/Causten-Light.ttf") format("truetype"), url("../fonts/causten/Causten-Light.svg#Causten-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Causten';
  src: url("../fonts/causten/Causten-Regular.eot");
  src: url("../fonts/causten/Causten-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/causten/Causten-Regular.woff2") format("woff2"), url("../fonts/causten/Causten-Regular.woff") format("woff"), url("../fonts/causten/Causten-Regular.ttf") format("truetype"), url("../fonts/causten/Causten-Regular.svg#Causten-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Causten Extra';
  src: url("../fonts/causten/Causten-ExtraBold.eot");
  src: url("../fonts/causten/Causten-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/causten/Causten-ExtraBold.woff2") format("woff2"), url("../fonts/causten/Causten-ExtraBold.woff") format("woff"), url("../fonts/causten/Causten-ExtraBold.ttf") format("truetype"), url("../fonts/causten/Causten-ExtraBold.svg#Causten-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Causten";
  font-weight: 400;
  font-size: 18px;
  color: #707070;
  line-height: 27px;
}

@media only screen and (min-width: 1366px) {
  .container {
    max-width: 1350px;
  }
}

@media only screen and (min-width: 992px) {
  .container.container-inner {
    max-width: 830px;
  }
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.gray-bg {
  background-color: #F5F7FA;
}

.darkblue-bg {
  background-color: #200849;
}

.text-green {
  color: #38BB9F;
}

.green-btn {
  border-radius: 50rem;
  background-color: #38BB9F;
  color: #ffffff;
  padding: 15px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  border: 1px solid transparent;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 575px) {
  .green-btn {
    font-size: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.green-btn:hover, .green-btn:focus, .green-btn:active {
  background-color: #ffffff;
  color: #38BB9F;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: -6px 14px 12px 2px rgba(32, 8, 73, 0.13);
          box-shadow: -6px 14px 12px 2px rgba(32, 8, 73, 0.13);
}

.green-btn:hover svg path, .green-btn:focus svg path, .green-btn:active svg path {
  stroke: #38BB9F;
}

.green-btn span {
  margin-right: 6px;
}

@media only screen and (max-width: 767px) {
  .green-btn svg {
    width: 15px;
  }
}

.green-btn svg path {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.owl-nav .owl-prev:hover span:before, .owl-nav .owl-next:hover span:before {
  background-color: #38BB9F;
  border-color: #38BB9F;
}

.owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.owl-nav .owl-prev span, .owl-nav .owl-next span {
  font-size: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.owl-nav .owl-prev span:before, .owl-nav .owl-next span:before {
  content: "";
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 49px;
  width: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50rem;
  border: 1px solid #200849;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.owl-nav .owl-prev {
  left: -50px;
}

@media only screen and (max-width: 1500px) {
  .owl-nav .owl-prev {
    left: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .owl-nav .owl-prev {
    left: -25px;
  }
}

@media only screen and (max-width: 991px) {
  .owl-nav .owl-prev {
    left: -35px;
  }
}

@media only screen and (max-width: 767px) {
  .owl-nav .owl-prev {
    left: -12px;
  }
}

.owl-nav .owl-prev:hover span:before {
  background-image: url(../images/arrow-right.svg);
}

.owl-nav .owl-prev span:before {
  background-image: url(../images/arrow-right-dark.svg);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.owl-nav .owl-next {
  right: -50px;
}

@media only screen and (max-width: 1500px) {
  .owl-nav .owl-next {
    right: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .owl-nav .owl-next {
    right: -25px;
  }
}

@media only screen and (max-width: 991px) {
  .owl-nav .owl-next {
    right: -35px;
  }
}

@media only screen and (max-width: 767px) {
  .owl-nav .owl-next {
    right: -12px;
  }
}

.owl-nav .owl-next:hover span:before {
  background-image: url(../images/arrow-right.svg);
}

.owl-nav .owl-next span:before {
  background-image: url(../images/arrow-right-dark.svg);
}

header {
  background-color: transparent;
  position: relative;
  z-index: 9;
}

header.purple-header {
  background-color: #653494;
}

header.purple-header .header-top-bar-block {
  background-color: rgba(32, 8, 73, 0.2);
}

header.purple-header .header-top-bar-block .top-contact-box a {
  color: #E3E1FF;
}

header.purple-header .header-top-bar-block .top-contact-box a:hover {
  color: #ffffff;
}

header.purple-header .header-top-bar-block .top-contact-box a:hover svg circle {
  stroke: #ffffff;
}

header.purple-header .header-top-bar-block .top-contact-box a:hover svg path {
  stroke: #ffffff;
}

header.purple-header .header-top-bar-block .top-contact-box a svg circle {
  stroke: #B77FBE;
}

header.purple-header .header-top-bar-block .top-contact-box a svg path {
  stroke: #B77FBE;
}

header.purple-header .header-main .header-menu.navbar .header-logo img.dark-logo {
  display: none;
}

header.purple-header .header-main .header-menu.navbar .header-logo img.light-logo {
  display: block;
}

header.purple-header .header-main .header-menu.navbar .navbar-toggler:before, header.purple-header .header-main .header-menu.navbar .navbar-toggler:after, header.purple-header .header-main .header-menu.navbar .navbar-toggler span {
  background-color: #E3E1FF;
}

header.purple-header .header-main .header-menu.navbar .navbar-toggler span:before {
  background-color: #E3E1FF;
}

@media only screen and (min-width: 992px) {
  header.purple-header .header-main .header-menu.navbar .navbar-collapse .navbar-nav li.nav-item.nav-get-started-btn .nav-link:hover, header.purple-header .header-main .header-menu.navbar .navbar-collapse .navbar-nav li.nav-item.nav-get-started-btn .nav-link.active {
    background-color: #200849;
    color: #ffffff;
  }
}

@media only screen and (min-width: 992px) {
  header.purple-header .header-main .header-menu.navbar .navbar-collapse .navbar-nav li.nav-item .nav-link {
    color: rgba(227, 225, 255, 0.85);
  }
}

@media only screen and (min-width: 992px) {
  header.purple-header .header-main .header-menu.navbar .navbar-collapse .navbar-nav li.nav-item .nav-link:hover, header.purple-header .header-main .header-menu.navbar .navbar-collapse .navbar-nav li.nav-item .nav-link.active {
    color: #ffffff;
  }
}

header.graphic-header {
  position: relative;
  z-index: 1;
  background-color: transparent;
}

header .header-top-bar-block {
  background-color: rgba(109, 114, 120, 0.06);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  header .header-top-bar-block {
    display: none;
  }
}

header .header-top-bar-block .top-contact-box {
  padding: 5px 0;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(109, 114, 120, 0.27);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

header .header-top-bar-block .top-contact-box a {
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  color: #200849;
  padding: 0 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 370px) {
  header .header-top-bar-block .top-contact-box a {
    padding: 0 20px;
  }
}

header .header-top-bar-block .top-contact-box a:hover {
  color: #653494;
}

header .header-top-bar-block .top-contact-box a:hover svg circle {
  stroke: #653494;
}

header .header-top-bar-block .top-contact-box a:hover svg path {
  stroke: #653494;
}

header .header-top-bar-block .top-contact-box a.client-login-link {
  padding-right: 0;
}

header .header-top-bar-block .top-contact-box a svg {
  margin: 0 8px 0 5px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

header .header-top-bar-block .top-contact-box a svg circle {
  stroke: #200849;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

header .header-top-bar-block .top-contact-box a svg path {
  stroke: #200849;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

header .header-main .header-menu.navbar {
  height: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  header .header-main .header-menu.navbar {
    height: 82px;
  }
}

header .header-main .header-menu.navbar .header-logo {
  padding: 15px 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 575px) {
  header .header-main .header-menu.navbar .header-logo {
    padding: 15px 0;
  }
}

header .header-main .header-menu.navbar .header-logo img {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  header .header-main .header-menu.navbar .header-logo img {
    max-width: 150px;
  }
}

header .header-main .header-menu.navbar .header-logo img.dark-logo {
  display: block;
}

header .header-main .header-menu.navbar .header-logo img.light-logo {
  display: none;
}

header .header-main .header-menu.navbar .navbar-toggler {
  margin-top: 0px;
  position: relative;
  padding: 0;
  right: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  margin-left: auto;
  z-index: 1100;
  cursor: pointer;
  width: 30px;
  height: 21px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 575px) {
  header .header-main .header-menu.navbar .navbar-toggler {
    margin-top: 0px;
  }
}

header .header-main .header-menu.navbar .navbar-toggler:before, header .header-main .header-menu.navbar .navbar-toggler:after, header .header-main .header-menu.navbar .navbar-toggler span {
  height: 3px;
  position: absolute;
  display: block;
  background-color: #E3E1FF;
  pointer-events: none;
}

header .header-main .header-menu.navbar .navbar-toggler:before, header .header-main .header-menu.navbar .navbar-toggler:after {
  content: '';
  -webkit-transition: 350ms width 350ms ease;
  transition: 350ms width 350ms ease;
  width: 100%;
  border-radius: 20px;
}

header .header-main .header-menu.navbar .navbar-toggler:before {
  bottom: 0;
  right: 0;
}

header .header-main .header-menu.navbar .navbar-toggler:after {
  top: 0;
  left: 0;
}

header .header-main .header-menu.navbar .navbar-toggler span {
  top: 50%;
  width: 100%;
  margin-top: -1.5px;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  border-radius: 20px;
}

header .header-main .header-menu.navbar .navbar-toggler span:before {
  content: '';
  background-color: #E3E1FF;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  z-index: 1;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  border-radius: 20px;
  opacity: 0;
}

header .header-main .header-menu.navbar .navbar-toggler[aria-expanded="true"]:before, header .header-main .header-menu.navbar .navbar-toggler[aria-expanded="true"]:after {
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  width: 0;
}

header .header-main .header-menu.navbar .navbar-toggler[aria-expanded="true"]:before {
  right: 0;
}

header .header-main .header-menu.navbar .navbar-toggler[aria-expanded="true"]:after {
  left: 0;
}

header .header-main .header-menu.navbar .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: 350ms transform 350ms ease, 350ms -webkit-transform 350ms ease;
}

header .header-main .header-menu.navbar .navbar-toggler[aria-expanded="true"] span:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: 350ms transform 350ms ease, 350ms -webkit-transform 350ms ease;
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  header .header-main .header-menu.navbar .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #f6f7f7;
    height: 100% !important;
    min-width: 350px;
    -webkit-transform: translateX(-370px);
            transform: translateX(-370px);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 991px) {
  header .header-main .header-menu.navbar .navbar-collapse.show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media only screen and (max-width: 450px) {
  header .header-main .header-menu.navbar .navbar-collapse.show {
    min-width: 240px;
  }
}

header .header-main .header-menu.navbar .navbar-collapse .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 991px) {
  header .header-main .header-menu.navbar .navbar-collapse .navbar-nav {
    width: 100%;
    overflow-y: auto;
    padding: 0.5rem 0 2rem;
  }
}

header .header-main .header-menu.navbar .navbar-collapse .navbar-nav li.nav-item {
  margin: 0 30px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  header .header-main .header-menu.navbar .navbar-collapse .navbar-nav li.nav-item {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  header .header-main .header-menu.navbar .navbar-collapse .navbar-nav li.nav-item {
    margin: 0;
    width: 100%;
  }
}

header .header-main .header-menu.navbar .navbar-collapse .navbar-nav li.nav-item:first-child {
  margin-left: 0;
}

header .header-main .header-menu.navbar .navbar-collapse .navbar-nav li.nav-item:last-child {
  margin-right: 0;
}

header .header-main .header-menu.navbar .navbar-collapse .navbar-nav li.nav-item.nav-get-started-btn {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  header .header-main .header-menu.navbar .navbar-collapse .navbar-nav li.nav-item.nav-get-started-btn {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
  }
}

header .header-main .header-menu.navbar .navbar-collapse .navbar-nav li.nav-item.nav-get-started-btn .nav-link {
  width: 137px;
  border-radius: 50rem;
  background-color: #38BB9F;
  color: #ffffff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
}

@media only screen and (max-width: 991px) {
  header .header-main .header-menu.navbar .navbar-collapse .navbar-nav li.nav-item.nav-get-started-btn .nav-link {
    padding: 6px 4px;
  }
}

header .header-main .header-menu.navbar .navbar-collapse .navbar-nav li.nav-item.nav-get-started-btn .nav-link:hover, header .header-main .header-menu.navbar .navbar-collapse .navbar-nav li.nav-item.nav-get-started-btn .nav-link.active {
  background-color: #653494;
  color: #ffffff;
}

header .header-main .header-menu.navbar .navbar-collapse .navbar-nav li.nav-item.nav-get-started-btn .nav-link span {
  margin-right: 10px;
}

header .header-main .header-menu.navbar .navbar-collapse .navbar-nav li.nav-item .nav-link {
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 26px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  header .header-main .header-menu.navbar .navbar-collapse .navbar-nav li.nav-item .nav-link {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  header .header-main .header-menu.navbar .navbar-collapse .navbar-nav li.nav-item .nav-link {
    padding: 15px 25px;
    width: 100%;
    border-left: 5px solid transparent;
    background-color: transparent;
  }
}

header .header-main .header-menu.navbar .navbar-collapse .navbar-nav li.nav-item .nav-link:hover, header .header-main .header-menu.navbar .navbar-collapse .navbar-nav li.nav-item .nav-link.active {
  color: #653494;
}

@media only screen and (max-width: 991px) {
  header .header-main .header-menu.navbar .navbar-collapse .navbar-nav li.nav-item .nav-link:hover, header .header-main .header-menu.navbar .navbar-collapse .navbar-nav li.nav-item .nav-link.active {
    color: #653494;
    border-left-color: #653494;
    background-color: rgba(109, 114, 120, 0.06);
  }
}

.home-banner-section {
  position: relative;
  background-image: url(../images/home-banner-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  background-color: #653494;
  min-height: calc(100vh - 137px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (min-width: 1600px) {
  .home-banner-section {
    background-position: 620px top;
  }
}

@media only screen and (min-width: 2000px) {
  .home-banner-section {
    background-position: 620px top;
  }
}

@media only screen and (max-width: 1599px) {
  .home-banner-section {
    background-position: 480px;
  }
}

@media only screen and (max-width: 1400px) {
  .home-banner-section {
    background-position: 340px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-banner-section {
    background-position: 570px;
    min-height: calc(100vh - 125px);
  }
}

@media only screen and (max-width: 991px) {
  .home-banner-section {
    background-position: 320px;
    min-height: calc(100vh - 82px);
  }
}

@media only screen and (max-width: 767px) {
  .home-banner-section {
    background-image: none;
    min-height: auto;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.home-banner-section:after {
  content: "";
  height: 100%;
  width: 47%;
  background-color: #653494;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .home-banner-section:after {
    opacity: 1;
  }
}

@media only screen and (max-width: 991px) {
  .home-banner-section:after {
    width: 57%;
  }
}

@media only screen and (max-width: 767px) {
  .home-banner-section:after {
    width: 100%;
    display: none;
  }
}

.home-banner-section .banner-content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 40%;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .home-banner-section .banner-content-block {
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .home-banner-section .banner-content-block {
    max-width: 80%;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.home-banner-section .banner-content-block .bnr-cat {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #38BB9F;
  margin-bottom: 15px;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .home-banner-section .banner-content-block .bnr-cat {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .home-banner-section .banner-content-block .bnr-cat {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 575px) {
  .home-banner-section .banner-content-block .bnr-cat {
    font-size: 15px;
  }
}

.home-banner-section .banner-content-block .bnr-title {
  font-size: 65px;
  font-weight: bold;
  line-height: 70px;
  color: #ffffff;
  margin-bottom: 40px;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .home-banner-section .banner-content-block .bnr-title {
    font-size: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .home-banner-section .banner-content-block .bnr-title {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .home-banner-section .banner-content-block .bnr-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 370px) {
  .home-banner-section .banner-content-block .bnr-title {
    font-size: 36px;
  }
}

.home-banner-section .banner-content-block .bnr-title span {
  position: relative;
  white-space: nowrap;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.home-banner-section .banner-content-block .bnr-title span:before {
  content: "";
  background-image: url(../images/green-round-mark.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -16px;
  left: -27px;
  height: 87px;
  width: 522px;
  background-size: contain;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .home-banner-section .banner-content-block .bnr-title span:before {
    left: -22px;
    width: 410px;
  }
}

@media only screen and (max-width: 767px) {
  .home-banner-section .banner-content-block .bnr-title span:before {
    left: -15px;
    top: -10px;
    width: 350px;
  }
}

@media only screen and (max-width: 575px) {
  .home-banner-section .banner-content-block .bnr-title span:before {
    left: -13px;
    top: -9px;
    width: 300px;
    height: 64px;
  }
}

@media only screen and (max-width: 370px) {
  .home-banner-section .banner-content-block .bnr-title span:before {
    width: 294px;
    height: 54px;
  }
}

.home-banner-section .banner-content-block .bnr-subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
  display: block;
  margin-bottom: 52px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .home-banner-section .banner-content-block .bnr-subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .home-banner-section .banner-content-block .bnr-subtitle {
    font-size: 16px;
    line-height: 22px;
    width: 60%;
  }
}

@media only screen and (max-width: 575px) {
  .home-banner-section .banner-content-block .bnr-subtitle {
    margin-bottom: 24px;
    width: 70%;
  }
}

@media only screen and (max-width: 450px) {
  .home-banner-section .banner-content-block .bnr-subtitle {
    width: 90%;
  }
}

.home-banner-section .banner-content-block .bnr-btn {
  border-radius: 50rem;
  background-color: #38BB9F;
  color: #ffffff;
  padding: 15px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  border: 1px solid transparent;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 177px;
}

@media only screen and (max-width: 575px) {
  .home-banner-section .banner-content-block .bnr-btn {
    font-size: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.home-banner-section .banner-content-block .bnr-btn:hover, .home-banner-section .banner-content-block .bnr-btn:focus, .home-banner-section .banner-content-block .bnr-btn:active {
  background-color: #ffffff;
  color: #38BB9F;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: -6px 14px 12px 2px rgba(32, 8, 73, 0.13);
          box-shadow: -6px 14px 12px 2px rgba(32, 8, 73, 0.13);
}

.home-banner-section .banner-content-block .bnr-btn:hover svg path, .home-banner-section .banner-content-block .bnr-btn:focus svg path, .home-banner-section .banner-content-block .bnr-btn:active svg path {
  stroke: #38BB9F;
}

.home-banner-section .banner-content-block .bnr-btn span {
  margin-right: 6px;
}

@media only screen and (max-width: 767px) {
  .home-banner-section .banner-content-block .bnr-btn svg {
    width: 15px;
  }
}

.home-banner-section .banner-content-block .bnr-btn svg path {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .home-banner-section .banner-content-block .bnr-btn {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .home-banner-section .banner-content-block .bnr-btn {
    width: 128px;
  }
}

.home-banner-section .banner-img-block img {
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.usp-section {
  position: relative;
  background-color: #38BB9F;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 575px) {
  .usp-section {
    padding: 25px;
  }
}

@media only screen and (max-width: 370px) {
  .usp-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.usp-section .left-box {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (min-width: 576px) {
  .usp-section .left-box .usp-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.usp-section .center-box {
  border-left: 2px solid rgba(248, 248, 243, 0.48);
  border-right: 2px solid rgba(248, 248, 243, 0.48);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 575px) {
  .usp-section .center-box {
    border: none;
  }
}

.usp-section .center-box .usp-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.usp-section .right-box {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (min-width: 576px) {
  .usp-section .right-box .usp-box {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.usp-section .usp-box {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .usp-section .usp-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 575px) {
  .usp-section .usp-box {
    padding: 0px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 188px;
    margin: 5px auto;
  }
}

.usp-section .usp-box .usp-icon {
  margin-right: 18px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .usp-section .usp-box .usp-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .usp-section .usp-box .usp-icon {
    margin-right: 10px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .usp-section .usp-box .usp-icon svg {
    height: 32px;
    width: 32px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media only screen and (max-width: 575px) {
  .usp-section .usp-box .usp-icon svg {
    height: 29px;
    width: 29px;
  }
}

.usp-section .usp-box .usp-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #ffffff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .usp-section .usp-box .usp-text {
    font-size: 20px;
    line-height: normal;
  }
}

@media only screen and (max-width: 991px) {
  .usp-section .usp-box .usp-text {
    font-size: 18px;
    line-height: normal;
  }
}

@media only screen and (max-width: 767px) {
  .usp-section .usp-box .usp-text {
    font-size: 15px;
  }
}

.content-section {
  position: relative;
  padding: 160px 0;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .content-section {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 991px) {
  .content-section {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 767px) {
  .content-section {
    padding-top: 50px;
  }
}

.content-section .section-primary-heading {
  font-size: 49px;
  font-weight: bold;
  line-height: 51px;
  color: #653494;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  margin-bottom: 48px;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .content-section .section-primary-heading {
    font-size: 42px;
    line-height: normal;
  }
}

@media only screen and (max-width: 991px) {
  .content-section .section-primary-heading {
    font-size: 38px;
  }
}

@media only screen and (max-width: 575px) {
  .content-section .section-primary-heading {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .content-section .section-primary-heading {
    margin-bottom: 38px;
  }
}

@media only screen and (max-width: 575px) {
  .content-section .section-primary-heading {
    margin-bottom: 32px;
  }
}

.content-section .content-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #707070;
  max-width: 58%;
  margin: 0 auto;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1400px) {
  .content-section .content-text {
    max-width: 80%;
  }
}

@media only screen and (max-width: 991px) {
  .content-section .content-text {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .content-section .content-text {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 575px) {
  .content-section .content-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.content-section .content-text p {
  margin-bottom: 10px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.content-section .content-text p:last-child {
  margin-bottom: 0;
}

.usp-card-section {
  position: relative;
  padding: 140px 0 160px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .usp-card-section {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 991px) {
  .usp-card-section {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .usp-card-section {
    padding: 50px 40px 75px;
  }
}

@media only screen and (max-width: 370px) {
  .usp-card-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.usp-card-section .section-primary-heading {
  font-size: 49px;
  font-weight: bold;
  line-height: 51px;
  color: #653494;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  margin-bottom: 68px;
  text-align: center;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .usp-card-section .section-primary-heading {
    font-size: 42px;
    line-height: normal;
  }
}

@media only screen and (max-width: 991px) {
  .usp-card-section .section-primary-heading {
    font-size: 38px;
  }
}

@media only screen and (max-width: 575px) {
  .usp-card-section .section-primary-heading {
    font-size: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .usp-card-section .section-primary-heading {
    margin-bottom: 48px;
    padding: 0 80px;
  }
}

@media only screen and (max-width: 575px) {
  .usp-card-section .section-primary-heading {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 370px) {
  .usp-card-section .section-primary-heading {
    padding: 0 30px;
  }
}

.usp-card-section .card-box {
  background-color: #ffffff;
  padding: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0 15px;
  min-height: 475px;
  height: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1365px) {
  .usp-card-section .card-box {
    padding: 60px 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .usp-card-section .card-box {
    margin: 0;
    padding: 45px;
    min-height: 425px;
  }
}

@media only screen and (max-width: 991px) {
  .usp-card-section .card-box {
    min-height: inherit;
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .usp-card-section .card-box {
    min-height: auto;
    padding: 45px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 575px) {
  .usp-card-section .card-box {
    min-height: 334px;
  }
}

.usp-card-section .card-box:hover {
  background-color: #38BB9F;
}

.usp-card-section .card-box:hover .heading, .usp-card-section .card-box:hover p {
  color: #ffffff;
}

.usp-card-section .card-box .card-img-box {
  margin-bottom: 40px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .usp-card-section .card-box .card-img-box {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .usp-card-section .card-box .card-img-box {
    margin-bottom: 25px;
  }
}

.usp-card-section .card-box .card-img-box img {
  height: 127px;
}

.usp-card-section .card-box .heading {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  color: #38BB9F;
  margin-bottom: 25px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .usp-card-section .card-box .heading {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .usp-card-section .card-box .heading {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .usp-card-section .card-box .heading {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .usp-card-section .card-box .heading {
    font-size: 26px;
    margin-bottom: 12px;
  }
}

.usp-card-section .card-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.85);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .usp-card-section .card-box p {
    max-width: 75%;
  }
}

@media only screen and (max-width: 575px) {
  .usp-card-section .card-box p {
    font-size: 16px;
    line-height: 24px;
    color: #707070;
  }
}

@media only screen and (max-width: 370px) {
  .usp-card-section .card-box p {
    max-width: 100%;
  }
}

.proceed-section {
  position: relative;
  padding: 115px 0 160px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .proceed-section {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 991px) {
  .proceed-section {
    padding: 80px 0;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .proceed-section {
    padding: 80px 40px 90px;
  }
}

@media only screen and (max-width: 370px) {
  .proceed-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.proceed-section .proceed-content-box h2 {
  font-size: 55px;
  font-weight: bold;
  line-height: 51px;
  color: #38BB9F;
  margin-bottom: 40px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1365px) {
  .proceed-section .proceed-content-box h2 {
    font-size: 50px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .proceed-section .proceed-content-box h2 {
    font-size: 45px;
    line-height: 46px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .proceed-section .proceed-content-box h2 {
    font-size: 38px;
    line-height: 39px;
  }
}

@media only screen and (max-width: 767px) {
  .proceed-section .proceed-content-box h2 {
    font-size: 34px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .proceed-section .proceed-content-box h2 {
    font-size: 30px;
    line-height: 32px;
  }
}

.proceed-section .proceed-content-box p {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 50px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .proceed-section .proceed-content-box p {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .proceed-section .proceed-content-box p {
    font-size: 20px;
    line-height: 28pxpx;
  }
}

@media only screen and (max-width: 575px) {
  .proceed-section .proceed-content-box p {
    font-size: 16px;
    line-height: 24px;
  }
}

.proceed-section .proceed-content-box .button-box p {
  font-size: 22px;
  font-weight: 500;
  line-height: 31px;
  color: #38BB9F;
  margin-bottom: 24px;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .proceed-section .proceed-content-box .button-box p {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.proceed-section .proceed-content-box .button-box .login-btn {
  border-radius: 50rem;
  background-color: #38BB9F;
  color: #ffffff;
  padding: 15px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  border: 1px solid transparent;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 177px;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 575px) {
  .proceed-section .proceed-content-box .button-box .login-btn {
    font-size: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.proceed-section .proceed-content-box .button-box .login-btn:hover, .proceed-section .proceed-content-box .button-box .login-btn:focus, .proceed-section .proceed-content-box .button-box .login-btn:active {
  background-color: #ffffff;
  color: #38BB9F;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: -6px 14px 12px 2px rgba(32, 8, 73, 0.13);
          box-shadow: -6px 14px 12px 2px rgba(32, 8, 73, 0.13);
}

.proceed-section .proceed-content-box .button-box .login-btn:hover svg path, .proceed-section .proceed-content-box .button-box .login-btn:focus svg path, .proceed-section .proceed-content-box .button-box .login-btn:active svg path {
  stroke: #38BB9F;
}

.proceed-section .proceed-content-box .button-box .login-btn span {
  margin-right: 6px;
}

@media only screen and (max-width: 767px) {
  .proceed-section .proceed-content-box .button-box .login-btn svg {
    width: 15px;
  }
}

.proceed-section .proceed-content-box .button-box .login-btn svg path {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .proceed-section .proceed-content-box .button-box .login-btn {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 575px) {
  .proceed-section .proceed-content-box .button-box .login-btn {
    width: 128px;
  }
}

.pay-tomorrow-section {
  position: relative;
  padding: 140px 0 120px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .pay-tomorrow-section {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 991px) {
  .pay-tomorrow-section {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .pay-tomorrow-section {
    padding: 50px 40px 75px;
  }
}

@media only screen and (max-width: 370px) {
  .pay-tomorrow-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.pay-tomorrow-section .section-heading {
  font-size: 50px;
  font-weight: bold;
  line-height: 51px;
  color: #653494;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: relative;
  text-align: center;
  margin-bottom: 130px;
}

@media only screen and (max-width: 1199px) {
  .pay-tomorrow-section .section-heading {
    font-size: 42px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 991px) {
  .pay-tomorrow-section .section-heading {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .pay-tomorrow-section .section-heading {
    margin-bottom: 80px;
  }
}

.pay-tomorrow-section .section-heading span {
  position: relative;
  padding: 0 15px;
  white-space: nowrap;
}

.pay-tomorrow-section .section-heading span:before {
  content: "";
  background-image: url(../images/green-round-mark1.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -11px;
  left: -5px;
  height: 67px;
  width: 110%;
  background-size: contain;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.pay-tomorrow-section .card-box {
  position: relative;
  margin: 0 10px;
  height: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .pay-tomorrow-section .card-box {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .pay-tomorrow-section .card-box {
    background-color: rgba(109, 114, 120, 0.06);
    margin-top: 30px;
  }
}

.pay-tomorrow-section .card-box.card-box1 .img-box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.pay-tomorrow-section .card-box.card-box1 .img-box img {
  max-height: 305px;
}

.pay-tomorrow-section .card-box .count {
  font-size: 40px;
  font-family: "Causten Semi";
  font-weight: 600;
  color: #ffffff;
  background-color: #200849;
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .pay-tomorrow-section .card-box .count {
    width: 56px;
    min-width: 56px;
    height: 56px;
    font-size: 35px;
    top: -28px;
  }
}

@media only screen and (max-width: 767px) {
  .pay-tomorrow-section .card-box .count {
    background-color: #D7F1EC;
    color: #38BB9F;
  }
}

.pay-tomorrow-section .card-box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f2f4ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f4ff), to(#ffffff));
  background: linear-gradient(to bottom, #f2f4ff 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f4ff', endColorstr='#ffffff',GradientType=0 );
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  height: 370px;
  padding: 70px 0 40px;
}

@media only screen and (max-width: 1199px) {
  .pay-tomorrow-section .card-box .img-box {
    height: 330px;
  }
}

@media only screen and (max-width: 991px) {
  .pay-tomorrow-section .card-box .img-box {
    height: 245px;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .pay-tomorrow-section .card-box .img-box {
    height: 350px;
    padding-top: 50px;
    background: none;
  }
}

@media only screen and (max-width: 370px) {
  .pay-tomorrow-section .card-box .img-box {
    height: 300px;
  }
}

.pay-tomorrow-section .card-box .img-box img {
  max-height: 230px;
  width: 80%;
}

.pay-tomorrow-section .card-box .card-text {
  padding: 70px 40px 60px;
  height: 322px;
  margin-top: -30px;
  text-align: center;
  background-color: #F2F4FF;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1365px) {
  .pay-tomorrow-section .card-box .card-text {
    height: 350px;
  }
}

@media only screen and (max-width: 1199px) {
  .pay-tomorrow-section .card-box .card-text {
    height: 280px;
    padding: 50px 40px 40px;
  }
}

@media only screen and (max-width: 991px) {
  .pay-tomorrow-section .card-box .card-text {
    height: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .pay-tomorrow-section .card-box .card-text {
    padding-left: 40px;
    padding-right: 40px;
    min-height: 200px;
    height: auto;
    background-color: transparent;
  }
}

.pay-tomorrow-section .card-box .card-text .heading {
  font-size: 50px;
  font-weight: bold;
  line-height: 51px;
  color: #38BB9F;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
  .pay-tomorrow-section .card-box .card-text .heading {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .pay-tomorrow-section .card-box .card-text .heading {
    font-size: 30px;
    line-height: 32px;
  }
}

.pay-tomorrow-section .card-box .card-text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #707070;
  margin-bottom: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .pay-tomorrow-section .card-box .card-text p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .pay-tomorrow-section .card-box .card-text p {
    font-size: 16px;
  }
}

.pay-tomorrow-section .button-block {
  margin-top: 60px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-align: center;
}

@media only screen and (max-width: 575px) {
  .pay-tomorrow-section .button-block {
    margin-top: 48px;
  }
}

.pay-tomorrow-section .button-block .hiw-btn {
  border-radius: 50rem;
  background-color: #4A2E98;
  color: #ffffff;
  padding: 15px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  border: 1px solid transparent;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 214px;
  margin: 0 auto;
}

@media only screen and (max-width: 575px) {
  .pay-tomorrow-section .button-block .hiw-btn {
    font-size: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.pay-tomorrow-section .button-block .hiw-btn:hover, .pay-tomorrow-section .button-block .hiw-btn:focus, .pay-tomorrow-section .button-block .hiw-btn:active {
  background-color: #653494;
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: -6px 14px 12px 2px rgba(32, 8, 73, 0.13);
          box-shadow: -6px 14px 12px 2px rgba(32, 8, 73, 0.13);
}

.pay-tomorrow-section .button-block .hiw-btn:hover svg path, .pay-tomorrow-section .button-block .hiw-btn:focus svg path, .pay-tomorrow-section .button-block .hiw-btn:active svg path {
  stroke: #ffffff;
}

.pay-tomorrow-section .button-block .hiw-btn span {
  margin-right: 6px;
}

@media only screen and (max-width: 767px) {
  .pay-tomorrow-section .button-block .hiw-btn svg {
    width: 15px;
  }
}

.pay-tomorrow-section .button-block .hiw-btn svg path {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 575px) {
  .pay-tomorrow-section .button-block .hiw-btn {
    width: 158px;
  }
}

.pay-tomorrow-section .pay-tomorrow-slider .owl-nav .owl-prev, .pay-tomorrow-section .pay-tomorrow-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.pay-tomorrow-section .pay-tomorrow-slider .owl-nav .owl-prev:hover span:before, .pay-tomorrow-section .pay-tomorrow-slider .owl-nav .owl-next:hover span:before {
  background-color: transparent;
  border-color: transparent;
}

.pay-tomorrow-section .pay-tomorrow-slider .owl-nav .owl-prev.disabled, .pay-tomorrow-section .pay-tomorrow-slider .owl-nav .owl-next.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.pay-tomorrow-section .pay-tomorrow-slider .owl-nav .owl-prev span, .pay-tomorrow-section .pay-tomorrow-slider .owl-nav .owl-next span {
  font-size: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.pay-tomorrow-section .pay-tomorrow-slider .owl-nav .owl-prev span:before, .pay-tomorrow-section .pay-tomorrow-slider .owl-nav .owl-next span:before {
  content: "";
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50rem;
  border: 1px solid transparent;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .pay-tomorrow-section .pay-tomorrow-slider .owl-nav .owl-prev {
    left: -30px;
  }
}

@media only screen and (max-width: 370px) {
  .pay-tomorrow-section .pay-tomorrow-slider .owl-nav .owl-prev {
    left: 0px;
  }
}

.pay-tomorrow-section .pay-tomorrow-slider .owl-nav .owl-prev:hover span:before {
  background-image: url(../images/chevron-arrow-left.svg);
}

.pay-tomorrow-section .pay-tomorrow-slider .owl-nav .owl-prev span:before {
  background-image: url(../images/chevron-arrow-left.svg);
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

@media only screen and (max-width: 767px) {
  .pay-tomorrow-section .pay-tomorrow-slider .owl-nav .owl-next {
    right: -30px;
  }
}

@media only screen and (max-width: 370px) {
  .pay-tomorrow-section .pay-tomorrow-slider .owl-nav .owl-next {
    right: 0px;
  }
}

.pay-tomorrow-section .pay-tomorrow-slider .owl-nav .owl-next:hover span:before {
  background-image: url(../images/chevron-arrow-right.svg);
}

.pay-tomorrow-section .pay-tomorrow-slider .owl-nav .owl-next span:before {
  background-image: url(../images/chevron-arrow-right.svg);
}

.trusted-partner-section {
  position: relative;
  padding: 120px 0 140px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .trusted-partner-section {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 991px) {
  .trusted-partner-section {
    padding: 80px 0;
  }
}

.trusted-partner-section.payroll-trusted-partner-section .section-heading {
  color: #38BB9F;
}

.trusted-partner-section.payroll-trusted-partner-section .partner-slider-block {
  max-width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .trusted-partner-section.payroll-trusted-partner-section .partner-slider-block {
    max-width: 75%;
  }
}

@media only screen and (max-width: 370px) {
  .trusted-partner-section.payroll-trusted-partner-section .partner-slider-block {
    max-width: 90%;
  }
}

@media only screen and (max-width: 1500px) {
  .trusted-partner-section.payroll-trusted-partner-section .partner-slider-block .partner-slider .owl-nav .owl-prev {
    left: -70px;
  }
}

@media only screen and (max-width: 767px) {
  .trusted-partner-section.payroll-trusted-partner-section .partner-slider-block .partner-slider .owl-nav .owl-prev {
    left: -12px;
  }
}

@media only screen and (max-width: 1500px) {
  .trusted-partner-section.payroll-trusted-partner-section .partner-slider-block .partner-slider .owl-nav .owl-next {
    right: -70px;
  }
}

@media only screen and (max-width: 767px) {
  .trusted-partner-section.payroll-trusted-partner-section .partner-slider-block .partner-slider .owl-nav .owl-next {
    right: -12px;
  }
}

.trusted-partner-section .section-heading {
  font-size: 40px;
  font-weight: bold;
  line-height: 45px;
  color: #4A2E98;
  margin-bottom: 80px;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .trusted-partner-section .section-heading {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .trusted-partner-section .section-heading {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .trusted-partner-section .section-heading {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 40px;
  }
}

.trusted-partner-section .partner-slider-block {
  margin-bottom: 80px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .trusted-partner-section .partner-slider-block {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .trusted-partner-section .partner-slider-block {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .trusted-partner-section .partner-slider-block {
    max-width: 75%;
    margin: 0 auto 40px;
  }
}

@media only screen and (max-width: 370px) {
  .trusted-partner-section .partner-slider-block {
    max-width: 90%;
  }
}

.trusted-partner-section .partner-slider-block .partner-slider {
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (min-width: 992px) {
  .trusted-partner-section .partner-slider-block .partner-slider {
    padding: 0 60px;
  }
}

.trusted-partner-section .partner-slider-block .partner-slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.trusted-partner-section .partner-slider-block .partner-slider .owl-stage .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.trusted-partner-section .partner-slider-block .partner-slider .owl-nav .owl-prev, .trusted-partner-section .partner-slider-block .partner-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.trusted-partner-section .partner-slider-block .partner-slider .owl-nav .owl-prev:hover span:before, .trusted-partner-section .partner-slider-block .partner-slider .owl-nav .owl-next:hover span:before {
  background-color: #38BB9F;
  border-color: #38BB9F;
}

.trusted-partner-section .partner-slider-block .partner-slider .owl-nav .owl-prev span, .trusted-partner-section .partner-slider-block .partner-slider .owl-nav .owl-next span {
  font-size: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.trusted-partner-section .partner-slider-block .partner-slider .owl-nav .owl-prev span:before, .trusted-partner-section .partner-slider-block .partner-slider .owl-nav .owl-next span:before {
  content: "";
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 49px;
  width: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50rem;
  border: 1px solid #200849;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.trusted-partner-section .partner-slider-block .partner-slider .owl-nav .owl-prev {
  left: -50px;
}

@media only screen and (max-width: 1500px) {
  .trusted-partner-section .partner-slider-block .partner-slider .owl-nav .owl-prev {
    left: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .trusted-partner-section .partner-slider-block .partner-slider .owl-nav .owl-prev {
    left: -25px;
  }
}

@media only screen and (max-width: 991px) {
  .trusted-partner-section .partner-slider-block .partner-slider .owl-nav .owl-prev {
    left: -35px;
  }
}

@media only screen and (max-width: 767px) {
  .trusted-partner-section .partner-slider-block .partner-slider .owl-nav .owl-prev {
    left: -12px;
  }
}

.trusted-partner-section .partner-slider-block .partner-slider .owl-nav .owl-prev:hover span:before {
  background-image: url(../images/arrow-right.svg);
}

.trusted-partner-section .partner-slider-block .partner-slider .owl-nav .owl-prev span:before {
  background-image: url(../images/arrow-right-dark.svg);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.trusted-partner-section .partner-slider-block .partner-slider .owl-nav .owl-next {
  right: -50px;
}

@media only screen and (max-width: 1500px) {
  .trusted-partner-section .partner-slider-block .partner-slider .owl-nav .owl-next {
    right: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .trusted-partner-section .partner-slider-block .partner-slider .owl-nav .owl-next {
    right: -25px;
  }
}

@media only screen and (max-width: 991px) {
  .trusted-partner-section .partner-slider-block .partner-slider .owl-nav .owl-next {
    right: -35px;
  }
}

@media only screen and (max-width: 767px) {
  .trusted-partner-section .partner-slider-block .partner-slider .owl-nav .owl-next {
    right: -12px;
  }
}

.trusted-partner-section .partner-slider-block .partner-slider .owl-nav .owl-next:hover span:before {
  background-image: url(../images/arrow-right.svg);
}

.trusted-partner-section .partner-slider-block .partner-slider .owl-nav .owl-next span:before {
  background-image: url(../images/arrow-right-dark.svg);
}

.trusted-partner-section .button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 575px) {
  .trusted-partner-section .button-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.trusted-partner-section .button-block .payro-process-btn {
  font-size: 22px;
  font-family: "Causten Semi";
  font-weight: 600;
  line-height: 28px;
  color: #200849;
  margin-right: 30px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .trusted-partner-section .button-block .payro-process-btn {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .trusted-partner-section .button-block .payro-process-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.trusted-partner-section .button-block .partner-payro-btn {
  border-radius: 50rem;
  background-color: #200849;
  color: #ffffff;
  padding: 15px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  border: 1px solid transparent;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 247px;
}

@media only screen and (max-width: 575px) {
  .trusted-partner-section .button-block .partner-payro-btn {
    font-size: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.trusted-partner-section .button-block .partner-payro-btn:hover, .trusted-partner-section .button-block .partner-payro-btn:focus, .trusted-partner-section .button-block .partner-payro-btn:active {
  background-color: #653494;
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: -6px 14px 12px 2px rgba(32, 8, 73, 0.13);
          box-shadow: -6px 14px 12px 2px rgba(32, 8, 73, 0.13);
}

.trusted-partner-section .button-block .partner-payro-btn:hover svg path, .trusted-partner-section .button-block .partner-payro-btn:focus svg path, .trusted-partner-section .button-block .partner-payro-btn:active svg path {
  stroke: #ffffff;
}

.trusted-partner-section .button-block .partner-payro-btn span {
  margin-right: 6px;
}

@media only screen and (max-width: 767px) {
  .trusted-partner-section .button-block .partner-payro-btn svg {
    width: 15px;
  }
}

.trusted-partner-section .button-block .partner-payro-btn svg path {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 575px) {
  .trusted-partner-section .button-block .partner-payro-btn {
    width: 189px;
  }
}

.testimonial-section {
  position: relative;
  padding: 130px 0 60px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .testimonial-section {
    padding: 100px 0 50px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial-section {
    padding: 80px 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-section {
    padding: 80px 40px 40px;
  }
}

@media only screen and (max-width: 370px) {
  .testimonial-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.testimonial-section .section-heading {
  font-size: 40px;
  font-weight: bold;
  line-height: 45px;
  color: #200849;
  margin-bottom: 60px;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .testimonial-section .section-heading {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial-section .section-heading {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-section .section-heading {
    font-size: 36px;
  }
}

.testimonial-section .section-heading:before {
  content: "";
  background-image: url(../images/quote-img.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -5px;
  width: 96px;
  height: 85px;
  z-index: -1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.testimonial-section .testimonial-slider-block .testimonial-slider .testimonial-slide {
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.testimonial-section .testimonial-slider-block .testimonial-slider .testimonial-slide .testimonial-content {
  width: 50%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.58);
  margin-bottom: 25px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .testimonial-section .testimonial-slider-block .testimonial-slider .testimonial-slide .testimonial-content {
    width: 75%;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-section .testimonial-slider-block .testimonial-slider .testimonial-slide .testimonial-content {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
  }
}

.testimonial-section .testimonial-slider-block .testimonial-slider .testimonial-slide .client-info {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #200849;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .testimonial-section .testimonial-slider-block .testimonial-slider .testimonial-slide .client-info {
    font-size: 16px;
    line-height: 20px;
  }
}

.testimonial-section .testimonial-slider-block .testimonial-slider .testimonial-slide .client-info strong {
  font-family: "Causten Semi";
  font-weight: 600;
}

.testimonial-section .testimonial-slider-block .testimonial-slider .owl-dots {
  text-align: center;
  margin-top: 50px;
}

@media only screen and (max-width: 991px) {
  .testimonial-section .testimonial-slider-block .testimonial-slider .owl-dots {
    margin-top: 30px;
  }
}

.testimonial-section .testimonial-slider-block .testimonial-slider .owl-dots .owl-dot {
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #d7d9da;
  margin: 0 15px;
}

.testimonial-section .testimonial-slider-block .testimonial-slider .owl-dots .owl-dot.active {
  background-color: #bfbfbf;
  border-color: #bfbfbf;
}

.contact-section {
  position: relative;
  padding: 60px 0 60px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .contact-section {
    padding: 40px 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-section {
    padding-bottom: 66px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 370px) {
  .contact-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.contact-section.hiw-contact-section {
  margin-top: -200px;
}

@media only screen and (max-width: 991px) {
  .contact-section.hiw-contact-section {
    margin-top: -130px;
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact-section.hiw-contact-section {
    margin-top: -60px;
    padding-bottom: 40px;
  }
}

.contact-section .mobile-contact-block {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .contact-section .mobile-contact-block {
    background-color: #653494;
    padding: 40px 50px;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-section .mobile-contact-block .apply-online-block, .contact-section .mobile-contact-block .give-call-block {
    border-radius: 0;
    background-color: transparent;
    min-height: auto;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact-section .mobile-contact-block .apply-online-block {
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(227, 225, 255, 0.33);
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-section .mobile-contact-block .apply-online-block strong {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-section .mobile-contact-block .apply-online-block strong {
    font-size: 22px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-section .mobile-contact-block .apply-online-block .get-start-btn {
    width: 147px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-section .mobile-contact-block .give-call-block strong {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-section .mobile-contact-block .give-call-block strong {
    font-size: 22px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-section .mobile-contact-block .give-call-block a {
    color: #ffffff;
    font-size: 32px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-section .mobile-contact-block .give-call-block a {
    font-size: 27px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-section .mobile-contact-block .give-call-block span {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-section .mobile-contact-block .give-call-block span {
    font-size: 16px;
  }
}

.contact-section .apply-online-block {
  background-color: #653494;
  min-height: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  border-radius: 5px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.contact-section .apply-online-block strong {
  font-size: 36px;
  font-weight: 600;
  line-height: 32px;
  font-family: "Causten Semi";
  color: #ffffff;
  margin-bottom: 40px;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.contact-section .apply-online-block .get-start-btn {
  border-radius: 50rem;
  background-color: #38BB9F;
  color: #ffffff;
  padding: 15px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  border: 1px solid transparent;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 215px;
}

@media only screen and (max-width: 575px) {
  .contact-section .apply-online-block .get-start-btn {
    font-size: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.contact-section .apply-online-block .get-start-btn:hover, .contact-section .apply-online-block .get-start-btn:focus, .contact-section .apply-online-block .get-start-btn:active {
  background-color: #ffffff;
  color: #38BB9F;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: -6px 14px 12px 2px rgba(32, 8, 73, 0.13);
          box-shadow: -6px 14px 12px 2px rgba(32, 8, 73, 0.13);
}

.contact-section .apply-online-block .get-start-btn:hover svg path, .contact-section .apply-online-block .get-start-btn:focus svg path, .contact-section .apply-online-block .get-start-btn:active svg path {
  stroke: #38BB9F;
}

.contact-section .apply-online-block .get-start-btn span {
  margin-right: 6px;
}

@media only screen and (max-width: 767px) {
  .contact-section .apply-online-block .get-start-btn svg {
    width: 15px;
  }
}

.contact-section .apply-online-block .get-start-btn svg path {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.contact-section .give-call-block {
  background-color: rgba(210, 196, 224, 0.7);
  min-height: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  border-radius: 0px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.contact-section .give-call-block strong {
  font-size: 36px;
  font-weight: 600;
  line-height: 32px;
  font-family: "Causten Semi";
  color: #653494;
  margin-bottom: 25px;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.contact-section .give-call-block a {
  font-size: 42px;
  font-weight: bold;
  line-height: 34px;
  color: #200849;
  margin-bottom: 5px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .contact-section .give-call-block a {
    font-size: 34px;
  }
}

.contact-section .give-call-block span {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  color: #200849;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.newsletter-section {
  position: relative;
  padding: 60px 0 180px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .newsletter-section {
    padding: 40px 0 100px;
  }
}

@media only screen and (max-width: 991px) {
  .newsletter-section {
    padding: 40px 0 60px;
  }
}

@media only screen and (max-width: 575px) {
  .newsletter-section {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 370px) {
  .newsletter-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.newsletter-section.hiw-newsletter-section {
  padding-bottom: 150px;
}

@media only screen and (max-width: 1199px) {
  .newsletter-section.hiw-newsletter-section {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .newsletter-section.hiw-newsletter-section {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .newsletter-section.hiw-newsletter-section .form-inline .form-group {
    margin-bottom: 0;
    width: 100%;
    max-width: 767px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
}

@media only screen and (min-width: 768px) {
  .newsletter-section.hiw-newsletter-section .form-inline .form-group input.form-control {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding-right: 210px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
}

@media only screen and (min-width: 768px) {
  .newsletter-section.hiw-newsletter-section .form-inline .form-group input.form-control::-webkit-input-placeholder {
    color: rgba(109, 114, 120, 0.57);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .newsletter-section.hiw-newsletter-section .form-inline .form-group input.form-control:-ms-input-placeholder {
    color: rgba(109, 114, 120, 0.57);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .newsletter-section.hiw-newsletter-section .form-inline .form-group input.form-control::-ms-input-placeholder {
    color: rgba(109, 114, 120, 0.57);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .newsletter-section.hiw-newsletter-section .form-inline .form-group input.form-control::placeholder {
    color: rgba(109, 114, 120, 0.57);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
}

@media only screen and (min-width: 768px) {
  .newsletter-section.hiw-newsletter-section .form-inline button {
    height: 60px;
    width: 208px;
    border-radius: 5px;
    margin-left: -208px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
}

@media only screen and (min-width: 768px) {
  .newsletter-section.hiw-newsletter-section .form-inline button:hover {
    -webkit-transform: inherit;
            transform: inherit;
    border-color: #653494;
    background-color: #653494;
    color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.newsletter-section .section-heading {
  font-size: 36px;
  font-weight: 600;
  line-height: 32px;
  font-family: "Causten Semi";
  color: #653494;
  margin-bottom: 16px;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .newsletter-section .section-heading {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .newsletter-section .section-heading {
    font-size: 25px;
    line-height: 28px;
    padding: 0 20px;
  }
}

.newsletter-section p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #6D7278;
  margin-bottom: 36px;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .newsletter-section p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .newsletter-section p {
    font-size: 14px;
    line-height: 18px;
    padding: 0 50px;
  }
}

.newsletter-section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newsletter-section form .form-group {
  width: 100%;
}

.newsletter-section form .form-group input.form-control {
  display: inline-block;
  vertical-align: middle;
}

.newsletter-section form .subscribe-form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.newsletter-section form .subscribe-form-button .wpcf7-spinner {
  position: absolute;
  right: -75px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.newsletter-section .form-inline .form-group, .newsletter-section form .form-group {
  margin-bottom: 0;
  width: calc(100% - 325px);
  max-width: 620px;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .newsletter-section .form-inline .form-group, .newsletter-section form .form-group {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
}

.newsletter-section .form-inline .form-group input.form-control, .newsletter-section form .form-group input.form-control {
  background-color: rgba(0, 0, 0, 0.07);
  border-radius: 50rem;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 60px;
  border: none;
  padding: 5px 30px;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .newsletter-section .form-inline .form-group input.form-control, .newsletter-section form .form-group input.form-control {
    height: 45px;
    font-size: 15px;
    padding-left: 20px;
    background-color: transparent;
    border: 1px solid rgba(112, 112, 112, 0.47);
  }
}

.newsletter-section .form-inline .form-group input.form-control::-webkit-input-placeholder, .newsletter-section form .form-group input.form-control::-webkit-input-placeholder {
  color: rgba(109, 114, 120, 0.57);
}

.newsletter-section .form-inline .form-group input.form-control:-ms-input-placeholder, .newsletter-section form .form-group input.form-control:-ms-input-placeholder {
  color: rgba(109, 114, 120, 0.57);
}

.newsletter-section .form-inline .form-group input.form-control::-ms-input-placeholder, .newsletter-section form .form-group input.form-control::-ms-input-placeholder {
  color: rgba(109, 114, 120, 0.57);
}

.newsletter-section .form-inline .form-group input.form-control::placeholder, .newsletter-section form .form-group input.form-control::placeholder {
  color: rgba(109, 114, 120, 0.57);
}

.newsletter-section .form-inline .form-group .wpcf7-not-valid-tip, .newsletter-section form .form-group .wpcf7-not-valid-tip {
  position: absolute;
  top: 42px;
  left: 30px;
}

@media only screen and (max-width: 767px) {
  .newsletter-section .form-inline .form-group .wpcf7-not-valid-tip, .newsletter-section form .form-group .wpcf7-not-valid-tip {
    position: static;
    text-align: center;
  }
}

.newsletter-section .form-inline button, .newsletter-section .form-inline input[type="submit"], .newsletter-section form button, .newsletter-section form input[type="submit"] {
  height: 60px;
  width: 208px;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .newsletter-section .form-inline button, .newsletter-section .form-inline input[type="submit"], .newsletter-section form button, .newsletter-section form input[type="submit"] {
    width: 147px;
    height: 33px;
    font-size: 15px;
    padding: 0;
  }
}

.newsletter-section .form-inline button:hover, .newsletter-section .form-inline input[type="submit"]:hover, .newsletter-section form button:hover, .newsletter-section form input[type="submit"]:hover {
  background-color: #653494;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .newsletter-section .form-inline button svg, .newsletter-section .form-inline input[type="submit"] svg, .newsletter-section form button svg, .newsletter-section form input[type="submit"] svg {
    width: 15px;
  }
}

.newsletter-section .form-inline .wpcf7-response-output, .newsletter-section form .wpcf7-response-output {
  text-align: center;
}

footer {
  position: relative;
  padding: 90px 0 78px;
  background-color: #200849;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  footer {
    padding: 60px 0 40px;
  }
}

@media only screen and (max-width: 991px) {
  footer {
    padding: 50px 0 20px;
  }
}

footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

footer .footer-main {
  margin-bottom: 20px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 575px) {
  footer .footer-main {
    text-align: center;
  }
}

footer .footer-main .footer-link-block .footer-link-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Causten Semi";
  color: #E7E8E9;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  margin-bottom: 25px;
  display: block;
}

@media only screen and (max-width: 575px) {
  footer .footer-main .footer-link-block .footer-link-heading {
    display: none;
  }
}

footer .footer-main .footer-link-block a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(231, 232, 233, 0.7);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: relative;
  display: block;
}

footer .footer-main .footer-link-block a:hover {
  color: #ffffff;
}

footer .footer-main .footer-link-block .address {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(231, 232, 233, 0.7);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: relative;
}

footer .footer-main .footer-link-block ul.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 38px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 575px) {
  footer .footer-main .footer-link-block ul.social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .footer-main .footer-link-block ul.social-links li.social-icon {
  margin-right: 9px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

footer .footer-main .footer-link-block ul.social-links li.social-icon:last-child {
  margin-right: 0;
}

footer .footer-main .footer-link-block ul.social-links li.social-icon a {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px solid rgba(231, 232, 233, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

footer .footer-main .footer-link-block ul.social-links li.social-icon a:hover {
  border-color: #ffffff;
}

footer .footer-main .footer-link-block ul.social-links li.social-icon a:hover svg path {
  fill: #ffffff;
}

footer .footer-main .footer-link-block ul.social-links li.social-icon a svg path {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

footer .footer-main .footer-link-block ul.footer-links li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(231, 232, 233, 0.7);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: relative;
}

footer .footer-main .footer-link-block ul.footer-links li a:hover {
  color: #ffffff;
}

footer .footer-main .proud-member-block .heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(231, 232, 233, 0.7);
  display: block;
  margin-bottom: 25px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 575px) {
  footer .footer-main .proud-member-block .proud-member-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .footer-main .proud-member-block .proud-member-box a {
  margin-right: 30px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 575px) {
  footer .footer-main .proud-member-block .proud-member-box a {
    margin-right: 0;
  }
}

footer .footer-main .proud-member-block .proud-member-box a:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 575px) {
  footer .footer-main .proud-member-block .proud-member-box a:last-child {
    margin-right: 25px;
  }
}

footer .footer-copyright-block .copyright-text {
  border-top: 1px solid rgba(231, 232, 233, 0.4);
  padding-top: 16px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 575px) {
  footer .footer-copyright-block .copyright-text {
    text-align: center;
    padding-top: 0;
    border-top-color: transparent;
  }
}

footer .footer-copyright-block .copyright-text small {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(231, 232, 233, 0.7);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 575px) {
  footer .footer-copyright-block .copyright-text small {
    font-size: 14px;
  }
}

footer .footer-copyright-block .copyright-text small a {
  color: rgba(231, 232, 233, 0.7);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

footer .footer-copyright-block .copyright-text small a:hover {
  color: #ffffff;
}

.payroll-funding-section {
  position: relative;
  background-color: #653494;
  min-height: calc(100vh - 137px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0;
  margin-top: -1px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .payroll-funding-section {
    min-height: calc(100vh - 125px);
    padding: 60px 0;
  }
}

@media only screen and (max-width: 991px) {
  .payroll-funding-section {
    min-height: calc(100vh - 82px);
    padding: 40px 0 60px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 991px) {
  .payroll-funding-section {
    padding: 40px 34px 60px;
  }
}

@media only screen and (max-width: 370px) {
  .payroll-funding-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.payroll-funding-section .section-title {
  font-size: 70px;
  font-weight: bold;
  line-height: 75px;
  color: #38BB9F;
  max-width: 60%;
  margin: 0 auto 45px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .payroll-funding-section .section-title {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .payroll-funding-section .section-title {
    font-size: 50px;
    line-height: 50px;
    max-width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .payroll-funding-section .section-title {
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .payroll-funding-section .section-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 370px) {
  .payroll-funding-section .section-title {
    font-size: 36px;
  }
}

.payroll-funding-section .section-subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  display: block;
  margin-bottom: 50px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  margin-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
  .payroll-funding-section .section-subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .payroll-funding-section .section-subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .payroll-funding-section .section-subtitle {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .payroll-funding-section .section-subtitle {
    margin-bottom: 42px;
  }
}

.payroll-funding-section .payroll-card-box {
  background-color: #ffffff;
  border-radius: 6px;
  min-height: 305px;
  margin: 0 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .payroll-funding-section .payroll-card-box {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .payroll-funding-section .payroll-card-box {
    min-height: auto;
  }
}

.payroll-funding-section .payroll-card-box .heading {
  min-height: 97px;
  background-color: #38BB9F;
  color: #653494;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  font-weight: 600;
  font-family: "Causten Semi";
  line-height: 32px;
  margin-bottom: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .payroll-funding-section .payroll-card-box .heading {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .payroll-funding-section .payroll-card-box .heading {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .payroll-funding-section .payroll-card-box .heading {
    font-size: 26px;
    min-height: 56px;
  }
}

@media only screen and (max-width: 575px) {
  .payroll-funding-section .payroll-card-box .heading {
    font-size: 24px;
  }
}

.payroll-funding-section .payroll-card-box ul.payroll-list {
  height: calc(100% - 97px);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .payroll-funding-section .payroll-card-box ul.payroll-list {
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .payroll-funding-section .payroll-card-box ul.payroll-list {
    height: calc(100% - 56px);
  }
}

@media only screen and (max-width: 370px) {
  .payroll-funding-section .payroll-card-box ul.payroll-list {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.payroll-funding-section .payroll-card-box ul.payroll-list li {
  font-size: 25px;
  font-weight: 400;
  line-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #200849;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .payroll-funding-section .payroll-card-box ul.payroll-list li {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .payroll-funding-section .payroll-card-box ul.payroll-list li {
    font-size: 18px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .payroll-funding-section .payroll-card-box ul.payroll-list li {
    font-size: 16px;
  }
}

.payroll-funding-section .payroll-card-box ul.payroll-list li span {
  padding-right: 5px;
  line-height: 1;
}

.payroll-funding-section .payroll-card-box ul.payroll-list li span.m-tick-icon {
  display: none;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .payroll-funding-section .payroll-card-box ul.payroll-list li span.m-tick-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.payroll-funding-section .payroll-card-box ul.payroll-list li span.d-tick-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (max-width: 767px) {
  .payroll-funding-section .payroll-card-box ul.payroll-list li span.d-tick-icon {
    display: none;
  }
}

.payroll-funding-section .payroll-card-box ul.payroll-list li small {
  font-size: 18px;
  font-weight: 400;
  line-height: 42px;
  color: #200849;
}

@media only screen and (max-width: 1199px) {
  .payroll-funding-section .payroll-card-box ul.payroll-list li small {
    font-size: 17px;
  }
}

@media only screen and (max-width: 991px) {
  .payroll-funding-section .payroll-card-box ul.payroll-list li small {
    font-size: 16px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 575px) {
  .payroll-funding-section .payroll-card-box ul.payroll-list li small {
    font-size: 13px;
    line-height: 18px;
    margin-top: 10px;
    color: rgba(32, 8, 73, 0.66);
  }
}

.how-it-work-section {
  position: relative;
  padding: 170px 0 100px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .how-it-work-section {
    padding: 100px 0 70px;
  }
}

@media only screen and (max-width: 991px) {
  .how-it-work-section {
    padding: 60px 0px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .how-it-work-section {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 370px) {
  .how-it-work-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.how-it-work-section .section-heading {
  font-size: 49px;
  font-weight: bold;
  line-height: 51px;
  color: #653494;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  font-size: 58px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .how-it-work-section .section-heading {
    font-size: 42px;
    line-height: normal;
  }
}

@media only screen and (max-width: 991px) {
  .how-it-work-section .section-heading {
    font-size: 38px;
  }
}

@media only screen and (max-width: 575px) {
  .how-it-work-section .section-heading {
    font-size: 30px;
  }
}

.how-it-work-section .hiw-block {
  padding: 80px 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .how-it-work-section .hiw-block {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .how-it-work-section .hiw-block.block1 {
    padding-bottom: 50px;
  }
}

.how-it-work-section .hiw-block.block2 {
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.how-it-work-section .hiw-block.block2:before {
  content: "";
  width: 110%;
  height: 100%;
  background-color: #EDF7F0;
  position: absolute;
  border-radius: 8px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .how-it-work-section .hiw-block.block2:before {
    width: 100%;
  }
}

.how-it-work-section .hiw-block.block2 .img-col .img-box {
  text-align: right;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .how-it-work-section .hiw-block .img-col .img-box {
    text-align: center !important;
  }
}

.how-it-work-section .hiw-block .img-col .img-box img {
  width: 80%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.how-it-work-section .hiw-block .content-col .content-box .heading-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .how-it-work-section .hiw-block .content-col .content-box .heading-box {
    margin-bottom: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 575px) {
  .how-it-work-section .hiw-block .content-col .content-box .heading-box {
    margin-bottom: 18px;
  }
}

.how-it-work-section .hiw-block .content-col .content-box .heading-box .count {
  height: 82px;
  width: 82px;
  min-width: 82px;
  border-radius: 50%;
  background-color: rgba(56, 187, 159, 0.2);
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
  color: #38BB9F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .how-it-work-section .hiw-block .content-col .content-box .heading-box .count {
    height: 60px;
    width: 60px;
    min-width: 60px;
    font-size: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .how-it-work-section .hiw-block .content-col .content-box .heading-box .count {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .how-it-work-section .hiw-block .content-col .content-box .heading-box .count {
    height: 40px;
    width: 40px;
    min-width: 40px;
    font-size: 26px;
    margin-right: 8px;
  }
}

.how-it-work-section .hiw-block .content-col .content-box .heading-box .heading {
  font-size: 65px;
  font-weight: bold;
  line-height: 51px;
  margin-bottom: 0;
  color: #38BB9F;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1599px) {
  .how-it-work-section .hiw-block .content-col .content-box .heading-box .heading {
    font-size: 55px;
  }
}

@media only screen and (max-width: 1365px) {
  .how-it-work-section .hiw-block .content-col .content-box .heading-box .heading {
    font-size: 52px;
  }
}

@media only screen and (max-width: 1199px) {
  .how-it-work-section .hiw-block .content-col .content-box .heading-box .heading {
    font-size: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .how-it-work-section .hiw-block .content-col .content-box .heading-box .heading {
    font-size: 42px;
    line-height: 1;
  }
}

@media only screen and (max-width: 767px) {
  .how-it-work-section .hiw-block .content-col .content-box .heading-box .heading {
    font-size: 38px;
    line-height: 1;
  }
}

@media only screen and (max-width: 575px) {
  .how-it-work-section .hiw-block .content-col .content-box .heading-box .heading {
    font-size: 30px;
  }
}

.how-it-work-section .hiw-block .content-col .content-box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #200849;
  margin-bottom: 25px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .how-it-work-section .hiw-block .content-col .content-box p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .how-it-work-section .hiw-block .content-col .content-box p {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .how-it-work-section .hiw-block .content-col .content-box p {
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    margin-bottom: 10px;
  }
}

.how-it-work-section .hiw-block .content-col .content-box .highlighted-note-box {
  padding-left: 24px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #200849;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .how-it-work-section .hiw-block .content-col .content-box .highlighted-note-box {
    padding-left: 0;
    padding-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 575px) {
  .how-it-work-section .hiw-block .content-col .content-box .highlighted-note-box {
    font-size: 14px;
    line-height: 18px;
    color: #707070;
  }
}

.how-it-work-section .hiw-block .content-col .content-box .highlighted-note-box:before {
  content: "";
  height: 80%;
  width: 2px;
  background-color: #200849;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .how-it-work-section .hiw-block .content-col .content-box .highlighted-note-box:before {
    display: none;
  }
}

.how-it-work-section .hiw-block .content-col .content-box .highlighted-note-box strong {
  display: block;
  font-weight: 500;
  color: #38BB9F;
}

.faq-section {
  padding: 100px 0 280px;
  position: relative;
  background-color: #F2F4FF;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .faq-section {
    padding: 80px 0 200px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-section {
    padding: 60px 0 100px;
  }
}

@media only screen and (max-width: 575px) {
  .faq-section {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 370px) {
  .faq-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.faq-section .section-heading {
  font-size: 40px;
  font-weight: 600;
  font-family: "Causten Semi";
  margin-bottom: 66px;
  color: #200849;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .faq-section .section-heading {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-section .section-heading {
    margin-bottom: 42px;
    text-align: center;
  }
}

.faq-section .accordion .accordian-card {
  border-bottom: 1px solid rgba(32, 8, 73, 0.3);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.faq-section .accordion .accordian-card:last-child {
  border-bottom: none;
}

.faq-section .accordion .accordian-card .card-header {
  background-color: transparent;
  padding: 0px;
  border: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.faq-section .accordion .accordian-card .card-header button.btn-link {
  padding: 23px 60px 23px 33px;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-left: 4px solid transparent;
  border-radius: 0;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 575px) {
  .faq-section .accordion .accordian-card .card-header button.btn-link {
    padding-left: 22px;
  }
}

.faq-section .accordion .accordian-card .card-header button.btn-link:before {
  content: "+";
  font-size: 30px;
  font-weight: 600;
  color: #200849;
  position: absolute;
  right: 25px;
  top: 25px;
  line-height: 1;
  height: 25px;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .faq-section .accordion .accordian-card .card-header button.btn-link:before {
    font-size: 20px;
    right: 15px;
    height: 20px;
    width: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .faq-section .accordion .accordian-card .card-header button.btn-link:before {
    font-size: 16px;
  }
}

.faq-section .accordion .accordian-card .card-header button.btn-link[aria-expanded="true"] {
  background-color: #ffffff;
  border-left-color: #653494;
}

.faq-section .accordion .accordian-card .card-header button.btn-link[aria-expanded="true"]:before {
  content: "-";
}

.faq-section .accordion .accordian-card .card-header button.btn-link[aria-expanded="true"] span {
  margin-bottom: 5px;
}

.faq-section .accordion .accordian-card .card-header button.btn-link span {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #200849;
  display: block;
  margin-right: 15px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .faq-section .accordion .accordian-card .card-header button.btn-link span {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .faq-section .accordion .accordian-card .card-header button.btn-link span {
    font-size: 16px;
    line-height: 22px;
  }
}

.faq-section .accordion .accordian-card .faq-content .card-body {
  padding: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #653494;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .faq-section .accordion .accordian-card .faq-content .card-body {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 575px) {
  .faq-section .accordion .accordian-card .faq-content .card-body {
    font-size: 16px;
    line-height: 22px;
  }
}

.contact-form-section {
  position: relative;
  background-color: #653494;
  min-height: calc(100vh - 137px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0;
  margin-top: -1px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .contact-form-section {
    min-height: calc(100vh - 125px);
    padding: 60px 0;
  }
}

@media only screen and (max-width: 991px) {
  .contact-form-section {
    min-height: calc(100vh - 82px);
    padding: 40px 0 60px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 991px) {
  .contact-form-section {
    padding: 40px 34px 60px;
  }
}

@media only screen and (max-width: 370px) {
  .contact-form-section {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact-form-section {
    text-align: center;
  }
}

.contact-form-section .contact-info-block {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .contact-form-section .contact-info-block {
    padding-bottom: 30px;
  }
}

.contact-form-section .contact-info-block .block-title {
  font-size: 70px;
  font-weight: bold;
  line-height: 75px;
  color: #E3E1FF;
  max-width: 100%;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .contact-form-section .contact-info-block .block-title {
    font-size: 60px;
    line-height: 65px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-form-section .contact-info-block .block-title {
    font-size: 50px;
    line-height: 52px;
    max-width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .contact-form-section .contact-info-block .block-title {
    max-width: 100%;
    color: #F5F5F5;
  }
}

@media only screen and (max-width: 575px) {
  .contact-form-section .contact-info-block .block-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 370px) {
  .contact-form-section .contact-info-block .block-title {
    font-size: 36px;
  }
}

.contact-form-section .contact-info-block .block-subtitle {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #E3E1FF;
  display: block;
  margin-bottom: 70px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .contact-form-section .contact-info-block .block-subtitle {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-form-section .contact-info-block .block-subtitle {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-form-section .contact-info-block .block-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}

.contact-form-section .contact-info-block ul li {
  margin-bottom: 40px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .contact-form-section .contact-info-block ul li {
    margin-bottom: 30px;
  }
}

.contact-form-section .contact-info-block ul li .info-heading {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #B77FBE;
  display: block;
  margin-bottom: 6px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.contact-form-section .contact-info-block ul li .info-text {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  color: #F2F4FF;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .contact-form-section .contact-info-block ul li .info-text {
    font-size: 20px;
    line-height: 28px;
  }
}

.contact-form-section .contact-info-block ul li .info-text a {
  color: #F2F4FF;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .contact-form-section .contact-info-block ul li .info-text a {
    text-decoration: underline;
  }
}

.contact-form-section .contact-form-block form {
  background-color: #ffffff;
  padding: 64px 50px 50px;
  border-radius: 6px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .contact-form-section .contact-form-block form {
    padding: 50px 30px 40px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-form-section .contact-form-block form {
    padding: 26px 23px 32px;
  }
}

.contact-form-section .contact-form-block form .form-group {
  margin-bottom: 20px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 575px) {
  .contact-form-section .contact-form-block form .form-group {
    margin-bottom: 11px;
  }
}

.contact-form-section .contact-form-block form .form-group input.form-control, .contact-form-section .contact-form-block form .form-group textarea.form-control {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-height: 64px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #200849;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  caret-color: #38BB9F;
}

@media only screen and (max-width: 991px) {
  .contact-form-section .contact-form-block form .form-group input.form-control, .contact-form-section .contact-form-block form .form-group textarea.form-control {
    min-height: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-form-section .contact-form-block form .form-group input.form-control, .contact-form-section .contact-form-block form .form-group textarea.form-control {
    min-height: 42px;
  }
}

.contact-form-section .contact-form-block form .form-group input.form-control:-webkit-autofill, .contact-form-section .contact-form-block form .form-group textarea.form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #200849;
}

.contact-form-section .contact-form-block form .form-group input.form-control:-webkit-autofill:focus, .contact-form-section .contact-form-block form .form-group textarea.form-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #200849;
}

.contact-form-section .contact-form-block form .form-group input.form-control::-webkit-input-placeholder, .contact-form-section .contact-form-block form .form-group textarea.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.contact-form-section .contact-form-block form .form-group input.form-control:-ms-input-placeholder, .contact-form-section .contact-form-block form .form-group textarea.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.contact-form-section .contact-form-block form .form-group input.form-control::-ms-input-placeholder, .contact-form-section .contact-form-block form .form-group textarea.form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.contact-form-section .contact-form-block form .form-group input.form-control::placeholder, .contact-form-section .contact-form-block form .form-group textarea.form-control::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.contact-form-section .contact-form-block form .form-group input.form-control:focus, .contact-form-section .contact-form-block form .form-group textarea.form-control:focus {
  border-color: #38BB9F;
}

.contact-form-section .contact-form-block form .form-group textarea {
  resize: none;
}

.contact-form-section .contact-form-block form button, .contact-form-section .contact-form-block form input[type="submit"] {
  margin: 10px auto 0;
  width: 156px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 575px) {
  .contact-form-section .contact-form-block form button, .contact-form-section .contact-form-block form input[type="submit"] {
    margin-top: 20px;
  }
}

.contact-form-section .contact-form-block form button:hover, .contact-form-section .contact-form-block form button:focus, .contact-form-section .contact-form-block form button:active, .contact-form-section .contact-form-block form input[type="submit"]:hover, .contact-form-section .contact-form-block form input[type="submit"]:focus, .contact-form-section .contact-form-block form input[type="submit"]:active {
  color: #ffffff;
  background-color: #653494;
}

@media only screen and (max-width: 767px) {
  .contact-form-section .contact-form-block form button svg, .contact-form-section .contact-form-block form input[type="submit"] svg {
    width: 15px;
  }
}

.contact-form-section .contact-form-block form .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}

.contact-form-section .contact-form-block form .wpcf7-response-output {
  text-align: center;
}

.map-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.map-section .map {
  -webkit-filter: grayscale(100%);
  width: 100%;
  height: 680px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .map-section .map {
    height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .map-section .map {
    height: 400px;
  }
}

@media only screen and (max-width: 575px) {
  .map-section .map {
    height: 366px;
  }
}

.payroll-partner-section {
  position: relative;
  background-color: #653494;
  min-height: calc(100vh - 137px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0;
  margin-top: -1px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-align: center;
  min-height: auto;
  margin-bottom: 175px;
  padding-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .payroll-partner-section {
    min-height: calc(100vh - 125px);
    padding: 60px 0;
  }
}

@media only screen and (max-width: 991px) {
  .payroll-partner-section {
    min-height: calc(100vh - 82px);
    padding: 40px 0 60px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 991px) {
  .payroll-partner-section {
    padding: 40px 34px 60px;
  }
}

@media only screen and (max-width: 370px) {
  .payroll-partner-section {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .payroll-partner-section {
    min-height: auto;
    margin-bottom: 115px;
  }
}

@media only screen and (max-width: 991px) {
  .payroll-partner-section {
    margin-bottom: 95px;
  }
}

@media only screen and (max-width: 767px) {
  .payroll-partner-section {
    margin-bottom: 75px;
  }
}

@media only screen and (max-width: 450px) {
  .payroll-partner-section {
    margin-bottom: 55px;
  }
}

.payroll-partner-section .section-title {
  font-size: 70px;
  font-weight: bold;
  line-height: 75px;
  color: #38BB9F;
  max-width: 60%;
  margin: 0 auto 45px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .payroll-partner-section .section-title {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .payroll-partner-section .section-title {
    font-size: 50px;
    line-height: 50px;
    max-width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .payroll-partner-section .section-title {
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .payroll-partner-section .section-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 370px) {
  .payroll-partner-section .section-title {
    font-size: 36px;
  }
}

.payroll-partner-section .section-subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  display: block;
  margin-bottom: 50px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1199px) {
  .payroll-partner-section .section-subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .payroll-partner-section .section-subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .payroll-partner-section .section-subtitle {
    max-width: 70%;
  }
}

@media only screen and (max-width: 991px) {
  .payroll-partner-section .section-subtitle {
    max-width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .payroll-partner-section .section-subtitle {
    max-width: 100%;
  }
}

.payroll-partner-section .partner-payro-btn {
  width: 294px;
  margin: 0 auto 90px;
  font-size: 22px;
  font-weight: 600;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .payroll-partner-section .partner-payro-btn {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .payroll-partner-section .partner-payro-btn {
    font-weight: 500;
  }
}

@media only screen and (max-width: 575px) {
  .payroll-partner-section .partner-payro-btn {
    margin-bottom: 50px;
  }
}

.payroll-partner-section .partner-payro-banner-img {
  margin-bottom: -175px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .payroll-partner-section .partner-payro-banner-img {
    margin-bottom: -155px;
  }
}

@media only screen and (max-width: 767px) {
  .payroll-partner-section .partner-payro-banner-img {
    margin-bottom: -135px;
  }
}

@media only screen and (max-width: 450px) {
  .payroll-partner-section .partner-payro-banner-img {
    margin-bottom: -115px;
  }
}

@media only screen and (max-width: 767px) {
  .payroll-partner-section .partner-payro-banner-img img {
    height: 337px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.payroll-coverage-section {
  position: relative;
  padding: 160px 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .payroll-coverage-section {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 991px) {
  .payroll-coverage-section {
    padding: 80px 34px 80px;
  }
}

@media only screen and (max-width: 767px) {
  .payroll-coverage-section {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 370px) {
  .payroll-coverage-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.payroll-coverage-section .payroll-coverage-img-box {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .payroll-coverage-section .payroll-coverage-img-box {
    text-align: center;
  }
}

.payroll-coverage-section .payroll-coverage-img-box img {
  padding: 0 80px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .payroll-coverage-section .payroll-coverage-img-box img {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 991px) {
  .payroll-coverage-section .payroll-coverage-img-box img {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .payroll-coverage-section .payroll-coverage-img-box img {
    max-height: 400px;
  }
}

.payroll-coverage-section .payroll-coverage-content-box .heading {
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  color: #38BB9F;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .payroll-coverage-section .payroll-coverage-content-box .heading {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .payroll-coverage-section .payroll-coverage-content-box .heading {
    font-size: 30px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .payroll-coverage-section .payroll-coverage-content-box .heading {
    text-align: center;
  }
}

.payroll-coverage-section .payroll-coverage-content-box .content-text {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
  color: #200849;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .payroll-coverage-section .payroll-coverage-content-box .content-text {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .payroll-coverage-section .payroll-coverage-content-box .content-text {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .payroll-coverage-section .payroll-coverage-content-box .content-text {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    margin-bottom: 50px;
  }
}

.payroll-coverage-section .payroll-coverage-content-box .payroll-coverage-list-box p {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  color: #200849;
  margin-bottom: 16px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .payroll-coverage-section .payroll-coverage-content-box .payroll-coverage-list-box p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .payroll-coverage-section .payroll-coverage-content-box .payroll-coverage-list-box p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .payroll-coverage-section .payroll-coverage-content-box .payroll-coverage-list-box p {
    font-size: 16px;
    line-height: 24px;
  }
}

.payroll-coverage-section .payroll-coverage-content-box .payroll-coverage-list-box ul li {
  position: relative;
  padding-left: 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  color: #200849;
  margin-bottom: 10px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .payroll-coverage-section .payroll-coverage-content-box .payroll-coverage-list-box ul li {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .payroll-coverage-section .payroll-coverage-content-box .payroll-coverage-list-box ul li {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .payroll-coverage-section .payroll-coverage-content-box .payroll-coverage-list-box ul li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 30px;
  }
}

.payroll-coverage-section .payroll-coverage-content-box .payroll-coverage-list-box ul li:before {
  content: "";
  background-image: url(../images/favicon-img.svg);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.payroll-coverage-grid-section {
  position: relative;
  padding-bottom: 100px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .payroll-coverage-grid-section {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .payroll-coverage-grid-section {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .payroll-coverage-grid-section {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 370px) {
  .payroll-coverage-grid-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.payroll-coverage-grid-section .card-box {
  background-color: #F2F4FF;
  border-radius: 5px;
  height: 100%;
  text-align: center;
  padding: 48px 60px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .payroll-coverage-grid-section .card-box {
    padding: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .payroll-coverage-grid-section .card-box {
    padding: 30px 15px;
  }
}

.payroll-coverage-grid-section .card-box .heading {
  display: block;
  font-size: 55px;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 30px;
  color: #653494;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1365px) {
  .payroll-coverage-grid-section .card-box .heading {
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .payroll-coverage-grid-section .card-box .heading {
    font-size: 45px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .payroll-coverage-grid-section .card-box .heading {
    font-size: 38px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .payroll-coverage-grid-section .card-box .heading {
    font-size: 35px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}

.payroll-coverage-grid-section .card-box .text-content {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.85);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .payroll-coverage-grid-section .card-box .text-content {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .payroll-coverage-grid-section .card-box .text-content {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .payroll-coverage-grid-section .card-box .text-content {
    color: #200849;
  }
}

.payroll-coverage-grid-section .note-text small {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: rgba(0, 0, 0, 0.85);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .payroll-coverage-grid-section .note-text small {
    font-size: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .payroll-coverage-grid-section .note-text small {
    font-size: 14px;
  }
}

.solid-solution-section {
  position: relative;
  padding: 120px 0 0px;
  margin-bottom: 80px;
  background-color: rgba(109, 114, 120, 0.06);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .solid-solution-section {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .solid-solution-section {
    padding-top: 60px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .solid-solution-section {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 90px;
    margin-bottom: 0;
    background-color: #653494;
    text-align: center;
  }
}

@media only screen and (max-width: 370px) {
  .solid-solution-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.solid-solution-section .section-heading {
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  color: #4A2E98;
  text-align: center;
  width: 60%;
  margin: 0 auto 60px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .solid-solution-section .section-heading {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .solid-solution-section .section-heading {
    font-size: 30px;
    line-height: 32px;
    width: 65%;
  }
}

@media only screen and (max-width: 767px) {
  .solid-solution-section .section-heading {
    width: 90%;
    color: #38BB9F;
  }
}

@media only screen and (max-width: 575px) {
  .solid-solution-section .section-heading {
    width: 100%;
  }
}

.solid-solution-section .solution-img-box {
  margin-bottom: -80px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .solid-solution-section .solution-img-box {
    margin-bottom: -40px;
  }
}

@media only screen and (max-width: 767px) {
  .solid-solution-section .solution-img-box {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .solid-solution-section .solution-img-box img {
    width: 70%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 575px) {
  .solid-solution-section .solution-img-box img {
    width: 85%;
  }
}

@media only screen and (max-width: 400px) {
  .solid-solution-section .solution-img-box img {
    width: 100%;
  }
}

.solid-solution-section .solution-content-box {
  margin-top: 30px;
  max-width: 75%;
  padding-left: 50px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .solid-solution-section .solution-content-box {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .solid-solution-section .solution-content-box {
    max-width: 100%;
  }
}

.solid-solution-section .solution-content-box .content-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #200849;
  margin-bottom: 20px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .solid-solution-section .solution-content-box .content-text {
    font-size: 17px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .solid-solution-section .solution-content-box .content-text {
    color: #ffffff;
  }
}

.solid-solution-section .solution-content-box .heading {
  font-size: 26px;
  font-weight: bold;
  line-height: 28px;
  color: #200849;
  margin-bottom: 20px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .solid-solution-section .solution-content-box .heading {
    color: #ffffff;
    line-height: 25px;
  }
}

.integrates-section {
  position: relative;
  padding: 100px 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .integrates-section {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 991px) {
  .integrates-section {
    padding: 60px 0;
  }
}

.integrates-section .integrates-content-box {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .integrates-section .integrates-content-box {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 370px) {
  .integrates-section .integrates-content-box {
    padding: 0 0px;
  }
}

.integrates-section .integrates-content-box .heading {
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  color: #38BB9F;
  margin-bottom: 50px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .integrates-section .integrates-content-box .heading {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .integrates-section .integrates-content-box .heading {
    font-size: 30px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .integrates-section .integrates-content-box .heading {
    text-align: center;
  }
}

.integrates-section .integrates-content-box .content-box {
  max-width: 80%;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .integrates-section .integrates-content-box .content-box {
    font-size: 16px;
    line-height: 24px;
    max-width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .integrates-section .integrates-content-box .content-box {
    text-align: center;
    color: #707070;
    margin: 0 auto;
  }
}

.integrates-section .integrates-content-box .content-box p {
  margin-bottom: 25px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .integrates-section .integrates-content-box .content-box p {
    margin-bottom: 20px;
  }
}

.integrates-section .integrates-content-box .content-box p:last-child {
  margin-bottom: 0;
}

.launch-support-section .launch-support-block {
  position: relative;
  padding: 80px 0;
  background-color: rgba(109, 114, 120, 0.06);
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .launch-support-section .launch-support-block {
    padding: 60px 0 55px;
  }
}

.launch-support-section .launch-support-block .section-heading {
  font-size: 50px;
  font-weight: bold;
  line-height: 45px;
  color: #653494;
  margin-bottom: 40px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .launch-support-section .launch-support-block .section-heading {
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .launch-support-section .launch-support-block .section-heading {
    font-size: 30px;
    line-height: 32px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.launch-support-section .launch-support-block .section-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #6D7278;
  margin: 0 auto 60px;
  max-width: 50%;
  padding: 0 80px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1365px) {
  .launch-support-section .launch-support-block .section-content {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .launch-support-section .launch-support-block .section-content {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .launch-support-section .launch-support-block .section-content {
    margin-bottom: 45px;
    max-width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .launch-support-section .launch-support-block .section-content {
    margin-bottom: 40px;
    line-height: 20px;
  }
}

.launch-support-section .launch-support-block .launch-grid-block {
  max-width: 80%;
  margin: 0 auto;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .launch-support-section .launch-support-block .launch-grid-block {
    max-width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .launch-support-section .launch-support-block .launch-grid-block.launch-slider-block {
    max-width: 75%;
  }
}

@media only screen and (max-width: 370px) {
  .launch-support-section .launch-support-block .launch-grid-block.launch-slider-block {
    max-width: 90%;
  }
}

.launch-support-section .launch-support-block .launch-grid-block.launch-slider-block .launch-grid-box {
  margin: 0 40px;
}

.launch-support-section .launch-support-block .launch-grid-block .launch-grid-box {
  padding: 0 40px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .launch-support-section .launch-support-block .launch-grid-block .launch-grid-box {
    padding: 0;
  }
}

.launch-support-section .launch-support-block .launch-grid-block .launch-grid-box img {
  height: 120px;
}

.launch-support-section .launch-support-block .launch-grid-block .launch-grid-box strong {
  margin-top: 25px;
  display: block;
}

.smart-payroll-section {
  position: relative;
  background-image: url(../images/header-graphic-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 220px 0 80px;
  margin-top: -137px;
  background-color: #F8F8F8;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (min-width: 768px) {
  .smart-payroll-section {
    background-position-y: -360px;
  }
}

@media only screen and (max-width: 1199px) {
  .smart-payroll-section {
    margin-top: -117px;
    padding: 180px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .smart-payroll-section {
    padding: 160px 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .smart-payroll-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .smart-payroll-section {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 370px) {
  .smart-payroll-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.smart-payroll-section .section-title {
  font-size: 70px;
  font-weight: bold;
  line-height: 75px;
  color: #38BB9F;
  max-width: 60%;
  margin: 0 auto 45px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #653494;
  line-height: 70px;
}

@media only screen and (max-width: 1199px) {
  .smart-payroll-section .section-title {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .smart-payroll-section .section-title {
    font-size: 50px;
    line-height: 50px;
    max-width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .smart-payroll-section .section-title {
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .smart-payroll-section .section-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 370px) {
  .smart-payroll-section .section-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1199px) {
  .smart-payroll-section .section-title {
    max-width: 70%;
  }
}

@media only screen and (max-width: 575px) {
  .smart-payroll-section .section-title {
    max-width: 90%;
  }
}

.smart-payroll-section .section-title span {
  position: relative;
  white-space: nowrap;
}

.smart-payroll-section .section-title span:before {
  content: "";
  background-image: url(../images/green-round-mark.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -6px;
  left: -13px;
  height: 87px;
  width: 482px;
  background-size: contain;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .smart-payroll-section .section-title span:before {
    top: -3px;
    left: -12px;
    width: 390px;
  }
}

@media only screen and (max-width: 991px) {
  .smart-payroll-section .section-title span:before {
    top: -4px;
    left: -10px;
    width: 340px;
    height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .smart-payroll-section .section-title span:before {
    left: -20px;
    top: -5px;
    width: 340px;
  }
}

@media only screen and (max-width: 575px) {
  .smart-payroll-section .section-title span:before {
    left: -13px;
    top: -4px;
    width: 250px;
    height: 45px;
  }
}

.smart-payroll-section .section-subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  display: block;
  margin-bottom: 50px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #B77FBE;
  margin-bottom: 100px;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1199px) {
  .smart-payroll-section .section-subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .smart-payroll-section .section-subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1365px) {
  .smart-payroll-section .section-subtitle {
    max-width: 70%;
  }
}

@media only screen and (max-width: 1199px) {
  .smart-payroll-section .section-subtitle {
    max-width: 80%;
  }
}

@media only screen and (max-width: 991px) {
  .smart-payroll-section .section-subtitle {
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .smart-payroll-section .section-subtitle {
    margin-bottom: 50px;
  }
}

.smart-payroll-section .img-content-block .img-box {
  padding: 0 30px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .smart-payroll-section .img-content-block .img-box {
    padding: 0;
  }
}

.smart-payroll-section .img-content-block .content-box {
  padding: 0 30px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .smart-payroll-section .img-content-block .content-box {
    padding: 0;
  }
}

.smart-payroll-section .img-content-block .content-box .heading {
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  color: #200849;
  margin-bottom: 40px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1365px) {
  .smart-payroll-section .img-content-block .content-box .heading {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 1199px) {
  .smart-payroll-section .img-content-block .content-box .heading {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .smart-payroll-section .img-content-block .content-box .heading {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .smart-payroll-section .img-content-block .content-box .heading {
    text-align: center;
  }
}

.smart-payroll-section .img-content-block .content-box .content-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .smart-payroll-section .img-content-block .content-box .content-text {
    max-width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .smart-payroll-section .img-content-block .content-box .content-text {
    font-size: 16px;
    line-height: 24px;
    color: #707070;
  }
}

@media only screen and (max-width: 370px) {
  .smart-payroll-section .img-content-block .content-box .content-text {
    max-width: 100%;
  }
}

.businesses-leverage {
  position: relative;
  padding: 70px 0 100px;
  background-color: #F8F8F8;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .businesses-leverage {
    padding: 50px 0 80px;
  }
}

.businesses-leverage .img-content-block .img-box {
  padding: 0 30px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .businesses-leverage .img-content-block .img-box {
    padding: 0;
  }
}

.businesses-leverage .img-content-block .content-box {
  padding: 0 30px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .businesses-leverage .img-content-block .content-box {
    padding: 0;
  }
}

.businesses-leverage .img-content-block .content-box .heading {
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  color: #200849;
  margin-bottom: 40px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1365px) {
  .businesses-leverage .img-content-block .content-box .heading {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 1199px) {
  .businesses-leverage .img-content-block .content-box .heading {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .businesses-leverage .img-content-block .content-box .heading {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .businesses-leverage .img-content-block .content-box .heading {
    text-align: center;
  }
}

.businesses-leverage .img-content-block .content-box .content-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .businesses-leverage .img-content-block .content-box .content-text {
    max-width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .businesses-leverage .img-content-block .content-box .content-text {
    font-size: 16px;
    line-height: 24px;
    color: #707070;
  }
}

@media only screen and (max-width: 370px) {
  .businesses-leverage .img-content-block .content-box .content-text {
    max-width: 100%;
  }
}

.our-vision-section {
  position: relative;
  padding: 116px 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .our-vision-section {
    padding: 86px 0 100px;
  }
}

@media only screen and (max-width: 767px) {
  .our-vision-section {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 370px) {
  .our-vision-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.our-vision-section .small-heading {
  font-size: 30px;
  font-weight: 500;
  color: #38BB9F;
  text-align: center;
  line-height: 1;
  margin-bottom: 5px;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .our-vision-section .small-heading {
    font-size: 26px;
  }
}

@media only screen and (max-width: 575px) {
  .our-vision-section .small-heading {
    font-size: 22px;
    margin-bottom: 7px;
  }
}

.our-vision-section .section-title {
  font-size: 55px;
  font-weight: bold;
  line-height: 50px;
  color: #E7E8E9;
  margin: 0 auto 100px;
  max-width: 50%;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (min-width: 1366px) {
  .our-vision-section .section-title {
    margin-bottom: 180px;
  }
}

@media only screen and (max-width: 1365px) {
  .our-vision-section .section-title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .our-vision-section .section-title {
    font-size: 45px;
    line-height: 45px;
    max-width: 60%;
  }
}

@media only screen and (max-width: 991px) {
  .our-vision-section .section-title {
    font-size: 38px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 767px) {
  .our-vision-section .section-title {
    font-size: 34px;
    margin-bottom: 80px;
    max-width: 80%;
  }
}

@media only screen and (max-width: 575px) {
  .our-vision-section .section-title {
    font-size: 30px;
    line-height: 32px;
  }
}

.our-vision-section .timeline-progress-block {
  position: relative;
  height: 200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (min-width: 768px) {
  .our-vision-section .timeline-progress-block {
    height: 240px;
  }
}

@media only screen and (min-width: 992px) {
  .our-vision-section .timeline-progress-block {
    height: 220px;
  }
}

@media only screen and (min-width: 1366px) {
  .our-vision-section .timeline-progress-block {
    height: 250px;
  }
}

@media only screen and (min-width: 1600px) {
  .our-vision-section .timeline-progress-block {
    height: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .our-vision-section .timeline-progress-block {
    height: auto;
  }
}

.our-vision-section .timeline-progress-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .our-vision-section .timeline-progress-block ul {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 20%;
  }
}

@media only screen and (max-width: 575px) {
  .our-vision-section .timeline-progress-block ul {
    margin-left: 10%;
  }
}

.our-vision-section .timeline-progress-block ul li {
  position: relative;
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .our-vision-section .timeline-progress-block ul li {
    padding-bottom: 30px;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media only screen and (min-width: 768px) {
  .our-vision-section .timeline-progress-block ul li:first-child:before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .our-vision-section .timeline-progress-block ul li:last-child:before {
    display: none;
  }
}

.our-vision-section .timeline-progress-block ul li:before {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 10px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .our-vision-section .timeline-progress-block ul li:before {
    height: 100%;
    width: 3px;
    -webkit-transform: inherit;
            transform: inherit;
    left: 12px;
    bottom: 0;
    top: auto;
    right: auto;
    border-radius: 0;
  }
}

.our-vision-section .timeline-progress-block ul li:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  left: 50%;
  background: #F2F4FF;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .our-vision-section .timeline-progress-block ul li:after {
    -webkit-transform: inherit;
            transform: inherit;
    left: 0;
    top: 0;
  }
}

.our-vision-section .timeline-progress-block ul li.active:after {
  background-color: #38BB9F;
  -webkit-box-shadow: 0px 0px 0px 15px rgba(56, 187, 159, 0.15);
          box-shadow: 0px 0px 0px 15px rgba(56, 187, 159, 0.15);
}

.our-vision-section .timeline-progress-block ul li.active .content {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .our-vision-section .timeline-progress-block ul li.active .content p {
    opacity: 1;
    visibility: visible;
  }
}

.our-vision-section .timeline-progress-block ul li.active .year-time {
  opacity: 0;
  visibility: hidden;
}

.our-vision-section .timeline-progress-block ul li .content {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (min-width: 768px) {
  .our-vision-section .timeline-progress-block ul li .content {
    min-width: 200px;
  }
}

@media only screen and (min-width: 992px) {
  .our-vision-section .timeline-progress-block ul li .content {
    min-width: 220px;
  }
}

@media only screen and (min-width: 1366px) {
  .our-vision-section .timeline-progress-block ul li .content {
    min-width: 250px;
  }
}

@media only screen and (min-width: 1600px) {
  .our-vision-section .timeline-progress-block ul li .content {
    min-width: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .our-vision-section .timeline-progress-block ul li .content {
    position: static;
    width: 100%;
    -webkit-transform: inherit;
            transform: inherit;
    text-align: left;
    padding-left: 50px;
    opacity: 1;
    visibility: visible;
  }
}

.our-vision-section .timeline-progress-block ul li .content h4 {
  font-size: 50px;
  font-weight: 500;
  line-height: 51px;
  color: #38BB9F;
  margin-bottom: 20px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1365px) {
  .our-vision-section .timeline-progress-block ul li .content h4 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .our-vision-section .timeline-progress-block ul li .content h4 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .our-vision-section .timeline-progress-block ul li .content h4 {
    font-size: 26px;
    line-height: 32px;
  }
}

.our-vision-section .timeline-progress-block ul li .content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
  margin: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1365px) {
  .our-vision-section .timeline-progress-block ul li .content p {
    font-size: 18px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .our-vision-section .timeline-progress-block ul li .content p {
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
  }
}

.our-vision-section .timeline-progress-block ul li .year-time {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  color: #38BB9F;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .our-vision-section .timeline-progress-block ul li .year-time {
    display: none;
  }
}

.founder-team-section {
  position: relative;
  padding: 100px 0 50px;
  margin: 0 auto;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .founder-team-section {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 370px) {
  .founder-team-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.founder-team-section.founder-section {
  padding-top: 150px;
}

@media only screen and (max-width: 1199px) {
  .founder-team-section.founder-section {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .founder-team-section.founder-section {
    padding-top: 60px;
  }
}

.founder-team-section.founder-section .our-team-block .img-box {
  padding-right: 45px;
}

@media only screen and (max-width: 991px) {
  .founder-team-section.founder-section .our-team-block .img-box {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .founder-team-section.founder-section .our-team-block .img-box {
    padding-right: 0;
  }
}

.founder-team-section.team-section {
  padding-top: 50px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
  .founder-team-section.team-section {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .founder-team-section.team-section {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .founder-team-section.team-section {
    padding-top: 30px;
  }
}

.founder-team-section.team-section .our-team-block .img-box {
  margin-bottom: 18px;
}

.founder-team-section.team-section .our-team-block .info-box .member-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
  color: #653494;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .founder-team-section.team-section .our-team-block .info-box .member-name {
    font-size: 20px;
  }
}

.founder-team-section.team-section .our-team-block .info-box .member-designation {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.85);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.founder-team-section .section-title {
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  color: #38BB9F;
  margin-bottom: 60px;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1365px) {
  .founder-team-section .section-title {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 1199px) {
  .founder-team-section .section-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .founder-team-section .section-title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .founder-team-section .section-title {
    margin-bottom: 48px;
  }
}

.founder-team-section .our-team-block {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.founder-team-section .our-team-block .img-box {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.founder-team-section .our-team-block .img-box .linkedin-icon {
  position: absolute;
  left: 20px;
  bottom: 20px;
  height: 32px;
  width: 32px;
  border: 1px solid #A6A7A8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.founder-team-section .our-team-block .img-box .linkedin-icon:hover {
  border-color: #ffffff;
}

.founder-team-section .our-team-block .img-box .linkedin-icon:hover svg path {
  fill: #ffffff;
}

.founder-team-section .our-team-block .img-box .linkedin-icon svg {
  height: 13px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.founder-team-section .our-team-block .img-box .linkedin-icon svg path {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.founder-team-section .our-team-block .content-box {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .founder-team-section .our-team-block .content-box {
    text-align: center;
  }
}

.founder-team-section .our-team-block .content-box .founder-info {
  margin-bottom: 30px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .founder-team-section .our-team-block .content-box .founder-info {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .founder-team-section .our-team-block .content-box .founder-info {
    text-align: center;
  }
}

.founder-team-section .our-team-block .content-box .founder-info h5 {
  font-size: 28px;
  font-weight: 600;
  line-height: 26px;
  color: #653494;
  margin-bottom: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .founder-team-section .our-team-block .content-box .founder-info h5 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .founder-team-section .our-team-block .content-box .founder-info h5 {
    font-size: 20px;
  }
}

.founder-team-section .our-team-block .content-box .founder-info p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.85);
}

@media only screen and (max-width: 767px) {
  .founder-team-section .our-team-block .content-box .founder-info p {
    font-size: 16px;
  }
}

.founder-team-section .our-team-block .content-box .founder-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.85);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .founder-team-section .our-team-block .content-box .founder-content {
    font-size: 16px;
    line-height: 24px;
  }
}

.founder-team-section .our-team-block .content-box .founder-content p {
  margin-bottom: 20px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .founder-team-section .our-team-block .content-box .founder-content p {
    margin-bottom: 15px;
  }
}

.founder-team-section .our-team-block .content-box .founder-content p:last-child {
  margin-bottom: 0;
}

.founder-team-section .our-team-block .content-box .founder-content .see-more-btn {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  color: #4A2E98;
  display: none;
}

@media only screen and (max-width: 767px) {
  .founder-team-section .our-team-block .content-box .founder-content .see-more-btn {
    display: block;
  }
}

.founder-team-section .our-team-block .team-slider .team-info-box {
  text-align: center;
}

.founder-team-section .our-team-block .team-slider .owl-nav .owl-prev, .founder-team-section .our-team-block .team-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.founder-team-section .our-team-block .team-slider .owl-nav .owl-prev:hover span:before, .founder-team-section .our-team-block .team-slider .owl-nav .owl-next:hover span:before {
  background-color: transparent;
  border-color: transparent;
}

.founder-team-section .our-team-block .team-slider .owl-nav .owl-prev.disabled, .founder-team-section .our-team-block .team-slider .owl-nav .owl-next.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.founder-team-section .our-team-block .team-slider .owl-nav .owl-prev span, .founder-team-section .our-team-block .team-slider .owl-nav .owl-next span {
  font-size: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.founder-team-section .our-team-block .team-slider .owl-nav .owl-prev span:before, .founder-team-section .our-team-block .team-slider .owl-nav .owl-next span:before {
  content: "";
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50rem;
  border: 1px solid transparent;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .founder-team-section .our-team-block .team-slider .owl-nav .owl-prev {
    left: -30px;
  }
}

@media only screen and (max-width: 370px) {
  .founder-team-section .our-team-block .team-slider .owl-nav .owl-prev {
    left: 0px;
  }
}

.founder-team-section .our-team-block .team-slider .owl-nav .owl-prev:hover span:before {
  background-image: url(../images/chevron-arrow-left.svg);
}

.founder-team-section .our-team-block .team-slider .owl-nav .owl-prev span:before {
  background-image: url(../images/chevron-arrow-left.svg);
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

@media only screen and (max-width: 767px) {
  .founder-team-section .our-team-block .team-slider .owl-nav .owl-next {
    right: -30px;
  }
}

@media only screen and (max-width: 370px) {
  .founder-team-section .our-team-block .team-slider .owl-nav .owl-next {
    right: 0px;
  }
}

.founder-team-section .our-team-block .team-slider .owl-nav .owl-next:hover span:before {
  background-image: url(../images/chevron-arrow-right.svg);
}

.founder-team-section .our-team-block .team-slider .owl-nav .owl-next span:before {
  background-image: url(../images/chevron-arrow-right.svg);
}

.blog-title-section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 220px 0 80px;
  margin-top: -137px;
  background-color: #F5F5F5;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (min-width: 768px) {
  .blog-title-section {
    background-position-y: -360px;
  }
}

@media only screen and (max-width: 1199px) {
  .blog-title-section {
    margin-top: -117px;
    padding: 180px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-title-section {
    padding: 160px 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-title-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-title-section {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 370px) {
  .blog-title-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.blog-title-section .section-title {
  font-size: 70px;
  font-weight: bold;
  line-height: 75px;
  color: #38BB9F;
  max-width: 60%;
  margin: 0 auto 45px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #653494;
  line-height: 70px;
}

@media only screen and (max-width: 1199px) {
  .blog-title-section .section-title {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-title-section .section-title {
    font-size: 50px;
    line-height: 50px;
    max-width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .blog-title-section .section-title {
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .blog-title-section .section-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 370px) {
  .blog-title-section .section-title {
    font-size: 36px;
  }
}

.blog-title-section .section-title span {
  position: relative;
  white-space: nowrap;
}

.blog-title-section .section-title span:before {
  content: "";
  background-image: url(../images/green-round-mark2.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -1px;
  left: -28px;
  height: 87px;
  width: 583px;
  background-size: contain;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .blog-title-section .section-title span:before {
    top: -1px;
    left: -16px;
    width: 500px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-title-section .section-title span:before {
    top: -1px;
    left: -14px;
    width: 410px;
    height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-title-section .section-title span:before {
    left: -20px;
    top: -1px;
    width: 420px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-title-section .section-title span:before {
    left: -13px;
    top: -1px;
    width: 300px;
    height: 45px;
  }
}

.blog-sidebar-section {
  position: relative;
  padding: 100px 0 250px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar-section {
    padding: 80px 0 150px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-sidebar-section {
    padding: 60px 0 100px;
  }
}

.blog-sidebar-section .sidebar-block {
  position: relative;
  padding-right: 50px;
  border-right: 1px solid rgba(112, 112, 112, 0.68);
  height: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar-section .sidebar-block {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-sidebar-section .sidebar-block {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid rgba(112, 112, 112, 0.68);
    margin-bottom: 80px;
    padding-bottom: 40px;
    height: auto;
  }
}

.blog-sidebar-section .sidebar-block form {
  margin-bottom: 100px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar-section .sidebar-block form {
    margin-bottom: 50px;
  }
}

.blog-sidebar-section .sidebar-block form .form-group {
  width: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.blog-sidebar-section .sidebar-block form .form-group input.form-control {
  height: 52px;
  border: 1px solid #707070;
  border-radius: 50rem;
  max-width: 240px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #200849;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar-section .sidebar-block form .form-group input.form-control {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .blog-sidebar-section .sidebar-block form .form-group input.form-control {
    width: 100%;
  }
}

.blog-sidebar-section .sidebar-block form .form-group input.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.blog-sidebar-section .sidebar-block form .form-group input.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.blog-sidebar-section .sidebar-block form .form-group input.form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.blog-sidebar-section .sidebar-block form .form-group input.form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.blog-sidebar-section .sidebar-block form .form-group input.form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #200849;
}

.blog-sidebar-section .sidebar-block form .form-group input.form-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #200849;
}

.blog-sidebar-section .sidebar-block form .form-group input.form-control:focus {
  border-color: #38BB9F;
}

.blog-sidebar-section .sidebar-block .latest-post-block .heading {
  font-size: 32px;
  font-weight: bold;
  color: #653494;
  margin-bottom: 48px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar-section .sidebar-block .latest-post-block .heading {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.blog-sidebar-section .sidebar-block .latest-post-block ul li {
  position: relative;
  padding-bottom: 40px;
  padding-right: 70px;
  margin-bottom: 30px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar-section .sidebar-block .latest-post-block ul li {
    padding-right: 0;
    padding-bottom: 30px;
  }
}

.blog-sidebar-section .sidebar-block .latest-post-block ul li:before {
  content: "";
  height: 1px;
  width: 70px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: 0;
  left: 0;
}

.blog-sidebar-section .sidebar-block .latest-post-block ul li:last-child {
  padding-bottom: 0;
}

.blog-sidebar-section .sidebar-block .latest-post-block ul li:last-child:before {
  display: none;
}

.blog-sidebar-section .sidebar-block .latest-post-block ul li .post-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  color: #3D3A2F;
  margin-bottom: 10px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar-section .sidebar-block .latest-post-block ul li .post-title {
    font-size: 22px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-sidebar-section .sidebar-block .latest-post-block ul li .post-title {
    font-size: 20px;
    line-height: 20px;
  }
}

.blog-sidebar-section .sidebar-block .latest-post-block ul li .date-auther-box {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
  margin-bottom: 22px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar-section .sidebar-block .latest-post-block ul li .date-auther-box {
    margin-bottom: 15px;
  }
}

.blog-sidebar-section .sidebar-block .latest-post-block ul li .date-auther-box strong {
  font-weight: 600;
  color: #000000;
  margin-right: 3px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.blog-sidebar-section .sidebar-block .latest-post-block ul li .date-auther-box span {
  color: #464646;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.blog-sidebar-section .sidebar-block .latest-post-block ul li img {
  border-radius: 4px;
}

.blog-sidebar-section .blog-content-block {
  position: relative;
  width: 80%;
  margin: 0 auto;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar-section .blog-content-block {
    width: 100%;
  }
}

.blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .heading {
  font-size: 60px;
  line-height: 60px;
  color: #200849;
  margin-bottom: 30px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1365px) {
  .blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .heading {
    font-size: 55px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 1199px) {
  .blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .heading {
    font-size: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .heading {
    font-size: 36px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .heading {
    font-size: 30px;
    line-height: 32px;
  }
}

.blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .date-auther-box {
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .date-auther-box {
    margin-bottom: 30px;
  }
}

.blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box img.blog-detail-image1 {
  margin-bottom: 80px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box img.blog-detail-image1 {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box img.blog-detail-image1 {
    margin-bottom: 40px;
  }
}

.blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .seperater-line {
  display: inline-block;
  margin: 20px 0 50px;
  width: 120px;
  height: 1px;
  background-color: rgba(112, 112, 112, 0.68);
}

.blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .blog-video-box {
  position: relative;
  margin-bottom: 60px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .blog-video-box {
    margin-bottom: 40px;
  }
}

.blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .blog-video-box .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #E3E1FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .blog-video-box .video-play-btn {
    height: 60px;
    width: 60px;
  }
}

.blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .blog-video-box .video-play-btn img {
  margin-bottom: 0;
}

.blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .blog-video-box video {
  width: 100%;
  border-radius: 6px;
}

.blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .blog-list-content {
  margin-bottom: 35px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .blog-list-content .sub-heading {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #200849;
  margin-bottom: 30px;
  max-width: 80%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  .blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .blog-list-content .sub-heading {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .blog-list-content .sub-heading {
    max-width: 100%;
    font-size: 22px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .blog-list-content .sub-heading {
    font-size: 20px;
    line-height: 26px;
  }
}

.blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .blog-list-content ul li {
  font-size: 18px;
  line-height: 30px;
  color: #3D3A2F;
  margin-bottom: 20px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .blog-list-content ul li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }
}

.blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .blog-list-content ul li:last-child {
  margin-bottom: 0;
}

.blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .blog-content-text {
  max-height: 100%;
  -webkit-columns: inherit;
          columns: inherit;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .blog-content-text .sub-heading {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #200849;
  margin-bottom: 30px;
  max-width: 80%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .blog-content-text .sub-heading {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .blog-content-text .sub-heading {
    max-width: 100%;
    font-size: 22px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .blog-content-text .sub-heading {
    font-size: 20px;
    line-height: 26px;
  }
}

.blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .blog-content-text p {
  font-size: 18px;
  line-height: 30px;
  color: #3D3A2F;
  margin-bottom: 20px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .blog-content-text p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }
}

.blog-sidebar-section .blog-content-block.blog-detail-content-block .blog-item-box .blog-content-text p:last-child {
  margin-bottom: 0;
}

.blog-sidebar-section .blog-content-block .blog-item-box {
  margin-bottom: 120px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar-section .blog-content-block .blog-item-box {
    margin-bottom: 100px;
  }
}

.blog-sidebar-section .blog-content-block .blog-item-box:last-child {
  margin-bottom: 0;
}

.blog-sidebar-section .blog-content-block .blog-item-box .heading {
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  color: #200849;
  margin-bottom: 30px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .blog-sidebar-section .blog-content-block .blog-item-box .heading {
    font-size: 42px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-sidebar-section .blog-content-block .blog-item-box .heading {
    font-size: 38px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-sidebar-section .blog-content-block .blog-item-box .heading {
    font-size: 30px;
    line-height: 32px;
  }
}

.blog-sidebar-section .blog-content-block .blog-item-box .date-auther-box {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.blog-sidebar-section .blog-content-block .blog-item-box .date-auther-box strong {
  font-weight: 600;
  color: #000000;
  margin-right: 3px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.blog-sidebar-section .blog-content-block .blog-item-box .date-auther-box span {
  color: #464646;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.blog-sidebar-section .blog-content-block .blog-item-box .blog-content-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #3D3A2F;
  margin-bottom: 50px;
  -webkit-columns: 2;
          columns: 2;
  max-height: 200px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar-section .blog-content-block .blog-item-box .blog-content-text {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-sidebar-section .blog-content-block .blog-item-box .blog-content-text {
    -webkit-columns: unset;
            columns: unset;
    max-height: 100%;
  }
}

.blog-sidebar-section .blog-content-block .blog-item-box img {
  border-radius: 4px;
  margin-bottom: 35px;
}

.blog-sidebar-section .blog-content-block .blog-item-box .read-more-btn {
  width: 156px;
}

.blog-sidebar-section .blog-content-block .blog-item-box .read-more-btn:hover {
  background-color: #653494;
  color: #ffffff;
}

.modal#partnerPayro {
  z-index: 9999;
}

.modal#partnerPayro .modal-dialog .modal-content {
  background-color: #ffffff;
  padding: 50px 50px;
  border-radius: 6px;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 991px) {
  .modal#partnerPayro .modal-dialog .modal-content {
    padding: 40px 30px 40px;
  }
}

@media only screen and (max-width: 575px) {
  .modal#partnerPayro .modal-dialog .modal-content {
    padding: 30px 20px 30px;
  }
}

.modal#partnerPayro .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.modal#partnerPayro .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  padding: 0;
}

@media only screen and (max-width: 575px) {
  .modal#partnerPayro .modal-dialog .modal-content .modal-header .close {
    right: 10px;
  }
}

.modal#partnerPayro .modal-dialog .modal-content .modal-header .close span {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #653494;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal#partnerPayro .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  color: #38BB9F;
  margin-bottom: 15px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.modal#partnerPayro .modal-dialog .modal-content .modal-header .modal-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #200849;
  margin-bottom: 25px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.modal#partnerPayro .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.modal#partnerPayro .modal-dialog .modal-content .modal-body form .form-group {
  margin-bottom: 20px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.modal#partnerPayro .modal-dialog .modal-content .modal-body form .form-group input.form-control, .modal#partnerPayro .modal-dialog .modal-content .modal-body form .form-group textarea.form-control {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-height: 64px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #200849;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  caret-color: #38BB9F;
}

.modal#partnerPayro .modal-dialog .modal-content .modal-body form .form-group input.form-control:-webkit-autofill, .modal#partnerPayro .modal-dialog .modal-content .modal-body form .form-group textarea.form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #200849;
}

.modal#partnerPayro .modal-dialog .modal-content .modal-body form .form-group input.form-control:-webkit-autofill:focus, .modal#partnerPayro .modal-dialog .modal-content .modal-body form .form-group textarea.form-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #200849;
}

.modal#partnerPayro .modal-dialog .modal-content .modal-body form .form-group input.form-control::-webkit-input-placeholder, .modal#partnerPayro .modal-dialog .modal-content .modal-body form .form-group textarea.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.modal#partnerPayro .modal-dialog .modal-content .modal-body form .form-group input.form-control:-ms-input-placeholder, .modal#partnerPayro .modal-dialog .modal-content .modal-body form .form-group textarea.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.modal#partnerPayro .modal-dialog .modal-content .modal-body form .form-group input.form-control::-ms-input-placeholder, .modal#partnerPayro .modal-dialog .modal-content .modal-body form .form-group textarea.form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.modal#partnerPayro .modal-dialog .modal-content .modal-body form .form-group input.form-control::placeholder, .modal#partnerPayro .modal-dialog .modal-content .modal-body form .form-group textarea.form-control::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.modal#partnerPayro .modal-dialog .modal-content .modal-body form .form-group input.form-control:focus, .modal#partnerPayro .modal-dialog .modal-content .modal-body form .form-group textarea.form-control:focus {
  border-color: #38BB9F;
}

.modal#partnerPayro .modal-dialog .modal-content .modal-body form .form-group textarea {
  resize: none;
}

.modal#partnerPayro .modal-dialog .modal-content .modal-body form button, .modal#partnerPayro .modal-dialog .modal-content .modal-body form input[type="submit"] {
  margin: 10px auto 0;
  width: 156px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.modal#partnerPayro .modal-dialog .modal-content .modal-body form button:hover, .modal#partnerPayro .modal-dialog .modal-content .modal-body form button:focus, .modal#partnerPayro .modal-dialog .modal-content .modal-body form button:active, .modal#partnerPayro .modal-dialog .modal-content .modal-body form input[type="submit"]:hover, .modal#partnerPayro .modal-dialog .modal-content .modal-body form input[type="submit"]:focus, .modal#partnerPayro .modal-dialog .modal-content .modal-body form input[type="submit"]:active {
  color: #ffffff;
  background-color: #653494;
}

.modal#partnerPayro .modal-dialog .modal-content .modal-body form .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}

.modal#partnerPayro .modal-dialog .modal-content .modal-body form .wpcf7-response-output {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */