/* #region qsBasics */

button:focus {
	outline: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@-webkit-keyframes preLoaderAnimation {
    0%{background-position:57% 0%}
    50%{background-position:44% 100%}
    100%{background-position:57% 0%}
}
@-moz-keyframes preLoaderAnimation {
    0%{background-position:57% 0%}
    50%{background-position:44% 100%}
    100%{background-position:57% 0%}
}
@keyframes preLoaderAnimation {
    0%{background-position:57% 0%}
    50%{background-position:44% 100%}
    100%{background-position:57% 0%}
}

.select2 {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.alert p {
	margin: unset;
}

.preloader {
	position: fixed;left: 0;top: 0;width: 100%;height: 100%;text-align: center;z-index: 6001; 
	display: flex;
	background: linear-gradient(318deg, rgba(0, 0, 0, 1), rgba(255, 255, 255, 1));
    background-size: 200% 300%;

    -webkit-animation: preLoaderAnimation 5s ease infinite;
    -moz-animation: preLoaderAnimation 5s ease infinite;
    animation: preLoaderAnimation 5s ease infinite;
}
.preloader:after { 
	content: ""; height: 100%; display: inline-block; vertical-align: middle; 
}

.preloader .spinner-border {
	color: var(--primary-color) !important;
}

a:hover {
  color: var(--primary-color-hover);
	text-decoration: none !important;
}

.text-one-color {
	color: var(--primary-color);
}

.background-one-color {
	background-color: var(--primary-color);
}

.custom-switch .custom-control-label::after {
	background-color: var(--primary-color);
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

.btn-one-color {
	color: white;
	border-color: var(--primary-color);
    background-color: var(--primary-color);
}

.btn-one-color:hover {
	color: white;
    background-color: var(--primary-color-hover);
    border-color: var(--primary-color-hover);
}

.btn-outline-one-color {
  background: transparent;
}

.btn-pink {
  color: #343a40;
  background-color: #ff8acc;
  border-color: #ff8acc; }
  .btn-pink:hover {
    color: #fff;
    background-color: #ff64bb;
    border-color: #ff57b6; }
  .btn-pink:focus, .btn-pink.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(225, 126, 183, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(225, 126, 183, 0.5); }
  .btn-pink.disabled, .btn-pink:disabled {
    color: #343a40;
    background-color: #ff8acc;
    border-color: #ff8acc; }
  .btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active,
  .show > .btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #ff57b6;
    border-color: #ff4ab0; }
    .btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pink.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(225, 126, 183, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(225, 126, 183, 0.5); }

.btn-purple {
  color: #fff;
  background-color: #5b69bc;
  border-color: #5b69bc; }
  .btn-purple:hover {
    color: #fff;
    background-color: #4654ab;
    border-color: #4250a2; }
  .btn-purple:focus, .btn-purple.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(116, 128, 198, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(116, 128, 198, 0.5); }
  .btn-purple.disabled, .btn-purple:disabled {
    color: #fff;
    background-color: #5b69bc;
    border-color: #5b69bc; }
  .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
  .show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #4250a2;
    border-color: #3e4b99; }
    .btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-purple.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(116, 128, 198, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(116, 128, 198, 0.5); }

.btn-blue {
  color: #fff;
  background-color: #71b6f9;
  border-color: #71b6f9; }
  .btn-blue:hover {
    color: #fff;
    background-color: #4ca3f7;
    border-color: #409df7; }
  .btn-blue:focus, .btn-blue.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(134, 193, 250, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(134, 193, 250, 0.5); }
  .btn-blue.disabled, .btn-blue:disabled {
    color: #fff;
    background-color: #71b6f9;
    border-color: #71b6f9; }
  .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  .show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #409df7;
    border-color: #3497f6; }
    .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(134, 193, 250, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(134, 193, 250, 0.5); }

/* #endregion */

/* #region Custom code */


html {
    scroll-behavior: smooth;
}
.sf-toolbarreset svg {
    margin-bottom: 0;
}
.header-section {
    background: transparent !important;
}


.customCollapse{
    position: relative;
    max-height:250px;
    overflow: hidden;
}

.btn-black{
    background-color: #0C1316;
}


.customList ul {
    list-style: none;
}

.customList ul li::before {
    content: "\2022";
    color: #F8991D;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.customCollapse:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: rgb(23,35,41);
    background: linear-gradient(0deg, rgba(23,35,41,1) 0%, rgba(23,35,41,0) 100%);
}

.decor-dark:after,.decor-dark:before {
    content: '';
    background-color: #172329;
    width: 60px;
    height: 150px;
    position: absolute;
    transition: all .2s ease-in-out;
}

.decor-dark-bl:after {
    bottom: -20px;
    left: -40px;
    transform: rotate(338deg);
}
.decor-dark-bl:hover:after {
    left: -30px;
}


.decor-dark-tl:before {
    top: -20px;
    left: -40px;
    transform: rotate(22deg);
}

.decor-dark-tl:hover:before {
    left: -30px;
}

.decor-dark-tr:before {
    top: -20px;
    right: -40px;
    transform: rotate(338deg);
}
.decor-dark-tr:hover:before {
    right: -30px;
}

.expand{
    max-height: initial;
}

.expand.customCollapse:after{
    display: none;
}

.bg-black{
    background-color: #0f181c;
}
.bs-popover-auto[x-placement^=right]>.arrow::after, .bs-popover-right>.arrow::after{
    border-right-color: #172329;
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
}}

.grayscale{
    filter: grayscale(100%);
    transition: filter 1s;
}
.grayscale:hover{
    filter: grayscale(0%);
}

.hs-menu-initialized {
    position: relative;
    z-index: 10;
}
.hs-menu-initialized .animated {
    animation-duration: 0.3s;
}
.hs-overflow-x-locked {
    overflow-x: hidden;
}
@media (min-width: 576px) {
    .hs-mega-menu-desktop-sm,
    .hs-sub-menu-desktop-sm {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 2;
        margin-top: -0.002rem;
    }
}
@media (min-width: 768px) {
    .hs-mega-menu-desktop-md,
    .hs-sub-menu-desktop-md {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 2;
        margin-top: -0.002rem;
    }
}
@media (min-width: 992px) {
    .hs-mega-menu-desktop-lg,
    .hs-sub-menu-desktop-lg {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 2;
        margin-top: -0.002rem;
    }
}
@media (min-width: 1200px) {
    .hs-mega-menu-desktop-xl,
    .hs-sub-menu-desktop-xl {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 2;
        margin-top: -0.002rem;
    }
}
.hs-sub-menu {
    min-width: 180px;
}
.hs-has-sub-menu {
    overflow: hidden;
    position: relative;
}
.hs-sub-menu-opened {
    overflow: visible;
}
.hs-mega-menu .hs-mega-menu,
.hs-mega-menu .hs-sub-menu,
.hs-menu-vertical .hs-mega-menu,
.hs-menu-vertical .hs-sub-menu,
.hs-sub-menu .hs-mega-menu,
.hs-sub-menu .hs-sub-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
}
.hs-menu-vertical .hs-sub-menu {
    width: auto;
}
.hs-menu-vertical .hs-mega-menu {
    height: 100%;
}
.hs-mobile-state .hs-mega-menu,
.hs-mobile-state .hs-sub-menu {
    position: static;
    visibility: visible;
}
.hs-mobile-state .hs-has-mega-menu[data-max-width] > .hs-mega-menu,
.hs-mobile-state .hs-has-sub-menu[data-max-width] > .hs-sub-menu {
    max-width: none !important;
}
.hs-menu-initialized.hs-rtl {
    direction: rtl;
    unicode-bidi: embed;
}
.hs-menu-initialized.hs-rtl .hs-mega-menu,
.hs-menu-initialized.hs-rtl .hs-sub-menu {
    left: auto;
    right: 0;
}
.hs-menu-initialized.hs-rtl .hs-mega-menu .hs-mega-menu,
.hs-menu-initialized.hs-rtl .hs-mega-menu .hs-sub-menu,
.hs-menu-initialized.hs-rtl .hs-sub-menu .hs-mega-menu,
.hs-menu-initialized.hs-rtl .hs-sub-menu .hs-sub-menu {
    left: auto;
    right: 100%;
}
.hs-menu-initialized:not(.hs-mobile-state) .hs-mega-menu.hs-reversed,
.hs-menu-initialized:not(.hs-mobile-state) .hs-sub-menu.hs-reversed {
    left: auto;
    right: 0;
}
.hs-menu-initialized:not(.hs-mobile-state) .hs-mega-menu .hs-mega-menu.hs-reversed,
.hs-menu-initialized:not(.hs-mobile-state) .hs-mega-menu .hs-sub-menu.hs-reversed,
.hs-menu-initialized:not(.hs-mobile-state) .hs-sub-menu .hs-mega-menu.hs-reversed,
.hs-menu-initialized:not(.hs-mobile-state) .hs-sub-menu .hs-sub-menu.hs-reversed {
    left: auto;
    right: 100%;
}
.hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-mega-menu.hs-reversed,
.hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-sub-menu.hs-reversed {
    right: auto;
    left: 0;
}
.hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-mega-menu .hs-mega-menu.hs-reversed,
.hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-mega-menu .hs-sub-menu.hs-reversed,
.hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-sub-menu .hs-mega-menu.hs-reversed,
.hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-sub-menu .hs-sub-menu.hs-reversed {
    right: auto;
    left: 100%;
}
.hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-left {
    left: 0;
    right: auto;
}
.hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-right {
    left: auto;
    right: 0;
}
.hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-center {
    right: auto;
    left: 50%;
    transform: translate(-50%);
}

.hs-video-bg-preview, .hs-video-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
}

.hs-video-bg-video iframe, .hs-video-bg-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.gradient-x-overlay-lg-dark-video::before {
    z-index: 2;
    background-image: linear-gradient(to bottom, rgba(23,35,41,0.9) 0%,rgba(0,0,0,0.1) 80%,rgba(23,35,41,0.5) 100%);
    background-repeat: no-repeat;
}

.gradient-x-overlay-lg-dark-video1::before {
    z-index: 2;
    background-image: linear-gradient(to right,rgba(23,35,41,.95) 0,rgba(23,35,41,.95) 100%);
    background-repeat: repeat-x;
}

.vertical_head--solution {
    top:35%;
}

 .decorated-list{
    position: relative;
    padding-left:60px;
}
.decorated-list span{
    position: absolute;
    left: 0;
    top: -15px;
    font-size: 4rem;
    color: rgba(248, 153, 29, 0.21);
    font-weight: bolder;
}


.mt--185 {
    margin-top: -185px;
}

/* #endregion */

/* #region Responsive code */

@media (max-width: 1400px) { /* xxl - Extra Extra Large */
	
}

@media (max-width: 1200px) { /* xl - Extra Large */
	
}

@media (max-width: 992px) { /* lg - Large */

}

@media (max-width: 768px) { /* md - Medium */

}

@media (max-width: 600px) { /* sm - Small */ 
	
}

@media (max-width: 576px) { /* Extra small */
	
}

/* #endregion */