/*  =====================================================
    Table of Contets
    =====================================================

    01 Common Styles
    02 Header Section
    03 Page Header
    04 Hero Section
    05 About Section
    06 Service Section
    07 Project Section
    08 Team Section
    09 Skills Section
    10 Testimonial Section
    11 Working Process
    12 Cta Section
    13 Info Section
    14 Faq Section
    15 Content Section
    16 Pricing Section
    17 Contact Section
    18 Sponsor Section
	19 Blog Section
	20 Footer Section

    =====================================================
    @DynamicLayers
    ===================================================== */

@import url('../../css2.html');

/*  ======= Common Styles ======= */
* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #8d9aa8;
    font-weight: 400;
    letter-spacing: -0.2px;
    position: relative;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Teko', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #051441;
}

h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin: 0 0 10px;
    color: #051441;
}

h2 {
    font-size: 32px;
    line-height: 42px;
    color: #051441;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: -1px;
}

h3,
h4 {
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.7;
    color: #051441;
    letter-spacing: -0.5px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5,
h6 {
    font-size: 14px;
    margin: 0 0 10px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

p,
li,
a,
span {}

p {
    color: #051441;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #999 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #999 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999 !important;
}

button {
    border: none;
    background: none;
}

/* ======= Scrollbar Style ======= */
::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #C80C11;
}

::selection {
    background-color: #C80C11;
    color: #fff
}

-webkit-::selection {
    background-color: #C80C11;
    color: #fff
}

::-moz-selection {
    background-color: #C80C11;
    color: #fff
}

/* ======= Helper Class ======= */
.padding {
    padding: 40px 0 30px;
}

.no-padding {
    padding: 0;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.box-padding {
    padding: 0 50px;
}

.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #050d22;
}

.bg-yellow {
    background-color: #C80C11cc;
}

.bg-blue {
    background-color: #041A46e8
}

.bg-blue-2 {
    background-color: #041A46
}

.bg-dark {
    background-color: #242323 !important;
}

.bd-top {
    border-top: 1px solid #eeeeee;
}

.bd-bottom {
    border-bottom: 1px solid #eeeeee;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.fz-28 {
    font-size: 28px;
}

.fz-24 {
    font-size: 24px;
}

.fz-22 {
    font-size: 22px;
}

.fz-20 {
    font-size: 20px;
}

.fz-18 {
    font-size: 18px;
}

.fz-16 {
    font-size: 16px;
}

.pt-80 {
    padding-top: 80px;
}

/* ======= Preloader Styles ======= */
.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden;
}

.site-preloader-wrap {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0
}

.site-preloader-wrap .spinner {
    background-color: #C80C11;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.spinner {
    width: 40px;
    height: 40px;

    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/* ==========================================================================
   Default Button
   ========================================================================== */
.btn-group {}

.btn-group a {
    margin: 5px;
}

.btn-group-left a {
    margin-right: 10px;
}

.default-btn {
    display: inline-block;
    background: #C80C11;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    letter-spacing: 0;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    z-index: 1;
}

.default-btn:hover {
    color: #FFF;
}

.default-btn span {
    background: #0b0829 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
}

.default-btn:hover span {
    height: 562.5px;
    width: 562.5px;
}

/* ==========================================================================
   Section Heading
   ========================================================================== */
.section-heading h2 {
    font-size: 42px;
    color: #051441;
    line-height: 42px;
    font-weight: 600;
    display: block;
}

.section-heading.light h2 {
    color: #fff;
}

.section-heading h4 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    color: #C80C11;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "Teko", sans-serif;
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
}

.section-heading span {
    color: #C80C11;
}

.map-pattern {
    background-image: url(../img/map-pattern.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.map-pattern-light {
    background-image: url(../img/light-map.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.1;
}

/* ==========================================================================
   Slick Controls
   ========================================================================== */
.slick-slide:focus {
    outline: none;
}

.nav-style .slick-arrow {
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #333;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .06);
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
}

.nav-style .slick-arrow:hover {
    background-color: #C80C11;
    color: #fff;
}

.nav-style .slick-arrow.right {
    left: auto;
    right: 0;
}

.nav-style:hover .slick-arrow {
    left: -40px;
    visibility: visible;
    opacity: 1;
}

.nav-style:hover .slick-arrow.right {
    left: auto;
    right: -40px;
}

.carousel-dots .slick-dots {
    text-align: center;
    margin-top: 30px;
}

.carousel-dots .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.carousel-dots .slick-dots li button {
    display: inline-block;
    background-color: #ddd;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -999px;
}

.carousel-dots .slick-dots li.slick-active button {
    background-color: #C80C11;
}

.carousel-dots .slick-dots li button:focus {
    outline: none;
}

@media (max-width: 767px) {
    .nav-style .slick-arrow {
        left: 0;
    }

    .nav-style .slick-arrow.right {
        left: auto;
        right: 0;
    }
}

/* ==========================================================================
   Lightbox
   ========================================================================== */
#spotlight .dl-header {
    background-color: rgba(0, 0, 0, .5);
}

#spotlight .icon {
    background-size: 18px 18px;
}

#spotlight .dl-header div {
    opacity: 0.8;
    padding-right: 10px;
}

#spotlight .dl-header .icon.player,
.enova #spotlight .dl-header .icon.theme,
.enova #spotlight .dl-header .icon.autofit {
    display: none;
}

#spotlight .arrow {
    background-color: transparent;
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
}

#spotlight .footer {
    text-align: center;
    background-color: transparent;
}

#spotlight .footer .title {
    margin-bottom: 0;
}

/* ======= Transition Effect ======= */
a,
a:hover,
img,
.form-control,
.form-control:hover,
button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* ======= Scroll To Top ======= */
#scrollup {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    overflow: hidden;
    z-index: 999;
}

.scroll-to-top {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #C80C11;
    font-size: 20px;
    padding: 0;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transform: translateY(150%);
    transition: all 0.3s ease-in-out;
}

#scrollup.show {
    opacity: 1;
}

#scrollup.show .scroll-to-top {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.scroll-to-top:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

.scroll-to-top:focus {
    outline: none;
}

/* ==========================================================================
   Header Section
   ========================================================================== */
/* Top Bar */
.top-bar {
    padding-bottom: 50px;
    background-color: #041A46;
}

@media only screen and (max-width: 786px) {
    .top-bar {
        padding-bottom: 30px;
        background-color: #041A46;
    }
}

.top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.top-bar .top-left li {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding-top: 13px;
    padding-bottom: 7px;
    margin-right: 10px;
}

.top-bar .top-left li a {
    color: #fff;
    text-decoration: none;
}

.top-bar .top-social {
    padding: 0;
}

.top-bar .top-social li {
    font-size: 15px;
    padding-top: 13px;
    display: inline-block;
    margin-left: 10px;
}

.top-bar .top-social li:first-child {
    margin-left: 0;
}

.top-bar .top-social li a {
    color: #fff;
}

.top-bar .top-social li a:hover {
    color: #ddd;
}

@media (max-width: 767px) {
    .top-bar .top-right {
        display: none;
    }

    .top-bar .top-left li,
    .top-bar .top-left li:first-child {
        border: none;
    }

    .top-bar .top-left li {
        padding-left: 0;
        padding-right: 20px;
    }
}

/*Header*/
.header {
    background-color: #fff;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 4px solid #C80C11;
}

.header-logo img {
    max-width: 145%;
}

.header ul {
    margin: 0;
    padding: 6px;
    margin-top: -10px;
    list-style: none;
}

/* Burger Menu */
.mobile-menu-icon {
    display: none;
}

.burger-menu {
    width: 20px;
    height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: transform 330ms ease-out;
    -moz-transition: transform 330ms ease-out;
    -o-transition: transform 330ms ease-out;
    transition: transform 330ms ease-out;
}

.burger-menu.menu-open {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.line-menu {
    background-color: black;
    border-radius: 2px;
    width: 100%;
    height: 3px;
}

.line-menu.line-half {
    width: 50%;
}

.line-menu.first-line {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
}

.menu-open .line-menu.first-line {
    -webkit-transform: rotate(-90deg) translateX(3px);
    -moz-transform: rotate(-90deg) translateX(3px);
    -o-transform: rotate(-90deg) translateX(3px);
    transform: rotate(-90deg) translateX(3px);
}

.line-menu.last-line {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}

.menu-open .line-menu.last-line {
    -webkit-transform: rotate(-90deg) translateX(-3px);
    -moz-transform: rotate(-90deg) translateX(-3px);
    -o-transform: rotate(-90deg) translateX(-3px);
    transform: rotate(-90deg) translateX(-3px);
}

/*Mid Header*/
.mid-header {
    padding: 7px 0 50px 0;
}

.mid-header .header-logo {
    max-width: 500px;
}

.mid-header .header-logo img {
    width: 100%;
}

.mid-header .mid-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mid-header .mid-header-right ul li {
    display: inline-block;
    padding-left: 55px;
    position: relative;
    line-height: 20px;
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 600;
}

.mid-header .mid-header-right ul li:not(:last-of-type) {
    margin-right: 40px;
}

.mid-header .mid-header-right ul li .icon {
    font-size: 40px;
    color: #C80C11;
    text-align: center;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mid-header .mid-header-right ul li span {
    display: block;
    font-family: "Teko", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #051441;
    text-transform: capitalize;
}

/* Menu Style */
.header-menu-wrap .dl-menu {
    margin-left: 215px;
    padding: 0;
    list-style: none;
}

@media only screen and (max-width: 786px) {
    .header-menu-wrap .dl-menu {
        margin-left: 0px;
        padding: 0;
        list-style: none;
    }
}

.header-menu-wrap ul li {
    display: inline-block;
    position: relative;
}

.header-menu-wrap ul li>a {
    display: block;
    font-family: "Teko", sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 500;
    color: black;
    padding: 0 15px;
    height: 80px;
    line-height: 80px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

.header-menu-wrap ul li:hover>a {
    color: #C80C11;
}

.header-menu-wrap li ul {
    background-color: #fff;
    display: block;
    width: 250px;
    padding: 0;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    position: absolute;
    left: -35px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
}

.header-menu-wrap li:hover>ul {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.header-menu-wrap li li {
    display: block;
    padding: 0;
    text-align: left;
    position: relative;
}

.header-menu-wrap li li:not(:last-of-type) {
    margin: 0;
    border-bottom: 1px solid #eee;
}

.header-menu-wrap li li>a {
    font-family: "Teko", sans-serif;
    display: block;
    height: auto;
    color: #051441;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: capitalize;
    padding: 12px 30px;
    font-size: 18px;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.header-menu-wrap li li:hover>a {
    color: #fff;
    background-color: #C80C11;
}

.header-menu-wrap li ul li ul {
    width: 250px;
    position: absolute;
    left: 100%;
    top: 0;
}

/* Media Query */
@media (min-width: 993px) {
    .header-menu-wrap li ul {
        display: block !important;
        left: -20px;
    }
}

@media (max-width: 992px) {
    .primary-header-inner .header-right {
        width: 100%;
        margin-left: 0;
        justify-content: space-between;
    }

    .mid-header .mid-header-right ul li:not(:last-of-type) {
        margin-right: 10px;
    }

    .dropdown-plus {
        width: 49px;
        height: 49px;
        line-height: 49px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

    .dropdown-plus:before,
    .dropdown-plus:after {
        position: absolute;
        content: '';
        top: 21px;
        right: 10px;
        width: 13px;
        height: 1px;
        background-color: #777;
    }

    .dropdown-plus:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .dropdown-plus.dropdown-open:after {
        display: none;
    }

    .mobile-menu-icon {
        display: block;
    }

    .header-menu-wrap {
        display: none;
        background-color: #fff;
        width: 100%;
        height: auto;
        padding: 0 20px;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 999;
    }

    .header-menu-wrap ul li {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        padding: 11px 0;
        margin: 0;
    }

    .header-menu-wrap ul li:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.04);
    }

    .header-menu-wrap ul li>a {
        padding: 10px 15px;
        height: inherit;
        line-height: inherit;
        color: #051441;
    }

    .header-menu-wrap li li:hover>a {
        background-color: transparent;
    }

    .header-menu-wrap ul li ul li ul,
    .header-menu-wrap ul li ul {
        background-color: transparent;
        width: 100%;
        opacity: 1;
        padding: 0;
        visibility: visible;
        position: inherit;
        display: none;
        top: inherit;
        left: inherit;
        box-shadow: none;
        padding-top: 11px;
    }

    .header-menu-wrap li li {
        padding-left: 11px;
    }

    .header-menu-wrap li li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .header-menu-wrap li li>a {
        color: #041A46;
        font-size: 13px;
    }

    .header-menu-wrap li li:hover>a {
        color: #666;
    }
}

@media screen and (max-width: 782px) {

    .sticky-header,
    .mid-header-right {
        display: none;
    }

    .mid-header .mid-header-inner {
        text-align: center;
        justify-content: center;
    }

    .counter-wrapper .section-heading,
    .counter-wrapper .counter-content {
        text-align: center;
    }
}

@media (max-width: 580px) {
    .header-right a.dl-btn {
        line-height: 40px;
        font-size: 10px;
        padding: 0 25px;
    }

    .primary-header .header-logo {
        max-width: 150px;
    }

    .top-bar .top-left li {
        font-size: 12px;
    }
}

.primary-header-inner .header-right {
    align-items: center;
    line-height: 80px;
    margin-left: 20px;
}

.header-right .mobile-menu-icon {
    margin-left: 20px;
}

.header-right a.header-btn {
    display: inline-block;
    background: #C80C11;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    letter-spacing: 0;
    border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    margin-left: 20px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    z-index: 1;
}

.header-right a.header-btn:hover {
    color: #fff;
}

.header-right a.header-btn span {
    background: #041A46 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
}

.header-right a.header-btn:hover span {
    height: 562.5px;
    width: 562.5px;
}

.header-right .search-icon {
    color: #fff;
    cursor: pointer;
}

.header-right .search-icon:hover {
    opacity: 0.8;
}

/*Primary Header*/
.header .primary-header {

    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
    z-index: 9;
}

.primary-header-inner {

    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 0px;
}

.primary-header .header-logo {
    max-width: 180px;
}

.viewport-lg .primary-header .header-menu-wrap {
    display: block !important;
}

/* Sticky Header */
.sticky-header {
    background-color: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: transform 500ms ease, visibility 500ms ease;
    -webkit-transition: -webkit-transform 500ms ease, visibility 500ms ease;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
}

.sticky-header.sticky-fixed-top {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    visibility: visible;
}

.sticky-header .primary-header {
    position: static;
    transform: none;
    background: #fff;
    border-bottom: none;
}


/* Search Box */
#dl-popup-search-box {
    background-color: rgba(5, 20, 65, 0.95);
    position: fixed;
    width: 100%;
    height: 100%;
    top: -20em;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}

.box-inner-wrap:hover {
    cursor: url(../img/cross.png), auto;
}

#dl-popup-search-box.toggled {
    top: 0;
    opacity: 1;
    visibility: visible;
}

#dl-popup-search-box .box-inner-wrap {
    width: 100%;
    height: 100%;
}

#dl-popup-search-box .box-inner-wrap form {
    position: relative;
    margin: 0 auto;
}

#dl-popup-search-box .box-inner-wrap input::-webkit-input-placeholder {
    /* Edge */
    color: #444;
}

#dl-popup-search-box .box-inner-wrap input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #444;
}

#dl-popup-search-box .box-inner-wrap input::placeholder {
    color: #444;
}

#dl-popup-search-box .box-inner-wrap input {
    width: 100%;
    padding: 10px 50px 10px 10px;
    background: transparent;
    border: none;
    border-bottom: 3px solid #C80C11;
    font-size: 36px;
    color: #ddd;
}

#dl-popup-search-box .box-inner-wrap input:focus {
    outline: none;
}

#dl-popup-search-box .box-inner-wrap button {
    position: absolute;
    display: block;
    width: 10%;
    right: 0;
    top: 50%;
    background: transparent;
    border: none;
    color: #C80C11;
    font-size: 40px;
    transform: translateY(-50%);
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}

#dl-popup-search-box .box-inner-wrap button:focus {
    outline: none;
}

@media screen and (max-width: 600px) {
    #dl-popup-search-box .box-inner-wrap form {
        width: 90%;
    }

    #dl-popup-search-box .box-inner-wrap input,
    #dl-popup-search-box .box-inner-wrap button {
        font-size: 3em;
    }
}

/* ==========================================================================
   Page Header
   ========================================================================== */

.page-header {
    background-image: url(../img/b1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.md {
    background: #C80C11;
    padding: 10px 15px;
    margin-bottom: 8px;
}

.md>.text {
    color: #fff;
    font-weight: 500;
}

.page-header .overlay {
    position: absolute;

    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.page-header .section-heading h2 {
    color: #fff;
}

.page-header .section-heading p {
    color: #ddd;
}



/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
    background-image: url(../img/hero-bg-1.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.hero-section-2:before,
.hero-section:before {
    background-color: rgba(255, 255, 255, 0.8);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.hero-section .bg-shape {
    background-image: url(../img/hero-shape.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: 0;
    transform: rotate(180deg);
    z-index: -1;
}

.hero-content {}

.hero-content h4 {
    font-size: 18px;
    color: #C80C11;
    text-transform: uppercase;
}

.hero-content h2 {
    font-size: 52px;
    line-height: 52px;
    color: #051441;
    margin: 20px 0;
}

.hero-content h2 span {
    color: #C80C11;
}

.hero-content p {
    font-family: "Roboto", sans-serif;
    color: #051441;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing: -0.2px;
}

/*========== Hero 2 ==========*/
.hero-section-2 {
    background-image: url(../img/hero-bg-2.html);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-section-2 .play-btn {
    position: absolute;
    right: 40%;
    top: 50%;
}

/* ==========================================================================
   About Section
   ========================================================================== */
.about-section {}

.about-list {
    position: relative;
    margin-bottom: 40px;
}

.about-icon {
    font-size: 50px;
    color: #C80C11;
    position: absolute;
    left: 0;
    top: 18px;
}

.about-content {
    padding-left: 70px;
}

.about-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

.about-content p {}

.sign {
    display: flex;
    align-items: center;
}

.sign img {
    padding-left: 30px;
}

.exp-box {
    background-color: #C80C11;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.exp-box:before {
    background-color: #C80C11;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 50%;
    bottom: -15px;
    transform: rotate(45deg) translateX(-50%);
}

.exp-box h3 {
    color: #fff;
    font-size: 28px;
    line-height: 1;
    padding: 15px 45px;
    margin: 0;
}

/*========== About 2 ==========*/
.about-section-2 .exp-box {
    left: 33%;
    top: 56%;
}

/*========== About 3 ==========*/
.list-icon {}

.list-icon li {
    color: #051441;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.list-icon li:last-child {
    margin-bottom: 0;
}

.list-icon li i {
    color: #C80C11;
    padding-right: 15px
}

.about-section-3 .about-img {
    position: relative;
}

.about-section-3 .play-btn {
    left: 46%;
    top: 43%;
    transform: translateX(-50%) translateY(-50%);
}

/* ==========================================================================
   Service Section
   ========================================================================== */
.service-section {
    position: relative;
}

.service-box {
    position: relative;
}

.service-box .service-icon {
    background-color: #C80C11;
    color: #fff;
    text-align: center;
    font-size: 40px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    position: absolute;
    top: 200px;
    left: 30px;
}

.service-box .service-content {
    background-color: #ffbf00;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    padding: 0;
    padding: 25px 30px 15px;
}

.service-box .service-content h3 {
    font-size: 24px;
}

.service-box .service-content p {}

.service-box .read-more {
    font-family: "Work Sans", sans-serif;
    color: #6a7c92;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase;
}

.service-box .read-more:hover {
    color: #051441;
}

/*========== Service 2 ==========*/
.service-2 .service-item {
    position: relative;
}

.service-2 .service-icon {
    font-size: 60px;
    color: #C80C11;
    position: absolute;
    left: 0;
    top: 30px;
}

.service-2 .service-info {
    padding-left: 80px;
}

.service-2 .service-info h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.service-2 .read-more {
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #6a7c92;
    font-weight: 600;
    text-transform: uppercase;
}

.service-2 .read-more:hover {
    color: #051441;
}

/*========== Service 3 ==========*/
.service-wrap {
    position: relative;
    background-color: #fff;
    padding: 50px 30px;
    -webkit-box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
    -moz-box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1);
    box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
    display: block;
    overflow: hidden;
    z-index: 1;
}

.service-wrap .shape {
    position: absolute;
    left: 75px;
    top: 80px;
    transform: translate(-50%, -50%);
    fill: rgba(253, 186, 0, 0.2);
    z-index: -1;
    transition: all .3s linear;
}

.service-wrap:hover .shape {
    left: 85px;
    transition: all .3s linear;
}

.service-wrap i {
    color: #C80C11;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 60px;
    margin-bottom: 10px;
    margin: 0 auto;
}

.service-wrap h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -.5px;
    color: #051441;
    margin: 25px 0 15px 0;
}

.service-wrap p {
    font-size: 14px;
    letter-spacing: -0.2px;
    color: #6a8695;
}

.service-3 .read-more {
    font-family: "Work Sans", Sans-serif;
    color: #6a7c92;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.service-3 .read-more:hover {
    color: #051441;
}

.service-wrap .overlay-icon {
    position: absolute;
    bottom: -17px;
    right: 45px;
    opacity: .2;
}

.service-wrap .overlay-icon i {
    color: #C80C11;
    font-size: 120px;
}

.promo-count {
    background-color: #C80C11;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    right: 40px;
    top: -100%;
    transition: all .3s ease;
    transition-duration: .5s;
}

.promo-count:before {
    background-color: #C80C11;
    content: "";
    width: 2px;
    height: 42px;
    position: absolute;
    top: -40px;
    right: 13px;
    transform: translateX(-50%);
}

.service-wrap:hover .promo-count {
    top: 40px;
    visibility: visible;
    opacity: 1;
    visibility: visible;
    opacity: 1;
}

/*========== Service 4 ==========*/
.service-4 {
    z-index: 1;
}

.service-4.map-pattern-light {
    background-size: contain;
    z-index: -1;
}

.service-4 .section-heading h2 {
    color: #fff;
}

.service-4 .section-heading p {
    color: #ddd;
}

.service-4 .service-item {
    background-color: #051441;
    position: relative;
    padding: 40px;
    box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
    transition: all .3s ease-in-out;
    overflow: hidden;
    z-index: 1;
}

.service-4 .service-item:hover {
    background-color: #C80C11;
    transition: all .3s ease-in-out;
}

.service-4 .service-icon {
    color: #C80C11;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 60px;
    margin-bottom: 20px;
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.service-4 .service-content h3 {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
}

.service-4 .service-content p {
    color: #ddd;
}

.service-4 .service-content .read-more {
    font-family: "Work Sans", sans-serif;
    color: #C80C11;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.service-4 .service-item .overlay-icon {
    position: absolute;
    bottom: -17px;
    right: 10px;
    opacity: .2;
}

.service-4 .service-item .overlay-icon i {
    color: #C80C11;
    font-size: 100px;
}

.service-4 .service-item:hover .service-icon,
.service-4 .service-item:hover .service-content h3,
.service-4 .service-item:hover .service-content p,
.service-4 .service-item:hover .read-more,
.service-4 .service-item:hover .service-content .overlay-icon i {
    color: #fff;
}


/* ==========================================================================
   Project Section
   ========================================================================== */
.project-section {
    background-image: url(../img/map-pattern.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 50%;
    width: 100%;
    padding-top: 40px;
}

@media (max-width: 992px) {
    .project-section {
        padding-top: 60px;
    }

    .project-carousel {
        padding-bottom: 60px;
    }
}

.project-carousel {
    margin: 0 -10px;
    z-index: 1;
}

.project-items.grid {
    margin-bottom: -35px;
}

.project-carousel-2 {
    margin-top: 40px;
}

.project-section .project-thumb {
    position: relative;
    overflow: hidden;
}

.project-thumb .project-view {
    background-color: #C80C11;
    background-color: rgba(5, 20, 65, 0.8);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-thumb .project-view a {
    background-color: #C80C11;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.project-item:hover .project-view {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.project-item {
    padding: 0 10px;
}

.project-thumb .project-view a {
    color: #fff;
    font-size: 15px;
}

.project-thumb img {
    width: 100%;
}

.project-content {
    background-color: #fff;
    padding: 20px 30px;
    margin: 0 10px;
    transform: translateY(-20px);
    box-shadow: 0px 0px 20px 0.5px rgb(0 0 0 / 20%);
}

.project-content a.cat {
    font-family: "Work Sans", sans-serif;
    color: #6a7c92;
    font-size: 12px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase;
}

.project-content h3 {
    color: #343352;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1;
}

.project-content h3 a {
    color: #343352;
}

.project-content h3 a:hover {
    color: #C80C11;
}

.project-section .carousel-dots .slick-dots {
    margin-top: 0;
}

.project-filter {
    margin-bottom: 30px;
}

.project-filter li {
    font-family: "Teko", sans-serif;
    color: #051441;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-right: 22px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.project-filter li.active {
    color: #C80C11;
}

/*=========== Project 2 ==========*/
.project-section-2 {}

.project-info-box {}

.project-info-box h2 {
    font-size: 42px;
}

.project-info-box .p-info h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.project-info-box .p-info span {
    font-family: "Roboto", sans-serif;
    color: #6a7c92;
    font-size: 15px;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
}

.project-info-box .p-social {
    margin-top: 30px;
}

.project-info-box .p-social a {
    background-color: #C80C11;
    color: #fff;
    font-size: 12px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 0;
}

.project-info-box .p-social a:hover {
    background-color: #051441;
}

/*=========== Counter ==========*/
.counter-wrapper {
    background-color: #041A46;
    position: relative;
}

@media (min-width: 992px) {
    .counter-wrapper {
        padding-top: 300px;
        margin-top: -300px;
    }
}

.counter-wrapper .bg-pattern {
    background-image: url(../img/cb2.html);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.1;
}

.counter-content h3 {
    text-align: center;
    font-family: "Teko", sans-serif;
    font-size: 50px;
    line-height: 42px;
    font-weight: 600;
    color: #C80C11;
}

.counter-content h4 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    line-height: 28px;
}

/* ==========================================================================
   Team Section
   ========================================================================== */
.team-section {}

.team-box {}

.team-thumb {
    position: relative;
    overflow: hidden;
}

.team-thumb img {
    width: 100%;
}

.team-thumb .shape-1 {
    background-color: rgba(11, 38, 83, .9);
    position: absolute;
    width: 245px;
    height: 300px;
    left: 0;
    bottom: -150px;
    transform: rotate(-45deg);
    transition: all .3s ease-in-out;
}

.team-thumb .shape-2 {
    background-color: #C80C11;
    position: absolute;
    width: 60px;
    height: 280px;
    left: 235px;
    bottom: -110px;
    transform: rotate(-45deg) skewY(55deg);
    clip-path: polygon(0% 10%, 100% 0, 100% 100%, 0% 100%);
    transition: all .3s ease-in-out;
}

.team-content {
    position: absolute;
    bottom: 15px;
    left: 25px;
}

.team-content h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0;
}

.team-content h3 span {
    font-family: "Work Sans", sans-serif;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-top: -5px;
    text-transform: uppercase;
}

.team-box .team-social {
    position: absolute;
    width: auto;
    height: auto;
    right: 20px;
    top: 20px;
    line-height: 32px;
    visibility: hidden;
    opacity: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 2;
    transition: all 0.3s linear;
}

.team-box:hover .team-social {
    visibility: visible;
    opacity: 1;
}

.team-box .team-social li {
    transform: translateX(100px);
    transition: all 0.3s linear;
}

.team-box .team-social li:nth-child(2) {
    transition-delay: 100ms;
}

.team-box .team-social li:nth-child(3) {
    transition-delay: 150ms;
}

.team-box .team-social li:nth-child(4) {
    transition-delay: 200ms;
}

.team-box:hover .team-social li {
    transform: translateX(0);
}

.team-social li a {
    color: #fff;
    font-size: 14px;
}

.team-box:hover .team-thumb img {
    transform: scale(1.1);
}

.team-box:hover .shape-1 {
    bottom: -135px;
}

.team-box:hover .shape-2 {
    bottom: -100px;
    transition-delay: .03s;
}

/*========== Team 2 ========== */
.team-section-2 {
    background-image: url(../img/bg-img-02.html);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 100px;
    z-index: 1;
}

.team-section-2 .overlay {
    position: absolute;
    background-color: rgba(11, 38, 83, 0.9);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.team-section-2 .section-heading h2 {
    color: #fff;
}

.team-section-2 .section-heading p {
    color: #ddd;
}

.team-section-2 .team-box {
    margin-bottom: -83px;
}

.team-section-2 .team-content {
    background-color: #C80C11;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 14px 0;
}

.team-section-2 .team-content h3 {
    font-size: 24px;
}

.team-section-2 .team-social li a {
    font-size: 14px;
}

.team-section-2 .team-thumb img:hover {
    -webkit-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
    filter: blur(2px);
    -webkit-animation: teamhover .2s linear;
    animation: teamhover .2s linear;
}

/*===============================================
    Skills Section
=============================================== */
.skills-section {
    background-image: url(../img/bg-img-01.html);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.skills-section .section-heading h2,
.skills-section .section-heading p {
    color: #fff;
}

.skills-info {
    background-color: #061b49;
    padding: 80px;
    position: relative;
}

.skills-items .skills-item {
    margin-bottom: 5px;
    overflow: hidden;
}

.skills-item:last-child {
    margin-bottom: 0;
}

.skills-items .skills-item h5 {
    color: #fff;
    font-family: "Work Sans", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px
}

.skills-items .skills-item .progress {
    height: 5px;
    background-color: #ddd;
    box-shadow: none;
    margin-bottom: 20px;
}

.skills-items .skills-item .progress,
.skills-items .skills-item .progress .progress-bar {
    border-radius: 3px;
    overflow: visible;
}

.skills-items .skills-item .progress .progress-bar {
    line-height: 5px;
    background-color: #C80C11;
    position: relative;
}

.skills-items .skills-item .progress .progress-bar span {
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.skill-list {}

.skill-list li {
    color: #fff;
    margin-bottom: 5px;
}

.skill-list li i {
    font-size: 14px;
    color: #C80C11;
    margin-right: 15px;
}

.play-btn {
    background-color: #C80C11;
    position: absolute;
    width: 70px;
    height: 70px;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 70px;
    text-align: center;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 33.25px 1.75px rgba(0, 27, 103, .35);
    box-shadow: 0 10px 33.25px 1.75px rgba(0, 27, 103, .35);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.play-btn svg {
    fill: #fff;
    width: 30px;
    margin-left: 5px;

}

.play-btn .ripple {
    z-index: -1;
}

.play-btn .ripple,
.play-btn .ripple:before,
.play-btn .ripple:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

.play-btn .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.play-btn .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

/* ==========================================================================
    Testimonial Section
   ========================================================================== */
.testimonials-section {
    background-image: url(../img/map-pattern.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    width: 100%;
    height: 100%;
}

.testi-item {
    background-color: #fff;
    padding: 40px 30px;
    box-shadow: 0px 14px 20px -10px rgba(0, 0, 0, .1);
    margin: 20px;
}

.testi-content {
    position: relative;

}

.testi-item {
    position: relative;
}

.testi-item .testi-thumb img {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
}

.testi-item p {
    margin-bottom: 20px;
}

.testi-item h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #333;
    letter-spacing: -.04em;
    font-weight: 600;
}

.testi-item h3 span {
    display: block;
    font-family: "Work Sans", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #6a8695;
}

.testi-item .ratings {}

.testi-item .ratings li {
    display: inline-block;
}

.testi-item .ratings li i {
    font-size: 12px;
    color: #C80C11;
}

.testi-content .quote-icon {
    position: absolute;
    right: 30px;
    bottom: -10px;
    font-size: 50px;
    color: #C80C11;
    opacity: .5;
}

/*========== Testimonial 2 ==========*/
.testimonials-section-2 {
    padding-top: 160px;
}

/*===============================================
   Working Process
=============================================== */
.working-process {
    position: relative;
    padding: 80px 0;
}

.working-process .left-pattern {
    position: absolute;
    background-image: url(../img/corner-pattern-left.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.working-process .right-pattern {
    position: absolute;
    background-image: url(../img/corner-pattern-right.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.working-process-box {
    text-align: center;
    padding: 0 30px;
}

.icon-box {
    background-color: #f9f9f9;
    color: #C80C11;
    border-style: solid;
    position: relative;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border: 5px solid rgba(253, 186, 0, .5);
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.icon-box i {
    font-size: 50px;
}

.icon-box span {
    background-color: #C80C11;
    font-size: 16px;
    color: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: -15px;
    font-weight: 600;
    line-height: 30px;
    border-radius: 50%;
    border: 5px solid rgba(253, 186, 0, .1);
    border-color: #C80C11;
    box-sizing: content-box;
    text-align: center;
}

.content-box {}

.content-box h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}

.content-box p {
    margin-bottom: 0;
}

.working-process-box .arrow {
    position: absolute;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 56%;
    content: "";
    width: 236px;
    height: 40px;
    left: 210px;
    top: 40px;
    z-index: 1;
}

.arrow.arrow-up {
    background-image: url(../img/arrow-up.png);
}

.arrow.arrow-down {
    background-image: url(../img/arrow-down.png);
}

/* ==========================================================================
    Cta Section
   ========================================================================== */
.cta-section {
    background-image: url(../img/bg-img-02.html);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.cta-section .overlay {
    position: absolute;
    background-color: rgba(11, 38, 83, 0.9);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.cta-section .section-heading h2,
.cta-section .section-heading p {
    color: #fff;
}

/* ==========================================================================
    10.0 Info Section
   ========================================================================== */
.info-section {
    background-image: url(../img/bg-img-03.html);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.info-box {
    padding: 100px 40px 100px 40px;
}

.info-box i {
    font-size: 60px;
    color: #C80C11;
}

.info-box h3 {
    font-size: 32px;
    color: #fff;
    line-height: 32px;
    margin: 20px 0;
}

.info-box p {
    color: #fff;
    margin-bottom: 0;
}

.info-section .bg-yellow i {
    color: #fff;
}

/* ==========================================================================
    Faq Section
   ========================================================================== */
.faq-section {
    background-image: url(../img/excavator-action.html);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.faq-section:before {
    background-color: #041A46;
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.faq-section .section-heading h2 {
    color: #fff;
}

.faq-section .section-heading p {
    color: #ddd;
}

.faq-content {
    padding-left: 40px;
}

.acc-item {
    border: 0;
    border-radius: 5px;
}

.acc-item.active-acc {}

.acc-item h5 {
    font-weight: 600;
    margin: 0;
    border-radius: 5px;
    transition: background-color 0.3s linear;
}

.acc-item.active-acc h5 {
    transition: background-color 0.3s linear;
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
}

.acc-item h5 a {
    background-color: #051441;
    color: #fff;
    display: block;
    padding: 20px;
    font-size: 22px;
    line-height: 30px;
    position: relative;
}

.acc-item.active-acc h5 a {
    color: #C80C11;
}

.acc-item h5 a:before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
}

.acc-item h5 a[aria-expanded^="true"]:before {
    content: "\f068";
    color: #fff;
}

.acc-item h5 a[aria-expanded^="true"] {
    color: #C80C11;
}

.card-body {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.acc-item:last-child .card-body {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/*=========== Faq 2 ===========*/
.faq-section-2 {}

.faq-section-2 .acc-item {
    padding: 0 30px;
    border: 1px solid #ddd;
    border-radius: 0;
}

.faq-section-2 .acc-item h5 a {
    color: #051441;
}

.faq-section-2 .acc-item h5 a:before {
    color: #051441;
}



/* ==========================================================================
    Content Section
   ========================================================================== */
.content-section {
    background-color: #041A46;
    position: relative;
}

.content-section .left-pattern {
    position: absolute;
    background-image: url(../img/corner-pattern-left.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 30%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.1;
}

.content-section .section-heading h2 {
    color: #fff;
}

.content-section .section-heading p {
    color: #ddd;
}

/* ==========================================================================
    Pricing Section
   ========================================================================== */
.pricing-section {}

.pricing-box {
    background-color: #fff;
    padding: 40px;
    box-shadow: 0px 2px 50px 0px rgb(0 0 0 / 10%);
    position: relative;
    overflow: hidden;
}

.pricing-content {
    margin-bottom: 25px;
}

.pricing-content h4 {
    font-family: "Teko", sans-serif;
    color: #6a7c92;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.pricing-content h3 {
    font-size: 62px;
    color: #051441;
    font-weight: 600;
    margin: -20px 0;
}

.pricing-content span {
    color: #6A7C92;
    font-family: "Work Sans", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.pricing-list {
    line-height: 40px;
    margin-bottom: 20px;
}

.pricing-list li {
    color: #6a7c92;
    font-size: 16px;
}

.pricing-list li i {
    color: #0abf53;
    margin-right: 10px;
    font-size: 12px;
}

.pricing-tag {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    right: -120px;
}

.pricing-tag h4 {
    background-color: #C80C11;
    font-family: "Work Sans", sans-serif;
    color: #fff;
    font-size: 12px;
    padding: 0 35px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-weight: 600;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    border-radius: 2px;
    letter-spacing: 0;
    text-transform: uppercase;
}

/* ==========================================================================
    Contact Section
   ========================================================================== */
.contact-section {
    background-image: url(../img/map-pattern.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    width: 100%;
    height: 100%;
}

.contact-section .contact-details li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-section .contact-details li i {
    color: #fff;
    font-size: 15px;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 0;
    background-color: #C80C11;
}

.contact-section .form-group {
    margin-bottom: 15px;
}

.contact-section .form-control {
    height: 44px;
    border: 1px solid #051441;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    border-radius: 3px;
    margin-bottom: 19px;
}

.contact-section .form-control.message {
    height: 150px;
}

#form-messages {
    display: none;
    margin-top: 15px;
    margin-bottom: 0;
}

#form-messages.alert-danger,
#form-messages.alert-success {
    display: block;
}

@media(max-width: 767px) {
    .contact-section .form-group {
        margin-bottom: 0;
    }
}

/* ==========================================================================
    Sponsor Section
   ========================================================================== */
.sponsor-section {
    padding: 60px 0;
}

.sponsor-item {
    padding: 0px 40px 0px 40px;
}

.sponsor-item img:hover {
    cursor: pointer;
}

.sponsor-grid {
    border: 1px solid #eee;
    border-right: none;
}

.sponsor-grid>div {
    padding: 30px;
    text-align: center;
    border-color: #eee;
    border-style: solid;
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 1px;
}

.sponsor-grid>div:nth-child(1),
.sponsor-grid>div:nth-child(2),
.sponsor-grid>div:nth-child(3),
.sponsor-grid>div:nth-child(4) {
    border-bottom-width: 1px;
}

@media(max-width: 767px) {
    .sponsor-grid {
        border-right-width: 0;
        border-bottom-width: 0;
    }

    .sponsor-grid>div {
        border-bottom-width: 1px !important;
    }
}

/*===============================================
    Blog Section
=============================================== */
.blog-wrap {}

.blog-item {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.blog-item .blog-thumb {
    position: relative;
    overflow: hidden;
}

.classic-blog .blog-thumb img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.blog-item .blog-thumb .category {
    background-color: #C80C11;
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    bottom: 0;
}

.blog-item .blog-thumb .category a {
    color: #fff;
}

.blog-item .blog-thumb img {
    width: 100%;
    margin: 0;
}

.blog-content {
    background-color: #fff;
    padding: 30px;
}

.blog-content h3 {
    line-height: 24px;
}

.blog-content h3 a {
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    color: #051441;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.blog-content h3 a:hover {
    color: #C80C11;
}

.blog-content .read-more {
    font-family: "Work Sans", sans-serif;
    color: #051441;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;
}

.blog-content .read-more:hover {
    color: #C80C11;
}

.blog-content .read-more:before {
    background-color: #C80C11;
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    left: 0;
    top: calc(50% - 2px);

}

.blog-item:hover .blog-thumb img {
    transform: scale(1.02);
}

/*  ======= Pagination ======= */
.pagination-wrap {}

.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}

.pagination-wrap.text-left li {
    margin: 0 10px 0 0;
}

.pagination-wrap li a {
    border: 1px solid #eee;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #051441;
    font-weight: 600;
    border-radius: 2px;
}

.pagination-wrap li a:hover {
    background-color: #C80C11;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.pagination-wrap li a.active {
    background-color: #C80C11;
    border: 1px solid #C80C11;
    color: #fff;
}

/*  ======= 15.0 Blog Single ======= */
.blog-thumb {}

.blog-thumb img {
    margin-bottom: 20px;
}

.blog-single-content {}

.blog-single-content h2 a {
    font-size: 32px;
    color: #051441;
}

.blog-single-content h2 a:hover {
    color: #C80C11;
}

.single-post-meta {
    margin-bottom: 20px;
}

.single-post-meta li {
    display: inline-block;
    margin-right: 20px;
}

.single-post-meta li i {
    font-size: 12px;
    color: #C80C11;
    margin-right: 5px;
}

.single-post-meta li a {
    display: inline-block;
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #051441;
}

/* Blog Quote */
blockquote {
    background-color: #f4f4f4;
    padding: 40px;
    border-left: 4px solid #C80C11;
    margin: 30px 0;
    position: relative;
    z-index: 1;
}

blockquote p {
    color: #051441;
    font-size: 18px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -0.2px;
}

blockquote span {
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
    color: #051441;
}

/*===== Post Tags =====*/
.post-tags {
    margin-top: 30px;
}

.post-tags li {
    display: inline-block;
}

.post-tags li a {
    display: inline-block;
    background-color: #C80C11;
    padding: 5px 10px;
    border-radius: 0;
    font-size: 12px;
    color: #fff;
    margin: 3px;
}

.post-tags li a:hover {
    background-color: #051441;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/*===== Author Box =====*/
.author-box {
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    padding: 30px;
    margin-top: 30px;
    border-left: 4px solid #C80C11;
}

.author-box img {
    border-radius: 50%;
}

.author-info {
    padding-left: 30px;
}

.author-info h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
}

.author-box .social-icon {}

.author-box .social-icon li {
    display: inline-block;
    margin-right: 8px;
}

.author-box .social-icon li a {
    font-size: 14px;
    color: #051441;
}

.author-box .social-icon li a:hover {
    color: #C80C11;
}

/*===== Post Navigation =====*/
.post-navigation {
    background-color: #fff;
    border: 1px solid #eee;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
}

.post-navigation .col {
    padding: 20px;
}

.post-navigation .col:not(:last-of-type) {
    border-right: 1px solid rgba(17, 17, 17, 0.04);
}

.post-navigation .col a {
    color: #051441;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.post-navigation .col.next-post a {
    justify-content: flex-end;
}

.post-navigation .col i {
    display: inline-block;
    font-size: 14px;
}

.post-navigation .ti-arrow-left {
    margin-right: 10px;
}

.post-navigation .ti-arrow-right {
    margin-left: 10px;
}

.post-navigation .col a:hover {
    color: #C80C11;
}

.post-navigation .col.prev-post .fa {
    margin-right: 10px;
}

.post-navigation .col.next-post .fa {
    margin-left: 10px;
}

/*===== Comments Style =====*/
.blog-single-wrap .comments-area {
    margin-top: 40px;
}

.blog-single-wrap .comments-area .comments {
    border-bottom: 0;
}

.blog-single-wrap .comments-area li>div {
    border-bottom: 1px solid rgba(17, 17, 17, 0.05);
    padding: 35px;
}

.blog-single-wrap .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.blog-single-wrap .comments-area ol ul {
    padding-left: 30px;
    list-style-type: none;
    margin: 0;
}

.blog-single-wrap .comments-area ol>li:last-child div {
    border-bottom: 0;
}

.blog-single-wrap .comments-area .comments-title {
    font-size: 28px;
    font-weight: 600;
}

.blog-single-wrap .comments-area li>div {
    position: relative;
}

.blog-single-wrap .comments-area .comment-thumb {
    position: absolute;
    left: 35px;
}

.blog-single-wrap .comments-area .comment-thumb .comment-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.blog-single-wrap .comments-area .comment-thumb .comment-img img {
    border-radius: 50%;
}

.blog-single-wrap .comments-area .comment-main-area {
    padding-left: 100px;
}

.blog-single-wrap .comments-area .comment-main-area p {
    margin-bottom: 20px;
}

.blog-single-wrap .comments-area .comments-meta h4 {
    font-family: "Teko", sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
}

.blog-single-wrap .comments-area .comments-meta h4 span {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    text-transform: none;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 5px;
}

.blog-single-wrap .comments-area .comment-reply-link {
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #C80C11;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 35px;
    position: relative;
}

.blog-single-wrap .comments-area .comment-reply-link:before {
    background-color: #C80C11;
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
}

.blog-single-wrap .comments-area .comment-reply-link:hover {
    text-decoration: underline;
}

.blog-single-wrap .comment-respond {}

.blog-single-wrap .comment-respond .comment-reply-title {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.blog-single-wrap .comment-respond form input,
.blog-single-wrap .comment-respond form textarea {
    background-color: #f4f4f4;
    border: 1px solid #eee;
    width: 100%;
    height: 50px;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 0.3s;
}

.blog-single-wrap .comment-respond form input:focus,
.blog-single-wrap .comment-respond form textarea:focus {
    border-color: #C80C11;
}

.blog-single-wrap .comment-respond form textarea {
    height: 200px;
    padding: 15px;
}

.blog-single-wrap .comment-respond .form-inputs {
    overflow: hidden;
}

.blog-single-wrap .comment-respond .form-inputs>input:nth-child(2) {
    width: 49%;
    float: left;
}

.blog-single-wrap .comment-respond .form-inputs>input:nth-child(3) {
    width: 49%;
    float: right;
}

.blog-single-wrap .comment-respond .form-submit input {
    font-family: "Work Sans", sans-serif;
    max-width: 180px;
    background-color: #C80C11;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 0;
    text-transform: uppercase;
}

.blog-single-wrap .comment-respond .form-submit input:hover {
    opacity: 0.9;
}

/*  ======= 16.0 Sidebars ======= */
.sidebar-wrap {
    padding-left: 40px;
}

.sidebar-wrap .widget-content:not(:last-of-type) {
    margin-bottom: 40px;
}

.sidebar-wrap .widget-content h4 {
    font-family: 'Teko', sans-serif;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
}

.sidebar-wrap .widget-content h4:before {
    background-color: #C80C11;
    position: absolute;
    content: "";
    width: 20%;
    height: 3px;
    left: 0;
    bottom: -5px;
}

.sidebar-wrap .widget-content .widget-links li a:hover {
    text-decoration: underline;
}

/*===== Search Form =====*/
.search-form {
    position: relative;
    margin-left: -2px;
}

.search-form .form-control {
    background-color: #fff;
    box-shadow: none;
    width: 100%;
    display: block;
    border: 1px solid #eee;
    color: #051441;
    height: auto;
    padding: 15px 20px;
    border-radius: 2px;
    padding-right: 60px;
    margin-bottom: 20px;
}

.search-form .search-btn {
    background-color: transparent;
    font-size: 15px;
    color: #051441;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 10px 0;
    opacity: 0.6;
    border: none;
}

.search-form .search-btn:focus,
.search-form .search-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.search-form input::-webkit-input-placeholder {
    color: #6a8695 !important;
}

.search-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #6a8695 !important;
}

.search-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #6a8695 !important;
}

.search-form input:-ms-input-placeholder {
    color: #6a8695 !important;
}

/*===== Thumbnails Post =====*/
.widget-links {
    margin-top: -10px !important;
}

.thumb-post {}

.thumb-post li {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.thumb-post li:last-child {
    margin-bottom: 0;
}

.thumb-post li img {
    width: 80px;
    height: 70px;
    object-fit: cover;
}

.thumb-post li a {
    font-family: "Teko", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #051441;
    padding-left: 10px;
    letter-spacing: -0.5px;
}

.thumb-post li a:hover {
    color: #C80C11;
    text-decoration: none;
}

.thumb-post span {
    font-family: "Work Sans", sans-serif;
    display: block;
    font-size: 12px;
    color: #6a7c92;
}

/*===== Tag Cloud =====*/
.widget-content .tags {}

.widget-content .tags li {
    display: inline-block;
}

.widget-content .tags li a {
    display: inline-block;
    background-color: #C80C11;
    padding: 5px 10px;
    border-radius: 0;
    font-size: 12px;
    color: #fff;
    margin: 3px;
}

.widget-content .tags li a:hover {
    background-color: #051441;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/*===== Category =====*/
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-links li a {
    font-family: "Teko", sans-serif;
    color: #6a7c92;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 0;
    line-height: 24px;
    display: block;
    margin-bottom: 15px;
    letter-spacing: 0.2;
}

.widget-content ul li a:hover {
    color: #C80C11;
}

/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer-section {
    background-color: #041A46;
}

.footer-top {
    padding: 50px 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom {
    padding: 17px 0 8px;
}

.footer-bottom p {
    margin: 0;
}

.footer-top .footer-bg {
    background-image: url(../img/city-skiline.png);
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.footer-top .truck {
    background-image: url(../img/truck-1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 130px;
    height: 40px;
    right: 0;
    bottom: 0;
    animation: running-anim 20s linear infinite;
}

.footer-top .truck-2 {
    background-image: url(../img/truck-2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 130px;
    height: 40px;
    right: 30%;
    bottom: 0;
    animation: running-anim 30s linear infinite;
}

.footer-top .truck-3 {
    background-image: url(../img/truck-3.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 130px;
    height: 100px;
    right: 70%;
    bottom: 0;
    animation: running-anim-left 35s linear infinite;
}

.footer-content {}

.footer-content .logo {
    width: 70%;
    margin-bottom: 10px;
}

.footer-content p {
    margin-top: 15px;
    color: #ddd;
}

.footer-icon-content {
    position: relative;
}

.footer-icon-content svg {
    width: 50px;
    height: 50px;
    fill: #C80C11;
    position: absolute;
    left: 0;
    top: 7px;
}

.footer-icon-info {
    padding-left: 65px;
}

.footer-icon-info h3 {
    font-family: 'Teko', sans-serif;
    color: #ddd;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.footer-icon-info a {
    font-family: 'Teko', sans-serif;
    color: #C80C11;
    font-weight: 600;
    margin-bottom: 0;
}

.footer-social {
    margin-top: 15px;
}

.footer-social li {
    display: inline-block;
    margin-right: 3px;
}

.footer-social li a {
    background-color: #0c2042;
    font-size: 14px;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
}

.footer-social li a:hover {
    background-color: #C80C11;
}

.footer-header {
    position: relative;
}

.footer-header h3 {
    font-size: 24px;
    color: #fff;
}

.footer-list {}

.footer-list li {
    line-height: 40px;
}

.footer-list li a {
    font-size: 15px;
    color: #ddd;
}

.footer-list li a:hover {
    color: #C80C11;
}

.footer-section .thumb-post li a {
    color: #fff;
}

.footer-section .thumb-post li a span {
    color: #ddd;
}

.footer-section .thumb-post li a:hover {
    color: #C80C11;
}

.subscribe-widget {
    padding: 40px;
    padding-top: 60px;
    position: relative;
    margin-top: -120px;
    z-index: 1;
}

.subscribe-widget:before {
    background-color: #C80C11;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0% 5%, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
}

.sub-content {}

.sub-content .sub-icon svg {
    width: 60px;
    height: 60px;
    fill: #fff;
}

.sub-content p {
    font-size: 16px;
    color: #fff;
}

.footer-section .overlay-icon {
    position: absolute;
    right: 20px;
    top: 40px;
}

.footer-section .overlay-icon svg {
    fill: #fff;
    width: 200px;
    opacity: .2;
}

.subscribe-widget .form-field {
    position: relative;
}

.subscribe-widget .form-field input {
    background-color: #fff;
    width: 100%;
    height: 45px;
    border: none;
    display: block;
    padding: 0 15px;
    padding-right: 80px;
    outline: none;
    box-shadow: none;
}

.subscribe-widget input[type="submit"] {
    background-color: #C80C11;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="white" d="M476 3.2L12.5 270.6c-18.1 10.4-15.8 35.6 2.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5c0 23.6 28.5 32.9 42.5 15.8L282 426l124.6 52.2c14.2 6 30.4-2.9 33-18.2l72-432C515 7.8 493.3-6.8 476 3.2z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px;
    display: inline-block;
    text-align: center;
    width: 70px;
    height: 37px;
    position: absolute;
    right: 4px;
    top: 4px;
    border-radius: 0;
    cursor: pointer;
    text-indent: 9999px;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.subscribe-widget input[type="submit"]:hover {
    background-color: #051441;
}

@-moz-keyframes running-anim {
    0% {
        right: -30%
    }

    100% {
        right: 100%
    }
}

@-webkit-keyframes running-anim {
    0% {
        right: -30%
    }

    100% {
        right: 100%
    }
}

@keyframes running-anim {
    0% {
        right: -30%
    }

    100% {
        right: 100%
    }
}

@-moz-keyframes running-anim-left {
    0% {
        left: -30%
    }

    100% {
        left: 100%
    }
}

@-webkit-keyframes running-anim-left {
    0% {
        left: -30%
    }

    100% {
        left: 100%
    }
}

@keyframes running-anim-left {
    0% {
        left: -30%
    }

    100% {
        left: 100%
    }
}

/*  ======= Media Query ======= */
/* max-width 1024px */
@media (max-width: 1024px) {
    .header-menu-wrap ul li>a {
        padding: 0 10px;
    }
}

/* max-width 992px */
@media (max-width: 992px) {
    .sm-padding {
        padding: 15px;
    }

    .sidebar-wrap {
        padding-left: 0;
        margin-top: 20px;
    }
}

/* max-width 767px */
@media all and (max-width: 767px) {
    .padding {
        padding: 60px 0;
    }

    .xs-padding {
        padding: 15px;
    }

    p br {
        display: none;
    }

    .sidebar-wrap {
        padding-left: 0;
    }

    .blog-single-content h2 a {
        font-size: 22px;
        line-height: 28px;
    }

    .blog-single-content h2 {
        line-height: 28px;
    }

    blockquote p {
        line-height: 32px;
    }
}

/* max-width 580px */
@media all and (max-width: 580px) {

    .header-3 a.header-btn,
    .header-1 a.header-btn {
        display: none;
    }

    .top-left {
        width: 100%;
        padding: 15px 0;
        text-align: center;
    }

    .top-bar .top-left li {
        font-size: 17px;
        display: block;
        padding: 0;
        line-height: 1;
    }

    .top-bar .top-left li:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .primary-header-inner .header-right {
        margin-left: 0;
    }

    .header-right a.dl-btn {
        padding: 3px 10px;
        font-size: 14px;
        line-height: 32px;
        margin: 0;
        margin-left: 15px;
    }

    .primary-header-two .header-right a.dl-btn {
        padding: 5px 15px;
    }

    .header-three .top-bar .top-left li,
    .header-three .top-bar .top-left li:first-child {
        border: none;
    }

    .header-one .header-right .dl-btn {
        display: none;
    }

    #scrollup {
        bottom: 20px;
        right: 20px;
    }
}

/* max-width 420px */
@media all and (max-width: 420px) {}

/* max-width 320px */
@media (max-width: 320px) {
    .primary-header .header-logo {
        max-width: 122px;
    }

    .header-right .mobile-menu-icon {
        margin-left: 10px;
    }
}

.text-dark2 {
    color: #041A46;
    font-weight: 600;
    font-size: 16px;
}

.counter-suffix {
    font-family: "Teko", sans-serif;
    font-size: 46px;
    font-weight: 700;
    color: #ffffff;
    vertical-align: baseline;
    margin-left: 2px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.float2 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    background-color: #C80C11;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float2 {
    margin-top: 16px;
}

.s-img {
    width: 100%;
    height: 260px;
}

/* Mobile */
@media (max-width: 759px) {
    .padding {
        padding: 35px 0 !important;
    }

    .s-img {
        width: 100%;
        height: 160px;
    }

    .xs-padding {
        padding-bottom: 10px !important;
    }

    .contact-section .form-control {

        margin-bottom: 0px;
    }

    .service-box .service-icon {
        top: 112px;
    }

    .mid-header {
        padding: 7px 0 33px 0;
    }

    .testi-content {
        padding-top: 0px !important;
        padding-left: 0;
    }

}

.formbg {
    background: linear-gradient(145deg, #041A46 0%, #0a2768 100%);
    padding: 35px 30px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(4, 26, 70, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.formbg h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 6px;
}

.formbg p {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.formbg .form-control {
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    height: 46px;
    padding: 10px 16px;
    font-size: 14px;
    color: #1e293b;
    margin-bottom: 14px !important;
    transition: all 0.25s ease;
}

.formbg .form-control:focus {
    border-color: #C80C11;
    box-shadow: 0 0 0 3px rgba(200, 12, 17, 0.18);
    background-color: #ffffff;
    outline: none;
}

.formbg .default-btn {
    width: 100%;
    height: 48px;
    background-color: #C80C11;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.formbg .default-btn:hover {
    background-color: #a5070b;
    box-shadow: 0 6px 20px rgba(200, 12, 17, 0.35);
}

.counter {
    padding-top: 45px;
    padding-bottom: 50px;
    background: linear-gradient(135deg, #041A46 0%, #08225e 100%);
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.counter .counter-content h3 {
    text-align: center;
    font-family: "Teko", sans-serif;
    font-size: 54px;
    line-height: 1;
    font-weight: 700;
    color: #ffbf00;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.counter .counter-content h3 .odometer,
.counter .counter-content h3 .odometer.odometer-auto-theme,
.counter .counter-content h3 .odometer.odometer-theme-default,
.counter .counter-content h3 .odometer .odometer-digit,
.counter .counter-content h3 .odometer .odometer-digit-inner,
.counter .counter-content h3 .odometer .odometer-value {
    font-family: "Teko", sans-serif !important;
    font-size: 54px !important;
    font-weight: 700 !important;
    color: #ffbf00 !important;
    line-height: 1 !important;
}

.counter-suffix {
    font-family: "Teko", sans-serif !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1 !important;
    vertical-align: baseline;
    margin-left: 2px;
}

.counter .counter-content h4 {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.3px;
    opacity: 0.95;
}

.Reason1 {
    background-color: #C80C11;
    padding-top: 40px;
    padding-bottom: 40px;
}

.Reason1 .icon {
    padding: 10px;
    color: #ffbf00;
    text-align: center;
    font-size: 60px;
}

.branch {
    padding-top: 80px;
}

.branch h2 {
    color: #C80C11 !important;
    font-size: 40px;
    text-align: center;
    padding-bottom: 20px;
}

.team-member-info h5 {
    text-align: center;
    background: #041A46;
    border: 1px solid rgba(4, 26, 70, 0.15);
    border-radius: 8px;
    padding: 10px 14px;
    margin: 6px 0;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(4, 26, 70, 0.08);
}

.team-member-info h5:hover {
    background: #C80C11;
    border-color: #C80C11;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(200, 12, 17, 0.3);
}

.team-member-info h5 a {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    transition: color 0.2s ease;
}

.branch-subheading {
    color: #041A46;
    font-size: 20px;
    font-weight: 700;
    margin: 25px 0 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #C80C11;
    display: inline-block;
}

/* ==========================================================================
   Modern UI Components (Cost Estimator, How It Works, Comparison, FAQ, Routes)
   ========================================================================== */

.top-live-badge {
    background: rgba(200, 12, 17, 0.12);
    color: #C80C11;
    font-weight: 600;
    font-size: 13px;
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.top-live-badge::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #28a745;
    box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.4);
    animation: pulseDot 1.5s infinite;
}

@keyframes pulseDot {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(40, 167, 69, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
    }
}

.header-quote-btn {
    background: #C80C11;
    color: #ffffff !important;
    padding: 9px 20px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(200, 12, 17, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.header-quote-btn:hover {
    background: #041A46;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(4, 26, 70, 0.35);
}

.hero-trust-bar {
    position: relative;
    z-index: 10;
    margin-top: -35px;
    margin-bottom: 45px;
}

.trust-chip-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px 18px;
    box-shadow: 0 10px 30px rgba(4, 26, 70, 0.08);
    border: 1px solid rgba(4, 26, 70, 0.06);
    display: flex;
    align-items: center;
    gap: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.trust-chip-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(4, 26, 70, 0.13);
}

.trust-chip-icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: rgba(200, 12, 17, 0.1);
    color: #C80C11;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.trust-chip-text h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #041A46;
}

.trust-chip-text p {
    margin: 0;
    font-size: 12px;
    color: #64748b;
}

.calc-section {
    background: #f8fafc;
    padding: 70px 0;
}

.calc-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(4, 26, 70, 0.07);
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.calc-tabs {
    display: flex;
    background: #041A46;
    overflow-x: auto;
}

.calc-tab-btn {
    flex: 1;
    padding: 18px 15px;
    color: #cbd5e1;
    background: transparent;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
}

.calc-tab-btn.active,
.calc-tab-btn:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border-bottom: 3px solid #C80C11;
}

.calc-tab-content {
    display: none;
    padding: 35px 30px;
}

.calc-tab-content.active {
    display: block;
    animation: fadeIn 0.4s ease;
}

.calc-badge {
    background: #ecfdf5;
    color: #059669;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-block;
}

.calc-price {
    font-size: 32px;
    font-weight: 800;
    color: #C80C11;
    line-height: 1.2;
}

.calc-feature-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 25px;
}

.calc-feature-list li {
    padding: 6px 0;
    font-size: 14px;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 10px;
}

.calc-feature-list li i {
    color: #10b981;
}

.process-section {
    padding: 80px 0;
    background: #ffffff;
}

.process-step-card {
    background: #f8fafc;
    border-radius: 14px;
    padding: 35px 22px;
    text-align: center;
    border: 1px solid #e2e8f0;
    position: relative;
    transition: all 0.3s ease;
    height: 100%;
}

.process-step-card:hover {
    transform: translateY(-8px);
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(4, 26, 70, 0.1);
    border-color: #C80C11;
}

.process-number {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #041A46;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(200, 12, 17, 0.1);
    color: #C80C11;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.process-step-card:hover .process-icon {
    background: #C80C11;
    color: #ffffff;
    transform: scale(1.1);
}

.process-step-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #041A46;
    margin-bottom: 12px;
}

.process-step-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.comparison-section {
    padding: 80px 0;
    background: #f8fafc;
}

.comparison-table-wrapper {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(4, 26, 70, 0.08);
    border: 1px solid #e2e8f0;
}

.comparison-table {
    width: 100%;
    margin-bottom: 0;
}

.comparison-table th {
    padding: 20px 24px;
    font-size: 16px;
    font-weight: 700;
}

.comparison-table th.brand-col {
    background: #041A46;
    color: #ffffff;
}

.comparison-table th.other-col {
    background: #f1f5f9;
    color: #64748b;
}

.comparison-table td {
    padding: 16px 24px;
    font-size: 14px;
    vertical-align: middle;
    border-top: 1px solid #e2e8f0;
}

.comparison-table td.feature-title {
    font-weight: 600;
    color: #1e293b;
}

.comparison-table td.brand-val {
    background: #f8fafc;
    color: #041A46;
    font-weight: 600;
}

.comparison-table td.other-val {
    color: #94a3b8;
}

.check-icon {
    color: #10b981;
    margin-right: 8px;
    font-size: 16px;
}

.cross-icon {
    color: #ef4444;
    margin-right: 8px;
    font-size: 16px;
}

.materials-section {
    padding: 80px 0;
    background: #ffffff;
}

.material-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s ease;
    height: 100%;
}

.material-card:hover {
    border-color: #C80C11;
    box-shadow: 0 10px 25px rgba(200, 12, 17, 0.08);
    transform: translateY(-4px);
}

.material-icon-wrap {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: rgba(4, 26, 70, 0.06);
    color: #041A46;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
}

.material-card h5 {
    font-size: 17px;
    font-weight: 700;
    color: #041A46;
    margin-bottom: 8px;
}

.material-card p {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

/* ==========================================================================
   Modern FAQ Section
   ========================================================================== */
.faq-section {
    padding: 90px 0;
    background: #fcf8f8;
    position: relative;
    border-bottom: 1px solid #ed0000;
}

.faq-section::before {
    display: none !important;
}

.faq-header-wrap {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 40px;
}

.faq-header-wrap .sub-heading {
    color: #C80C11;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: inline-block;
}

.faq-header-wrap h2 {
    font-size: 36px;
    font-weight: 800;
    color: #041A46;
    margin-bottom: 14px;
    line-height: 1.25;
}

.faq-header-wrap h2 span {
    color: #C80C11;
}

.faq-header-wrap p {
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* Category Filter Pills & Search */
.faq-controls-wrap {
    max-width: 900px;
    margin: 0 auto 35px;
}

.faq-search-box {
    position: relative;
    margin-bottom: 20px;
}

.faq-search-box input {
    width: 100%;
    height: 52px;
    padding: 12px 20px 12px 48px;
    border-radius: 30px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    font-size: 15px;
    color: #1e293b;
    outline: none;
    box-shadow: 0 4px 15px rgba(4, 26, 70, 0.04);
    transition: all 0.3s ease;
}

.faq-search-box input:focus {
    border-color: #C80C11;
    box-shadow: 0 6px 20px rgba(200, 12, 17, 0.12);
}

.faq-search-box i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 16px;
}

.faq-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.faq-cat-btn {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #475569;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.faq-cat-btn:hover {
    color: #C80C11;
    border-color: #C80C11;
    background: #fff5f5;
}

.faq-cat-btn.active {
    background: #C80C11;
    color: #ffffff;
    border-color: #C80C11;
    box-shadow: 0 4px 14px rgba(200, 12, 17, 0.25);
}

/* Accordion Item */
.faq-accordion .faq-item {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.faq-accordion .faq-item:hover {
    border-color: #cbd5e1;
    box-shadow: 0 6px 20px rgba(4, 26, 70, 0.06);
}

.faq-accordion .faq-item.active {
    border-color: #C80C11;
    box-shadow: 0 10px 30px rgba(200, 12, 17, 0.08);
}

.faq-accordion .faq-question {
    padding: 20px 24px;
    font-size: 16px;
    font-weight: 700;
    color: #041A46;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    user-select: none;
    transition: color 0.3s ease;
}

.faq-accordion .faq-question .faq-q-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.faq-accordion .faq-q-badge {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(200, 12, 17, 0.1);
    color: #C80C11;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.faq-accordion .faq-item.active .faq-question {
    color: #C80C11;
}

.faq-accordion .faq-icon-wrap {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #041A46;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.faq-accordion .faq-item.active .faq-icon-wrap {
    background: #C80C11;
    color: #ffffff;
    transform: rotate(180deg);
}

.faq-accordion .faq-answer {
    display: none;
    padding: 0 24px 22px;
    padding-left: 64px;
    color: #475569;
    font-size: 14.5px;
    line-height: 1.7;
    border-top: 1px dashed rgba(226, 232, 240, 0.8);
    padding-top: 16px;
}

.faq-accordion .faq-item.active .faq-answer {
    display: block;
    animation: faqFade 0.35s ease;
}

@keyframes faqFade {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-answer ul {
    margin: 10px 0 0;
    padding-left: 20px;
}

.faq-answer ul li {
    margin-bottom: 6px;
    color: #475569;
}

.faq-answer ul li strong {
    color: #041A46;
}

/* Sidebar Help Card */
.faq-help-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 32px 26px;
    box-shadow: 0 10px 30px rgb(242, 0, 0);
    position: sticky;
    top: 120px;
}

.faq-help-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(200, 12, 17, 0.1);
    color: #C80C11;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.faq-help-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #041A46;
    margin-bottom: 10px;
}

.faq-help-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 22px;
}

.faq-help-btn-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-support-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.faq-btn-call {
    background: #C80C11;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(200, 12, 17, 0.25);
}

.faq-btn-call:hover {
    background: #a3090d;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.faq-btn-whatsapp {
    background: #25D366;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.25);
}

.faq-btn-whatsapp:hover {
    background: #1eb956;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.faq-trust-list {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
    list-style: none;
    padding-left: 0;
}

.faq-trust-list li {
    font-size: 13px;
    color: #475569;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.faq-trust-list li i {
    color: #10b981;
}

.faq-no-results {
    display: none;
    text-align: center;
    padding: 40px 20px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px dashed #cbd5e1;
}

.faq-no-results i {
    font-size: 36px;
    color: #94a3b8;
    margin-bottom: 12px;
}

.faq-no-results h5 {
    color: #041A46;
    font-weight: 700;
}

.faq-no-results p {
    color: #64748b;
    font-size: 14px;
    margin: 0;
}

.routes-section {
    padding: 70px 0;
    background: #ffffff;
}

.route-badge {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #041A46;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.route-badge:hover {
    border-color: #C80C11;
    background: #fef2f2;
    transform: translateX(4px);
    color: #C80C11;
}

.route-badge span.route-name {
    font-weight: 600;
    font-size: 14px;
}

.route-badge span.route-time {
    font-size: 12px;
    color: #64748b;
    background: #f1f5f9;
    padding: 3px 8px;
    border-radius: 12px;
}

.service-card-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #C80C11;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 20px;
    z-index: 2;
}

.service-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

/* ==========================================================================
   Section Separator & Divider
   ========================================================================== */
.section-separator {
    position: relative;
    width: 100%;
    background: transparent;
}

.section-separator-line {
    height: 1px;
    background: linear-gradient(90deg, rgba(226, 232, 240, 0) 0%, rgba(200, 12, 17, 0.35) 30%, rgba(4, 26, 70, 0.35) 70%, rgba(226, 232, 240, 0) 100%);
    border: none;
    margin: 0;
}

.section-separator-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 30px 0 10px;
}

.section-separator-badge .sep-line {
    flex: 1;
    max-width: 320px;
    height: 1px;
    background: linear-gradient(90deg, rgba(203, 213, 225, 0), rgba(203, 213, 225, 0.8));
}

.section-separator-badge .sep-line.right {
    background: linear-gradient(90deg, rgba(203, 213, 225, 0.8), rgba(203, 213, 225, 0));
}

.section-separator-badge .sep-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 14px rgba(4, 26, 70, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C80C11;
    font-size: 16px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.section-separator-badge:hover .sep-icon {
    transform: scale(1.1);
    border-color: #C80C11;
}

/* ==========================================================================
   Pricing Rate Table Section
   ========================================================================== */
.pricing-rate-section {
    padding: 85px 0 75px;
    background: #ffffff;
    position: relative;
}

.pricing-rate-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(4, 26, 70, 0.07);
    border: 1px solid #e2e8f0;
    overflow: hidden;
    margin-bottom: 20px;
}

.rate-table {
    width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
}

.rate-table thead th {
    background: #C80C11;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 16px 18px;
    border: 1px solid #b30a0f;
    vertical-align: middle;
    letter-spacing: 0.2px;
    white-space: nowrap;
    text-align: center;
}

.rate-table thead th:first-child {
    text-align: left;
    padding-left: 24px;
}

.rate-table tbody td {
    padding: 15px 18px;
    font-size: 14.5px;
    border: 1px solid #e2e8f0;
    vertical-align: middle;
    color: #334155;
    background: #ffffff;
    transition: background-color 0.2s ease;
}

.rate-table tbody td:first-child {
    font-weight: 700;
    color: #041A46;
    text-align: left;
    padding-left: 24px;
}

.rate-table tbody tr:nth-child(even) td {
    background: #fafbfc;
}

.rate-table tbody tr:hover td {
    background: #fef2f2;
}

.rate-table .price-val {
    font-weight: 600;
    color: #475569;
    text-align: center;
    white-space: nowrap;
}

.rate-table .price-highlight {
    color: #C80C11;
    font-weight: 800;
    text-align: center;
    white-space: nowrap;
    background: rgba(200, 12, 17, 0.03);
}

.rate-table tbody tr:hover .price-highlight {
    background: rgba(200, 12, 17, 0.08);
}

.rate-table-note {
    font-size: 13px;
    color: #64748b;
    text-align: center;
    margin-top: 14px;
    font-style: italic;
    line-height: 1.5;
}

.rate-cta-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .rate-table thead th, .rate-table tbody td {
        padding: 12px 14px;
        font-size: 13.5px;
    }
    .rate-table thead th:first-child, .rate-table tbody td:first-child {
        padding-left: 16px;
    }
}