* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* 
body {
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg, #0b0d12, #0b0d12 60%, #0c111a 100%)
} */

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
}
.nab_bar {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* position: fixed;
    top: 0;
    left: 0;
    width: 100%; */
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #fff;
}
.navbar-brand {
    width: 100px;
}
.navbar-brand img {
    width: 100%;
    height: 90px;
}
.navbar {
    padding:0;
}
.me-auto {
    margin-left: auto;
}
.nav-item {
    padding: 33px 10px;
   
}
.nav-item-1 {
 position: relative;
}
 .sub_service_offering {
    position: absolute;
    width: 300px;
    top: 120px;
    background-color: #b80e2f;
    transition: .3s;
    /* height: 0; */
    /* overflow: hidden; */
    /* display: none; */
    visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.nav-item-1 ul li:hover {
    background-color: #022468;
}
.nav-item-1:hover .sub_service_offering {
    top: 93px;
    /* height: 100%; */
    /* display: block; */
    visibility: visible;
}
.nav-item-1 ul li {
    padding: 10px;
    transition: .3s;
}
.nav-item-1 ul li a {
    color: #fff;
    transition: .3s;
}


.nav-item-2 {
 position: relative;
}
.nav-item-2 ul {
    position: absolute;
    width: 300px;
    top: 93px;
    background-color: #b80e2f;
    transition: .3s;
    height: 0;
    overflow: hidden;
    /* display: none;
    visibility: hidden; */
}
.nav-item-2 ul li:hover {
    background-color: #022468;
}
.nav-item-2:hover ul {
    height: 147%;
    /* display: block;
    visibility: visible; */
}
.nav-item-2 ul li {
    padding: 10px;
    transition: .3s;
}
.nav-item-2 ul li a {
    color: #fff;
    transition: .3s;
}


.nav-link {
    padding: 0 !important;
    /* color: #022468; */
    font-size: 16px;
    font-weight: 550;
    position: relative;
    background: linear-gradient(90deg, #022468,rgb(189 22 58));
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.nav-link::before {
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    left: 0;
    bottom: -2px;
    background: linear-gradient(90deg,rgb(189 22 58),#022468);
    transition: .3s;
}
.nav-item:hover .nav-link::before {
    width: 100%;
}
.nav-item:hover .nav-link {
    color: rgb(189 22 58);
}
.nav_btn {
    padding: 5px 15px;
    /* background: linear-gradient(90deg, #022468,rgb(189 22 58)); */
    /* color: #fff; */
    transition: .3s;
    font-weight: 550;
    color: #022468;
    border:1px solid #022468;
    position: relative;
}
.nav_btn2 {
    padding: 5px 15px;
    /* background: linear-gradient(90deg, #022468,rgb(189 22 58)); */
    /* color: #fff; */
    transition: .3s;
    font-weight: 550;
    color: #022468;
    border:1px solid #022468;
    position: relative;
    text-align: center;
    font-size: 16px;
    margin-left: 10px;
    position: relative;
}
.nav_btn2::before {
   position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
     background: linear-gradient(90deg, #00cbfe, rgb(0 50 152));
    transform: scaleX(0);
    transition: .3s;
}
.nav_btn2:hover {
    color: #fff;
}
.nav_btn2:hover::before {
     transform: scaleX(1);
}
.nav_btn::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(90deg, #00cbfe, rgb(0 50 152));
    transform: scaleX(0);
    transition: .3s;
}
.nav_btn:hover {
    color: #fff;
}
.nav_btn:hover::before{
    transform: scaleX(1);
    /* background: linear-gradient(90deg, rgb(189 22 58),#022468,); */
}

/* menu_bar_icon */
.path1, .path2{
   stroke-dasharray: 104;
   stroke-dashoffset: -71;
   transition: 1s all ease;
}
.cross{
  stroke-dashoffset: 68;
}
.mline{
  stroke-dasharray: 41;
  stroke-dashoffset: -82;
  transition: 1s all ease;
}
.hide{
  stroke-dasharray: 43;
  stroke-dashoffset: 130;
}
.svgburg{
  /* position:absolute; */
  left:50%;
  top:50%;
  width: 40px;
  height: 40px;
}
.navbar-toggler {
    border: unset;
    outline: unset;
    box-shadow: unset;
    padding: 0;
}
.navbar-toggler:focus {
     border: unset;
    outline: unset;
    box-shadow: unset;
}

/* <!-- banner_section --> */
.banner {
    /* padding: 100px 0px 120px 0; */
    /* background-image: url(../images/corporate-security-1.jpg); */
    /* background-size: cover; */
    /* position: relative; */
}
.divider {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    z-index: 9;
}
.banner_item_box::before {
    position: absolute;
    content: "";
    background: #00000099;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
/* .my_row {
    justify-content: right;
} */
.banner_box {
    position: relative;
    z-index: 2;
    /* width: 100%; */
    text-align: center;
    /* padding: 50px 0; */
}
.banner_box h5 {
    color: #b80e2f;
    padding: 5px 10px;
    border: 1px solid #b80e2f;
    display: inline-block;
    background-color: #fff;
    border-radius: 50px;
    font-family:serif;
    margin-bottom: 20px;
}
.banner_box h1 {
    color: #fff;
    font-family: serif;
    background: linear-gradient(45deg, #bb1034, #ffffff);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 50px;
    margin-bottom: 20px;
}
.banner_box p {
    color: #fff;
    margin-bottom: 20px;
    /* font-family: cursive; */
    font-size: 18px;
}
.banner_box ul {
    display: flex;
    gap: 15px;
    justify-content: center;
}
.banner_box ul li a {
    padding: 5px 20px;
    border: 1px solid #bb1034;
    color: #fff;
    position: relative;
}
.banner_box ul li a::before {
   position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(90deg, #022468, rgb(189 22 58));
    transform: scaleX(0);
    transition: .3s;
}
.banner_box ul li a:hover::before {
    transform: scaleX(1);
}
.banner_item_box {
    position: relative;
}
.banner_item_box_content {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner_item_box img {
    height: 500px;
    object-fit: cover;
}
 .owl-carousel .owl-item.active .banner_box h5 {
    animation: slideup 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
}
.owl-carousel .owl-item.active .banner_box h1{
    animation: slideup 1.2s cubic-bezier(0.65, 0, 0.35, 1) both;
}
 .owl-carousel .owl-item.active .banner_box p{
    animation: slideup 1.4s cubic-bezier(0.65, 0, 0.35, 1) both;
}
 .owl-carousel .owl-item.active .banner_box ul {
    animation: slideup 1.6s cubic-bezier(0.65, 0, 0.35, 1) both;
}
@keyframes slideup {
    0% {
        transform: translateY(150px);
    }
     100% {
        transform: translateY(0px);
    }
}
/* <!-- service section --> */
.service {
    padding: 50px 0;
    position: relative;
}
.service_read {
    position: absolute;
    bottom: 30px;
    right: 100px;
    color: #000;
}
.service_read i {
    transition: .3s;
}
.service_read:hover i {
    margin-left: 10px;
}
.section_header {
    margin-bottom: 20px;
    margin-bottom: 50px;
}
.section_header h3 {
    color: #c12245;
    font-size: 40px;
    margin-bottom: 10px;
    font-family: serif;
}
.section_header p {
    font-weight: 550;
    /* font-family: cursive; */
}
.service_img_box {
    background: linear-gradient(90deg, #00ccff, rgb(189 22 58));
    padding: 10px;
    overflow: hidden;
}
.service_img_box img {
    width: 100%;
    height: 130px;
    transition: 1s;
}
.service_box {
    margin-bottom: 30px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    text-align: center;
}
.service_box span::before {
     position: absolute;
    content: "";
    width: 2px;
    height:0%;
    background: linear-gradient(180deg, #022468,rgb(189 22 58));
    left: 0;
    bottom: 0;
    transition: .5s;
}
.service_box span::after {
     position: absolute;
    content: "";
    width: 2px;
    height:0%;
    background: linear-gradient(180deg, #022468,rgb(189 22 58));
    right: 0;
    top: 0;
    transition: .5s;
}
.service_box:hover span::before {
    height: 100%;
}
.service_box:hover span::after {
    height: 100%;
}
.service_box::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, #022468,rgb(189 22 58));
    left: 0;
    bottom: 0;
    transition: .5s;
}
.service_box::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, #022468,rgb(189 22 58));
    right: 0;
    top: 0;
    transition: .5s;
}
.service_box:hover::before{
    width: 100%;
}
.service_box:hover::after{
    width: 100%;
}
.service_box:hover .service_img_box img {
    transform: scale(1.5);
}
.service_content_box {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.service_content_box h3 {
    color: #022468;
    margin-bottom: 15px;
    font-family:serif;
}
.service_content_box P {
    font-weight: 550;
    /* font-family: cursive; */
}

/* <!-- why choose us section --> */
.choose {
    padding: 50px 0;
    background: #b80e2f21;
    overflow: hidden;
}
.choose_box {
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 15px;
    padding: 20px;
    background: #022468;
    transition: .5s;
    position: relative;
    margin: 0 15px;
}
.choose_box::before {
position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, #022468,rgb(189 22 58));
    left: 0;
    bottom: 0;
    transition: .5s;
}
.choose_box::after {
     position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, #022468,rgb(189 22 58));
    right: 0;
    top: 0;
    transition: .5s;
}
.choose_box:hover::before {
    width: 100%;
}
.choose_box:hover::after {
    width: 100%;
}
.choose_box span::before {
     position: absolute;
    content: "";
    width: 2px;
    height:0%;
    background: linear-gradient(180deg, #022468,rgb(189 22 58));
    left: 0;
    bottom: 0;
    transition: .5s;
}
.choose_box span::after {
    position: absolute;
    content: "";
    width: 2px;
    height:0%;
    background: linear-gradient(180deg, #022468,rgb(189 22 58));
    right: 0;
    top: 0;
    transition: .5s;
}
.choose_box:hover span::before {
    height: 100%;
}
.choose_box:hover span::after {
    height: 100%;
}
.choose_box a {
    border: 1px solid #c12245;
    border-radius: 12px;
    /* background: ; */
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    position: relative;
    transition: .5s;
    overflow: hidden;
}
.choose_box img {
    width: 40px;
    filter: brightness(0) invert(1);
    transition: .5s;
}
.choose_box h4 {
    color: #fff;
    font-family: serif;
    /* font-weight: 550; */
    transition: .5s;
}
.choose_box p {
    color: #fff;
     transition: .5s;
}
.choose_box:hover {
    background-color: #c1224540;
    /* border: 1px solid #022468; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.choose_box:hover h4 {
    color: #022468;
}
.choose_box:hover p {
    color: #022468;
}
.choose_box:hover a img {
    filter: brightness(0) saturate(100%) invert(9%) sepia(100%) saturate(5000%) hue-rotate(220deg) brightness(95%) contrast(105%);
}
/* <!-- review section --> */
.review {
    padding: 50px 0;
}
.star_box {
    font-size: 25px;
    color: #ffd66b;
}
.review_item_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    border:1px solid #022468;
    min-height: 237px;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}
.reviwer_info_box {
    display: flex;
    gap: 30px;
    align-items: center;
}
.reviwer_info_box a {
    width: 40px;
    height: 40px;
    background-color: #bb1034;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    font-weight: 550;
}
.review_item_box p {
    margin-bottom: 20px;
}
.reviwer_info_box h3 {
    font-size: 20px;
}
.reviwer_info_box h3 p {
    font-size: 14px;
    margin: 0;
}
  /* <!-- contact section --> */
  .contact {
    padding: 50px 0;
    background-color: #0224686e;

  }
  .contact_info {
    padding: 15px;
    border:1px solid #022468;
    border-radius: 5px;
    background-color: #b80e2f21;
  }
  .contact_info h4 {
    margin-bottom: 20px;
    color: #022468;
  }
.contact_info input {
    width: 100%;
    outline: unset;
    margin-bottom: 15px;
    padding:5px 15px;
    border-radius: 5px;
    border:1px solid #b80e2f;
}
.contact_info input::placeholder {
    color: #022468;
}
.contact_info input:focus {
    color: #022468;
}
.contact_info textarea {
    width: 100%;
    padding: 5px 15px;
    height: 100px;
     border-radius: 5px;
    color: #022468;
     outline: none;
    border:1px solid #b80e2f;
    margin-bottom: 20px;
}
.contact_info button {
    width: 100%;
    padding: 10px;
    border: unset;
    outline: unset;
    border-radius: 5px;
    border:none;
    font-weight: 550;
    color: #fff;
    background: linear-gradient(90deg, #022468,rgb(189 22 58));
}
.contact_form h5 {
    color: #022468;
    margin-bottom: 10px;
}
.contact_form h3 {
    color: #022468;
    margin-bottom: 10px;
}
.contact_form p {
    color: #022468;
    margin-bottom: 20px;
}
.contact_form ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact_form ul li {
    display: flex;
    /* align-items: center; */
    line-height: 40px;
    gap: 20px;
}
.contact_form ul li span {
    width: 40px;
    height: 40px;
    background-color: #b80e2f;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    transition: .3s;
}
.contact_form ul li span:hover {
    background-color: #022468;
}
.contact_form ul li a {
    color: #022468;
    font-weight: 550;
}
/* <!-- footer section --> */
.footer {
    padding: 50px 0 0 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* background-color: #b80e2f21; */
}
.footer_logo img {
    width: 100px;
    margin-bottom: 20px;
}
.footer_box h3 {
    color: #022468;
    margin-bottom: 20px;
}
.footer_box_contact h3 {
    color: #022468;
    margin-bottom: 20px;
}
.footer_box li {
    color: #022468;
    transition: .3s;
    line-height: 30px;
    font-weight: 550;
}
.footer_box li:hover {
    color: #b80e2f;
}
.footer_box li a {
    color: #022468;
    transition: .3s;
    font-weight: 550;
}
.footer_box li a:hover {
    color: #b80e2f;
    margin-left: 10px;
}
.footer_box_contact ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer_box_contact ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer_box_contact ul li span {
    width: 40px;
    height: 40px;
    background-color: #b80e2f;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: .3s;
}
.footer_box_contact ul li span:hover {
    background-color: #022468;
}
.footer_box_contact ul li a {
    color: #022468;
    font-weight: 550;
}
.footer_text p {
    color: #022468;
}
 /* <!-- about_section --> */
 .about {
    padding: 50px 0;
 }
  .about_img {
    /* margin: 0 auto; */
    text-align: center;
    position: relative;
  }
  .about_img::before {
    content: '';
    width: 55%;
    height: 100%;
    border-image: linear-gradient(90deg, #00cbfe, rgb(189 22 58));
    border-image-slice: 1;
    border-width: 8px;
    border-style: solid;
    position: absolute;
    top: -32px;
    left:169px;
    z-index: -1;
  }
 .about_img img {
    width: 60%;
    transition: .3s;
 }
  .about_img img:hover {
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
 .about_text p {
    color: #022468;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 10px;
 }
 .about_text a {
    color: #b80e2f;
    margin-top: 20px;
 }
 .about_text a i {
    transition: .3s;
 }
 .about_text a:hover i {
    margin-left: 10px;
    color: #00ccff;
 }
 #industries {
    position: relative;
 }
 .left {
    position: absolute;
    left: 10%;
    top: 0%;
 }
 .right {
    width: 150px;
    position: absolute;
    right: 10%;
    /* left: 0; */
    top: 0%;
 }
 .cal {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: linear-gradient(90deg, #00ccff, rgb(1 48 154));
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
 }
  .wp {
    position: fixed;
    bottom: 100px;
    right: 50px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: linear-gradient(90deg, #00ccff, rgb(1 48 154));
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
 }
 /* mobile_nav */
 .mobile_nav {
    display: none;
 }
 .accordion-button a {
    width: 100% !important;
 }
 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}
.accordion-button-2::after {
    background-image: unset;
    display: none;
}
.accordion-button-2:not(.collapsed)::after {
    background-image: unset;
}
.accordion-button-3 {
    background-color: #022468 !important;
    border-radius: 0 !important;
    color: #fff !important;
}
.accordion-button-3 a {
    color: #fff;
}

.accordion-button:not(.collapsed) {
    background-color: unset;
}
.accordion-body {
    padding: unset;
}
.accordion-button::after {
    filter: brightness(0) invert(1);
}
/* .accordion-item {
    border: unset;
} */
 .slow_animation {
    width: 100%;
    animation: 40s linear infinite scroll;
    width: calc(300px * 14);
 }
 @keyframes scroll {
    0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%);
}
 }
 .page_banner {
    background-image: url(../images/Rectangle\ 2.png);
    background-size: cover;
    background-position: center;
    margin-bottom: 50px;
    position: relative;
 }
 .page_banner::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #00000075;
 }
 .page_banner_heading h1 {
    padding: 80px 0;
    /* color: #b80e2f; */
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
 }
 .page_banner_2 {
    background-image: url(../images/armed-security-guard.jpg);
     background-size: cover;
    background-position: center;
    margin-bottom: 50px;
 }
 .service_box_img img {
    width: 100%;
    transition: 1s;
    margin-bottom: 10px;
 }
 .service_box_img {
    overflow: hidden;
 }
 .service_box:hover .service_box_img img {
    transform: scale(1.5);
 }
 .page_banner_3 {
    background-image: url(../images/HOUSEKEEPING\ &\ FACILITY\ MANAGEMENT.png);
     background-size: cover;
    background-position: center;
 }
 .page_banner_4 {
    background-image: url(../images/WORKFORCE\ OUTSOURCING\ SERVICES.png);
     background-size: cover;
    background-position: center;
 }
 .page_banner_5 {
    background-image: url(../images/CORPORATE\ &\ SPECIALIZED\ SOLUTIONS.png);
 }
 .page_banner_6 {
    background-image: url(../images/industri.png);
 }
.coreservice_list {
    position: relative;
    /* transition: .3s; */
}
.sub_core_service {
    position: absolute;
    background-color: #b80e2f ;
    right: -100%;
    /* top: 0 ; */
    /* height: 200px !important; */
    transition: .3s;
    visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 2;
}
.coreservice_list:hover .sub_core_service {
    visibility:visible ;
    right: -50%;
    /* overflow: visible ; */
    /* display: block; */
}
.upcomingservice_list {
     position: relative;
     z-index: 1;
}
.sub_upcomingservice {
    position: absolute;
    background-color: #b80e2f ;
    right: -100%;
    transition: .3s;
    visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.upcomingservice_list:hover .sub_upcomingservice {
     visibility:visible ;
    right: -50%;
}
.industri_list {
    position: relative;
}
.sub_industri {
    position: absolute;
    width: 300px;
    top: 120px;
    background-color: #b80e2f;
    transition: .3s;
    /* height: 0; */
    /* overflow: hidden; */
    /* display: none; */
    visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}
.industri_list:hover .sub_industri {
    top: 93px;
    /* height: 100%; */
    /* display: block; */
    visibility: visible;
}
.sub_industri li {
    padding: 10px;
    transition: .3s;
}
.sub_industri li:hover {
    background-color: #022468;
}
.sub_industri li a {
    color: #fff;
}
.page_banner_10 {
     background-image: url(../images/about\ banner.png);
     background-size: cover;
    background-position: center;
}
.page_banner_11 {
    background-image: url(../images/contact\ banner2.png);
     background-size: cover;
    background-position: center;
}
.sub-accordion-button {
    background-color: #b80e2f;
    color: #fff;
}
.sub-accordion-button {
    background-color: #b80e2f !important;
    color: #fff !important;
}
.accordion-button a {
    color: #fff;
}
.accordion-button-o:not(.collapsed)::after {
    content: unset;
}