 
@font-face {
    font-family: 'Alata-Regular';
    src: url('../fonts/Alata-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'fa-light-300';
    src: url('../fonts/fa-light-300.woff2') format('woff2');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'fa-light-300';
    src: url('../fonts/fa-light-300.ttf') format('truetype');
}
.footer-bottom .t-name {
    font-family: 'Alata-Regular';
    font-weight: inherit;
}
.counter_bg {
    background-color: #f8f9fa !important;
}
.bg-dblue {
    background-color: #0C2340;
}
.site-arrow {
    transform: rotate(-40deg);
}
.text-orange {
    color: #f67a02;
}
.close_btn {
    background: #f67a02;
    opacity: 1;
    filter: none;
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #f67a02;
    font-size: 18px;
    line-height: 0px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
}
    .close_btn:hover {
        background: #fff;
        color: #f67a02;
        opacity: 1;
    }
.cross-icon {
    position: relative;
    width: 40px; 
    cursor: pointer;
}

    .cross-icon::before, .cross-icon::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 1px;
        background-color: #ffffff;
        transform-origin: center;
    }

    .cross-icon::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .cross-icon::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .close_btn:hover .cross-icon::before{
        background-color: #f67a02;
    }
    .close_btn:hover .cross-icon::after {
        background-color: #f67a02;
    }

.guard-bg {
    background-image: url('../images/guard_images/desktop_images/hero-background1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-top: 30px;
}
.plr-1 {
    padding-left: 1rem;
    padding-right:1rem;
}

/* Form Section - Start */

.form-section {
    max-width: 100%;
    display: block;
    margin: 0 auto 25px;
    background-color: #fff;
    padding: 40px 40px;
    box-shadow: 0px 16px 36px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    width: 440px;
    margin-bottom: 5rem
}

.form-content {
    padding: 0;
    color: #1E3B42;
}

.form-heading {
    text-align: left;
}

    .form-heading h2 { 
        font-style: italic;
        font-size: 32px;
        line-height: 36px;
        margin: 0 0 15px;
        font-weight: bold;
        color: #F68E24;
    }

        .form-heading h2 span {
            font-size: 52px;
            font-weight: normal;
        }

            .form-heading h2 span sup {
                font-size: 29px;
            }

    .form-heading h3 {
        font-weight: 400;
        margin: 0 0 15px;
        color: #000000;
        font-size: 15px;
        line-height: 20px;
    }

        .form-heading h3 span {
            font-size:30px;
            line-height: 21px;
            color: #F68E24;
            font-style: italic;
            display: inline-block;
            margin-right: 5px;
        }

.form-wrapper form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    min-inline-size: unset;
}

.form-list {
    color: #312D2A;
}

.form-item {
    margin-bottom: 15px;
}

    .form-item .form-input input[type="text"],
    .form-item .form-input input[type="email"],
    .form-item .form-input input[type="phone"],
    .form-item .form-input select {
        height: 35px;
        background-color: transparent !important;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #A8A8A8;
        padding: 0px;
        width: 100%;
        font-size: 16px;
        font-family: 'Oracle Sans';
    }

        .form-item .form-input input[type="text"]:focus,
        .form-item .form-input input[type="email"]:focus,
        .form-item .form-input input[type="phone"]:focus,
        .form-item .form-input select:focus {
            outline: none;
        }

.form-list .form-item:nth-child(odd) {
    padding-right: 15px;
}

.form-list .form-item:nth-child(even) {
    padding-left: 15px;
}

.form-caption {
    font-size: 11px;
    line-height: 14px;
}

.opt-in-section {
    display: block;
    margin-top: 7px;
    text-align: justify;
}

    .opt-in-section,
    .opt-in-section div,
    .opt-in-section span {
        color: #8B8580;
        font-size: 11px;
    }

        .opt-in-section .optInBlock {
            font-size: 11px;
        }

            .opt-in-section .optInBlock a {
                font-size: 11px;
                text-transform: none;
                font-weight: bold;
            }

.form-submit-btn {
    text-align: center;
    margin-top: 22px;
}

    .form-submit-btn input {
        margin: 0 auto;
    }

    .form-submit-btn input,
    .bottom-btn a {
        white-space: unset;
        display: inline-block;
        font-family: 'Oracle Sans', sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 1em;
        background-color: #F68E24;
        padding: 20px 15px;
        border: 0;
        border-radius: 7px;
        color: #fff;
        cursor: pointer;
        text-decoration: none;
        max-width: 100%;
        width: 353px;
        text-align: center;
        display: block;
    }

        .form-submit-btn input:hover {
            box-shadow: 0 0 0 transparent;
        }

.opt-in-section #prvJP {
    margin-top: 1.25em;
}

.form-content .opt-in-section a {
    text-transform: none;
    text-decoration: underline;
    font-weight: bold;
    color: #8B8580;
}

    .form-content .opt-in-section a:hover {
        color: #8B8580;
    }

    .form-content .opt-in-section a:visited {
        color: #8B8580;
    }
.form-section   input[type="text"], .CCPPInputTextField, select.elq-item-select {
    box-shadow: none;
    border: none !important;
    border-bottom: 2px solid #8B8580 !important;
    border-radius: 0 !important;
}
.form-section input[type="number"]{
    box-shadow: none;
    border: none !important;
    border-bottom: 2px solid #8B8580 !important;
    border-radius: 0 !important;
}
.form-section textarea[type="text"] {
    box-shadow: none;
    border: none !important;
    border-bottom: 2px solid #8B8580 !important;
    border-radius: 0 !important;
}
.form-section input::placeholder { color:#000;
}
.form-section textarea::placeholder {
    color: #000;
}
.form-section select {
    box-shadow: none;
    border: none !important;
    border-bottom: 2px solid #8B8580 !important;
    border-radius: 0 !important;
    width: 100%;
}
.form-section select {
    display: inline-block;
    width: 100%;
    height: 3em;
    padding: 0 0.8em;
    margin: .35em 0 !important; 
    font-size: 1em;
    line-height: 1;
    color: #000;
    border: 0;
    border-left: 2px solid transparent;
    background-color: #fff;
    outline: 0;
    caret-color: #CBC5BF;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.form-section input {
    display: inline-block;
    width: 100%;
    height: 3em;
    padding: 0 0.8em;
    margin: .35em 0 !important; 
    font-size: 1em;
    line-height: 1;
    color: #000;
    border: 0;
    border-left: 2px solid transparent;
    background-color: #fff;
    outline: 0;
    caret-color: #CBC5BF;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.form-section  .quform-input {
    margin-left: 10px;
}
.form-section .form-control:focus {
    box-shadow: none;
    border-color: #4e86ff;
}
p.field-p.cprivacy1 {
    font-size: 11px;
    padding-left: 10px;
}
    p.field-p.cprivacy1 a { 
        color: #fe7c02;
    }
.quform-select  {
    margin-left: 10px;
}

/* Form Section - End */
.min-vh-135 {
    min-height: 135vh;
}
.contact-site {position:absolute;
               bottom:0px;
}
.quform-element .form-control {
    background-color: transparent;
    -webkit-appearance: auto;
}
.protect-text {
    font-size: 1.1rem;
}
.menu-toggle {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    cursor: pointer;
}

    .menu-toggle span {
        position: absolute; 
        height: 1px;
        width: 20px;
        right: 13px;
        background-color: white;
        transition: 0.3s ease;
    }

        .menu-toggle span:nth-child(1) {
            top: 15px;
            width: 10px; 
        }

        .menu-toggle span:nth-child(2) {
            top: 23px;
        }

        .menu-toggle span:nth-child(3) {
            top: 30px;
            width: 10px;
        }
.btn-toggler-accent:hover  span {
    background-color: #fe7c02;
}
.navigation .header-text {
    margin-right: 15px;
    margin-top: -4px;
}
.text-blue {
   color: #0C2340;
}
.mr-3 { margin-right:1rem;
}
.mb-3 { margin-bottom:1rem;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7))
    }
}

.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}

.slide-track {
    animation: scroll linear infinite;
    animation-duration: 40s;
    display: flex;
    width: calc(280px * 18);
}

.slide {
    height: 80px;
    width: 200px;
    margin-right: 1rem;
    background: #ffffffa6;
}

.blue-border {
    border-top: 1px solid #0C2340;
} 
.font-90 {font-size:90px !important;
}
.section-title01 .client-heading {
    font-size: 70px;
}
.az-video { width:100%;
}
.az-logo {
    width: 200px;
    margin-top: 8px;
}
.az-logo2 {
    width: 235px;
    margin-top: 10px;
}
.az-logo3 {
    width: 350px;
    margin-top: 5px;
}
.az-logo4 {
    width: 532px;
    margin-top: 18px;
}
.heading-landing h1 {
    font-size: 2.6rem;
}
.section-title01 .text-deliver {
    font-size: 4.5rem;
    text-align: center;
}
.alogo {
    width: 150px;
    margin-top: 38px;
    margin-left: -15px;
    margin-right: 0px;
}
.software-text h2 {
    font-size: 75px; 
}
.footer-email {
    margin-top: 2rem;
    justify-content: end;
}

.project-section {
    margin-top: 5rem;
}
.form-box {
    box-shadow: 0px 16px 36px rgba(0, 0, 0, 0.1);
}
.contact-heading {
    font-size: 1.8rem;
}

.banner-txt h1 {
    font-size: 2.6rem;
}
.error-message {
    color: red !important;
    font-size: 14px;
}
.service-area {
    margin-top: 10rem;
}

.navigation.az-menu {
    color: #fff;
}

.navigation.az-menu h4 {
    color: #fff
}
.navigation.az-menu:hover {
    color: #f67a02;
}
.navigation.az-menu:hover h4 {
    color: #f67a02;
}
    .navigation.az-menu:hover i {
        color: #1b2330;
    }
@media screen and (min-width: 1200px) {
    .footer-top .col-lg-3 {
        width: 18%;
    }
}
@media screen and (min-width: 1300px) and (max-width: 1350px) {
    .heading-landing h1 {
        font-size: 2.2rem;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1430px) {
    .heading-landing h1 {
        font-size: 2rem;
    }
    .az-logo {
        width: 180px;
        margin-top: 5px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1500px) {
    .alogo {
        margin-top: 45px;
    }
}
    @media screen and (min-width: 1440px) {
        .heading-landing h1 {
            font-size: 2.1rem;
        }

        .az-logo {
            width: 170px;
        }

        .banner-txt h1 {
            font-size: 2.7rem;
        }
    }

    @media screen and (min-width: 1680px) {
        .guard-bg .form-section {
            width: 640px;
            padding: 3rem 3rem;
        }

        .heading-landing h1 {
            font-size: 2.7rem;
        }

        .alogo {
            width: 209px;
            margin-top: 50px;
        }

        .az-logo {
            width: 210px;
        }

        .protect-text {
            font-size: 1.4rem;
        }

        .section-title01 .text-deliver {
            font-size: 5.5rem;
        }

        .az-logo3 {
            width: 450px;
        }

        .footer-top .col-xxl-3 {
            width: 15%;
        }

        .footer-top .col-xxl-7 {
            width: 62.333333%;
        }
        .banner-txt h1 {
            font-size: 3.2rem;
        }
    }

    @media screen and (min-width: 1800px) and (max-width: 1900px) {
        .az-logo {
            width: 230px;
        }
    }

    @media screen and (min-width: 1900px) {
        .banner_img {
            min-height: 70vh;
        }
        .banner-txt h1 {
            font-size: 3.7rem;
        }
        .heading-landing h1 {
            font-size: 3.1rem;
        }

        .footer-top .col-xxl-3 {
            flex: 0 0 auto;
            width: 13%;
        }

        .footer-top .col-xxl-7 {
            flex: 0 0 auto;
            width: 67.333333%;
        }

        .az-logo {
            width: 250px;
            margin-top: 9px;
        }

        .az-logo2 {
            width: 325px;
            margin-top: 17px;
        }

        .alogo {
            width: 209px;
            margin-top: 50px;
        }

        .contact-heading {
            font-size: 2rem;
        }

        .protect-text {
            font-size: 1.6rem;
        }

        .section-title01 .text-deliver {
            font-size: 6.5rem;
        }

        .az-logo3 {
            width: 520px;
            margin-top: 5px;
        }
    }

    @media screen and (min-width: 1200px) and (max-width: 1300px) {
        .az-logo4 {
            width: 470px;
            margin-top: 15px;
        }

        .heading-landing h1 {
            font-size: 2.2rem;
        }

        .az-logo {
            width: 190px;
        }

        .az-about img {
            padding-right: 2rem;
        }
    }

    @media screen and (min-width: 900px) and (max-width: 999px) {
        .get-text {
            font-size: 2.5rem;
        }

        .az-logo3 {
            width: 250px;
        }

        .section-title01 .text-deliver {
            font-size: 3rem;
        }
    }

    @media screen and (min-width: 1024px) and (max-width: 1300px) {
        .copyright_txt {
            font-size: 13px;
        }

        .contact-heading {
            font-size: 1.2rem;
        }

        .section-title01 .client-heading {
            font-size: 65px;
        }

        .form-heading h2 span {
            font-size: 30px;
        }
    }

    @media screen and (min-width: 1300px) and (max-width: 1400px) {
        .az-logo4 {
            width: 490px;
        }
    }

    @media screen and (min-width: 1400px) and (max-width: 1600px) {
        .az-about-text h2 {
            font-size: 8rem;
        }
    }

    @media screen and (min-width: 1600px) and (max-width: 1700px) {
        .az-about-text h2 {
            font-size: 10rem;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1200px) {
        .close_btn {
            margin-top: 1.2rem !important;
            margin-right: 0px !important;
        }

        .contact-map {
            height: 450px;
        }
    }

    .pb-5 {
        padding-bottom: 3rem !important;
    }

    @media screen and (min-width: 1024px) {
        .site-footer {
            padding-bottom: 3rem !important
        }
    }

    @media screen and (min-width: 700px) {
        .desktop_view {
            display: block !important;
        }

        .mobile_view {
            display: none !important;
        }

        .desktop_img {
            display: inline !important;
        }

        .mobile_img {
            display: none !important;
        }
    }

    @media screen and (max-width: 699px) {
        .desktop_view {
            display: none !important;
        }

        .mobile_view {
            display: block !important;
        }

        .desktop_img {
            display: none !important;
        }

        .mobile_img {
            display: inline !important;
        }
    }

    @media screen and (max-width: 1300px) {
        .banner_img {
            min-height: 57vh;
        }

        .min-vh-135 {
            min-height: 100vh;
        }
    }

    @media screen and (max-width: 1100px) {
        .copyright_txt {
            font-size: 12px;
        }

        .min-vh-135 {
            min-height: 95vh;
        }

        .font-90 {
            font-size: 50px !important;
        }

        .site-header {
            padding: 0px 0px;
        }

        .banner_img {
            min-height: 35vh;
        }

        .top-position1 {
            margin-top: 0px;
            padding: 60px 0 60px 0;
        }

        .site-header {
            background: #0c2340;
        }

        .border-color-light-black.scrollHeader {
            background: #fff;
        }

        .site-testimonials .owl-carousel .owl-stage-outer {
            height: auto;
        }

        .site-testimonials .owl-carousel .owl-stage-outer {
            height: auto;
        }
    }

    @media screen and (min-width: 1200px) and (max-width: 1300px) {
        .project-section {
            margin-top: 1rem;
        }
    }

    @media screen and (min-width: 1300px) and (max-width: 1366px) {
        .az-about-text h2 {
            font-size: 130px;
        }
    }

    @media screen and (min-width: 1024px) and (max-width: 1200px) {
        .testimonial_section .owl-item {
            padding-right: 5rem;
        }

        .question_txt {
            font-size: 2rem;
        }

        .project-section {
            margin-top: 1rem;
        }

        .email a {
            font-size: 1.1rem;
        }

        .software-text h2 {
            font-size: 60px;
            margin-bottom: 3rem;
        }

        .az-logo4 {
            width: 350px;
            margin-top: 10px;
        }

        .alogo {
            width: 115px;
            margin-top: 29px;
            margin-left: -5px;
            margin-right: 0px;
        }

        .section-title01 .banner-heading {
            font-size: 70px;
        }

        .az-logo3 {
            width: 270px;
            margin-top: 12px;
        }

        .section-title01 .text-deliver {
            font-size: 3.7rem;
        }

        .az-logo3 {
            width: 285px;
            margin-top: 8px;
        }

        .az-video {
            margin-top: -2rem;
        }

        .az-logo2 {
            width: 140px;
            margin-top: 8px;
        }

        .banner-text h1 {
            font-size: calc(0.8rem + 1.5vw);
        }

        .manage-text h1 {
            font-size: 3.2rem;
        }

        .az-logo {
            width: 125px;
            margin-top: 2px;
        }

        .heading-landing h1 {
            font-size: 1.4rem;
        }

        .min-vh-135 {
            min-height: 45vh;
        }

        .site-testimonials .owl-carousel .owl-stage-outer {
            height: auto;
        }

        .since_txt {
            font-size: 24px;
        }

        .mob-pt3 {
            padding-top: 7rem;
        }

        .display-2 {
            font-size: calc(0.7rem + 3.9vw);
        }

        .banner_img {
            min-height: 25vh;
        }

        .get-text {
            font-size: calc(0.4rem + 3.5vw);
        }
    }

    @media only screen and (max-width: 992px) {
        .form-section {
            width: 600px;
            margin-top: 2.5rem;
        }
    }

    @media screen and (max-width: 991px) {
        .testimonial_section .owl-item {
            padding-right: 2rem;
        }

        .heading-landing h1 {
            font-size: 2.4rem;
        }

        .az-logo4 {
            width: 350px;
            margin-top: 11px;
        }

        .software-text h2 {
            font-size: 51px;
            margin-bottom: 4rem;
        }

        .az-logo3 {
            width: 200px;
            margin-top: 7px;
        }

        .section-title01 .text-deliver {
            font-size: 2.8rem;
        }

        .az-video {
            margin-top: -2rem;
        }

        .section-title01 .client-heading {
            font-size: 55px;
        }

        .banner_img {
            min-height: 45vh;
        }

        .mob-pt3 {
            padding-top: 3.8rem;
        }

        .alogo {
            width: 100px;
            margin-top: 22px;
            margin-left: 0px;
            margin-right: 0px;
        }

        .footer-email {
            justify-content: start;
        }

        address {
            margin-bottom: 0rem;
        }
        .project-section {
            margin-top: 0rem;
        }

    }
 
    @media screen and (min-width: 480px) and (max-width: 700px) {
        .banner_img {
            min-height: 60vh;
        }

        .page-title-section h1 {
            font-size: 50px;
        }

        .since_txt {
            font-size: 2rem;
        }

        .alogo {
            width: 71px;
            margin-top: 15px;
        }

        .client-logo {
            justify-content: center;
            display: flex;
        }

        .az-logo4 {
            width: 300px;
        }
    }

    @media screen and (max-width:820px) {
        .min-vh-135 {
            min-height: 50vh;
        }

        .banner_img {
            min-height: 25vh;
        }
    }

    @media screen and (min-width: 825px) and (max-width: 840px) {
        .min-vh-135 {
            min-height: 50vh;
        }

        .banner_img {
            min-height: 29vh;
        }

        .section-title01 .client-heading {
            font-size: 60px;
        }
    }

    @media screen and (max-width:810px) {

        .banner_img {
            min-height: 29vh;
        }
    }

    @media screen and (max-width:575px) {
        .page-title-section {
            padding: 25px 0 25px 0;
        }

        .section-title01 .solution-txt {
            font-size: 3rem;
        }

        .head-txt {
            top: -25px;
        }

        .guard-img {
            padding: 1rem 3rem;
        }

        .software-text h2 {
            font-size: 36px;
            margin-bottom: 4rem;
        }

        .since_txt {
            font-size: 1.2rem;
        }

        .project-section {
            margin-top: 0rem;
        }

        .min-vh-135 {
            min-height: 34vh;
        }

        .az-video {
            margin-top: -1rem;
        }

        .font-90 {
            font-size: 40px !important;
        }

        .section-title01 .client-heading {
            font-size: 45px;
        }

        .client-heading {
            font-size: 45px;
        }

        .site-testimonials .owl-carousel .owl-stage-outer {
            height: auto;
        }

        .banner_img {
            min-height: 35vh;
        }

        .alogo {
            width: 40px;
            margin-top: 7px;
            margin-left: 0px;
            margin-right: 0px;
        }

        .az-logo4 {
            width: 160px;
            margin-top: 2px;
        }
    }

    @media screen and (max-width:480px) {


        .footer-email {
            justify-content: start;
        }

        .heading-landing h1 {
            font-size: 1.2rem;
        }

        .az-logo {
            width: 98px;
            margin-top: 4px;
        }

        .mob-mb1 {
            margin-bottom: .7rem;
        }

        section {
            padding: 40px 0;
        }

        .client-logo {
            justify-content: center;
            display: flex;
        }

        .top-position1 {
            margin-top: 0px;
        }

        .testimonial_section .owl-item {
            padding-right: 2rem;
        }

        .banner_img {
            min-height: 28vh;
        }

        .form-section {
            width: 100%;
            margin-top: 2.3rem;
            margin-bottom: 3rem;
            padding: 20px 20px;
        }
        .form-heading h2 span {
            font-size: 35px; 
        }
    }

    @media screen and (max-width:420px) {
        .banner_img {
            min-height: 22vh;
        }
    }

    @media screen and (max-width: 350px) {
        .fixedHeader {
            padding-right: 1rem !important;
            padding-left: 1rem !important;
        }

        .scrollHeader {
            padding-right: 1rem !important;
            padding-left: 1rem !important;
        }

        .section-title01 h2 {
            font-size: 35px;
        }

        .site-service .services-content .item a {
            font-size: 20px;
            line-height: 30px;
        }
    }

    @media screen and (max-width: 320px) {
        .section-title01 h2 {
            font-size: 30px;
        }

        .section-title01 .sub-title {
            font-size: 12px;
        }

        .fixedHeader {
            padding-right: 1rem !important;
            padding-left: 1rem !important;
        }

        .border-color-light-black.scrollHeader {
            padding-right: 0rem !important;
            padding-left: 0rem !important;
        }
    }



    @media screen and (max-width: 300px) {
        .footer-bottom .t-name {
            font-size: 35px;
        }

        footer .email a, .footer .email a {
            font-size: 12px;
        }

        .btn-toggler-accent {
            width: 2rem;
            height: 2rem;
        }

        .menu-toggle span {
            width: 20px;
            right: 7px;
        }

            .menu-toggle span:nth-child(1) {
                top: 10px;
                width: 15px;
            }

            .menu-toggle span:nth-child(2) {
                top: 16px;
            }

            .menu-toggle span:nth-child(3) {
                top: 21px;
                width: 10px;
            }

        .navbar-brand img {
            max-height: 20px;
            margin-top: 7px;
        }

        .fixedHeader {
            padding-right: 0rem !important;
            padding-left: 0rem !important;
        }

        .section-title01 h2 {
            font-size: 30px;
        }

        .section-title01 .sub-title {
            font-size: 15px;
        }

        .section-title01 .banner-heading {
            font-size: 65px;
        }

        .site-service .services-content .item a {
            font-size: 16px;
            padding: 10px 10px;
            line-height: 20px;
        }

        .display-custom-2 {
            font-size: 22px;
        }

        .site-counter .counter-box .sub-text {
            font-size: 14px;
        }


        .owl-item .display-25 {
            font-size: 1rem;
        }

        .owl-item .display-30 {
            font-size: 0.8rem;
        }

        .copyright_txt {
            font-size: 10px;
        }
    }


    @media screen and (max-width:200px) {
        .btn-toggler-accent {
            width: 1.5rem;
            height: 1.5rem;
        }

        .menu-toggle span:nth-child(1) {
            top: 6px;
            width: 8px;
        }

        .menu-toggle span:nth-child(2) {
            top: 10px;
            width: 12px;
        }

        .menu-toggle span:nth-child(3) {
            top: 15px;
            width: 8px;
        }

        .navbar-brand img {
            max-height: 10px;
            margin-top: 13px;
        }

        .section-title01 .sub-title {
            font-size: 10px;
        }

        .section-title01 h2 {
            font-size: 20px;
        }

        .site-service .services-content .item a {
            font-size: 12px;
            line-height: 15px;
        }
    }