.video-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-banner video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 0;
}
.heading_for_about_slider h2 span{
    color: #1d44f9;
}
.about_slider .top_realock_slider {
    background-image: unset !Important;
}
.banner-img{
    display:block;
    margin:0 auto;
    width: 80%;
    filter: grayscale(1);
    filter: brightness(0) invert(1);
}
.bg_img_about {
    background-image: url(../images/alive.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
section.section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.contactusSection .wrapper {
    width: 100%;
    -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%), 0px 2px 4px -1px rgb(0 0 0 / 20%);
    box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%), 0px 2px 4px -1px rgb(0 0 0 / 20%);
    border-radius: 0;
}
.contactusSection .no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.contactusSection .contact-wrap {
    background: #fff;
}

.contactusSection .info-wrap {
    background-color: var(--mainColor);
}

.contactusSection .info-wrap h3 {
    color: #fff;
}

.contactusSection .info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}

.contactusSection .info-wrap .dbox:last-child {
    margin-bottom: 0;
}

.contactusSection .info-wrap .dbox p {
    margin-bottom: 0;
    color: #fff;
    padding-left: 15px;
}

.contactusSection .info-wrap .dbox p span {
    font-weight: 600;
    color: #fff;
}

.contactusSection .info-wrap .dbox p a {
    color: #fff;
}

.contactusSection .info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    margin-left: 0;
}

.contactusSection .info-wrap .dbox .icon span {
    font-size: 20px;
    color: #fff;
}

.contactusSection .info-wrap .dbox .text {
    width: calc(100% - 50px);
}
.padding-right {
    padding-right: 0;
    padding-left: 0;
}
.contactusSection .info-wrap {
    background-color: #1d44f9
}
#red .contactusSection .info-wrap {
    background-color: #ff0000 
}
#orange .contactusSection .contactusSection .info-wrap {
    background-color: #FF6600;
}
#violet .contactusSection .info-wrap {
    background-color: #944fcb;
}
#magenta .contactusSection .info-wrap {
    background-color: #FF00FF;
}
.site_footer {
    background-color: #000000;
    margin-top: 40px;
}
.search_form_for_about_slider .placeholder_about_slider_section .form_placeholder::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.search_form_for_about_slider .placeholder_about_slider_section .form_placeholder::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
.site_header .site_logo img{
    width: 200px
}
.modal .modal-title {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
    margin-top: 0px;
  margin-top: 10px;
  color: rgb(10, 112, 161);
}
.modal-body .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.2rem;
  font-weight: 100;
  text-shadow: none;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.4;
}
.modal-body {
  padding: 35px;
  border-radius: 0;
  text-align: center;
}
.error{
    color:red;
    font-size:.9rem;
}