@import url(https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Teachers:ital,wght@0,400..800;1,400..800&display=swap);

.amiri-bold,
.amiri-regular {
    font-family: Amiri, serif;
    font-style: normal
}

.dropdown:hover .dropdown_menu li,
.navbar-brand {
    display: block
}

.dropdown_menu li,
.navbar {
    background-color: #fff
}

.f_widget.about-widget .f_list,
.f_widget.about-widget .f_list li:last-child,
.servicesListContainer .card-info p,
.slick-dotted.slick-slider,
.sub-header ul {
    margin-bottom: 0
}

.slider-btn,
.triangle {
    vertical-align: middle
}

.card-image img,
.gallery img {
    transition: .3s ease-in-out;
    object-fit: cover
}

*,
.sidebar-contact {
    box-sizing: border-box
}

.circles li,
.menu-item,
.sub-header li {
    list-style: none
}

    .industry-sect a,
    .menu-item a,
    .slider-btn a,
    .sub-header a,
    a {
        text-decoration: none
    }

.circles,
.play-video,
.video-thumbnail {
    pointer-events: none
}

* {
    margin: 0;
    padding: 0
}

body,
html {
    height: 100%;
    font-family: Nunito, sans-serif;
    font-optical-sizing: auto;
    overflow-x: hidden
}

a {
    color: inherit
}

.navbar-sticky {
    position: sticky;
    top: 0;
    z-index: 1020
}

.navbar-brand {
    width: 80px
}

.logo-img,
.portfolio-inner:hover::after,
.portfolio-inner:hover::before {
    width: 100%
}

.call-container,
.call-parent-container,
.menu-area-container {
    display: flex;
    align-items: center;
    justify-content: center
}

.divider {
    width: 1px;
    height: 40px;
    background-color: rgba(207, 201, 201, .4)
}

.left-yellow-border {
    border-left: 4px solid #e5b20a;
    padding-left: 5px
}

.icon-area {
    font-size: 37px;
    margin-right: 18px;
    color: #cb1905
}

.call-info-container h3 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    margin: 0;
    color: #223645
}

.call-info-container p {
    font-size: 14px;
    line-height: 23px;
    font-weight: 700;
    text-align: left;
    margin: 0;
    color: #e5b20a
}

.bannerContainer,
.menu-area-container ul,
.newVideoSection {
    position: relative
}

.menu-area-container li {
    padding: 30px 10px;
    position: relative;
    display: inline-block
}

    .menu-area-container li a {
        position: relative;
        font-weight: 800;
        display: flex;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 1;
        align-items: center;
        justify-content: start;
        gap: 20px
    }

.advertisers-service-sec span,
.dropdown_menu li:hover a,
.nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #e5b20a
}

.about-para {
    text-align: justify;
    font-size: 14px
}

.amiri-regular {
    font-weight: 400
}

.amiri-bold {
    font-weight: 700
}

.amiri-bold-italic,
.amiri-regular-italic {
    font-style: italic;
    font-family: Amiri, serif
}

.amiri-regular-italic {
    font-weight: 400
}

.amiri-bold-italic {
    font-weight: 700
}

.scrollable {
    height: 70vh !important;
    overflow-y: scroll !important
}

.dropdown {
    perspective: 1000px;
    z-index: 100
}

    .dropdown:hover {
        cursor: pointer
    }

.dropdown_menu {
    position: absolute !important;
    top: 100%;
    left: 0;
    width: 522px;
    min-width: 250px;
    perspective: 1000px;
    z-index: -1;
    border-radius: 5px;
    overflow: hidden;
    display: none;
    grid-template-columns: repeat(2, 1fr);
    padding: 12px
}

.menu-item {
    display: flex;
    align-items: center
}

    .menu-item img {
        margin-right: 10px
    }

    .menu-item a {
        color: inherit;
        display: flex;
        align-items: center
    }

.dropdown_menu li {
    display: none;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
    opacity: 0
}

    .dropdown_menu li a {
        border-bottom: 1px dotted #00000047;
        padding: 10px 0;
        color: #003054
    }

        .dropdown_menu li a span {
            text-transform: capitalize;
            text-wrap: nowrap
        }

    .dropdown_menu li:nth-last-child(-n+2) a {
        border-bottom: 0
    }

.dropdown:hover .dropdown_menu--animated {
    display: grid
}

.banner-section-mob,
.dropdown_menu--animated,
.infoControllBtn {
    display: none
}

    .dropdown_menu--animated li {
        display: block;
        opacity: 1
    }

.dropdown_menu-7 {
    animation: .4s ease-in-out forwards rotateMenu;
    transform-origin: top center
}

@keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg)
    }

    70% {
        transform: rotateX(20deg)
    }

    100% {
        transform: rotateX(0)
    }
}

.readMoreBtn {
    font-size: 12px;
    border: 1px solid #003054;
    background-color: #0b273d;
    color: #fff;
    padding: 6px 24px;
    border-radius: 2px;
    margin-bottom: 12px
}

    .readMoreBtn:hover,
    .slider-btn.solid {
        background: #003054
    }

.sub-header {
    background-color: #ad0f07;
    color: #fff
}

    .sub-header ul {
        padding-left: 0
    }

.info li {
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px
}

    .info li i {
        font-size: 11px !important
    }

    .info li a {
        font-size: 12px
    }

.info span {
    height: 20px;
    display: block;
    width: 2px;
    background-color: #fff !important;
    color: #000;
    margin: 8px 30px
}

.socialContainer {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 20px
}

    .socialContainer .social-links {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px
    }

        .socialContainer .social-links li {
            background-color: #fff;
            width: 25px;
            height: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 100%
        }

            .socialContainer .social-links li a i {
                font-size: 12px;
                color: #003054
            }

.get-quate {
    flex-basis: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

    .get-quate a {
        color: white;
        font-weight: 600;
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: start;
        background: teal
    }

.triangle {
    display: inline-block;
    margin: 0 0 0 5px;
    width: 40px;
    height: 40px;
    border-bottom: 20px solid #ad0f07;
    border-right: 20px solid #ad0f07;
    border-left: 20px solid transparent;
    border-top: 20px solid transparent
}

.menu-image {
    filter: drop-shadow(2px 2px 0px #081622)
}

.navbar-toggler {
    outline: 0;
    border: none;
    font-size: 26px
}

    .navbar-toggler:focus {
        outline: 0;
        box-shadow: none
    }

.banner-slide {
    width: 100%;
    height: 80vh;
    position: relative
}

.info-container {
    position: absolute;
    z-index: 3210;
    left: 30px;
    top: 50%;
    transform: translateY(-50%)
}

    .advertisers-service-sec .service-card:hover h3,
    .contact-info-container ul li a,
    .info-container h1,
    .slider-btn.solid a {
        color: palegreen
    }

.slider-sub-heading {
    margin-bottom: 0px;
    font-size: 26px;
    color: #003054;
    font-family: Amiri, serif;
    font-weight: 600
}

.highlight-heading-part {
    color: #e5b20a;
    font-weight: 700
}

.info-container > div {
    padding-left: 30px;
    border-left: 3px solid #e5b20a;
    text-align: left
}

.slider-heading {
    line-height: 55px;
    color: #003054;
    font-size: 54px
}

.slider-paragraph {
    color: #283c4a;
    font-size: 18px;
    line-height: 38px;
    font-weight: 400
}

.slider-btn,
.slider-btn a,
.slider-btn.solid .dub-arrow i,
.testimonial-container .slick-next:before,
.testimonial-container .slick-prev:before {
    color: #003054
}

.slider-btn {
    display: inline-block;
    font-size: 12px;
    font-family: "Nunito Sans", sans-serif;
    line-height: normal;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    overflow: hidden;
    z-index: 1;
    transition: .5s;
    padding: 12px 21px;
    background-color: transparent;
    border: 1px solid #003054;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 18px
}

.dub-arrow,
.underline-effect::after {
    background: #003054;
    position: absolute
}

.slider-btn a {
    letter-spacing: 1px;
    position: relative;
    left: 0
}

.slick-next,
.slick-prev,
.slider-btn i {
    color: #fff;
    font-size: 20px
}

.dub-arrow {
    width: 100%;
    height: 100%;
    left: -219px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0
}

.slider-btn.solid .dub-arrow {
    background-color: #e6f0f9
}

.slider-btn:hover .dub-arrow {
    left: 0
}

.slider-btn:hover a {
    left: 150px
}

.character-img {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translate(-50%);
    z-index: 30;
    width: 230px !important;
    height: 230px !important
}

.banner-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.bannerContainer .slick-dots {
    bottom: 30px
}

.slick-next,
.slick-prev {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 3015;
    margin: auto 50px
}

.slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 2px
}

    .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #003054;
        border: 1px solid;
        border-radius: 100%
    }

    .slick-dots li button:before {
        font-size: 10px;
        line-height: 18px;
        width: 18px;
        height: 18px;
        color: #003054
    }

.fixed-overlay {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12
}

.counter,
.counter h3,
.fullWidth,
.sec-icon,
.sectionClass,
.underline-effect {
    position: relative
}

.bg-1 {
    background-image: url('../img/banner/lds-banner-1.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat
}

.detailInfo h1 {
    font-size: 45px;
    font-weight: bolder;
    color: #003054;
    margin-bottom: 15px;
    font-family: 'Times New Roman', Times, serif
}

.detailInfo h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000
}

.detailInfo p {
    font-size: 14px;
    text-align: justify
}

.about-section .detailInfo p {
    text-align: start;
    font-size: 15px;
    padding-top: 0;
    line-height: 18px;
    width: 70%
}

.title-container {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.underline-effect {
    display: inline-block !important;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px
}

.btn,
.closeBtn {
    font-weight: 500
}

.underline-effect::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 4px;
    bottom: 0;
    left: 5px
}

.counter {
    font-family: 'Nunito Sans', sans-serif;
    text-align: center;
    height: 210px;
    width: 210px;
    padding: 7px 4px 0;
    margin: 0 auto;
    z-index: 1
}

    .counter:before {
        content: '';
        background-color: #fff;
        height: 157px;
        width: 157px;
        border-radius: 15px;
        border: 5px solid #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3) inset;
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: -1
    }

    .counter .counter-icon,
    .counter h3 {
        color: #fff;
        background: linear-gradient(#f83f83, #e2056f)
    }

    .counter .counter-icon {
        line-height: 70px;
        font-size: 35px;
        height: 70px;
        width: 70px;
        margin: 0 auto 8px;
        border-radius: 19px 0 50px;
        transform: rotate(45deg)
    }

        .counter .counter-icon i {
            transform: rotate(-45deg)
        }

    .counter .counter-value {
        font-size: 25px;
        font-weight: 700;
        letter-spacing: 1px;
        margin: 0 0 13px;
        display: block
    }

    .counter h3 {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: capitalize;
        padding: 10px 5px;
        margin: 0;
        border-radius: 0 0 20px 20px
    }

        .counter h3:after,
        .counter h3:before {
            content: "";
            background: linear-gradient(to right bottom, transparent 49%, #c90460 50%);
            width: 20px;
            height: 20px;
            position: absolute;
            top: -20px;
            left: 0;
            z-index: -2
        }

        .counter h3:after {
            transform: rotateY(180deg);
            left: auto;
            right: 0
        }

    .counter.purple .counter-icon,
    .counter.purple h3 {
        background: linear-gradient(#b05fdf, #7b26dd)
    }

        .counter.purple h3:after,
        .counter.purple h3:before {
            background: linear-gradient(to right bottom, transparent 49%, #5a07bf 50%)
        }

    .counter.blue .counter-icon,
    .counter.blue h3 {
        background: linear-gradient(#00bcf9, #027af6)
    }

        .counter.blue h3:after,
        .counter.blue h3:before {
            background: linear-gradient(to right bottom, transparent 49%, #0466c9 50%)
        }

    .counter.green .counter-icon,
    .counter.green h3 {
        background: linear-gradient(#aff400, #6cc425)
    }

        .counter.green h3:after,
        .counter.green h3:before {
            background: linear-gradient(to right bottom, transparent 49%, #489e03 50%)
        }

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px
    }
}

.sectionClass {
    display: block
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    border-radius: 14px;
    overflow: hidden
}

.sectiontitle {
    background-position: center;
    margin: 30px 0 0;
    text-align: center;
    min-height: 20px
}

    .sectiontitle h2 {
        font-size: 30px;
        color: #222;
        margin-bottom: 0;
        padding-right: 10px;
        padding-left: 10px
    }

.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101f2e
}

.projectFactsWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-size: cover;
    background-position: top;
    justify-content: center
}

#projectFacts .fullWidth {
    padding: 0
}

.projectFactsWrap .item {
    width: 25%;
    padding: 20px 0;
    text-align: center;
    background: #eee;
    flex: 0 0 50%
}

.sec-icon::after,
.sec-icon::before {
    height: 1px;
    margin-top: -5.5px;
    top: 60%;
    background: #333;
    position: absolute;
    content: ""
}

.projectFactsWrap .item:first-child {
    border-right: 1px solid #e0dbdb;
    border-bottom: 1px solid #e0dbdb
}

.projectFactsWrap .item:nth-child(2) {
    border-bottom: 1px solid #e0dbdb
}

.projectFactsWrap .item:nth-child(3) {
    border-right: 1px solid #e0dbdb
}

.projectFactsWrap .item p.number {
    font-size: 40px;
    padding: 0;
    font-weight: 700
}

.projectFactsWrap .item p {
    color: #003054;
    font-size: 18px;
    margin: 0;
    padding: 10px;
    font-family: 'Open Sans'
}

.projectFactsWrap .item span {
    width: 60px;
    background: #003054;
    height: 2px;
    display: block;
    margin: 0 auto
}

.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: #003054
}

.aboutUsInfo h1 {
    font-size: 40px;
    color: #003054;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif
}

.aboutUsInfo h2 {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.aboutUsInfo p {
    font-size: 15px;
    text-align: justify
}

.key-point-container {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px
}

    .key-point-container div img {
        width: 70px
    }

    .key-point-container .year {
        font-size: 30px;
        font-weight: 700
    }

    .key-point-container p {
        font-weight: 700;
        text-align: left
    }

.iconImgContainer {
    background: #fff;
    border-radius: 100%;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 2px 3px #d3d3d3;
    margin: 0 0 0 8px;
}

.btn,
.industry-sect a,
.sec-icon {
    display: inline-block
}

.sec-icon {
    padding: 0;
    margin: 0 auto
}

    .sec-icon::before {
        left: -70px;
        width: 50px
    }

    .sec-icon::after {
        right: -70px;
        width: 50px
    }

.advertisers-service-sec {
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden
}

    .advertisers-service-sec .col {
        padding: 0 1em 1em;
        text-align: center
    }

    .advertisers-service-sec .service-card {
        width: 100%;
        height: 100%;
        padding: 2em 1.5em;
        border-radius: 5px;
        box-shadow: 0 0 35px rgba(0, 0, 0, .12);
        cursor: pointer;
        transition: .5s;
        position: relative;
        z-index: 2;
        overflow: hidden;
        background: #fff;
        text-align: center
    }

        .advertisers-service-sec .service-card::after {
            content: "";
            width: 100%;
            height: 100%;
            background: linear-gradient(#0dcaf0, #003054);
            position: absolute;
            left: 0;
            top: -98%;
            z-index: -2;
            transition: .4s cubic-bezier(.77, -.04, 0, .99)
        }

    .advertisers-service-sec h3 {
        font-size: 20px;
        text-transform: capitalize;
        font-weight: 600;
        color: #1f194c;
        margin: 1em 0;
        z-index: 3
    }

    .advertisers-service-sec p {
        color: #575a7b;
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: .03em;
        z-index: 3
    }

    .advertisers-service-sec .icon-wrapper {
        background-color: #2c7bfe;
        position: relative;
        margin: auto;
        font-size: 30px;
        height: 2.5em;
        width: 2.5em;
        color: #fff;
        border-radius: 50%;
        display: grid;
        place-items: center;
        transition: .5s;
        z-index: 3
    }

    .advertisers-service-sec .service-card:hover:after {
        top: 0
    }

.service-card .icon-wrapper {
    background-color: #003054;
    color: #ff1783
}

    .service-card .icon-wrapper img {
        width: 64px;
        border-radius: 46%;
    }

.advertisers-service-sec .service-card:hover .icon-wrapper {
    color: palegreen
}

.advertisers-service-sec .service-card:hover p {
    color: palegreen
}

.industry-sect {
    width: calc(min(76.5rem, 90%));
    margin-inline: auto;
    color: #111
}

    .industry-sect h2 {
        text-transform: capitalize;
    }

    .industry-sect .card {
        border: 0
    }

    .industry-sect .container {
        margin-top: 20px;
        display: flex;
        align-items: start;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px
    }

        .industry-sect .container .card {
            width: 30%
        }

            .industry-sect .container .card:first-child .box .icon .iconBox {
                background: #1c1e18
            }

            .industry-sect .container .card:nth-child(2) .box .icon .iconBox {
                background: #e6030d
            }

            .industry-sect .container .card:nth-child(3) .box .icon .iconBox {
                background: #032c65
            }

            .industry-sect .container .card:nth-child(4) .box .icon .iconBox {
                background: #166860
            }

            .industry-sect .container .card:nth-child(5) .box .icon .iconBox {
                background: #ad7765
            }

            .industry-sect .container .card ul {
                margin: 0;
                padding: 0;
                list-style-type: none;
                display: flex;
                align-items: center;
                flex-wrap: wrap;
                gap: .625rem
            }

                .industry-sect .container .card ul li {
                    text-transform: uppercase;
                    background: var(--clr-tag);
                    color: #282828;
                    font-weight: 700;
                    font-size: .8rem;
                    padding: .375rem .625rem;
                    border-radius: .188rem
                }

                .industry-sect .container .card ul .branding {
                    color: #7d7359
                }

                .industry-sect .container .card ul .packaging {
                    color: #3b6665
                }

                .industry-sect .container .card ul .marketing {
                    color: #7a3a68
                }

            .industry-sect .container .card .content {
                padding: .938rem .625rem
            }

                .industry-sect .container .card .content h3 {
                    text-transform: capitalize;
                    font-size: clamp(1.5rem, 1.3909rem + .4364vw, 1.8rem)
                }

                .industry-sect .container .card .content p {
                    margin: .625rem 0 1.25rem;
                    color: #565656;
                    font-family: sans-serif
                }

        .industry-sect .container h3 {
            font-family: sans-serif;
            color: #091e3e
        }

        .industry-sect .container .card-inner {
            position: relative;
            height: 18.75rem;
            background: #fff;
            border-radius: 1.25rem 0 0;
            overflow: hidden
        }

            .industry-sect .container .card-inner .box {
                width: 100%;
                height: 100%;
                background: #fff;
                border-radius: 1.25rem;
                overflow: hidden
            }

                .industry-sect .container .card-inner .box .imgBox {
                    position: absolute;
                    inset: 0
                }

                    .industry-sect .container .card-inner .box .imgBox img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover
                    }

                .industry-sect .container .card-inner .box .icon {
                    position: absolute;
                    bottom: -.375rem;
                    right: -.375rem;
                    width: 6rem;
                    height: 6rem;
                    background: var(--clr);
                    border-top-left-radius: 50%
                }

                    .card-image:hover img,
                    .gallery img:hover,
                    .industry-sect .container .card-inner .box .icon:hover .iconBox {
                        transform: scale(1.1)
                    }

                    .industry-sect .container .card-inner .box .icon::before {
                        position: absolute;
                        content: "";
                        bottom: .375rem;
                        left: -1.25rem;
                        background: 0 0;
                        width: 1.25rem;
                        height: 1.25rem;
                        border-bottom-right-radius: 1.25rem;
                        box-shadow: .313rem .313rem 0 .313rem #fff
                    }

                    .industry-sect .container .card-inner .box .icon::after {
                        position: absolute;
                        content: "";
                        top: -1.25rem;
                        right: .375rem;
                        background: 0 0;
                        width: 1.25rem;
                        height: 1.25rem;
                        border-bottom-right-radius: 1.25rem;
                        box-shadow: .313rem .313rem 0 .313rem var(--clr)
                    }

                    .industry-sect .container .card-inner .box .icon .iconBox {
                        position: absolute;
                        inset: 0.625rem;
                        background: #282828;
                        border-radius: 50%;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        transition: .3s
                    }

                        .industry-sect .container .card-inner .box .icon .iconBox i {
                            color: #fff;
                            font-size: 1.5rem;
                            transform: rotate(-30deg)
                        }

.portfolio-inner {
    position: relative;
    overflow: hidden
}

    .portfolio-inner::after,
    .portfolio-inner::before {
        position: absolute;
        content: "";
        width: 0;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(13, 70, 145, .6);
        transition: .5s
    }

    .portfolio-inner::after {
        left: auto;
        right: 0
    }

.imgHeading {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 203;
    transform: translate(-50%, -50%);
    transition: 1s ease-in-out;
    opacity: 0
}

.portfolio-inner:hover .imgHeading {
    transform: translate(-50%, -50%);
    opacity: 1
}

.imgHeading h5 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif
}

.section-padding {
    padding-top: 80px
}

.gallery-section {
    position: relative;
    z-index: 1
}

.filter {
    text-align: center;
    max-width: 1050px;
    margin: auto
}

.btn {
    padding: 10px 20px;
    margin: 5px 4px 4px 0;
    color: #003;
    background: #eee;
    border: 1px solid #003054;
    transition: .4s;
    border-radius: 10px;
    font-size: 16px
}

.gallery,
.gallery a,
.openDiv {
    display: flex
}

.btn-active,
.btn:hover {
    background: #003054;
    color: #fff;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.closeBtn:hover,
.nextButton:hover,
.prevButton:hover {
    background: #fff;
    color: #000
}

.gallery {
    justify-content: center;
    width: fit-content;
    max-width: 1320px;
    flex-wrap: wrap;
    margin: 25px auto
}

    .gallery img {
        width: 200px;
        height: 220px;
        border-radius: 12px;
        overflow: hidden;
        margin: 10px
    }

.sets .hide,
.sets .pophide {
    width: 0%;
    opacity: 0
}

.closeBtn {
    position: absolute;
    font-size: 22px;
    line-height: 22px;
    right: 25px;
    top: 25px;
    color: #003054;
    transition: .5s linear;
    padding: 8px;
    border-radius: 100%;
    background: #fff
}

    .closeBtn:hover {
        cursor: pointer;
        outline: #000 solid 2px
    }

.openDiv {
    width: 100%;
    height: 100vh;
    background: #000000e7;
    position: fixed;
    top: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    z-index: 9999
}

.imgPreview {
    width: 70%;
    object-fit: scale-down;
    max-height: 40vw;
    height: auto
}

.nextButton,
.prevButton {
    transition: 1s linear;
    padding: 10px 35px;
    font-size: 18px;
    border: 1px solid #fff;
    color: #fff;
    background: #0005;
    border-radius: 10px;
    margin: 10px
}

.servicesListContainer .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 230px;
    height: 200px;
    border-radius: 20px;
    position: relative;
    background: #003054;
    cursor: pointer;
    transition: .3s
}

    .servicesListContainer .card.card--active,
    .servicesListContainer .card:hover {
        height: 220px;
        margin: 60px auto
    }

.servicesListContainer .card-title {
    order: 3;
    position: absolute;
    bottom: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    transition: .3s
}

.servicesListContainer .card--active .card-title,
.servicesListContainer .card:hover .card-title {
    border-radius: 10px;
    padding: 8px 12px;
    bottom: -18px;
    background: #e5b20a;
    box-shadow: 0 0 0 5px #fff
}

.servicesListContainer .card-info {
    order: 2;
    position: absolute;
    inset: auto 20px 50px;
    line-height: 1.5;
    text-align: center;
    font-size: 12px;
    opacity: 0;
    transition: .3s;
    color: #fff
}

    .servicesListContainer .card-info h3,
    .servicesListContainer .card-info h2 {
        color: #ffc107;
        font-size: 18px;
        font-weight: 700
    }

.servicesListContainer .card--active .card-info,
.servicesListContainer .card:hover .card-info {
    opacity: 1
}

.servicesListContainer .card-photo {
    order: 1;
    border-radius: 20px;
    position: absolute;
    inset: 20px 20px 50px;
    transition: .3s
}

.servicesListContainer .card--active .card-photo,
.servicesListContainer .card:hover .card-photo {
    inset: -40px 50px 170px;
    box-shadow: 0 0 0 5px #fff
}

.servicesListContainer .card-photo::after,
.servicesListContainer .card-photo::before {
    content: "";
    width: 20px;
    aspect-ratio: 1/1;
    position: absolute;
    z-index: 1;
    background: 0 0;
    opacity: 0;
    transform: translateY(-80px);
    transition: .3s
}

.servicesListContainer .card--active .card-photo::after,
.servicesListContainer .card--active .card-photo::before,
.servicesListContainer .card:hover .card-photo::after,
.servicesListContainer .card:hover .card-photo::before {
    transform: translateY(40px);
    opacity: 1
}

.servicesListContainer .card-photo::before {
    left: -25px;
    border-top-right-radius: 20px;
    box-shadow: 5px -5px 0 5px #fff
}

.servicesListContainer .card-photo::after {
    right: -25px;
    border-top-left-radius: 20px;
    box-shadow: -5px -5px 0 5px #fff
}

.servicesListContainer .card-img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    border-radius: 20px;
    object-fit: cover;
    object-position: center
}

@media (max-width:1199px) {
    .section-padding {
        padding-top: 70px
    }

    .about-section .detailInfo p {
        font-size: 14px
    }
}

@media (max-width:991px) {
    .section-padding {
        padding-top: 50px
    }

    .call-parent-container {
        display: block !important
    }

    .career-section .contactAreaContainer {
        padding: 0
    }
}

.single-video {
    height: 80vh;
    background-image: url(../img/videoThumbnail.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center
}

.play-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

    .play-video span {
        border: 2px solid #e5b20a;
        display: inline-block;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        margin: 12px auto;
        cursor: pointer;
        animation: 2s infinite playPulse
    }

@keyframes playPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .7)
    }

    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px rgba(221, 218, 218, 0)
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(216, 221, 218, 0)
    }
}

.play-video span i {
    color: #e5b20a;
    font-size: 26px
}

.play-video h6 {
    color: #e5b20a;
    font-size: 32px;
    margin: 12px auto
}

#videoPopUp .modal-content {
    border-radius: 0
}

#videoPopUp .modal-body {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.testimonial-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    border-radius: 12px;
    padding-bottom: 20px
}

.testimonial {
    position: relative;
    max-width: 900px;
    width: 100%;
    padding-bottom: 40px;
    overflow: hidden
}

    .testimonial .image {
        height: 170px;
        width: 170px;
        object-fit: cover;
        border-radius: 50%
    }

    .testimonial .slide {
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        row-gap: 30px;
        height: 100%;
        width: 100%
    }

.slide p {
    text-align: center;
    padding: 0 160px;
    font-size: 14px;
    font-weight: 400;
    color: #333
}

.slide .quote-icon {
    font-size: 30px;
    color: #4070f4
}

.slide .details {
    display: flex;
    flex-direction: column;
    align-items: center
}

.details .name {
    font-size: 14px;
    font-weight: 600;
    color: #333
}

.details .job {
    font-size: 12px;
    font-weight: 400;
    color: #333
}

.nav-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: translateY(30px);
    background-color: rgba(0, 0, 0, .1);
    transition: .2s
}

    .nav-btn:hover {
        background-color: rgba(0, 0, 0, .2)
    }

    .nav-btn::after,
    .nav-btn::before {
        font-size: 20px;
        color: #fff
    }

.swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, .8)
}

.swiper-pagination-bullet-active {
    background-color: #4070f4
}

@media screen and (max-width:768px) {
    .slide p {
        padding: 0 20px
    }

    .nav-btn {
        display: none
    }
}

.card-container {
    background-color: #fff;
    border-radius: 8px;
    margin: auto;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
    overflow: hidden
}

.card-image img {
    height: 220px;
    width: 100%;
    border-radius: 8px 8px 0 0;
    background-size: cover
}

.card-body {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 16px
}

    .card-body h1 {
        font-size: 16px;
        margin: 8px 0;
        font-weight: 700;
        color: #003054
    }

        .card-body h1:hover {
            color: #021829
        }

    .card-body h3 {
        font-size: 16px;
        margin: 8px 0;
        font-weight: 700;
        color: #003054
    }

        .card-body h3:hover {
            color: #021829
        }

    .card-body p {
        font-size: 14px;
        margin: 8px 0 16px;
        text-align: justify
    }

.card-container .slider-btn {
    font-size: 10px;
    padding: 8px 12px
}

    .card-container .slider-btn i {
        font-size: 10px
    }

.accordion {
    width: 80%;
    margin: auto;
    padding: 1.2rem 0;
    border-radius: 1rem;
    background: #fff
}

.accordion__heading {
    margin-bottom: 1rem;
    padding: 0 1.4rem
}

.accordion__item:not(:last-child) {
    border-bottom: 1px solid #d3d3d3
}

.accordion__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1.2rem 1.4rem;
    background: #fff;
    border: none;
    outline: 0;
    color: #5e5b70;
    font-size: 1.2rem;
    text-align: left;
    cursor: pointer;
    transition: .1s
}

    .accordion__btn:hover {
        color: #003054;
        background: #e8f2fb
    }

.accordion__item--active .accordion__btn {
    color: #003054;
    border-bottom: 2px solid #003054;
    background: #e8f2fb
}

.fa-lightbulb {
    padding-right: 1rem
}

.accordion__icon {
    border-radius: 50%;
    transform: rotate(0);
    transition: .3s ease-in-out;
    opacity: .9
}

.accordion__item--active .accordion__icon {
    transform: rotate(135deg)
}

.accordion__content {
    font-weight: 300;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    color: #5e5b70;
    transform: translateX(16px);
    transition: max-height .5s, opacity .5s, transform .5s
}

    .accordion__content p {
        padding: 1rem 1.8rem
    }

.accordion__item--active .accordion__content {
    opacity: 1;
    transform: translateX(0);
    max-height: 100vh
}

.cLogo {
    width: 200px;
    height: 200px
}

.clientImg {
    width: 90%;
    height: 90%;
    border: 1px solid #d3d3d3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px
}

.cLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.sidebar-contact {
    position: fixed;
    top: 50%;
    right: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    transition: .5s;
    z-index: 1114;
    border-radius: 20px 0 0 20px
}

    .sidebar-contact.active {
        right: 0
    }

.toggle {
    position: absolute;
    text-align: center;
    cursor: pointer;
    background: #003054;
    color: #fff;
    top: 48%;
    left: -74px;
    transform: rotate(90deg);
    padding: 8px 15px;
    border-radius: 0 0 10px 10px
}

    .toggle h6 {
        margin-bottom: .5px;
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        font-family: Overpass, sans-serif
    }

    .toggle h2 {
        margin-bottom: .5px;
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        font-family: Overpass, sans-serif
    }

    .toggle h6 i {
        margin-right: 5px
    }

    .toggle h2 i {
        margin-right: 5px
    }

.sidebar-contact input,
.sidebar-contact textarea {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .5);
    outline: 0;
    border-radius: 5px
}

.sidebar-contact .btn {
    background: #003054;
    border: unset;
    font-size: 12px
}

.float {
    position: fixed;
    width: 50px;
    line-height: 50px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    animation: 2s infinite pulse
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, .7)
    }

    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0)
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0)
    }
}

.keyResponsibiltyImg {
    width: 100%;
    filter: drop-shadow(-8px 3px 8px rgb(185, 184, 184))
}

.contactAreaContainer {
    background-color: #01233d;
    position: relative;
    border-radius: 12px;
    margin: 50px auto;
    padding: 30px
}

.career-section .contactAreaContainer {
    background-color: transparent
}

.contact-container {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 30px
}

.contact-form-container,
.contact-info-container {
    width: 48%;
    transition: .5s ease-in
}

.contact-info-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between
}

    .contact-info-container h3 {
        font-size: 45px;
        margin-bottom: 20px;
        color: #fff;
        font-family: Arial, Helvetica, sans-serif
    }

    .contact-info-container ul li {
        padding: 12px;
        border-radius: 9px;
        margin: 12px auto
    }

        .contact-info-container ul li span {
            margin-right: 8px;
            color: #e5b20a
        }

    .contact-info-container .f_social_icon a {
        font-size: 25px;
        color: #e5b20a;
        background: 0 0
    }

.career-section .contact-form-container {
    box-shadow: 1px 2px 3px 3px #d9d2d2
}

.contact-form-container {
    background: #fff;
    padding: 30px;
    border-radius: 12px
}

    .contact-form-container input {
        border: 0;
        border-bottom: 1px solid #d3d3d3;
        outline: 0;
        box-shadow: none;
        border-radius: unset;
        padding-left: 0;
        font-size: 16px
    }

    .contact-form-container form > div {
        margin: 18px auto
    }

    .contact-form-container .form-control:focus {
        box-shadow: none;
        border-width: 2px;
        border-color: #e5b20a
    }

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

    .circles li {
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        background: rgba(255, 255, 255, .2);
        animation: 25s linear infinite animate;
        bottom: -150px
    }

        .circles li:first-child {
            left: 25%;
            width: 80px;
            height: 80px;
            animation-delay: 0s
        }

        .circles li:nth-child(2) {
            left: 10%;
            width: 20px;
            height: 20px;
            animation-delay: 2s;
            animation-duration: 12s
        }

        .circles li:nth-child(3) {
            left: 70%;
            width: 20px;
            height: 20px;
            animation-delay: 4s
        }

        .circles li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            animation-delay: 0s;
            animation-duration: 18s
        }

        .circles li:nth-child(5) {
            left: 65%;
            width: 20px;
            height: 20px;
            animation-delay: 0s
        }

        .circles li:nth-child(6) {
            left: 75%;
            width: 110px;
            height: 110px;
            animation-delay: 3s
        }

        .circles li:nth-child(7) {
            left: 35%;
            width: 150px;
            height: 150px;
            animation-delay: 7s
        }

        .circles li:nth-child(8) {
            left: 50%;
            width: 25px;
            height: 25px;
            animation-delay: 15s;
            animation-duration: 45s
        }

        .circles li:nth-child(9) {
            left: 20%;
            width: 15px;
            height: 15px;
            animation-delay: 2s;
            animation-duration: 35s
        }

        .circles li:nth-child(10) {
            left: 85%;
            width: 150px;
            height: 150px;
            animation-delay: 0s;
            animation-duration: 11s
        }

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0);
        opacity: 1;
        border-radius: 0
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%
    }
}

.viewAllContainer img {
    border: 1px solid #003054;
    cursor: pointer;
    object-fit: contain;
    width: 100%
}

.new_footer_area {
    background-image: url('/assets/img/banner/footer-bg.webp');
    background-size: cover;
    background-repeat: repeat
}

.btn_get_two,
.footer_bottom {
    background: #003054;
    color: #fff
}

.new_footer_top {
    padding: 25px 0 8px;
    position: relative;
    overflow-x: hidden
}

.new_footer_area .footer_bottom {
    padding-top: 5px
}

.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px
}

.new_footer_top .company_widget p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #000;
    margin-bottom: 20px
}

.new_footer_top .company_widget .f_subscribe_two .btn_get {
    border-width: 1px;
    margin-top: 20px
}

.btn_get:hover {
    color: #fff;
    background: #6754e2;
    border-color: #6754e2;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn:focus,
.btn:hover,
a:focus,
a:hover,
button:focus,
button:hover {
    text-decoration: none;
    outline: 0
}

.new_footer_top .f_widget.about-widget .f_list li a:hover {
    color: #003054;
    font-weight: 800
}

.new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 11px
}

.f_widget.about-widget .f_list li {
    margin-bottom: 15px
}

.new_footer_top .f_social_icon a {
    width: 44px;
    height: 44px;
    line-height: 43px;
    background: 0 0;
    border: 1px solid #e2e2eb;
    font-size: 24px
}

.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    color: #858da8;
    display: inline-block;
    background: #ebeef5;
    text-align: center;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

.ti-facebook:before {
    content: "\e741"
}

.ti-twitter-alt:before {
    content: "\e74b"
}

.ti-vimeo-alt:before {
    content: "\e74a"
}

.ti-pinterest:before {
    content: "\e731"
}

.btn_get_two {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #003054
}

    .btn_get_two:hover {
        background: 0 0;
        color: #003054
    }

.new_footer_top .f_social_icon a:hover {
    background: #003054;
    border-color: #003054;
    color: #fff
}

.new_footer_top .f_social_icon a + a {
    margin-left: 4px
}

.new_footer_top .f-title {
    margin-bottom: 30px;
    color: #263b5e
}

.f_600 {
    font-weight: 600
}

.f_size_18 {
    font-size: 18px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4b505e
}

.new_footer_top .f_widget.about-widget .f_list li a {
    color: #000
}

.new_footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    background: url("../img/society-bg.png") center 0;
    width: 100%;
    height: 266px
}

    .new_footer_top .footer_bg .footer_bg_one {
        background: url("../img/bus-gif.gif") center center/100% no-repeat;
        width: 330px;
        height: 105px;
        position: absolute;
        bottom: 0;
        left: 30%;
        -webkit-animation: 22s linear infinite myfirst;
        animation: 22s linear infinite myfirst
    }

    .new_footer_top .footer_bg .footer_bg_three,
    .new_footer_top .footer_bg .footer_bg_two {
        background: url("../img/security-guard-walking.gif") center center/100% no-repeat;
        width: 88px;
        height: 100px;
        bottom: 0;
        position: absolute
    }

    .new_footer_top .footer_bg .footer_bg_two {
        left: 38%;
        -webkit-animation: 30s linear infinite myfirst;
        animation: 30s linear infinite myfirst
    }

    .new_footer_top .footer_bg .footer_bg_three {
        right: 38%;
        -webkit-animation: 20s linear infinite rightToLeft;
        animation: 20s linear infinite rightToLeft;
        transform: scaleX(-1)
    }

@-moz-keyframes myfirst {
    0% {
        left: 0
    }

    100% {
        left: 100%
    }
}

@-webkit-keyframes myfirst {
    0% {
        left: 0
    }

    100% {
        left: 100%
    }
}

@keyframes myfirst {
    0% {
        left: 0
    }

    100% {
        left: 100%
    }
}

@-moz-keyframes rightToLeft {
    0% {
        right: 0
    }

    100% {
        right: 100%
    }
}

@-webkit-keyframes rightToLeft {
    0% {
        right: 0
    }

    100% {
        right: 100%
    }
}

@keyframes rightToLeft {
    0% {
        right: 0
    }

    100% {
        right: 100%
    }
}

.contactUsInfo .contactParagraph {
    text-align: center;
    font-size: 14px;
    margin: auto;
    width: 62%
}

.contactUsInfo .title-container h3 {
    color: #000;
    font-weight: 700;
    text-align: center
}

@media (max-width:1280px) {
    .slider-heading {
        line-height: 50px;
        font-size: 50px
    }

    .slider-sub-heading {
        font-size: 30px
    }
}

@media (max-width:1275px) {

    .call-parent-container,
    .divider {
        display: none
    }
}

@media only screen and (min-width:1200px) {
    .sep-img {
        -webkit-mask: url(../img/menu-sprite.svg) no-repeat 100% 100%;
        -webkit-mask-box-image: url(../img/menu-sprite.svg);
        -webkit-mask-size: cover;
        position: absolute;
        content: "";
        top: -25px;
        left: 50%;
        background-repeat: no-repeat;
        background-position: 0 -6px;
        width: 8px;
        height: 49px;
        text-align: center;
        overflow: hidden;
        background-color: #e5b20a
    }

    li.ttm-sepline {
        position: absolute !important;
        top: 0 !important;
        left: 0;
        right: auto;
        text-align: center;
        height: 25px !important;
        margin: 0 auto;
        display: block;
        overflow: hidden
    }
}

@media (max-width:1132px) {
    .slider-heading {
        line-height: 40px;
        font-size: 40px
    }

    .slider-sub-heading {
        font-size: 21px
    }
}

@media (max-width:991px) {
    .offcanvas-body {
        flex-direction: column;
        justify-content: start !important
    }

    .menu-area-container,
    .menu-area-container ul {
        width: 100%
    }

        .menu-area-container li {
            padding: 10px;
            display: block;
            text-align: center
        }

    .call-parent-container {
        position: fixed;
        bottom: 10px
    }

    .menu-area-container li:not(.ttm-sepline) {
        border-bottom: 1px dotted #00000047;
        padding: 5px;
        border-bottom: none
    }

    .dropdown .dropdown_menu--animated,
    .dropdown:hover .dropdown_menu--animated {
        display: none
    }

        .dropdown .dropdown_menu--animated.show {
            display: block;
            position: static !important;
            padding-left: 0
        }

    .dropdown_menu {
        box-shadow: none
    }

    .navbar-sticky {
        margin: 12px auto
    }

    .social-widget {
        margin-top: 30px
    }

    .advertisers-service-sec .service-card,
    .new_footer_top .container .row {
        padding: 12px
    }

    .advertisers-service-sec h3 {
        margin: 0 0 12px;
        font-size: 16px
    }

    .advertisers-service-sec p {
        font-size: 13px
    }

    .industry-sect .container .card-inner {
        height: 13rem
    }

        .industry-sect .container .card-inner .box .icon {
            width: 5rem;
            height: 5rem
        }

    .industry-sect .container .card .content {
        padding: .938rem 0
    }

        .industry-sect .container .card .content h3 {
            font-size: 18px;
            font-weight: 700
        }

        .industry-sect .container .card .content p {
            font-size: 12px;
            margin: 0 auto
        }

    .imgHeading h5 {
        font-size: 23px
    }

    .contact-info-container h3 {
        font-size: 28px
    }

    .contact-info-container ul li {
        margin: 6px auto
    }

    .slider-heading {
        line-height: 38px;
        font-size: 38px
    }

    .contactUsInfo .contactParagraph {
        width: 85%
    }
}

@media (max-width:932px) {
    .slider-heading {
        line-height: 34px;
        font-size: 34px
    }
}

@media (max-width:845px) {
    .slider-heading {
        line-height: 30px;
        font-size: 30px
    }
}

@media (max-width:767px) {
    .title {
        font-size: 36px
    }

    .gallery img {
        margin: 8px;
        width: 175px
    }

    .closeBtn {
        padding: 6px 25px
    }

    .nextButton,
    .prevButton {
        font-size: 18px;
        padding: 8px 25px
    }

    .industry-sect .container .card {
        width: 45%
    }

    .embed-video {
        height: 320px !important
    }

    .info span,
    .sidebar-contact.active .toggle h6 {
        display: none
    }

    .toggle.active h2 {
        display: none
    }

    .sub-header .container-fluid {
        margin-top: 5px
    }

    .info li {
        margin-right: 15px;
        border: 1px solid #fff;
        padding: 2px 5px;
        border-radius: 5px
    }

    .new_footer_top .footer_bg .footer_bg_one {
        -webkit-animation: 8s linear infinite myfirst;
        animation: 8s linear infinite myfirst
    }

    .new_footer_top .footer_bg .footer_bg_two {
        -webkit-animation: 12s linear infinite myfirst;
        animation: 12s linear infinite myfirst
    }

    .new_footer_top .footer_bg .footer_bg_three {
        -webkit-animation: 7s linear infinite rightToLeft;
        animation: 7s linear infinite rightToLeft
    }

    .info-container > div {
        padding-left: 12px
    }

    .slider-btn {
        padding: 8px 15px;
        font-size: 10px
    }

    .slider-sub-heading {
        font-size: 15px;
        line-height: 15px
    }

    .slider-heading {
        font-size: 22px;
        line-height: 22px
    }

    .slider-paragraph {
        font-size: 13px;
        line-height: 13px
    }

    .accordion,
    .contact-form-container {
        width: 100%
    }

    .sidebar-contact {
        width: 100%;
        height: 100%;
        right: -100%;
        border-radius: 0
    }

        .sidebar-contact.active .toggle {
            top: 15px;
            left: 22px;
            transform: translateY(0);
            border-radius: 10px
        }

    .toggle.active::before {
        content: '\f00d';
        font-family: fontAwesome;
        font-size: 18px;
        color: #fff
    }

    .sidebar-contact .toggle {
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        transition: .5s
    }

    .career-section .contact-container {
        padding: 0;
        overflow: unset
    }

    .contact-container {
        position: relative;
        padding: 36px 10px 20px 36px;
        overflow: hidden
    }

    .contact-info-container.show {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
        background: #01233d
    }

    .contact-info-container {
        position: absolute;
        left: -100%;
        width: 90%;
        transform: translateY(-50%);
        top: 50%
    }

    .infoControllBtn {
        display: block;
        position: absolute;
        left: -22px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        z-index: 12
    }

        .infoControllBtn button {
            background: #e5b20a;
            border: none;
            color: #000;
            font-weight: 700;
            padding: 4px 6px;
            border-radius: 3px
        }

    .contact-form-container.hide {
        transform: translateX(200%)
    }

    .contactUsInfo .contactParagraph {
        width: 100%;
        font-size: 12px
    }

    .contactAreaContainer {
        padding: 0;
        margin: 25px auto
    }
}

@media (max-width:725px) {
    .get-quate {
        flex-basis: 30%
    }
}

@media (max-width:625px) {
    .get-quate {
        flex-basis: 45%
    }

    .info-container {
        transform: unset;
        top: unset;
        bottom: 80px !important
    }

    .banner-slide {
        height: 70vh
    }

    .accordion__btn {
        font-size: 15px;
        padding: 1.2rem .4rem
    }

    .single-video {
        background-image: url(../img/videoThumbnailMob.jpg)
    }

    .play-video span {
        border: 2px solid #003054
    }

        .play-video h6,
        .play-video span i {
            color: #003054
        }
}

@media (max-width:575px) {
    .detailInfo h1 {
        font-size: 34px
    }

    .detailInfo h2 {
        font-size: 20px
    }

    .detailInfo p {
        font-size: 12px
    }
}

@media (max-width:540px) {
    .section-padding {
        padding-top: 30px
    }

    .gallery img {
        margin: 8px 6px;
        width: 155px
    }

    .closeBtn {
        font-size: 18px;
        border-radius: 15px
    }

    .nextButton,
    .prevButton {
        font-size: 18px;
        padding: 6px 20px;
        border-radius: 10px;
        margin: 5px
    }

    .imgPreview {
        width: 90%;
        max-height: 50vh;
        height: auto
    }

    .banner-section {
        display: none
    }

    .banner-section-mob {
        display: block;
        padding: 0
    }

    .info-container {
        position: unset !important;
        padding: 12px 24px 0
    }

    .banner-slide {
        height: auto !important;
        background-image: url('../img/banner-bg.webp');
        padding-bottom: 50px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover
    }

    .navbar-sticky {
        margin: 0 auto
    }

    .bannerContainer .slick-dots {
        bottom: 12px
    }
}

@media (max-width:535px) {
    .socialContainer .social-links {
        display: none
    }

    .new_footer_top .footer_bg {
        background: url("../img/society-bg.png") bottom/cover no-repeat
    }

    #clients .client-logo {
        padding: 45px
    }
}

@media (max-width:475px) {
    .detailInfo h1 {
        font-size: 28px
    }

    .get-quate {
        flex-basis: 100%
    }

    .info span {
        margin: 8px
    }

    .card-image img {
        height: 125px
    }

    .card-body h1 {
        font-size: 13px
    }

    .card-body h3 {
        font-size: 13px
    }

    .card-body p,
    .industry-sect .container .card .content p {
        font-size: 10px
    }

    .card-body p {
        margin: 0 0 8px
    }

    .industry-sect .container .card-inner {
        height: 10rem
    }

        .industry-sect .container .card-inner .box .icon {
            width: 4rem;
            height: 4rem
        }

    .industry-sect .container {
        justify-content: space-between;
        gap: 12px
    }
}

@media (max-width:425px) {
    .fullWidth {
        width: 90% !important;
        margin: auto;
        border-radius: 14px;
        overflow: hidden
    }

    .offcanvas {
        width: 70% !important
    }

    .projectFactsWrap .item i {
        font-size: 20px
    }

    .projectFactsWrap .item p.number {
        font-size: 16px;
        padding-top: 12px
    }

    .projectFactsWrap .item span {
        width: 30px
    }

    .projectFactsWrap .item p {
        font-size: 12px
    }

    .aboutUsInfo h2 {
        font-size: 30px
    }

    .imgHeading h5 {
        font-size: 18px
    }

    .embed-video {
        height: 225px !important
    }
}

@media (max-width:357px) {
    .detailInfo h1 {
        font-size: 22px
    }

    .detailInfo h2 {
        font-size: 16px
    }

    .gallery img {
        width: 150px
    }
}

@media (max-width:347px) {
    .gallery img {
        width: 130px
    }
}

@media (min-width:992px) and (max-width:1132px) {
    .ttm-sepline {
        display: none !important
    }

    .menu-area-container li:not(.menu-item) {
        padding: 30px 5px
    }

    .menu-area-container li a {
        font-size: 12px
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '\f105';
    font-family: fontawesome
}

.breadcrumb a {
    color: #003054;
    font-weight: 700
}

.embed-video {
    width: 100%;
    height: 620px
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-position: top
}

.gallery .certificates img {
    transition: .3s ease-in-out;
    object-fit: contain;
}

.aboutUsInfo .label-heading {
    font-size: 1.5rem;
    color: #4b505e;
}

.services-h3 {
    font-size: 40px !important;
    color: #003054 !important;
    font-weight: bold !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.contact-form-container textarea {
    border: 0;
    border-bottom: 1px solid lightgray;
    outline: none;
    box-shadow: none;
    border-radius: unset;
    padding-left: 0;
    font-size: 16px;
}

#full_name::placeholder,
#full_name_below::placeholder,
#full_name_side::placeholder {
    color: #B22222;
}

#phone_number::placeholder,
#phone_number_below::placeholder,
#phone_number_side::placeholder {
    color: #B22222;
}
