/* \\\\\\\\\\\\\\\\\\\\\\\\\\\  custom scroll bar \\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
@media screen and (max-width: 2200px) {
    ::-webkit-scrollbar {
        width: 7px;
    }

    ::-webkit-scrollbar-track {
        background: #075081;
    }

    ::-webkit-scrollbar-thumb {
        background: #e31e24;
    }
}

@media screen and (max-width: 1900px) {
    ::-webkit-scrollbar {
        width: 7px;
    }

    ::-webkit-scrollbar-track {
        background: #075081;
    }

    ::-webkit-scrollbar-thumb {
        background: #e31e24;
    }
}

@media screen and (max-width: 970px) {

    ::-webkit-scrollbar {
        width: 7px;
    }

    ::-webkit-scrollbar-track {
        background: #075081;
    }

    ::-webkit-scrollbar-thumb {
        background: #e31e24;
    }


}

body, html {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    pointer-events: none;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\  end  custom scroll bar \\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

#preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
    transition: 0.3s ease opacity;
    text-align: center;
    width: 100%;
    height: 100%
}

#preloader:before {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #e31e24;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

#preloader:after {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #e31e24;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 1s
}

@keyframes LoaderCicle {
    0% {
        width: 0;
        height: 0;
        opacity: 0
    }

    10% {
        width: 10px;
        height: 10px;
        opacity: 1
    }

    80% {
        width: 60px;
        height: 60px;
        opacity: 0.1
    }

    100% {
        width: 70px;
        height: 70px;
        opacity: 0
    }
}

a:hover, a:active {
    color: #e31e24;
    text-decoration: none
}

.head-color {
    color: #e31e24;
}

.header-text h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 160px;
    height: 1px;
    background: #075081;
    left: 0;
    right: 0;
    top: 61px;
    margin: auto;
}

.header-text h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #e31e24;
    left: 0;
    right: 0;
    top: 60px;
    margin: auto;
}

.latest-heading1 h2::before {
    content: "";
    position: relative;
    display: block;
    width: 160px;
    height: 1px;
    background: #075081;
    left: 0;
    right: 0;
    top: 61px;
    margin: auto;
}

.latest-heading1 h2::after {
    content: "";
    position: relative;
    display: block;
    width: 60px;
    height: 3px;
    background: #e31e24;
    left: 0;
    right: 0;
    top: 21px;
    margin: auto;
}

@media (max-width: 931px) {
    .latest-heading1 h2::after {
        top: 24px;
    }
}


@media (max-width: 531px) {
    .latest-heading1 h2::after {
        top: 28px;
    }
}

.theme-overlay[data-overlay-dark]:before, .theme-overlay-180[data-overlay-dark]:before, .theme-overlay-90[data-overlay-dark]:before, .bg-theme-90, .bg-theme-solid, .theme-overlay-solid[data-overlay-dark]:before {
    background: #e31e24
}

.text-primary {
    color: #e31e24 !important
}

.text-secondary {
    color: #1E2023 !important
}

.bg-primary {
    background-color: #e31e24 !important
}

.bg-secondary {
    background-color: #1E2023 !important
}

.border-primary {
    border-color: #e31e24 !important
}

.theme-overlay[data-overlay-dark]:before {
    background: #1E2023
}

.white-hover:hover {
    color: #fff !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.box-shadow2 {
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(43, 52, 59, 0.1)
}

.vw-90 {
    width: 100vw
}

.transform-rotate {
    transform: rotate(180deg);
    width: 100%;
}

.transform-rotate-1 {
    transform: rotate(360deg);
    bottom: 24px;
    width: 100%;
}

.form-control {
    height: auto
}

.scroll-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    top: 85%;
    right: 44px;
    border-radius: 2%;
    background: #e31e24;
    border: 1px solid #e31e24;
    width: 42px;
    height: 42px;
    line-height: 30px;
    z-index: 9999;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen {}

.scroll-to-top i {
    color: #fff
}

.scroll-to-top:hover {
    color: #1E2023;
    background: #fff
}

.scroll-to-top:hover i {
    color: #1E2023
}

.scroll-to-top:visited {
    color: #1E2023;
    text-decoration: none
}

.section-heading1 .subheading {
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    font-size: 21px;
}

.section-heading1 .subheading:before {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 9px;
    height: 9px;
    top: -1px;
    content: "";
    left: 1px;
    margin-right: 15px;
    background-color: #e31e24
}

.section-heading1 .subheading1:before {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 7px;
    height: 7px;
    top: -1px;
    content: "";
    left: 1px;
    margin-right: 15px;
    background-color: #020202
}

.list-style1 {
    padding-left: 0;
    list-style: none
}

.list-style1 li {
    padding-left: 30px;
    color: #1E2023;
    font-weight: 400;
    position: relative;
    margin-bottom: 8px
}

.list-style1 li:last-child {
    margin-bottom: 0
}

.list-style1 li:before {
    content: '\e64d';
    font-weight: 600;
    font-family: 'themify';
    color: #e31e24;
    position: absolute;
    left: 0;
    font-size: 17px
}

@media screen and (max-width: 575px) {
    .list-style1 li {
        font-size: 15px;
        line-height: 25px;
        padding-left: 25px
    }

    .list-style1 li:before {
        font-size: 13px
    }
}

.list-style2 li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px
}

.list-style2 li:last-child {
    margin-bottom: 0
}

.list-style2 li:before {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 7px;
    height: 7px;
    top: 10px;
    content: "";
    left: 0;
    background-color: #e31e24
}

@media screen and (max-width: 575px) {
    .list-style2 li {
        font-size: 15px;
        line-height: 25px;
        padding-left: 25px
    }

    .list-style2 li:before {
        font-size: 13px
    }
}

.fonts {
    font-size: 15px;
}

.butn {
    background: #e31e24;
    cursor: pointer;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition: all linear 400ms;
    -moz-transition: all linear 400ms;
    -o-transition: all linear 400ms;
    transition: all linear 400ms;
    border: none
}

.butn:hover {
    color: #e31e24
}

a.butn:hover, a.butn:active {
    color: #e31e24
}

.butn:before {
    background: #1E2023;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 51%;
    -ms-transform-origin: 51%;
    -o-transform-origin: 51%;
    transform-origin: 51%;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 3px;
    border: none
}

.butn.white:hover:before, .butn.white:focus:before, .butn.white:active:before {
    transform: scaleX(1)
}

.butn.primary:hover:before, .butn.primary:focus:before, .butn.primary:active:before {
    transform: scaleX(1)
}

.butn:hover:before, .butn:focus:before, .butn:active:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.butn.primary {
    background: #e31e24 !important
}

.butn.primary:before {
    background: #ffffff
}

.butn.secondary {
    background: #1E2023 !important
}

.butn.secondary:hover:before, .butn.secondary:focus:before, .butn.secondary:active:before {
    transform: scaleX(1);
    color: #fff !important
}

.butn.secondary:before {
    background: #e31e24
}

a.butn.secondary:hover, a.butn.secondary:active {
    color: #fff !important
}

.butn.white {
    color: #e31e24;
    background: #ffffff !important;
    background: -webkit-linear-gradient(-45deg, #e0e0e0, #fff);
    background: -moz-linear-gradient(-45deg, #e0e0e0, #fff);
    background: -o-linear-gradient(-45deg, #e0e0e0, #fff);
    background: linear-gradient(-45deg, #e0e0e0, #fff)
}

.butn.white:hover {
    color: #e31e24
}

a.butn.white:hover, a.butn.white:active {
    color: #e31e24
}

.butn.white:before {
    background: #1E2023
}

.butn.sm {
    font-size: 13px;
    padding: 8px 30px
}

.butn.md {
    font-size: 13px;
    padding: 12px 30px
}

.btn.bordered {
    border: 1px solid #ffffff;
    background: #000;
    color: #ffffff
}

.link-btn {
    border-bottom: 1px solid #c7c7c7
}

.button {
    background-color: #e31e24;
    color: #fff;
    position: relative;
    display: inline-block;
    border: 0;
    color: #fff;
    padding: 1.25rem 2rem;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.button.dark {
    background-color: #1E2023
}

.button.md {
    padding: 1rem 1rem !important;
    font-size: 13px
}

.button.dark:after {
    border: 1px solid #fff
}

.button:hover {
    color: #fff
}

.button:after {
    border: 1px solid #fff
}

.button:hover:after {
    opacity: 1
}

.button:after {
    opacity: .4;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    position: absolute;
    top: 0.3125rem;
    bottom: 0.3125rem;
    right: 0.3125rem;
    left: 0.3125rem
}

.top-bar-info {
    display: inline-block;
    vertical-align: middle
}

.top-bar-info ul {
    margin-bottom: 0
}

.top-bar-info li {
    font-weight: 500;
    color: #fff;
    list-style-type: none;
    font-size: 14px;
    padding: 0 5px 0;
    display: inline-block;
    margin-bottom: 0
}

.top-bar {
    display: block;
    position: relative;
    z-index: 999;
    padding: 7px 0
}

.top-bar-info li i {
    font-size: 16px;
    color: #fff;
    margin-right: 8px;
    margin-top: 0;
    display: inline-block;
    vertical-align: text-bottom
}

.top-social-icon {
    padding: 0;
    float: right;
    margin: 0
}

.top-social-icon li {
    font-size: 14px;
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 7px
}

.top-social-icon li:last-child {
    padding-right: 0
}

.top-social-icon li:last-child a {
    padding-right: 0
}

.top-social-icon li a {
    color: #fff;
    line-height: 28px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    padding: 0 3px
}

.top-social-icon li a:hover {
    color: rgba(255, 255, 255, 0.65)
}

.navbar-nav li.current>a, .navbar-nav li.active>a {
    color: #e31e24
}

.attr-nav>ul>li>a.butn {
    color: #fff
}

.navbar>ul>li.current>a:after {
    border-color: transparent #e31e24 #e31e24 transparent
}

.menu_area-light .navbar-nav li.current>a, .menu_area-light .navbar-nav li.active>a {
    color: #e31e24
}

.menu_area-light .navbar>ul>li.current>a:after {
    border-color: transparent #e31e24 #e31e24 transparent
}

.menu_area-light.scrollHeader .navbar-nav li.current>a {
    color: #e31e24
}

.menu_area-light.scrollHeader .navbar-nav li.current>a:hover {
    color: #e31e24
}

.menu_area-light.scrollHeader .navbar-nav li.active>a {
    color: #e31e24
}

.menu_area-light.scrollHeader .navbar>ul>li.current>a:after {
    border-color: transparent #e31e24 #e31e24 transparent
}

@media screen and (min-width: 992px) {
    .menu_area-light .navbar ul ul li.active>a, .menu_area-light .navbar-nav li.has-sub a:hover {
        color: #e31e24
    }

    .menu_area-light .navbar>ul>li.has-sub>a:hover:after {
        border-color: #e31e24
    }

    .menu_area-light.scrollHeader .navbar-nav>li.has-sub>a:hover {
        color: #e31e24
    }

    .header-style2.scrollHeader .navbar-nav>li.has-sub>a:hover {
        color: #e31e24
    }

    .header-style2.scrollHeader .navbar-nav>li.has-sub>a:hover:after {
        border-color: transparent #e31e24 #e31e24 transparent
    }

    .header-style2 .navbar>ul>li.has-sub.current>a:hover:after {
        border-color: transparent #e31e24 #e31e24 transparent
    }

    .header-style2.scrollHeader .navbar-nav li.current>a {
        color: #e31e24
    }

    .header-style2.scrollHeader .navbar-nav li.current>a:hover {
        color: #e31e24
    }

    .header-style2.scrollHeader .navbar>ul>li.current>a:after {
        border-color: transparent #e31e24 #e31e24 transparent
    }

    .header-style2 .navbar ul ul li.active>a {
        color: #e31e24
    }

    .header-style2 .navbar-nav li.has-sub a:hover, .header-style2 .navbar-nav li.has-sub a:active, .header-style2 .navbar-nav li.has-sub a:focus {
        color: #e31e24
    }

    .header-style2 .navbar-nav li.current>a, .header-style2 .navbar-nav li.active>a {
        color: #e31e24
    }

    .header-style2 .navbar>ul>li.has-sub>a:hover:after, .header-style2 .navbar>ul>li.has-sub>a:active:after, .header-style2 .navbar>ul>li.has-sub>a:focus:after {
        border-color: transparent #e31e24 #e31e24 transparent
    }
}

@media screen and (max-width: 991px) {
    .header-style1 .navbar-toggler {
        background: #e31e24
    }

    .header-style1 .navbar-toggler:after {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff
    }

    .header-style1 .navbar-toggler:before {
        background: #fff
    }

    .header-style1 .navbar-toggler.menu-opened:after, .header-style1 .navbar-toggler.menu-opened:before {
        background: #fff
    }
}

.header-style2 .navbar-nav li.current>a {
    color: #e31e24
}

.header-style2 .navbar>ul>li.current>a:after {
    border-color: transparent #e31e24 #e31e24 transparent
}

.header-style2.scrollHeader .navbar-nav li.current>a {
    color: #e31e24
}

.header-style2.scrollHeader .navbar-nav li.current>a:hover {
    color: #e31e24
}

.header-style2.scrollHeader .navbar>ul>li.current>a:after {
    border-color: transparent #e31e24 #e31e24 transparent
}

@media screen and (min-width: 992px) {
    .header-style2 .navbar ul ul li.active>a {
        color: #e31e24
    }

    .header-style2 .butn.secondary:before {
        background: #ffffff
    }

    .header-style2 .butn.secondary:hover, .header-style2 .butn.secondary:focus, .header-style2 .butn.secondary:active {
        color: #1E2023 !important
    }

    .header-style2.scrollHeader .butn.secondary:before {
        background: #e31e24
    }

    .header-style2.scrollHeader .butn.secondary:hover, .header-style2.scrollHeader .butn.secondary:focus, .header-style2.scrollHeader .butn.secondary:active {
        color: #fff !important
    }
}

.header-style3 .navbar-nav li.current>a, .header-style3 .navbar-nav li.active>a {
    color: #e31e24
}

@media screen and (min-width: 992px) {
    .header-style3 .navbar-nav li.active>a {
        color: #e31e24
    }

    .header-style3 .navbar-nav>li>a:hover, .header-style3 .navbar-nav>li>a:active, .header-style3 .navbar-nav>li>a:focus {
        color: #e31e24
    }

    .header-style3 .navbar ul ul li.active>a {
        color: #e31e24
    }

    .header-style3 .navbar-nav li.has-sub a:hover, .header-style3 .navbar-nav li.current>a {
        color: #e31e24
    }

    .header-style3 .navbar-nav>li.has-sub>a:hover {
        color: #e31e24
    }

    .header-style3 .navbar>ul>li.has-sub>a:hover:after, .header-style3 .navbar>ul>li.current>a:after {
        border-color: transparent #e31e24 #e31e24 transparent
    }

    .header-style3.scrollHeader .navbar-nav>li.has-sub>a:hover {
        color: #e31e24
    }

    .header-style3.scrollHeader .navbar>ul>li.has-sub>a:hover:after {
        border-color: transparent #e31e24 #e31e24 transparent
    }

    .header-style3.scrollHeader .navbar-nav>li.active>a {
        color: #e31e24
    }

    .header-style3.scrollHeader .navbar-nav li.current>a {
        color: #e31e24
    }

    .header-style3.scrollHeader .navbar-nav li.current>a:hover {
        color: #e31e24
    }

    .header-style3.scrollHeader .navbar>ul>li.current>a:after {
        border-color: transparent #e31e24 #e31e24 transparent
    }
}

@media screen and (max-width: 991px) {
    .header-style3 .navbar-toggler {
        background: #e31e24
    }

    .header-style3 .navbar-toggler:after {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff
    }

    .header-style3 .navbar-toggler:before {
        background: #fff
    }

    .header-style3 .navbar-toggler.menu-opened:after, .header-style3 .navbar-toggler.menu-opened:before {
        background: #fff
    }
}

.banner-style01 .banner-shape1 {
    bottom: 16px
}

.banner-style01 .inner-text {
    position: absolute;
    top: -116px;
    left: -73px;
    color: transparent;
    font-size: 130px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 10px;
    z-index: -1
}

.banner-style01 .main-title {
    font-size: 120px;
    line-height: 1
}

@media screen and (max-width: 991px) {
    .banner-style01 .main-title {
        font-size: 100px
    }
}

@media screen and (max-width: 575px) {
    .banner-style01 .main-title {
        font-size: 50px
    }
}

@media screen and (max-width: 575px) {
    .banner-style01 .banner-shape1 {
        bottom: -21px
    }
}

.counter-block h4 {
    font-size: 29px
}

/* .counter-block:after {
    background: #e31e24;
    content: "";
    height: 10px;
    position: absolute;
    right: -10px;
    top: 50%;
    width: 10px
} */

/* .counter-block.last:after {
    display: none
} */

@media screen and (max-width: 1199px) {
    .counter-block h4 {
        font-size: 60px
    }
}

@media screen and (max-width: 767px) {
    .counter-block:after {
        display: none
    }
}

.page-title-section {
    padding: 100px 0 80px 0;
    background-color: #e31e24;
}

.page-title-section.style1 {
    padding: 150px 0
}

.page-title-section h1 {
    line-height: 1;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
    z-index: 9;
    text-transform: uppercase;
    font-size: 40px;
}

.pagetitle-lg-title {
    display: block;
    font-size: 105px;
    line-height: 1;
    font-weight: 800;
    color: #ffffff;
    opacity: 0.2;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    margin: 0 0 -58px 0;
    position: relative;
    z-index: 1;
    text-transform: uppercase
}

.page-title-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    line-height: 1.2
}

.page-title-section ul li {
    display: inline-block
}

.page-title-section ul li:last-child {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px
}

.page-title-section ul li:last-child a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px
}

.page-title-section ul li:after {
    content: "";
    font-weight: 700;
    vertical-align: middle;
    background-color: #075081;
    width: 8px;
    padding: 0;
    height: 8px;
    display: inline-block;
    margin: 0 11px 0 15px
}

.page-title-section ul li:last-child:after {
    content: none
}

.page-title-section ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px
}

.page-title-section .shape-1 {
    padding: 20px;
    background: #fff;
    z-index: 3;
    bottom: 73px;
    left: 52px
}

@media screen and (max-width: 1199px) {
    .page-title-section {
        padding: 170px 0 90px 0
    }

    .page-title-section h1 {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 991px) {
    .page-title-section {
        padding: 150px 0 90px 0
    }

    .page-title-section.style1 {
        padding: 130px 0
    }
}

@media screen and (max-width: 575px) {
    .page-title-section {
        padding: 130px 0 80px 0
    }

    .page-title-section.style1 {
        padding: 100px 0
    }
}

.blog-widget {
    background: #f4f6fd;
    padding: 30px 30px 40px 30px
}

.blog-search input {
    position: relative;
    height: 62px;
    line-height: 62px;
    width: 100%;
    padding: 20px;
    padding-right: 70px;
    background: #fff;
    border: 1px solid #fff
}

.blog-search button {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    color: #e31e24;
    background: #1E2023;
    height: 62px;
    width: 62px;
    padding: 17px;
    border: none
}

.list-style3 li a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #6A6D7A;
    background: #fff;
    padding: 18px 0px 18px 24px;
    transition: all 0.3s ease-in-out
}

.list-style3 li a:hover {
    background: #e31e24;
    color: #fff
}

.list-style3 li a:hover i {
    color: #fff;
    animation: tfLeftToRight 0.5s forwards
}

.list-style3 li a i {
    color: #e31e24;
    font-size: 18px;
    margin-right: 18px;
    transition: all 0.3s ease-in-out
}

.popular-tags a {
    background: #fff;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out
}

.popular-tags a:hover {
    background: #e31e24;
    color: #fff
}

.blog-card .blog-content h3 a {
    color: #fff;
    transition: all 0.3s ease-in-out
}

.blog-card .blog-content h3 a:hover {
    color: #e31e24
}

.pagination {
    border-radius: 0;
    padding: 0;
    margin: 0
}

.pagination ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0
}

.pagination li {
    display: inline
}

.pagination a {
    float: left;
    font-size: 15px;
    padding: 0 18px;
    border-radius: 5px;
    line-height: 40px;
    text-decoration: none;
    color: #e31e24;
    font-weight: 800;
    border: 1px solid #dbdbdb;
    background: #fff
}

.pagination a:hover {
    background-color: #ff7029;
    border: 1px solid #ff7029;
    color: #ffffff
}

.pagination .active a {
    background-color: #f7f7f7;
    color: #e31e24;
    border: 1px solid #dbdbdb;
    cursor: default
}

@media screen and (max-width: 575px) {
    .pagination a {
        padding: 0 14px
    }
}

.blog-tags a {
    background-color: #e31e24;
    padding: 7px 12px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 0.6rem 5px 0 0;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e31e24
}

.blog-tags a:hover, .blog-tags a:active, .blog-tags a:focus {
    background-color: #fff;
    color: #e31e24
}

.list-style4 li {
    padding-left: 28px
}

.list-style4 li:before {
    content: '\e64d';
    font-weight: 500;
    font-family: 'themify';
    color: #e31e24;
    position: absolute;
    left: 0;
    font-size: 17px
}

.about-style01 .about-text {
    position: absolute;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    bottom: 10px;
    top: 0;
    left: 0px;
    right: auto
}

.about-style01 .about-text span {
    font-size: 4rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #F0EFF6BF;
    line-height: 1;
    margin-top: -70px;
}

.about-style01 .img-border {
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    border: 4px solid #005081;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}

.about-style01 .img-about {
    border-radius: 11% 10% 0% 40%;
    width: 100%;
}

.about-style01 .inner-text {
    position: absolute;
    right: -47px;
    left: auto;
    bottom: -72px;
    top: auto;
    width: 294px;
    z-index: 1;
    background: #075081;
    padding: 20px 15px;
    border-radius: 20px;
}

.about-style01 .inner-text .expirenrces h3 {
    font-family: fantasy;
    font-size: 52px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 100;
}

.about-style01 .inner-text .expirenrces p {
    color: #fff;
    font-size: 16px;
}

.about-style01 .inner-text i {
    font-size: 50px;
    color: #fff;
}

.about-style01 .about-us-card {
    background: #7fccff40;
    padding: 16px 10px;
    border-radius: 5px;
    height: 131px;
}

.about-style01 .about-us-card .card-icon i {
    background: #075081;
    border-radius: 65%;
    font-size: 24px;
    height: 53px;
    width: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 20px;
}

.about-style01 .about-us-card .card-content h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #085080;
}

.about-style01 .about-us-card .card-content p {
    font-size: 12px;
}

@media screen and (max-width: 1199px) {
    .about-style01 .about-text {
        left: -50px
    }
}

@media screen and (max-width: 991px) {
    .about-style01 .inner-text {
        bottom: -30px
    }
}

@media only screen and (max-width: 991px) {
    .about-style01 .about-text span {
        font-size: 4.5rem
    }
}

@media only screen and (max-width: 767px) {
    .about-style01 .about-text span {
        font-size: 4rem
    }
}

.about-block .image {
    position: relative
}

.about-block .image .img-border {
    top: 2%;
    left: 3%;
    width: 94%;
    height: 96%;
    z-index: 0;
    position: absolute;
    border: 1px solid #fff
}

.about-block .small-img {
    position: absolute;
    right: -15%;
    bottom: 10%;
    width: 240px
}

.about-block .small-img img {
    border: 5px solid #fff
}

.about-block .about-founded {
    position: absolute;
    top: 5%;
    right: -11px;
    z-index: 9;
    background-color: #e31e24;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    padding: 20px
}

.whyus-style01 .heading-text {
    position: absolute;
    top: -15px;
    left: 0px;
    right: auto
}

.whyus-style01 .heading-text span {
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #F0EFF6BF;
}

.whyus-style01 .inner-text {
    position: absolute;
    top: 16px;
    left: 0px;
    writing-mode: tb-rl;
    transform: rotate(-180deg)
}

.whyus-style01 .inner-text2 {
    writing-mode: tb-rl;
    position: absolute;
    top: 50px;
    right: 0px;
}

.whyus-style01 .text-style {
    color: #1D17293B;
    font-size: 30px;
    font-weight: 600px;
    text-transform: uppercase;
    letter-spacing: 10px;
    width: auto;
    max-width: auto
}

.whyus-style01 .margin-left {
    margin-left: -50px
}

.whyus-style01 .icon {
    -webkit-animation: tada 1500ms ease-out infinite;
    -khtml-animation: tada 1500ms ease-out infinite;
    -moz-animation: tada 1500ms ease-out infinite;
    -ms-animation: tada 1500ms ease-out infinite;
    -o-animation: tada 1500ms ease-out infinite;
    animation: tada 1500ms ease-out infinite
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@media screen and (max-width: 1399px) {
    .whyus-style01 .inner-text {
        left: -15px;
        top: 0;
    }

    .whyus-style01 .inner-text2 {
        right: -15px;
        top: 25px;
    }
}

@media screen and (max-width: 1199px) {
    .whyus-style01 .text-style {
        font-size: 30px
    }

    .whyus-style01 .inner-text {
        left: -40px;
        top: 25px
    }

    .whyus-style01 .inner-text2 {
        right: -40px;
        top: 25px
    }
}

@media only screen and (max-width: 1199px) {
    .whyus-style01 .heading-text span {
        font-size: 5rem
    }
}

@media only screen and (max-width: 991px) {
    .whyus-style01 .heading-text span {
        font-size: 4rem
    }
}

@media only screen and (max-width: 767px) {
    .whyus-style01 .inner-text {
        left: -50px
    }

    .whyus-style01 .inner-text2 {
        right: -50px
    }
}

.extra-01 .background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(270deg, transparent 0%, #1E2023 100%);
    opacity: 1
}

.video_btn01 {
    position: relative;
    height: 80px;
    width: 80px;
    background: #e31e24;
    text-align: center;
    display: inline-block;
    line-height: 85px;
    color: #fff
}

.video_btn01:hover {
    background: #1E2023;
    color: #fff
}

.social-icon li {
    display: inline-block;
    margin-right: 5px
}

.social-icon li:last-child {
    margin-right: 0
}

.social-icon li i {
    width: 35px;
    height: 35px;
    font-size: 14px;
    border: 1px solid #d3d3d3;
    text-align: center;
    line-height: 35px;
    border-radius: 50%
}

.social-icon li i:hover {
    color: #e31e24
}

.services-cat-list .list-wrap li a {
    border: 1px solid #E0E6F2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    color: #00194C;
    text-transform: capitalize
}

.services-cat-list .list-wrap li a i {
    margin-left: 10px;
    line-height: 0;
    color: #667594;
    transition: all 0.3s ease-out 0s
}

.services-cat-list .list-wrap li.active a, .services-cat-list .list-wrap li a:hover {
    background: #e31e24;
    color: #fff;
    border-color: #e31e24
}

.services-cat-list .list-wrap li.active a i, .services-cat-list .list-wrap li a:hover i {
    color: #fff
}

.services-widget {
    background: #F8FAFF;
    padding: 30px 30px 35px
}

.services-widget .service-left-title {
    margin-bottom: 15px;
    position: relative;
    font-size: 24px;
    text-transform: capitalize;
    padding-bottom: 10px
}

.services-widget .service-left-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 3px;
    background: #e31e24
}

.services-brochure-wrap .download-btn {
    display: flex;
    align-items: center;
    color: #1E2023;
    border: 1px solid #E0E6F2;
    background: #fff;
    padding: 13px 20px
}

.services-brochure-wrap .download-btn i {
    font-size: 16px;
    color: #e31e24;
    margin-right: 10px;
    transition: all 0.3s ease-out 0s
}

.services-brochure-wrap .download-btn:hover {
    color: #fff;
    background: #e31e24;
    border-color: #e31e24
}

.services-brochure-wrap .download-btn:hover i {
    color: #fff
}

.services-brochure-wrap .download-btn:last-child {
    margin-bottom: 0
}

.services-block .service-icon-box {
    position: absolute;
    left: 0px;
    top: 0;
    width: 80px;
    height: 70px;
    text-align: center
}

.services-block .content-box {
    position: relative;
    padding: 30px 40px 30px
}

.services-block .content-box h3 a {
    transition: all 0.3s ease
}

.services-block .content-box:hover h3 a {
    color: #e31e24
}

@media screen and (min-width: 992px) {
    .service-position {
        margin: 0% -55% 0% 0%
    }
}

.service-slider.owl-theme .owl-nav {
    text-align: left;
    margin-left: 0;
}

.service-slider.owl-theme .owl-nav [class*='owl-'] {
    width: 40px;
    height: 40px;
    color: #1E2023;
    background: rgba(17, 88, 231, 0.1);
    transition: all 0.6s ease;
    line-height: 40px
}

.service-slider.owl-theme .owl-nav .owl-prev {
    margin-right: 30px;
    position: relative
}

.service-slider.owl-theme .owl-nav .owl-prev:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #e31e24;
    position: absolute;
    right: -20px;
    top: 15px;
    border-radius: 0
}

.service-slider.owl-theme .owl-nav [class*='owl-']:hover, .service-slider.owl-theme .owl-nav [class*='owl-']:active, .service-slider.owl-theme .owl-nav [class*='owl-']:focus {
    background: #1158e7;
    color: #fff !important
}

.service-slider.owl-theme .owl-nav [class*='owl-']:hover i, .service-slider.owl-theme .owl-nav [class*='owl-']:active i, .service-slider.owl-theme .owl-nav [class*='owl-']:focus i {
    color: #fff !important
}

.service-card {
    overflow: inherit;
    padding: 75px 40px 30px 40px;
    border-radius: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.4s;
    height: 290px;
    border: 4px solid #005081;
}

.service-card:before {
    /* background: rgba(30, 32, 35, 0.76);
    background: linear-gradient(-180deg, transparent, #1E2023 110%); */
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.service-card .service-details {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -115px;
    width: 100%;
    padding: 25px;
    transition: all 0.3s;
    z-index: 9
}

.service-card:hover .service-details {
    bottom: 10px
}

.service-card .service-details h3, .service-card .service-details a, .service-card .service-details p {
    color: #000000
}

.service-card .service-details h3:hover, .service-card .service-details h3:active, .service-card .service-details h3:focus {
    color: #e31e24
}

.service-card .service-details a:hover, .service-card .service-details a:active, .service-card .service-details a:focus {
    color: #e31e24
}

.service-card:hover .service-details p {
    height: auto;
    opacity: 1;
    visibility: visible
}

.service-card .service-details p {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0.1s;
    height: 70px
}

.owl-nav .owl-next {
    color: #e31e24;
    font-size: 43px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #1E2023 !important
}

.owl-nav .owl-prev {
    color: #fff;
    font-size: 43px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #1E2023 !important;
    left: 0;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -o-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1)
}

.owl-nav .owl-next {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -o-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1)
}

.portfolio-block .item-img:before {
    background: linear-gradient(180deg, rgba(20, 33, 43, 0.6) 20%, rgba(20, 33, 43, 0) 40%);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transform: rotate(-180deg);
    transition: all .3s;
    width: 100%;
    z-index: 1
}

.portfolio-block:hover .portfolio-block .item-img:before {
    opacity: 0;
    visibility: hidden
}

.portfolio-block .item-img img {
    transform: scale(1.02);
    transition: all 0.4s ease-out;
    height: 100%;
    object-fit: cover
}

.portfolio-block:hover .item-img img {
    transform: scale(1.2)
}

.portfolio-block .item-img:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 1;
    transition: all 0.4s ease-out
}

.portfolio-block:hover .item-img:after {
    transition: all 0.4s ease-out;
    visibility: visible;
    opacity: 1
}

.portfolio-block:hover .portfolio-overlay:before {
    opacity: 1;
    visibility: visible;
    transform: none
}

.portfolio-overlay:before {
    position: absolute;
    z-index: 9;
    display: inline-block;
    top: 15px;
    right: 10px;
    bottom: 15px;
    left: 10px;
    border: 1px solid #fff;
    content: "";
    opacity: 0;
    transform: scale(0.85)
}

.portfolio01-carousel .owl-dots {
    text-align: center;
    margin-top: 20px
}

.portfolio01-carousel .owl-nav .owl-prev {
    margin-right: 10px;
    background-color: #1E2023
}

.portfolio01-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px
}

.portfolio01-carousel.owl-theme .owl-dots .owl-dot span {
    display: inline-block;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    background-color: #e31e24;
    border: 3px solid #e31e24;
    transform: scale(0.6);
    transition: .3s;
    margin: 5px
}

.portfolio01-carousel.owl-theme .owl-dots .owl-dot.active span, .portfolio01-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent;
    border-color: #e31e24;
    transform: scale(0.9)
}

.portfolio-info {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    width: 386px;
    box-shadow: 0px 10px 21px rgba(27, 18, 18, 0.05);
    border-radius: 0 0 0 0
}

.portfolio-info i {
    height: 50px;
    width: 50px;
    background: #F9F0F0;
    color: #e31e24;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

@media only screen and (max-width: 1199px) {
    .portfolio-info {
        bottom: -66px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-info {
        position: relative;
        width: 100%;
        border-radius: 0;
        margin-bottom: 30px;
        margin-top: -33px
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-info {
        position: relative;
        width: 100%;
        border-radius: 0;
        margin-bottom: 30px;
        margin-top: -33px
    }
}

.list-style5 li {
    padding-left: 35px
}

.list-style5 li:before {
    content: '\e64d';
    font-weight: 500;
    font-family: 'themify';
    color: #e31e24;
    position: absolute;
    left: 0;
    font-size: 19px
}

.custom-progress.progress {
    height: 8px
}

.progress-value {
    position: relative;
    padding: 5px;
    font-size: 11px;
    color: #fff;
    left: 10px;
    background: #1b2026;
    bottom: 6px
}

.progress-value:after {
    border: solid;
    border-color: rgba(0, 0, 0, 0.8) transparent;
    border-width: 6px 6px 0 6px;
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 100%;
    z-index: 9
}

.section-clients {
    padding: 50px 0
}

.clients img {
    opacity: .6;
    transition-duration: .3s
}

.clients img:hover {
    opacity: 1
}

@media screen and (max-width: 991px) {
    .section-clients {
        padding: 30px 0
    }

    .section-clients .item {
        text-align: center;
        width: 100%
    }

    .section-clients .owl-carousel .owl-item img {
        max-width: 75%;
        display: inline-block
    }
}

.section-clients {
    padding: 0 0 50px 0
}

@media only screen and (max-width: 991px) {
    .section-clients {
        padding: 0 0 40px 0
    }
}

.process-content {
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #e31e24;
    padding: 30px
}

.process-content.right {
    margin-left: -75px
}

.process-content.left {
    margin-right: -75px
}

.process-icon-box {
    display: inline-block;
    color: #ffffff;
    height: 75px;
    width: 75px;
    padding: 15px;
    background-color: #1E2023;
    text-align: center
}

@media screen and (max-width: 991px) {
    .process-icon-box {
        height: 70px;
        width: 70px;
        padding: 10px
    }

    .process-content.right {
        margin-left: 0
    }

    .process-content.left {
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .process-icon-box {
        height: 65px;
        width: 65px;
        padding: 8px
    }
}

@media screen and (max-width: 575px) {
    .process-content {
        padding: 25px
    }
}

.search-form_input {
    color: #e31e24
}

.search-frame h4 a:hover {
    color: #e31e24
}

.search-frame .search_list .match {
    color: #e31e24
}

.search-frame .search_list li:before {
    color: #e31e24
}

.search-frame .search_list li+li {
    border-top: 3px solid #e31e24
}

.search-frame .search {
    color: #e31e24
}

.lg-backdrop {
    z-index: 99999
}

.lg-outer {
    z-index: 999999
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #ff6d34
}

.lg-progress-bar .lg-progress {
    background-color: #ff6d34
}

.lg-backdrop.in {
    opacity: 0.85
}

.error-bg {
    background: #e31e24;
    padding: 0px 20px 0px 20px;
    margin-bottom: 20px
}

.error-wrapper {
    text-align: center;
    padding: 55px 40px;
    background: #ffffff;
    transform: translateY(20px)
}

.error-info {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0px auto 40px
}

.error-info .error-border {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1E2023;
    border: 5px dashed #ffffff;
    border-radius: 50%
}

.error-info h1 {
    font-size: 110px;
    position: absolute;
    margin-bottom: 0;
    top: 50%;
    color: #ffffff;
    transform: translate(-50%, -50%);
    left: 50%
}

@media screen and (max-width: 1199px) {
    .error-wrapper {
        padding: 45px 35px
    }

    .error-info {
        width: 240px;
        height: 240px
    }

    .error-info h1 {
        font-size: 100px
    }
}

@media screen and (max-width: 991px) {
    .error-wrapper {
        padding: 40px 30px
    }

    .error-info {
        width: 230px;
        height: 230px
    }

    .error-info h1 {
        font-size: 90px
    }
}

@media screen and (max-width: 767px) {
    .error-wrapper {
        padding: 35px 25px
    }

    .error-info {
        width: 210px;
        height: 210px
    }
}

@media screen and (max-width: 575px) {
    .error-bg {
        padding: 0px 15px 0px 15px
    }

    .error-wrapper {
        padding: 30px 25px;
        transform: translateY(15px)
    }

    .error-info {
        width: 190px;
        height: 190px;
        margin: 0px auto 30px
    }

    .error-info h1 {
        font-size: 80px
    }
}

.coming-soon-content {
    text-align: center;
    padding: 60px 50px;
    background-color: #ffffff;
    position: relative;
    border: 20px solid #e1e1e1;
    border-radius: 5px
}

.coming-social-icon {
    margin-bottom: 0;
    list-style: none;
    padding: 0
}

.coming-social-icon li {
    display: inline-block;
    margin-right: 5px
}

.coming-social-icon li a {
    text-align: center;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 14px;
    border-radius: 5px;
    display: inline-block;
    background: #075081;
    color: #ffffff
}

.coming-social-icon li:last-child {
    margin-right: 0
}

.coming-social-icon li a:hover {
    background-color: #e31e24
}

@media screen and (max-width: 1199px) {
    .coming-soon-content {
        padding: 50px 40px
    }
}

@media screen and (max-width: 767px) {
    .coming-soon-content {
        padding: 40px 30px
    }
}

@media screen and (max-width: 575px) {
    .coming-soon-content {
        padding: 25px 20px
    }
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #CECECE;
    left: 50%;
    margin-left: -1.5px
}

.timeline>li {
    margin-bottom: 20px;
    position: relative
}

.timeline>li:before {
    content: " ";
    display: table
}

.timeline>li:after {
    content: " ";
    display: table;
    clear: both
}

.timeline>li:before {
    content: " ";
    display: table
}

.timeline>li:after {
    content: " ";
    display: table;
    clear: both
}

.timeline>li>.timeline-panel {
    width: 50%;
    float: left;
    border: 1px solid #D2D2D2;
    background: #FFF;
    border-radius: 2px;
    padding: 20px;
    text-align: left;
    position: relative
}

.timeline>li.timeline-inverted+li:not(.timeline-inverted) {
    margin-top: -10px
}

.timeline>li:not(.timeline-inverted) {
    padding-right: 90px
}

.timeline>li:not(.timeline-inverted)+li.timeline-inverted {
    margin-top: -10px
}

.timeline>li.timeline-inverted {
    padding-left: 90px
}

.timeline>li.timeline-inverted>.timeline-label {
    top: 32px;
    left: 50%;
    margin-left: -325px;
    white-space: nowrap;
    text-align: right;
    width: 300px
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -14px;
    right: auto
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -13px;
    right: auto
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -14px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #BDBDBD;
    border-right: 0 solid #BDBDBD;
    border-bottom: 15px solid transparent;
    content: " "
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -13px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " "
}

.timeline>li>.timeline-badge {
    width: 20px;
    height: 20px;
    line-height: 50px;
    position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -11px;
    background-color: #fff;
    z-index: 9;
    border-radius: 50%;
    border: 5px solid #D2D2D2;
    transition: all 0.3s ease-in-out
}

.timeline>li>.timeline-label {
    height: 65px;
    position: absolute;
    top: 32px;
    left: 50%;
    margin: -25px 0 0 25px;
    padding: 10px 15px;
    text-align: left;
    z-index: 9;
    border-radius: 4px;
    transition: all linear 0.3s
}

.timeline>li>.timeline-label h4 {
    margin: 0px;
    font-size: 25px
}

.timeline>li>.timeline-label p {
    margin: 0;
    opacity: .8
}

.timeline-body>p, .timeline-body>ul {
    margin-bottom: 0;
    text-align: left
}

.timeline-body>p+p {
    margin-top: 5px
}

.timeline>li:hover>.timeline-label {
    transform: translateX(10px)
}

.timeline>li.timeline-inverted:hover>.timeline-label {
    transform: translateX(-10px)
}

.timeline>li:hover>.timeline-badge {
    border: 3px solid #e31e24
}

.timeline small {
    margin-bottom: 10px;
    display: block
}

@media only screen and (max-width: 767px) {
    .timeline {
        padding: 20px 0 0
    }

    /* .timeline:before {
        display: none
    } */

    .timeline>li {
        margin-bottom: 0px
    }

    .timeline>li>.timeline-badge {
        display: none
    }

    .timeline>li:not(.timeline-inverted) {
        padding-right: 0
    }

    .timeline>li.timeline-inverted {
        padding-left: 0
    }

    .timeline>li.timeline-inverted>.timeline-label {
        left: 32%
    }

    .timeline>li.timeline-inverted+li:not(.timeline-inverted) {
        margin-top: 0
    }

    .timeline>li>.timeline-panel {
        width: 70%
    }

    .timeline>li>.timeline-label {
        left: 67%
    }

    .timeline>li:not(.timeline-inverted)+li.timeline-inverted {
        margin-top: 0
    }
}

.certificate-main .certificate-image {
    transition: all 1.2s ease
}

.certificate-main:hover .certificate-image {
    transform: scale(1.07, 1.07);
    will-change: transform;
    transition: all 1.2s ease
}

.team-style01 .heading-text {
    font-size: 6rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #F0EFF6BF;
    line-height: 1;
    writing-mode: tb-rl;
    transform: rotate(-180deg)
}

.team-block:hover .team-img:before {
    opacity: 1;
    visibility: visible;
    transform: none
}

.team-block .team-img:before {
    position: absolute;
    z-index: 9;
    display: inline-block;
    top: 15px;
    right: 10px;
    bottom: 15px;
    left: 10px;
    border: 1px solid #fff;
    content: "";
    opacity: 0;
    transform: scale(0.85)
}

.team-block .box-overlay:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    transform: translateY(110%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    transition: all .3s ease-in-out 0s
}

.team-block:hover .box-overlay:before {
    transform: translateY(0)
}

.team-block .social-icons {
    bottom: auto;
    left: 0;
    margin: auto;
    text-align: center;
    right: 0;
    position: absolute;
    bottom: 0;
    z-index: 9;
    transition: all .4s ease-in-out;
    overflow: hidden;
    opacity: 0
}

.team-block .social-icons li {
    position: relative;
    display: inline-block;
    margin-right: 4px
}

.team-block .social-icons li:last-child {
    margin-right: 0
}

.team-block .social-icons li a i {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #e31e24;
    background: #fff;
    transition: all .3s ease-in-out 0s
}

.team-block:hover .social-icons {
    opacity: 1;
    bottom: 40%
}

.team-block .social-icons li a:hover i {
    background: #e31e24;
    color: #fff
}

.team-block .team-img img {
    transform: scale(1.02);
    transition: all .5s ease-in-out 0s
}

.team-block:hover .team-img img {
    transform: scale(1.2)
}

@media screen and (max-width: 1199px) {
    .team-style01 .heading-text {
        font-size: 5rem
    }
}

@media only screen and (max-width: 991px) {
    .team-style01 .heading-text {
        font-size: 4rem
    }
}

@media only screen and (max-width: 991px) {
    .team-background {
        padding: 0px 50px 20px
    }
}

@media only screen and (max-width: 575px) {
    .team-background {
        padding: 35px 35px 15px
    }
}

.team-background {
    position: relative;
    z-index: 1;
    border: 1px solid #e8e9e9;
    padding: 20px 50px 0px 50px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: bottom right
}

.team-img-bg {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: 50px;
    margin-bottom: -50px
}

.team-info {
    list-style: none;
    margin: 0;
    padding: 0
}

.team-info li {
    font-size: 16px;
    display: flex;
    margin-bottom: 10px;
    font-weight: 500
}

.team-info li a {
    font-weight: 500
}

.team-info li:last-child {
    margin-bottom: 0
}

.team-info li span {
    font-weight: 600;
    flex-basis: 20%;
    color: #000
}

.team-social-box {
    margin-bottom: 0;
    list-style: none;
    padding: 0
}

.team-social-box li {
    display: inline-block;
    margin-right: 10px
}

.team-social-box li a {
    text-align: center;
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 14px;
    display: inline-block;
    background: #e31e24;
    color: #ffffff
}

.team-social-box li:last-child {
    margin-right: 0
}

.team-social-box li a:hover {
    background-color: #1E2023
}

@media screen and (max-width: 575px) {
    .team-img-bg {
        margin-top: 0
    }

    .team-img-bg:before {
        display: none
    }
}

.image-mask {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.text-big {
    font-size: 250px;
    line-height: 250px;
    letter-spacing: -5px;
    color: #1E2023;
    background-image: linear-gradient(45deg, #075081, #e31e24d6);
}

.testimonial-style01 {
    position: relative;
    max-width: 500px;
    width: 100%;
    padding: 20px 60px;
    height: 100%;
    border: 1px solid #075081;
}

.testimonial-carousel .owl-dots {
    margin-top: 20px
}

.testimonial-carousel .owl-nav .owl-prev {
    margin-right: 10px;
    background-color: #1E2023
}

.testimonial-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot span {
    display: inline-block;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    background-color: #e31e24;
    border: 3px solid #e31e24;
    transform: scale(0.6);
    transition: .3s;
    margin: 5px
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span, .testimonial-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent;
    border-color: #e31e24;
    transform: scale(0.9)
}

@media screen and (max-width: 1199px) {
    .testimonial-style01 {
        padding: 40px
    }

    .text-big {
        font-size: 175px
    }
}

.accordion-style .card {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    border-radius: unset
}

.accordion-style .card-header {
    border: 0px;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: none
}

.accordion-style .btn-link {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    border-radius: 0;
    padding: 20px 55px 20px 25px;
    font-weight: 400;
    text-decoration: none;
    background-color: #e31e24
}

.accordion-style .btn-link.collapsed {
    color: #1E2023;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    padding: 20px 25px;
    font-weight: 400;
    text-decoration: none;
    background-color: transparent
}

.accordion-style .btn-link:hover {
    text-decoration: none
}

.accordion-style .btn-link.collapsed:after {
    content: "+";
    right: 17px;
    left: inherit;
    font-size: 20px;
    transform: none;
    top: 17px;
    position: absolute;
    color: #1E2023;
    background-color: #ececec;
    line-height: 24px;
    width: 25px;
    height: 25px;
    text-align: center
}

.accordion-style .btn-link:after {
    content: "-";
    right: 17px;
    left: inherit;
    font-size: 20px;
    transform: none;
    top: 17px;
    position: absolute;
    color: #e31e24;
    background-color: #fff;
    line-height: 22px;
    width: 25px;
    height: 25px;
    text-align: center
}

.accordion-style .card-body {
    padding: 25px 30px 25px 26px;
    line-height: 24px;
    text-align: left
}

@media screen and (max-width: 991px) {
    .accordion-style .btn-link {
        padding: 20px 50px 20px 18px
    }

    .accordion-style .btn-link:after, .accordion-style .btn-link.collapsed:after {
        top: 20px
    }
}

@media screen and (max-width: 575px) {
    .accordion-style .btn-link.collapsed {
        padding: 20px 50px 20px 18px
    }
}

.contact-form {
    box-shadow: -3px 0px 21px rgba(27, 18, 18, 0.06)
}

.form-group {
    margin-bottom: 1rem
}

.form-group label {
    margin-bottom: .5rem
}

.form-control:focus {
    border-color: #e31e24
}

.form-check-input:checked {
    border-color: #e31e24;
    background-color: #e31e24
}

.quform-input {
    position: relative
}

.quform-input .quform-errors-wrap {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: normal;
    z-index: 1
}

.quform-element>label {
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 0;
    color: #6a747b;
    font-size: 15px
}

.quform-element>label .quform-required {
    color: #cc0101;
    font-size: 10px
}

.quform-inner input {
    width: 100%
}

.quform-elements .quform-element textarea {
    margin-bottom: 0;
    padding: 8px 15px;
    vertical-align: top
}

.quform-elements .quform-element select {
    margin-bottom: 0;
    padding: 8px 35px 8px 15px
}

.quform-errors {
    padding: 0;
    margin: 0;
    line-height: normal
}

.quform-errors>.quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal
}

.quform-outer-no-js .quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal
}

.quform-outer-no-js .quform-success-message {
    padding: 0.75rem 1.25rem 0.75rem 3rem
}

.quform-has-error input, .quform-has-error textarea, .quform-has-error select, .quform-has-error input[type=file], .quform-has-error .custom-file-label {
    border-color: #f5543f
}

.quform-success-message {
    padding: 0.75rem 1.25rem 0.75rem 3rem
}

.quform-submit-inner {
    float: none
}

.quform-loading-wrap {
    float: none
}

.quform-loading-wrap .quform-loading {
    display: inline-block
}

.quform-element {
    margin-bottom: 1rem
}

.newsletter-form .quform-elements {
    position: relative
}

.newsletter-form .quform-input .quform-errors-wrap {
    left: 8px;
    right: inherit
}

.newsletter-form .quform-submit-inner {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    background: #e31e24;
    height: 50px
}

.newsletter-form .quform-element .form-control {
    min-height: 50px
}

.ani-left-right {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: LeftRight;
    animation-timing-function: ease-in-out
}

@keyframes LeftRight {
    0% {
        transform: translate(0px, 0px)
    }

    65% {
        transform: translate(30px, 0)
    }

    100% {
        transform: translate(0px, 0px)
    }
}

.ani-top-bottom {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: TopBottom;
    animation-timing-function: ease-in-out
}

@keyframes TopBottom {
    0% {
        transform: translate(0px, 0px)
    }

    65% {
        transform: translate(0, 30px)
    }

    100% {
        transform: translate(0px, 0px)
    }
}

.ani-move {
    animation: ImageMove 4s infinite linear;
    animation-duration: 5s
}

@keyframes ImageMove {
    0% {
        transform: translate(0px, 0px)
    }

    25% {
        transform: translate(10px, 20px)
    }

    50% {
        transform: translate(30px, 30px)
    }

    75% {
        transform: translate(20px, 10px)
    }

    100% {
        transform: translate(0px, 0px)
    }
}

.call-to-action-style01 {
    word-break: break-word
}

.call-to-action-style01:before {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 50%);
    height: 100%;
    content: "";
    background: #e31e24;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .call-to-action-style01:before {
        width: calc(100% - 100%)
    }
}

.card-style1 {
    position: relative;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    overflow: hidden;
    border-radius: 0
}

.card-style1 .card-image img {
    width: 100%
}

.card-style1 .card-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 29, 29, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 29, 29, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(29, 29, 29, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#0a1d1d1d', GradientType=0);
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out
}

.card-style1 .card-info {
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: inline-block;
    margin: 0px;
    z-index: 9;
    transform: translateY(calc(130px + 1em));
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out
}

.card-style1 .card-info .card-number {
    font-size: 128px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .01em;
    margin-left: -5px;
    -webkit-text-stroke: 0.5px #fff;
    color: transparent;
    margin-bottom: 10px
}

.card-style1 .card-info p {
    margin-bottom: 20px;
    margin-top: 5px;
    color: #fff;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out
}

.card-style1 .card-info .card-button {
    border-bottom: 1px solid #09162a;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out
}

.card-style1:hover .card-info {
    transform: translateY(0)
}

.card-style1:hover .card-info p, .card-style1:hover .card-info .card-button {
    opacity: 1
}

.card-style1:hover .card-image:before {
    background: #e31e24
}

@media screen and (max-width: 1199px) {
    .card-style1 .card-info .card-number {
        font-size: 110px
    }
}

@media screen and (max-width: 575px) {
    .card-style1 .card-info .card-number {
        font-size: 80px
    }

    .vw-90 {
        width: 100%
    }
}

.card-style2 {
    border: none;
    border-radius: 0
}

.card-style2 .image-box {
    position: relative;
    overflow: hidden
}

.card-style2 .image-box img {
    transform: scale(1.02);
    transition: all 0.4s ease-out;
    height: 100%;
    object-fit: cover
}

.card-style2:hover .image-box img {
    transform: scale(1.2)
}

.card-style2:hover .image-box .blog-date {
    background-color: #e31e24
}

.card-style2 .image-box .blog-date {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 1;
    color: #ffffff;
    padding: 10px;
    line-height: 1;
    background-color: #1E2023;
    text-transform: capitalize
}

.card-style2 .image-box .blog-date span {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
    display: block;
    text-align: center;
    margin-bottom: 8px
}

@media screen and (max-width: 575px) {
    .card-style2 .image-box .blog-date span {
        font-size: 22px
    }
}

.blog-card:hover .image-box:before, .blog-card:hover:before {
    background-color: rgba(0, 0, 0, 0.8)
}

.blog-card:hover .blog-link {
    height: 30px
}

.blog-card:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .3s ease
}

.blog-card .image-box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    transition: all .3s ease;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4)
}

.blog-card .blog-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 20px 30px;
    z-index: 3
}

.blog-card .blog-link {
    font-weight: 600;
    font-size: 14px;
    font-size: .875rem;
    line-height: 30px;
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    transition: all .3s ease
}

.blog-card .blog-link a {
    padding-top: 10px;
    color: #e31e24;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .blog-card .blog-content {
        padding: 15px 20px
    }
}

footer address {
    margin-bottom: 5px
}

footer h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1;
    position: relative
}

footer h3:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #e31e24;
    margin: 12px auto 0 auto
}

.footer-logo {
    max-width: 214px;
    width: 100%;
    display: inline-block
}

.footer-logo img {
    max-width: 250px;
    border-radius: 7px;
}

.footer-logo>a {
    display: inline-block
}

.footer-icon ul li {
    margin: 0
}

.footer-list-style1 {
    margin: 0;
    padding: 0
}

.footer-list-style1 li {
    position: relative;
    list-style-type: none;
    color: #000;
    padding-bottom: 3px;
    /* margin-bottom: 15px; */
    /* border-bottom: 1px dashed rgba(0, 0, 0, 0.2) */
}

.footer-list-style1 li i {
    color: #e31e24;
    margin-right: 10px;
    font-size: 12px;
}

.footer-list-style1 li a {
    color: #ffffff
}

.contact {
    padding: 54px 25px 20px;
    margin-top: -31px;
    background: #ffffff;
}

@media (max-width: 991px) {
    .contact {
        padding: 67px 15px;
        margin-top: 10px;
    }
}

/* .footer-list-style1 li a:after {
    content: '\f105';
    font-weight: 700;
    font-family: Font Awesome\ 5 Free;
    color: #000;
    position: absolute;
    right: 0;
    vertical-align: middle
} */

.footer-list-style1 li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.footer-list-style1 li a:hover {
    color: #e31e24
}

.footer-list-style1 li a:hover:after {
    color: #e31e24
}

.footer-icon ul li {
    display: inline-block;
    margin-right: 10px !important
}

.footer-icon ul li i {
    width: 35px;
    font-size: 14px;
    height: 35px;
    text-align: center;
    line-height: 36px;
    background: #e31e24;
    color: #fff;
    border-radius: 50%;
}

.footer-icon ul li i:hover {
    background: #ffffff;
    transition: all 0.4s;
    color: #075081;
}

.footer-color {
    background-color: #075081;
}

@media (max-width: 991px) {
    .copyright .col-lg-6 {
        text-align: center !important;
    }
}

.header-logo {
    width: auto;
}

.buy-theme {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    position: fixed;
    top: 220px;
    right: -76px;
    background: #e31e24;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999
}


.all-demo {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    position: fixed;
    top: 255px;
    right: -84px;
    background: #e31e24;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999
}

.buy-theme-1 {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    position: fixed;
    top: 290px;
    right: -76px;
    background: #e31e24;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999
}

.all-demo-1 {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    position: fixed;
    top: 325px;
    right: -85px;
    background: #e31e24;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999
}

.buy-theme i {
    font-size: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #fff
}

.all-demo i {
    font-size: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #fff
}

.buy-theme-1 i {
    font-size: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: -3px;
    color: #fff
}

.all-demo-1 i {
    font-size: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #fff
}

.buy-theme:hover, .all-demo:hover, .buy-theme-1:hover, .all-demo-1:hover {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    right: 0px;
    background: #e31e24
}

.all-demo:hover {
    background: #e31e24
}

.buy-theme span, .all-demo span, .buy-theme-1 span, .all-demo-1 span {
    padding: 0 9px;
    position: relative;
    top: 0;
    opacity: 0
}

.buy-theme:hover span, .all-demo:hover span, .buy-theme-1:hover span, .all-demo-1:hover span {
    opacity: 1;
    color: #fff
}

.buy-theme:hover i, .all-demo:hover i, .buy-theme-1:hover i, .all-demo-1:hover i {
    color: #fff
}

.buy-theme a, .all-demo a, .buy-theme-1 a, .all-demo-1 a {
    color: #232323;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    font-weight: 500
}


.about-style01 .table thead tr th {
    background: #005081;
    color: #fff;
}

.about-style01 .table tr td {
    background: #ededed69 !important;
    color: #0a0a0a;
}

/* photo gallery */

.sidebar-page-container {
    position: relative;
    padding: 60px 0px 0px;
}

.sidebar-page-container .content-side {
    margin-bottom: 40px;
}

.single-product-item {
    position: relative;
    display: block;
    transition: all 500ms ease;
    margin-bottom: 50px;
}

.single-product-item .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0px;
    border: 4px solid #005081;
}

.single-product-item .img-holder::before {
    background: rgba(255, 255, 255, 0.20);
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    content: "";
    opacity: 0;
    position: absolute;
    z-index: 1;
    transition: all 0.4s ease-in-out 0s;
}

.single-product-item:hover .img-holder::before {
    opacity: 1;
}

.single-product-item .img-holder img {
    transform: scale(1);
    transition: all 0.7s ease 0s;
    width: 100%;
}

.single-product-item:hover .img-holder img {
    transform: scale(1.1);
}

.single-product-item .title-holder {
    position: relative;
    display: block;
    background: #075081;
    padding: 15px 0 7px;
    -webkit-box-shadow: 0 2px 27px rgba(54, 54, 54, .13);
    box-shadow: 0 2px 27px rgba(54, 54, 54, .13);
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -22px;
    z-index: 9;
}

.single-product-item .title-holder .static-content {
    position: relative;
    display: block;
}

.single-product-item .title-holder .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding: 0 0 3px;
}

.single-product-item .title-holder .title a {
    color: #fff;
    transition: all 500ms ease;
}

.single-product-item iframe {
    border: 4px solid #005081;
    padding: 1px;
}

.single-product-item .title-video {
    position: relative;
    display: block;
    background: #075081;
    padding: 15px 0 7px;
    -webkit-box-shadow: 0 2px 27px rgba(54, 54, 54, .13);
    box-shadow: 0 2px 27px rgba(54, 54, 54, .13);
    margin-left: 31px;
    margin-right: 32px;
    margin-top: 4px;
    z-index: 9;
}

.single-product-item .title-video .static-content {
    position: relative;
    display: block;
}

.single-product-item .title-video .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding: 0 0 3px;
    color: #fff;
}

.single-product-item .title-video .title a {
    color: #fff;
    transition: all 500ms ease;
}

.leftNav {
    background-color: #f9f9f9;
    padding: 36px 40px 40px;
    margin-bottom: 0 !important;
}

.leftNav h2 {
    font-size: 31px;
    margin-bottom: 25px;
    color: #000000;
    font-weight: 800;
    letter-spacing: 1px;
}

.leftNav ul, li, ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.leftNav ul li a {
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    color: #222;
    background-color: #fff;
    display: block;
    padding: 13px 20px;
    box-shadow: 0 5px 20px rgba(40, 40, 40, .05);
    margin-bottom: 2px;
    transition: all 0.2s;
}

.leftNav ul li a:hover {
    background-color: #005081;
    color: #fff;
}

.leftNav ul>li.active>a {
    background-color: #005081;
    color: #fff;
    /* your active color */
}


@media (max-width: 880px) {
    .leftNav {
        display: none;
    }
}

.container1 {
    border: 2px solid #f45b1e;
    padding: 15px;
    background-color: #f9fcf9;
    border-radius: 5px;
}

.styled-list {
    list-style: none;
    padding: 0;
}

.styled-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 3px;
    font-size: 14px;
}

.bullet {
    position: absolute;
    left: 8px;
    top: 11px;
    width: 6px;
    height: 6px;
    background-color: #005081;
    border-radius: 50%;
    display: inline-block;
}

/* Whatsapp button */

.icon-1 {
    position: fixed;
    top: 83%;
    z-index: 9999;
}

.icon-1 img {
    width: 70px;
    height: 70px;
    margin-left: 30px;
}


/* CLIENT */
.clients-section {
    padding: 80px 20px;
    /* background: linear-gradient(120deg, #f4f6fd, #e6f0ff, #f4f7ff); */
    /* background-size: 300% 300%; */
    animation: bgShift 12s ease infinite;
    text-align: center;
}

@keyframes bgShift {
    0%, 100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.clients-section .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.clients-section .swiper-wrapper .swiper-slide .client-logo {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    height: 100px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #d8d7d7
}

/* GLOBAL PRESENCE */
.global-presence .section-heading1 p {
    margin: 0px 250px;
}

@media (max-width: 768px) {
    .global-presence .section-heading1 p {
        margin: 0px 20px;
    }
}


/* new header */
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

header {
    position: relative;
    width: 100%;
    background: rgb(0, 0, 0);
    z-index: 999;
}

/*---------header close----------*/
/*-----------header-top------------*/
.header-top {
    background: #ffffff;
}

.left_info ul li {
    display: inline-block;
    padding: 11px 10px 12px;
    /* border-left: 1px solid #e31e245e; */
}

.left_info a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.left_info i.fa {
    font-size: 19px;
    color: #e31e24;
    padding-right: 10px;
}

@media (max-width: 1200px) {
    .header-top {
        display: none;
    }

    .left_info {
        display: none;
    }
}

.right_info .top-social {
    display: inline-block;
    margin-right: 35px;
    padding: 13px 0;
}

.right_info .top-social a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    margin-left: 15px;
}

.right_info .bk-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 16px 28px 15px;
    background: #e31e24;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

header i.fa.fa-mobile {
    bottom: -4px;
    font-size: 26px;
    position: relative;
    border: 40px;
    font-weight: 500;
}

.header-main {
    background-color: #075081;
}

.header-main {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #075081;
    height: 50px;
}

.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #075081;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

/*-----------header-top Close------------*/
/*-----------header-menu------------*/
.logo {
    position: relative;
    z-index: 123;
}

.logo img {
    max-width: fit-content;
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu:after, #cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu .main-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 9px;
}

#cssmenu>ul>li {
    float: left;
    margin-left: 27px;
}

#cssmenu>ul>li>a {
    padding: 9px 7px;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
}

#cssmenu>ul>li:hover>a, #cssmenu ul li.active a {
    color: #e31937;
}

#cssmenu .main-menu>li.active>a {
    background-color: #e31937;
    color: white;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 30px
}

#cssmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 17px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #000;
    content: ''
}

#cssmenu>ul>li.has-sub>a:before {
    position: absolute;
    top: 14px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    margin-top: 0;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #fff;
    transition: all .25s ease
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover>ul {
    left: auto
}

#cssmenu li:hover>ul>li {
    height: 35px
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 10px 20px;
    width: auto;
    min-width: 200px;
    max-width: 315px;
    white-space: nowrap;
    font-size: 12px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

#cssmenu ul ul li a:hover {
    color: #e31e24;
    font-weight: 600;

}

#cssmenu ul ul>li.active>a {
    color: #e31e24;
}

#cssmenu ul ul li:last-child>a, #cssmenu ul ul li.last-item>a {
    border-bottom: 0
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu>ul>li.has-sub>ul>li.active>a, #cssmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333
}

@media (max-width: 1200px) {
    .header-main .logo {
        display: none;
    }

    #cssmenu {
        display: none;
    }

    .header-main {
        background-color: #fff;
        height: 64px;
    }
}

/* Mobile */

@media (min-width: 1200px) {
    .mobile-header {
        display: none;
    }
}

.mobile-header .mo-logo a img {
    max-width: 227px;
}

.mobile-menu ul {
    display: none;
    list-style: none;
    padding-left: 1rem;
    margin: 0;
}

.mobile-menu li {
    position: relative;
    border-bottom: 1px solid #bcbaba;
}

.mobile-menu li:last-child {
    border-bottom: none;
}

.mobile-menu li>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    width: auto;
    min-width: 0px;
    max-width: 315px;
    white-space: nowrap;
}

.mobile-menu li:hover>ul {
    display: block;
}

.mobile-menu li>.drop::after {
    content: '+';
    font-size: 12px;
    margin-left: auto;
    transition: transform 0.3s ease;
}

.mobile-menu li:hover>.drop::after {
    transform: rotate(90deg);
}

.mobile-menu li ul li a {
    padding-left: 6px;
    font-size: 0.78rem;
    display: block;
    color: #333;
}

.mobile-menu li.active>a {
    color: #e42329;
    font-weight: bold;
}

/* mobile end */
div#slider-home .carousel-item::before {
    background: #0000005c;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

#slider-home h3 {
    text-transform: capitalize;
    font-size: 50px;
    color: #fff;
}

#slider-home p {
    font-size: 23px;
}

#slider-home .btn {
    background: #f82249;
    color: #fff;
    padding: 12px 30px !important;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
}

#slider-home .btn:hover {
    background: #ffffff;
    color: #f82249;
}

/* counter-up */
.counter-up {
    /* background-color: #075081; */
}

.counter-box {
    background: #075081;
    padding: 20px 040px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.counter-font {
    color: #fff;
}

.counter-up .icon-block {
    color: #ffffff;
    font-size: 45px;

    /* color: #075081;
    font-size: 38px;
    background: #fff;
    width: 80px;
    height: 80px;
    display: flex;
    border-radius: 61%;
    align-items: center;
    justify-content: center; */
}

/* BANNER */

.myMainSwiper {
    width: 100%;
    background: url(../img/bg/bg-1.jpg) no-repeat center center;
    background-size: cover;
}

.myMainSwiper .swiper-slide {
    height: 525px;
    display: flex;
    align-items: center;
}

.myMainSwiper .swiper-slide .col-lg-6 {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .myMainSwiper .swiper-slide {
        height: 670px;
        display: flex;
        align-items: center;
    }

    .myMainSwiper .swiper-slide .col-lg-6 {
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
    }

    .myMainSwiper .swiper-slide .slide-content {
        margin-bottom: 25px;
    }
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: #075081;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #e31e24;
}

.myMainSwiper .swiper-slide .content-inner h6,
.myMainSwiper .swiper-slide .content-inner h1,
.myMainSwiper .swiper-slide .content-inner p,
.myMainSwiper .swiper-slide .content-inner .button {
    opacity: 0;
}

.myMainSwiper .swiper-slide .content-inner h6 {
    font-size: 17px;
    animation: fadeInDown 1s ease-in-out forwards;
    animation-delay: 0.2s;
    animation-duration: 0.9s;
}

.myMainSwiper .swiper-slide .content-inner h1 {
    font-size: 40px;
    color: #075081;
    animation: fadeInDown 1s ease-in-out forwards;
    animation-delay: 0.2s;
    animation-duration: 0.9s;
    letter-spacing: 1px;
}

.myMainSwiper .swiper-slide .content-inner p {
    font-size: 25px;
    color: #030303;
    animation: fadeInDown 1s ease-in-out forwards;
    animation-delay: 0.2s;
    animation-duration: 0.9s;
}

.myMainSwiper .swiper-slide .content-inner .button {
    animation: fadeInUp 1s ease-in-out forwards;
    animation-delay: 0.2s;
    animation-duration: 0.9s;
}

@media (max-width: 1180px) {
    .myMainSwiper .swiper-slide .content-inner h6 {
        font-size: 16px;
    }

    .myMainSwiper .swiper-slide .content-inner h1 {
        font-size: 35px;
    }

    .myMainSwiper .swiper-slide .content-inner p {
        font-size: 12px;
    }

    .images-outer img {
        max-height: 400px !important;
        width: auto;
    }
}

@media (max-width: 991px) {
    .myMainSwiper .swiper-slide .content-inner {
        text-align: center;
    }

    .myMainSwiper .swiper-slide .content-inner h6 {
        font-size: 20px;
    }

    .myMainSwiper .swiper-slide .content-inner h1 {
        font-size: 40px;
    }

    .myMainSwiper .swiper-slide .content-inner p {
        font-size: 14px;
    }

    .images-outer {
        text-align: center !important;
    }

    .images-outer img {
        max-height: 400px !important;
        width: auto;
    }
}

@media (max-width: 771px) {
    .myMainSwiper .swiper-slide .content-inner {
        text-align: center;
    }

    .myMainSwiper .swiper-slide .content-inner h6 {
        font-size: 20px;
    }

    .myMainSwiper .swiper-slide .content-inner h1 {
        font-size: 40px;
    }

    .myMainSwiper .swiper-slide .content-inner p {
        font-size: 14px;
    }

    .images-outer {
        text-align: center !important;
    }

    .images-outer img {
        max-height: 300px !important;
        width: auto;
    }
}

.images-outer img {
    max-height: 500px;
    width: auto;
}


@keyframes fadeInUp {
    from {
        transform: translateY(40px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        transform: translateY(-40px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* CERTIFICATION */
/* .certificates-section {
    background: #075081;
}

.certificate {
    display: flex;
}

.certificate .certificate-logo img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.certificate-logo {
    padding: 10px;
    text-align: center;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.lightbox-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
    animation: zoom 0.3s ease-in-out;
}

@keyframes zoom {
    from {
        transform: scale(0.7);
    }

    to {
        transform: scale(1);
    }
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.lightbox-close:hover {
    color: red;
}

.zoomable-img {
    cursor: zoom-in;
    transition: transform 0.3s ease;
} */

/* LATEST NEWS & EXHIBUTION */
.latest-section {
    padding: 50px 0px;
}

.news-sec {
    padding: 20px;
    background: #075081;
    border-radius: 10px;
    box-shadow: -1px 9px 21px 0px rgb(27 18 18 / 16%);
}

.news-sec .news-image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    /* background: #fff; */
}

.news-sec h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

/* CONTACT US */

.contact-content .content-box {
    padding: 30px 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: -1px 9px 21px 0px rgb(27 18 18 / 16%);
}

.contact-content .content-box i {
    font-size: 49px;
    color: #e31e24;
}

.contact-content .content-box .inner-content h2, h6 {
    color: #075081;
}

.contact-content .content-box .inner-content p, a {
    color: #000000;
    font-size: 14px;
}


/* Why choose US */

.why-choose {
    /* background: #00508144; */
    /* background: url(../img/bg/bg-02.jpg) no-repeat center center; */
    padding: 50px;
    padding: 100px 0px;
}

.image-section img {
    width: 450px;
    max-width: 100%;
    z-index: 9;
    position: relative;
}

.about-section .blob img {
    margin-top: -130px;
    margin-left: -42px;
}

.about-section .blob-two img {
    margin-top: -30rem;
    margin-left: -42px;
    width: 160px;
    animation: upDown 4s infinite ease-in-out forwards;
}


@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.content-section h1 {
    color: #075081;
    font-size: 40px;
}

@media (max-width: 991px) {
    .content-section h1 {
        text-align: center
    }
}


.nav-tabs {
    border-bottom: none !important;
}

.nav-tabs .nav-link {
    color: #fff;
    padding: 10px 20px;
    border-radius: 7px;
    margin-top: 10px;
    background: #075081;

}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #075081;
    box-shadow: inset 0px 0px 10px 0px rgb(7 80 129 / 62%);
    border: none;
    border-radius: 7px;
}


/* index procuct slider */
.section-subtitle {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.section-title {
    font-weight: 800;
    font-size: 2rem;
    color: #075081;
}

.myProducts .swiper-slide {
    background: #075081;
    text-align: center;
    padding: 20px 10px;
}

.product-image img {
    width: 90%;
    height: auto;
    transition: transform 0.4s ease;
}

.product-overlay a {
    padding: 10px;
}

.product-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 15px 0;
    color: #fff;
}

/* CATALOGUE */
.outer-cat {
    background: #f5f5f5;
    padding: 50px 0px;
}

.sme-button .btn {
    background: #e31e24;
    color: #ffffff;
    border-radius: 1px;
    padding: 19px;
}

.sme-button .view {
    background: #075081;
    color: #ffffff;
}

.sme-button a i {
    margin-right: 3px;
}

@media (max-width: 991px) {
    .contect {
        text-align: center;
        margin-top: 15px;
    }

    .sme-button {
        margin-top: 15px;
        text-align: center;
    }
}

/* TURNKEY PROJECTS*/
.quote-section {
    background: #075081;
    padding: 20px 30px;
    color: #fff;
}

.quote-box button {
    background: #e31e24;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .quote-box {
        text-align: center !important;
        margin-top: 20px;
    }
}

.quote-box button:hover {
    background: #fff;
    color: #e31e24;
}

.turnkey-box {
    border: 1px solid #e1e1e1;
    padding: 20px;
    text-align: center;
    height: 150px;
    border-radius: 6px;
    margin-top: 20px;
}

.turnkey-box .icon i {
    font-size: 50px;
    color: #075081;
}

.turnkey-box h4 {
    font-size: 20px;
    margin-top: 10px;
}

.accordion-box {
    position: relative;
    margin-top: 20px;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    line-height: 35px;
    color: #111111;
    line-height: 1.8em;
    font-weight: 600;
    cursor: pointer;
    padding: 20px 20px;
    margin-bottom: 0px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: 'Montserrat', sans-serif;
}

.accordion-box .block .acc-btn.active {
    border-bottom: none !important;
    border-radius: 5px 5px 0px 0px;
}


.accordion-box .block .icon {
    position: absolute;
    right: 10px;
    top: 15px;
    height: 35px;
    width: 35px;
    font-size: 20px;
    line-height: 35px;
    color: #075081;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon {
    color: #e31e24 !important;
    transform: rotate(90deg);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    border-top: none !important;
    border: 1px solid #e1e1e1;
    border-radius: 0px 0px 5px 5px;
}

.accordion-box .block .content {
    position: relative;
    padding: 20px 20px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content .text {
    display: block;
    font-size: 14px;
    line-height: 1.8em;
    color: #555555;
}

.accordion-box .block .content .list-style-one {
    margin-top: 20px;
    margin-left: 34px;

}

.accordion-box .block .content .list-style-one li {
    list-style: square;
    font-size: 14px;
}

.accordion-box .block .content .list-style-one li::marker {
    color: #075081;
}

.why-choose {
    padding: 0px 0px 50px;
}

.why-choose-list li {
    list-style: square;
    font-size: 16px;
    margin-left: 37px;
    line-height: 34px;
}

.why-choose-list li::marker {
    color: #075081;
    font-size: 17px;
}

/* INDUSTRIES SERVED */
.industries-served .industry-card img {
    height: 195px;
    width: 100%;
}

.industries-served .industry-card h5 {
    font-size: 17px;
    color: #fff;
    background: #075081;
    padding: 20px 10px;
    text-align: center;
}

/* Products page design */

.product-box {
    box-shadow: 0px 0px 8px #c4c4c4;
}

.product-box .main-product-image {
    border: 1px solid #e1e1e1;
    padding: 7px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.product-box .main-product-image img {
    width: 70%;
    height: auto;
    transition: transform 0.4s ease;
}

/* .product-box .main-product-image img:hover {
    transform: scale(1.1);
} */

.product-box .main-product-content {
    background: #075081;
    padding: 10px 7px;
    text-align: center;
}

.product-box .main-product-content h4 {
    color: #fff;
    font-size: 17px;
}

/* Sun Products Table Design */
.table-section tr th {
    background-color: #e31e24 !important;
    color: #fff;
    text-align: center;
}

.table-section tr {
    border: #b7b7b7;
}

.table-section tr td {
    text-align: center;
}

.table-section tr:nth-child(3) {
    --bs-table-bg: #e3e4e4 !important;
}

.table-section tr:nth-child(5) {
    --bs-table-bg: #e3e4e4 !important;
}

.table-section tr:nth-child(7) {
    --bs-table-bg: #e3e4e4 !important;
}

.table-section tr:nth-child(9) {
    --bs-table-bg: #e3e4e4 !important;
}

.table-section tr:nth-child(11) {
    --bs-table-bg: #e3e4e4 !important;
}

.table-section tr:nth-child(13) {
    --bs-table-bg: #e3e4e4 !important;
}

.table-section tr:nth-child(15) {
    --bs-table-bg: #e3e4e4 !important;
}

.table-section tr:nth-child(17) {
    --bs-table-bg: #e3e4e4 !important;
}

.details-list li {
    list-style: square;
    margin-left: 20px;
}

.details-list li::marker {
    color: #075081;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.lightbox-content {
    max-width: 90%;
    max-height: 80%;
}

.close, .lightbox-prev, .lightbox-next {
    position: absolute;
    color: white;
    font-size: 30px;
    cursor: pointer;
    user-select: none;
}

.close {
    top: 20px;
    right: 30px;
}

.lightbox-prev {
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-next {
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}