#wh-widget-send-button.wh-widget-right {
    right: -5px;
    bottom: 115px !important;
}

.error-page {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

.error-page .head-one {
    font-size: 75px;
    font-weight: 700;
    color: #A31C38
}

.error-page .head-two {
    font-size: 20px;
    font-weight: 600;
    color: #696868;
    margin-bottom: 20px
}

.error-page .head-three {
    font-size: 25px;
    font-weight: 600;
    color: #696868;
    margin-bottom: 15px
}

.error-page p {
    color: #696868
}

.error-page .link {
    background: #A31C38;
    padding: 13px 20px;
    color: #fff;
    margin-top: 35px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500
}

#clients .sec_title {
    font-size: 18px;
    color: #090909;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    padding: 11px 0px;
    padding-left: 27px;
    margin-bottom: 35px;
}

#clients .sec_title::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #A31C38;
    opacity: 0.2;
    width: 52px;
    height: 100%;
}

.privacy_page article {
    padding-top: 50px;
    padding-bottom: 70px;
}

.privacy_page article h1,
.privacy_page article h2,
.privacy_page article h3,
.privacy_page article h4,
.privacy_page article h5,
.privacy_page article h6 {
    color: #393939;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
}

.privacy_page article p {
    font-size: 15px;
    line-height: 25px;
    color: #9b9b9b;
    text-align: justify;
    font-weight: normal;
}

.privacy_page article ul li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 5px;
}

.privacy_page article ul li:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    left: 0;
    top: 9px;
    background: #fa7120;
    border-radius: 6px;
}


/******************************************SITE_MAP******************************/

.cont-site-map {
    margin: 35px 0 65px;
}

.cont-site-map h2 {
    color: #1c3e95;
    font-size: 20px;
    padding: 0 0 10px;
    margin: 30px 0 20px 15px;
    position: relative;
    display: block;
    font-weight: 600;
}

.cont-site-map h2::after {
    position: absolute;
    bottom: 0;
    border-bottom: 3px solid #15488a;
    content: "-";
    text-indent: -9999px;
    width: 3%;
    left: 0;
}

.cont-site-map .list li {
    margin: 0 0 8px;
    list-style: circle inside;
    color: #1c3e95;
}

.cont-site-map .list li a {
    color: #666;
    font-size: 14px;
}

.cont-site-map .list li:hover {
    color: #fa7120;
}

.cont-site-map .list li a:hover {
    color: #fa7120;
}


/****************************CUSTOME_CAPTCHA**********************/

.custome_captcha {
    display: flex;
    align-items: center;
    background: #ced1d7;
    padding: 1px;
    position: relative;
    max-width: 220px;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .custome_captcha {
        margin-top: 20px
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .custome_captcha {
        display: block;
    }
}

.custome_captcha .form-control {
    padding: 0 10px !important;
    min-height: 45px !important;
    border: none !important;
    font-size: 13px;
    color: #4a4949 !important;
}

.custome_captcha .capt_txt {
    position: relative;
    padding-right: 28px;
    width: 100px;
    background: #e8ecf5;
}

.custome_captcha #log span {
    font-size: 13px !important;
    padding: 3px 5px !important;
    position: absolute;
    bottom: -18px;
    left: 0;
    z-index: 1;
    background: rgba(237, 30, 43, 0.43);
    color: #fff;
    width: 100%;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .custome_captcha .capt_txt {
        width: 100%;
    }
}

.custome_captcha .capt_txt .btn {
    position: absolute;
    top: 14px;
    right: 12px;
    background: transparent !important;
    border: none !important;
    color: #1e448f !important;
    padding: 0 !important;
    margin: 0px !important;
    box-shadow: none !important;
    height: auto !important;
}

#packages .rqst_quot .capt_txt .btn {
    width: auto !important;
    top: 11px;
}

.custome_captcha .capt_txt .form-control {
    padding-right: 5px !important;
}

.custome_captcha .capt_txt .btn i {
    font-size: 11px;
}

.custome_captcha .capt_field {
    width: calc(100% - 85px);
    background: #fff;
}

.custome_captcha .capt_field .form-control::placeholder {
    font-size: 11px
}

@media (max-width: 1200px) and (min-width: 768px) {
    .custome_captcha .capt_field {
        width: 100%;
    }
}

#request_sec .contact_info .submit {
    margin-top: 27px;
}

@media (max-width: 1200px) and (min-width: 768px) {
    #request_sec .contact_info .submit {
        margin-top: 27px;
    }
}


/***********************FIXED_BTN********************** */


/* .jxPOhn {
    bottom: 0px !important;
}

#gb-widget-,
[id^="gb-widget-"],
[id*="gb-widget-"] {
    bottom: 105px !important;
    right: 10px !important;
}

@media only screen and (min-width: 468px) {
    #gb-widget-,
    [id^="gb-widget-"],
    [id*="gb-widget-"] {
        right: 20px !important;
    }
}

#gb-widget- .jlzTty,
[id^="gb-widget-"] .jlzTty,
[id*="gb-widget-"] .jlzTty {
    width: 43px !important;
    height: 43px !important;
}

@media only screen and (min-width: 468px) {
    #gb-widget- .jlzTty,
    [id^="gb-widget-"] .jlzTty,
    [id*="gb-widget-"] .jlzTty {
        width: 50px !important;
        height: 50px !important;
    }
}

@media only screen and (min-width: 468px) {
    #gb-widget-1889 {
        bottom: 105px !important;
        right: 20px !important;
    }
} */

.scrollup {
    bottom: 40px !important;
}

@media only screen and (min-width: 468px) {
    .scrollup {
        bottom: 40px !important;
    }
}

.fixedRit {
    position: fixed;
    right: 10px;
    bottom: 115px;
    z-index: 5;
}

@media only screen and (min-width: 468px) {
    .fixedRit {
        right: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .fixedRit {
        right: 22px;
    }
}

.fixedRit ul {
    margin: -9px 0;
}

.fixedRit ul li {
    padding: 9px 0;
}

.fixedRit ul a {
    text-align: center;
    display: flex;
    border-radius: 50%;
    width: 43px;
    height: 43px;
}

@media only screen and (min-width: 468px) {
    .fixedRit ul a {
        width: 50px;
        height: 50px;
    }
}

.fixedRit ul a svg {
    display: block;
    margin: auto;
    width: 20px;
    height: 20px;
    fill: #fff
}

@media only screen and (min-width: 468px) {
    .fixedRit ul a svg {
        width: 23px;
        height: 23px;
    }
}

.fixedRit ul .call {
    background: rgb(17, 41, 75);
}

.fixedRit ul .mail {
    background: rgb(163, 28, 56);
}

.fixedRit ul .mail svg {
    width: 22px;
    height: 22px;
}

@media only screen and (min-width: 468px) {
    .fixedRit ul .mail svg {
        width: 28px;
        height: 28px;
    }
}

.fixedRit ul .whatsapp {
    background: #6aca66;
}

.fixedRit ul .whatsapp svg {
    width: 28px;
    height: 28px;
}

.hidden-class {
    display: none;
    visibility: hidden;
}

.display-none {
    display: none !important;
}

.error-phone {
    color: #a94442;
    font-size: 13px;
    margin-bottom: 14px;
    margin-top: 5px;
}

/********* 18-02-2022 *******************/

#packages .package .box.orange {
    background: #FFA500;
}

#packages .package.half:nth-child(3) .box {
    margin-right: 17.5px;
}

#packages .package.half:nth-child(4) .box {
    margin-left: 17.5px;
}

#packages .package.half:nth-child(3) .price_box {
    margin-left: 18.5px;
}

#packages .package.half:nth-child(4) .price_box {
    margin-right: 18.5px;
}

#Header .bottom-sec .logo-sec {
    background: unset !important;
}

#main-slider .carousel-caption .caption,
#services .service_list .main_head .head {
    color: #fff;
}

/* ==========================================================================
   SITE CONTAINER WIDTH
   ========================================================================== */

.container {
    max-width: 1320px !important;
    padding-left: 24px;
    padding-right: 24px;
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1380px !important;
    }
}

@media only screen and (max-width: 576px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* ==========================================================================
   HEADER REDESIGN
   ========================================================================== */

#Header {
    position: absolute;
    background: #ffffff;
    box-shadow: 0 2px 20px rgba(17, 41, 75, 0.08);
}

#Header .header-topbar {
    background: #11294b;
    padding: 8px 0;
}

#Header .header-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#Header .header-topbar .quick_info a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    padding: 0 !important;
    margin-left: 28px;
    border: none !important;
    background: none !important;
    background-image: none !important;
    transition: color 0.2s ease;
}

#Header .header-topbar .quick_info a:first-child {
    margin-left: 0;
}

#Header .header-topbar .quick_info a i {
    font-size: 12px;
    color: #fff;
    width: 14px;
    text-align: center;
    flex-shrink: 0;
}

#Header .header-topbar .quick_info a:hover {
    color: #ffffff;
}

#Header .header-topbar .quick_info a:hover i {
    color: #fff;
}

#Header .main-nav-section {
    background: #ffffff;
    position: relative;
}

#Header .header-main {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
    min-height: 80px;
}

#Header .logo-sec {
    width: auto !important;
    flex-shrink: 0;
    background: none !important;
    justify-self: start;
    grid-column: 1;
}

#Header .header-main .navbar {
    justify-self: center;
    grid-column: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    position: static;
    width: auto;
}

#Header .header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-self: end;
    grid-column: 3;
}

#Header .logo-sec .logo {
    display: block;
    padding: 12px 0 !important;
}

#Header .logo-sec .logo img {
    max-height: 52px;
    width: auto;
}

#Header .header-main .navbar-collapse {
    justify-content: center;
}

#Header .header-main .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0 auto !important;
    float: none !important;
}

#Header .header-main .nav-list .link {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #11294b !important;
    text-transform: capitalize !important;
    padding: 10px 16px !important;
    border: none !important;
    border-radius: 6px;
    position: relative;
    transition: color 0.2s ease, background 0.2s ease;
}

#Header .header-main .nav-list .link:hover {
    background: rgba(17, 41, 75, 0.06) !important;
    color: #a31c38 !important;
}

#Header .header-main .nav-list.active .link {
    background: rgba(163, 28, 56, 0.08) !important;
    color: #a31c38 !important;
}

#Header .header-main .nav-list.active .link::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 16px;
    right: 16px;
    height: 2px;
    background: #a31c38;
    border-radius: 2px;
}

#Header .header-cta {
    align-items: center;
    justify-content: center;
    background: #a31c38;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 12px 22px;
    border-radius: 6px;
    text-decoration: none !important;
    white-space: nowrap;
    margin-left: 0;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 14px rgba(163, 28, 56, 0.25);
}

#Header .header-cta:hover {
    background: #861629;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(163, 28, 56, 0.35);
}

#Header .menu-icon button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 10px !important;
    background: #f1f5f9 !important;
    border: none !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    outline: none;
    cursor: pointer;
}

#Header .toggler-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #11294b;
    border-radius: 2px;
    transition: all 0.3s ease;
}

#Header .menu-icon i {
    display: none;
}

/* Sticky header */
#Header.sticky {
    position: fixed;
    background: #ffffff;
    box-shadow: 0 4px 24px rgba(17, 41, 75, 0.12);
}

#Header.sticky .container {
    max-width: 1320px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#Header.sticky .header-topbar {
    display: none;
}

#Header.sticky .header-main {
    min-height: 68px;
}

#Header.sticky .logo-sec {
    width: auto !important;
}

#Header.sticky .logo-sec .logo {
    padding: 8px 0 !important;
}

#Header.sticky .logo-sec .logo img {
    max-height: 44px;
}

#Header.sticky .nav-list .link {
    padding: 8px 14px !important;
}

/* Page offset for new header height */
#main-slider {
    margin-top: 124px !important;
}

.inner-page {
    margin-top: 124px !important;
}

/* ==========================================================================
   BANNER / SLIDER REDESIGN
   ========================================================================== */

#main-slider .carousel {
    position: relative;
}

#main-slider .carousel-inner {
    position: relative;
    height: 680px;
}

#main-slider .carousel-fade .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block !important;
    float: none;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.6s ease;
}

#main-slider .carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1;
}

#main-slider .carousel-item {
    height: 680px !important;
    min-height: 680px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

#main-slider .slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        105deg,
        rgba(17, 41, 75, 0.88) 0%,
        rgba(17, 41, 75, 0.55) 45%,
        rgba(17, 41, 75, 0.15) 100%
    );
    z-index: 1;
    pointer-events: none;
}

#main-slider .carousel-item > .container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}

#main-slider .carousel-caption {
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    text-align: left;
    width: 100%;
    max-width: 640px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    display: block !important;
}

#main-slider .carousel-caption .title {
    display: block;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #a31c38  !important;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 16px !important;
    line-height: 1.4 !important;
}

#main-slider .carousel-caption .head {
    font-size: 44px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    line-height: 1.15 !important;
    margin-bottom: 18px !important;
    text-transform: none !important;
    letter-spacing: -0.02em;
}

#main-slider .carousel-caption .caption {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.88) !important;
    line-height: 1.75 !important;
    margin-bottom: 28px !important;
}

#main-slider .carousel-caption ul {
    margin-bottom: 24px;
    padding: 0;
    list-style: none;
}

#main-slider .carousel-caption ul li {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.92) !important;
    font-weight: 500;
    line-height: 1.7 !important;
    margin-bottom: 8px;
    padding-left: 24px !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23a31c38 '/%3E%3Cpath d='M5 8l2 2 4-4' fill='none' stroke='%2311294b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat left 4px !important;
}

#main-slider .carousel-caption .btn-slider,
#main-slider .carousel-caption .btn {
    display: inline-block;
    margin-top: 8px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background: #a31c38 !important;
    height: auto !important;
    line-height: 1 !important;
    padding: 16px 32px !important;
    border: none !important;
    border-radius: 6px !important;
    box-shadow: 0 6px 20px rgba(163, 28, 56, 0.35) !important;
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

#main-slider .carousel-caption .btn-slider:hover,
#main-slider .carousel-caption .btn:hover {
    background: #861629 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 26px rgba(163, 28, 56, 0.45) !important;
}

#main-slider .carousel-indicators {
    bottom: 24px;
    margin-bottom: 0;
    z-index: 5;
}

#main-slider .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    border: none;
    margin: 0 6px;
    opacity: 1;
    transition: all 0.3s ease;
}

#main-slider .carousel-indicators li.active {
    width: 28px;
    border-radius: 5px;
    background: #a31c38 ;
}

#main-slider .carousel-control-prev,
#main-slider .carousel-control-next {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    opacity: 1;
    z-index: 5;
    transition: background 0.25s ease;
}

#main-slider .carousel-control-prev {
    left: 24px;
}

#main-slider .carousel-control-next {
    right: 24px;
}

#main-slider .carousel-control-prev:hover,
#main-slider .carousel-control-next:hover {
    background: rgba(255, 255, 255, 0.25);
}

@media only screen and (max-width: 992px) {
    #main-slider .carousel-inner,
    #main-slider .carousel-item {
        height: 560px !important;
        min-height: 560px;
    }

    #main-slider .carousel-caption .head {
        font-size: 34px !important;
    }
}

@media only screen and (max-width: 576px) {
    #main-slider .carousel-inner,
    #main-slider .carousel-item {
        height: 480px !important;
        min-height: 480px;
    }

    #main-slider .carousel-caption .head {
        font-size: 26px !important;
    }

    #main-slider .carousel-caption .caption {
        font-size: 14px !important;
        margin-bottom: 20px !important;
    }

    #main-slider .carousel-caption .btn-slider,
    #main-slider .carousel-caption .btn {
        padding: 14px 22px !important;
        font-size: 12px !important;
    }

    #main-slider .carousel-control-prev {
        left: 10px;
    }

    #main-slider .carousel-control-next {
        right: 10px;
    }

    #main-slider .carousel-control-prev,
    #main-slider .carousel-control-next {
        width: 38px;
        height: 38px;
    }
}

@media only screen and (max-width: 992px) {
    #Header .header-main {
        grid-template-columns: 1fr auto;
        gap: 0px;
        padding: 10px 0;
    }

    #Header .header-main .navbar {
        grid-column: 1 / -1;
        order: 3;
        width: 100%;
        justify-self: stretch;
    }

    #Header .header-actions {
        justify-self: end;
    }

    #Header .header-main .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        box-shadow: 0 12px 30px rgba(17, 41, 75, 0.12);
        border-top: 1px solid #e2e8f0;
        padding: 12px 0;
        z-index: 1000;
    }

    #Header .header-main .navbar-nav {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        width: 100%;
    }

    #Header .header-main .nav-list .link {
        display: block;
        padding: 14px 24px !important;
        border-radius: 0;
        border-bottom: 1px solid #f1f5f9;
        font-size: 14px !important;
        font-weight: 500 !important;
        color: #1e293b !important;
    }

    #Header .header-main .nav-list.active .link {
        background: rgba(163, 28, 56, 0.04) !important;
        color: #a31c38 !important;
        border-left: 4px solid #a31c38;
    }

    #Header .header-main .nav-list.active .link::after {
        display: none;
    }

    #Header .header-topbar-inner {
        justify-content: center;
    }

    #Header .header-topbar .quick_info a {
        margin-left: 16px;
        font-size: 10px;
    }

    #main-slider {
        margin-top: 130px !important;
    }

    .inner-page {
        margin-top: 130px !important;
    }
}

@media only screen and (max-width: 576px) {
    #Header .header-topbar .quick_info {
        display: flex;

        align-items: center;
        gap: 13px;
        justify-content: space-between;
    }

    #Header .header-topbar .quick_info a {
        margin-left: 0;
    }

    #Header .logo-sec .logo img {
        max-height: 42px;
    }

    #main-slider {
        margin-top: 108px !important;
    }

    .inner-page {
        margin-top: 148px !important;
    }
}

/* ==========================================================================
   ABOUT SECTION — subtle polish (same layout)
   ========================================================================== */

#about {
    background: url(../images/aboutbg.jpg) no-repeat center right !important;
    background-size: contain !important;
    padding: 90px 0 !important;
    min-height: 460px;
}

#about .col-lg-6 {
    max-width: 580px;
}

#about .main_head {
    margin-bottom: 24px;
    padding-bottom: 18px;
}

#about .main_head::after {
    width: 48px;
    height: 3px;
    background: #a31c38;
    border-radius: 2px;
}

#about .main_head .sub_head {
    color: #a31c38;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: 12px;
}

#about .main_head .head {
    font-size: 34px;
    font-weight: 800;
    color: #11294b;
    line-height: 1.2;
}

#about .heightlight {
    font-size: 19px !important;
    line-height: 1.55 !important;
    margin-top: 0 !important;
    margin-bottom: 22px !important;
}

#about p {
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: #64748b !important;
    margin-bottom: 18px !important;
}

#about .title {
    font-size: 15px !important;
    color: #11294b !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 26px 0 14px !important;
}

#about ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

#about ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #475569;
    line-height: 1.65;
}

#about ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23a31c38'/%3E%3Cpath d='M4.5 8.2l2 2 3.8-3.8' fill='none' stroke='%23fff' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}

@media only screen and (max-width: 992px) {
    #about {
        background-size: cover !important;
        background-position: center bottom !important;
        min-height: auto;
        padding: 70px 0 !important;
    }

    #about .col-lg-6 {
        max-width: 100%;
    }

    #about .main_head .head {
        font-size: 28px;
    }
}

@media only screen and (max-width: 576px) {
    #about {
        padding: 50px 0 !important;
    }

    #about .main_head .head {
        font-size: 24px;
    }

    #about .heightlight {
        font-size: 17px !important;
    }
}

/* ==========================================================================
   PACKAGES SECTION — polish
   ========================================================================== */

#packages {
    background: #f8fafc;
    padding-top: 90px !important;
    padding-bottom: 100px !important;
}

#packages .sec_title {
    font-size: 32px !important;
    color: #11294b !important;
    margin-bottom: 10px !important;
    position: relative;
    padding-bottom: 14px;
}

#packages .sec_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 3px;
    background: #a31c38;
    border-radius: 2px;
}

#packages .quote {
    font-size: 22px !important;
    color: #11294b !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}

#packages .info {
    font-size: 14px !important;
    color: #64748b !important;
}

#packages .package_list {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
}

#packages .package_list::after {
    display: none;
}

#packages .package.half {
    width: 50%;
    float: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px !important;
    padding: 0 10px;
    box-sizing: border-box;
}

#packages .package.half .box {
    text-align: center;
    border-radius: 12px 12px 0 0 !important;
    padding: 28px 24px 32px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#packages .package.half:hover .box {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(17, 41, 75, 0.15);
}

#packages .package.half:nth-child(3) .box,
#packages .package.half:nth-child(4) .box {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#packages .package .off_tag {
    top: 14px !important;
    right: 14px !important;
    left: auto !important;
    transform: none !important;
    padding: 5px 12px !important;
    border-radius: 4px;
    font-size: 10px !important;
    letter-spacing: 0.06em;
    background: #fff !important;
    color: #11294b !important;
    line-height: 1.2;
}

#packages .package.half .price_box {
    position: static !important;
    width: 100% !important;
    margin: 0 !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    height: auto !important;
    background: #a31c38 !important;
    border-radius: 0 0 12px 12px !important;
    padding: 14px 15px !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 12px rgba(163, 28, 56, 0.2);
}

#packages .package.half:nth-child(3) .price_box,
#packages .package.half:nth-child(4) .price_box {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#packages .package.half .price_box span {
    font-size: 26px !important;
    font-weight: 800 !important;
}

#packages .package .packg_title {
    font-size: 26px !important;
    margin-bottom: 6px !important;
}

#packages .package .packg_type {
    font-size: 16px !important;
    margin-bottom: 10px !important;
    opacity: 0.95;
}

#packages .package .packg_license {
    font-size: 13px !important;
    opacity: 0.85;
}

#packages .rqst_quot {
    margin-top: 36px !important;
    padding: 0 !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(17, 41, 75, 0.08);
    overflow: hidden;
}

#packages .rqst_quot .form_top {
    background: linear-gradient(135deg, #11294b 0%, #1a3a6b 100%);
    padding: 24px 28px;
}

#packages .rqst_quot .head {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    letter-spacing: 0.02em;
    margin-bottom: 6px !important;
    text-transform: none !important;
}

#packages .rqst_quot .form_desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    line-height: 1.5;
}

#packages .rqst_quot .form_body {
    padding: 24px 28px 28px;
}

#packages .rqst_quot .form-group {
    margin-bottom: 14px !important;
}

#packages .rqst_quot .form-control {
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    height: 46px !important;
    font-size: 14px !important;
    color: #334155 !important;
    background: #f8fafc !important;
    box-shadow: none !important;
    padding: 10px 14px !important;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

#packages .rqst_quot .form-control::placeholder {
    color: #94a3b8;
}

#packages .rqst_quot .form-control:focus {
    background: #ffffff !important;
    border-color: #a31c38 !important;
    box-shadow: 0 0 0 3px rgba(163, 28, 56, 0.1) !important;
    outline: none;
}

#packages .rqst_quot textarea.form-control {
    min-height: 90px !important;
    height: auto !important;
    resize: vertical;
    padding-top: 12px !important;
}

#packages .rqst_quot .captcha-group {
    margin-bottom: 18px !important;
}

#packages .rqst_quot .custome_captcha {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    align-items: stretch;
}

#packages .rqst_quot .capt_txt {
    position: relative;
    width: 100% !important;
    padding-right: 36px;
    background: #f1f5f9 !important;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}

#packages .rqst_quot .capt_txt .form-control {
    background: transparent !important;
    border: none !important;
    height: 46px !important;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #11294b !important;
}

#packages .rqst_quot .capt_txt .btn {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: auto !important;
    color: #a31c38 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

#packages .rqst_quot .capt_field {
    width: 100% !important;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}

#packages .rqst_quot .capt_field .form-control {
    border: none !important;
    background: transparent !important;
}

#packages .rqst_quot #log {
    grid-column: 1 / -1;
}

#packages .rqst_quot #log span {
    position: static !important;
    display: block;
    background: rgba(163, 28, 56, 0.1) !important;
    color: #a31c38 !important;
    border-radius: 6px;
    padding: 8px 10px !important;
    font-size: 12px !important;
    margin-bottom: 4px;
}

#packages .rqst_quot .btn-primary {
    background: #a31c38 !important;
    border: none !important;
    border-radius: 8px !important;
    height: 48px !important;
    width: 100%;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    margin-top: 4px !important;
    line-height: 48px !important;
    padding: 0 20px !important;
    transition: background 0.2s ease, transform 0.2s ease;
}

#packages .rqst_quot .btn-primary:hover {
    background: #861629 !important;
    transform: translateY(-1px);
}

@media only screen and (min-width: 992px) {
    #packages .rqst_quot {
        margin-top: 0 !important;
    }

    #packages .row > .col-lg-4 {
        display: flex;
        align-items: stretch;
    }

    #packages .rqst_quot {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 576px) {
    #packages .package.half {
        width: 100%;
        padding: 0;
        margin-bottom: 20px !important;
    }

    #packages .sec_title {
        font-size: 26px !important;
    }

    #packages .quote {
        font-size: 18px !important;
    }

    #packages .rqst_quot .form_top,
    #packages .rqst_quot .form_body {
        padding-left: 20px;
        padding-right: 20px;
    }

    #packages .rqst_quot .custome_captcha {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   TESTIMONIALS — Google Review style
   ========================================================================== */

#testimonial {
    padding: 80px 0 90px !important;
    background: #f8fafc !important;
    max-width: 100% !important;
    flex: none !important;
    text-align: left !important;
}

#testimonial .main_head.text-center {
    text-align: center !important;
    margin-bottom: 40px;
}

#testimonial .testi-slide {
    position: relative;
    padding: 0 40px;
}

#testimonial .testi-slide .slick-track {
    display: flex !important;
    align-items: stretch;
}

#testimonial .testi-slide .slick-slide {
    height: auto !important;
    display: flex !important;
}

#testimonial .testi-slide .slick-slide > div {
    display: flex;
    width: 100%;
    height: 100%;
}

#testimonial .item {
    background: none !important;
    padding: 10px 12px !important;
    font-style: normal !important;
    text-align: left !important;
    display: flex !important;
    width: 100%;
    height: 100%;
}

#testimonial .google-review-card {
    background: #ffffff;
    border: 1px solid #e8eaed;
    border-radius: 12px;
    padding: 20px;
    width: 100%;
    height: 100%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 3px rgba(60, 64, 67, 0.08);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

#testimonial .google-review-card:hover {
    box-shadow: 0 4px 16px rgba(60, 64, 67, 0.12);
    transform: translateY(-2px);
}

#testimonial .greview-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

#testimonial .greview-avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
}

#testimonial .greview-meta {
    flex: 1;
    min-width: 0;
}

#testimonial .greview-name-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 2px;
}

#testimonial .greview-name {
    font-size: 14px;
    font-weight: 600;
    color: #202124;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.3;
}

#testimonial .greview-google {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

#testimonial .greview-stars {
    display: flex;
    gap: 1px;
    margin-bottom: 2px;
}

#testimonial .greview-stars i {
    font-size: 14px;
    color: #fbbc04;
}

#testimonial .greview-time {
    font-size: 12px;
    color: #70757a;
    font-style: normal;
}

#testimonial .greview-body {
    font-size: 14px !important;
    line-height: 1.65 !important;
    color: #3c4043 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    flex: 1;
}

#testimonial .greview-body p {
    font-size: 14px !important;
    color: #3c4043 !important;
    font-style: normal !important;
    line-height: 1.65 !important;
    margin: 0 !important;
}

#testimonial .greview-role {
    margin-top: 12px;
    font-size: 12px;
    color: #70757a;
    font-style: normal;
}

#testimonial .greview-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #dadce0;
    background: #ffffff;
    color: #5f6368;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 1px 4px rgba(60, 64, 67, 0.1);
    transition: background 0.2s ease, box-shadow 0.2s ease;
    padding: 0;
}

#testimonial .greview-arrow:hover {
    background: #f8f9fa;
    box-shadow: 0 2px 8px rgba(60, 64, 67, 0.15);
}

#testimonial .greview-prev {
    left: 0;
}

#testimonial .greview-next {
    right: 0;
}

#testimonial .greview-arrow i {
    font-size: 13px;
}

@media only screen and (max-width: 576px) {
    #testimonial .testi-slide {
        padding: 0;
    }

    #testimonial .google-review-card {
        min-height: 280px;
    }
}

.main_head::after{
    content: none;
}
#about_page #about .rit_sec{
    padding-left:20px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

footer {
    background: #0d1f3c !important;
    padding-bottom: 0 !important;
}

footer .foot-top {
    padding: 36px 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

footer .foot-top::after {
    display: none !important;
}

footer .foot-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

footer .foot-top .foot-logo {
    float: none !important;
    flex-shrink: 0;
}

footer .foot-top .foot-logo img {
    max-height: 50px;
    width: auto;
}

footer .working-time {
    float: none !important;
    display: flex !important;
    align-items: flex-start;
    gap: 12px;
    text-align: left !important;
    padding-left: 0 !important;
    margin-top: 0 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.75) !important;
    line-height: 1.6 !important;
}

footer .working-time i {
    color: #fff;
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

footer .working-time .hours-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffffff;
    margin-bottom: 4px;
}

footer .foot-main {
    padding: 48px 0 52px;
}

footer .foot-main .row {
    margin-left: -15px;
    margin-right: -15px;
}

footer .foot-main .box {
    margin-bottom: 0 !important;
}

footer .foot-head {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 20px !important;
    padding-bottom: 10px;
    border-bottom: 2px solid #a31c38;
    display: block;
    width: 100%;
}

footer .foot-links,
footer .foot-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .foot-links li {
    float: none !important;
    width: 100% !important;
    line-height: 1.5 !important;
    margin-bottom: 10px;
}

footer .foot-links a {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.75) !important;
    text-decoration: none !important;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

footer .foot-links a:hover {
    color: #fff !important;
    padding-left: 5px !important;
}

footer .foot-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6 !important;
}

footer .foot-contact li i {
    color: #a31c38;
    font-size: 15px;
    width: 18px;
    text-align: center;
    margin-top: 3px;
    flex-shrink: 0;
}

footer .foot-contact a {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 14px !important;
    word-break: break-word;
    text-decoration: none !important;
}

footer .foot-contact a:hover {
    color: #fff !important;
}

footer .foot-social {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

footer .foot-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 14px;
    text-decoration: none !important;
    transition: background 0.2s ease, transform 0.2s ease;
}

footer .foot-social a:hover {
    background: #a31c38;
    border-color: #a31c38;
    transform: translateY(-2px);
}

#copyright {
    background: #0a1829 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 20px 0 !important;
    text-align: left !important;
}

#copyright .container::after {
    display: none !important;
}

#copyright .copyright-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

#copyright p {
    float: none !important;
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.55) !important;
    margin: 0 !important;
    line-height: 1.6 !important;
    text-align: left;
}

#copyright p a {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none !important;
}

#copyright p a:hover {
    color: #fff !important;
}

#copyright ul {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

#copyright ul li {
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding: 0 12px !important;
    list-style: none;
}

#copyright ul li:first-child {
    padding-left: 0 !important;
}

#copyright ul li:last-child {
    border-right: none !important;
    padding-right: 0 !important;
}

#copyright ul a {
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.55) !important;
    text-decoration: none !important;
}

#copyright ul a:hover {
    color: #fff !important;
}

#copyright::after {
    display: none !important;
}

@media only screen and (max-width: 992px) {
    footer .foot-main {
        padding: 36px 0 40px;
    }

    footer .foot-main .box {
        margin-bottom: 32px !important;
    }

    footer .foot-main .box:last-child {
        margin-bottom: 0 !important;
    }

    footer .foot-top-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 576px) {
    footer .foot-top {
        padding: 28px 0 !important;
    }

    #copyright .copyright-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #copyright p {
        text-align: center;
    }

    #copyright ul {
        justify-content: center;
    }
}
#contat_dtls .addrs li, #contat_dtls .addrs a,#contat_dtls .addrs .title{
    font-style:initial;
}
#contat_dtls{
    margin-bottom:0;
}
.inner-page #banner{position:relative;}
.inner-page #banner:Before {
    content: '';
    position: absolute;
    background: linear-gradient(-70deg, #11294b 10%, #ffffff00 50%);
    width: 100%;
    height: 100%;
}
.inner-page #banner .breadcrumb li:first-child a {
    font-weight: 900;
}