@charset "utf-8";
html,
body {
    min-height: 100%;
    font-family: 'Poppins', sans-serif !important
}

.h1,
h1 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif !important
}

.bg-dark {
    background-color: #000000 !important
}

.text-dark {
    color: #120d07 !important
}

.navbar-toggler {
    padding: 0;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff !important;
    border-radius: .25rem
}

input,
select,
textarea,
input::placeholder {
    font-size: 12px !important
}

.text-yellow {
    color: #eff707
}

.h6 {
    font-size: 13px
}

.breadcrumb {
    margin-bottom: 0;
    font-size: 13px;
    background-color: #94c11e !important
}

.box {
    display: inline-block
}

.after-box {
    clear: left
}

.topbar {
    font-size: 13px
}

.bg-blue {
    background-color: #f6931e
}

.bg-gradient {
    background: linear-gradient(to right, #000000 50%, #f6931e 100%);
    color: #FFF;
    font-size: 16px
}

.reverse-gradient {
    background: linear-gradient(to right, #f6931e 50%, #000000 100%);
    color: #FFF;
    font-size: 16px
}

a {
    text-decoration: none !important
}

.breadcrumb-item.active {
    color: #343a40
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block
}

.dropdown-item {
    font-weight: bold;
    color: #212529;
    font-size: 16px
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px
}

.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg)
}

.navbar-light .navbar-brand {
    color: #120d07
}

.dropdown-menu {
    background-color: #fff;
    border-radius: 2px;
    padding: 10px
}

.bg-skyblue {
    background: #f8f9fa
}

.bg-green {
    background-color: #94c11e !important
}

.text-green {
    color: #94c11e !important
}

.bg-sky {
    background-color: #61b9e4 !important
}

.bg-facebook {
    background-color: #3b5998
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #f0f0f0;
    font-weight: bold;
    border-radius: 3px !important;
    color: #120d07 !important
}

.bg-pink {
    background-color: #d90077
}

.text-pink {
    color: #d90077
}

.dropdown-item {
    color: #120d07
}

.navbar-expand-md .navbar-nav .nav-link {
    font-weight: bold;
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px
}

.navbar {
    padding: 0
}

.label {
    font-size: 13px !important
}

.dropdown-menu {
    top: 93%
}

.heading-box h2 {
    width: 100%;
    color: red
}

.bg-grey {
    background-color: #6f7768 !important
}

.text-box {
    position: absolute;
    top: 50%;
    left: 15%;
    right: 15%;
    color: #fff;
    text-align: center;
    transform: translateY(-50%)
}

.bg-brow {
    background-color: #fed2a1
}

.breadcrumb {
    padding: 6px
}

.our-team-main {
    width: 100%;
    height: auto;
    border-bottom: 5px #323233 solid;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: .5s;
    margin-bottom: 28px
}

.our-team-main img {
    border-radius: 50%;
    margin-bottom: 20px;
    width: 90px
}

.our-team-main h3 {
    font-size: 20px;
    font-weight: 700
}

.our-team-main p {
    margin-bottom: 0
}

.team-back {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 15px 0 15px;
    text-align: left;
    background: #fff
}

.team-front {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 15px;
    bottom: 0;
    transition: all .5s ease
}

.our-team-main:hover .team-front {
    bottom: -200px;
    transition: all .5s ease
}

.our-team-main:hover {
    border-color: #777;
    transition: .5s
}

.context-dark,
.bg-gray-dark,
.bg-primary {
    background-color: #f6931e !important
}

.header-img {
    height: 450px;
    position: relative;
    width: 100%
}

.header-img img {
    width: 100%
}

.header-content {
    background: #fb6b19;
    color: #fff;
    height: 450px;
    padding-top: 130px;
    position: relative;
    text-align: center;
    width: 100%
}

.header-content h2 {
    font-size: 30px;
    text-transform: uppercase
}

.header-content p {
    padding: 0 150px
}

.header-content:before {
    position: absolute;
    content: "";
    width: 60%;
    height: 125px;
    top: -50px;
    left: 0;
    background: #fb6b19;
    transform: skewY(10deg)
}

.header-content:after {
    position: absolute;
    content: "";
    width: 60%;
    height: 125px;
    top: -50px;
    right: 0;
    background: #fb6b19;
    transform: skewY(-10deg)
}

.boxe {
    border-radius: 25px;
    padding: 25px 25px
}

.boxe:hover {
    -ms-transform: scale(1.11);
    -webkit-transform: scale(1.11);
    transform: scale(1.11)
}

.border-left {
    border-left: #120d07
}

.nbtn {
    padding: 8px 15px;
    min-width: 85px
}

.bgIMG {
    width: 100%;
    background-image: url("../dx-images/banner-overlay.png");
    background-size: cover;
    min-height: 250px
}

.bread {
    width: 100%;
    background-image: url("../dx-images/bread.jpg");
    background-size: cover;
    min-height: 350px
}

.bread2 {
    width: 100%;
    background-image: url("../dx-images/banner-overlay.png");
    background-size: cover;
    min-height: 350px
}

.footer-classic a,
.footer-classic a:focus,
.footer-classic a:active {
    color: #fff
}

.breadFont {
    font-size: 42px
}

.rights {
    font-size: 11px;
    color: #fff;
    margin-top: 14px
}

.f-font {
    font-size: 18px
}

.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px
}

.nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 44px;
    color: #fff
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5)
}

.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1)
}

.nav-list li a:before {
    content: "\f14f";
    font: 400 21px/1 "Material Design Icons";
    color: #4d6de6;
    display: inline-block;
    vertical-align: baseline;
    margin-left: -28px;
    margin-right: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .22s ease
}

.centered {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%)
}

.counterF {
    font-weight: 700;
    color: #FFF;
    font-size: 40px;
    max-width: 650px;
    line-height: 1.1;
    margin: 0 auto 30px;
    height: 255px
}

#MiCarousel {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 10px 10px 38px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 38px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 38px -13px rgba(0, 0, 0, 0.75)
}

.carousel-img {
    background-color: #fff;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    -webkit-clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    opacity: .8
}

.div-r {
    padding: 20px
}

.carousel-title {
    font-size: 80px;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 20px
}

.carousel-pagination {
    background-color: #120d07 !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 100%;
    position: relative;
    bottom: -50px;
    opacity: .5
}

.carousel-pagination.active {
    opacity: 1
}

.carousel-controls {
    display: none
}

.navbar {
    transition: all .4s
}

.navbar .nav-link {
    color: #fff !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #120d07;
    text-decoration: none
}

.navbar .navbar-brand {
    color: #fff
}

.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1)
}

.navbar.active .nav-link {
    color: #555
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #555;
    text-decoration: none
}

.navbar.active .navbar-brand {
    color: #555
}

@media(max-width:991.98px) {
    .navbar {
        background: #fff
    }
    .navbar .navbar-brand,
    .navbar .nav-link {
        color: #555
    }
}

}

.mainBOX {
    position: relative;
    text-align: center;
    color: white
}

.top-left {
    position: absolute;
    top: 25px;
    left: 16px;
    right: 16px;
    padding: 15px;
    text-align: left !important
}

.details-card {
    background: #ecf0f1
}

.card-content {
    background: #fff;
    border: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1
}

.card-img img {
    width: 100%;
    height: auto;
    display: block
}

.card-img span {
    position: absolute;
    top: 15%;
    left: 12%;
    background: #1abc9c;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%, -50%)
}

.card-img span h4 {
    font-size: 12px;
    margin: 0;
    padding: 10px 5px;
    line-height: 0
}

.card-desc {
    padding: 1.25rem
}

.card-desc h3 {
    color: #120d07;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0
}

.card-desc p {
    color: #747373;
    font-size: 14px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    font-family: 'Raleway', sans-serif
}

.bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: 90px 90px
}

.bg-left {
    background-color: #ccc
}

.bg-left {
    background-color: #120d07
}

.footerWhastapp {
    position: fixed;
    bottom: 2%;
    left: 1%
}

.fade-carousel {
    position: relative;
    height: 85vh;
    z-index: 1000
}

.fade-carousel .carousel-inner .carousel-item {
    height: 85vh;
    background-color: #120d07;
    color: #120d07
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
    transition: transform 5000ms linear 0s;
    transform: scale(10, 10)
}

.fade-carousel .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.fade-carousel .carousel-indicators>li {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #f39c12;
    opacity: .7
}

.fade-carousel .carousel-indicators>li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.fade-carousel .carousel-indicators>li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.fade-carousel .carousel-indicators>.active {
    background-color: #f39c12;
    opacity: 1
}

.fade-carousel .carousel-inner .carousel-caption {
    opacity: 0;
    transition-property: opacity;
    top: 35%;
    margin: auto;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75)
}

.fade-carousel .carousel-inner .carousel-caption h1 {
    font-size: 200%;
    font-weight: 800;
    margin: 0;
    padding: 0
}

.fade-carousel .carousel-inner .active .carousel-caption {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .8s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s
}

.fade-carousel .carousel-inner .active .slide-1,
.fade-carousel .carousel-inner .active .slide-2,
.fade-carousel .carousel-inner .active .slide-3 {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .8s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
    transform: scale(1.05, 1.05) rotate(.5deg)
}

.btn.btn-lg {
    padding: 10px 40px;
    outline: 0;
    margin: 20px auto
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: 0;
    margin: 20px auto
}

.fade-carousel .carousel-inner .slide-1,
.fade-carousel .carousel-inner .slide-2,
.fade-carousel .carousel-inner .slide-3 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition-property: opacity;
    overflow: hidden
}

.fade-carousel .carousel-inner .slide {
    background-image: content:'First Slide'
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .fade-carousel .carousel-inner>.item.next,
    .fade-carousel .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .fade-carousel .carousel-inner>.item.prev,
    .fade-carousel .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .fade-carousel .carousel-inner>.item.next.left,
    .fade-carousel .carousel-inner>.item.prev.right,
    .fade-carousel .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.iconpad {
    padding: 5px;
    font-size: 22px !important
}

.half1 {
    background-image: url(../dx-images/bag.jpg) !important
}

.elementor-overlay {
    position: relative;
    background-color: #333;
    opacity: .74;
    transition: background .3s, border-radius .3s, opacity .3s
}

.btn:focus,
.btn:active,
button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important
}

#image-gallery .modal-footer {
    display: block
}

.thumb {
    margin-top: 15px;
    margin-bottom: 15px
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    font-size: 0 !important;
    color: #f6931e !important;
    font-weight: bold
}

.card .carousel-item {
    height: 200px
}

.card .carousel-caption {
    padding: 0;
    right: 0;
    left: 0;
    color: #fff
}

.card .carousel-caption h3 {
    color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0 !important;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0 !important;
    color: #fff;
    text-align: center
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #120d07
}

.card .carousel-caption .col-sm-12 {
    text-align: left
}

.navi a {
    text-decoration: none
}

a>.ico {
    padding: 10px
}

.nav-side-menu {
    overflow: auto;
    font-family: verdana;
    font-size: 16px;
    font-weight: 200;
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 24%;
    max-height: 330px;
    color: #000
}

.nav-side-menu .brand {
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px
}

.nav-side-menu .toggle-btn {
    display: none
}

.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 45px;
    cursor: pointer
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
    border-left: 3px solid #d19b3d
}

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
    color: #d19b3d
}

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
    color: #d19b3d
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    background-color: #fff;
    border: 0;
    line-height: 44px;
    border-bottom: 1px solid #23282e;
    margin-left: 0
}

.nav-side-menu li {
    padding-left: 0;
    border-bottom: 1px solid #23282e
}

.nav-side-menu li a {
    text-decoration: none;
    color: #000
}

.nav-side-menu li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px
}

@media(max-width:767px) {
    .nav-side-menu {
        position: relative;
        width: 100%
    }
    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 20px;
        z-index: 10 !important;
        padding: 3px;
        background-color: #fff;
        color: #000;
        width: 40px;
        text-align: center
    }
    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important
    }
}

@media(min-width:767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block
    }
}

.myhov:hover {
    background-color: #1d2124 !important
}

@media(min-width:992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid
    }
    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0
    }
    .dropdown-menu li {
        position: relative
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto
    }
    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }
    .dropdown-menu>li:hover>.submenu {
        display: block
    }
}

@media screen and (min-device-width:300px) and (max-device-width:660px) {
    .headh1 {
        font-size: 15px !important
    }
    .centered {
        position: absolute;
        top: 40% !important;
        left: 20% !important;
        transform: translate(-50%, -50%)
    }
    .mobLog {
        height: 70px !important
    }
    .moHE {
        font-size: 22px !important
    }
}

.gallery-block {
    padding-bottom: 60px;
    padding-top: 60px;
}

.gallery-block .heading {
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2 {
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.cards-gallery h6 {
    font-size: 17px;
    font-weight: bold;
}

.gallery-block.cards-gallery .card {
    transition: 0.4s ease;
}

.gallery-block.cards-gallery .card img {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

.gallery-block.cards-gallery .card-body {
    text-align: center;
}

.gallery-block.cards-gallery .card-body p {
    font-size: 15px;
}

.gallery-block.cards-gallery a {
    color: #212529;
}

.gallery-block.cards-gallery a:hover {
    text-decoration: none;
}

.gallery-block.cards-gallery .card {
    margin-bottom: 30px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

.borderB {
    border-bottom: 1px solid #000 !important;
}

.borderB {
    1px solid #000 !important;
}

.box-shadow {
    box-shadow: 0 5px 25px rgb(0 0 0 / 30%) !important;
}

.icon-height {
    height: 60px !important;
}

.heading-border {
    border-bottom: 2px solid black !important;
}

.heading-borderw {
    border-bottom: 2px solid white !important;
}

.centeredT {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card {
  border-radius: 0px !important;
}
.flip-card {
    background-color: transparent;
    height: 200px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
    border-right: 1px solid #fff !important;
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #000;
    color: black;
    border-left: 1px solid #fff !important;
}

.flip-card-back {
    background-color: #000;
    color: white;
    transform: rotateY(180deg);
}

.how-it-work {
    margin-bottom: 60px;
    position: relative;
}

.main-how-it {
    position: absolute;
    top: 217px;
    left: -355px;
    background: #000;
    width: 544px;
    height: 110px;
    transform: rotate(-90deg);
    border-radius: 50px;
    box-shadow: 0px 2px 11px -2px rgba(0, 0, 0, 0.4);
}

.main-how-it h4 {
    font-size: 54px;
    padding-top: 20px;
    text-align: center;
    color: #fff;
    font-weight: 800;
}

.bg-theme {
    color: #f6931e;
}

.navbar .nav-link:hover {
    color: #f6931e !important;
}

.how-it-work .panel {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    color: #fff;
    font-size: 16px;
    background: #f6931e;
    box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.4);
    margin-bottom: 15px;
}

.how-it-work .panel span,
.how-it-work .panel:hover span {
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    border: 4px solid #000;
}

.how-it-work .panel:hover span {
    background: rgba(0, 0, 0, 0.4);
}

.how-it-work .panel:nth-child(even) {
    background: #f6931e;
}

.how-it-work .panel-body {
    overflow-y: auto;
    overflow: visible;
    height: 120px;
    padding-left: 120px;
    position: relative;
}

.how-it-work .panel-body span {
    position: absolute;
    top: 15px;
    left: 0px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    color: #fff;
    background: #000;
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    border-radius: 50%;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
}

.how-it-work .panel-body span:before {
    content: "";
    position: absolute;
    top: 35px;
    left: -49px;
    width: 50px;
    height: 20px;
    background: #000;
    box-shadow: 0px 8px 3px -5px rgba(0, 0, 0, 0.2);
}

.how-it-work .panel:nth-child(even) span {
    color: #fff;
}

.how-it-work .step-heading {
    font-size: 22px;
    margin-top: 0px;
    color: rgba(0, 0, 0, 0.3);
    padding-top: 34px !important;
}

.brad {
    font-size: 50px;
    font-weight: 800;
}

.gradient {
    background: linear-gradient(to right, #04486d 90%, #f6931e 100%);
    color: #fff !important;
}

.gradients {
    background: linear-gradient(to right, #f6931e 100%, #f6931e 100%);
    color: #fff !important;
}

.gradients:hover {
    background: linear-gradient(to right, #000 100%, #000 100%);
    color: #fff !important;
}

.gradientB {
    background: linear-gradient(to right, #f6931e 100%, #f6931e 100%);
    color: #fff !important;
}

.gradientB:hover {
    background: linear-gradient(to right, #fff 100%, #000 100%);
    color: #000 !important;
    border: 1px solid #000 !important;
}

.bg-light {
    background-color: #F7F7F7 !important;
}

.text-primary {
    color: #f6931e !important;
}

.quoteForm {
    border: 1px solid #494546 !important;
    color: #b6b7b9 !important;
}

.sec-title {
    position: relative;
    margin-bottom: 45px;
}

.sec-title .title {
    position: relative;
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    padding-top: 30px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.sec-title .title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 6px;
    height: 6px;
    background-color: #f43737;
}

.sec-title h6 {
    position: relative;
    color: #000;
    font-weight: 800;
    line-height: 1.2em;
    text-transform: capitalize;
    -webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.6) 50%, #f43737 50%, rgba(0, 0, 0, 1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}

.sec-title.centered {
    text-align: center;
}

.sec-title.centered .text {
    max-width: 580px;
    margin: 0 auto;
}

.sec-title .title.light::before {
    background-color: #ffffff;
}

.sec-title.light .title,
.sec-title.light h2,
.sec-title.light .text {
    color: #ffffff;
}

.sec-title.centered .title:before {
    left: 50%;
    margin-left: -3px;
}

.footer {
    width: 100%;
    background-image: url("../dx-images/footer.jpg");
    background-size: cover;
    min-height: 250px;
    padding: 10px 0px 25px 0px;
}