/**
 ** To extend some styles from trax
**/

:root {
	--qavOrange: #FC9E00;
	--textColor: #808080;
}

/* yellow site */

body {
    font-size: 15px;
    color: var(--textColor);
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    direction: ltr;
}

.bgdefault {
    background: var(--qavOrange);
}

.defaultcolor {
    color: var(--qavOrange);
}

.hover-default:hover,
.hover-default:focus {
    color: var(--qavOrange);
}

.back-top {
    right: 20px;
    font-size: 26px;
    position: fixed;
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    bottom: 30px;
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF9E02), color-stop(51%, var(--qavOrange)), to(#FF9E02));
    background-image: -webkit-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: -moz-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: -o-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: linear-gradient(to right, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.back-top-visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.back-top,
.back-top:hover,
.back-top:focus {
    color: #fff;
}

.back-top:hover {
    background-position: right center;
}

.cssload-loader:before,
.cssload-loader:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--qavOrange);
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    animation: cssload-animation 1.73s infinite ease-in-out;
    -o-animation: cssload-animation 1.73s infinite ease-in-out;
    -webkit-animation: cssload-animation 1.73s infinite ease-in-out;
    -moz-animation: cssload-animation 1.73s infinite ease-in-out;
}

#rev_interactive .tp-bullets .tp-bullet:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--qavOrange);
    transform: translateY(100%);
}

/* .tp-bullet.selected {
    background: var(--qavOrange);
    cursor: default;
} */

#rev_creative .tp-bullet {
    border-radius: 50%;
    background: transparent !important;
    border: 1px solid var(--qavOrange);
    overflow: hidden;
}

#rev_creative .tp-bullet.selected:before {
    height: 60%;
    width: 60%;
    background: var(--qavOrange);
}

#rev_slider_8_1 .tparrows.tp-leftarrow {
    border-left: 3px solid;
    border-color: var(--qavOrange);
    padding-left: 4px;
}

#rev_slider_8_1 .tparrows.tp-rightarrow {
    border-right: 3px solid;
    border-color: var(--qavOrange);
}

#rev_slider_8_1_wrapper .tp-caption span {
    color: var(--qavOrange);
}

.bg-summer-sky {
    background-color: var(--qavOrange);
}

.color-summer-sky {
    color: var(--qavOrange);
}

.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
    border-color: var(--qavOrange) !important;
}

.hephaistos .tp-bullet {
    background: var(--qavOrange);
    cursor: pointer;
}

.video-play-button {
    height: 70px;
    width: 70px;
    background: var(--qavOrange);
    display: inline-block;
    top: 50%;
    right: 0;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    line-height: 74px;
    text-align: center;
    padding-left: 4px;
    color: #ffffff;
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
    z-index: 1;
    -webkit-transform: translate(50%, -40%);
    -ms-transform: translate(50%, -40%);
    -o-transform: translate(50%, -40%);
    transform: translate(50%, -40%);
}

.video-play-button:hover,
.video-play-button:focus {
    -webkit-animation: pulse_effect 1s infinite;
    -o-animation: pulse_effect 1s infinite;
    animation: pulse_effect 1s infinite;
    background: #ffffff;
    color: var(--qavOrange);
}

.video-play-button-small {
    height: 50px;
    width: 50px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50px;
    line-height: 57px;
    text-align: center;
    color: var(--qavOrange);
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
    z-index: 1;
}

.video-play-button-small:hover,
.video-play-button-small:focus {
    -webkit-animation: pulse_effect 1s infinite;
    -o-animation: pulse_effect 1s infinite;
    animation: pulse_effect 1s infinite;
    background: #ffffff;
    color: var(--qavOrange);
}

@-webkit-keyframes pulse_effect {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 187, 21, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 187, 21, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 187, 21, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 187, 21, 0.9);
    }
    70% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 187, 21, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 187, 21, 0.9);
    }
    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 187, 21, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 187, 21, 0.9);
    }
}

@-o-keyframes pulse_effect {
    0% {
        box-shadow: 0 0 0 5px rgba(255, 187, 21, 0.9);
    }
    25% {
        box-shadow: 0 0 0 5px rgba(255, 187, 21, 0.9);
    }
    70% {
        box-shadow: 0 0 0 5px rgba(255, 187, 21, 0.9);
    }
    100% {
        box-shadow: 0 0 0 5px rgba(255, 187, 21, 0.9);
    }
}

@keyframes pulse_effect {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 187, 21, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 187, 21, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 187, 21, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 187, 21, 0.9);
    }
    70% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 187, 21, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 187, 21, 0.9);
    }
    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 187, 21, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 187, 21, 0.9);
    }
}

ul.social-icons li a::before,
ul.social-icons-simple li a::before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    background: var(--qavOrange);
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
}

/* buttons settings */

.btnprimaryCustom {
	background: #FF9E02;
	border-color: #dd8800fb !important;
    color: #fff !important;
}

.gradient-btn {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF9E02), color-stop(51%, var(--qavOrange)), to(#FF9E02));
    background-image: -webkit-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: -moz-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: -o-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: linear-gradient(to right, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    color: #fff;
}

.btn-primaryCustom,
.btn-primaryCustom:active {
	color: #fff !important;
    background: var(--qavOrange) !important;
    outline: none;
}

.btn-primaryCustom:hover {
    border-color: #dd8800fb !important;
    background: transparent !important;
	color: var(--qavOrange) !important;
	box-shadow: 0;
}

.btn-primaryCustom:focus {
    border-color: #dd8800fb !important;
    background: transparent !important;
	color: var(--qavOrange) !important;
	box-shadow: 0 0 0 0.2rem #ffc1073d !important;
}

.successCustom {
	border-color: #28a745 !important;
}

.successCustom:hover,
.successCustom:focus {
	border-color: #28a745 !important;
    background: transparent !important;
    color: #28a745 !important;
}

.dangerCustom {
	border-color: #dc3545 !important;
	background: #dc3545 !important;
	color: #fff;
}

.dangerCustom:hover,
.dangerCustom:focus {
	border-color: #dc3545 !important;
    background: transparent !important;
    color: #dc3545 !important;
}

.infoCustom {
	border-color: #17a2b8 !important;
}

.infoCustom:hover,
.infoCustom:focus {
	border-color: #17a2b8 !important;
    background: transparent !important;
    color: #17a2b8 !important;
}

.successGradient {
	-webkit-background-size: 200% auto;
	background-size: 200% auto;
	background-image: -webkit-gradient(linear, left top, right top, from(#1d8234), color-stop(51%, #2bbf4d), to(#1d8234));
	background-image: -webkit-linear-gradient(left, #1d8234 0%,  #2bbf4d 30%, #2bbf4d 70%, #1d8234 100%);
	background-image: -moz-linear-gradient(left, #1d8234 0%,  #2bbf4d 30%, #2bbf4d 70%, #1d8234 100%);
	background-image: -o-linear-gradient(left, #1d8234 0%,  #2bbf4d 30%, #2bbf4d 70%, #1d8234 100%);
	background-image: linear-gradient(to right, #1d8234 0%,  #2bbf4d 30%, #2bbf4d 70%, #1d8234 100%);
	color: #fff;
}

.buttonSmall {
	padding: 10px 27px !important;
	font-size: 14px !important;
}

.primaryGradient {
	-webkit-background-size: 200% auto;
	background-size: 200% auto;
	background-image: -webkit-gradient(linear, left top, right top, from(#07549c), color-stop(51%, #2a88e0), to(#07549c));
	background-image: -webkit-linear-gradient(left, #07549c 0%,  #2a88e0 30%, #2a88e0 70%, #07549c 100%);
	background-image: -moz-linear-gradient(left, #07549c 0%,  #2a88e0 30%, #2a88e0 70%, #07549c 100%);
	background-image: -o-linear-gradient(left, #07549c 0%,  #2a88e0 30%, #2a88e0 70%, #07549c 100%);
	background-image: linear-gradient(to right, #07549c 0%,  #2a88e0 30%, #2a88e0 70%, #07549c 100%);
	color: #fff;
}

.dangerGradient {
	-webkit-background-size: 200% auto;
	background-size: 200% auto;
	background-image: -webkit-gradient(linear, left top, right top, from(#dc3545), color-stop(51%, #f76a65), to(#dc3545));
	background-image: -webkit-linear-gradient(left, #dc3545 0%,  #f76a65 30%, #f76a65 70%, #dc3545 100%);
	background-image: -moz-linear-gradient(left, #dc3545 0%,  #f76a65 30%, #f76a65 70%, #dc3545 100%);
	background-image: -o-linear-gradient(left, #dc3545 0%,  #f76a65 30%, #f76a65 70%, #dc3545 100%);
	background-image: linear-gradient(to right, #dc3545 0%,  #f76a65 30%, #f76a65 70%, #dc3545 100%);
	color: #fff;
}

.infoGradient {
	-webkit-background-size: 200% auto;
	background-size: 200% auto;
	background-image: -webkit-gradient(linear, left top, right top, from(#17a2b8), color-stop(51%, #41d6ec), to(#17a2b8));
	background-image: -webkit-linear-gradient(left, #17a2b8 0%,  #41d6ec 30%, #41d6ec 70%, #17a2b8 100%);
	background-image: -moz-linear-gradient(left, #17a2b8 0%,  #41d6ec 30%, #41d6ec 70%, #17a2b8 100%);
	background-image: -o-linear-gradient(left, #17a2b8 0%,  #41d6ec 30%, #41d6ec 70%, #17a2b8 100%);
	background-image: linear-gradient(to right, #17a2b8 0%,  #41d6ec 30%, #41d6ec 70%, #17a2b8 100%);
	color: #fff;
}

.secondaryGradient {
	-webkit-background-size: 200% auto;
	background-size: 200% auto;
	background-image: -webkit-gradient(linear, left top, right top, from(#6c757d), color-stop(51%, #93999f), to(#6c757d));
	background-image: -webkit-linear-gradient(left, #6c757d 0%,  #93999f 30%, #93999f 70%, #6c757d 100%);
	background-image: -moz-linear-gradient(left, #6c757d 0%,  #93999f 30%, #93999f 70%, #6c757d 100%);
	background-image: -o-linear-gradient(left, #6c757d 0%,  #93999f 30%, #93999f 70%, #6c757d 100%);
	background-image: linear-gradient(to right, #6c757d 0%,  #93999f 30%, #93999f 70%, #6c757d 100%);
	color: #fff;
}

.warningGradient {
	-webkit-background-size: 200% auto;
	background-size: 200% auto;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF9E02), color-stop(51%, #f8bb15), to(#FF9E02));
	background-image: -webkit-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
	background-image: -moz-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
	background-image: -o-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
	background-image: linear-gradient(to right, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
	color: #fff;
}

.successGradient:hover, .successGradient:focus,
.primaryGradient:hover, .primaryGradient:focus,
.dangerGradient:hover, .dangerGradient:focus,
.infoGradient:hover, .infoGradient:focus,
.secondaryGradient:hover, .secondaryGradient:focus,
.warningGradient:hover, .warningGradient:focus {
	color: #fff;
	background-position: right center;
}

/* file input style on browser button */
.input-group-btn.input-group-append .btn-primary:hover,
.input-group-btn.input-group-append .btn-primary:focus {
	/* border-color: #17a2b8 !important; */
	border-color: #6c757d !important;
    background: transparent !important;
	color: #6c757d !important;
	font-size: 12px !important;
}
.input-group-btn.input-group-append .btn-primary {
	border-color: #6c757d !important;
    background: #6c757d !important;
	color: #fff !important;
	font-size: 12px !important;
	display: inline-flex !important;
    align-items: center !important;
}
/* end file input style on browser button */

.button-readmore::after {
    content: "";
    height: 2px;
    width: 70%;
    margin-left: 10px;
    display: inline-block;
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF9E02), color-stop(51%, var(--qavOrange)), to(#FF9E02));
    background-image: -webkit-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: -moz-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: -o-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: linear-gradient(to right, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: margin-left 0.2s linear;
    -o-transition: margin-left 0.2s linear;
    transition: margin-left 0.2s linear;
}

div#replay_div.form-group button#replyTicketSubmitButton.button {
	margin-right: -30px !important;
}

/* end buttons settings */

.static-nav .navbar-nav .nav-link:before {
    background: var(--qavOrange) !important;
}

.dropdown-item.active {
    color: var(--qavOrange) !important;
}

.navbar-nav .nav-link:hover,
.navbar .dropdown:hover .dropdown-toggle,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu.qavmenu .dropdown-item:hover {
    color: var(--qavOrange) !important;
}

.services-main:hover h3 {
    background-image: -webkit-gradient(linear, left top, right top, from(#FF9E02), color-stop(51%, var(--qavOrange)), to(#FF9E02));
    background-clip: border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorPrimary', endColorstr='@colorSecondary', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.side-menu:not(.gradient-bg) {
    background: rgb(248, 187, 21);
}

@media (max-width: 767px) {
    .carousel-shop-detail .owl-nav button:focus {
        background: #ffffff;
        color: var(--qavOrange);
    }
}

.numbered .tp-count:before {
    height: 3px;
    width: 40px;
    transform: scaleX(0);
    display: block;
    background: var(--qavOrange);
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.numbered .tp-bullet.selected .tp-count {
    color: var(--qavOrange);
}

.owl-prev::before,
.owl-next::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-background-size: 200% auto;
	background-size: 200% auto;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF9E02), color-stop(51%, var(--qavOrange)), to(#FF9E02));
    background-image: -webkit-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: -moz-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: -o-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: linear-gradient(to right, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
}

.fixed-para-btn .para-btn svg:hover {
    fill: var(--qavOrange);
}

#services-slider .owl-item.center .service-box {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF9E02), color-stop(51%, var(--qavOrange)), to(#FF9E02));
    background-image: -webkit-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: -moz-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: -o-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: linear-gradient(to right, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    padding: 4.5rem 1.5rem;
    margin-top: -25px;
}

.gradient-bg {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--qavOrange)), color-stop(51%, var(--qavOrange)), to(var(--qavOrange)));
    background-image: -webkit-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: -moz-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: -o-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
	background-image: linear-gradient(to right, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
}

.no-gradient-bg {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-color: var(--qavOrange);
}

.no-gradient-bg.title-wrap.title-wrap-round {
	border-radius: 15px;
	padding: 11px 1.5rem;
	margin-bottom: 0;
}

.gray-background {
	background-color: #F6F7F8;
	z-index: 1;
}

.header35 {
	font-size: 35px;
}

.header40 {
	font-size: 40px;
}

.contact-us-image-panel {
	height: 150px;
}

.process-wrapp li>.pro-step::before {
    background: -webkit-gradient(linear, left top, right top, from(#FF9E02), to(var(--qavOrange)));
    background: -webkit-linear-gradient(left, #FF9E02, var(--qavOrange));
    background: -o-linear-gradient(left, #FF9E02, var(--qavOrange));
    background: linear-gradient(90deg, #FF9E02, var(--qavOrange));
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.feature-item.innovative-border {
    border: 1px solid var(--qavOrange);
    padding: 15px 10px 0 10px;
    position: relative;
}

.feature-item.innovative-border.arr-left::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-right: 1px solid var(--qavOrange);
    border-bottom: 1px solid var(--qavOrange);
    background: #fff;
    top: calc(50% - 7px);
    right: -8px;
    transform: rotate(-45deg);
}

.feature-item.innovative-border.arr-right::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-left: 1px solid var(--qavOrange);
    border-top: 1px solid var(--qavOrange);
    background: #fff;
    top: calc(50% - 7px);
    left: -8px;
    transform: rotate(-45deg);
}

.feature-item .icon {
    z-index: 1;
    font-size: 38px;
    margin-bottom: 20px;
    color: var(--qavOrange);
    vertical-align: top;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.feature-item .icon.icon-sm {
	font-size: 28px;
	margin-bottom: 10px;
}

.feature-item:hover .text h3 span {
    background-image: -webkit-gradient(linear, left top, right top, from(#FF9E02), color-stop(51%, var(--qavOrange)), to(#FF9E02));
    background-clip: border-box;
    background-size: 200%, 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorPrimary', endColorstr='@colorSecondary', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.team-content::before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    background-size: 200% auto;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF9E02), color-stop(51%, var(--qavOrange)), to(#FF9E02));
    background-image: -webkit-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: -moz-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: -o-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: linear-gradient(to right, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
}

.opportunities.overlay {
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: -webkit-linear-gradient(to right, var(--qavOrange)aa 0%, #FF9E02aa 100%);
    background-image: -moz-linear-gradient(to right, var(--qavOrange)aa 0%, #FF9E02aa 100%);
    background-image: -ms-linear-gradient(to right, var(--qavOrange)aa 0%, #FF9E02aa 100%);
    background-image: -o-linear-gradient(to right, var(--qavOrange)aa 0%, #FF9E02aa 100%);
    background-image: linear-gradient(to right, var(--qavOrange)aa 0%, #FF9E02aa 100%);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

/* .overlay {
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: -webkit-linear-gradient(to right, var(--qavOrange)aa 0%, #FF9E02aa 100%);
    background-image: -moz-linear-gradient(to right, var(--qavOrange)aa 0%, #FF9E02aa 100%);
    background-image: -ms-linear-gradient(to right, var(--qavOrange)aa 0%, #FF9E02aa 100%);
    background-image: -o-linear-gradient(to right, var(--qavOrange)aa 0%, #FF9E02aa 100%);
    background-image: linear-gradient(to right, var(--qavOrange)aa 0%, #FF9E02aa 100%);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
} */

/* .overlay-yellow{
    background-image: -webkit-linear-gradient(to right, var(--qavOrange) 0%, #FF9E02 100%);
    background-image: -moz-linear-gradient(to right, var(--qavOrange) 0%, #FF9E02 100%);
    background-image: -ms-linear-gradient(to right, var(--qavOrange) 0%, #FF9E02 100%);
    background-image: -o-linear-gradient(to right, var(--qavOrange) 0%, #FF9E02 100%);
    background-image: linear-gradient(to right, var(--qavOrange) 0%, #FF9E02 100%);
    visibility: visible;
} */

.testi-box.no-rounded .testimonial-round,
.testi-box.no-rounded .testimonial-round>img {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 1px solid var(--qavOrange);
}

.testimonial-wrapp .quoted {
    -webkit-background-size: 100% 100%;
    background-size: 200% 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF9E02), color-stop(51%, var(--qavOrange)), to(#FF9E02));
    background-image: -webkit-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: -moz-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: -o-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: linear-gradient(to right, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 1;
}

.testimonial-wrapp .testimonial-text::before {
    content: '';
    position: absolute;
    top: -10%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 30px;
    width: 30px;
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF9E02), color-stop(51%, var(--qavOrange)), to(#FF9E02));
    background-image: -webkit-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: -moz-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: -o-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: linear-gradient(to right, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: -2;
    transition: top 0.4s linear, transform 0.6s ease 0.2s;
}

#testimonial-main-slider .owl-dot::before,
#price-slider .owl-dot::before,
#ourteam-main-slider .owl-dot::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--qavOrange);
    transform: translateY(100%);
}

.cbp-l-filters .cbp-filter-item-active span,
.cbp-l-filters .cbp-filter-item:hover span,
.cbp-l-filters .cbp-filter-item:focus span,
.cbp-l-filters.whitecolor .cbp-filter-item:focus span,
.cbp-l-filters.whitecolor .cbp-filter-item-active span {
    color: var(--qavOrange);
}

.gallery-hvr {
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(rgba(255, 187, 21, 0.9), rgba(255, 158, 2, 0.9) 50%);
    background: -moz-radial-gradient(rgba(255, 187, 21, 0.9), rgba(255, 158, 2, 0.9) 50%);
    background: -o-radial-gradient(rgba(255, 187, 21, 0.9), rgba(255, 158, 2, 0.9) 50%);
    background: radial-gradient(rgba(255, 187, 21, 0.9), rgba(255, 158, 2, 0.9) 50%);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.gallery-hvr .opens::before,
.shopping-box .overlay .opens::before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    opacity: .3;
    visibility: hidden;
    background: var(--qavOrange);
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.fancybox-thumbs__list a:before {
    border-color: var(--qavOrange);
}

.form-check input[type="checkbox"]:checked+label::before {
    background: var(--qavOrange);
    border-color: var(--qavOrange);
    color: #fff;
}

.news_item:hover h3{
    color: var(--qavOrange);
}
.meta-tags li a:hover,
.meta-tags li a:focus,
.commment li a:hover,
.commment li a:focus {
    color: var(--qavOrange);
}

.owl-blog-item .owl-nav .owl-next:hover, .owl-blog-item .owl-nav .owl-prev:hover {
    background: var(--qavOrange);
    border: 2px solid var(--qavOrange);
}

.play-icon {
    position: relative;
    height: 60px;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid transparent;
    background: var(--qavOrange);
    padding-left: 4px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.play-hvr:hover .play-icon {
    color: var(--qavOrange);
    background: #fff;
    border-color: var(--qavOrange);
}

.cart_table .d-table:hover .product-name,
.cart_table .d-table:focus .product-name {
    color: var(--qavOrange);
}

.shopping-box .price-product {
    font-family: 'Open Sans', sans-serif;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF9E02), color-stop(51%, var(--qavOrange)), to(#FF9E02));
    background-clip: border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorPrimary', endColorstr='@colorSecondary', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shopping-box:hover h4>a,
.shopping-box:focus h4>a {
    color: var(--qavOrange);
}

/* divider strong */
.heading .divider-left,
.heading .divider-center {
    height: 4px;
    width: 70px;
	background-color: var(--qavOrange);
	background-image: none;
    display: block;
}
.heading .divider-left {
    margin: 10px 0 -2px;
}
.heading .divider-center {
    margin: 10px auto;
}

/* divider light (sm) */
.divider-left-sm,
.divider-center-sm {
    height: 2px;
    width: 70px;
    background-color: var(--qavOrange);
	display: block;
	/* margin-top: 10px !important; */
}
.divider-left-sm {
	margin: 10px 0 -2px;
}
.divider-center-sm {
	margin: 10px auto;
}

/* .divider-left-sm-gray,
.divider-center-sm-gray {
	height: 2px;
    width: 70px;
    background-color: #808080;
	display: block;
	margin-top: 10px !important;
} */

/* .divider-center-sm-gray {
	margin: 10px auto;
} */

/* divider light + long */
/* .divider-center-sm-long-gray,
.divider-left-sm-long-gray { */
.divider-center-sm-long,
.divider-left-sm-long {
	height: 2px;
	width: 90px;
	background-color: var(--qavOrange);
	display: block;
	/* margin: 10px auto; */
	margin-top: 20px !important;
}

.divider-center-sm-long {
	margin: 10px auto !important;
}
.divider-left-sm-long {
	margin: 10px 0 -2px !important;
}

/* .divider-center-sm-long-gray {
	margin: 10px auto;
}
.divider-left-sm-long-gray {
	margin: 10px auto;
} */

.qavColor {
	color: var(--qavOrange);
}

.grayColor {
	background-color: #808080 !important;
}

.font-550 {
	font-weight: 550;
}

.font-600 {
	font-weight: 600;
}

.tabset-list .active>a {
    background: var(--qavOrange);
    cursor: default;
}

.carousel-shop-detail .owl-nav button:hover,
#carousel-gallery-detail .owl-nav button:hover {
    background: #ffffff;
    color: var(--qavOrange);
}

.carousel-shop-detail-inner .synced .item {
    opacity: 1;
    border: 2px solid var(--qavOrange);
}

.pagination li>a:hover,
.pagination li>a:focus,
.pagination li.active>a {
    background: var(--qavOrange) !important;
    color: #fff;
    border: 0;
}

ul.rounded li::before {
    height: 10px;
    width: 10px;
    background: var(--qavOrange);
    margin-right: 10px;
    margin-left: -20px;
}

.widget_search .input-group-addon {
    background-color: var(--qavOrange);
    color: #fff;
    top: 0;
    left: 0;
    font-size: 14px;
    width: 40px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.form-control:focus,
textarea:focus {
    border-color: var(--qavOrange);
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}

.webtags li a:hover,
.webtags li a:focus {
    color: #fff;
    background: var(--qavOrange);
    border: 1px solid var(--qavOrange);
}

.news_box:hover h4>a,
.news_box:focus h4>a,
.blog-item:hover h3>a,
.blog-item:focus h3>a {
    color: var(--qavOrange);
}

.single_post:hover a,
.single_post:focus a {
    color: var(--qavOrange);
}

.webcats li a::before {
    height: 8px;
    width: 8px;
    background: var(--qavOrange);
    margin-right: 10px;
    vertical-align: baseline;
    margin-bottom: 1px;
}

.webcats li a:hover,
.webcats li a:focus {
    color: var(--qavOrange);
}

.count_down.animated-gradient p {
    background-image: -webkit-gradient(linear, left top, right top, from(#FF9E02), color-stop(99%, var(--qavOrange)), to(#FF9E02));
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing-item .button {
    border-color: #fff;
    background: var(--qavOrange);
    color: #fff;
    display: table;
    margin: 0 auto;
}

.price-toggle-wrapper .Pricing-toggle-button.month::before {
    content: '';
    position: absolute;
    width: 105%;
    height: 100%;
    border-radius: 30px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    overflow: hidden;
    transform: translateX(95%);
    z-index: -1;
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF9E02), color-stop(51%, var(--qavOrange)), to(#FF9E02));
    background-image: -webkit-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: -moz-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: -o-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: linear-gradient(to right, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-position: right center;
}

ul.links li a:hover,
ul.links li a:focus,
ul.latest_news li a:hover,
ul.latest_news li a:focus,
.footer_panel p>a:hover,
.readmorebtn:hover,
.readmorebtn:focus {
    color: var(--qavOrange);
}

.marginTop-205rem {
	margin-top: 2.05rem;
}

.marginBotton-250rem {
	margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
    .navbar-nav .nav-link:focus,
    .dropdown-menu .dropdown-item:focus,
    .dropdown-menu.qavmenu .dropdown-item:focus {
        color: var(--qavOrange);
    }
}

/*scroll bar styling*/

::-webkit-scrollbar-track {
    background-color: #515252
}

::-webkit-scrollbar {
    width: 7px;
    background-color: var(--qavOrange);
}

::-webkit-scrollbar-thumb {
    background: var(--qavOrange);
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: inset 0 0 100px 20px #FF9E02;
}


/* sidemenu_btn */
.transparent-bg.fixedmenu .sidemenu_btn>span {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF9E02), color-stop(51%, var(--qavOrange)), to(#FF9E02));
    background-image: -webkit-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: -moz-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
    background-image: -o-linear-gradient(left, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
	background-image: linear-gradient(to right, #FF9E02 0%,  #f8bb15 30%, #f8bb15 70%, #FF9E02 100%);
}


/* End yellow site */


/* Our style */
:root {
	--logoWidth: 150px;
}

.navbar-brand {
	width: var(--logoWidth) !important;
}

.footer_logo {
	width: var(--logoWidth) !important;
}

.privacy-header {
	background: url(../images/qavalue/dataProtection/rsz_privacy-filtro.jpg) no-repeat;
}

.coming-soon-header {
	background: url(../images/qavalue/coming-soon/imgHeaderComingSoon.jpg) no-repeat;
}

#site-footer {
	background-color: #3F3F3F;
}

#site-footer .container #footer-row {
	margin: auto 200px;
}

#site-footer .copyright-panel {
	position: absolute;
	left: 0;
	bottom: 0;
}

.language-picker-wrapper {
	margin-left: auto;
	margin-right: auto;
}

.has-error input,
.has-error textarea,
.has-error div.kv-fileinput-caption {
	border-color: #dc3545 !important;
}

.has-error .checkbox label {
	color: #dc3545 !important;
}

.has-error .help-block-error {
	color: #dc3545;
}

.colorCustomWhite .navbar-nav .nav-link:hover {
	color: #fff !important;
}

ul.data-protection { 
	list-style-type: disc; 
	list-style-position: inside; 
}

ol.data-protection { 
	/* list-style-type: decimal;  */
	list-style-type: lower-latin; 
	list-style-position: inside; 
}

ul ul.data-protection, ol ul.data-protection { 
	/* list-style-type: circle;  */
	list-style-type: lower-roman; 
	list-style-position: inside; 
	margin-left: 15px; 
}

ol ol.data-protection, ul ol.data-protection { 
	list-style-type: lower-roman; 
	list-style-position: inside; 
	margin-left: 15px; 
}

/* For join us form */
.col_2_custom .file-drop-zone {
	min-height: 123px !important;
}

.col_2_custom .file-drop-zone-title {
	padding: 0 !important;
	margin-top: 40px !important;
}

.col_2_custom .file-drop-zone-title {
	font-size: 1.1em !important;
}

.form-group.bottom0.join_margin_form {
	margin-top: 28px !important;
    margin-bottom: 15px !important;
}

.help-block {
	color: #dc3545;
	font-size: 12px;
}

/* qavmenu Style change */
.navbar-nav .dropdown-menu.qavmenu {
	background: rgba(0, 0, 0, 0.98);
	border: none;
}

.navbar-nav .dropdown-menu.qavmenu .menuRow {
	display: flex;
	flex-wrap: nowrap;
	
}

.navbar-nav .dropdown-menu.qavmenu .menuRow .dropdown-item {
	padding: 0 10px 0 10px;	
}

.navbar-nav .dropdown-menu.qavmenu .dropdown-item {
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}

nav.fixedmenu .navbar-nav .dropdown-menu.qavmenu {
	background: #fff;
}

nav.fixedmenu .navbar-nav .dropdown-menu.qavmenu .dropdown-item {
	color: #26313c;
}

.navbar .dropdown:hover .dropdown-custom-toggle {
    color: var(--qavOrange) !important;
}

.dropdown-menu-center {
	left: -60% !important;
}

.dropdown-menu.right-show {
	left: -120% !important;
	right: auto !important;
}

/* End of qavmenu Style change */

.xing:before {
	background-color: #006567 !important;
}

.contact_us_button.nav-link {
	padding-right: 0px;
    padding-left: 0px;
    padding-top: 6px !important;
    width: 110px;
    padding-bottom: 6px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
}

.contact_us_button.nav-link:hover {
	color: #fff !important;
}

nav.fixedmenu .contact_us_button.nav-link {
	color: #fff !important;
}

.language-picker-footer-label {
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.7;
	font-family: 'Open Sans', sans-serif;
}

textarea#message-contact-us {
    min-height: 160px;
    resize: none;
}

/* Add to element to make it slowly spin */
.makeSpin {
	-webkit-animation:spin 2s linear infinite;
	-moz-animation:spin 2s linear infinite;
	animation:spin 2s linear infinite;
}

/* opportunities custom css */
#our-opportunities .pricing-item.sale::after,
#our-opportunities .shopping-box .sale::after {
    content: attr(data-sale);
    position: absolute;
    top: 6px;
    right: 21px;
    font-size: 14px;
    color: #fff;
	z-index: 2;
}

#our-opportunities .shopping-box .sale::after {
    z-index: 101;
}

#our-opportunities .pricing-item.sale:hover::after,
#our-opportunities .shopping-box .sale:hover::after {
    content: attr(data-sale);
    right: 24px;
}

.form-group div.toggle-group label.toggle-on,
.form-group div.toggle-group label.toggle-off {
	position: absolute !important;
}

.btn-secondaryToggle {
	color: #fff;
	background-color: #8b8b8b;
	border-color: #747474;
}

.label-secondaryToggle {
	color: #fff;
	background-color: #8b8b8b;
}

.offer-image-size {
	min-height: 200px !important;
	max-height: 200px !important;
	object-fit: cover;
}

/* .opportunities custom css */

.qav-logincontainer {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}

.getin_form .form-control {
	border: 1px solid rgba(63,63,63, .3);
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 41px;
    color: rgb(96, 96, 96);
    font-size: 0.875rem;
}

.whitebox .widget {
	padding: 40px 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	border-radius: 7px;
}

.whitebox .widget-address {
	height: 220px;
	padding: 40px 30px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	border-radius: 7px;
}

.whitebox .widget-time {
	height: 220px;
	padding: 60px 30px 30px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	border-radius: 7px;
}

.padding_top_light {
	padding-top: 84px;
}

.normalLists ol {
	padding: 0 0 0 17px;
	list-style-type: decimal;
	margin: 0;
}

.normalLists ul {
	padding: 0 0 0 17px;
	list-style-type: initial;
	margin: 0;
}

.padding_top_56 {
	padding-top: 56px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #b6b8ba !important;
	opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #b6b8ba !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #b6b8ba !important;
}

textarea {
    min-height: 0px;
    resize: none;
}

.rounded-xl {
	border-radius: .5rem !important;
}

.form-check label::before {
    content: "\f00c";
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid rgba(63,63,63, .3);
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
    color: transparent;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.image-w-90 img {
	width: 90%;
}

.image img.zoomInAnimate:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);	
}

.lp_form_margin {
	margin-top: -165px;
	position: relative;
}

.lp_div_cut {
	width: 101%;
	left: -1px;
	top: -9px;
	height: 330px;
}

.lp_orange_line_rocket {
	width: 100%;
	height: 210px;
	top: 10px;
	left: 15px;
}

.lp_modded_div {
	height: 110px;
}

/* ----- coming soon ----- */

.coming-soon-heading {
    font-size: 55px !important;
}

.count_down p {
	color: #232323;
}

.count_down.animated-gradient p {
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(99%, #23ced5), to(#5192e1));
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.count_down.white p {
    color: #ffffff;
}

ul.count_down {
    list-style: none;
    margin: 0 0 0;
    padding: 0;
    display: block;
    text-align: center;
}

ul.count_down li {
    display: inline-block;
    color: #232323;
    padding: 0 15px;
    width: auto;
}

ul.count_down.animated-gradient li {
    padding: 0 50px;
    width: auto;
}

ul.count_down.white li {
    color: #ffffff;
}

ul.count_down li p:nth-child(1) {
    font-size: 45px;
    font-weight: bold;
    line-height: 45px;
    margin: 0 0 0 0;
    transition: 1s;
}

ul.count_down li p:nth-child(2) {
    color: #232323;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 5px 0 0 0;
    transition: 1s;
    font-weight: 600;
}

ul.count_down.white li p:nth-child(2) {
    color: #ffffff;
}

.count-down-form form {
    margin: 0 auto;
    position: relative;
}

.count-down-form form .form-placeholder {
    border-radius: 40px;
    border: none;
    outline: none;
    padding: 25.5px;
    width: 100%;
    font-size: 16px;
    font-weight: 100;
    color: #232323;
    text-align: left;
}

.count-down-form form .email-placeholder {
    background: transparent;
    width: 100%;
    border: 1px solid #a5a5a5;
    border-radius: 40px;
    display: flex;
}

.count-down-form form .button {
    transition: all linear 300ms;
    margin: 5px 5px 5px 2px;
}


/* ----- coming soon end ----- */

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

button:disabled {
	cursor: not-allowed;
}

/* phones */
@media screen and (max-width: 320px) {
	.lp_div_cut {
		width: 135%;
		left: -1px;
		top: -9px;
		height: 450px;
	}
	
	.lp_orange_line_rocket {
		width: 92%;
		height: 210px;
		top: 325px;
		left: 15px;
	}

	.lp_modded_div {
		height: 60px;
	}
}
@media screen and (min-width: 321px) and (max-width: 375px) {
	.lp_div_cut {
		width: 130%;
		left: -1px;
		top: -9px;
		height: 435px;
	}
	
	.lp_orange_line_rocket {
		width: 93%;
		height: 210px;
		top: 300px;
		left: 15px;
	}

	.lp_modded_div {
		height: 80px;
	}

}
@media screen and (min-width: 376px) and (max-width: 425px) {
	.lp_div_cut {
		width: 120%;
		left: -1px;
		top: -9px;
		height: 395px;
	}
	
	.lp_orange_line_rocket {
		width: 94%;
		height: 210px;
		top: 240px;
		left: 15px;
	}

	.lp_modded_div {
		height: 110px;
	}
}

@media screen and (max-width: 425px) {
	#site-footer .container #footer-row {
		margin: auto 0;
	}

	#site-footer .copyright-panel {
		position: relative;
	}

	.qav-logincontainer {
		padding: 0 !important;
	}

	.lp_form_margin {
		margin-top: -120px;
	}
	.coming-soon-heading {
		font-size: 40px !important;
	}
	ul.count_down li p:nth-child(1) {
		font-size: 35px !important;
		font-weight: bold;
		line-height: 25px;
		margin: 0 0 0 0;
		transition: 1s;
	}
	ul.count_down li {
		display: inline-block;
		color: #232323;
		padding: 0 5px !important;
		width: auto;
	}
}

/* tablet */
@media screen and (min-width: 426px) and (max-width: 768px) {
	#site-footer .container #footer-row {
		margin: auto 70px;
	}

	.whitebox .widget-address {
		height: 265px;
		padding: 40px 30px;
		background: #fff;
		-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	}
	
	.whitebox .widget-time {
		height: 265px;
		padding: 90px 30px 0;
		background: #fff;
		-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	}

	.lp_div_cut {
		width: 107%;
		left: -1px;
		top: -9px;
		height: 350px;
	}
	
	.lp_orange_line_rocket {
		width: 97%;
		height: 210px;
		top: 120px;
		left: 15px;
	}

	.lp_modded_div {
		height: 100px;
	}
}

/* laptops */
@media screen and (min-width: 769px) and (max-width: 991px) {
	.language-picker-wrapper {
		margin-right: 30px;
	}

	.lp_div_cut {
		width: 105%;
		left: -1px;
		top: -9px;
		height: 320px;
	}
	
	.lp_orange_line_rocket {
		width: 97%;
		height: 210px;
		top: 100px;
		left: 15px;
	}

	.lp_modded_div {
		height: 80px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.language-picker-wrapper {
		margin-right: 30px;
	}

	.lp_div_cut {
		width: 103%;
		left: -1px;
		top: -9px;
		height: 320px;
	}
	
	.lp_orange_line_rocket {
		width: 100%;
		height: 210px;
		top: 40px;
		left: 15px;
	}

	.lp_modded_div {
		height: 100px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
	.language-picker-wrapper {
		margin-right: 30px;
	}

	.lp_div_cut {
		width: 101%;
		left: -1px;
		top: -9px;
		height: 350px;
	}
	
	.lp_orange_line_rocket {
		width: 100%;
		height: 210px;
		top: 30px;
		left: 15px;
	}

	.lp_modded_div {
		height: 130px;
	}
}
