:root {
    --mainColor: #ff3c00;
    --secondColor: #424242;
}

.phone-wrap {
    display: inline-block;
    direction: ltr;
    max-height: 48px;
    overflow: hidden;
    max-width: 300px;
}

    .phone-wrap .bx-viewport {
        background: var(--mainColor) !important;
        color: #fff;
    }

    .phone-wrap .bx-wrapper {
        border: none;
        background: none;
    }

    .phone-wrap .col-phone {
        display: block;
    }

        .phone-wrap .col-phone .cell-item {
            line-height: 42px;
            font-size: 25px;
            padding: 2px 20px;
            border-radius: 2px;
            height: 48px;
            display: block;
            white-space: nowrap;
        }

        .phone-wrap .col-phone strong {
            letter-spacing: 1px;
        }



        .phone-wrap .col-phone .area {
            margin-left: 5px;
            float: right;
            direction: rtl;
        }


.imenu .dropdown-menu {
    background: rgba(230,230,230,.8)
}

.bg-white {
    background-color: #FFF;
}
.bg-gray{
    background:#eee;

}

.dez-separator {
    display: inline-block;
    height: 3px;
    width: 80px;
    margin-bottom: 10px;
    position: relative;
}

    .dez-separator.bg-primary {
        background: var(--mainColor) !important;
    }

.our-service {
    
    position: relative;
    top: -70px;
}

.section-full {
    position: relative;
}

.service-box {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    transition: all 2s ease 0s;
}

.p-a30 {
    padding: 30px;
}

.p-b40 {
    padding-bottom: 40px;
}

.p-t60 {
    padding-top: 60px;
}

.m-b0 {
    margin-bottom: 0;
}

.m-b30 {
    margin-bottom: 30px;
}
.m-b20 {
    margin-bottom: 20px;
}
.m-b10 {
    margin-bottom: 10px;
}

.section-head {
    margin-bottom: 50px;
}

    .section-head p {
        padding-top: 10px;
        font-size: 14px;
        color: #494949;
    }

    .section-head h1, .section-head h2, .section-head h3 {
        margin-top: 0;
    }

.text-center.section-head p {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}

.icon-xl, .icon-lg, .icon-md, .icon-sm, .icon-xs {
    display: inline-block;
    text-align: center;
}

.icon-lg {
    width: 80px;
}

    .icon-lg i {
        font-size: 60px !important;
    }

.icon-md {
    width: 60px;
}

    .icon-md i {
        font-size: 45px !important;
    }

.icon-content {
    height: 40px;
}

.dez-box, .dez-info, .dez-tilte, .dez-tilte-inner {
    position: relative;
}

a, .dez-box, .btn, .form-control, .overlay-bx, .overlay-icon li a i, .icon-bx-xl, .icon-bx-lg, .icon-bx-md, .icon-bx-sm, .icon-bx-xs, .share-social-bx li, .indicator, .profile-menu ul li, .staff-member .member-done, .how-dez-work .dez-box .shadow-bx img, .how-dez-work .dez-box .step-no-bx, .dez-info-has, .dez-we-find .dez-box, .navbar-toggle, .logo-header, .header-nav .nav > li > a, .extra-nav, .skew-secondry:hover, .skew-primary:hover, .skew-secondry:hover::after, .skew-primary:hover::after {
    transition: all 0.2s linear;
}
.dez-info-has h1, .dez-info-has h2, .dez-info-has h3, .dez-info-has h4, .dez-info-has h5, .dez-info-has h6, .dez-info-has p, .dez-info-has-text, .dez-info-has a {
    color: #fff;
}
.dez-media, .dez-media, .dez-post-media {
    background-color: #FFF;
    position: relative;
}

.dez-media {
    overflow: hidden;
    position: relative;
}

.dez-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
}

    .dez-img-effect img {
        display: block;
        margin: 0;
        width: 100%;
        height: auto;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        transition: all 0.25s;
    }

.dez-media img, .dez-post-media img {
    width: 100%;
    height: auto;
}

.dez-info-has {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 30px 15px 40px;
    opacity: 0;
    margin-bottom: -100px;
    z-index: 2;
}

    .dez-info-has.no-hover {
        opacity: 1;
        width: 100%;
        margin-bottom: 0;
    }

.awesome-services .dez-info-has {
    top: 0;
}

.dez-info-has.bg-secondry {
    background-color: rgba(44, 74, 107, 0.8);
}

.icon-bx-wraper.center {
    text-align: center;
}

.icon-bx-wraper {
    position: relative;
}
.dez-info-has.bg-primary, .dez-info-has.bg-secondry:hover {
    background-color: rgba(255, 48, 77, 0.8);
}
.dez-img-effect.zoom:hover img {
    transform: scale(1.5);
}
.carousel-article .carousel-indicators{
    display:none !important;
}
.contact-info{
    padding:0;
    margin:0;
}