@import "../themes/demo/assets/css/fonts.css";
:root {
  --color-primary: #3b2769;
  --color-secondary: #db4247;
  --color-primary-light: #50358e;
  --color-secondary-light: #e36d71;
  --color-pink: #e33fa1;
  --color-light-green: #36c6f0;
  font-size: 14px;
}
@media (min-width: 394px) {
  :root {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  :root {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  :root {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  :root {
    font-size: 11px;
  }
}
@media (min-width: 2560px) {
  :root {
    font-size: 18px;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
body {
  background-color: #160b35;
  font-family: 'Raleway', 'Roboto Medium', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Raleway', 'Roboto', arial;
}
p {
  font-family: 'Roboto', sans-serif;
}
.z-index-0 {
  z-index: 0;
}
.z-index-1 {
  z-index: 1;
}
.border-radius-20 {
  border-radius: 20px;
}
.border-radius-0-50 {
  border-radius: 0 50px 50px 0;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-62 {
  margin-top: 62px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
/*-------------------------------------------------------
           Custom Margin Bottom
-------------------------------------------------------*/
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-62 {
  margin-bottom: 62px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
/*-------------------------------------------------------
           Custom Padding Top
-------------------------------------------------------*/
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-85 {
  padding-top: 85px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-95 {
  padding-top: 95px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
/*-------------------------------------------------------
           Custom Padding bottom
-------------------------------------------------------*/
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.b-shadow {
  -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
}
.t-shadow-1 {
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.1);
}
.t-shadow-2 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100%;
}
.color-white {
  color: #fff !important;
}
.noheight {
  height: 0 !important;
}
.nolineheight {
  line-height: 0 !important;
}
.ohidden {
  position: relative;
  overflow: hidden !important;
}
.no-padding {
  padding: 0 !important;
}
.p-relative {
  position: relative !important;
}
.p-absolute {
  position: absolute !important;
}
.hidden {
  display: none !important;
}
.nothidden {
  display: block !important;
}
.inline-block {
  float: none !important;
  display: inline-block !important;
}
.o-hidden {
  overflow: hidden !important;
}
.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;
}
.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
@media (min-width: 768px) {
  .p-md-auto {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .my-md-100 {
    margin-bottom: 100px !important;
    margin-top: 100px !important;
  }
  .my-md-200 {
    margin-bottom: 200px !important;
    margin-top: 200px !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;
  }
  .py-md-100 {
    padding: 100px 0 !important;
  }
  .py-md-200 {
    padding: 200px 0 !important;
  }
  .px-md-4-custom {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !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: 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;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-94 {
  width: 94% !important;
}
.bold,
font-weight-bold {
  font-weight: 400 !important;
}
.font-weight-black {
  font-weight: 600 !important;
}
.text-color-pink {
  color: #db4247;
}
.text-color-blue {
  color: #3b2769 !important;
}
.btn-danger {
  background-color: #db4247;
}
p {
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 200;
}
@media (min-width: 1400px) {
  p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .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: 1200px) {
  .w-lg-95 {
    width: 95% !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;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .h-lg-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;
  }
}
.header {
  margin-top: 55px;
}
@media (min-width: 992px) {
  .header {
    margin-top: unset;
  }
}
.responsive-bar {
  display: block;
  width: 100%;
  height: 75px;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  padding: 25px;
  box-sizing: border-box;
  z-index: 1000;
}
@media (min-width: 992px) {
  .responsive-bar {
    display: none;
  }
}
.responsive-bar .logo img {
  float: left;
  height: 30px;
}
@media (min-width: 992px) {
  .responsive-bar .logo img {
    max-width: 180px;
  }
}
.responsive-bar .menu a {
  display: inline-block;
  width: 60px;
  height: 32px;
  padding: 3px 22px;
  background-color: #d7d8da;
  border-radius: 23px;
}
@media (min-width: 768px) {
  .responsive-bar .menu a {
    padding: 6px 22px;
  }
}
.responsive-bar .menu a img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 992px) {
  .responsive-bar .menu a img {
    width: auto;
    height: 30px;
    float: right;
    margin-top: 6px;
  }
}
nav.white {
  background-color: #FFF;
  transition: .5s;
  height: 60px;
  padding: 0px;
}
@media (min-width: 992px) {
  nav.white {
    top: 0px;
    z-index: 999;
    padding: 1.2rem 0;
    height: auto;
    position: fixed;
  }
  nav.white ul li i {
    color: #160B35;
  }
  nav.white ul li a {
    color: #160B35;
  }
  nav.white .with-sub:hover {
    background-color: #ffffff;
    border-radius: 5px 5px 0 0;
  }
  nav.white .with-sub:hover .sub-menu {
    display: block;
    background-color: #ffffff;
    padding: 12px 5px 0 5px !important;
    top: 50px;
  }
  nav.white .logo .colored-logo {
    opacity: 1;
    display: block;
    transition: .5s;
  }
  nav.white .logo .white-logo {
    opacity: 0;
    display: none;
    transition: .5s;
  }
  nav.white .logo img {
    transition: .5s;
  }
}
@media (min-width: 992px) and (min-width: 2560px) {
  nav.white .with-sub:hover .sub-menu {
    top: 82px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  nav.white .logo img {
    width: 118px;
    height: 55px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  nav.white .logo img {
    max-width: 165px;
    height: auto;
    width: 100%;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  nav.white .logo img {
    max-width: 180px;
    height: auto;
    width: 100%;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  nav.white .logo img {
    width: 100%;
    max-width: 195px;
    height: auto;
  }
}
@media (min-width: 992px) and (min-width: 2560px) {
  nav.white .logo img {
    width: 100%;
    max-width: 230px;
    height: auto;
  }
}
@media (min-width: 992px) and (min-width: 2880px) {
  nav.white .logo img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
}
nav ul {
  width: 100%;
  top: -900px;
  position: fixed;
  left: 0;
  background: #ffffff;
  float: none;
  z-index: 999;
  padding: 0 20px !important;
  border-top: 1px solid #eaeaea;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  nav ul {
    padding: 0;
    margin: 0;
    text-align: right;
    display: block;
    background: unset;
    position: unset;
    width: unset;
    border-top: 0;
  }
}
nav ul li {
  width: 100%;
  padding: 0.7rem 0;
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  nav ul li {
    width: unset;
    padding: 0.5rem 3rem;
  }
}
@media (min-width: 992px) {
  nav ul li {
    list-style: none;
    padding: 0;
  }
}
nav ul li i {
  color: #0b0b0b;
  position: absolute;
  top: 26px;
  right: 13px;
  padding: 10px 20px;
}
@media (min-width: 992px) {
  nav ul li i {
    color: white;
    position: absolute;
    top: 17px;
    right: 13px;
    padding: unset;
  }
}
nav ul li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #3b2769;
  transition: .5s;
  font-family: 'Raleway', 'Roboto Medium', sans-serif;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 2rem;
  text-decoration: none;
  padding: 10px 0;
  border-radius: 50px;
  align-items: center;
}
@media (min-width: 768px) {
  nav ul li a {
    padding: 0.5rem 1.2rem;
  }
}
@media (min-width: 992px) {
  nav ul li a {
    color: white;
  }
}
@media (min-width: 1200px) {
  nav ul li a {
    font-size: 15px;
    padding: 1.3rem 2rem;
    color: white;
  }
}
@media (min-width: 2560px) {
  nav ul li a {
    font-size: 19px;
  }
}
nav ul li a:hover,
nav ul li a:focus {
  color: #db4247;
  text-decoration: none;
}
nav ul li:before {
  display: none;
}
nav ul .with-sub:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px 5px 0 0;
}
nav ul .with-sub:hover .sub-menu {
  display: block;
}
nav ul .with-sub ul li {
  display: block;
}
nav ul .with-sub a {
  padding: 1.3rem 2rem;
}
@media (min-width: 992px) {
  nav ul .with-sub a {
    padding: 1.3rem 3.8rem 1.3rem 2rem;
  }
}
nav ul .sub-menu {
  line-height: 40px;
  background: rgba(227, 227, 227, 0.6);
  border-radius: 4px;
  padding: 0 5px !important;
  position: unset;
  text-align: center;
  display: none;
}
@media (min-width: 992px) {
  nav ul .sub-menu {
    position: absolute;
    top: 51px;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.6);
    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;
  }
}
@media (min-width: 2560px) {
  nav ul .sub-menu {
    top: 82px;
  }
}
nav ul .sub-menu a {
  font-size: 14px;
  padding: 5px;
  color: #000;
}
nav ul .sub-menu:hover {
  display: block;
}
nav .open {
  top: 75px;
}
nav ul.active {
  display: block;
}
nav .padded {
  margin-top: 0;
  transition: .5s;
}
nav .header-button {
  display: none;
}
@media (min-width: 992px) {
  nav {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 10rem;
    padding: 2rem 0;
    box-sizing: border-box;
    transition: .5s;
    z-index: 10;
  }
}
nav .logo {
  display: none;
}
@media (min-width: 992px) {
  nav .logo {
    padding-top: 5px;
    float: left;
    display: block;
    transition: .5s;
  }
  nav .logo img {
    max-width: 230px;
    transition: .5s;
  }
  nav .logo .colored-logo {
    opacity: 0;
    display: none;
    transition: .5s;
  }
  nav .logo .white-logo {
    opacity: 1;
    display: block;
    transition: .5s;
  }
}
@media (min-width: 992px) and (min-width: 2560px) {
  nav .logo img {
    max-width: 300px;
  }
}
@media (min-width: 2560px) {
  nav .logo {
    padding-top: 20px;
  }
}
.footer {
  position: relative;
  background-image: url("../themes/demo/assets/img/dotted-worldmap.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #160b35;
  width: 100%;
  overflow: hidden;
}
.footer::before {
  content: "";
  width: 104%;
  height: 35px;
  background-image: url("../themes/demo/assets/img/footer-arc.svg");
  background-size: cover;
  background-position: center bottom;
  display: block;
  position: absolute;
  top: 0;
  background-repeat: repeat-x;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .footer::before {
    left: -33px;
  }
}
.footer .b-top {
  border-top: 1px solid;
  border-top-color: #55437c;
}
.footer .copyright {
  font-size: 10px;
  font-weight: 200;
}
.footer img {
  max-width: 130px;
  margin-top: 11px;
}
@media (min-width: 768px) {
  .footer img {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .footer img {
    max-width: 190px;
    margin-top: 23px;
    margin-bottom: 5px;
  }
}
.footer .social-btns li {
  font-size: 1.5rem;
  padding: 10px;
}
.footer .social-btns li a {
  color: white;
}
.footer .social-btns li:before {
  display: none;
}
.footer .menu-title {
  text-align: center;
  font-size: 18px;
  color: #db4247;
  font-weight: 600;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .footer .menu-title {
    text-align: left;
  }
}
@media (min-width: 2560px) {
  .footer .menu-title {
    font-size: 21px;
  }
}
.footer .foot-menu ul {
  text-align: center;
  list-style: none;
}
@media (min-width: 768px) {
  .footer .foot-menu ul {
    text-align: left;
  }
}
.footer .foot-menu ul li {
  padding: 0;
}
.footer .foot-menu ul li a {
  border-left: 0px solid;
  transition: .5s;
  color: white;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}
@media (min-width: 2560px) {
  .footer .foot-menu ul li a {
    font-size: 18px;
  }
}
.footer .foot-menu ul li a:hover {
  color: #db4247;
  padding-left: 15px;
  border-left: 3px solid #db4247;
}
.footer .foot-menu ul li:before {
  display: none;
}
.footer .titles h2 {
  color: #FFF !important;
  text-align: center;
  font-size: 40px;
}
@media (min-width: 768px) {
  .footer .titles h2 {
    font-size: 4rem;
  }
}
.footer .titles h2 span {
  color: #FFF !important;
  font-weight: 200;
}
.footer .titles .contact-btn {
  background-color: #FFF;
  border-radius: 50px;
  text-align: center;
  padding: 10px 30px;
  font-size: 14px;
  color: #3b2769;
  position: relative;
  text-decoration: none;
}
.footer .titles .contact-btn::before {
  content: "";
  padding: 20px 60px;
  border: 2px solid #FFF;
  opacity: .3;
  display: block;
  position: absolute;
  left: -25px;
  right: -26px;
  top: -8px;
  bottom: -8px;
  margin: auto;
  z-index: -1;
  border-radius: 50px;
  width: 120%;
  animation: pulse 2s infinite;
}
.m-negetive {
  margin-top: -5px;
  margin-bottom: -5px;
}
.dsn-word-wrapper {
  display: unset;
}
@media (min-width: 768px) {
  .dsn-word-wrapper {
    display: inline-block;
  }
}
.bg-white {
  margin-top: -1px;
}
.top-angle {
  background-color: #FFF;
}
.inner-layout .top-angle {
  clip-path: polygon(109% 104%, 100% 40%, 0 0px, 0px calc(111%));
  background-color: #FFF;
  margin-top: 450px;
  min-height: 55px;
}
.inner-layout .header-box {
  position: absolute;
  left: 0;
  right: 0;
  top: -240px;
  z-index: 1;
}
.inner-layout .header-box .thumbnail-container {
  width: 100%;
  height: 360px;
  background: #000;
  border-radius: 40px 40px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .inner-layout .header-box .thumbnail-container {
    height: 260px;
  }
}
@media (min-width: 992px) {
  .inner-layout .header-box .thumbnail-container {
    height: 360px;
  }
}
.inner-layout .header-box .thumbnail-container img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.inner-layout .header-box .header-title {
  text-align: center;
}
.inner-layout .header-box .header-title h1 {
  font-size: 4rem;
  color: #FFF;
  font-weight: 300;
}
.inner-layout .header-box p {
  font-size: 1.5rem;
  color: #FFF;
  padding: 65px 50px;
  font-weight: 600;
}
.titles div:first-child {
  position: relative;
}
.header-image {
  position: absolute;
  top: -450px;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  background-color: #2a1a4d;
}
@media (min-width: 768px) {
  .header-image {
    top: -375px;
  }
}
@media (min-width: 992px) {
  .header-image {
    top: -450px;
  }
}
.header-image img {
  mix-blend-mode: soft-light;
  object-fit: cover;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .header-image img {
    height: unset;
    width: unset;
    max-width: unset;
  }
}
@media (min-width: 992px) {
  .header-image img {
    height: 100%;
    width: 100%;
  }
}
.header-image .cover-header {
  background-image: url("../themes/demo/assets/img/inner-header-light.png");
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.scroll-content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.our-partner {
  padding: 7px 0;
  overflow: hidden;
}
.our-partner img {
  max-height: 487px;
  width: 100%;
  object-fit: cover;
}
.background-mask .img-box .img-cent {
  position: relative;
}
.background-mask .img-box .img-cent .dots-bg {
  display: none;
}
@media (min-width: 768px) {
  .background-mask .img-box .img-cent .dots-bg {
    position: absolute;
    z-index: 0;
    width: 80px;
    height: 80px;
    top: -40px;
    right: -40px;
    display: block;
  }
}
.background-mask .img-box .img-cent .img-container {
  border-radius: 30px 0 30px 30px;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 300px;
  width: 100%;
}
@media (min-width: 3840px) {
  .background-mask .img-box .img-cent .img-container {
    height: 800px;
  }
}
.background-mask .img-box .img-cent .img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.masked-header {
  margin-bottom: -47px;
  position: relative;
  z-index: 2;
}
.background-mask-r .img-box .img-cent {
  min-height: unset;
  height: unset;
}
.background-mask-r .img-box .img-cent .img-container {
  border-radius: 0 30px 30px 30px;
  margin-top: 0;
  height: 400px;
  overflow: hidden;
}
@media (min-width: 3840px) {
  .background-mask-r .img-box .img-cent .img-container {
    height: 800px;
  }
}
.view-pr {
  width: 100%;
  height: 100%;
  border: 1px dashed;
  text-align: center;
}
.our-partner-logo {
  padding: .5rem;
  transition: .5s;
  height: 212px;
}
@media (min-width: 992px) {
  .our-partner-logo {
    height: 250px;
  }
}
.our-partner-logo img {
  max-height: 150px;
  margin: auto;
}
.our-partner-logo .maslife img {
  max-width: 150px;
}
.our-partner-logo:hover {
  padding: 1rem;
}
.titles h2 {
  font-size: 40px;
  color: #db4247 !important;
}
.titles h2 span {
  color: #3b2769 !important;
}
.about-us-cols img {
  max-width: 80px;
}
.about-us-cols h3 {
  padding: 15px 0;
}
.text-justify {
  text-align: justify;
}
.overlay {
  background-color: #3b2769;
}
.team-text a {
  color: #FFF;
}
.team-text a:hover {
  background-color: #db4247;
}
.team-text h4 {
  color: #3b2769;
}
.our-tem-bg {
  position: absolute;
  width: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 500px;
}
.weight-thin {
  font-weight: 300;
}
.custom-btn {
  padding: 10px 20px;
  border-radius: 30px;
  transition: 0.5s ease-in-out;
}
.custom-btn:hover {
  padding: 10px 30px;
}
.events {
  position: relative;
}
.events .dots {
  display: none;
  position: absolute;
  top: -8px;
  right: -5px;
  width: 40px;
  height: 40px;
  z-index: 1;
}
@media (min-width: 768px) {
  .events .dots {
    display: unset;
    position: absolute;
    top: -8px;
    right: -5px;
    width: 40px;
    height: 40px;
    z-index: 2;
  }
}
@media (min-width: 992px) {
  .events .dots {
    display: unset;
    width: 80px;
    height: 80px;
    top: -40px;
    right: -30px;
  }
}
.events .event-img {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  right: 0;
  left: 0;
  margin: auto;
  transition: .5s;
}
@media (min-width: 3840px) {
  .events .event-img {
    height: 550px;
  }
}
.events .event-img .swiper {
  width: 100%;
  height: 100%;
}
.events .event-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  min-height: 400px;
}
@media (min-width: 3840px) {
  .events .event-img img {
    min-height: 550px;
  }
}
.events .event-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
}
.events .event-img .title {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80%;
  text-align: left;
}
.events .event-img .title h2 {
  font-size: 2rem;
  font-weight: 900;
  color: #FFF;
}
@media (min-width: 768px) {
  .events .event-img .title h2 {
    font-size: 4rem;
  }
}
.events .event-img .category {
  font-size: 1.2rem;
  font-weight: 600;
  color: #FFF;
  position: absolute;
  bottom: 4px;
  left: 23px;
}
.events .event-img .date {
  font-size: 2rem;
  font-weight: 600;
  color: #FFF;
  border-top: 1px solid #FFFFFF38;
  padding: 10px;
}
.events .event-img .date i {
  padding: 0 15px 0 0;
}
.events p {
  color: #000;
  font-size: 1rem;
}
.background-mask-r-c {
  position: relative;
}
.background-mask-r-c .img-box .img-cent .img-container {
  margin-top: 0;
  height: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #2f1677;
}
@media (min-width: 768px) {
  .background-mask-r-c .img-box .img-cent .img-container {
    border-radius: 0 40px 40px 40px;
    height: 365px;
  }
}
@media (min-width: 1200px) {
  .background-mask-r-c .img-box .img-cent .img-container {
    height: 500px;
  }
}
.background-mask-r-c .img-box .img-cent .img-container .dots-bg {
  display: none;
}
@media (min-width: 768px) {
  .background-mask-r-c .img-box .img-cent .img-container .dots-bg {
    position: absolute;
    z-index: 0;
    width: 80px;
    height: 80px;
    top: -40px;
    right: -40px;
    display: block;
  }
}
.background-mask-r-c .img-box .img-cent .img-container img {
  position: relative;
  width: 167%;
  top: 0;
  height: 100%;
  will-change: scroll-position;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: soft-light;
}
@media (min-width: 768px) {
  .background-mask-r-c .img-box .img-cent .img-container img {
    transform: skewx(11deg);
  }
}
.contact-pg .background-mask-r-c {
  position: relative;
}
.contact-pg .background-mask-r-c .img-box .img-cent {
  min-height: 450px;
}
.contact-pg .background-mask-r-c .img-box .img-cent .img-container {
  margin-top: 0;
  height: 500px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  background-color: #2f1677;
}
@media (min-width: 768px) {
  .contact-pg .background-mask-r-c .img-box .img-cent .img-container {
    border-radius: 0 40px 40px 40px;
    height: 365px;
  }
}
@media (min-width: 1200px) {
  .contact-pg .background-mask-r-c .img-box .img-cent .img-container {
    height: 450px;
  }
}
.contact-pg .background-mask-r-c .img-box .img-cent .img-container img {
  position: relative;
  width: 167%;
  top: 0;
  height: 100%;
  will-change: scroll-position;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: normal;
  margin-left: -50px;
}
@media (min-width: 768px) {
  .contact-pg .background-mask-r-c .img-box .img-cent .img-container img {
    transform: skewx(11deg);
  }
}
.contact-us-pg li:before {
  display: none;
}
.contact-us-pg li span {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 200;
}
.img-cent {
  min-height: 300px;
  padding: 30px;
}
@media (min-width: 768px) {
  .img-cent {
    padding: 0;
  }
}
.location-icon {
  position: absolute;
  top: -18px;
  margin: auto;
  width: 80px;
  height: 80px;
  background-color: #db4247;
  text-align: center;
  border-radius: 50%;
  z-index: 2;
  font-size: 2rem;
  color: #FFF;
  padding-top: 19px;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .location-icon {
    left: unset;
    right: unset;
    padding-top: 24px;
    top: -50px;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .location-icon {
    top: -140px;
    width: 100px;
    height: 100px;
    padding-top: 32px;
  }
}
@media (min-width: 768px) {
  .location-icon-b {
    position: absolute;
    top: -50px;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background-color: #FFF;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    opacity: .5;
    left: -8px;
    animation: pulse 2s infinite;
  }
}
@media (min-width: 992px) {
  .location-icon-b {
    top: -140px;
    width: 120px;
    height: 120px;
  }
}
.play-video-box {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 23px;
  background: #db4247;
  text-align: center;
  display: inline-table;
  bottom: 0px;
  border: 10px solid #FFF;
}
@media (min-width: 768px) {
  .play-video-box {
    bottom: -10px;
  }
}
@media (min-width: 992px) {
  .play-video-box {
    bottom: 0px;
  }
}
.play-video-box .play-box-container {
  display: inline-block;
  padding: 25px 100px;
  color: #FFF;
}
@media (min-width: 768px) {
  .play-video-box .play-box-container {
    padding: 20px 50px;
  }
}
@media (min-width: 992px) {
  .play-video-box .play-box-container {
    padding: 25px 100px;
  }
}
.play-video-box .play-box-container a {
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  color: white;
}
.play-video-box .play-box-container .circles {
  background-color: #FFF;
  opacity: .1;
  position: absolute;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
}
.play-video-box .play-box-container .circle-one {
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
}
.play-video-box .play-box-container .circle-two {
  width: 10px;
  height: 10px;
  right: 40px;
  bottom: 10px;
}
.play-video-box .play-box-container .circle-three {
  width: 50px;
  height: 50px;
  left: 10px;
  top: 10px;
}
.play-video-box .play-box-container:hover a {
  color: white;
}
.play-video-box .play-box-container:hover .circle-one {
  right: 20px;
  top: 12px;
}
.play-video-box .play-box-container:hover .circle-two {
  right: 40px;
  bottom: 15px;
}
.play-video-box .play-box-container:hover .circle-three {
  left: 13px;
  top: 15px;
}
.services-main-cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../themes/demo/assets/img/services-main-covver.png");
  background-size: contain;
}
.grey-box {
  background-color: #ebebeb;
  padding: 20px;
}
@media (min-width: 768px) {
  .grey-box {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .grey-box {
    padding: 20px;
  }
}
.grey-box ul {
  margin: 0;
}
.grey-box ul li img {
  max-width: 30px;
  width: 100%;
  height: 30px;
}
.wt-we-offer-box {
  min-height: 600px;
  background-position: center;
  background-size: cover;
  position: relative;
  right: 0;
  overflow: hidden;
}
.wt-we-offer-box .section-titles h2 {
  font-size: 45px;
  color: white;
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
.wt-we-offer-box img {
  mix-blend-mode: soft-light;
  object-fit: cover;
  height: 100%;
  width: 100%;
  scale: 1.2;
}
.wt-we-offer-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(270deg, #050111 0%, #1e094a 100%);
  opacity: .6;
  z-index: 1;
}
.wt-we-offer-box:after {
  background: linear-gradient(0deg, #160b35 0%, rgba(22, 11, 53, 0) 100%);
  position: absolute;
  content: '';
  width: 100%;
  height: 80px;
  bottom: 0;
  z-index: 1;
}
.wt-we-offer-box .texts {
  position: absolute;
  top: 33%;
  bottom: 50%;
  width: 100%;
}
@media (min-width: 768px) {
  .wt-we-offer-box .texts {
    width: 50%;
    left: 10%;
  }
}
@media (min-width: 992px) {
  .wt-we-offer-box .texts {
    top: 40%;
    left: unset;
  }
}
.wt-we-offer-box .texts h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: white;
}
@media (min-width: 768px) {
  .wt-we-offer-box .texts h2 {
    font-size: 4rem;
    text-align: left;
  }
}
.wt-we-offer-box .texts h2 span {
  font-weight: 100;
  color: #FFF;
}
.wt-we-offer-box .texts p {
  font-size: 1rem;
  font-weight: 500;
  color: #FFF;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: justify;
  padding: 10px 35px 35px;
}
@media (min-width: 768px) {
  .wt-we-offer-box .texts p {
    font-size: 1.2rem;
    line-height: 21px;
    padding: 0px;
  }
}
@media (min-width: 992px) {
  .wt-we-offer-box .texts p {
    font-size: 1.2rem;
    line-height: 30px;
  }
}
@media (min-width: 3840px) {
  .wt-we-offer-box .texts p {
    line-height: 40px;
  }
}
.parallax-window {
  min-height: 400px;
  background: transparent;
}
@media (min-width: 768px) {
  .services .wt-we-offer-box {
    transform: skewx(-9deg);
    right: -7vw;
  }
}
@media (min-width: 992px) {
  .services .wt-we-offer-box {
    transform: skewx(-16deg);
    right: -10vw;
  }
}
.services .services-icon {
  width: 100%;
  border-radius: 8px;
  padding: 10px;
  display: flex;
}
@media (min-width: 768px) {
  .services .services-icon {
    display: unset;
    max-width: 67px;
    float: left;
    margin-right: 20px;
    background-color: #3c2769;
  }
}
.services .services-icon img {
  margin: auto;
  width: 45px;
  height: auto;
}
@media (min-width: 768px) {
  .services .services-icon img {
    filter: brightness(0) invert(1);
    margin: unset;
  }
}
.services .background-mask-r .img-container {
  border-radius: 0 30px 0 30px !important;
  position: relative;
}
.services .background-mask-r .img-container a {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  border-radius: 10px 0 0 0;
  padding: 10px 25px;
  font-size: 18px;
  transition: 0.5s ease-in-out;
}
.services .background-mask-r .img-container a:hover {
  padding: 10px 35px;
}
.services .background-mask-r .img-container.right-side {
  border-radius: 0 30px 30px 0 !important;
}
.services .background-mask-r .img-container.right-side a {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  right: unset;
  border-radius: 0 10px 0 0;
  padding: 10px 25px;
  font-size: 18px;
  transition: 0.5s ease-in-out;
}
.services .background-mask-r .img-container.right-side a:hover {
  padding: 10px 35px;
}
.services .reason-box {
  padding-left: 15%;
  text-align: left;
  max-width: 90%;
}
@media (min-width: 768px) {
  .services .reason-box {
    transform: skewx(9deg);
    max-width: 70%;
  }
}
@media (min-width: 992px) {
  .services .reason-box {
    transform: skewx(16deg);
  }
}
.services .reason-box h2 {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .services .reason-box h2 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .services .reason-box h2 {
    font-size: 4rem;
  }
}
.services .reason-box ul {
  padding-left: 0;
}
.services .reason-box ul li {
  padding: 10px 0;
  font-size: 1.1rem;
  line-height: unset;
}
.services .reason-box ul li::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #db4247;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: -1px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  padding-top: 3px;
}
.circle-container {
  max-width: 300px;
  max-height: 300px;
  border-radius: 50%;
  background-color: #ebebeb;
  overflow: hidden;
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 1;
  top: 0;
  border: 20px solid #f7f7f7;
}
@media (min-width: 768px) {
  .circle-container {
    top: 80px;
  }
}
@media (min-width: 992px) {
  .circle-container {
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 400px;
  }
}
.back-circle {
  position: absolute;
  top: 55px;
  left: 0;
  margin: auto;
  max-width: 350px;
  max-height: 350px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f7f7f7;
  opacity: .5;
  right: 0;
  z-index: 0;
}
@media (min-width: 768px) {
  .back-circle {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .back-circle {
    max-width: 450px;
    max-height: 450px;
  }
}
.inner-layout .news .thumbnail-container-lg {
  width: 90%;
  height: 400px;
  background: #000;
  border-radius: 40px 40px 0;
  overflow: hidden;
  padding: unset;
  margin: auto;
}
@media (min-width: 768px) {
  .inner-layout .news .thumbnail-container-lg {
    width: 100%;
    height: 325px;
  }
}
@media (min-width: 992px) {
  .inner-layout .news .thumbnail-container-lg {
    width: 100%;
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .inner-layout .news .thumbnail-container-lg {
    width: 100%;
    height: 400px;
  }
}
@media (min-width: 2560px) {
  .inner-layout .news .thumbnail-container-lg {
    margin-top: 40px;
  }
}
.inner-layout .news .thumbnail-container-lg img {
  mix-blend-mode: unset;
  opacity: 1;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.inner-layout .short-d {
  font-size: 16px;
  color: #FFF;
  padding: 50px 50px 30px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .inner-layout .short-d {
    padding: 20px 0 20px 0;
  }
}
@media (min-width: 2560px) {
  .inner-layout .short-d {
    font-size: 21px;
  }
}
.inner-layout .header-cont {
  width: 100%;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.inner-layout .header-cont .cover-con {
  position: absolute;
  background-color: rgba(22, 11, 53, 0.75);
  z-index: 0;
  background-image: url("../themes/demo/assets/img/inner-header-light.png");
  background-size: cover;
  width: 100%;
  height: 100%;
}
.inner-layout .header-cont .container {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.inner-layout .header-cont .container h1 {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  color: #db4247;
}
@media (min-width: 768px) {
  .inner-layout .header-cont .container h1 {
    font-size: 60px;
    font-weight: 600;
    text-align: left;
  }
}
.inner-layout .header-cont .container .short-d {
  font-size: 16px;
  color: #FFF;
  padding: 50px 50px 30px;
  font-weight: 300;
  text-align: justify;
}
@media (min-width: 768px) {
  .inner-layout .header-cont .container .short-d {
    padding: 100px 50px 150px;
    text-align: left;
  }
}
@media (min-width: 2560px) {
  .inner-layout .header-cont .container .short-d {
    font-size: 21px;
  }
}
.inner-layout .top-angle {
  clip-path: polygon(109% 104%, 100% 40%, 0 0px, 0px calc(111%));
  background-color: #FFF;
  margin-top: -140px;
  min-height: 81px;
  position: relative;
  z-index: 0;
}
.inner-layout .thumbnail-container-lg {
  width: 90%;
  height: 400px;
  background: #000;
  border-radius: 40px 40px 0;
  overflow: hidden;
  padding: unset;
  margin: auto;
}
@media (min-width: 768px) {
  .inner-layout .thumbnail-container-lg {
    width: 100%;
    height: 325px;
  }
}
@media (min-width: 992px) {
  .inner-layout .thumbnail-container-lg {
    width: 100%;
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .inner-layout .thumbnail-container-lg {
    width: 70%;
    height: 400px;
  }
}
@media (min-width: 2560px) {
  .inner-layout .thumbnail-container-lg {
    margin-top: 40px;
  }
}
.inner-layout .thumbnail-container-lg img {
  mix-blend-mode: unset;
  opacity: 1;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.inner-layout .bg-white {
  padding-top: 80px;
}
.jobs {
  margin: 30px 0;
  padding-bottom: 13px;
}
.jobs ul {
  margin-bottom: 6px;
  font-size: 1.2rem;
}
.jobs ul li {
  padding: 0 15px;
  margin: 20px;
}
.jobs ul li i {
  padding-right: 12px;
}
.jobs ul li span {
  padding-right: 12px;
}
.jobs ul li:before {
  display: none;
}
.jobs .job-banner {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 150px;
  max-height: 250px;
}
.jobs .job-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jobs .overview {
  position: relative;
}
.jobs .overview h2 {
  font-weight: 600;
}
.jobs .overview ul {
  margin-bottom: 6px;
}
.jobs .overview ul li {
  font-size: 1rem;
  padding: 0 15px;
  margin: 0;
}
@media (min-width: 768px) {
  .jobs .overview ul li {
    border-right: 1px solid #c1c1c1;
    font-size: unset;
  }
}
.jobs .overview ul li:last-child {
  border-right: 0;
}
.jobs .overview ul li i {
  padding-right: 5px;
}
.jobs .overview ul li:before {
  display: none;
}
.jobs .overview .job-info {
  bottom: 10px;
  width: 97%;
  padding: 5px;
  background-color: #eaeaea;
}
@media (min-width: 768px) {
  .jobs .overview .job-info {
    position: absolute;
  }
}
.jobs .skills span {
  padding: 5px 10px;
  background-color: #f7f7f7;
  border-radius: 5px;
  margin: 5px;
  display: inline-block;
}
.jobs .skills .btn {
  bottom: 10px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .jobs .skills .btn {
    width: 85%;
    position: absolute;
  }
}
.jobs .desc {
  font-size: 1.4rem;
  margin-top: 1.5rem;
}
.jobs .desc b {
  padding-left: 33px;
}
.jobs .desc p {
  font-size: 1.2rem !important;
}
ul {
  list-style: none;
  padding-left: 35px;
}
ul li {
  font-size: 16px;
  padding: 8px 35px 8px 0;
}
@media (min-width: 768px) {
  ul li {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  ul li {
    font-size: 18px;
  }
}
ul li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #515151;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: -1px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  padding-top: 3px;
  margin-left: -35px;
}
.lottie {
  max-width: 300px;
  height: auto;
  margin: auto;
}
.redactor-box ul li:before {
  display: none;
}
.swiper-button-next,
.swiper-button-prev {
  transform: scale(0.5);
}
@media tablets {
  .swiper-button-next,
  .swiper-button-prev {
    transform: scale(0.7);
  }
}
.hero-overlay-inner h2,
.hero-overlay-inner h1,
.hero-overlay-inner a {
  color: unset !important;
  font-weight: unset !important;
}
.redactor-editor,
.redactor-box,
.redactor-box textarea {
  z-index: 1;
}
.redactor-editor,
.redactor-box {
  background: rgba(255, 255, 255, 0.5);
}
.box-contented {
  background-color: #f4f4f4;
  min-height: 335px;
  padding: 18px;
}
.box-contented h3 {
  color: #db4247;
  font-weight: 600;
}
@media (min-width: 2560px) {
  .box-contented {
    min-height: 430px;
  }
}
.shape-bg {
  background-image: url("../themes/demo/assets/img/bg-shape.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.with-bg-r {
  overflow: hidden;
  position: relative;
  min-height: 600px;
}
.with-bg-r:before {
  content: '';
  width: 600px;
  height: 500px;
  background: #d94247;
  background: radial-gradient(circle, #d94247 0%, rgba(217, 66, 71, 0) 100%);
  opacity: 0.2;
  position: absolute;
  right: -440px;
  border-radius: 50%;
  filter: blur(50px);
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .with-bg-r:before {
    right: -300px;
    opacity: 0.5;
  }
}
@media (min-width: 2560px) {
  .with-bg-r:before {
    right: -802px;
  }
}
.with-bg-r p {
  text-align: justify;
}
@media (min-width: 768px) {
  .with-bg-r p {
    text-align: left;
  }
}
.with-bg-l {
  position: relative;
  overflow: hidden;
}
.with-bg-l:before {
  content: '';
  width: 600px;
  height: 500px;
  background: #d94247;
  background: radial-gradient(circle, #3c2769 0%, rgba(60, 39, 105, 0) 100%);
  opacity: 0.3;
  position: absolute;
  left: -430px;
  border-radius: 50%;
  filter: blur(50px);
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .with-bg-l:before {
    left: -300px;
    opacity: 0.5;
  }
}
.with-bg-l p {
  text-align: justify;
}
@media (min-width: 768px) {
  .with-bg-l p {
    text-align: left;
  }
}
.sx-atc-fixed {
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 190px 0px;
  position: relative;
}
.sx-atc-fixed .sx-vodeo-section {
  max-width: 998px;
  margin: auto;
}
.sx-atc-fixed .sx-vodeo-section .sx-video-btn-wrap {
  position: relative;
  min-height: 240px;
}
.sx-atc-fixed .sx-vodeo-section .sx-video-btn-wrap .circle {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  text-decoration: none;
  top: 50%;
  left: 50%;
  -webkit-transition: height .25s ease, width .25s ease;
  transition: height .25s ease, width .25s ease;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sx-atc-fixed .sx-vodeo-section .sx-video-btn-wrap .circle:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid white;
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}
.sx-atc-fixed .sx-vodeo-section .sx-video-btn-wrap .circle:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid white;
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}
.sx-atc-fixed .sx-vodeo-section .sx-video-btn-wrap .circle:hover:before,
.sx-atc-fixed .sx-vodeo-section .sx-video-btn-wrap .circle:hover:after {
  -webkit-animation: none;
  animation: none;
}
.sx-atc-fixed .sx-vodeo-section .sx-video-btn-wrap .circle i {
  color: #db4247;
  font-size: 24px;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
nav .lang-menu {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  nav .lang-menu {
    display: inline-flex;
    justify-content: unset;
  }
}
nav .lang-icon {
  float: left;
  color: #3b2769;
  position: relative;
  left: 0;
  top: 0;
  padding: 10px 0;
}
@media (min-width: 768px) {
  nav .lang-icon {
    padding: 10px 20px;
    left: 20px;
  }
}
@media (min-width: 992px) {
  nav .lang-icon {
    padding: 10px 0;
    color: white;
    top: unset;
  }
}
nav form {
  padding-left: 0px;
  display: flex;
}
@media (min-width: 992px) {
  nav form {
    display: unset;
    padding-left: 30px;
  }
}
nav form .lang-choose {
  background-color: transparent;
  border: 0;
  color: #3b2769;
  cursor: pointer;
  font-size: 1.1rem;
  height: auto;
}
@media (min-width: 768px) {
  nav form .lang-choose {
    padding: 0.8rem 1.2rem !important;
  }
}
@media (min-width: 1200px) {
  nav form .lang-choose {
    font-size: 15px;
    color: white;
  }
}
@media (min-width: 2560px) {
  nav form .lang-choose {
    font-size: 19px;
  }
}
nav form .lang-choose:focus {
  box-shadow: unset;
  background-color: transparent;
  border: 0;
  color: #3b2769;
}
@media (min-width: 992px) {
  nav form .lang-choose:focus {
    color: white;
  }
}
nav form .lang-choose option {
  color: #3b2769;
}
nav.white .lang-icon {
  color: #3b2769;
}
nav.white form .lang-choose {
  color: #3b2769;
}
nav.white form .lang-choose:focus {
  color: #3b2769;
}
