@font-face {
    font-family: Cairo-Regular;
    src: url(../fonts/Cairo-Regular.ttf)
}

@font-face {
    font-family: Cairo-Black;
    src: url(../fonts/Cairo-Black.ttf)
}

@font-face {
    font-family: Cairo-Bold;
    src: url(../fonts/Cairo-Bold.ttf)
}

@font-face {
    font-family: Cairo-ExtraLight;
    src: url(../fonts/Cairo-ExtraLight.ttf)
}

@font-face {
    font-family: Cairo-Light;
    src: url(../fonts/Cairo-Light.ttf)
}

@font-face {
    font-family: Cairo-SemiBold;
    src: url(../fonts/Cairo-SemiBold.ttf)
}

.body-over {
    overflow-y: hidden !important
}

::-webkit-scrollbar {
    width: 9px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #fff
}

::-webkit-scrollbar-thumb {
    background-color: #544cf9;
    outline: 1px solid #fff;
    border-radius: 30px
}

::-moz-selection {
    background: #544cf9;
    color: #fff
}

::selection {
    background: #544cf9;
    color: #fff
}

* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0 !important
}

html {
    height: 100%
}

body {
    font-family: Cairo-Regular, sans-serif;
    padding: 0 !important;
    margin: 0 !important;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .2px;
    line-height: 1.6;
    color: #212121;
    overflow-x: hidden !important;
    overflow-y: hidden;
    direction: ltr;
    position: relative;
    padding-bottom: 200px !important;
    max-width: 100%;
    min-height: 100%
}

.body-overlay {
    background-color: rgba(52, 49, 75, .5);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    position: fixed;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    top: 0;
    z-index: 9
}

.fixd-navbar {
    position: fixed;
    top: 0;
    padding: 0 !important
}

.fixd-navbar .logo-nav a {
    line-height: 75px
}

.form-group {
    margin-bottom: 25px;
    position: relative;
    text-align: left
}

.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 2px solid transparent;
    padding: 9px !important;
    width: 100% !important;
    height: 40px !important;
    margin: 0 !important;
    border-radius: 5px;
    text-align: left;
    background-color: #eee;
    color: #212121;
    position: relative
}

.form-control ~ .focus-border:after,
.form-control ~ .focus-border:before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    width: 0;
    height: 2px;
    background-color: #b60000;
    transition: .4s
}

.form-control ~ .focus-border:after {
    top: auto;
    bottom: 0
}

.form-control ~ .focus-border i:after,
.form-control ~ .focus-border i:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 0;
    background-color: #b60000;
    transition: .6s
}

.form-control ~ .focus-border i:after {
    right: auto;
    left: 0
}

.form-control:focus ~ .focus-border:after,
.form-control:focus ~ .focus-border:before {
    right: 0;
    width: 100%;
    transition: .4s
}

.form-control:focus ~ .focus-border i:after,
.form-control:focus ~ .focus-border i:before {
    top: 0;
    height: 100%;
    transition: .6s
}

.form-control:focus {
    border-color: transparent;
    box-shadow: none !important;
    outline: 0 !important
}

label {
    color: #212121;
    margin: 0 0 13px 0
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
    background-color: #eee;
    margin: 0 !important;
    border-radius: 5px !important
}

.bootstrap-select {
    width: 100% !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent;
    margin: 0;
    height: 40px !important;
    line-height: 35px !important;
    padding: 0 9px !important;
    border: 2px solid #e1e0e2 !important;
    border-radius: 8px !important
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select button,
.bootstrap-select > .dropdown-toggle,
.btn-group.open .dropdown-toggle {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    float: none !important;
    outline: 0 !important;
    border: 0 !important;
    border-radius: 0;
    margin: 0;
    padding: 0 !important;
    margin: 0 !important;
    height: 100% !important
}

.bootstrap-select.btn-group:not(.input-group-btn):focus,
.bootstrap-select.btn-group[class*=col-]:focus,
.bootstrap-select:active,
.bootstrap-select:focus,
.bootstrap-select:hover,
.bootstrap-select:visited {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 2px solid #b60000 !important
}

.bootstrap-select .filter-option {
    text-align: left !important;
    color: #a2a19d !important;
    font-weight: 100;
    font-size: 14px
}

.bootstrap-select .caret {
    right: 0 !important;
    left: auto !important;
    color: #a2a19d;
    top: calc(50% - 1px) !important
}

.bootstrap-select:focus .caret,
.bootstrap-select:focus .filter-option,
.bootstrap-select:hover .caret,
.bootstrap-select:hover .filter-option,
.form-group:focus .slct-icon,
.form-group:hover .slct-icon {
    color: #bb0101 !important
}

.bs-searchbox input.form-control {
    border-radius: 6px !important;
    height: 35px !important;
    background-color: #fff
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: #c9a935
}

.dropdown-menu {
    left: 0 !important;
    right: auto !important;
    text-align: left !important;
    margin-top: 0 !important;
    background-color: #222;
    min-height: auto !important;
    box-shadow: 0 6px 12px rgba(37, 34, 34, 1);
    -webkit-box-shadow: 0 6px 12px rgba(37, 34, 34, 1);
    -moz-box-shadow: 0 6px 12px rgba(37, 34, 34, 1);
    -o-box-shadow: 0 6px 12px rgba(37, 34, 34, 1);
    -ms-box-shadow: 0 6px 12px rgba(37, 34, 34, 1);
    padding: 0;
    z-index: 99;
    width: 90px
}

.bootstrap-select.btn-group .dropdown-menu li {
    display: block;
    padding: 0
}

.bootstrap-select.btn-group .dropdown-menu li:focus,
.bootstrap-select.btn-group .dropdown-menu li:hover {
    background-color: #a25d09
}

.bootstrap-select.btn-group .dropdown-menu li:focus a,
.bootstrap-select.btn-group .dropdown-menu li:hover a,
li.selected a {
    color: #fff
}

li.selected {
    background-color: #b60000
}

.dropdown-menu > li > a {
    color: #fff
}

.dropdown-menu > li.selected a,
.dropdown-menu > li:focus a,
.dropdown-menu > li:hover a,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: transparent
}

.dropdown-header {
    color: #9e7544
}

.pad-form {
    padding: 0 200px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left !important
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0 !important
}

.no-border {
    border: 0 !important
}

#owl-demo .owl-next,
#owl-demo .owl-next i,
#owl-demo .owl-prev,
#owl-demo .owl-prev i,
#scroll-top,
.form-control,
.scaleimg,
a,
button,
h4,
i,
img,
li,
p,
span,
ul.nav > li:after {
    transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}

a,
a:focus,
a:hover {
    text-decoration: none;
    cursor: pointer
}

button {
    border: 0;
    color: #fff
}

.input-lg {
    font-size: 15px;
    resize: none;
    height: 100px !important;
    overflow-y: auto !important
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

li {
    display: inline-block
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.body-overlay.back {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important
}

.loader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100
}

.loading {
    width: 300px;
    height: 65px
}

.loading img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.back {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important
}

.body-over {
    overflow-y: hidden !important
}

#nav-icon1 {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: relative;
    top: -2px;
    width: 30px;
    height: 40px;
    margin: 0 auto;
    z-index: 999;
    right: 0;
    left: 0;
    display: none
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 25px;
    background: #000;
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon1.open span,
#nav-icon1:focus span,
#nav-icon1:hover span {
    background: #544cf9
}

#nav-icon1 span:nth-child(1) {
    top: 12px
}

#nav-icon1 span:nth-child(2) {
    display: none
}

#nav-icon1 span:nth-child(3) {
    top: 23px
}

#nav-icon1.open span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px
}

#nav-icon1.open span:nth-child(3) {
    top: 16px
}

#nav-icon1.open span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#nav-icon1.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    right: 50%
}

.navbar {
    width: 100%;
    z-index: 99;
    border-radius: 0;
    height: 73px;
    line-height: 31px;
    overflow: hidden;
    padding: 20px 40px;
    margin: 0;
    font-size: 12px;
    border-bottom: 1px solid #eee
}

.right-one {
    display: inline-block;
    width: 100%
}

.nav-right {
    width: 250px;
    display: flex;
    justify-content: space-around;
    height: 30px;
    line-height: 27px;
    float: left
}

.nav-right li {
    background-color: #fff;
    border: 1px solid #544cf9;
    border-radius: 26px;
    overflow: hidden;
    padding: 0 10px
}

.nav-right li a {
    color: #544cf9;
    width: 100%;
    height: 100%
}

.nav-right li:hover {
    background-color: #544cf9
}

.nav-right li:hover a {
    color: #fff
}

.nav-right li:last-child {
    background-color: #544cf9
}

.nav-right li:last-child:hover {
    background-color: #fff
}

.nav-right li:last-child a {
    color: #fff
}

.nav-right li:last-child:hover a {
    color: #544cf9
}

.nav-left {
    text-align: right
}

.logo-nav {
    height: 30px;
    width: 150px;
    display: inline-block
}

.logo-nav img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

ul.nav > li {
    display: inline-block;
    position: relative;
    margin: 0 8px
}

ul.nav > li > a {
    color: #000;
    font-weight: 700;
    padding: 0
}

.nav.cf li.active a,
.nav > li > a:focus,
ul.nav li a:hover,
ul.nav li:hover > a,
ul.nav li:hover > i {
    background-color: transparent;
    color: #544cf9
}

ul.nav > li:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 0%;
    opacity: 0;
    border-bottom: 1px solid #544cf9
}

.nav.cf li.active:after,
ul.nav > li:hover:after {
    width: 100%;
    opacity: 1
}

.header {
    position: relative;
    background-size: cover;
    color: #fff;
    text-align: center;
    overflow: hidden;
    height: calc(100vh - 73px)
}

.header-overlay {
    position: absolute;
    width: 100%;
    height: calc(100vh - 73px);
    top: 0;
    right: 0;
    background: #020024;
    background: radial-gradient(circle, rgba(2, 0, 36, .7) 0, rgba(100, 203, 208, .7) 59%, rgba(84, 76, 249, .7) 100%, rgba(171, 147, 253, .7) 100%);
    opacity: .6;
    z-index: 9
}

.owl-carousel {
    direction: rtl
}

.header #owl-demo {
    display: block;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    direction: ltr;
    overflow: hidden
}

#owl-demo img {
    height: calc(100vh - 73px);
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-dots {
    position: absolute;
    top: 50%;
    z-index: 999;
    left: 50px
}

#owl-demo .owl-dot {
    display: block;
    width: 9px;
    height: 9px;
    margin: 11px 0;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%
}

#owl-demo .owl-dot.active,
#owl-demo .owl-dot:hover {
    background-color: #fff
}

.carousel-caption {
    z-index: 99;
    top: 12%;
    right: 0;
    left: 0;
    width: 70%;
    margin: 0 auto;
    text-align: left
}

.carousel-caption h3 {
    font-weight: 700;
    font-size: 44px;
    margin: 0 0 3px 0;
    letter-spacing: 1.7px
}

.carousel-caption .lead {
    font-size: 17px;
    line-height: 1.8;
    padding: 0;
    margin: 24px 0
}

.square-an {
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    width: 170px;
    height: 43px;
    line-height: 40px;
    display: inline-block;
    BORDER-RADIUS: 25px;
    margin: 0 9px 0 0;
    float: left
}

.square-an:focus,
.square-an:hover {
    background-color: #fff;
    color: #544cf9
}

.square-an.white {
    background-color: #fff;
    color: #544cf9
}

.square-an.white:focus,
.square-an.white:hover {
    background-color: transparent;
    color: #fff
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }

    50% {
        transform: translateX(25%) translateZ(0) scaleY(.55)
    }

    100% {
        transform: translateX(50%) translateZ(0) scaleY(1)
    }
}

@keyframes move_wave-right {
    0% {
        transform: translateX(50%) translateZ(0) scaleY(1)
    }

    50% {
        transform: translateX(25%) translateZ(0) scaleY(.55)
    }

    100% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -14px;
    margin: auto;
    height: 235px
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 200px;
    bottom: 0
}

.bgTop {
    z-index: 15
}

.bgMiddle {
    z-index: 10;
    bottom: 30px
}

.bgBottom {
    z-index: 5;
    bottom: 30px
}

.wave {
    position: absolute;
    right: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 100% bottom;
    transform-origin: center bottom;
    background-size: cover
}

.waveTop {
    background-size: contain
}

.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.waveMiddle {
    background-size: contain
}

.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite
}

.waveBottom {
    background-size: contain
}

.waveAnimation .waveBottom {
    animation: move_wave-right 15s linear infinite
}

.all-sections {
    padding: 50px 0
}

.h2-after {
    color: #5d609a;
    font-size: 30px;
    text-align: center;
    margin: 0 auto 25px auto
}

.begin {
    text-align: center
}

.circle {
    border-radius: 30px;
    height: 33px;
    line-height: 31px;
    width: 180px;
    background-color: #544cf9;
    border: 1px solid #544cf9;
    color: #fff;
    display: inline-block
}

.circle:focus,
.circle:hover {
    color: #544cf9;
    background-color: #fff
}

.begin .lead {
    color: #868585;
    margin: 25px auto 0 auto;
    padding: 0;
    font-size: 17px;
    line-height: 1.6
}

.width-70 {
    width: 70%;
    margin: 0 auto
}

.steps {
    background-image: url(../img/bg.png);
    background-size: cover;
    background-repeat: no-repeat
}

.steps .h2-after {
    color: #544cf9
}

.steps img {
    width: 100%;
    margin: 25px auto 0 auto;
    animation: main 3s;
    transform-origin: 0 50%;
    animation-delay: 1s
}

@keyframes main {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

.testimonial {
    position: relative
}

.testimonial #owl-demo-3 p {
    color: #726a84;
    margin: 10px 0;
    text-align: left
}

.testimonial #owl-demo-3 h3 {
    color: #181819;
    text-align: left;
    font-size: 20px;
    margin: 0 0 20px 0
}

.testimonial #owl-demo-3 span {
    color: #b5aec4
}

.testimonial #owl-demo-3 {
    display: block;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    direction: ltr
}

.testimonial .bookmarks .test img {
    display: block;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    cursor: pointer
}

.testimonial .bookmarks .active img {
    border-color: #6684f2
}

.bookmarks {
    text-align: center;
    padding: 30px 0
}

.bookmarks li {
    margin: 0 0 0 -15px;
    position: relative
}

.bookmarks .active {
    transform: scale(1.5) !important;
    z-index: 99
}

.bookmarks li:not(.active) {
    transform: scale(1);
    z-index: 2
}

.bookmarks li:nth-child(2) {
    transform: scale(1.2);
    z-index: 9
}

#owl-demo-3 .owl-prev {
    right: 28%;
    position: absolute;
    top: 127%;
    line-height: 40px
}

#owl-demo-3 .owl-next,
#owl-demo-3 .owl-prev {
    opacity: .6;
    font-size: 30px;
    transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    color: #fff;
    background-color: #d1ddfb;
    width: 30px;
    height: 30px;
    line-height: 31px;
    position: absolute;
    border-radius: 50%;
    font-size: 18px;
    top: -50%;
    transform: rotate(180deg)
}

#owl-demo-3 .owl-next {
    left: 0
}

#owl-demo-3 .owl-prev {
    right: 0
}

#owl-demo-3 .owl-next:hover,
#owl-demo-3 .owl-prev:hover {
    background-color: #544cf9;
    opacity: 1
}

.footer {
    font-size: 12px;
    clear: both;
    position: absolute;
    z-index: 10;
    height: 200px;
    margin-top: -200px;
    bottom: 0;
    width: 100%
}

.footer-content {
    padding: 40px 0;
    border-top: 1px solid #eee
}

.call li {
    display: block;
    color: #969696
}

.call li a {
    color: #969696
}

.links {
    display: flex;
    justify-content: space-between;
    width: 280px;
    margin: 0 auto 30px auto
}

.links li a {
    color: #000;
    font-weight: 700
}

.links li a:hover {
    color: #544cf9
}

.social {
    display: flex;
    justify-content: space-between;
    width: 240px;
    margin: 0 auto
}

.social li {
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    border-radius: 50%;
    background-color: #ecf5f6;
    border: 1px solid transparent
}

.social li a {
    color: #969696;
    display: inline-block;
    width: 100%;
    height: 100%
}

.social li:focus,
.social li:hover {
    border-color: #969696;
    background-color: transparent
}

.social li:focus,
.social li:hover a {
    color: #564cf9
}

.lang {
    text-align: right
}

.navbar .lang {
    color: #000;
    margin: 0 0 0 6px
}

.navbar .lang:focus,
.navbar .lang:hover {
    color: #564cf9
}

.lang select {
    background-color: transparent;
    color: #564cf9
}

.copyright {
    margin: 20px 0 0 0;
    text-align: center
}

.title1 {
    color: #5d609a;
    font-size: 21px;
    margin: 0 0 25px 0
}

.order1 {
    padding: 25px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    display: none
}

.order-right {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    float: left;
    overflow: hidden;
    margin: 0 20px
}

.order-right img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.order-body {
    width: calc(100% - 240px)
}

.job {
    color: #544cf9;
    font-size: 16px;
    margin: 0 0 5px 0
}

.job a {
    color: #544cf9
}

.status {
    position: relative;
    padding: 0 0 0 16px;
    font-size: 12px
}

.status:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-radius: 50%
}

.waiting .status {
    color: red
}

.waiting .status:before {
    background-color: red
}

.replied .status {
    color: #25d425
}

.replied .status:before {
    background-color: #25d425
}

.processing .status {
    color: #d6d614
}

.processing .status:before {
    background-color: #d6d614
}

.order-left {
    width: 120px;
    float: right;
    text-align: center;
    align-items: center;
    display: flex
}

.order-left a {
    width: 100px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    background-color: #544cf9;
    color: #fff;
    display: inline-block;
    border: 1px solid transparent;
    margin: 0 auto
}

.order-left a:focus,
.order-left a:hover {
    background-color: #fff;
    color: #544cf9;
    border-color: #544cf9
}

.more {
    color: #adb5bd;
    font-size: 12px;
    margin: 40px auto 10px auto;
    text-align: center;
    display: table
}

.more:focus,
.more:hover {
    color: #000
}

.more i {
    margin: 0 15px 0 0;
    vertical-align: middle
}

.noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none
}

.width-90 {
    width: 90%
}

.tag {
    margin: 35px 0 20px 0;
    color: #544cf9;
    font-size: 12px
}

.info1 {
    border-radius: 30px;
    margin: 10px 0;
    border: 1px solid rgba(191, 190, 190, .7);
    padding: 6px
}

.info1 p {
    font-size: 13px;
    color: #868585;
    display: inline-block;
    padding: 0 3px;
    margin: 0
}

.info1 b {
    color: #000
}

.info1 span {
    font-size: 13px;
    color: #868585
}

.pdf {
    color: #544cf9;
    font-size: 11px;
    text-decoration: underline
}

.pdf:focus,
.pdf:hover {
    color: #000
}

.works li {
    display: list-item;
    list-style-position: inside
}

.gradi {
    background: linear-gradient(to left, #544cf9, #be4cf9);
    color: #fff;
    border-radius: 30px;
    margin: 50px auto 0 auto;
    text-align: center;
    display: block;
    width: 200px;
    height: 35px;
    line-height: 33px;
    border: 1px solid transparent
}

.gradi:focus,
.gradi:hover {
    color: #5d609a;
    border-color: #5d609a;
    background: #fff
}

.nav-tabs {
    position: relative;
    border: 0;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    max-height: 440px;
    overflow-y: scroll;
    border-bottom: 1px solid #eee;
    z-index: 1 !important
}

.nav-tabs li {
    float: none;
    width: 100%;
    margin: 0 auto !important;
    background-color: #fff !important;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    padding: 8px
}

.nav-tabs li.active {
    cursor: default
}

.nav-tabs > li > a {
    border: none;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    background-color: transparent !important;
    width: 100%;
    height: 100%;
    z-index: 99;
    font-weight: 100 !important
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important
}

.nav-tabs li:focus,
.nav-tabs li:hover,
.nav-tabs > li.active,
.nav-tabs > li.active:focus,
.nav-tabs > li.active:hover {
    margin: 0 auto !important;
    -webkit-box-shadow: inset -1px -3px 5px 0 rgba(232, 232, 232, .5);
    -moz-box-shadow: inset -1px -3px 5px 0 rgba(232, 232, 232, .5);
    box-shadow: inset -1px -3px 5px 0 rgba(232, 232, 232, .5)
}

.nav-tabs > li:after {
    display: none !important
}

.chat1 {
    display: flex
}

.chat-right {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 10px;
    float: left;
    overflow: hidden
}

.chat-right img {
    width: 100%;
    background-size: cover;
    height: 100%
}

.chat-body {
    width: calc(100% - 80px)
}

.chat-body h4 {
    color: #544cf9;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px !important;
    margin: 0;
    display: inline
}

.chat-body p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #868585;
    font-size: 12px !important;
    margin: 5px 0 0 0;
    padding: 0 22px 0 0;
    position: relative
}

.chat-body p:after {
    content: "\f086";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle
}

.time {
    width: 80px;
    height: max-content;
    float: right;
    color: #afaaaa;
    font-size: 11px !important;
    text-align: right
}

.chat-title {
    display: flex;
    padding: 50px 0;
    border-bottom: 1px solid #eee;
    margin: 0 0 35px 0
}

.chat-title .chat-body h4 {
    margin: 15px 0 0 30px;
    display: inline-block
}

.msg {
    display: flex;
    position: relative;
    padding: 0 0 0 50px;
    margin: 0 0 30px 0
}

.msg .chat-right {
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 0;
    left: 0
}

.msg-body {
    background-color: #ebebeb;
    border-radius: 30px 30px 30px 0;
    padding: 15px
}

.msg-body p {
    margin: 0;
    color: #000;
    font-size: 12px !important
}

#scroll-top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    background: #827e7e;
    font-size: 23px;
    color: #fff;
    border-radius: 50%
}

#scroll-top:hover {
    background: #544cf9
}

.wow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
}

.carousel-caption .slideInDown:nth-child(1) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.carousel-caption .slideInDown:nth-child(1) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

@media (max-width:1050px) {
    .factory1 .crumb {
        width: 100%
    }
}

@media (max-width:991px) {
    .navbar {
        position: relative;
        height: 100px
    }

    .navy {
        margin: 0 auto;
        width: 100%;
        position: absolute;
        bottom: -29px;
        left: 0;
        right: 0;
        text-align: center
    }

    .carousel-caption {
        top: 20px;
        width: 80%
    }

    .carousel-caption h3 {
        font-size: 26px !important;
        margin: 0 0 1px 0
    }

    .footer-content {
        padding: 20px 0
    }

    .lang {
        text-align: center;
        margin: 0 0 20px 0
    }

    .foot1 {
        text-align: center;
        margin: 0 0 20px 0
    }

    .chating .width-70 {
        width: 100%
    }
}

@media (max-width:767px) {
    body {
        padding-bottom: 0 !important
    }

    .footer {
        text-align: center;
        position: unset;
        height: auto;
        margin: 0
    }

    .navbar {
        height: 55px;
        line-height: 51px;
        padding: 0 20px
    }

    .nav-right {
        float: none;
        width: auto
    }

    .nav-right li {
        padding: 0 4px
    }

    .logo-nav {
        height: auto;
        width: 85px
    }

    .navbar .lang {
        margin: 0 0 0 2px;
        font-size: 11px !important
    }

    ul.nav > li > a {
        color: #fff
    }

    .logo {
        text-align: center;
        margin-top: -38px
    }

    #nav-icon1 {
        display: block;
        float: left;
        z-index: 999999
    }

    .navy {
        position: fixed;
        bottom: 0;
        left: 0;
        right: auto;
        background-color: rgba(0, 0, 0, .8);
        height: 100%;
        width: 260px;
        margin: 0;
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        z-index: 99999;
        text-align: center;
        opacity: 1
    }

    .navbar ul.nav {
        position: absolute;
        right: 50%;
        top: 50%;
        transform: translate(50%, -50%);
        -webkit-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        opacity: 1;
        width: 100%
    }

    .navbar ul.nav li {
        display: block;
        margin: 0;
        line-height: 2.5;
        text-align: center;
        border-radius: 30px;
        padding: 0 40px
    }

    .carousel-caption {
        width: 83%
    }

    .owl-dots {
        left: 9px
    }

    .carousel-caption .lead {
        font-size: 12px !important;
        margin: 10px 0
    }

    .square-an {
        width: 120px
    }

    .waveWrapper,
    .waveWrapperInner {
        height: 120px
    }

    .all-sections {
        padding: 25px 0
    }

    .h2-after {
        margin: 0 auto 15px auto
    }

    .begin .lead {
        margin: 15px auto 0 auto
    }

    .width-70,
    .width-90 {
        width: 100%
    }

    #owl-demo-3 .owl-next,
    #owl-demo-3 .owl-prev {
        top: -175px
    }

    .testimonial #owl-demo-3 h3 {
        margin: 0 0 10px 0
    }

    .info1 b {
        display: block
    }

    .info1 {
        border-radius: 8px
    }

    .chat-title {
        padding: 10px 0
    }

    .nav-tabs {
        max-height: 300px
    }
}

@media (max-width:600px) {
    .order-left {
        width: 100%;
        float: none;
        display: block
    }

    .order-body {
        width: calc(100% - 120px)
    }

    .order1 {
        display: block
    }

    .order-body {
        width: 100%
    }

    .order-right {
        width: 65px;
        height: 65px
    }
}

@media (max-width:480px) {

    h1,
    h2,
    h3,
    h4 {
        font-size: 16px !important;
        line-height: 1.5
    }

    .button1,
    a,
    li,
    p,
    select,
    span {
        font-size: 14px !important
    }

    .h2-after {
        font-size: 17px !important
    }

    .navbar {
        font-size: 10px !important
    }

    .nav-right li {
        padding: 5px 0;
        word-break: break-word;
        line-height: 1;
        text-align: center;
        height: auto;
        font-size: 10px !important;
        width: 52px;
        height: 35px
    }

    .nav-right li a {
        font-size: 9px !important
    }

    .footer a {
        font-size: 12px !important
    }
    
    span.required {
        font-size: 35px !important;
    }
}

.owl-carousel .owl-item img {
    height: 100%
}

#owl-offers a {
    height: 100%;
    width: 100%;
    display: block
}

#owl-offers img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.offer {
    text-align: center;
    border: 2px solid #e5e5e5;
    background-color: #fff;
    border-radius: 7px;
    overflow: hidden;
    transition: all .5s ease-in-out;
    height: 200px;
    width: 100%
}

.offer:active,
.offer:focus,
.offer:hover {
    border-color: #544cf9
}

.news:hover img,
.offer:hover img {
    transform: scale(1.4)
}

#owl-offers .owl-nav.disabled {
    display: block
}

#owl-offers .owl-next,
#owl-offers .owl-prev {
    display: inline-block;
    position: absolute;
    top: -54px;
    background: #544cf9;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-size: 25px;
    transition: all .5s ease-in-out
}

#owl-offers .owl-prev {
    left: 57px
}

#owl-offers .owl-next {
    left: 0
}

#owl-offers .owl-next:hover,
#owl-offers .owl-prev:hover {
    color: #544cf9;
    background-color: #fff
}

@media (max-width:768px) {

    #owl-offers .owl-next,
    #owl-offers .owl-prev {
        top: -42px;
        width: 25px;
        height: 25px;
        line-height: 26px;
        font-size: 19px
    }

    #owl-offers .owl-prev {
        left: 45px
    }

    .offer {
        height: 180px;
        width: 180px;
        margin: 0 auto
    }
}

.end {
    position: absolute;
    right: 6px;
    top: 6px;
    background-color: #c74545;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    z-index: 99;
    cursor: pointer;
    font-size: 12px
}

.end:focus,
.end:hover {
    background-color: red
}

span.required {
    position: absolute;
    top: -1px;
    font-size: 35px;
    left: -15px;
}

span.required_date {
    position: absolute;
    top: 35px;
    font-size: 35px;
        left: -15px;
}

#calendar-converter .calendar {
    margin-right: 10px
}
