@import url('https://fonts.googleapis.com/css2?family=Goldman&family=Raleway&display=swap');
:root {
  --text-1:#000000;
  --text-2:#ffffff;
  --menu-text:rgba(0,0,0, 0.6);
  --menu-text-hover:rgba(0,0,0,1);
  --menu-bg:#F1F0FE;
  --services-color:#AA5D76;
  --bg-1:#F1F0FE;
  --bg-2:#000000;
  --bg-3:#F6F9FC;
    --box-shadow:0 0 12px 0 rgba(0,0,0, 0.22);
}
html.dark-mode {
  --text-1:#ffffff;
  --text-2:#000000;
  --menu-text:rgba(255, 255, 255, 0.6);
  --menu-text-hover:rgba(255, 255, 255,1);
  --menu-bg:#3D3046;
  --services-color:#AA5D76;
  --bg-1:#000000;
  --bg-2:#F1F0FE;
  --bg-3:#191919;
  --box-shadow:0 0 12px 0 rgba(255, 255, 255, 0.22);
   }
      .bg-1{
    background-color: var(--bg-1);
   }
      .bg-2{
    background-color: var(--bg-2);
   }
   .bg-3{
    background-color: var(--bg-3);
   }
   body{
   font-family: 'Raleway', sans-serif;
   padding-top:84.23px;
   color:var(--text-1);
   background-color:var(--bg-1);
   }
   h1,h2{
    font-family: 'Goldman', cursive;
   }
   h2{
    font-size:38px;
    margin-bottom:0px;
    color:var(--text-1);
   }
   .text-white{
    color:#ffffff !important;
   }
   /* #Navigation
================================================== */
ul,ol{
  margin-bottom:0px;
  padding:0px;
  list-style-type: none;
}
.cd-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color:var(--bg-1);
  padding-top:20px;
  padding-bottom:20px;
   box-shadow:var(--box-shadow);
}
.cd-header.scrolled{
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3sease-out 0s;
}
.header-wrapper {
  display: flex;
  justify-content: space-between;
}
.logo-wrap {
}
.logo-wrap a {
  display:flex;
  width:220px;
}
.logo-wrap a img{
/*  height:44.23px;*/
}
.logo-wrap a .logo{
    width:100%;
    transition-delay:0s;
}
.logo-wrap a .logo-white{
  width:0px;
  transition-delay:0s;
}
html.dark-mode .logo-wrap a .logo{
    width:0;
    transition-delay:0s;
    transition:0;
}
html.dark-mode .logo-wrap a .logo-white{
  width:100%;
  transition-delay:0s;
  transition:0;
}
.nav-but-wrap {
  position: relative;
  transition: all 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-icon {
  width: 30px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
}
.menu-icon__line {
  height: 2px;
  width: 30px;
  display: block;
  background-color:var(--bg-2);
  margin-bottom: 7px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.5s ease;
  transition: transform 0.2s ease, background-color 0.5s ease,
    -webkit-transform 0.2s ease;
}
.menu-icon__line-left {
  width: 16.5px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.menu-icon__line-right {
  width: 16.5px;
  float: right;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  margin-bottom:0px;
}
.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
  width: 30px;
}
.cd-header>.container{
  z-index:100;
  position: relative;
}
.nav {
  position: fixed;
  z-index: 98;
  width:0;
  height:100%;
  background-color:#1B1B1B;
  top:0px;
    -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
  opacity:.75;
  background-color:#3F354F;
  background-image: linear-gradient(45deg, #674566 50%, #ac5e77 100%);
}
html.dark-mode .nav{
  background-image:linear-gradient(45deg, #2b2d42 50%, #8b3d56 100%);
}
.nav .container{
  position: relative;
}
/*.nav .container:before,
.nav .container:after {
  content: "";
  position:absolute;
  top:84.23px;
  left:0px;
  width: 0;
  height: 0;
  background-color: rgba(20, 21, 26, 0.6);
  border-bottom-right-radius: 200%;
  z-index: -1;
  transition: border-radius linear 0.4s,
    width cubic-bezier(0.77, 0, 0.175, 1) 0.4s,
    height cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
}
.nav .container:after {
  background-color: rgba(9, 9, 12, 1);
  background-image: url("../images/pat.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 300%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  box-shadow: 6px 7px 28px 0 rgba(16, 16, 16, 0.3);
}
.nav .container:before {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}*/
.nav__content {
  position:absolute;
  top:100px;
  left:12px;
  width:0px;
  text-align: left;
  background-color:var(--menu-bg);
  background-image: url("../images/pat.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 300%;
  box-shadow: 6px 7px 28px 0 rgba(16, 16, 16, 0.3);
  padding-top:50px;
  padding-bottom:36px;
  border-radius:15px;
/*  height: calc(90vh - 160px);*/
  display: flex;
    align-items: center;
    justify-content: space-between;
    width:calc(100% - 24px);
}
.nav__list {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width:100%;
}
.nav__list-item {
  position: relative;
  display: block;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 0;
  text-align: left;
  color: #fff;
  overflow: hidden;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 2px;
  -webkit-transform: translate(30px, 0%);
  transform: translate(30px, 0%);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  margin-top: 7px;
  margin-bottom: 7px;
}
.nav__list-item a {
  position: relative;
  text-decoration: none;
  color:var(--menu-text);
  overflow: hidden;
  cursor: pointer;
  font-weight: 600;
  z-index: 2;
  padding-left:10px;
  padding-right:8px;
  padding-top:5px;
  padding-bottom: 5px;
  display: inline-block;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.nav__list-item a:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width:100%;
  height: 0;
  opacity: 0;
  background-color:#DBA41B;
  z-index:-1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.nav__list-item a:hover:after {
  height: 100%;
  opacity: 1;
  top: 0;
}
.nav__list-item a:hover {
  color:var(--menu-text-hover);
}
.nav__list-item.active-nav> a {
  color:var(--menu-text-hover);
}
.nav__list-item.active-nav> a:after {
  height: 100%;
  opacity: 1;
  top: 0;
}
.sub-menu li.active-nav > a {
 color: rgba(255, 255, 255, 1);
}
.sub-menu li.active-nav > a:after {
  height: 100%;
  opacity: 1;
  top: 0;
}
body.nav-active .nav__content {
  width:calc(100% - 24px);
    transition:width .4s;
  transition-delay:.4s;
  padding:30px 30px 20px 30px;
}
body.nav-active .menu-icon__line {
  background-color:#ffffff !important;
  -webkit-transform: translate(0px, 0px) rotate(-45deg);
  transform: translate(0px, 0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
  width: 15px;
  -webkit-transform: translate(2px, 4px) rotate(45deg);
  transform: translate(2px, 4px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
  width: 15px;
  float: right;
  -webkit-transform: translate(-3px, -3.5px) rotate(45deg);
  transform: translate(-3px, -3.5px) rotate(45deg);
}
body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
  width: 15px;
}
body.nav-active .nav {
  width:100%;
  opacity:1;
}
body.nav-active .logo-wrap a .logo{
  width:0;
  transition-delay:0s;
}
body.nav-active .logo-wrap a .logo-white{
  width:100%;
  transition-delay:0s;
}
/*body.nav-active .nav .container:before,
body.nav-active .nav .container:after {
  width:420px;
  min-width:420px;
  height:calc(100vh - 100px);
  border-radius: 15px;
  left:12px;
}
body.nav-active .nav .container:after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
body.nav-active .nav .container:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}*/
body.nav-active .nav__list-item {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: opacity 0.3s ease, color 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease,
    -webkit-transform 0.3s ease;
}
body.nav-active .nav__list-item:nth-child(0) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(1) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(2) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
body.nav-active .nav__list-item:nth-child(3) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
body.nav-active .nav__list-item:nth-child(4) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
body.nav-active .nav__list-item:nth-child(5) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
body.nav-active .nav__list-item:nth-child(6) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
body.nav-active .nav__list-item:nth-child(7) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
body.nav-active .nav__list-item:nth-child(8) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
body.nav-active .nav__list-item:nth-child(9) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
body.nav-active .nav__list-item:nth-child(10) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.sub-menu{
  font-size:14px;
  padding-left:20px;
white-space: nowrap;
}
.dark-mode .mode__switch span:before {
    background-image: url(/_next/static/media/sun-white.4a53b1c3.png)
}

.dark-mode .mode__switch span:after {
    background-image: url(/_next/static/media/moon-dark.b19defdb.png)
}
.nav__list1{
  display:flex;
  align-items:center;
  justify-content: space-between;
  margin-bottom:60px;
}
.nav__list2{
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:30px;
  text-align: center;
}
.nav__list2 .nav__list-item {
   font-size:28px;
}
.nav__list2 .nav__list-item a{
 padding-left:0px;
  cursor: default !important;
  color:var(--services-color);
}
.nav__list2 .nav__list-item.active-nav a::after{
opacity:0;
}
.nav__list2 .nav__list-item a:hover{
  color:var(--services-color);
}
.nav__list2 .nav__list-item a:hover:after {
opacity:0;
}
.nav__list2 .nav__list-item a:before {
content:'';
width:100%;
height:2px;
background:#DBA41B;
background:var(--services-color);
position: absolute;
bottom:0px;
left:50%;
transform: translatex(-50%);
}
.nav__list2 .nav__list-item.active-nav a:hover{
  color:var(--menu-text-hover);
}
.nav__list2 .nav__list-item.active-nav a:hover:after{
opacity:0;
}
.nav__list3{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.switch__tab {
    position:absolute;
    font-weight: 500;
    display: flex;
    align-items: center;
    right: 0;
    top:50%;
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer
}
.dark-mode-title,.light-mode-title {
    font-size: 16px;
    font-weight:400;
    color:var(--text-1);
    display: flex;
    align-items: center
}
.switch__tab{
  right:100px;
}
.mode__switch {
    height: 34px;
    width: 80px;
    display: inline-block;
    position: relative;
    margin: 0 10px;
    background:#DBA41B;
    transform: translateY(0);
    border-radius:3px;
    cursor: pointer;
    transition: all .3s ease-out 0s
}

.mode__switch:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    background:#ffffff;
    width: 28px;
    height: 28px;
    z-index: -1;
    border-radius:3px;
    transition: all .3s ease-out 0s
}
.dark-mode .mode__switch:before {
    left: calc(100% - 31px);
}
.mode__switch span {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 34px;
    display: block
}

.mode__switch span:before {
    right: 54px;
    background-image: url(../images/sun-dark.png)
}
.dark-mode .mode__switch span:before {
    background-image: url(../images/sun-white.png);
}
.mode__switch span:after,.mode__switch span:before {
    content: "";
    position: absolute;
    top: 8px;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-size: cover
}

.mode__switch span:after {
    left: 54px;
    background-image: url(../images/moon-white.png)
}
.dark-mode .mode__switch span:after {
    background-image: url(../images/moon-dark.png);
}
body.nav-active .dark-mode-title,body.nav-active  .light-mode-title{
  color:#ffffff !important;
  transition-delay:.4s;
}
.hero{
    padding:150px 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color:#ffffff;
    text-align: center;
    position: relative;
}
.hero::before{
  content:'';
  width:100%;
  height:100%;
  position: absolute;
  left:0px;
  top:0px;
  background-image:linear-gradient(45deg, #2b2d42 50%, #ac5e77 100%);
  opacity:.85;
}

.main-hero{
  background-image: url(../images/home-banner-bg.jpg);
}
.hero h1{
    font-size: 50px;
    margin-bottom:0px;
}
.section-padding{
  padding-top:100px;
  padding-bottom:100px;
  overflow: hidden;
  position: relative;
}
.hr-line {
   height: 5px;
    width: 80px;
    background: #DBA41B;
    opacity:1;
    border:0px;
    margin-top:20px;
    margin-bottom:30px;
}
.home-services{
    background-position: center center;
    background-size: cover;
      background-image: linear-gradient(45deg, #674566 50%, #ac5e77 100%);
}
html.dark-mode .home-services{
background-image:linear-gradient(45deg, #2b2d42 50%, #8b3d56 100%);
}
.service-item{
    padding:30px 20px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 1px solid #fff;
    color:#ffffff;
    text-align: center;
    height:100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
h3{
  font-size:24px;
  font-weight:600;
}
.service-item img{
height:118px;
margin:0 auto;
display: block;
margin-bottom:30px;
}
.service-item h3{
  margin-bottom:20px;
}
.btn-cover{
  padding-top:10px;
}
.btn-default{
  background-color: #DBA41B;
    text-decoration: none;
    color: #fff;
    padding:12px 60px;
    display:inline-block;
        border: 0px;
    box-shadow: none;
    outline: none;
    border-radius:1px;
}
.btn-default:hover{
  background-color:#B18310;
}
a.btn-default{
  background-color: #DBA41B;
    text-decoration: none;
    color: #fff;
    padding:12px 60px;
    display:inline-block;
        border: 0px;
    box-shadow: none;
    outline: none;
     border-radius:1px;
}
a.btn-default:hover{
  background-color:#B18310;
}
button.btn-default{
  background-color: #DBA41B;
    text-decoration: none;
    color: #fff;
    padding:12px 60px;
    display:inline-block;
        border: 0px;
    box-shadow: none;
    outline: none;
     border-radius:1px;
}
button.btn-default:hover{
  background-color:#B18310;
}
.cta{
      padding-top: 80px;
      padding-bottom:80px;
    background: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color:#ffffff;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.cta h3{
  color:#ffffff;
 font-size:24px;
 font-weight:400;
}
.footer{
  padding-top:30px;
  padding-bottom:30px;
  background-color:var(--bg-1);
  color:var(--text-1);
}
.footer .row{
  align-items: center;
}
ul.footer-links {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    padding: 0px;
    margin-bottom: 0px;
}
.footer-links a {
    text-decoration: none;
    color:var(--text-1);
    padding: 0px 10px;
}
.footer-links a:hover {
    color:#DBA41B;
}
.footer-links a.active{
  color:#DBA41B;
  pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
}
.border-radius-3{
  border-radius:3px;
}
.hero1{
background-image:url(../images/banner-bg1.jpg);
}
.hero2{
background-image:url(../images/banner-bg2.jpg);
padding:180px 0px;
}
.hero3{
background-image:url(../images/banner-bg3.jpg);
}
.hero4{
background-image:url(../images/banner-bg4.jpg);
}
.hero5{
background-image:url(../images/banner-bg5.jpg);
}
.hero6{
background-image:url(../images/banner-bg6.jpg);
}
.hero7{
background-image:url(../images/banner-bg7.jpg);
}
.hero8{
background-image:url(../images/banner-bg8.jpg);
}
.hero9{
background-image:url(../images/banner-bg9.jpg);
}
.home-services.support-items{

}
.home-services.support-items .service-item img{
  height:100px;
}
.list-items{

}
.list-item{
 display: flex;
 justify-content: start;
 align-items: start;
}
.list-icon{
  margin-right:10px;
}
.text-3{
  color:#DBA41B;
}
.list-items-icon-orange .list-icon{
  color:#DBA41B;
}
.list-items-icon-orange strong{
  color:#DBA41B;
}
.home-services.in-services img{
  height:100px;
  background-color:#DBA41B;
  padding:12px;
  border-radius:3px;
}
.box{
  padding:20px;
  -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.03);
        transition: all 0.3s ease;
 border-radius:5px;
 background-color:var(--bg-1);
 height:100%;
}
.box h3{
  font-size:20px;
}
.box .box-icon{
    margin-bottom:15px;
    width:75px;
    height:75px;
    border-radius: 50%;
    background:var(--bg-3);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px;
}
.box .box-icon img{
  width:100%;
}
.list-items1 strong{
  display:block;
}
.process-item{
  padding-left:40px;
  padding-bottom:30px;
  position: relative;
  padding-top:6px;
}
.process-item:last-child{
  padding-bottom:0px;
}

.process-item::before{
  content:'';
  width:5px;
  height:100%;
  position: absolute;
  background-color:#DBA41B;
  left:0px;
}
.process-counter{
  position: absolute;
  left:-17.5px;
  top:0px;
  width:40px;
  height:40px;
  background-color:#DBA41B;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color:#ffffff;
  border-radius:100%;
}
.process-counter span{
  position: absolute;
    top: -7px;
    font-size: 32px;
}
.process-item h3{
  margin-bottom:20px;
}
.box1{
  display: flex;
  gap:20px;
  align-items: center;
  justify-content: center;
}
.box1 p{
  margin-bottom:0px;
}
.box1 .box-icon{
    width:65px;
    height:65px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex:0 0 65px;
    background-color:#DBA41B;
    padding:10px;
}
.box1 .box-icon img{
  width:100%;
}
ul.checklist{
display: flex;
flex-wrap: wrap;
gap:15px;
}
ul.checklist li{
  display: flex;
  align-items:start;
  justify-content:start;
  gap:0px;
  flex:0 0 calc(50% - 15px);

}
ul.checklist li p{
  margin-bottom:0px;
}
ul.checklist li .list-icon{
width:25px;
flex:0 0 25px;
}
ul.checklist.checklist-icon-40 li .list-icon{
width:40px;
flex:0 0 40px;
}
ul.checklist.checklist-icon-20 li .list-icon{
width:20px;
flex:0 0 20px;
}
ul.checklist li .list-icon img{
  width:100%;
}
 ul.checklist.checklist-full li{
  flex:0 0 100%;
}
html.dark-mode img.black-icon{
  filter:invert(1) brightness(1000);
}
html.dark-mode img.white-icon{
  filter:invert(1) brightness(0);
}
.home-services.in-services.web-process .service-item{
flex-direction: row;
gap:30px;
align-items: center;
justify-content:start;
text-align: left;
border-radius:0px;
border:0px;
box-shadow: none;
padding-top:50px;
padding-bottom:50px;
position: relative;
}
.home-services.in-services.web-process img{
  margin-bottom:0px;
}
.home-services.in-services.web-process .service-item1{
border-left:3px solid #ffffff;
border-bottom:3px solid #ffffff;
}
.home-services.in-services.web-process .service-item2{
border-right:3px solid #ffffff;
border-bottom:3px solid #ffffff;
}
.home-services.in-services.web-process .service-item3{
border-left:3px solid #ffffff;
border-bottom:3px solid #ffffff;
}
.home-services.in-services.web-process .service-item4{
border-right:3px solid #ffffff;
border-bottom:3px solid #ffffff;
}
.home-services.in-services.web-process .service-item .process-counter{
  left:-20px;
  top:-5px;
}
.home-services.in-services.web-process .service-item .process-counter span{
  top:-9px;
}
.home-services.in-services.web-process .service-item2 .process-counter,.home-services.in-services.web-process .service-item4 .process-counter{
  right:-20px;
  left:auto;
}
.border-1{
  border:1px solid #ffffff;
}
.image-cover{
 position: relative;
    height: 100%;
}
.image-cover img{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    object-fit: cover;
    object-position:top center;
}
.box-item{
  background-color:var(--bg-3);
  display: flex;
  justify-content:start;
  align-items:center;
  height:100%;
}
.box-item-icon{
  width:65px;
  height:100%;
  background-color: orange;
  flex:0 0 65px;
  border-radius:3px 3px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:5px;
}
.box-item-icon img{
  width:100%;
}
.box-item-content{
padding:15px;
  border-radius:0px 0px 3px 3px;
}
.box-item-content p{
  margin-bottom:0px;
}
.form-group{
  text-align: left;
  margin-bottom:15px;
}
.form-control{
  border:1px solid var(--text-1); !important;
  color:#888787;
  border-radius:0px;
  box-shadow: none;
  outline: none;
  padding:10px;
  background-color:var(--bg-1);
}
.recaptch-cover{
border:1px solid var(--text-1); !important;
padding:0px;
position: relative;
background-color:var(--bg-1);
}
.recaptch-cover label{
    padding:10px;
    text-align: left;
    display: block;
    border-bottom:1px solid var(--text-1); !important;
}
.recaptch-cover #refreshCaptcha{
 position: absolute;
 right:12px;
 top:50%;
 transform: translateY(-50%);
}
.form-control:focus{
  box-shadow: none;
  outline: none;
    /*background-color:var(--bg-1);*/
    border-color:#DBA41B;
}
.error { color: red; display: none; }
.loading-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1111;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #ffffff;
    display: none;
}
.loading-overlay.active{
  display: flex;
}
#refreshCaptcha{
  cursor: pointer;
}
.form-control::placeholder {
  color:rgba(0, 0, 0,.5);
  opacity: 1; /* Firefox */
}
.form-control::-ms-input-placeholder { /* Edge 12 -18 */
   color:rgba(0, 0, 0,.5);
}
html.dark-mode ::placeholder {
  color:rgba(255,255,255,.5);
  opacity: 1; /* Firefox */
}

html.dark-mode ::-ms-input-placeholder { /* Edge 12 -18 */
  color:rgba(255,255,255,.5);
}
.legal-page h2{
  font-family: 'Raleway', sans-serif;
  font-weight:600;
  margin-bottom:10px;
}
.legal-page ul{
  margin-bottom:20px;
  list-style-type:disc;
  list-style-position: inside;
}
.legal-page p + ul{
  margin-top:-8px;
}
.custom-image{
  position: relative;
  padding:40px 0px 0px 40px;
  border-radius:3px;
  overflow: hidden;
  height:100%;
}
.custom-image::before{
content:'';
width:calc(100% - 40px);
height:calc(100% - 40px);
background: linear-gradient(100deg, #2b2d42, #ac5e77);
position: absolute;
left:0px;
top:0px;
z-index:1;
}
.custom-image img{
  position: relative;
  z-index:2;
  border-radius:3px;
  height:100%;
  object-fit: cover;
}
.custom-image img.object-right{
  object-position: right;
}
.nobr{
  white-space: nowrap;
}