.color-white {
  color: #ffffff;
}
.color-white p {
  color: #ffffff;
}
.color-green {
  color: #4ebd4e;
}
.color-black {
  color: #021625;
}
.color-gray {
  color: #707070;
}
.color-gray-light {
  color: #e1e1e1;
}
.color-green-dark {
  color: #003b55;
}
.color-blue {
  color: #0090d3;
}
.color-blue-light {
  color: #3ec2ff;
}
.color-blue-dark {
  color: #342784;
}
.color-purple {
  color: #8b4487;
}
.bg-color-white {
  background-color: #ffffff;
}
.bg-color-green {
  background-color: #4ebd4e;
}
.bg-color-gray {
  background-color: #707070;
}
.bg-color-gray-light {
  background-color: #e1e1e1;
}
.bg-color-green-dark {
  background-color: #003b55;
}
.bg-color-blue {
  background-color: #0090d3;
}
.bg-color-blue-light {
  background-color: #3ec2ff;
}
.bg-color-blue-dark {
  background-color: #342784;
}
.bg-color-purple {
  background-color: #8b4487;
}
.bg-color-gray-op10 {
  background-color: rgba(112, 112, 112, 0.1);
}
.bg-color-gray-op15 {
  background-color: rgba(112, 112, 112, 0.15);
}
.bg-color-blue-op15 {
  background-color: rgba(0, 144, 211, 0.15);
}
.bg-gradient-blue-dark {
  background: linear-gradient(0deg, #2c2170 0%, #006da0 100%);
}
.bg-gradient-blue-light {
  background: linear-gradient(185deg, #342784 0%, #0090d3 100%);
}
.bg-gradient-dark-green-transparent {
  background: linear-gradient(90deg, #003b55 0%, #003b55 100%);
}
:root {
  font-size: 15px;
}
@media (min-width: 768px) {
  :root {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  :root {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  :root {
    font-size: 16px;
  }
}
@media (min-width: 2560px) {
  :root {
    font-size: 20px;
  }
}
body {
  background: #ffffff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  color: #342784;
  font-weight: 200;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#layout-footer {
  width: 100%;
  bottom: 0;
}
section p {
  color: #707070;
}
b,
strong {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "bebas-neue-pro-expanded", "Roboto", Arial, sans-serif;
}
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
  color: unset;
}
h1 {
  font-size: 40px;
  letter-spacing: -2px;
}
@media (min-width: 1400px) {
  h1 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (min-width: 2560px) {
  h1 {
    font-size: 80px;
  }
}
h2 {
  font-size: 30px;
  letter-spacing: -2px;
}
@media (min-width: 1400px) {
  h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (min-width: 2560px) {
  h2 {
    font-size: 60px;
  }
}
h3 {
  font-size: 25px;
}
@media (min-width: 1400px) {
  h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 2560px) {
  h3 {
    font-size: 30px;
  }
}
.thin {
  font-weight: 200;
}
.regular {
  font-weight: 300;
}
.medium {
  font-weight: 400;
}
.bold {
  font-weight: 500;
}
.heavy {
  font-weight: 600;
}
.z-index-0 {
  z-index: 0;
}
.z-index-1 {
  z-index: 1;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-94 {
  width: 94% !important;
}
.p-50 {
  padding: 50px;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pl-1 {
  padding-left: 2rem !important;
}
.pl-2 {
  padding-left: 4rem !important;
}
.pl-3 {
  padding-left: 6rem !important;
}
.pl-4 {
  padding-left: 8rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}
.pr-1 {
  padding-right: 2rem !important;
}
.pr-2 {
  padding-right: 4rem !important;
}
.pr-3 {
  padding-right: 6rem !important;
}
.pr-4 {
  padding-right: 8rem !important;
}
.px-7 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}
.px-6 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}
.py-45 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}
@media (min-width: 768px) {
  .p-md-50 {
    padding: 50px !important;
  }
  .p-md-auto {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-padding-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-padding-md-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pl-md-1 {
    padding-left: 2rem !important;
  }
  .pl-md-2 {
    padding-left: 4rem !important;
  }
  .pl-md-3 {
    padding-left: 6rem !important;
  }
  .pl-md-4 {
    padding-left: 8rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .pr-md-1 {
    padding-right: 2rem !important;
  }
  .pr-md-2 {
    padding-right: 4rem !important;
  }
  .pr-md-3 {
    padding-right: 6rem !important;
  }
  .pr-md-4 {
    padding-right: 8rem !important;
  }
  .px-md-6 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-md-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-4-custom {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-94 {
    width: 94% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
}
@media (min-width: 992px) {
  .p-lg-50 {
    padding: 50px !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .section-padding-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-padding-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .pl-lg-1 {
    padding-left: 2rem !important;
  }
  .pl-lg-2 {
    padding-left: 4rem !important;
  }
  .pl-lg-3 {
    padding-left: 6rem !important;
  }
  .pl-lg-4 {
    padding-left: 8rem !important;
  }
  .pr-lg-0 {
    padding-right: 0rem !important;
  }
  .pr-lg-1 {
    padding-right: 2rem !important;
  }
  .pr-lg-2 {
    padding-right: 4rem !important;
  }
  .pr-lg-3 {
    padding-right: 6rem !important;
  }
  .pr-lg-4 {
    padding-right: 8rem !important;
  }
  .px-lg-6 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-lg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-4-custom {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .px-xlg-6 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
  .px-xlg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .section-padding-xlg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .section-padding-xlg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .w-xlg-50 {
    width: 50% !important;
  }
  .w-xlg-75 {
    width: 75% !important;
  }
  .w-xlg-85 {
    width: 85% !important;
  }
  .h-xlg-50 {
    height: 50%;
  }
  .equal-lg-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .equal-lg-row .equal-lg-col {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 3840px) {
  .p-uhd-4 {
    padding: 4.5rem !important;
  }
  .pt-uhd-4 {
    padding-top: 5.5rem !important;
  }
  .pt-uhd-5 {
    padding-top: 6.5rem !important;
  }
}
.fw-semibold {
  font-weight: 600 !important;
}
.font-xs {
  font-size: 0.8rem !important;
}
.font-sm {
  font-size: 1rem !important;
}
.font-md {
  font-size: 1.3rem !important;
}
.line-h-sm {
  line-height: 20px !important;
}
.line-h-md {
  line-height: 30px !important;
}
.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4,
.redactor-editor h5,
.redactor-editor h6 {
  font-weight: normal;
  letter-spacing: 0;
}
.bold {
  font-weight: 400 !important;
}
.section-padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.styled-heading.loggined-user {
  position: relative;
  display: unset;
}
.styled-heading.loggined-user div:first-child {
  display: inline;
}
.styled-heading.loggined-user div:first-child h1,
.styled-heading.loggined-user div:first-child h2,
.styled-heading.loggined-user div:first-child h3,
.styled-heading.loggined-user div:first-child h4,
.styled-heading.loggined-user div:first-child h5 {
  display: inherit;
}
.styled-heading.loggined-user:before {
  position: absolute;
  content: url('../themes/demo/assets/img/heading-icon.svg');
  left: -50px;
  z-index: 0;
  height: 110px;
  display: flex;
  top: -50px;
}
.styled-heading {
  position: relative;
  display: inline;
}
.styled-heading h1,
.styled-heading h2,
.styled-heading h3,
.styled-heading h4,
.styled-heading h5 {
  display: inherit;
}
.styled-heading:before {
  position: absolute;
  content: url('../themes/demo/assets/img/heading-icon.svg');
  left: -50px;
  z-index: 0;
  height: 110px;
  display: flex;
  top: -20px;
}
.b-radius-5 {
  border-radius: 30px;
}
@media (min-width: 320px) {
  body.open {
    position: relative;
  }
  body.open:before {
    content: '';
    background-color: rgba(2, 22, 37, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100vh;
  }
  body.close {
    position: relative;
  }
  body.close:before {
    display: none;
  }
  .responsive-bar {
    display: block;
    width: 100%;
    height: 75px;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px;
    box-sizing: border-box;
    z-index: 1000;
  }
  .responsive-bar .logo img {
    float: left;
    height: 50px;
  }
  .responsive-bar .menu a {
    display: inline-block;
    width: 60px;
    height: 32px;
    padding: 4px 22px;
    background-color: #e1e1e1;
    margin-top: 15px;
  }
  .responsive-bar .menu a img {
    max-width: 100%;
    max-height: 100%;
  }
  .inner nav.white .with-sub:hover .sub-menu {
    padding: 0px 20px !important;
  }
  nav.white {
    background-color: #ffffff;
    transition: .5s;
    height: 60px;
    padding: 0px;
  }
  nav.white ul li {
    padding: 0;
  }
  nav.white .header-button {
    display: none;
  }
  nav.white li.with-sub:hover .sub-menu {
    top: 0 !important;
    padding: 0px 20px !important;
  }
  nav {
    background-color: unset;
  }
  nav .logo {
    display: none;
  }
  nav ul {
    width: 100%;
    top: 75px;
    position: fixed;
    left: 0;
    background: #ffffff;
    display: none;
    float: none;
    max-height: 450px;
    padding: 0 20px !important;
  }
  nav ul li {
    width: 100%;
    padding: 0;
    display: inline-block;
    border-bottom: 1px solid #eeeeee;
  }
  nav ul li:last-child {
    border-bottom: 0;
  }
  nav ul li a {
    display: block;
    width: 85%;
    text-align: left;
    color: #342784;
    transition: .5s;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 1.1rem;
    line-height: 2rem;
    text-decoration: none;
    padding: 10px 0;
    float: left;
  }
  nav ul li a i {
    display: none !important;
  }
  nav ul li i {
    width: 15%;
    float: right;
    padding: 18px 15px;
  }
  nav ul li.with-sub .sub-menu {
    background-color: #eeeeee;
    display: none;
    position: fixed;
    top: 0;
    overflow: hidden;
  }
  nav ul li.with-sub .sub-menu li {
    display: grid;
  }
  nav ul li.with-sub:hover .sub-menu {
    top: 0;
  }
  nav ul.active {
    display: block;
  }
  nav .header-button {
    display: none;
  }
}
@media (min-width: 320px) and (min-width: 768px) {
  .responsive-bar .menu a {
    padding: 8px 22px;
  }
}
@media (min-width: 320px) and (min-width: 992px) {
  nav ul {
    padding: 0;
  }
}
@media (min-width: 320px) and (min-width: 768px) {
  nav ul li a {
    width: 90%;
  }
}
@media (min-width: 320px) and (min-width: 768px) {
  nav ul li i {
    width: 10%;
  }
}
nav {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 0 0 0;
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
  z-index: 10;
  height: 78px;
}
@media (min-width: 1200px) {
  nav {
    height: 89px;
  }
}
nav .padded {
  margin-top: 0;
  transition: .5s;
}
@media (min-width: 768px) {
  nav .button {
    font-size: 1rem;
  }
}
@media (min-width: 3840px) {
  nav .button {
    font-size: 1.5rem;
  }
}
nav .button:hover {
  color: #000;
}
@media (min-width: 992px) {
  nav {
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(4px);
    border-bottom: 1px solid transparent;
    transition: 0.4s ease-in-out;
  }
  nav .logo {
    float: left;
    display: block;
    padding-top: 0;
    transition: .5s;
  }
  nav .logo img {
    max-width: 175px;
    padding-top: 10px;
    transition: 0.5s ease-in-out;
    padding-bottom: 10px;
  }
  nav ul {
    margin: 0;
    padding: 0;
    text-align: right;
    display: block;
    background: unset;
    position: unset;
    width: unset;
    padding-top: 10px !important;
  }
  nav ul li {
    width: unset;
    list-style: none;
    padding: 20px 8px 0;
    border: 0;
  }
  nav ul li a {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 10px;
    font-weight: 300;
    width: 100%;
    display: unset;
    line-height: 16px;
    border-bottom: 5px solid transparent;
    transition: 0.5s ease-in-out;
    padding: 10px 0 16px 0;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
  }
  nav ul li a:hover {
    border-bottom: 5px solid #ffffff;
    border-radius: 0;
    color: #021625;
  }
  nav ul li a i {
    display: unset !important;
    width: unset;
    padding-left: 10px;
    float: unset;
    padding-top: unset;
    padding-right: unset;
    padding-bottom: unset;
  }
  nav ul .with-sub:hover .sub-menu {
    display: block;
    position: fixed;
    overflow: unset;
  }
  nav ul .with-sub:hover .sub-menu li {
    display: inline-block;
  }
  nav ul .with-sub:hover > a:first-child:not(.htmlCss-sub-menu > li:first-child > a) {
    border-bottom: 5px solid #ffffff;
    border-radius: 0;
    color: #021625;
  }
  nav ul .sub-menu {
    position: absolute;
    top: 77px !important;
    line-height: 0;
    background: rgba(255, 255, 255, 0.6) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
    padding: 0 5px !important;
    right: 0;
    width: auto;
    text-align: center;
  }
  nav ul .sub-menu a {
    border-bottom: 5px solid transparent;
    font-size: 10px;
    padding: 0 5px 20px;
    color: #000;
  }
  nav ul .sub-menu a:hover {
    border-bottom: 5px solid #ffffff;
    border-radius: 0;
    color: #021625;
  }
  nav ul .sub-menu:hover {
    display: block;
  }
  nav ul li.active > a:first-child {
    border-bottom: 5px solid #ffffff;
    border-radius: 0;
    color: #021625;
  }
  nav .header-button {
    text-align: right;
    display: block;
    padding-top: 12px;
    transition: .5s;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  nav .logo img {
    max-width: 200px;
    padding-top: 10px;
    transition: .5s;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  nav .logo img {
    max-width: 250px;
    padding-top: 7px;
    max-height: 80px;
  }
}
@media (min-width: 992px) and (min-width: 2560px) {
  nav .logo img {
    max-width: 264px;
    padding-top: 15px;
    max-height: 135px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  nav ul {
    padding: 0 !important;
  }
}
@media (min-width: 992px) and (min-width: 2560px) {
  nav ul {
    padding: 8px 0 0 0 !important;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  nav ul li {
    padding: 32px 8px 0;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  nav ul li a {
    font-size: 13px;
    padding: 9px 5px 26px;
  }
}
@media (min-width: 992px) and (min-width: 2560px) {
  nav ul li a {
    font-size: 17px;
    padding: 20px 10px 40px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  nav ul .sub-menu {
    top: 88px !important;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  nav ul .sub-menu {
    top: 88px !important;
  }
}
@media (min-width: 992px) and (min-width: 2560px) {
  nav ul .sub-menu {
    top: 121px !important;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  nav ul .sub-menu a {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (min-width: 2560px) {
  nav ul .sub-menu a {
    font-size: 19px;
    padding: 0 20px 20px;
  }
}
@media (min-width: 2560px) {
  nav {
    height: 124px;
  }
  nav .logo img {
    min-width: 285px;
  }
}
nav.white {
  background-color: transparent;
  top: 0px;
  z-index: 999;
  padding: 0;
  height: 65px;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  nav.white {
    background-color: #ffffff;
    border-bottom: 1px solid #342784;
  }
  nav.white .header-button {
    text-align: right;
    display: block;
    transition: .5s;
  }
}
@media (min-width: 1200px) {
  nav.white {
    height: 78px;
  }
}
@media (min-width: 2560px) {
  nav.white {
    padding: 0;
    height: 90px;
  }
  nav.white ul {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  nav.white ul {
    padding-top: 0 !important;
  }
}
@media (min-width: 992px) {
  nav.white ul li {
    padding: 18px 8px 0;
  }
}
@media (min-width: 1200px) {
  nav.white ul li {
    padding: 32px 8px 0;
  }
}
@media (min-width: 992px) {
  nav.white ul li a {
    color: #021625;
    padding: 9px 5px 16px;
  }
  nav.white ul li a:hover {
    border-bottom: 5px solid #342784;
    color: #0090d3;
  }
}
@media (min-width: 992px) and (min-width: 2560px) {
  nav.white ul li a {
    padding: 9px 5px 25px;
  }
}
nav.white ul .with-sub:hover {
  background-color: #ffffff;
}
nav.white ul .with-sub:hover .sub-menu {
  display: block;
  background-color: #eeeeee !important;
  padding: 0 5px 0 5px !important;
  top: 83px;
}
@media (min-width: 992px) {
  nav.white ul .with-sub:hover .sub-menu {
    top: 64px !important;
  }
}
@media (min-width: 1200px) {
  nav.white ul .with-sub:hover .sub-menu {
    top: 77px !important;
  }
}
@media (min-width: 2560px) {
  nav.white ul .with-sub:hover .sub-menu {
    top: 88px !important;
  }
}
nav.white ul .with-sub:hover .sub-menu li {
  padding: 18px 8px 0;
}
@media (min-width: 992px) {
  nav.white ul .with-sub:hover > a:first-child:not(.htmlCss-sub-menu > li:first-child > a) {
    border-bottom: 5px solid #342784;
    border-radius: 0;
    color: #021625;
  }
  nav.white ul li.active > a:first-child {
    border-bottom: 5px solid #342784;
    color: #0090d3;
  }
}
nav.white .logo img {
  transition: .5s;
}
@media (min-width: 768px) {
  nav.white .logo img {
    width: 118px;
    height: 55px;
  }
}
@media (min-width: 992px) {
  nav.white .logo img {
    max-width: 180px;
    height: 55px;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  nav.white .logo img {
    width: 100%;
    max-width: 180px;
    height: auto;
    padding-bottom: 7px;
  }
}
@media (min-width: 2560px) {
  nav.white .logo img {
    min-width: 250px;
    max-width: 250px;
    height: auto;
  }
}
@media (min-width: 992px) {
  body.open {
    position: relative;
  }
  body.open:before {
    display: none;
  }
  body.close {
    position: relative;
  }
  body.close:before {
    display: none;
  }
  .responsive-bar {
    display: none;
  }
  .responsive-bar .logo img {
    max-width: 180px;
    float: left;
  }
  .responsive-bar .menu img {
    width: auto;
    height: 30px;
    float: right;
    margin-top: 6px;
  }
}
.inner .small-header .header-image {
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: 318px;
  margin-top: 0;
  border-bottom: 6px solid #0090d3;
}
@media (min-width: 2560px) {
  .inner .small-header .header-image {
    min-height: 290px;
  }
}
.inner .small-header .header-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg, #003b55 0%, rgba(0, 59, 85, 0) 100%);
}
.inner .small-header .header-image h2 {
  color: white;
  font-size: 30px;
  margin: 0;
}
.inner .small-header .header-image p {
  color: white;
  font-size: 15px;
  margin: 0;
}
.inner .header-image {
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: 588px;
  border-bottom: 6px solid #0090d3;
}
.inner .header-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg, #003b55 0%, rgba(0, 59, 85, 0) 100%);
}
.inner .header-image h2 {
  color: white;
  font-size: 30px;
  margin: 0;
  letter-spacing: -1px;
}
.inner .header-image p {
  color: white;
  font-size: 15px;
  margin: 0;
}
.with-link .edit-btn {
  opacity: 1;
  height: 100%;
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 0;
  z-index: 3;
  width: 0;
  left: 0;
  background: linear-gradient(0deg, #2c2170 0%, #006da0 100%);
}
.with-link .edit-btn .row {
  height: 100%;
  padding: 0;
  margin: 0;
}
.with-link .edit-btn .row .col-12 {
  padding: 0;
}
.with-link .edit-btn .row .col-12 .btn {
  background-color: white;
  border-radius: 50%;
  width: 0;
  height: 70px;
  padding: 22px 0;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.with-link .edit-btn .row .col-12 .btn i {
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.with-link:hover .edit-btn {
  opacity: 1;
  width: 5vw;
  height: 100%;
}
.with-link:hover .edit-btn .row {
  padding: inherit;
  margin: inherit;
}
.with-link:hover .edit-btn .row .col-12 {
  padding: 0;
}
.with-link:hover .edit-btn .row .col-12 .btn {
  width: 70px;
  padding: 22px;
}
.with-link:hover .edit-btn .row .col-12 .btn i {
  opacity: 1;
}
section {
  position: relative;
}
.custom-btn {
  --notchSize: 18px;
  padding: 15px 30px;
  overflow: hidden;
  margin-top: 20px;
  display: inline-block;
  transition: 0.5s ease-in-out;
}
.custom-btn:hover {
  padding: 15px 35px;
  --notchSize: 14px;
  color: #ffffff;
}
.custom-btn-small {
  --notchSize: 14px;
  padding: 10px 20px !important;
  overflow: hidden;
  margin-top: 20px;
  display: inline-block;
  transition: 0.5s ease-in-out;
  font-size: 13px;
}
.custom-btn-small:hover {
  padding: 10px 25px !important;
  --notchSize: 12px;
  color: #ffffff;
}
.custom-btn-primery {
  background-color: #0090d3;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
}
.custom-btn-primery:hover {
  background-color: #342784;
}
.custom-btn-secondary {
  background-color: #4ebd4e;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
}
.custom-btn-secondary:hover {
  background-color: #116d11;
}
.custom-btn-tertiary {
  background-color: #003b55;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
}
.custom-btn-tertiary:hover {
  background-color: #116d11;
}
.float-items {
  display: none;
}
@media (min-width: 992px) {
  .float-items {
    display: block;
  }
}
.left-bg {
  position: relative;
  overflow: hidden;
}
.left-bg:after {
  background-color: #8b4487;
  content: '';
  position: absolute;
  width: 13vw;
  height: 30vw;
  border-top-right-radius: 800px;
  opacity: 10%;
  filter: blur(20px);
  left: 0;
  top: 0;
  max-height: 80%;
  bottom: 0;
  margin: auto;
  border-bottom-right-radius: 800px;
}
.right-bg-sm-purple {
  position: relative;
}
.right-bg-sm-purple:before {
  background-color: #8b4487;
  content: '';
  position: absolute;
  width: 8vw;
  height: 20vw;
  border-top-left-radius: 800px;
  opacity: 18%;
  filter: blur(20px);
  right: 0;
  top: 0;
  max-height: 80%;
  bottom: 0;
  margin: auto;
  border-bottom-left-radius: 800px;
}
.right-bg-sm-purple .float-items {
  position: absolute;
}
.right-bg-sm-purple .float-items div:first-child svg {
  color: #8b4487;
  filter: blur(10px);
}
.right-bg-sm-purple .float-items div:nth-child(2) {
  margin-top: 0;
  margin-left: -60px;
}
.right-bg-sm-purple .float-items div:nth-child(2) svg {
  color: #0090d3;
  filter: blur(5px);
}
.right-bg-lg-purple {
  position: relative;
}
.right-bg-lg-purple:before {
  background-color: #8b4487;
  content: '';
  position: absolute;
  width: 13vw;
  height: 30vw;
  border-top-left-radius: 800px;
  opacity: 18%;
  filter: blur(20px);
  right: 0;
  top: 0;
  max-height: 80%;
  bottom: 0;
  margin: auto;
  border-bottom-left-radius: 800px;
}
.right-bg-lg-purple .float-items {
  position: absolute;
}
.right-bg-lg-purple .float-items div:first-child svg {
  color: #8b4487;
  filter: blur(10px);
}
.right-bg-lg-purple .float-items div:nth-child(2) {
  margin-top: 0;
  margin-left: -60px;
}
.right-bg-lg-purple .float-items div:nth-child(2) svg {
  color: #0090d3;
  filter: blur(5px);
}
.right-bg-sm-blue {
  position: relative;
}
.right-bg-sm-blue:before {
  background-color: #0090d3;
  content: '';
  position: absolute;
  width: 8vw;
  height: 20vw;
  border-top-left-radius: 800px;
  opacity: 18%;
  filter: blur(20px);
  right: 0;
  top: 0;
  max-height: 80%;
  bottom: 0;
  margin: auto;
  border-bottom-left-radius: 800px;
}
.right-bg-sm-blue .float-items {
  position: absolute;
}
.right-bg-sm-blue .float-items div:first-child svg {
  color: #8b4487;
  filter: blur(10px);
}
.right-bg-sm-blue .float-items div:nth-child(2) {
  margin-top: 0;
  margin-left: -60px;
}
.right-bg-sm-blue .float-items div:nth-child(2) svg {
  color: #0090d3;
  filter: blur(5px);
}
.right-bg-lg-blue {
  position: relative;
}
.right-bg-lg-blue:before {
  background-color: #0090d3;
  content: '';
  position: absolute;
  width: 13vw;
  height: 30vw;
  border-top-left-radius: 800px;
  opacity: 18%;
  filter: blur(20px);
  right: 0;
  top: 0;
  max-height: 80%;
  bottom: 0;
  margin: auto;
  border-bottom-left-radius: 800px;
}
.right-bg-lg-blue .float-items {
  position: absolute;
}
.right-bg-lg-blue .float-items div:first-child svg {
  color: #8b4487;
  filter: blur(10px);
}
.right-bg-lg-blue .float-items div:nth-child(2) {
  margin-top: 0;
  margin-left: -60px;
}
.right-bg-lg-blue .float-items div:nth-child(2) svg {
  color: #0090d3;
  filter: blur(5px);
}
.float-items {
  position: absolute;
}
.float-items div:first-child svg {
  color: #8b4487;
  filter: blur(10px);
}
.float-items div:nth-child(2) {
  margin-top: 50px;
  margin-left: -50px;
}
.float-items div:nth-child(2) svg {
  color: #0090d3;
  filter: blur(20px);
}
.float-items.left {
  top: -100px;
  left: 10%;
}
.float-items.right {
  top: -100px;
  right: 10%;
}
.float-items.bottom_right {
  bottom: 30px;
  right: 10%;
}
.float-items.bottom-center {
  bottom: 10px;
  left: 50%;
}
.float-items.bottom-center div:nth-child(2) {
  margin-top: 108px;
  margin-left: -142px;
}
.shape-bg {
  background-image: url("../themes/demo/assets/img/bg-shape.svg");
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: 0;
}
@media (min-width: 1200px) {
  .shape-bg {
    background-position: 0 -118px;
  }
}
.circle-bg-container {
  position: relative;
}
.circle-bg-container:before {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #8b4487;
  opacity: 15%;
  filter: blur(10px);
  left: -100px;
  z-index: -1;
  bottom: -100px;
}
.footer {
  padding-top: 50px;
}
.footer .logo img {
  max-width: 265px;
}
@media (min-width: 1200px) {
  .footer .logo img {
    max-width: 350px;
  }
}
@media (min-width: 2560px) {
  .footer .logo img {
    max-width: 430px;
  }
}
.footer .border-bottom {
  border-bottom: 1px solid #707070 !important;
}
.footer .address-header {
  color: #0090d3;
}
.footer .address-header svg {
  float: left;
  padding-right: 10px;
  max-width: 30px;
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .footer .address-header svg {
    max-width: 40px;
  }
}
.footer .address-header .phone-icon {
  max-width: 40px;
}
@media (min-width: 1200px) {
  .footer .address-header .phone-icon {
    max-width: 48px;
  }
}
.footer .address-header h3 {
  float: left;
  font-size: 28px;
}
@media (min-width: 1200px) {
  .footer .address-header h3 {
    font-size: 36px;
  }
}
.footer .contact-data {
  font-size: 15px;
  color: #ffffff;
  float: left;
  width: 100%;
  padding-left: 40px;
}
@media (min-width: 1200px) {
  .footer .contact-data {
    font-size: 16px;
  }
}
.footer .contact-data .redactor-editor,
.footer .contact-data .redactor-box {
  color: black;
}
.footer .footer-menu ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.footer .footer-menu li {
  padding: 0 10px;
  display: inline-block;
}
.footer .footer-menu li a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  font-size: 13px;
}
.footer .footer-menu li a:hover {
  color: #0090d3;
}
.footer .footer-menu li:last-child {
  margin-right: .5rem;
}
.footer .footer-menu .socials a {
  font-size: 20px;
}
.puls-group-logo {
  max-width: 100%;
}
@media (min-width: 768px) {
  .puls-group-logo {
    max-width: 400px;
  }
}
.video-header {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.video-header #background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:root {
  font-size: 15px;
}
@media (min-width: 768px) {
  :root {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  :root {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  :root {
    font-size: 16px;
  }
}
@media (min-width: 2560px) {
  :root {
    font-size: 20px;
  }
}
body {
  background: #ffffff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  color: #342784;
  font-weight: 200;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#layout-footer {
  width: 100%;
  bottom: 0;
}
section p {
  color: #707070;
}
b,
strong {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "bebas-neue-pro-expanded", "Roboto", Arial, sans-serif;
}
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
  color: unset;
}
h1 {
  font-size: 40px;
  letter-spacing: -2px;
}
@media (min-width: 1400px) {
  h1 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (min-width: 2560px) {
  h1 {
    font-size: 80px;
  }
}
h2 {
  font-size: 30px;
  letter-spacing: -2px;
}
@media (min-width: 1400px) {
  h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (min-width: 2560px) {
  h2 {
    font-size: 60px;
  }
}
h3 {
  font-size: 25px;
}
@media (min-width: 1400px) {
  h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 2560px) {
  h3 {
    font-size: 30px;
  }
}
.thin {
  font-weight: 200;
}
.regular {
  font-weight: 300;
}
.medium {
  font-weight: 400;
}
.bold {
  font-weight: 500;
}
.heavy {
  font-weight: 600;
}
.z-index-0 {
  z-index: 0;
}
.z-index-1 {
  z-index: 1;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-94 {
  width: 94% !important;
}
.p-50 {
  padding: 50px;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pl-1 {
  padding-left: 2rem !important;
}
.pl-2 {
  padding-left: 4rem !important;
}
.pl-3 {
  padding-left: 6rem !important;
}
.pl-4 {
  padding-left: 8rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}
.pr-1 {
  padding-right: 2rem !important;
}
.pr-2 {
  padding-right: 4rem !important;
}
.pr-3 {
  padding-right: 6rem !important;
}
.pr-4 {
  padding-right: 8rem !important;
}
.px-7 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}
.px-6 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}
.py-45 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}
@media (min-width: 768px) {
  .p-md-50 {
    padding: 50px !important;
  }
  .p-md-auto {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-padding-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-padding-md-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pl-md-1 {
    padding-left: 2rem !important;
  }
  .pl-md-2 {
    padding-left: 4rem !important;
  }
  .pl-md-3 {
    padding-left: 6rem !important;
  }
  .pl-md-4 {
    padding-left: 8rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .pr-md-1 {
    padding-right: 2rem !important;
  }
  .pr-md-2 {
    padding-right: 4rem !important;
  }
  .pr-md-3 {
    padding-right: 6rem !important;
  }
  .pr-md-4 {
    padding-right: 8rem !important;
  }
  .px-md-6 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-md-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-4-custom {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-94 {
    width: 94% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
}
@media (min-width: 992px) {
  .p-lg-50 {
    padding: 50px !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .section-padding-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-padding-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .pl-lg-1 {
    padding-left: 2rem !important;
  }
  .pl-lg-2 {
    padding-left: 4rem !important;
  }
  .pl-lg-3 {
    padding-left: 6rem !important;
  }
  .pl-lg-4 {
    padding-left: 8rem !important;
  }
  .pr-lg-0 {
    padding-right: 0rem !important;
  }
  .pr-lg-1 {
    padding-right: 2rem !important;
  }
  .pr-lg-2 {
    padding-right: 4rem !important;
  }
  .pr-lg-3 {
    padding-right: 6rem !important;
  }
  .pr-lg-4 {
    padding-right: 8rem !important;
  }
  .px-lg-6 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-lg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-4-custom {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .px-xlg-6 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
  .px-xlg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .section-padding-xlg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .section-padding-xlg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .w-xlg-50 {
    width: 50% !important;
  }
  .w-xlg-75 {
    width: 75% !important;
  }
  .w-xlg-85 {
    width: 85% !important;
  }
  .h-xlg-50 {
    height: 50%;
  }
  .equal-lg-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .equal-lg-row .equal-lg-col {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 3840px) {
  .p-uhd-4 {
    padding: 4.5rem !important;
  }
  .pt-uhd-4 {
    padding-top: 5.5rem !important;
  }
  .pt-uhd-5 {
    padding-top: 6.5rem !important;
  }
}
.fw-semibold {
  font-weight: 600 !important;
}
.font-xs {
  font-size: 0.8rem !important;
}
.font-sm {
  font-size: 1rem !important;
}
.font-md {
  font-size: 1.3rem !important;
}
.line-h-sm {
  line-height: 20px !important;
}
.line-h-md {
  line-height: 30px !important;
}
.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4,
.redactor-editor h5,
.redactor-editor h6 {
  font-weight: normal;
  letter-spacing: 0;
}
.bold {
  font-weight: 400 !important;
}
.section-padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.styled-heading.loggined-user {
  position: relative;
  display: unset;
}
.styled-heading.loggined-user div:first-child {
  display: inline;
}
.styled-heading.loggined-user div:first-child h1,
.styled-heading.loggined-user div:first-child h2,
.styled-heading.loggined-user div:first-child h3,
.styled-heading.loggined-user div:first-child h4,
.styled-heading.loggined-user div:first-child h5 {
  display: inherit;
}
.styled-heading.loggined-user:before {
  position: absolute;
  content: url('../themes/demo/assets/img/heading-icon.svg');
  left: -50px;
  z-index: 0;
  height: 110px;
  display: flex;
  top: -50px;
}
.styled-heading {
  position: relative;
  display: inline;
}
.styled-heading h1,
.styled-heading h2,
.styled-heading h3,
.styled-heading h4,
.styled-heading h5 {
  display: inherit;
}
.styled-heading:before {
  position: absolute;
  content: url('../themes/demo/assets/img/heading-icon.svg');
  left: -50px;
  z-index: 0;
  height: 110px;
  display: flex;
  top: -20px;
}
.b-radius-5 {
  border-radius: 30px;
}
.color-white {
  color: #ffffff;
}
.color-white p {
  color: #ffffff;
}
.color-green {
  color: #4ebd4e;
}
.color-black {
  color: #021625;
}
.color-gray {
  color: #707070;
}
.color-gray-light {
  color: #e1e1e1;
}
.color-green-dark {
  color: #003b55;
}
.color-blue {
  color: #0090d3;
}
.color-blue-light {
  color: #3ec2ff;
}
.color-blue-dark {
  color: #342784;
}
.color-purple {
  color: #8b4487;
}
.bg-color-white {
  background-color: #ffffff;
}
.bg-color-green {
  background-color: #4ebd4e;
}
.bg-color-gray {
  background-color: #707070;
}
.bg-color-gray-light {
  background-color: #e1e1e1;
}
.bg-color-green-dark {
  background-color: #003b55;
}
.bg-color-blue {
  background-color: #0090d3;
}
.bg-color-blue-light {
  background-color: #3ec2ff;
}
.bg-color-blue-dark {
  background-color: #342784;
}
.bg-color-purple {
  background-color: #8b4487;
}
.bg-color-gray-op10 {
  background-color: rgba(112, 112, 112, 0.1);
}
.bg-color-gray-op15 {
  background-color: rgba(112, 112, 112, 0.15);
}
.bg-color-blue-op15 {
  background-color: rgba(0, 144, 211, 0.15);
}
.bg-gradient-blue-dark {
  background: linear-gradient(0deg, #2c2170 0%, #006da0 100%);
}
.bg-gradient-blue-light {
  background: linear-gradient(185deg, #342784 0%, #0090d3 100%);
}
.bg-gradient-dark-green-transparent {
  background: linear-gradient(90deg, #003b55 0%, #003b55 100%);
}
.slider-swiper {
  width: 100%;
  height: 100%;
}
.slider-swiper .slider {
  width: 100%;
  height: 80vh;
  overflow: hidden;
  position: relative;
  opacity: 0;
}
@media (min-width: 768px) {
  .slider-swiper .slider {
    height: 55vh;
  }
}
@media (min-width: 992px) {
  .slider-swiper .slider {
    height: 80vh;
  }
}
@media (min-width: 1200px) {
  .slider-swiper .slider {
    height: 100vh;
  }
}
.slider-swiper .slider:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: -moz-radial-gradient(circle at 32% 46%, #003b55 0%, rgba(0, 59, 85, 0) 100%);
  /* safari 5.1+,chrome 10+ */
  background: -webkit-radial-gradient(circle at 32% 46%, #003b55 0%, rgba(0, 59, 85, 0) 100%);
  /* opera 11.10+ */
  background: -o-radial-gradient(circle at 32% 46%, #003b55 0%, rgba(0, 59, 85, 0) 100%);
  /* ie 10+ */
  background: -ms-radial-gradient(circle at 32% 46%, #003b55 0%, rgba(0, 59, 85, 0) 100%);
  /* global 92%+ browsers support */
  background: radial-gradient(circle at 32% 46%, #003b55 0%, rgba(0, 59, 85, 0) 100%);
  opacity: 0.5;
  top: 0;
  left: 0;
}
.slider-swiper .slider .container {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.slider-swiper .slider .container h1 {
  font-family: "bebas-neue-pro-expanded", "Roboto", Arial, sans-serif;
}
.slider-swiper .slider .slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-swiper .swiper-slide-active {
  opacity: 1 !important;
}
.slider-bottom-shape {
  position: absolute;
  bottom: -10px;
  z-index: 2;
  overflow: hidden;
}
.slider-bottom-shape svg {
  width: 200%;
}
@media (min-width: 768px) {
  .slider-bottom-shape {
    bottom: -40px;
  }
  .slider-bottom-shape svg {
    width: 100%;
  }
}
.slider-bottom-shape .container {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.swiper-pagination {
  width: auto !important;
  text-align: center !important;
  bottom: unset !important;
}
@media (min-width: 768px) {
  .swiper-pagination {
    text-align: left !important;
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  right: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    right: unset;
    margin: unset;
  }
}
.swiper-pagination-bullet {
  transition: 0.5s ease-in-out;
  background-color: #0090d3;
}
.swiper-pagination-bullet-active {
  background: #342784;
  width: 25px;
  border-radius: 50px;
}
@media (min-width: 1200px) {
  .content-box {
    min-height: 512px;
  }
}
.content-box .inner-container {
  transition: 0.5s ease-in-out;
  position: relative;
}
.content-box .inner-container:before {
  content: url("../themes/demo/assets/img/dots.svg");
  position: absolute;
  left: -25px;
  top: -25px;
  height: 50px;
  width: 50px;
  display: flex;
  z-index: -1;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .content-box .inner-container:before {
    left: -25px;
    top: -23px;
    height: 74px;
    width: 74px;
  }
}
.content-box .inner-container:after {
  content: '';
  position: absolute;
  width: 95%;
  height: 95%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #003b55;
  z-index: -1;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.content-box.hovered .inner-container {
  color: #ffffff;
  position: relative;
}
.content-box.hovered .inner-container img {
  filter: brightness(0) invert(1);
}
.content-box.hovered .inner-container h3,
.content-box.hovered .inner-container p {
  color: #ffffff;
}
.content-box.hovered .inner-container:before {
  left: -25px;
  top: -25px;
  opacity: 1;
}
@media (min-width: 992px) {
  .content-box.hovered .inner-container:before {
    left: -35px;
    top: -33px;
    height: 74px;
    width: 74px;
  }
}
.content-box.hovered .inner-container:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.icon img {
  height: 55px;
  width: auto;
}
@media (min-width: 992px) {
  .icon img {
    height: 80px;
  }
}
.styled-bullet {
  list-style: none;
}
.styled-bullet li {
  padding: 5px 0;
  position: relative;
  color: #707070;
}
.styled-bullet li::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  font-weight: 600;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #4ebd4e;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: auto;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  padding-top: 3px;
  margin-left: -35px;
  margin-bottom: auto;
  top: 0;
  position: absolute;
  bottom: 0;
}
.avatar-container {
  display: flex;
  justify-content: center !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .avatar-container {
    display: unset;
    justify-content: unset !important;
    margin-bottom: unset;
  }
}
.avatar-container .user-avatar {
  position: relative;
  width: 75%;
}
@media (min-width: 768px) {
  .avatar-container .user-avatar {
    width: 100%;
  }
}
.avatar-container .user-avatar img {
  width: 100%;
}
.avatar-container .user-avatar .dots {
  position: absolute;
  left: -40px;
  top: -40px;
  height: 74px;
  width: 74px;
  display: flex;
  z-index: -1;
  color: #0090d3;
}
.testimonials {
  padding: 40px;
}
.testimonials h4 {
  font-size: 30px;
}
.testimonials span {
  font-size: 20px;
  padding-bottom: 10px;
  display: block;
}
.testimonials .swiper-slide .row {
  position: relative;
}
.testimonials .swiper-slide .row:before {
  content: url("../themes/demo/assets/img/qoute.svg");
  position: absolute;
  right: 0;
  top: 0;
  height: 213px;
  width: 213px;
  display: flex;
  z-index: -1;
}
.with-img-bg {
  position: relative;
}
.with-img-bg .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.13;
  background-position: center center;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 0;
}
.with-img-bg .container {
  position: relative;
  z-index: 1;
}
.with-img-bg .content-boxes {
  position: relative;
}
.with-img-bg .content-boxes:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  height: 95%;
  opacity: 0;
  position: absolute;
  background-color: #003b55;
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.with-img-bg .content-boxes.hovered {
  position: relative;
}
.with-img-bg .content-boxes.hovered h3 {
  color: #ffffff !important;
}
.with-img-bg .content-boxes.hovered:after {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.with-img-bg .content-boxes.hovered p {
  color: #ffffff !important;
}
.icon-image {
  height: 85px;
  width: auto;
}
.naccs {
  position: relative;
}
.naccs .menu {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 34px -4px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 34px -4px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 34px -4px rgba(0, 0, 0, 0.23);
  position: relative;
  padding: 10px;
}
@media (min-width: 1200px) {
  .naccs .menu {
    padding: 25px;
  }
}
.naccs .menu:before {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #8b4487;
  opacity: 15%;
  filter: blur(10px);
  left: -100px;
  z-index: -1;
  bottom: -100px;
}
.naccs .menu div {
  padding: 15px 20px 15px 10px;
  margin-bottom: 10px;
  color: #707070;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  font-weight: 700;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.naccs .menu div h4 {
  position: relative;
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 1400px) {
  .naccs .menu div h4 {
    font-size: 20px;
  }
}
.naccs .menu div .menu-icon {
  float: left;
  max-width: 35px;
  padding-right: 7px;
  margin-top: -3px;
  max-height: 35px;
  z-index: 2;
  position: relative;
}
.naccs .menu div:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.naccs .menu div span.light {
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #e1e1e1;
  border-radius: 0;
  z-index: 0;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.naccs .menu div.active span.light {
  background-color: #e1e1e1;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  border-radius: 0;
}
.naccs .menu div.active {
  color: #342784;
  padding: 15px 20px 15px 20px;
}
.naccs .menu div.active h4 {
  font-weight: 600;
}
ul.nacc {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (min-width: 992px) {
  ul.nacc {
    height: 100%;
  }
}
ul.nacc li {
  opacity: 1;
  margin: 10px 0;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (min-width: 992px) {
  ul.nacc li {
    margin: unset;
    position: absolute;
    opacity: 0;
    height: 100%;
    transform: translateX(50px);
  }
}
ul.nacc li .tab-data-padding {
  padding: 0 70px 0 30px;
}
ul.nacc li .tab-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
ul.nacc li .tab-image-con {
  position: relative;
  padding: 0;
}
ul.nacc li .tab-image-con:before {
  position: absolute;
  content: '';
  background: linear-gradient(108deg, rgba(139, 68, 135, 0) 0%, #8b4487 100%);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0.35;
}
ul.nacc li .tab-image-con .icon-box {
  position: absolute;
  left: -75px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 150px;
  height: 150px;
  background-image: url("../themes/demo/assets/img/dots2.svg");
  background-size: contain;
  padding: 25px;
  display: none;
}
@media (min-width: 768px) {
  ul.nacc li .tab-image-con .icon-box {
    display: block;
  }
}
ul.nacc li .tab-image-con .icon-box .box {
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 10px;
  border: 2px solid #0090d3;
}
ul.nacc li.active {
  transition-delay: .3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}
ul.nacc li p {
  margin: 0;
}
.qoute-bg {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.qoute-bg .bg {
  object-fit: cover;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .qoute-bg .bg {
    opacity: 0.35;
  }
}
.avatar-cont {
  backdrop-filter: blur(4px);
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.13) 25%, rgba(246, 249, 252, 0.14) 50%, rgba(246, 249, 252, 0.15) 60%);
  padding: 20px;
  max-height: 400px;
  position: relative;
  z-index: 1;
}
.avatar-cont:after {
  content: url("../themes/demo/assets/img/dots.svg");
  position: absolute;
  left: -37px;
  width: 100px;
  height: 100px;
  bottom: -67px;
  opacity: 0.5;
  z-index: -1;
}
.avatar-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 285px;
  max-width: 294px;
}
.avatar-logo-bg {
  color: #0090d3;
  width: 127%;
  max-width: 550px;
  height: auto;
  position: absolute;
  right: -17%;
  top: -50px;
  display: flex;
  z-index: 0;
}
.contact-section-poster {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.outline-logo-bg {
  color: #0090d3;
  width: 100%;
  max-width: 290px;
  height: auto;
  position: absolute;
  left: 33px;
  top: -50px;
  display: flex;
  z-index: 0;
}
@media (min-width: 768px) {
  .outline-logo-bg {
    width: 100%;
    max-width: 500px;
    left: 0;
    top: -50px;
  }
}
.custom-pg-section-padding {
  padding-top: 60px;
  padding-bottom: 65px;
}
@media (min-width: 1200px) {
  .custom-pg-section-padding {
    padding-top: 260px;
  }
}
.services-page .services-inner {
  background-color: #e1e1e1;
}
.services-page .services-inner .data-col {
  padding-left: 0;
}
.services-page .services-inner .image-col {
  order: -1 !important;
}
@media (min-width: 768px) {
  .services-page .services-inner .image-col {
    order: 6 !important;
  }
}
.services-page .services-inner .post-count-box {
  float: left;
}
.services-page .services-inner .post-count-box .box {
  width: 75px;
  background-color: #342784;
  text-align: center;
  height: 75px;
  overflow: hidden;
  color: #e1e1e1;
}
.services-page .services-inner .post-count-box .box span {
  font-size: 97px;
  margin-top: -24px;
  display: block;
  font-weight: 600;
}
.services-page .services-inner .post-count-box .dots {
  width: 80px;
  margin-top: 10px;
}
.services-page .services-inner .services-content-box {
  float: left;
  width: 75%;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .services-page .services-inner .services-content-box {
    width: 80%;
  }
}
.services-page .services-inner .services-content-box h2 {
  color: #342784;
  font-size: 40px;
  word-break: break-word;
}
.services-page .services-inner .services-content-box .custom-btn {
  background-color: #4ebd4e;
}
.services-page .services-inner .services-inner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-page .services-inner:nth-child(even) {
  background-color: #342784;
}
.services-page .services-inner:nth-child(even) .data-col {
  order: 6 !important;
  padding-right: 0;
}
.services-page .services-inner:nth-child(even) .data-col .post-count-box {
  float: right;
}
.services-page .services-inner:nth-child(even) .data-col .post-count-box .box {
  width: 75px;
  background-color: #0090d3;
  text-align: center;
  height: 75px;
  overflow: hidden;
  color: #342784;
}
.services-page .services-inner:nth-child(even) .data-col .post-count-box .box span {
  font-size: 97px;
  margin-top: -24px;
  display: block;
  font-weight: 600;
}
.services-page .services-inner:nth-child(even) .data-col .post-count-box .dots {
  width: 75px;
  margin-top: 10px;
}
.services-page .services-inner:nth-child(even) .data-col .services-content-box {
  float: right;
  width: 75%;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .services-page .services-inner:nth-child(even) .data-col .services-content-box {
    width: 80%;
  }
}
.services-page .services-inner:nth-child(even) .data-col .services-content-box h2 {
  color: #0090d3;
  font-size: 40px;
}
.services-page .services-inner:nth-child(even) .data-col .services-content-box p {
  color: #ffffff;
}
.services-page .services-inner:nth-child(even) .data-col .services-content-box .custom-btn {
  background-color: #0090d3;
}
.services-page .services-inner:nth-child(even) .image-col {
  order: -1 !important;
}
.services-page .services-img {
  position: relative;
  z-index: 1;
}
.services-page .services-img:before {
  content: '';
  position: absolute;
  left: -145px;
  bottom: -145px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-color: #8b4487;
  opacity: 15%;
  filter: blur(10px);
  z-index: -1;
}
.services-page .services-box {
  background-color: #ffffff;
  transition: 0.5s ease-in-out;
}
.services-page .services-box .content-row {
  min-height: 145px;
}
.services-page .services-box a {
  margin-top: 5px;
}
.services-page .services-box:hover {
  background-color: rgba(2, 22, 37, 0.1);
}
.services-page .services-box:hover a {
  padding: 10px 35px !important;
}
.services-page .outline-logo-bg {
  color: #0090d3;
  width: 78%;
  max-width: 489px;
  height: auto;
  position: absolute;
  left: -100px;
  top: -58px;
  display: flex;
  z-index: 0;
  opacity: 0.3;
}
.faq-section {
  min-height: 780px;
}
.faq-section .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: soft-light;
}
.faq-section .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.faq-section .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px 1.25rem;
  color: #0090d3;
  text-align: left;
  font-size: 25px;
  background-color: transparent;
}
.faq-section .accordion-button:not(.collapsed) {
  color: #0090d3;
  background-color: transparent;
  box-shadow: unset;
}
.faq-section .accordion-body {
  text-align: left;
  color: #ffffff;
}
.faq-section .accordion-body p {
  color: #ffffff;
}
.faq-section .accordion-button:not(.collapsed)::after {
  background-image: url("../themes/demo/assets/img/minus.svg");
  transform: rotate(-180deg);
}
.faq-section .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("../themes/demo/assets/img/plus.svg");
}
.faq-section .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: unset;
}
