body {
  /* background-color: #9e0a0f;*/
}

.pr-10 {
  padding-right: 10px;
}

a,
.text-default {
  color: #333333;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: #9e0a0f;
  text-decoration: underline;
}
ul{
  padding: 0;
  margin: 0;
}
ul li{
  list-style-type: none;
  padding: 0;
}

.tr_white {
  color: #fff !important;
  position: relative;
  z-index: 10;
}

.tr_top_header {
  font-size: 12px;
}
.navbar-brand:hover,nav a:hover {
    background-color: #ffffff; 
    color: #ffffff;
} 
.tr_top_header {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.03) inset;
}

.social-links {
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0px 0 0px 0;
}

.tr_top_header .social-links li {
  padding: 3px 5px 2px;
  background-color: #f6f6f6;
  margin: 0 5px;
  display: inline-block;
}

.tr_top_header .social-links li:hover {
  background-color: #9e0a0f;
}

.tr_top_header .social-links li:hover a {
  color: #ffffff;
}

.tr_top_header .social-links li a {
  border: none;
  width: 27px;
  height: 32px;
  display: inline-block;
  color: #9e0a0f;
  background-color: transparent;
  border-color: transparent;
  text-align: center;
  font-size: 18px;
}

.tr_top_header .social-links li a i {
  line-height: 30px;
}

.tr_top_header a {
  color: #9e0a0f;
}

.tr_top_header a:hover {
  text-decoration: underline;
}

.topright {
  margin-bottom: 0;
  padding-top: 5px;
  text-align: right;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  --line-height: 1.50;
  color: #9e0a0f;
}

.header {
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
  background-color: #fff;
}

/*** Menus css start ***/
nav {
  margin: 0;
  padding: 0;
  background-color: #254441;
}

#logo {
  display: block;
  padding: 0 30px;
  float: left;
  font-size: 20px;
  line-height: 60px;
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

#medicalHeader {
  /*top: 0;
  left: 0;
  position: absolute;*/
}

.navbar-brand {
  height: 150px;
  width: 150px;
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
}

nav a {
  display: block;
  padding: 0 15px;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
}

nav ul li ul li:hover {
  background: #000000;
}

nav a:hover {
  background-color: #000000;
}

nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
}

nav ul li:hover>ul {
  display: inherit;
}

nav ul ul li {
  width: 250px;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  right: 250px;
}

li>a:after {
  content: ' +';
}

li>a:only-child:after {
  content: '';
}

.toggle,
[id^=drop] {
  display: none;
}

/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

  #logo {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    float: none;
  }

  nav {
    margin: 0;
  }

  .toggle+a,
  .menu {
    display: none;
  }
  .navbar-collapse{
    background-color: #9e0a0f;
  }

  .toggle {
    display: block;
    background-color: #254441;
    padding: 0 20px;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    line-height: 60px;
    text-decoration: none;
    border: none;
  }

  .toggle:hover {
    background-color: #000000;
  }

  [id^=drop]:checked+ul {
    display: block;
  }

  nav ul li {
    display: block;
    width: 100%;
  }

  nav ul ul .toggle,
  nav ul ul a {
    padding: 0 40px;
  }

  nav ul ul ul a {
    padding: 0 80px;
  }

  nav a:hover,
  nav ul ul ul a {
    background-color: #000000;
  }

  nav ul li ul li .toggle,
  nav ul ul a {
    background-color: #212121;
  }

  nav ul ul {
    float: none;
    position: static;
    color: #ffffff;
  }

  nav ul ul li:hover>ul,
  nav ul li:hover>ul {
    display: none;
  }

  nav ul ul li {
    display: block;
    width: 100%;
  }

  nav ul ul ul li {
    position: static;

  }
}

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 0.333333%;
  }
}

@media all and (max-width : 330px) {

  nav ul li {
    display: block;
    width: 94%;
  }

}

/*** Menus css end ***/
.navbar {
  border: 0;
  z-index: 9999;
  letter-spacing: 4px;

}

.logo {
  display: block;
  height: auto;
  width: 52px;
  padding-top: 5px;
  margin-right: 15px;
}

.navbar-brand>img {
  height: 100%;
  width: auto;
}

.navbar .nav>li>a {
  line-height: 50px;
}

.navbar-header h1 {
  letter-spacing: 1px;
  color: black !important;
  font-family: 'Lobster Two', cursive;
}

li.nav-item {
  padding: 0px 10px;
}
.navbar-collapse a{
  line-height: 30px;
}
.navbar-collapse{
  flex-grow: 0;
}
.navbar li a,
.navbar {
  color: #9e0a0f !important;
  font-size: 15px;
  transition: all 0.6s 0s;
  letter-spacing: normal;
  text-transform: capitalize;
  font-weight: 700;
  background: #ffffff;
}

.navbar-toggle {
  background-color: transparent !important;
  border: 0;
}

.navbar-nav li a:hover,
.navbar-nav li.active a {
  color: #8b4513 !important;
  text-decoration: underline 2px;
}

.tr_slider_section {
  position: relative;
}

/* slider css start */
.carousel-item img {
  position: relative;
}

.slider_overlay {
  background-color: rgba(158, 10, 15, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* slider css end */

/* technology css start */
.technology-section {
  padding: 80px 0;
}
.about-title h2{
    position: relative;
}
.about-title h2 span {
  font-weight: 700;
  display: inline-block;
  font-size: 35px;
  line-height: 55px;
}
.content_icon{
  display: grid;
  place-items: center;
}
.content_heading h4{
  font-size: 20px;
  margin-bottom: 15px;
}
.about-title h2:before {
  content: "";
  width: 30%;
  height: 3px;
  position: absolute;
  top: -10px;
  left: 0;
  background-color: #9e0a0f;
}

.content_icon {
  border: 2px dashed #9e0a0f;
  border-radius: 100%;
  height: 75px;
  width: 75px;
  text-align: center;
  align-items: center;
}

/* technology css end */

.about_us_wrapper {
  padding: 10px;
  margin-right: 0;
  margin-block: 50px;
}

/* form section start */

.form_section {
  background-image: url(../images/bg-form.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  padding: 60px 0;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding: 15px 22px;
  margin: 55px 34%;
  background: transparent;
  color: #ffffff;
  font-weight: 800;
  border: 2px solid #ffffff;
  text-align: center;
  align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 10px;
}

.form-group textarea {
  height: 150px;
  resize: none;
  width: 100%;
  height: 100%;
  background: #f7bbbd;
  color: #666666;
  padding: 10px 20px;
  font-size: 18px;
  border: 1px solid #9e0a0f;
  border-radius: 10px;
  margin: 20px 10px;
}
.form-group input{
  padding: 10px 10px;
  margin: 20px 10px;
  border-radius: 10px;
  background: #f7bbbd;
  color: #666666;
  font-size: 20px;
  border: 1px solid #9e0a0f;
  align-items: center;
  /* text-align: center; */
  justify-content: center;
}
.call-content .centred {
  text-align: center;
}
.call-content .call {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 20px;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  padding: 0px 0px 0px 22px;
}
.call-content .call i {
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 18px;
  color: #ffffff;
}
.form-section .call-content .call a {
  color: #fff;
}
.contact-section .contact-info .title h3::before {
  position: absolute;
  content: '';
  background-color: #ffffff;
  width: 30px;
  height: 3px;
  left: 0px;
  top: -10px;
}
.contact-column .contact-info {
  position: relative;
  background: #9e0a0f;
  color: #ffffff;
  padding: 45px 30px 50px 46px;
  /* align-items: center; */
  text-align: left;
  width: 100%;
}
.btn_send{
  border: 2px solid #000000;
  color: #000000;
}
.contact-column .contact-info .info-box {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 14px;
}
.contact-column .contact-info .single-info {
  margin-bottom: 50px;
}
.contact-column .contact-info .single-info .text a{
  color: #FFF;
}
.contact-column .contact-info .single-info h5 {
  color: #ffffff;
  line-height: 25px;
}
.social-icons a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #222222;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #f2f2f2;
  text-align: center;
}
.top-left .social-icons li  {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: black;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background :#1280b4;
  text-align: center;
}

.our_services_wrapper{
  padding: 75px 0;
}
.services_txt span{
  font-size: 20px;
  color: #9e0a0f;
}
.we_offer_wrapper{
  background-image: url(../images/security.jpeg);

}

.offer_overlay,.inneroverlay{
  background-color: rgba(158, 10, 15, 0.6);
  padding: 70px 0;
}
.our_reach_wrapper{
  padding: 75px 0;
}
.our_presance ul li{
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}
.offer_txt ul{
  font-size: 1.5rem;
  font-weight: 600;
}
.offer_txt p{
  font-size: 1.1rem;
  font-weight: 500;
}
.offer_txt{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* form section end */

.inner_wrapper{
  background-image: url(../images/bgsecur.jpeg);
  background-attachment: fixed;
  text-align: center;
}
.inner_wrapper h1{
  font-size: 45px;
  color: white;
  font-weight: 800;
}
.form_section1{
  padding: 75px 0;
}
/* certificate section start */
.certificate-heading{
  text-align: center;
  margin-bottom: 25px;
  color: #1280b4;
}
.about{
  align-items: center;
  background-color: #ddd9d9;
  margin-bottom: 20px;
}
/* certificate section end */

/* footer css start */
.footer-area {
  background-image: url(../images/slider1.jpeg);
  background-size: cover;
}
.footer-container{
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  padding-top: 60px;
}
.footer-logo img{
  width: 50%;
}
.form-group{
  display: flex;
  border: none;
}
.newsletter-form .form-group {
  position: relative;
  margin-bottom: 40px;
}
.form-group {
  margin-bottom: 1rem;
}
.footer-top{
  padding-bottom: 45px;
}
input {
  transition: all 500ms ease;
}
.date{
  color: #1280b4;
}
.fontbold{
  font-weight: 600;
}
.footer-herading{
  margin-bottom: 20px;
}
.copy-text{
  text-align: center;
  align-items: center;
  color: white;
  margin-top: 10px;
}
.footer-bottom{
  background-color:#000000;
}

.certificate-section{
    padding: 60px 0;
}
/* footer css end */