body,
img {
    margin: 0
}

body,
header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0
}

.animated-icon3 span:first-child,
.animated-icon3 span:nth-child(2) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center
}

.banner,
.learn-more-about,
.what-make-unique {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.about,
.learn-more-about-box,
.learn-more-about-box-img,
.service,
.service-img img,
.which-area-do-box,
html {
    overflow: hidden
}

.about-box-outer:after,
.banner,
.learn-more-about,
.what-make-unique,
footer .footer-box ul li a:after {
    background-repeat: no-repeat
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

html {
    overflow-y: auto
}

body,
html {
    height: 100%
}

body {
    font-family: proxima-nova, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0;
    margin: 0
}

p {
    word-break: break-word
}

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

ul {
    list-style: none
}

.accordion-button:focus,
.form-control:focus,
.navbar-toggler:focus,
:focus-visible,
button.btn:focus,
button:focus,
input:focus,
select:focus {
    outline: unset;
    box-shadow: none;
    outline: -webkit-focus-ring-color auto 0
}

img {
    max-width: 100%
}

.clear:after,
.clear:before,
.comment-author:after,
.comment-author:before,
.comment-content:after,
.comment-content:before,
.comment-meta:after,
.comment-meta:before,
.entry-content:after,
.entry-content:before,
.entry-footer:after,
.entry-footer:before,
.nav-links:after,
.nav-links:before,
.pagination:after,
.pagination:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before,
.widget-area:after,
.widget-area:before,
.widget:after,
.widget:before {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.comment-author:after,
.comment-content:after,
.comment-meta:after,
.entry-content:after,
.entry-footer:after,
.nav-links:after,
.pagination:after,
.site-content:after,
.site-footer:after,
.site-header:after,
.widget-area:after,
.widget:after {
    clear: both
}

.clearfix:after,
.clearfix:before {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    box-shadow: 0 0 8px rgba(0, 0, 0, .09);
}

/*.site-content {
    margin-top: 147px
}*/

.container {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px
}

.comman-btn,
.comman-btn-white {
    padding: 15px 30px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    transition: .4s linear;
    z-index: 2;
    position: relative;
    font-weight: 700;
    line-height: .8
}

.comman-btn {
    border: 0;
    background-color: #000;
    border-radius: 8px;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear
}

.comman-btn-white {
    border: 0;
    background-color: #fff;
    border-radius: 8px;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear
}

.comman-btn-white:hover {
    color: #000 !important;
    z-index: 2
}

.comman-btn:hover {
    color: #fff;
    z-index: 2
}

.comman-btn:before {
    content: "";
    position: absolute;
    background-color: #ee1c25 !important;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    left: 0;
    border-radius: 8px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear
}

.comman-btn:hover:before {
    left: 0;
    width: 0
}

.section-padding {
    padding: 70px 0
}

.section-padding1 {
    padding: 57px 0 70px
}

.section-headding {
    font-size: 36px;
    color: #0b0b0b;
    font-weight: 700;
    margin-bottom: 34px;
    position: relative;
    line-height: 1.2;
}

.call-now:hover .call-now-content p,
.citigurd-advantage-box:hover h5,
.learn-more-about-box ul li a:hover,
.section-headding span,
.service-content p span,
header .bottom-header-menu li a:hover,
header .login li a:hover,
header .top-header-menu li a:hover {
    color: #ee1c25
}

.form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none
}

.footer-bottom,
.footer-top {
    border-bottom: 1px solid #272626
}

header .top-header {
    background: #0b0b0b;
    padding: 10.5px 0
}

header .social-icon {
    display: flex;
    align-items: center;
    margin-bottom: 0
}

header .social-icon li {
    margin-right: 24px
}

header .social-icon li:last-child {
    margin-right: 0
}

header .social-icon li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.learn-more-about-box ul li a svg path,
.which-area-do-box img,
ul.social-icon li a img,
ul.social-link-footer li a img {
    transition: .4s
}

ul.social-icon li a:hover img,
ul.social-link-footer li a:hover img {
    transform: translatey(-6px)
}

.bottom-header-menu,
.call-now,
header .bottom-header-right,
header .top-header-menu {
    display: flex;
    align-items: center;
    position: relative
}

header .top-header-menu:after {
    position: absolute;
    content: "";
    height: 21px;
    width: 1px;
    background-color: #8f8f8f;
    right: 0
}

header .top-header-menu li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-right: 30px;
    transition: .4s
}

header .login li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-left: 30px;
    transition: .4s
}

header .bottom-header-inner,
header .bottom-header-right,
header .top-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.call-now-img,
.footer-bottom-box ul,
.footer-bottom-box ul li,
header .login,
header .top-header-right {
    display: flex;
    align-items: center
}

header .login li a img {
    margin-right: 10px;
    width: 14px;
    height: 14px
}

header .bottom-header {
    padding: 9px 0;
    background: #fff
}

header .bottom-header-menu:after,
header .call-now:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 60px;
    background-color: #cecece;
    right: 0
}

header .bottom-header-menu li a {
    font-size: 16px;
    font-weight: 400;
    color: #0b0b0b;
    margin-right: 30px;
    transition: .4s
}

.call-now {
    margin-right: 26px;
    padding-right: 30px
}

.call-now-img {
    width: 40px;
    height: 40px;
    background-color: #ee1c25;
    border-radius: 8px;
    justify-content: center;
    margin: 0 17px 0 30px
}

.call-now-content p {
    font-size: 16px;
    color: #444;
    font-weight: 400;
    line-height: .8;
    transition: .4s
}

.call-now-content-bold {
    color: #000;
    margin-top: 8px
}

.animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0 0 0 20px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

.animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background-color: #ee1c25
}

.animated-icon3 span:first-child {
    top: 0;
    transform-origin: left center
}

.animated-icon3 span:nth-child(2) {
    top: 10px;
    transform-origin: left center
}

.animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.animated-icon3.open span:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 8px
}

.animated-icon3.open span:nth-child(2) {
    width: 0%;
    opacity: 0
}

.animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px
}

.banner {
    position: relative;
    width: 100%;
    padding: 37px 0
}

.about-box-outer,
.banner-form-outer,
.our-trained-guards-img {
    position: relative
}

.banner-form {
    /*width: 100%;*/
    /*max-width: 550px;*/
    /*margin-left: auto;*/
    /*background-color: #fff;*/
    padding: 20px 0;
    /*border-radius: 6px*/
}

.banner-form h2 {
    font-size: 36px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: .8
}

.banner-form h2 span {
    font-weight: 700
}

.banner-form input,
.banner-form select,
.banner-form textarea {
    height: 45px;
    border: 0;
    background-color: #f8f6f6;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: #787777;
    width: 100%
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background: url(../images/icon_down_arrow.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

.banner-form select {
    padding-right: 26px;
}

.banner-form select,
.service-content .about-box h4 {
    color: #0b0b0b
}

.banner-form textarea {
    padding: 16px 20px;
    height: 70px;
    display: block
}

.banner-form p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 28px;
    color: #000;
    line-height: 1
}

.banner-img img {
    position: absolute;
    bottom: -37px;
    left: 75px
}

.which-area-do p {
    font-size: 16px;
    color: #0b0b0b;
    font-weight: 400;
    margin-bottom: 45px;
    text-align: center;
    line-height: 25px
}

.banner-form select {
    margin-bottom: 10px;
}

.which-area-do-box h3 {
    position: absolute;
    bottom: 0;
    height: 60px;
    background-color: rgba(0, 0%, 0%, 80%);
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    transition: .4s
}

.which-area-do-box:hover h3 {
    background-color: rgba(0, 0%, 0%, 100%)
}

.which-area-do-box {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer
}

.which-area-do .col-lg-3 {
    padding: 0 15px !important;
    margin: 0 !important
}

.learn-more-about-box:hover .learn-more-about-box-img img,
.service-img:hover img,
.which-area-do-box:hover img {
    transform: scale(1.1)
}

.about {
    background-color: #252525;
    position: relative
}

.about-box-outer:after {
    position: absolute;
    content: "";
    right: -120px;
    width: 55%;
    background-image: url(../../assets/images/about-bg2-new.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    top: 0;
    bottom: 0;
}

.about-box {
    width: 100%;
    max-width: 600px;
    position: relative;
    z-index: 1;
    float: left;
    text-align: left
}

.about-box h2 {
    /*color: #fff;*/
    text-align: left;
    line-height: 50px;
    position: relative;
    padding-bottom: 28px
}

.about-box h2:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background-color: red;
    bottom: 0;
    z-index: 1;
    left: 0
}

.about p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px
}

.about-first-p {
    margin-bottom: 35px
}

.citigurd-advantage {
    margin-top: 56px;
    position: relative;
    z-index: 1
}

.citigurd-advantage h4,
.footer-center ul li a:hover,
footer .footer-box ul li a:hover {
    color: #fff
}

.citigurd-advantage-box {
    background-color: #eaeaea;
    padding: 50px 70px 40px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
    cursor: pointer
}

.citigurd-advantage .col-xl-3,
.learn-more-about .col-lg-4 {
    padding: 0 15px
}

.citigurd-advantage-box img {
    margin: 0 auto;
    transition: .4s
}

.citigurd-advantage-box:hover img {
    transform: translatey(-10px)
}

.citigurd-advantage-box h3 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    margin-top: 20px;
    color: #0b0b0b;
    transition: .4s
}

.citigurd-advantage.text-center p,
.our-trained-guards p,
.service-content p,
.what-make-unique p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px
}

.citigurd-advantage.text-center p {
    color: #f2e2e2;
    margin-bottom: 32px
}

.citigurd-advantage .comman-btn,
.service-content .comman-btn {
    margin-top: 5px
}

.what-make-unique {
    padding: 67px 0 55px;
    position: relative
}

.what-make-unique p {
    color: #0b0b0b;
    margin-bottom: 30px
}

.our-trained-guards {
    background-color: #252525;
    position: relative
}

.our-trained-guards p {
    color: #fff
}

.our-trained-guards-img img {
    position: absolute;
    top: -6px;
    right: 122px
}

.service {
    position: relative
}

.service:after {
    position: absolute;
    content: "";
    top: 49%;
    left: -395px;
    right: 0;
    height: 516px;
    width: 100%;
    background-color: red;
    transform: rotate(47deg);
    z-index: -1
}

.service-img-box-outer {
    display: flex
}

.service-img-box img {
    border-radius: 10px
}

.service-img1 {
    margin: 0 28px 27px 0
}

.service-img2 {
    margin: 64px 0 27px
}

.learn-more-about-box ul li,
footer .footer-title {
    margin-bottom: 30px
}

footer .footer-title {
    display: block;
}

.service-content p {
    color: #0b0b0b;
    margin-bottom: 32px
}

.learn-more-about-box h3,
footer .footer-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff
}

.service-img img {
    transition: .4s
}

.learn-more-about {
    width: 100%;
    position: relative
}

.learn-more-about-box {
    margin-bottom: 30px
}

.learn-more-about-box-img img {
    border-radius: 8px 8px 0 0;
    transition: .4s
}

.learn-more-about-box h3 {
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #252525
}

.learn-more-about-box ul {
    padding: 25px 40px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0 0 8px 8px;
    height: 321px
}

.copyright-box a,
.copyright-box p a:hover {
    border-bottom: 1px solid #ee1c25
}

.learn-more-about-headding p {
    font-size: 16px;
    color: #0b0b0b;
    line-height: 25px;
    width: 100%;
    max-width: 600px;
    font-weight: 400;
    margin: 0 auto 34px
}

.learn-more-about-box ul li:last-child {
    margin-bottom: 00px
}

.learn-more-about-box ul li a {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    transition: .4s;
    position: relative;
    display: flex;
    align-items: center
}

.learn-more-about-box ul li a:hover svg path {
    fill: #ee1c25
}

.learn-more-about-box ul li a svg {
    transform: rotate(-90deg);
    margin-left: 3px;
    font-size: 35px;
    width: 30px;
    height: 30px
}

footer {
    padding: 70px 0 50px;
    background-color: #0b0b0b
}

footer .footer-title {
    line-height: .8
}

footer .footer-box ul li,
footer .footer-box ul li a,
footer .footer_address .get-in-touch li {
    font-size: 14px;
    line-height: 35px;
    font-weight: 400;
    color: #858585;
    position: relative;
    transition: .4s
}

footer .footer-box ul li {
    line-height: 25px;
    margin: 0 0 0 10px
}

footer .footer-box .get-in-touch li,
footer .footer_address .get-in-touch li {
    line-height: 25px;
    margin: 0 0 22px 14px;
    position: relative;
    padding: 0 8px;
}

footer .footer-box ul li a:after {
    position: absolute;
    content: "";
    background-image: url(../../assets/images/svg/next.svg);
    top: 0;
    left: -10px;
    bottom: 0;
    right: 0;
    background-position: left;
    z-index: 3
}

footer .footer-box .get-in-touch li:after,
footer .footer_address .get-in-touch li:after {
    position: absolute;
    content: "";
    background-image: url(../../assets/images/svg/pin.svg);
    top: 7px;
    left: -14px;
    bottom: 0;
    right: 0;
    background-position: top left;
    z-index: 3;
    background-repeat: no-repeat
}

.footer-top {
    padding-bottom: 34px;
    margin-bottom: 40px
}

.footer-center ul {
    display: flex;
    justify-content: center
}

.footer-center ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #797979;
    transition: .4s
}

.footer-center ul li {
    padding: 0 20px;
    position: relative;
    border-left: 1px solid #797979;
    line-height: .8
}

.footer-center ul li:first-child {
    padding: 0 20px 0 0;
    border-left: 0 solid #797979
}

.footer-center-middle {
    margin: 26px 0
}

.copyright,
.footer-bottom {
    margin-top: 40px
}

.footer-center ul li:last-child {
    padding-right: 0;
    margin-right: 0
}

.footer-bottom {
    padding: 25px 0;
    border-top: 1px solid #272626
}

.copyright-box,
.footer-bottom-box {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer-bottom-box ul .send-inquery p {
    font-size: 14px;
    color: #fff;
    max-width: 170px;
    margin-left: 26px
}

.footer-bottom-box .call-now-content p {
    color: #707070
}

.footer-bottom-box .call-now-content-bold {
    color: #fff !important
}

.footer-bottom-box .call-now:hover .call-now-content-bold {
    color: #ee1c25 !important
}

.social-link-footer li {
    margin-left: 20px
}

.social-link-footer li:first-child {
    margin-left: 0
}

ul.footer-call-now li:first-child {
    position: relative;
    padding-right: 50px;
    margin-right: 50px
}

ul.footer-call-now li:first-child:after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    right: 0;
    left: auto;
    width: 1px;
    height: 68px;
    background-color: #272626;
    transform: translateY(-50%)
}

.copyright-box p {
    font-size: 12px;
    color: #777;
    font-weight: 400
}

.copyright-box p a {
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: .4s
}

.copyright-box a {
    font-size: 12px;
    color: #fff;
    line-height: 24px
}

footer .footer_address {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #272626
}

footer .footer_address .get-in-touch {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start
}

footer .footer_address .get-in-touch li {
    width: 32%;
}

.footer-map img {
    width: 100%
}

/* Why Citigaurd */
.citiguard-nav li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
    text-align: left;
    position: relative;
    padding-left: 32px;
}

.citiguard-nav li:last-child {
    margin-bottom: 0;
}

.citiguard-nav li img {
    position: absolute;
    top: 4px;
    left: 0px;
    width: 20px;
    height: 20px;
}

/* End Why Citigaurd */




@media(max-width:1200px) {
    .footer-center ul li {
        padding: 0 10px
    }

    .footer-center ul li:first-child {
        padding: 0 10px 0 0
    }

    /* header .navbar.navbar-expand-xl {
        position: absolute;
        background-color: #fff;
        z-index: 4;
        top: 131px;
        left: 0;
        right: 0;
        width: auto;
        border-top: 1px solid #ee1c25;
        box-shadow: 0 5px 10px rgba(0, 0%, 0%, 50%)
    }
    header .nav-item {
        border-bottom: 1px solid #dfdfdf;
        width: 100%;
        text-align: left;
        padding: 8px 20px
    }
    header .top-header-menu li a {
        color: #000;
        margin-right: 0
    } */
    .our-trained-guards-img img {
        bottom: 0;
        top: auto
    }

    .our-trained-guards-img {
        position: static
    }

    .about:before {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        background-repeat: no-repeat;
        background-position: top right;
        background-color: rgba(0, 0%, 0%, 70%);
        z-index: 1
    }

    .banner-img img {
        position: absolute;
        bottom: -37px;
        left: 0;
        width: 400px
    }
}

@media(max-width:1199px) {
    header .navbar.navbar-expand-xl {
        position: absolute;
        background-color: #fff;
        z-index: 4;
        top: 131px;
        left: 0;
        right: 0;
        width: auto;
        box-shadow: 0 5px 10px rgba(0, 0%, 0%, 50%)
    }

    header .nav-item {
        border-bottom: 1px solid #dfdfdf;
        width: 100%;
        text-align: left;
        padding: 0 20px
    }

    header .nav-item:last-child {
        border-bottom: none;
    }

    header .top-header-menu {
        border-top: 1px solid #ee1c25;
    }

    header .top-header-menu li a {
        color: #000;
        margin-right: 0
    }
}

@media(max-width:1100px) {
    header .bottom-header-menu li a {
        font-size: 15px;
        margin-right: 20px;
    }

    .call-now-img {
        margin: 0 20px;
    }

    .call-now {
        margin-right: 20px;
        padding-right: 20px
    }

    .call-now-content p {
        font-size: 15px
    }

    ul.footer-call-now li:first-child {
        padding-right: 30px;
        margin-right: 30px;
    }

    .citigurd-advantage-box {
        padding: 50px 60px 40px
    }

    .our-trained-guards-img img {
        right: 50px
    }

    .service:after {
        top: 22%;
        left: -467px;
        transform: rotate(55deg)
    }
}

@media(max-width:991px) {
    .footer-center ul li a {
        font-size: 10px
    }

    .footer-center ul li {
        padding: 0 6px
    }

    .footer-center ul li:first-child {
        padding: 0 6px 0 0
    }

    .call-now-content,
    .service:after {
        display: none
    }

    .call-now {
        padding-right: 0
    }

    ul.footer-call-now .call-now-img {
        margin-right: 0;
    }

    header .bottom-header-menu:after,
    header .call-now:after {
        height: 50px
    }

    .comman-btn {
        padding: 14px 20px;
        font-size: 16px;
        font-weight: 500
    }

    .header-logo img {
        width: 100%;
        max-width: 140px
    }

    .banner-form {
        margin: 0 auto
    }

    .which-area-do-box {
        margin-bottom: 26px
    }

    .which-area-do-box img {
        width: 100%
    }

    .navbar.navbar-expand-xl.p-0 {
        top: 114px
    }

    .service-img-box-outer {
        justify-content: center;
        margin-bottom: 20px
    }

    .footer-box img {
        margin: 20px auto 0;
        width: auto;
        padding-top: 20px;
    }

    .about-box {
        max-width: 100%;
        text-align: center;
    }

    .about-box .section-headding {
        text-align: center;
    }

    .about-box h2:after {
        right: 0;
        margin: 0 auto;
    }

    .about-box-outer:after {
        display: none;
    }

    .our-trained-guards,
    .service-content,
    .banner-heading,
    .banner-heading~p,
    .banner-form {
        text-align: center;
    }
}

@media(max-width:767px) {

    .learn-more-about-box ul li,
    .which-area-do p {
        margin-bottom: 20px
    }

    header .bottom-header-menu li a {
        font-size: 14px;
        margin-right: 14px
    }

    .comman-btn {
        padding: 12px 16px;
        font-size: 14px;
        font-weight: 400
    }

    ul.bottom-header-menu {
        display: none
    }

    header .login li a {
        font-size: 12px;
        margin-left: 20px
    }

    header .social-icon li {
        margin-right: 20px
    }

    .banner-form h2 {
        font-size: 26px;
        line-height: .8
    }

    .section-headding {
        font-size: 26px;
        margin-bottom: 15px;
        line-height: 30px
    }

    .which-area-do p {
        font-size: 14px;
        line-height: 22px
    }

    .about-first-p,
    footer .footer-title {
        margin-bottom: 15px
    }

    .call-now-img {
        width: 35px;
        height: 35px;
    }

    .which-area-do-box h5 {
        height: 50px;
        font-size: 16px;
        font-weight: 500
    }

    .section-padding,
    .what-make-unique,
    footer {
        padding: 40px 0
    }

    .navbar.navbar-expand-xl.p-0 {
        top: 110px
    }

    .about p,
    .our-trained-guards p {
        font-size: 14px;
        line-height: 22px
    }

    .citigurd-advantage.text-center p,
    .learn-more-about-headding p,
    .service-content p,
    .what-make-unique p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px
    }

    .learn-more-about-box h3 {
        height: 56px;
        font-size: 16px;
        font-weight: 500
    }

    .learn-more-about-box ul {
        padding: 20px;
        height: 271px
    }

    .learn-more-about-box ul li a {
        font-size: 14px
    }

    .learn-more-about-box-ul {
        height: 180px !important
    }

    ul.footer-call-now li:first-child {
        padding-right: 0;
        margin-right: 20px
    }

    ul.footer-call-now li:first-child:after {
        height: 40px;
        display: none
    }

    .footer-bottom-box ul .send-inquery p {
        font-size: 12px;
        max-width: 170px;
        margin-left: 20px
    }

    .social-link-footer li {
        margin-left: 10px
    }

    .social-link-footer li a img {
        width: 30px
    }

    .copyright-box p {
        font-size: 10px
    }

    .copyright-box a {
        font-size: 10px;
        line-height: 20px
    }

    .copyright-box {
        display: block;
        text-align: center
    }

    .copyright {
        margin-top: 20px
    }

    .footer-bottom {
        padding: 20px 0;
        margin-top: 0;
        border-top: 1px solid #272626;
        border-bottom: 1px solid #272626
    }

    .footer-top {
        border-bottom: 0 solid #272626;
        padding-bottom: 20px;
        margin-bottom: 0
    }

    footer .footer-box ul li,
    footer .footer-box ul li a {
        font-size: 12px;
        line-height: 30px
    }

    footer .footer-box .get-in-touch li {
        margin: 0 0 10px 14px
    }

    footer .footer-title {
        font-size: 16px
    }

    .footer-box img {
        margin: 20px auto 0;
        width: auto;
        padding-top: 20px;
        display: none
    }

    .citigurd-advantage {
        margin-top: 30px
    }

    footer .footer_address {
        border-top: 1px solid #272626;
        border-bottom: 0;
        padding: 20px 0 0;
        margin: 20px 0
    }

    footer .footer_address .get-in-touch li {
        width: 30%
    }
}

@media(max-width:575px) {
    header .social-icon li {
        margin-right: 10px
    }

    header .login li a {
        font-size: 10px;
        margin-left: 10px
    }

    header .login li a img,
    header .social-icon li a img {
        width: 14px
    }

    .call-now-img {
        width: 30px;
        height: 30px;
        margin: 0;
    }

    header .call-now:after,
    header .comman-btn span {
        display: none
    }

    .animated-icon3 {
        width: 28px;
        height: 20px;
        margin-left: 10px
    }

    /* .animated-icon3 span:nth-child(3) {
        top: 17px
    }
    .animated-icon3 span:nth-child(2) {
        top: 8px
    } */
    .animated-icon3.open span:first-child {
        top: -1px;
    }

    .animated-icon3.open span:nth-child(3) {
        top: 19px;
    }

    header .comman-btn img {
        width: 100%;
        max-width: 22px
    }

    header .comman-btn {
        padding: 4px
    }

    .navbar.navbar-expand-xl.p-0 {
        top: 107px
    }

    .section-headding {
        font-size: 22px;
        margin-bottom: 20px
    }

    .about-box h4 {
        line-height: 34px;
        padding-bottom: 10px
    }

    .service-img2 {
        margin: 0 0 27px
    }

    .learn-more-about-box ul,
    .learn-more-about-box-ul {
        height: auto
    }

    .learn-more-about-box-img img {
        width: 100%
    }

    .footer-bottom-box {
        display: block;
    }

    .footer-bottom-box ul .send-inquery p {
        /* font-size: 10px;
        max-width: 106px;
        margin-left: 15px */
        display: none;
    }

    .footer-bottom-box ul,
    .footer-bottom-box ul li {
        justify-content: center
    }

    ul.social-link-footer {
        margin-top: 20px
    }

    .copyright-box {
        display: block;
        text-align: center
    }

    .footer-box.get-in-touch-box {
        border-top: 1px solid;
        margin-top: 20px;
        padding-top: 20px
    }

    footer .call-now-img {
        width: 35px;
        height: 35px
    }

    .call-now {
        margin-right: 10px;
    }
}

@media(max-width:476px) {
    .service-img-box-outer {
        display: block
    }

    .service-img1 {
        margin: 0
    }

    .service-img3 {
        margin: 0 0 15px 15px
    }

    .service-img-box {
        display: flex;
        justify-content: center
    }

    .service-img2 {
        margin: 0 15px 0 0
    }

    footer .footer-title {
        font-size: 14px;
        margin-bottom: 10px
    }

    footer .footer-box ul li,
    footer .footer-box ul li a {
        font-size: 10px;
        line-height: 30px
    }

    footer .footer_address .get-in-touch li {
        width: 44%
    }
}

/* Contact page css */
.safelist-content {
    background-color: #ededed;
    padding: 30px;
    border-radius: 8px;
    display: block;
}

.contact_section .formlabel {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.formrow {
    margin: 20px 0 0;
}

.formrow:last-child {
    margin: 0px 0 0;
}

.formrow:first-child {
    margin: 0px 0 0;
}

.formbox {
    text-align: left;
    /* width: 100%; */
}

.simpleinline-row {
    margin-bottom: -10px;
}

.simpleinline {
    margin-bottom: 10px;
}

.simpleinline input {
    border: 0;
    background-color: #fff;
    height: 45px;
    width: 100%;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
}

.formbox .form-select {
    padding: 10px 20px 10px 15px;
    background-position: right 5px center;
    background-size: 16px 12px;
    font-size: 14px;
    border: 0;
    border-radius: 8px;
}

.formbox textarea {
    width: 100%;
    height: 170px;
    border: 0px;
    border-radius: 8px;
}

.contact_section .simpleinline {
    display: block;
}

.bottom-header-right a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    color: #fff;
}

/* Contact Us Page Address */
.address-box .visit-location {
    color: #212529;
}

.address-box address {
    color: #858585;
    margin-bottom: 0;
}

/* Contact Us Page Address End*/
.contact-detail-box {
    margin-bottom: 10px;
}

#bdy .contact-detail-box p {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 26px !important;
    margin-bottom: 0 !important;
    color: #000;
}

.simpleinline h6 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.contact_section h1 {
    padding-bottom: 20px;
}

.custom_quote_section {
    width: 94%;
    margin: 0 auto;
}

.custom_quote_section .simpleinline textarea {
    width: 100%;
    height: 80px;
    border: 0px;
    border-radius: 8px;
    font-family: inherit !important;
    font-size: 14px !important;
    padding: 10px 20px !important;
}

.custom_quote_section h1 {
    padding-bottom: 20px;
}

.rc-anchor-checkbox-label {
    font-size: 18px;
    line-height: 17px;
}

.thank_you_section h1 {
    font-size: 45px;
    lighting-color: 55px;
}

.thank_you_section img {
    padding-bottom: 30px;
    width: 80px;
    height: auto;
}

.thank_you_section p {
    padding-bottom: 20px;
}

.thank_you_section {
    padding: 80px 0;
}

.header_banner {
    position: relative;
}

.banner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%;
    transform: translate(-50%, -50%);
}

.banner_content p {
    color: #fff;
    text-shadow: none;
}

.what-make-unique p a {
    color: #0b0b0b;
}

.what-make-unique p a:hover {
    color: #0a58ca;
}

/* New CSS 08/04/2023 */
.service-img {
    width: 197px;
    height: 196px;
}

.service-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.banner {
    padding: 60px 0 0;
    background: #FFF;
}

#bdy .banner-heading {
    font-size: 42px !important;
    margin-bottom: 10px;
    display: block;
}

body .header_banner .banner-heading {
    font-weight: 700;
}

.banner #bdy p {
    font-size: 16px !important;
    margin-bottom: 15px !important;
    line-height: 25px !important;
}

.banner-heading {
    line-height: normal;
    font-weight: 700;
    color: #0b0b0b;
}

.banner-heading span {
    color: #ee1c25;
}

.banner-vertical-slider-block {
    height: 600px;
    overflow: hidden;
}

.banner-vertical-slider .service-img-box-outer {
    justify-content: flex-end;
}

.banner-vertical-slider .service-img {
    width: 250px;
    height: 250px;
}

.banner-vertical-slider .service-img:hover img {
    transform: none;
}

.banner-vertical-slider-block-mobile {
    display: none;
}

.banner-slider-block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner-slider-block {
    position: relative;
}

.banner-slider-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.swiper-button-disabled {
    pointer-events: none;
}

.banner-button-next,
.banner-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #ee1c25;
    border: 1px solid transparent;
    border-radius: 6px;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.banner-button-next {
    right: 10px;
    left: auto;
}

.banner-button-prev {
    left: 10px;
    right: auto;
}

.banner-button-next:hover,
.banner-button-prev:hover {
    background-color: #FFFFFF;
    border: 1px solid #ee1c25;
    transition: 0.3s;
}

.banner-button-next svg {
    transform: rotate(180deg);
}

.banner-button-next:hover path,
.banner-button-prev:hover path {
    fill: #ee1c25;
}

.banner .service-img-box-outer {
    justify-content: center;
}



@media only screen and (max-width: 1399px) {
    .banner-form-main {
        max-width: 550px;
    }

    .banner-slider-block img {
        height: 850px;
        object-fit: cover;
    }
}

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

    .banner-button-next,
    .banner-button-prev {
        width: 30px;
        height: 30px;
    }

    .banner-vertical-slider .service-img {
        width: 210px;
        height: 210px;
    }
}

@media only screen and (max-width: 991px) {
    /*.site-content {
        margin-top: 120px;
    }*/

    .custom_quote_section {
        padding-top: 50px;
    }

    .banner-vertical-slider-block {
        display: none;
    }

    .banner-vertical-slider-block-mobile {
        display: flex;
        margin-top: 40px;
    }

    .banner-slider-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .safelist-content {
        padding: 15px;
    }

    .contact_address .simpleinline {
        margin-top: 20px;
    }

    .banner {
        padding: 40px 0 0;
    }

    .banner-slider {
        display: none;
    }

    .banner-form-main {
        position: static;
        transform: none;
    }

    .banner-vertical-slider-block-mobile {
        margin-top: 20px;
    }

    #bdy .banner-heading {
        font-size: 38px !important;
    }
}

@media only screen and (max-width: 576px) {
    #bdy .inline-container .formrow .formbox input {
        height: 45px;
    }

    #bdy .inline-container .formbox .form-select {
        padding: 10px 20px 10px 15px;
        background-position: right 5px center;
        height: 45px;
    }

    #bdy .inline-container .inline-6-12 input {
        height: 45px;
    }

    .banner_content h1 {
        line-height: normal;
        padding: 0 10px;
    }

    .banner_content h1 span {
        font-size: 18px !important;
        line-height: 24px;
    }

    #bdy .banner-heading {
        font-size: 32px !important;
    }

    .banner {
        padding: 20px 0 0;
    }
}

@media only screen and (max-width: 480px) {
    #bdy .banner-heading {
        font-size: 28px !important;
    }
}

/* FAQ */
.faq-section .accordion-flush .accordion-item {
    background-color: transparent;
    border-bottom: 1px solid #98a2a8;
}

.faq-section .accordion-button {
    font-weight: 700;
    padding: 15px 30px 15px 15px;
}

.faq-section .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.faq-section .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.faq-section .accordion-button::after,
.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url("../images/icon_plus.svg");
    position: absolute;
    top: 16px;
    right: 10px;
    width: 22px;
    height: 22px;
    background-size: 22px;
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url("../images/icon_minus.svg");
    filter: brightness(100);
}

.faq-section .accordion-body {
    padding: 12px 40px 12px 0;
}

.faq-section .accordion-body p {
    line-height: 28px;
}

.faq-section .accordion-button:hover {
    color: #ee1c25;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: #ee1c25;
    color: #fff;
    box-shadow: none;
}

/* End FAQ */

/* Why Citigaurd */
@media only screen and (max-width: 991px) {
    .security-block-img-col {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .security-block-img-col {
        margin-bottom: 24px;
    }

    .citiguard-nav li {
        font-size: 18px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .citiguard-nav li {
        font-size: 16px;
        line-height: 26px;
    }
}

/* End Why Citigaurd */

/* Testimonial Section */
.testimonial-sec {
    background-color: #f3f3f3;
}

.testimonial-sec .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-sec .title h2 {
    margin: 0;
}

.testimonial-box {
    background-color: #fff;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    text-align: center;
    padding: 50px 30px;
    border-radius: 8px;
    height: 100%;
}

.testimonial-box-inner {
    position: relative;
}

.testimonial-box-inner:before {
    position: absolute;
    content: "";
    top: -30px;
    left: -10px;
    bottom: 0;
    background-image: url(../images/quote-icon.svg);
    background-size: contain;
    width: 25px;
    height: 25px;
    z-index: 1;
    background-position: left center;
    background-repeat: no-repeat;
}

.testimonial-sec h3 {
    font-size: 20px;
    line-height: 26px;
}

.testimonial-sec .swiper-slide {
    height: 100%;
}

.testimonial-sec .swiper-pagination {
    position: static;
    padding-top: 30px;
}

.testimonial-sec .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ee1c25;
}

/* End Testimonial Section */