﻿
@import url('https://fonts.googleapis.com/css2?family=Signika+Negative:wght@300;400&display=swap');

body {
    background-color: #ebebeb;
    margin: 0px;
    padding: 0px;
    font-family: 'Signika Negative', sans-serif;
    overflow-x: hidden;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /*bottom: 0;*/
    width: 100%;
    height: 100%;
    z-index: 5000;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.60);
}

.loader {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    position: relative;
}

    .loader .box {
        background-color: rgba(0,0,0,0.04);
        border: 4px solid transparent;
        border-left: 4px solid #ee1b32;
        border-top: 4px solid #fff;
        border-radius: 50%;
        box-shadow: 0 0 15px rgba(0,0,0,0.03);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        animation: animate1 3s linear infinite;
    }

        .loader .box:nth-of-type(2) {
            background-color: rgba(0, 0, 0, 0.025);
            border: 4px solid transparent;
            border-right: 4px solid #ee1b32;
            border-bottom: 4px solid #fff;
            top: 30px;
            left: 30px;
            right: 30px;
            bottom: 30px;
            animation: animate1 3s reverse linear infinite;
        }

        .loader .box .circle {
            transform-origin: left;
            position: absolute;
            top: calc(50% - 1px);
            left: 50%;
            width: 50%;
            height: 2px;
        }

        .loader .box .circle,
        .loader .box:nth-of-type(2) .circle {
            transform: rotate(-45deg);
        }

            .loader .box .circle:before {
                content: '';
                background: #fff;
                width: 10px;
                height: 10px;
                border-radius: 50%;
                position: absolute;
                top: -4px;
                right: -6px;
            }

            .loader .box .circle:before {
                background: #fff;
                box-shadow: 0 0 20px #fff, 0 0 40px #fff, 0 0 60px #fff, 0 0 80px #fff, 0 0 100px #fff, 0 0 0 5px rgba(255, 255, 0, .1);
            }

            .loader .box:nth-of-type(2) .circle:before {
                background: #ee1b32;
                box-shadow: 0 0 20px #ee1b32, 0 0 40px #ee1b32, 0 0 60px #ee1b32, 0 0 80px #ee1b32, 0 0 100px #ee1b32, 0 0 0 5px rgba(3, 169, 244, .1);
            }

@keyframes animate1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*breadcrumbs-----------*/
.steps {
    overflow: hidden;
    border-radius: 5px;
    background: rgb(0 0 0 / 38%);
    margin: 2rem 0;
}

.steps__item {
    float: left;
    margin-left: -1px;
    font-size: 1.2rem;
    line-height: 57px;
    height: 55px;
    color: #fff;
    position: relative;
}

    .steps__item::before, .steps__item::after {
        content: "";
        position: absolute;
        right: 0;
        width: 100%;
        width: 2px;
        height: 50%;
        background: #ee1b32;
    }

    .steps__item::before {
        top: 0;
        transform: skewX(30deg);
        transform-origin: 100% 100%;
    }

    .steps__item::after {
        bottom: 0;
        transform: skewX(-30deg);
        transform-origin: 100% 0;
    }

    .steps__item:hover::before, .steps__item:hover::after, .steps__item_active::before, .steps__item_active::after {
        width: 100%;

    }

.steps__content {
    position: relative;
    z-index: 2;
    padding: 0 2rem 0 3rem;
    color:#fff;
}
    .steps__content:hover{
        color:#fff;
    }
    .steps__content a {
        color: #fff;
    }
    .steps__content a:hover {
        color: #fff;
    }
    .steps_animation .steps__item::before, .steps_animation .steps__item::after {
        transition: 0.2s ease;
    }

.top-bg {
    background-image: url('../img/top-bg.jpg');
  
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}
/*navbar------------------------*/
#navbarmain .nav-link {
    font-weight: 600;
    padding: 15px 15px;
    color: #222;
    font-family: "Exo", sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    transition: all .25s ease;
}

    #navbarmain .nav-link:hover, #navbarmain .active .nav-link {
        color: #e12454;
    }

.dropdown-toggle::after {
    display: none;
}

.navbar-brand {
    margin-top: 10px;
}

.header-top-bar {
    background: rgb(0, 0, 0);
    font-size: 14px;
    padding: 5px 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
}

.top-bar-info li a {
    color: #fff;
    margin-right: 20px;
}

.top-right-bar a span {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    vertical-align: middle;
}

.top-right-bar a i {
    color: #fff;
    margin-right: 10px;
}

@media (max-width: 992px) {
    .navigation {
        text-align: center;
    }
}

.navigation .dropdown-menu {
    padding: 0px;
    border: 0px;
    border-top: 5px solid #e12454;
    background: #fff;
    border-radius: 0px;
}

@media (max-width: 992px) {
    .navigation .dropdown-menu {
        text-align: center;
        float: left !important;
        width: 100%;
        margin: 0;
    }
}

.navigation .dropdown-toggle::after {
    display: none;
}

.navigation .dropleft .dropdown-menu,
.navigation .dropright .dropdown-menu {
    margin: 0;
}

.navigation .dropleft .dropdown-toggle::before,
.navigation .dropright .dropdown-toggle::after {
    font-weight: bold;
    font-size: 14px;
    border: 0;
    display: inline-block;
    font-family: IcoFont !important;
    vertical-align: 1px;
}

.navigation .dropleft .dropdown-toggle::before {
    content: "\eac9";
    margin-right: 5px;
}

.navigation .dropright .dropdown-toggle::after {
    content: "\eaca";
    margin-left: 5px;
}

.navigation .dropdown-item {
    padding: 13px 20px;
    background: transparent;
    font-weight: 400;
    color: #555;
    border-bottom: 1px solid #eee;
}

.navigation li:last-child .dropdown-item {
    border-bottom: 0;
}

.navigation .dropdown-submenu.active > .dropdown-toggle,
.navigation .dropdown-submenu:hover > .dropdown-item,
.navigation .dropdown-item.active,
.navigation .dropdown-item:hover {
    background: rgba(225, 36, 84, 0.05);
    color: #e12454;
}

.navigation button:focus {
    outline: 0;
}

@media (min-width: 992px) {
    .navigation .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
        transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear;
        transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear, -webkit-transform .2s linear;
        display: block;
        visibility: hidden;
        opacity: 0;
        min-width: 200px;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    .navigation .dropleft .dropdown-menu,
    .navigation .dropright .dropdown-menu {
        margin-top: -5px;
    }

    .navigation .dropdown:hover > .dropdown-menu {
        visibility: visible;
        transition: all .3s ease 0s;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/*slider start-----------------------*/
/* Slider */
.carousel-item {
    height: 430px;
}


/*@media(min-width:480px) and (max-width:780){
    .carousel-item {
        height: 85vh;
    }
}*/

[data-aspect-ratio] {
    display: block;
    max-width: 100%;
    position: relative;
}

    [data-aspect-ratio]:before {
        content: "";
        display: block;
    }

    [data-aspect-ratio] > * {
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

[data-aspect-ratio="3:1"]:before {
    padding-top: 33.33%;
}

[data-aspect-ratio="2:1"]:before {
    padding-top: 50%;
}

[data-aspect-ratio="16:9"]:before {
    padding-top: 56.25%;
}

[data-aspect-ratio="3:2"]:before {
    padding-top: 66.66%;
}

[data-aspect-ratio="4:3"]:before {
    padding-top: 75%;
}

[data-aspect-ratio="1:1"]:before {
    padding-top: 100%;
}

[data-aspect-ratio="3:4"]:before {
    padding-top: 133.33%;
}

[data-aspect-ratio="2:3"]:before {
    padding-top: 150%;
}

[data-aspect-ratio="9:16"]:before {
    padding-top: 177.77%;
}

[data-aspect-ratio="1:2"]:before {
    padding-top: 200%;
}

[data-aspect-ratio="1:3"]:before {
    padding-top: 300%;
}

@media (min-width: 480px) {
    [data-aspect-ratio-sm="3:1"]:before {
        padding-top: 33.33%;
    }

    [data-aspect-ratio-sm="2:1"]:before {
        padding-top: 50%;
    }

    [data-aspect-ratio-sm="16:9"]:before {
        padding-top: 56.25%;
    }

    [data-aspect-ratio-sm="3:2"]:before {
        padding-top: 66.66%;
    }

    [data-aspect-ratio-sm="4:3"]:before {
        padding-top: 75%;
    }

    [data-aspect-ratio-sm="1:1"]:before {
        padding-top: 100%;
    }

    [data-aspect-ratio-sm="3:4"]:before {
        padding-top: 133.33%;
    }

    [data-aspect-ratio-sm="2:3"]:before {
        padding-top: 150%;
    }

    [data-aspect-ratio-sm="9:16"]:before {
        padding-top: 177.77%;
    }

    [data-aspect-ratio-sm="1:2"]:before {
        padding-top: 200%;
    }

    [data-aspect-ratio-sm="1:3"]:before {
        padding-top: 300%;
    }
}

.bg-1 {
    background-image: url('../img/bg-1.png');
    background-repeat: no-repeat;
    position: absolute;
    float: right;
    top: 0px;
    left: -120px;
    height: 430px;
   
    max-width: 800px;
}
    .bg-1 h4 {
        margin-left: 150px;
        color: #fff;
    }

        .bg-1 h4 span {
            color: #fff;
            font-size: 35px;
        }

    .bg-1 p {
        padding: 15px;
        margin-left: 130px;
        color: #fff;
    }

    .bg-1 .btn {
        /*margin-left: 320px;*/
        color: #ee1b32;
        border-radius: 0px;
        transition: 0.5s;
    }

        .bg-1 .btn:hover {
            background: #ee1b32;
            color: #fff;
            border-radius: 0px;
        }
/*@media only screen and (max-width : 1024px) and (min-width : 780px){
    .bg1 {
        position: absolute;
        left: 395px !important;
        height: 345px !important;
        max-width: 630px !important;
    }
}*/

@media only screen and (max-width: 768px) {
    .carousel-item {
        /*height: 256px !important;*/
    }

    .bg-1 {
        position: absolute;
        top: 0px !important;
        height: 257px !important;      
    }

       
}
@media only screen and (max-width: 1024px) {
    .carousel-item {
        /*height: 100%!important;*/
    }

    .bg-1 {
        position: absolute;
        top: 0px !important;
        height: 342px !important;
    }
}




/*@media(max-width:500px) {
    .bg-1 {
        background-image: url('../img/bg-1.png');
        background: #ed1b32;
        background-repeat: no-repeat;
        position: relative;
        width: 100%;
        height: 288px !important;
        left: 0px;
        height: 100%;
    }

        .bg-1 h4 {
            margin-left: 0px;
        }

        .bg-1 p {
            margin-left: 0px;
        }

        .bg-1 .btn {
            margin-left: 0px;
        }
}*/
/*slider end---------------------------------*/

/*icon cards-------------------------------*/
.service-categories {
    /*background-color: #fff;*/
    padding-top: 3em;
    padding-bottom: 3em;
    background-size: cover;
}

    .service-categories .card {
        transition: all 0.3s;
    }

    .service-categories .card-title {
        padding-top: 0.5em;
    }

    .service-categories a:hover {
        text-decoration: none;
    }

.service-card {
    background: #fff;
    border: 1px solid #cccccc;
}


    .service-card:hover {
        background: #fff;
        box-shadow: 8px 9px 12px 0px rgb(46 61 73 / 20%);
    }

.fa {
    color: #ee1b32;
    font-size: 40px !important;
}

.card-block {
    border-left: 5px solid #ee1b32;
}

/*icon card end---------------------------*/

/*main cards*/
.hovereffect {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .hovereffect .overlay {
        position: absolute;
        overflow: hidden;
        width: 80%;
        height: 80%;
        left: 10%;
        top: 15%;
        border-bottom: 2px solid #FFF;
        border-top: 2px solid #FFF;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0,1);
        -ms-transform: scale(0,1);
        transform: scale(0,1);
    }

    .hovereffect:hover .overlay {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .hovereffect img {
        /*display: block;*/
        position: relative;
        -webkit-transition: all 0.35s;
        transition: all 0.50s;
    }

    .hovereffect:hover img {
        filter: brightness(0.9);
        -webkit-filter: brightness(0.6);
    }

    .hovereffect h2 {
        text-transform: uppercase;
        text-align: center;
        position: relative;
        font-size: 17px;
        background-color: transparent;
        color: #FFF;
        padding: 1em 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    .hovereffect a, .hovereffect p {
        font-size: 30px;
        color: #FFF;
        padding: 1em 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    .hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
/*main cards*/

/*about steps----------*/

.image-rotate {
    position: absolute;
    top: 9%;
    left: 95%;
    width: 185px;
    height: 185px;
    margin: -60px 0 0 -60px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@media(max-width:768px) {
    .image-rotate {
        display: none;
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.count {
    width: 88px;
    height: 88px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ee1b32;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 18px;
    font-family: verdana;
    float: left;
    margin: 30px;
    text-shadow: 1px 1px #ee1b32;
    -webkit-box-shadow: 0px 0px 72px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 72px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 40px -9px #ee1b32;
}

    .count p {
        text-align: center;
        margin-top: 10px;
    }

    .count small {
        text-shadow: none;
        color: #555;
    }

.abt-card h3 {
    font-size: 35px;
    text-transform: uppercase;
}

.abt-card ul li {
    color: #818385;
}

.abt-card p {
    font-weight: 400;
    color: #818385;
    font-size: 15px;
    line-height: 1.6;
    font-family: "Open Sans", sans-serif;
}


.list-group-item {
    background-color: transparent;
}

.list-group.vertical-steps {
    padding: 10px;
}

    .list-group.vertical-steps .list-group-item {
        border: none;
        border-left: 3px solid #ece5dd;
        box-sizing: border-box;
        border-radius: 0;
        counter-increment: step-counter;
        padding-left: 20px;
        padding-right: 0px;
        padding-bottom: 20px;
        padding-top: 0px;
    }

        .list-group.vertical-steps .list-group-item.active {
            background-color: transparent;
            color: inherit;
        }

        .list-group.vertical-steps .list-group-item:last-child {
            border-left: 3px solid transparent;
            padding-bottom: 0;
        }

        .list-group.vertical-steps .list-group-item::before {
            border-radius: 50%;
            background-color: #ece5dd;
            color: #555;
            content: counter(step-counter);
            display: inline-block;
            float: left;
            height: 50px;
            line-height: 50px;
            margin-left: -47px;
            text-align: center;
            width: 50px;
        }

        .list-group.vertical-steps .list-group-item span,
        .list-group.vertical-steps .list-group-item a {
            display: block;
            overflow: hidden;
            padding-top: 10px;
            padding-left: 30px;
            font-size: 25px;
        }

.about-btn .btn {
    border-radius: 0px;
    font-size: 15px !important;
    padding: 7px !important;
    background-color: #ee1b32;
}
.about-btn .btn:hover {
   color:#ee1b32;
    background-color: #fff;
    transition:0.5s;
}
/*Active/ Completed States*/
.list-group.vertical-steps .list-group-item.active::before {
    background-color: #ffffff;
    color: #6b6b6b;
    font-size: 25px;
}

.list-group.vertical-steps .list-group-item.completed {
    border-left: 2px solid #b1b1b1;
}

    .list-group.vertical-steps .list-group-item.completed::before {
        background-color: #ffffff;
        color: #6b6b6b;
        font-size: 25px;
    }

    .list-group.vertical-steps .list-group-item.completed:last-child {
        border-left: 3px solid transparent;
    }

.thumbs {
    padding: 14px;
}

.about-btn {
    margin-left: 200px;
}

@media(max-width:500px) {
    .about-btn {
        margin-left: 85px;
    }
}
/*about steps end----------*/

/*--------Product slider------------------*/
.carousel-item .card {
    box-shadow: 5px 5px 6px rgb(0 0 0 / 15%);
}

.carousel-item .card-body {
    text-align: center;
}
.active .card-title {
    color:rgb(0, 0, 0)!important;
}
.active .card-text{
    color:rgb(0, 0, 0);
}
span a{
    color:#fff;
}
/*-----Testimonial-------*/
.testimonial {
    background: #fff;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}

    .testimonial:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        border-top: 25px solid #ee1b32;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        transform: rotate(-45deg);
        transform-origin: 80% -30% 0;
    }

    .testimonial .pic {
        display: inline-block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        top: 60px;
        left: 20px;
    }

        .testimonial .pic img {
            width: 100%;
            height: auto;
        }

    .testimonial .description {
        font-size: 15px;
        font-style: italic;
        color: #918686;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .testimonial .title {
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        color: #ee1b32;
        margin: 0;
    }

    .testimonial .post {
        display: inline-block;
        font-size: 17px;
        color: #ee1b32;
    }

.owl-theme .owl-controls .owl-page span {
    border: 2px solid #ee1b32;
    background: #fff;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: #ee1b32;
}

@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }

        .testimonial .pic {
            display: block;
            position: static;
            margin: 0 auto 15px;
        }
}
/*testimonials end----------------------*/

/*brand slider*/
/* Slider */


.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: "";
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.btn1 {
    border-radius: 0px;
}

    .btn1:hover {
        background-color: #ee1b32;
    }

.card-img-top {
    padding: 15px;
}

.controls-top .fas {
    font-size: 20px;
}

/*======================================About Us================================================*/
/*-------Our team------------------*/
#team i {
    font-size: 26px;
    color: #555;
}

#team p {
    font-weight: 500;
}

#team .card {
    border-radius: 0;
    box-shadow: 3px 3px 11px #bdbdbd;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

    #team .card:hover {
        background: #ee1b32;
        color: #fff;
        border-radius: 5px;
        border: none;
        box-shadow: 5px 5px 10px #6b6b6b;
    }

        #team .card:hover h3,
        #team .card:hover i {
            color: #fff;
        }


/*====================Business============================================*/
table {
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
}

    table > thead > tr > th,
    table > thead > tr > td,
    table > tbody > tr > th,
    table > tbody > tr > td,
    table > tfoot > tr > th,
    table > tfoot > tr > td {
        border: 1px solid #ddd;
        line-height: 20px;
        padding: 13px;
        vertical-align: top;
    }

    table > thead > tr > th {
        background: #ed1b32;
        color: #fff;
        font-weight: normal;
        vertical-align: bottom;
    }

    table th {
        text-align: left;
    }

    table,
    table th,
    table td,
    table tr,
    table tr th,
    table tr td,
    table thead,
    table thead th,
    table thead td,
    table thead tr,
    table thead tr th,
    table thead tr td,
    table tbody,
    table tbody th,
    table tbody td,
    table tbody tr,
    table tbody tr th,
    table tbody tr td,
    table tfoot,
    table tfoot th,
    table tfoot td,
    table tfoot tr,
    table tfoot tr th,
    table tfoot tr td {
        display: block;
    }

        table > thead {
            float: left;
        }

        table > tbody > tr {
            display: inline-block;
            vertical-align: top;
        }

        table > tbody {
            width: auto;
            white-space: nowrap;
            overflow-x: auto;
        }

/*======================Contact Us========================*/
/*------------------------*/
input:focus,
button:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
}
/*----------step-wizard------------*/
.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

/*---------signup-step-------------*/
.bg-color {
    background-color: #333;
}

.signup-step-container {
    background: #fff;
    padding: 40px 0px;
    padding-bottom: 60px;
}




.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #ee1b32;
    color: #fff;
    border-color: #ee1b32;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

.wizard .nav-tabs > li.active > a i {
    color: #ee1b32;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}



.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

    .wizard .nav-tabs > li a i {
        position: absolute;
        top: -15px;
        font-style: normal;
        font-weight: 400;
        white-space: nowrap;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 12px;
        font-weight: 700;
        color: #000;
    }

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}

.next-step {
    background-color: #ee1b32;
}

.skip-btn {
    background-color: #cec12d;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.term-check {
    font-size: 14px;
    font-weight: 400;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 38px;
        padding: .375rem .75rem;
        line-height: 2;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0;
    }

.footer-link {
    margin-top: 30px;
}

.all-info-container {
}

.list-content {
    margin-bottom: 10px;
}

    .list-content a {
        padding: 10px 15px;
        width: 100%;
        display: inline-block;
        background-color: #f5f5f5;
        position: relative;
        color: #565656;
        font-weight: 400;
        border-radius: 4px;
    }

        .list-content a[aria-expanded="true"] i {
            transform: rotate(180deg);
        }

        .list-content a i {
            text-align: right;
            position: absolute;
            top: 5px;
            right: 10px;
            transition: 0.5s;
        }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}

.list-box {
    padding: 10px;
}

.signup-logo-header .logo_area {
    width: 200px;
}

.signup-logo-header .nav > li {
    padding: 0;
}

.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-inline li {
    display: inline-block;
}

.pull-right {
    float: right;
}
/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type="checkbox"] {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

    input[type="checkbox"]::before,
    input[type="checkbox"]::after {
        position: absolute;
        content: "";
        display: inline-block;
    }

    input[type="checkbox"]::before {
        height: 16px;
        width: 16px;
        border: 1px solid #999;
        left: 0px;
        top: 0px;
        background-color: #fff;
        border-radius: 2px;
    }

    input[type="checkbox"]::after {
        height: 5px;
        width: 9px;
        left: 4px;
        top: 4px;
    }

    input[type="checkbox"]:checked::after {
        content: "";
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: rotate(-45deg);
    }

    input[type="checkbox"]:checked::before {
        background-color: #18ba60;
        border-color: #18ba60;
    }


@media (max-width: 767px) {
    .sign-content h3 {
        font-size: 40px;
    }

    .wizard .nav-tabs > li a i {
        display: none;
    }

    .signup-logo-header .navbar-toggle {
        margin: 0;
        margin-top: 8px;
    }

    .signup-logo-header .logo_area {
        margin-top: 0;
    }

    .signup-logo-header .header-flex {
        display: block;
    }
}
.tab-pane h4, p {
    color:rgb(0, 0, 0);
}
.tab-pane label{
    color:rgb(0, 0, 0);
}

/*footer start--------------------------*/
a {
    color: #525252;
}

    a:hover {
        color: #ee1b32;
        text-decoration: none;
    }

::selection {
    background: #fec503;
    text-shadow: none;
}

footer {
    padding: 2rem 0;
    background-color: #fff;
    background-image: url('../img/footer-bg1.png');
    background-size: cover;
    background-repeat: no-repeat
}

.footer-column:not(:first-child) {
    padding-top: 2rem;
}

@media (min-width: 768px) {
    .footer-column:not(:first-child) {
        padding-top: 0rem;
    }
}

.footer-column {
    text-align: center;
}

    .footer-column .nav-item .nav-link {
        padding: 0.1rem 0;
    }

    .footer-column .nav-item span.nav-link {
        color: #6c757d;
    }

    .footer-column .nav-item span.footer-title {
        font-size: 14px;
        font-weight: 700;
        color: rgb(0, 0, 0);
        text-transform: uppercase;
    }

    .footer-column .nav-item .fas {
        margin-right: 0.5rem;
    }

    .footer-column ul {
        display: inline-block;
    }

@media (min-width: 768px) {
    .footer-column ul {
        text-align: left;
    }
}

ul.social-buttons {
    margin-bottom: 0;
}

    ul.social-buttons li a:active,
    ul.social-buttons li a:focus,
    ul.social-buttons li a:hover {
        background-color: #ee1b32;
    }

    ul.social-buttons li a {
        font-size: 20px;
        line-height: 40px;
        display: block;
        width: 40px;
        height: 40px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        color: #fff;
        border-radius: 100%;
        outline: 0;
        background-color: #1a1d20;
    }

footer .quick-links {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.copyright {
    color: rgb(0, 0, 0);
}

.fa-ellipsis-h {
    color: white;
    padding: 2rem 0;
}
/*footer end------------------------------------------*/
