
:root {
    --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-primary: "Roboto", sans-serif;
    --font-secondary: "Work Sans", sans-serif;
}

/* Colors */
:root {
    --color-default: #364d59;
    --color-primary: #0d6efd;
    --color-secondary: #52565e;
}

:root {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-default);
    color: var(--color-default);
    overflow: hidden !important;
    overflow-y: auto !important;
}


a {
    color: var(--color-primary);
    text-decoration: none;
}

    a:hover {
        color: #ffc732;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
}

img, svg {
    vertical-align: middle;
    max-width: 100%;
}

section {
    padding: 80px 0;
    overflow: hidden;
    background: #f2f2fc;
}

.section-bg {
    background-color: #f5f6f7;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #003399;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #ddd;
    }

.section-header {
    text-align: center;
    padding-bottom: 70px;
}

    .section-header h2 {
        font-size: 32px;
        font-weight: 500;
        position: relative;
        color: #003399;
        cursor: auto !important;
    }

        .section-header h2:before,
        .section-header h2:after, .home_line::after, .home_line::before {
            content: "";
            width: 50px;
            height: 2px;
            background: #003399;
            display: inline-block;
        }

        .section-header h2:before, .home_line::before {
            margin: 0 15px 10px 0;
        }

        .section-header h2:after, .home_line::after {
            margin: 0 0 10px 15px;
        }

.col-group.clearfix {
    /* margin: 0 0 15px; */
    border-bottom: solid 1px #cccccc40;
    padding: 10px 0;
}

    .col-group.clearfix label {
        font-weight: 600;
    }

.section-header p {
    margin: 0 auto 0 auto;
}

li.con_btn a::before {
    display: none;
}

.modal-body .search_btn i {
    margin-right: 9px;
}

a.btn.btn-primary.active {
    color: #fff;
}

.dropdown ul.active li.active a {
    color: #1b59f8;
}

.error_page {
    max-width: 1140px;
    margin: 0 auto;
}

    .error_page .card_box {
        min-height: 188px;
        display: flex;
        /* place-items: center; */
        flex-direction: column;
        justify-content: center;
    }

@media (min-width: 1199px) {
    .section-header p {
        max-width: 60%;
        cursor: auto !important;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 140px 0 60px 0;
    min-height: 30vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .breadcrumbs:before {
        content: "";
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        inset: 0;
    }

    .breadcrumbs h2 {
        font-size: 56px;
        font-weight: 500;
        color: #fff;
        font-family: var(--font-secondary);
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0 0 10px 0;
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        color: var(--color-primary);
    }

        .breadcrumbs ol a {
            color: rgba(255, 255, 255, 0.8);
            transition: 0.3s;
        }

            .breadcrumbs ol a:hover {
                text-decoration: underline;
            }

        .breadcrumbs ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: #fff;
                content: "/";
            }

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 35px !important;
    bottom: 176px !important;
    z-index: 99999;
    background: #dc3545;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
    color: #fff;
}

a.what_bottom {
    position: fixed;
    right: 29px;
    bottom: 105px;
    z-index: 9;
    background: #003399;
    padding: 8px 12px;
    box-shadow: 0 0 5px #ccc;
    border-radius: 30px;
    overflow: hidden;
    max-width: 61px;
    display: flex;
    align-items: center;
    gap: 5px;
    max-height: 61px;
}

    a.what_bottom svg {
        flex: none;
    }

        a.what_bottom svg path {
            fill: #29a71a;
        }

    a.what_bottom:hover {
        max-width: none;
    }

.uwaw {
    right: -100% !important;
}

    .uwaw.show {
        right: 0 !important;
    }

.uw-widget-custom-trigger {
    z-index: 999;
}

.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.scroll-top:hover {
    background: #ffc732;
    color: #fff;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}

.lable_margine label, .lable_margine .lable_text {
    margin: 0 10px 0 0 !important;
}

.complaint-registration-form .mainContantDiv {
    width: 50%;
    padding: 0 0px;
}

.complaint-registration-form .subContantDiv {
    width: 100%;
}

.dataContant {
    width: 100%;
}

.d_inline_block {
    width: 100% !important;
}

.dataContant {
    width: 100% !important;
}

.mainContantDiv {
    width: 50% !important;
    padding: 0 !important;
}

.edit_td {
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
}

td.edit_td img {
    width: 20px;
}

.tbl-data-div td {
    vertical-align: middle !important;
}

.custom_table th, .custom_table th a {
    background: #003399 !important;
    padding: 7px 10px !important;
    color: #fff !important;
    font-size: 12px !important;
}

.text_wrap_no {
    text-wrap: nowrap;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    background: #fff;
    transition: all 0.6s ease-out;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #fff;
        border-color: var(--color-primary) transparent var(--color-primary) transparent;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        animation: animate-preloader 1.5s linear infinite;
    }

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


.header {
    z-index: 99 !important;
    position: relative;
    padding: 0 !important;
    background: #fff;
    height: auto !important;
}

    .header .logo {
        padding: 0px 0 10px;
    }

        .header .logo img {
            margin-top: -37px;
            background: #fff;
            padding: 9px 12px 0;
        }

.dropdown {
    height: auto !important;
}

.benefits_sec h3, .about_box_sec .card-body h2 {
    font-size: 30px;
    font-weight: 500;
    position: relative;
    color: #003399;
}

.benefits_sec h3 {
    margin-bottom: 24px;
}


/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
.pagagraph {
    font-size: 15px;
    line-height: 26px !important;
}

.subContantDiv ul li {
    list-style: lower-roman;
}

.hero .info p.ptext2 {
    max-width: 570px;
    font-size: 16px;
    line-height: normal;
}

span.text_smart {
    font-size: 34px;
    line-height: normal;
    position: relative;
    display: inline-block;
    color: #fff;
    margin: 0 0 10px;
}

    span.text_smart::before {
        position: absolute;
        content: "";
        background: #e12e31;
        width: 75%;
        height: 2px;
        bottom: -15px;
        left: 0;
    }

@media (max-width: 1450px) {
    .benefits_sec h3 {
        margin-bottom: 67px;
    }
}

@media (min-width: 1280px) {

    .navbar {
        padding: 0;
    }

        .navbar ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
        }

        .navbar li {
            position: relative;
        }

        .navbar > ul > li {
            white-space: nowrap;
            padding: 10px 0 10px 28px;
        }

        .navbar a,
        .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-family: var(--font-primary);
            font-size: 14px;
            font-weight: 500;
            color: #000;
            text-transform: uppercase;
            white-space: nowrap;
            transition: 0.3s;
            position: relative;
        }

            .navbar a i,
            .navbar a:focus i {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px;
            }

        .navbar > ul > li > a:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: -6px;
            left: 0;
            background-color: #003399;
            visibility: hidden;
            width: 0px;
            transition: all 0.3s ease-in-out 0s;
        }

        .navbar a:hover:before,
        .navbar li:hover > a:before,
        .navbar .active:before, .navbar li.active > a:before {
            visibility: visible;
            width: 100%;
        }

        .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
            color: #003399;
            transition: all .5s;
        }

        .navbar li.con_btn:hover > a {
            color: #fff;
        }

        .navbar .dropdown ul {
            display: block;
            position: absolute;
            left: 28px;
            top: calc(100% + 30px);
            margin: 0;
            padding: 10px 0;
            z-index: 99;
            opacity: 0;
            visibility: hidden;
            background: #fff;
            box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
            transition: 0.3s;
        }

            .navbar .dropdown ul li {
                min-width: 200px;
            }

            .navbar .dropdown ul a {
                padding: 10px 20px;
                font-size: 15px;
                text-transform: none;
                color: var(--color-default);
                font-weight: 400;
            }

                .navbar .dropdown ul a i {
                    font-size: 12px;
                }

                .navbar .dropdown ul a:hover,
                .navbar .dropdown ul .active:hover,
                .navbar .dropdown ul li:hover > a {
                    color: var(--color-primary);
                }

        .navbar .dropdown:hover > ul {
            opacity: 1;
            top: 100%;
            visibility: visible;
        }

        .navbar .dropdown .dropdown ul {
            top: 0;
            left: calc(100% - 30px);
            visibility: hidden;
        }

        .navbar .dropdown .dropdown:hover > ul {
            opacity: 1;
            top: 0;
            left: 100%;
            visibility: visible;
        }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }

    .hero .carousel {
        min-height: 400px;
    }
}

@media (min-width: 1280px) {

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
    .hero .carousel {
        min-height: 400px !important;
    }

    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

        .navbar ul {
            position: absolute;
            inset: 0;
            padding: 50px 0 10px 0;
            margin: 0;
            background: rgba(0, 0, 0, 0.8);
            overflow-y: auto;
            transition: 0.3s;
            z-index: 9998;
        }

        .navbar a,
        .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 20px;
            font-family: var(--font-primary);
            font-size: 15px;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.7) !important;
            white-space: nowrap;
            text-transform: uppercase;
            transition: 0.3s;
        }

    .header .logo {
        max-width: 282px;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover > a {
        color: #fff;
    }

    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: all 0.5s ease-in-out;
        border: 1px solid #222428;
    }

    .navbar .dropdown > .dropdown-active,
    .navbar .dropdown .dropdown > .dropdown-active {
        display: block;
    }

    .mobile-nav-show {
        position: relative;
        color: #e14649;
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 999;
        padding-right: 10px;
    }

    .mobile-nav-hide {
        color: #fff;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 9999;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

        .mobile-nav-active .navbar {
            right: 0;
        }

            .mobile-nav-active .navbar:before {
                content: "";
                position: fixed;
                inset: 0;
                background: rgba(0, 0, 0, 0.6);
                z-index: 9996;
            }
}

/*--------------------------------------------------------------
# Get Started Section
--------------------------------------------------------------*/
.get-started .content {
    padding: 30px 0;
}

    .get-started .content h3 {
        font-size: 36px;
        color: var(--color-secondary);
        font-weight: 600;
        margin-bottom: 25px;
        padding-bottom: 25px;
        position: relative;
    }

        .get-started .content h3:after {
            content: "";
            position: absolute;
            display: block;
            width: 60px;
            height: 4px;
            background: var(--color-primary);
            left: 0;
            bottom: 0;
        }

    .get-started .content p {
        font-size: 14px;
    }

.get-started .php-email-form {
    background: #fff;
    padding: 30px;
    height: 100%;
}

@media (max-width: 1199px) {
    .testimonials .testimonial-item .post-title {
        min-height: 71px;
    }
}

@media (max-width: 991px) {
    .testimonials .testimonial-item .post-title {
        min-height: 98px;
    }
}

@media (max-width: 767px) {
    .testimonials .testimonial-item .post-title {
        min-height: 60px;
    }
}

@media (max-width: 575px) {
    .footer .footer-legal .copyright {
        padding: 15px 0 !important;
        margin-top: 15px;
    }

    .get-started .php-email-form {
        padding: 20px;
    }

    .complaint-registration-form .subContantDiv, .complaint-registration-form .mainContantDiv {
        width: 100%;
    }
}

.get-started .php-email-form h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.get-started .php-email-form p {
    font-size: 14px;
    margin-bottom: 20px;
}

.get-started .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #df1529;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.get-started .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #059652;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.get-started .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

    .get-started .php-email-form .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #059652;
        border-top-color: #fff;
        animation: animate-loading 1s linear infinite;
    }

.get-started .php-email-form input,
.get-started .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
}

    .get-started .php-email-form input:focus,
    .get-started .php-email-form textarea:focus {
        border-color: var(--color-primary);
    }

.get-started .php-email-form input {
    padding: 12px 15px;
}

.get-started .php-email-form textarea {
    padding: 12px 15px;
}

.get-started .php-email-form button[type=submit] {
    background: var(--color-primary);
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

h1 {
    color: #FF9800 !important;
}

.get-started .php-email-form button[type=submit]:hover {
    background: rgba(254, 185, 0, 0.8);
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Constructions Section
--------------------------------------------------------------*/
.constructions .card-item {
    border: 1px solid rgba(82, 86, 94, 0.2);
    background: #fff;
    position: relative;
    border-radius: 0;
}

    .constructions .card-item .card-bg {
        min-height: 300px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .constructions .card-item .card-body {
        padding: 30px;
    }

    .constructions .card-item h4 {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 15px;
        color: var(--color-secondary);
    }

    .constructions .card-item p {
        color: var(--color-secondary);
        margin: 0;
    }

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
    padding: 25px;
    background: #ffffff;
    height: 100%;
    transition: all .5s;
}

    .services .service-item:hover {
        transition: all .5s;
        background: #def2ff;
    }

.services .service-item2:hover {
    background: #FFF1F1;
}

.services .service-item3:hover {
    background: #fff7e4;
}

.services .service-item4:hover {
    background: #d9f7f5;
}

.services .icon {
    width: 59px;
    height: 58px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .services .icon i {
        color: var(--color-secondary);
        font-size: 40px;
        transition: ease-in-out 0.3s;
        z-index: 2;
        position: relative;
        line-height: 1.8;
    }

    .services .icon:before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        background: #C8EAFF;
        border-radius: 50px;
        z-index: 1;
        top: 0;
        right: 0;
        transition: 0.3s;
    }

    .services .icon svg {
        position: relative;
        z-index: 1;
    }

.services .icon2:before {
    background: #FFC8C8;
}

.services .icon3:before {
    background: #FFEFC8;
}

.services .icon4:before {
    background: #C8FFFC;
}

.services li {
    color: #000000;
    font-weight: 400;
    font-size: 22px;
    position: relative;
    display: inline-block;
    transition: 0.3s;
}

.services p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services .service-item .readmore {
    margin-top: 15px;
    display: inline-block;
    color: var(--color-primary);
}



.services .service-item:hover h3 {
    border-color: #003399;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
    border: 0;
}



.features .nav-link i {
    padding-right: 15px;
    font-size: 48px;
}

.features .nav-link h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #000;
}

.features .nav-link.active {
    background: #dc3545 !important;
}

    .features .nav-link.active h4 {
        color: #fff;
    }

@media (max-width: 575px) {
    .features .nav-link h4 {
        font-size: 16px;
    }
}

.features .nav-link:hover {
    color: var(--color-primary);
}



.features .tab-content {
    margin-top: 20px;
}

.features .tab-pane h3 {
    font-weight: 700;
    font-size: 32px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

    .features .tab-pane h3:after {
        content: "";
        position: absolute;
        display: block;
        width: 60px;
        height: 3px;
        background: var(--color-primary);
        left: 0;
        bottom: 0;
    }

.features .tab-pane ul {
    list-style: none;
    padding: 0;
}

    .features .tab-pane ul li {
        padding-top: 10px;
    }

    .features .tab-pane ul i {
        font-size: 20px;
        padding-right: 4px;
        color: var(--color-primary);
    }

.features .tab-pane p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Our Projects Section
--------------------------------------------------------------*/
.projects .portfolio-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

    .projects .portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 0;
        font-size: 18px;
        font-weight: 500;
        margin: 0 10px;
        line-height: 1;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
    }

        .projects .portfolio-flters li:hover,
        .projects .portfolio-flters li.filter-active {
            color: var(--color-primary);
        }

        .projects .portfolio-flters li:first-child {
            margin-left: 0;
        }

        .projects .portfolio-flters li:last-child {
            margin-right: 0;
        }

@media (max-width: 575px) {
    .projects .portfolio-flters li {
        font-size: 14px;
        margin: 0 5px;
    }
}

.projects .portfolio-content {
    position: relative;
    overflow: hidden;
}

    .projects .portfolio-content img {
        transition: 0.3s;
    }

    .projects .portfolio-content .portfolio-info {
        opacity: 0;
        position: absolute;
        inset: 0;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        background: rgba(0, 0, 0, 0.6);
        padding: 15px;
    }

        .projects .portfolio-content .portfolio-info h4 {
            font-size: 14px;
            padding: 5px 10px;
            font-weight: 400;
            color: #fff;
            display: inline-block;
            background-color: var(--color-primary);
        }

        .projects .portfolio-content .portfolio-info p {
            position: absolute;
            bottom: 10px;
            text-align: center;
            display: inline-block;
            left: 0;
            right: 0;
            font-size: 16px;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.8);
        }

        .projects .portfolio-content .portfolio-info .preview-link,
        .projects .portfolio-content .portfolio-info .details-link {
            position: absolute;
            left: calc(50% - 40px);
            font-size: 26px;
            top: calc(50% - 14px);
            color: #fff;
            transition: 0.3s;
            line-height: 1.2;
        }

            .projects .portfolio-content .portfolio-info .preview-link:hover,
            .projects .portfolio-content .portfolio-info .details-link:hover {
                color: var(--color-primary);
            }

        .projects .portfolio-content .portfolio-info .details-link {
            left: 50%;
            font-size: 34px;
            line-height: 0;
        }

    .projects .portfolio-content:hover .portfolio-info {
        opacity: 1;
    }

    .projects .portfolio-content:hover img {
        transform: scale(1.1);
    }

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/

.testimonial-wrap {
    display: flex;
    flex-direction: column;
}

.img-fluid {
    width: 100%;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    padding: 20px;
    margin: 0;
    min-height: 200px;
    box-shadow: 0 0 5px #cccccc38;
    position: relative;
    background: #fff;
    height: 100%;
    transition: all .5s;
    border-radius: 10px;
}

    .testimonials .testimonial-item:hover .post-title {
        transition: all .5s;
        text-decoration: underline;
        color: #003399;
    }

    .testimonials .testimonial-item .post-img img {
        transition: all .5s;
        transform: scale(1);
        cursor: auto !important;
    }

    .testimonials .testimonial-item:hover .post-img img {
        transition: all .5s;
        transform: scale(1.1);
        opacity: .7;
    }

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 10px;
        border: 6px solid #fff;
        position: absolute;
        left: -45px;
    }


    .testimonials .testimonial-item .post-title {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: #000;
        transition: all .5s;
        text-decoration: none !important;
        min-height: 86px;
        cursor: auto;
    }

    .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0;
    }

    .testimonials .testimonial-item .stars {
        margin: 10px 0;
    }

        .testimonials .testimonial-item .stars i {
            color: #ffc107;
            margin: 0 1px;
        }

    .testimonials .testimonial-item .quote-icon-left,
    .testimonials .testimonial-item .quote-icon-right {
        color: #ffd565;
        font-size: 26px;
        line-height: 0;
    }

    .testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }

    .testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
        transform: scale(-1, -1);
    }

    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 15px auto 15px auto;
    }

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #d5d7da;
        opacity: 1;
    }

    .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: var(--color-primary);
    }

@media (max-width: 767px) {
    .testimonials .testimonial-wrap {
        padding-left: 0;
    }

    .testimonials .testimonials-carousel,
    .testimonials .testimonials-slider {
        overflow: hidden;
    }

    .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px;
    }

        .testimonials .testimonial-item .testimonial-img {
            position: static;
            left: auto;
        }
}

/*--------------------------------------------------------------
# Alt Services Section
--------------------------------------------------------------*/
.alt-services .img-bg {
    background-size: cover;
    background-position: center center;
    min-height: 400px;
}

.alt-services h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

    .alt-services h3:after {
        content: "";
        position: absolute;
        display: block;
        width: 50px;
        height: 3px;
        background: var(--color-primary);
        left: 0;
        bottom: 0;
    }

.alt-services .icon-box {
    margin-top: 50px;
}

    .alt-services .icon-box i {
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--color-primary);
        margin-right: 25px;
        font-size: 28px;
        width: 56px;
        height: 56px;
        border-radius: 4px;
        line-height: 0;
        box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
        background-color: #fff;
        transition: 0.3s;
    }

    .alt-services .icon-box:hover i {
        background-color: var(--color-primary);
        color: #fff;
    }

    .alt-services .icon-box h4 {
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 18px;
    }

        .alt-services .icon-box h4 a {
            color: #000;
            transition: 0.3s;
        }

            .alt-services .icon-box h4 a:hover {
                color: var(--color-primary);
            }

    .alt-services .icon-box p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about h2 {
    font-size: 48px;
    font-weight: 700;
    font-family: var(--font-secondary);
    margin: 30px 0;
}

@media (min-width: 991px) {
    .about h2 {
        max-width: 65%;
        margin: 0 0 80px 0;
    }
}

.about .our-story {
    padding: 40px;
    background-color: #f5f6f7;
}

@media (min-width: 991px) {
    .about .our-story {
        padding-right: 35%;
    }
}

.about .our-story h4 {
    text-transform: uppercase;
    font-size: 18px;
    color: #838893;
}

.about .our-story h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-secondary);
}

.about .our-story p:last-child {
    margin-bottom: 0;
}

.about ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

    .about ul li {
        padding: 5px 0;
        display: flex;
        align-items: center;
    }

    .about ul i {
        font-size: 20px;
        margin-right: 4px;
        color: var(--color-primary);
    }

.about .watch-video i {
    font-size: 32px;
    transition: 0.3s;
    color: var(--color-primary);
}

.about .watch-video a {
    font-weight: 600;
    color: var(--color-secondary);
    margin-left: 8px;
    transition: 0.3s;
}

.about .watch-video:hover a {
    color: var(--color-primary);
}

.about .about-img {
    min-height: 600px;
    background-size: cover;
    background-position: center;
}

@media (min-width: 992px) {
    .about .about-img {
        position: absolute;
        top: 0;
        right: 0;
    }
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter .stats-item {
    background: #fff;
    box-shadow: 0px 0 30px rgba(82, 86, 94, 0.05);
    padding: 30px;
}

    .stats-counter .stats-item i {
        font-size: 42px;
        line-height: 0;
        margin-right: 20px;
        color: var(--color-primary);
    }

    .stats-counter .stats-item span {
        font-size: 36px;
        display: block;
        font-weight: 600;
        color: var(--color-secondary);
    }

    .stats-counter .stats-item p {
        padding: 0;
        margin: 0;
        font-family: var(--font-primary);
        font-size: 14px;
    }

/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .member {
    position: relative;
}

    .team .member .member-img {
        margin: 0 80px;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
    }

@media (max-width: 1024px) {
    .team .member .member-img {
        margin: 0 60px;
    }
}

.team .member .member-img img {
    position: relative;
    z-index: 1;
}

.team .member .member-img .social {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding-bottom: 20px;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}

    .team .member .member-img .social a {
        transition: 0.3s;
        color: #fff;
        font-size: 20px;
        margin: 0 8px;
    }

        .team .member .member-img .social a:hover {
            color: var(--color-primary);
        }

.team .member .member-info {
    margin-top: 30px;
}

    .team .member .member-info h4 {
        font-weight: 700;
        margin-bottom: 6px;
        font-size: 18px;
        color: var(--color-secondary);
    }

    .team .member .member-info span {
        font-style: italic;
        display: block;
        font-size: 15px;
        color: #838893;
        margin-bottom: 10px;
    }

    .team .member .member-info p {
        margin-bottom: 0;
        font-size: 14px;
    }

.team .member:hover .member-img .social {
    padding-bottom: 0;
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Servie Cards Section
--------------------------------------------------------------*/
.services-cards h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-secondary);
}

.services-cards p {
    font-size: 15px;
}

.services-cards ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-top: 10px;
}

    .services-cards ul li i {
        font-size: 16px;
        color: var(--color-primary);
        margin-right: 6px;
    }

/*--------------------------------------------------------------
# Projet Details Section
--------------------------------------------------------------*/
.project-details .portfolio-details-slider img {
    width: 100%;
}

.project-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.project-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}

.project-details .swiper-button-prev,
.project-details .swiper-button-next {
    width: 48px;
    height: 48px;
}

    .project-details .swiper-button-prev:after,
    .project-details .swiper-button-next:after {
        color: rgba(255, 255, 255, 0.8);
        background-color: rgba(0, 0, 0, 0.2);
        font-size: 24px;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
    }

    .project-details .swiper-button-prev:hover:after,
    .project-details .swiper-button-next:hover:after {
        background-color: rgba(0, 0, 0, 0.6);
    }

@media (max-width: 575px) {

    .project-details .swiper-button-prev,
    .project-details .swiper-button-next {
        display: none;
    }
}

.project-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

    .project-details .portfolio-info h3:after {
        content: "";
        position: absolute;
        display: block;
        width: 50px;
        height: 3px;
        background: var(--color-primary);
        left: 0;
        bottom: 0;
    }

.project-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

    .project-details .portfolio-info ul li {
        display: flex;
        flex-direction: column;
        padding-bottom: 15px;
    }

    .project-details .portfolio-info ul strong {
        text-transform: uppercase;
        font-weight: 400;
        color: #838893;
        font-size: 14px;
    }

.project-details .portfolio-info .btn-visit {
    padding: 8px 40px;
    background: var(--color-primary);
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
}

    .project-details .portfolio-info .btn-visit:hover {
        background: #ffc019;
    }

.project-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-secondary);
}

.project-details .portfolio-description p {
    padding: 0;
}

.project-details .portfolio-description .testimonial-item {
    padding: 30px 30px 0 30px;
    position: relative;
    background: #f5f6f7;
    height: 100%;
    margin-bottom: 50px;
}

    .project-details .portfolio-description .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50px;
        border: 6px solid #fff;
        float: left;
        margin: 0 10px 0 0;
    }

    .project-details .portfolio-description .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 15px 0 5px 0;
        padding-top: 20px;
    }

    .project-details .portfolio-description .testimonial-item h4 {
        font-size: 14px;
        color: #6c757d;
        margin: 0;
    }

    .project-details .portfolio-description .testimonial-item .quote-icon-left,
    .project-details .portfolio-description .testimonial-item .quote-icon-right {
        color: #ffd565;
        font-size: 26px;
        line-height: 0;
    }

    .project-details .portfolio-description .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }

    .project-details .portfolio-description .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
        transform: scale(-1, -1);
    }

    .project-details .portfolio-description .testimonial-item p {
        font-style: italic;
        margin: 0 0 15px 0 0 0;
        padding: 0;
    }

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
    padding: 10px 30px;
    border: 1px solid #d5d7da;
    margin-bottom: 20px;
}

    .service-details .services-list a {
        display: block;
        line-height: 1;
        padding: 8px 0 8px 15px;
        border-left: 3px solid #d9e3e8;
        margin: 20px 0;
        color: var(--color-secondary);
        transition: 0.3s;
    }

        .service-details .services-list a.active {
            font-weight: 700;
            border-color: var(--color-primary);
        }

        .service-details .services-list a:hover {
            border-color: var(--color-primary);
        }

.service-details .services-img {
    margin-bottom: 20px;
}

.service-details h3 {
    font-size: 28px;
    font-weight: 700;
}

.service-details h4 {
    font-size: 20px;
    font-weight: 700;
}

.service-details p {
    font-size: 15px;
}

.service-details ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

    .service-details ul li {
        padding: 5px 0;
        display: flex;
        align-items: center;
    }

    .service-details ul i {
        font-size: 20px;
        margin-right: 8px;
        color: var(--color-primary);
    }


.contact .info-item {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    padding: 14px 22px;
    width: 100%;
    text-align: left;
    border-right: solid 2px #E14649;
    position: relative;
    margin-right: 0;
    display: table;
}


.contact .bene_right .info-item {
    margin: 0 auto;
    margin-left: 0;
    display: table;
    border-left: solid 2px #E14649;
    border-right: 0;
}

.contact .info-item, .contact .bene_right .info-item {
    margin-bottom: 65px;
}

    .contact .info-item:last-child, .contact .bene_right .info-item:last-child {
        margin-bottom: 0;
    }

.left_47px_box {
    left: -47px;
}

.left_30px_box {
    left: -30px;
}

.right_47px_box {
    right: -47px;
}

.right_30px_box {
    right: -30px;
}

.contact .info-item::before {
    position: absolute;
    top: 50%;
    content: "";
    right: -6px;
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 50%;
    transform: translateY(-50%);
}

.contact .info-item i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 24px;
    line-height: 0;
    color: var(--color-primary);
    border-radius: 50%;
    border: 2px dotted #ffd565;
}

.contact .info-item h3 {
    font-size: 20px;
    color: #6c757d;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-item p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    padding: 30px;
}

    .contact .php-email-form .form-group {
        padding-bottom: 20px;
    }

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #df1529;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #059652;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #059652;
            border-top-color: #fff;
            animation: animate-loading 1s linear infinite;
        }

    .contact .php-email-form input,
    .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }

        .contact .php-email-form input:focus,
        .contact .php-email-form textarea:focus {
            border-color: var(--color-primary);
        }

    .contact .php-email-form input {
        height: 44px;
    }

    .contact .php-email-form textarea {
        padding: 10px 12px;
    }

    .contact .php-email-form button[type=submit] {
        background: var(--color-primary);
        border: 0;
        padding: 10px 35px;
        color: #fff;
        transition: 0.4s;
        border-radius: 5px;
    }

        .contact .php-email-form button[type=submit]:hover {
            background: rgba(254, 185, 0, 0.8);
        }

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-blog-posts .post-item {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

    .recent-blog-posts .post-item .post-img img {
        transition: 0.5s;
    }

    .recent-blog-posts .post-item .post-date {
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: var(--color-primary);
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        padding: 6px 12px;
        font-weight: 500;
    }

    .recent-blog-posts .post-item .post-content {
        padding: 30px;
    }

    .recent-blog-posts .post-item .post-title {
        font-size: 24px;
        color: var(--color-secondary);
        font-weight: 700;
        transition: 0.3s;
        margin-bottom: 15px;
    }

    .recent-blog-posts .post-item .meta i {
        font-size: 16px;
        color: var(--color-primary);
    }

    .recent-blog-posts .post-item .meta span {
        font-size: 15px;
        color: #838893;
    }

    .recent-blog-posts .post-item hr {
        color: #888;
        margin: 20px 0;
    }

    .recent-blog-posts .post-item .readmore {
        display: flex;
        align-items: center;
        font-weight: 600;
        line-height: 1;
        transition: 0.3s;
        color: #838893;
    }

        .recent-blog-posts .post-item .readmore i {
            line-height: 0;
            margin-left: 6px;
            font-size: 16px;
        }

    .recent-blog-posts .post-item:hover .post-title,
    .recent-blog-posts .post-item:hover .readmore {
        color: var(--color-primary);
    }

    .recent-blog-posts .post-item:hover .post-img img {
        transform: scale(1.1);
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    overflow-x: hidden;
    padding: 0;
}

    .hero .carousel {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        min-height: 65vh;
    }

    .hero .carousel-item {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
        z-index: 1;
        transition-duration: 0.4s;
    }

    /*.hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  inset: 0;
}*/

    .hero .info {
        position: absolute;
        inset: 0;
        z-index: 2;
    }

@media (max-width: 768px) {
    .hero .info {
        padding: 0 50px;
    }
}

.hero .info h2 {
    color: #fff;
    margin-bottom: 21px;
    /* padding-bottom: 30px; */
    font-size: 50px;
    line-height: normal;
    font-weight: 700;
    position: relative;
    padding: 20px 0 5px;
}

/*.hero .info h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 4px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}*/

@media (max-width: 768px) {
    .hero .info h2 {
        font-size: 36px;
    }
}

.hero .info p {
    color: #fff;
    font-size: 27px;
    max-width: 352px;
}

.hero .info .btn-get-started {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 8px;
    transition: 0.5s;
    margin: 10px 0;
    color: #fff;
    background: #E14649;
    transition: all .5s;
}

    .hero .info .btn-get-started:hover {
        background: #003399;
        transition: all .5s;
    }

    .hero .info .btn-get-started:hover {
        background: var(--color-primary);
    }

.hero .carousel-control-prev {
    justify-content: start;
}

@media (min-width: 640px) {
    .hero .carousel-control-prev {
        padding-left: 15px;
    }
}

.hero .carousel-control-next {
    justify-content: end;
}

@media (min-width: 640px) {
    .hero .carousel-control-next {
        padding-right: 15px;
    }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
    background: none;
    font-size: 26px;
    line-height: 0;
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
    border-radius: 50px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
    z-index: 3;
    transition: 0.3s;
}

    .hero .carousel-control-prev:focus,
    .hero .carousel-control-next:focus {
        opacity: 0.5;
    }

    .hero .carousel-control-prev:hover,
    .hero .carousel-control-next:hover {
        opacity: 0.9;
    }

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .blog-pagination {
    margin-top: 30px;
    color: #838893;
}

    .blog .blog-pagination ul {
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .blog .blog-pagination li {
        margin: 0 5px;
        transition: 0.3s;
    }

        .blog .blog-pagination li a {
            color: var(--color-secondary);
            padding: 7px 16px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .blog .blog-pagination li.active,
        .blog .blog-pagination li:hover {
            background: var(--color-primary);
            color: #fff;
        }

            .blog .blog-pagination li.active a,
            .blog .blog-pagination li:hover a {
                color: var(--color-white);
            }

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list .post-item {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

.blog .posts-list .post-img img {
    transition: 0.5s;
}

.blog .posts-list .post-date {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--color-primary);
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 6px 12px;
    font-weight: 500;
}

.blog .posts-list .post-content {
    padding: 30px;
}

.blog .posts-list .post-title {
    font-size: 24px;
    color: var(--color-secondary);
    font-weight: 700;
    transition: 0.3s;
    margin-bottom: 15px;
}

.blog .posts-list .meta i {
    font-size: 16px;
    color: var(--color-primary);
}

.blog .posts-list .meta span {
    font-size: 15px;
    color: #838893;
}

.blog .posts-list p {
    margin-top: 20px;
}

.blog .posts-list hr {
    color: #888;
    margin-bottom: 20px;
}

.blog .posts-list .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
    color: #838893;
}

    .blog .posts-list .readmore i {
        line-height: 0;
        margin-left: 6px;
        font-size: 16px;
    }

.blog .posts-list .post-item:hover .post-title,
.blog .posts-list .post-item:hover .readmore {
    color: var(--color-primary);
}

.blog .posts-list .post-item:hover .post-img img {
    transform: scale(1.1);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

    .blog .blog-details .post-img {
        margin: -30px -30px 20px -30px;
        overflow: hidden;
    }

    .blog .blog-details .title {
        font-size: 28px;
        font-weight: 700;
        padding: 0;
        margin: 20px 0 0 0;
        color: var(--color-secondary);
    }

    .blog .blog-details .content {
        margin-top: 20px;
    }

        .blog .blog-details .content h3 {
            font-size: 22px;
            margin-top: 30px;
            font-weight: bold;
        }

        .blog .blog-details .content blockquote {
            overflow: hidden;
            background-color: rgba(82, 86, 94, 0.06);
            padding: 60px;
            position: relative;
            text-align: center;
            margin: 20px 0;
        }

            .blog .blog-details .content blockquote p {
                color: var(--color-default);
                line-height: 1.6;
                margin-bottom: 0;
                font-style: italic;
                font-weight: 500;
                font-size: 22px;
            }

            .blog .blog-details .content blockquote:after {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 3px;
                background-color: var(--color-primary);
                margin-top: 20px;
                margin-bottom: 20px;
            }

    .blog .blog-details .meta-top {
        margin-top: 20px;
        color: #6c757d;
    }

        .blog .blog-details .meta-top ul {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            align-items: center;
            padding: 0;
            margin: 0;
        }

            .blog .blog-details .meta-top ul li + li {
                padding-left: 20px;
            }

        .blog .blog-details .meta-top i {
            font-size: 16px;
            margin-right: 8px;
            line-height: 0;
            color: var(--color-primary);
        }

        .blog .blog-details .meta-top a {
            color: #6c757d;
            font-size: 14px;
            display: inline-block;
            line-height: 1;
            transition: 0.3s;
        }

            .blog .blog-details .meta-top a:hover {
                color: var(--color-primary);
            }

    .blog .blog-details .meta-bottom {
        padding-top: 10px;
        border-top: 1px solid rgba(82, 86, 94, 0.15);
    }

        .blog .blog-details .meta-bottom i {
            color: #838893;
            display: inline;
        }

        .blog .blog-details .meta-bottom a {
            color: rgba(82, 86, 94, 0.8);
            transition: 0.3s;
        }

            .blog .blog-details .meta-bottom a:hover {
                color: var(--color-primary);
            }

        .blog .blog-details .meta-bottom .cats {
            list-style: none;
            display: inline;
            padding: 0 20px 0 0;
            font-size: 14px;
        }

            .blog .blog-details .meta-bottom .cats li {
                display: inline-block;
            }

        .blog .blog-details .meta-bottom .tags {
            list-style: none;
            display: inline;
            padding: 0;
            font-size: 14px;
        }

            .blog .blog-details .meta-bottom .tags li {
                display: inline-block;
            }

                .blog .blog-details .meta-bottom .tags li + li::before {
                    padding-right: 6px;
                    color: var(--color-default);
                    content: ",";
                }

        .blog .blog-details .meta-bottom .share {
            font-size: 16px;
        }

            .blog .blog-details .meta-bottom .share i {
                padding-left: 5px;
            }

.blog .post-author {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

    .blog .post-author img {
        max-width: 120px;
        margin-right: 20px;
    }

    .blog .post-author h4 {
        font-weight: 600;
        font-size: 22px;
        margin-bottom: 0px;
        padding: 0;
        color: var(--color-secondary);
    }

    .blog .post-author .social-links {
        margin: 0 10px 10px 0;
    }

        .blog .post-author .social-links a {
            color: rgba(82, 86, 94, 0.5);
            margin-right: 5px;
        }

    .blog .post-author p {
        font-style: italic;
        color: rgba(108, 117, 125, 0.8);
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

    .blog .sidebar .sidebar-title {
        font-size: 20px;
        font-weight: 700;
        padding: 0;
        margin: 0;
        color: var(--color-secondary);
    }

    .blog .sidebar .sidebar-item + .sidebar-item {
        margin-top: 40px;
    }

    .blog .sidebar .search-form form {
        background: #fff;
        border: 1px solid rgba(82, 86, 94, 0.3);
        padding: 3px 10px;
        position: relative;
    }

        .blog .sidebar .search-form form input[type=text] {
            border: 0;
            padding: 4px;
            border-radius: 4px;
            width: calc(100% - 40px);
        }

            .blog .sidebar .search-form form input[type=text]:focus {
                outline: none;
            }

        .blog .sidebar .search-form form button {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            border: 0;
            background: none;
            font-size: 16px;
            padding: 0 15px;
            margin: -1px;
            background: var(--color-primary);
            color: var(--color-secondary);
            transition: 0.3s;
            border-radius: 0 4px 4px 0;
            line-height: 0;
        }

            .blog .sidebar .search-form form button i {
                line-height: 0;
            }

            .blog .sidebar .search-form form button:hover {
                background: rgba(254, 185, 0, 0.8);
            }

    .blog .sidebar .categories ul {
        list-style: none;
        padding: 0;
    }

        .blog .sidebar .categories ul li + li {
            padding-top: 10px;
        }

        .blog .sidebar .categories ul a {
            color: var(--color-secondary);
            transition: 0.3s;
        }

            .blog .sidebar .categories ul a:hover {
                color: var(--color-default);
            }

            .blog .sidebar .categories ul a span {
                padding-left: 5px;
                color: rgba(54, 77, 89, 0.4);
                font-size: 14px;
            }

    .blog .sidebar .recent-posts .post-item {
        display: flex;
    }

        .blog .sidebar .recent-posts .post-item + .post-item {
            margin-top: 15px;
        }

    .blog .sidebar .recent-posts img {
        max-width: 80px;
        margin-right: 15px;
    }

    .blog .sidebar .recent-posts h4 {
        font-size: 15px;
        font-weight: bold;
    }

        .blog .sidebar .recent-posts h4 a {
            color: var(--color-secondary);
            transition: 0.3s;
        }

            .blog .sidebar .recent-posts h4 a:hover {
                color: var(--color-primary);
            }

    .blog .sidebar .recent-posts time {
        display: block;
        font-style: italic;
        font-size: 14px;
        color: rgba(54, 77, 89, 0.4);
    }

    .blog .sidebar .tags {
        margin-bottom: -10px;
    }

        .blog .sidebar .tags ul {
            list-style: none;
            padding: 0;
        }

            .blog .sidebar .tags ul li {
                display: inline-block;
            }

            .blog .sidebar .tags ul a {
                color: #838893;
                font-size: 14px;
                padding: 6px 14px;
                margin: 0 6px 8px 0;
                border: 1px solid rgba(131, 136, 147, 0.4);
                display: inline-block;
                transition: 0.3s;
            }

                .blog .sidebar .tags ul a:hover {
                    color: var(--color-secondary);
                    border: 1px solid var(--color-primary);
                    background: var(--color-primary);
                }

                .blog .sidebar .tags ul a span {
                    padding-left: 5px;
                    color: rgba(131, 136, 147, 0.8);
                    font-size: 14px;
                }

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
    margin-top: 30px;
}

    .blog .comments .comments-count {
        font-weight: bold;
    }

    .blog .comments .comment {
        margin-top: 30px;
        position: relative;
    }

        .blog .comments .comment .comment-img {
            margin-right: 14px;
        }

            .blog .comments .comment .comment-img img {
                width: 60px;
            }

        .blog .comments .comment h5 {
            font-size: 16px;
            margin-bottom: 2px;
        }

            .blog .comments .comment h5 a {
                font-weight: bold;
                color: var(--color-default);
                transition: 0.3s;
            }

                .blog .comments .comment h5 a:hover {
                    color: var(--color-primary);
                }

            .blog .comments .comment h5 .reply {
                padding-left: 10px;
                color: var(--color-secondary);
            }

                .blog .comments .comment h5 .reply i {
                    font-size: 20px;
                }

        .blog .comments .comment time {
            display: block;
            font-size: 14px;
            color: rgba(82, 86, 94, 0.8);
            margin-bottom: 5px;
        }

        .blog .comments .comment.comment-reply {
            padding-left: 40px;
        }

    .blog .comments .reply-form {
        margin-top: 30px;
        padding: 30px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .comments .reply-form h4 {
            font-weight: bold;
            font-size: 22px;
        }

        .blog .comments .reply-form p {
            font-size: 14px;
        }

        .blog .comments .reply-form input {
            border-radius: 4px;
            padding: 10px 10px;
            font-size: 14px;
        }

            .blog .comments .reply-form input:focus {
                box-shadow: none;
                border-color: rgba(254, 185, 0, 0.8);
            }

        .blog .comments .reply-form textarea {
            border-radius: 4px;
            padding: 10px 10px;
            font-size: 14px;
        }

            .blog .comments .reply-form textarea:focus {
                box-shadow: none;
                border-color: rgba(254, 185, 0, 0.8);
            }

        .blog .comments .reply-form .form-group {
            margin-bottom: 25px;
        }

        .blog .comments .reply-form .btn-primary {
            border-radius: 4px;
            padding: 10px 20px;
            border: 0;
            background-color: var(--color-secondary);
        }

            .blog .comments .reply-form .btn-primary:hover {
                color: var(--color-secondary);
                background-color: var(--color-primary);
            }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    color: #fff;
    background: #232121;
    background-size: cover;
    font-size: 14px;
    padding: 0;
    position: relative;
}

    .footer:before {
        content: "";
        background: rgba(0, 0, 0, 0.8);
        position: absolute;
        inset: 0;
    }

    .footer .footer-content .footer-info {
        margin-bottom: 30px;
    }

        .footer .footer-content .footer-info h3 {
            font-size: 28px;
            margin: 0 0 20px 0;
            padding: 2px 0 2px 0;
            line-height: 1;
            font-weight: 700;
            text-transform: uppercase;
        }

            .footer .footer-content .footer-info h3 span {
                color: var(--color-primary);
            }

        .footer .footer-content .footer-info p {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 0;
            font-family: var(--font-primary);
            color: #fff;
        }

    .footer .footer-content .social-links a {
        font-size: 18px;
        display: inline-block;
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        line-height: 1;
        margin-right: 8px;
        border-radius: 4px;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }

        .footer .footer-content .social-links a svg {
            width: 20px;
            height: 20px;
        }

        .footer .footer-content .social-links a:hover {
            background: #e14649;
            text-decoration: none;
        }

    .footer .footer-content h4 {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        position: relative;
        padding-bottom: 12px;
    }

    .footer .footer-content .footer-links {
        margin-bottom: 30px;
    }

        .footer .footer-content .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .footer .footer-content .footer-links ul li {
                padding: 0px 0 10px;
            }

                .footer .footer-content .footer-links ul li:first-child {
                    padding-top: 0;
                }

            .footer .footer-content .footer-links ul a {
                color: rgba(255, 255, 255, 0.6);
                transition: 0.3s;
                display: inline-block;
                line-height: 1;
            }

                .footer .footer-content .footer-links ul a:hover {
                    color: #fff;
                }

    .footer .footer-legal .copyright {
        padding: 30px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    .footer .footer-legal .credits {
        padding-top: 4px;
        font-size: 13px;
        color: #fff;
    }

        .footer .footer-legal .credits a {
            color: var(--color-primary);
        }

.font_weight_400 {
    font-weight: 400 !important;
}

.menu_footer a {
    color: #fff;
    transition: all .5s;
    margin-right: 10px;
}

    .menu_footer a:last-child {
        margin-right: 0;
    }

    .menu_footer a:hover {
        color: #0097d8;
        transition: all .5s;
    }

@media (max-width: 1600px) {

    span.text_smart {
        font-size: 25px;
        line-height: normal;
    }

    .navbar > ul > li, .mobile_secshow li {
        padding: 10px 0 10px 15px;
    }

    .hero .info h2 {
        margin-bottom: 14px;
        font-size: 40px;
    }

    .hero .info p {
        font-size: 20px;
        max-width: 290px;
    }

    .services .service-item {
        padding: 12px;
    }

        .services .service-item .icon {
            margin-bottom: 27px;
        }

    .swiper-button-prev, .swiper-rtl .swiper-button-next, .swiper-button-next, .swiper-rtl .swiper-button-prev {
        padding: 5px;
        height: 34px;
        width: 34px;
    }

        .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
            font-size: 14px;
        }

    .testimonials .testimonial-item .post-title {
        font-size: 16px;
        min-height: 64px;
    }

    .testimonials .swiper {
        padding: 30px 58px;
    }

    .banner_home_slider .info h2 {
        font-size: 45px;
        line-height: normal;
        padding: 11px 0 4px;
    }
}

@media (max-width: 1280px) {
    .navbar ul .active {
        color: #89b0fd !important;
        font-weight: 800;
        font-size: 14px;
    }

    span.text_smart {
        font-size: 19px;
        line-height: normal;
    }

    .pl-80-lg {
        padding-left: 80px;
    }

    .top_maximg {
        max-width: 119px;
    }

    .hero .info h2 {
        margin-bottom: 4px;
        font-size: 25px;
    }

    .hero .info p {
        font-size: 15px;
    }


    .hero .info .btn-get-started {
        font-size: 14px;
        padding: 7px 10px;
    }
}

@media (max-width: 1199px) {
    .pl-65 {
        padding-left: 26px;
    }

    .services .service-item h3 {
        font-size: 18px;
    }

    .navbar a, .navbar a:focus {
        padding: 8px 20px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .hero .info p.ptext2 {
        font-size: 14px;
        line-height: normal;
    }

    span.text_smart {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 0;
    }

        span.text_smart::before {
            bottom: -7px;
        }

    .mobile_secshow {
        display: block;
    }

    .mobil_secshow {
        display: block;
    }

    .header .logo img {
        margin-top: 0;
        background: #fff;
        padding: 9px;
    }

    .header-top {
        position: absolute;
        width: 100%;
        /* max-width: 369px; */
        right: 0;
        left: 0;
        top: 100%;
        z-index: 999;
        padding: 10px;
        display: none;
    }

    nav.mobil_sec_sectop {
        display: block !important;
    }

    .header-top a.nav-link:last-child {
        background: transparent;
    }

    .img_top_50 {
        margin: 60px 0 0px;
    }

    .order_1 {
        order: 1;
        width: 100%;
    }

    .order_2 {
        order: 2;
    }

    .order_3 {
        order: 3;
    }
}

@media (max-width: 767px) {
    .container, .container-sm {
        max-width: 100%;
    }

    .custom_left {
        width: 100% !important;
    }

    .custom_right {
        top: 0 !important;
    }

    .hero .carousel {
        min-height: 224px !important;
    }

    .pl-80-lg {
        padding-left: 38px;
    }

    .hero .carousel-control-next-icon, .hero .carousel-control-prev-icon {
        font-size: 16px;
        width: 29px;
        height: 29px;
    }

    .hero .info h2 {
        margin-bottom: 4px;
        font-size: 20px;
    }

    .top_maximg {
        max-width: 102px;
    }

    .hero .info p {
        font-size: 13px;
    }

    .footer .footer-legal .copyright {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center !important;
    }

    .copy_right_menu {
        width: 100%;
    }

    p.menu_footer {
        margin: 6px 0;
    }

    .foote_space_top {
        padding: 0;
    }

    .pl-65 {
        padding-left: 0;
    }

    .mai_mobil_sec {
        margin: 0 0 25px;
    }

    .section-header h2 {
        font-size: 23px;
    }

    .section-header p {
        font-size: 15px;
    }

    .mai_mobil_sec {
        flex-wrap: wrap;
    }

    .foote_space_top {
        padding: 0;
        padding-left: 15px !important;
    }

    .testimonials {
        padding: 0 0 0 !important;
    }

        .testimonials .swiper {
            padding: 13px 9px;
        }

    .contact .info-item, .contact .bene_right .info-item {
        margin-bottom: 26px;
        /* margin: 0 auto !important; */
        margin-left: 15px;
        margin-right: 15px;
    }

    .mai_mobil_sec .mobil_sec {
        text-align: center;
        margin: 0 auto;
    }

    .section-bg2 {
        margin-top: -30px;
        padding-top: 49px;
    }

    .benefits_sec {
        padding: 0px 15px;
    }

    .shap_top {
        margin-top: 57px;
    }

    .shape_sec {
        bottom: -17px;
        max-width: 50px;
    }

    .section-header {
        padding-bottom: 25px;
    }
}

@media (max-width: 575px) {
    .hero .carousel {
        min-height: 168px !important;
    }

    .services .service-item .icon {
        margin: 0 auto;
    }

    .services .service-item {
        text-align: center;
    }

    .footer .footer-content .footer-links ul li {
        padding: 4px 0;
    }

    p.focont_se {
        padding: 9px 0;
    }

    .footer .footer-content .footer-links {
        margin-bottom: -7px;
    }

    .footer .footer-content h4 {
        padding-bottom: 5px;
    }
}

.inner_section {
    background: #1436c7;
    min-height: 25px;
    display: grid;
    place-items: center;
}

.breadcrumb li a, .breadcrumb li {
    color: #fff;
    font-size: 13px;
}

.divdepartment2 {
    margin-top: 8px !important;
    display: inline-block;
}

.inner_title {
    font-size: 27px;
    line-height: normal;
    margin: 0 0 12px;
}

.breadcrumb li.active {
    font-weight: 800;
}

.breadcrumb li a {
    color: #fff;
    margin-right: 6px;
}

.card_box {
    box-shadow: 0 0 5px #9d9c9ce3;
    padding: 30px 15px;
    border-radius: 20px;
}

.form-control, select, textarea {
    border: solid 1px #a7a5a5;
    border-radius: 10px;
    padding: 11px;
    font-size: 14px;
    box-shadow: none !important;
    outline: none !important;
}

.search_btn {
    background: #1B59F8;
    color: #fff;
    transition: 2s;
    box-shadow: 0 0 14px #1b59f8a8;
}

    .search_btn:hover, .search_btn:focus, .search_btn:active, .cancle_btn {
        background: #EB9800;
        box-shadow: 0 0 14px #eb98009e;
        color: #fff;
    }

        .cancle_btn:hover, .cancle_btn:focus, .cancle_btn:active {
            background: #1B59F8;
            box-shadow: 0 0 14px #1b59f8a8;
        }

label.lable_text, .lable_text {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 8px 12px;
}

.ml_left {
    margin-left: 20px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: -38px !important;
}

.inner_sec-online {
    background: white;
}

table tr th, table tr td {
    font-size: 14px;
    line-height: normal;
}

.title_line {
    font-size: 26px;
    line-height: normal;
    color: #000;
    position: relative;
    margin: 0 0 30px;
    display: inline-block;
    font-weight: 600;
}

    .title_line::before, .title_line::after {
        position: absolute;
        content: "";
        background: #FFA500;
        width: 100%;
        height: 4px;
        bottom: -13px;
        border-radius: 10px;
    }

    .title_line::after {
        background: #fff;
        width: 15px;
        z-index: 1;
        -webkit-animation: section-title-run 35s infinite linear !important;
        animation: section-title-run 5s infinite linear;
    }

a.text_link_mail {
    text-decoration: underline;
    font-weight: 700;
}

@keyframes section-title-run {
    0% {
        left: 10px;
    }

    50% {
        left: 90%;
    }

    100% {
        left: 10px;
    }
}

.span_text {
    font-size: 14px;
    color: #000;
}

span#ctl00_ContentPlaceHolder1_ltrScndSpntxt {
    margin: 0 0 10px;
    display: inline-block;
}

p.text_line_p {
    font-size: 18px;
    line-height: normal;
    color: #2561DF;
    padding: 0 0 12px;
    margin: 0 0 22px;
    border-bottom: solid 1px #a7a5a5;
}

/*    form#aspnetForm {
        overflow: hidden;
        overflow-y: auto;
    }*/

.modal .form-control {
    height: 44px !important;
}

.modal-dialog {
    max-width: 450px !important;
    margin: 5% auto;
}

.modal {
    transition: .6s;
    transform: translateY(-100%);
    display: inline-block !important;
    opacity: 0;
    visibility: hidden;
}

.open_modal {
    /* display: block; */
    opacity: 1 !important;
    background: #0000009c;
    transition: .5s;
    transform: translateY(0px) !important;
    visibility: visible !important;
}

.home_loadpopup {
    opacity: 1 !important;
    background: #0000009c;
    transition: .5s;
    transform: translateY(0px) !important;
    visibility: visible !important;
}

    .home_loadpopup .modal-dialog {
        max-width: 730px !important;
    }

.modal_on_fixed p {
    font-size: 15px;
    line-height: 27px;
    margin: 0 0 8px;
    text-align: left;
}

    .modal_on_fixed p strong {
        font-size: 17px;
    }

    .modal_on_fixed p:last-child {
        margin-bottom: 0;
    }

.contact_num {
    font-size: 25px;
    line-height: 30px;
    margin: 16px 0 14px;
    color: #000;
}

.right_text_pupu {
    float: right;
}

.contact_num a {
    vertical-align: text-top;
}

.contact_num svg path {
    fill: #29a71a;
}

.modal .features .nav-tabs {
    justify-content: right;
    margin: -16px 0 0;
}


button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

@media only screen and (max-width: 1200px) {

    .inner_section {
        min-height: 200px;
        padding: 0 15px;
    }

    .title_line {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {

    .mar_top_19 {
        margin-top: -19px;
    }

    .form-group {
        margin-bottom: 1rem;
    }

    .displa_containt {
        display: contents;
    }
}

@media only screen and (max-width: 767px) {
    .sm_top_space {
        margin: 10px 0 0;
    }

    .inner_section {
        min-height: 130px;
    }

    .breadcrumb li a, .breadcrumb li {
        font-size: 13px;
    }

    label.lable_text, .lable_text {
        margin: 8px 0 8px 8px;
    }

    .form-control, select, textarea {
        border-radius: 7px;
        padding: 7px 8px;
    }

    .row1 {
        padding: 0 15px;
    }

    .pl_sm_10 {
        padding-left: 25px;
        margin-top: -4px !important;
    }
}

@media only screen and (max-width: 575px) {

    .mar_top_19 {
        margin-top: 0px;
    }

    .inner_section {
        min-height: 110px;
    }
}

.carousel-control-prev {
    left: 30px;
}

.carousel-control-next {
    right: 30px;
}

.display_inline {
    display: flex;
    width: 100%;
}

.custom_left {
    width: calc(100% - 131px);
}

.custom_right {
    width: 132px;
    position: relative;
    top: -3px;
}

@media (max-width: 1199px) {
    .services .icon {
        width: 50px;
        height: 50px;
        flex: none;
    }

    .services li {
        font-size: 20px;
    }

    .features .nav-link h4 {
        font-size: 16px;
    }
}

@media (max-width: 991px) {

    .services li {
        font-size: 17px;
    }

    .services .icon {
        width: 45px;
        height: 45px;
    }

        .services .icon svg {
            width: 25px;
            height: 25px;
        }

    ul.service_list li a {
        border-radius: 0 0 10px 10px !important;
        padding: 7px 4px;
    }
}

@media (max-width: 767px) {
    ul.home_list1 {
        flex-wrap: wrap;
    }

        ul.home_list1 li {
            text-align: left;
            width: 50%;
            padding: 10px;
        }

    .border_left_right_0 {
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
    }

    .border_solid {
        border-radius: 0;
    }

        .border_solid:last-child {
            border-radius: 0 0 10px 10px;
        }

    .contact_sec_home {
        padding: 12px 0 15px;
    }

        .contact_sec_home p {
            flex-wrap: wrap;
        }

            .contact_sec_home p a {
                margin-left: 0;
                margin-top: 26px;
            }
}
