* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
}

.hero_section {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 100vh;
  background-image: linear-gradient(to top, #ffffff, #7a0d1a5c), url(../images/bg.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.abt_img img{
  width: 180px;
}

.ser_li ul {
  padding-left:0px;
}

.ser_li ul li{
  list-style-type: none;
  margin-top: 24px;
  color: #000000;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}
.overlay.light {
  background: rgba(255, 255, 255, 0.5);
}
.overlay .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 75px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  width: 300px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
}
.light .popup {
  border-color: #aaa;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.popup h2 {
  margin-top: 0;
  color: #666;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  opacity: 0.8;
  transition: all 200ms;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #666;
}
.popup .close:hover {
  opacity: 1;
}
.popup .content {
  max-height: 400px;
  overflow: auto;
}
.popup p {
  margin: 0 0 1em;
}
.popup p:last-child {
  margin: 0;
}

p a{
  text-decoration: none;
}

.display_wraps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;

}

.display_wraps ul {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  grid-gap: 10px;
  justify-content: stretch;
  padding: 0 15px;
}

.display_wraps ul li {
  list-style-type: none;
}

.meassage_warpper {
  cursor: pointer;
  height: fit-content;
  width: 218px;
  padding: 2px;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 14px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.testimonial {
  width: 500px;
  max-width: 100%;
  background: #ffca52;
  padding: 4em 3em;
  display: flex;
  align-items: flex-end;
  position: relative;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075), 0 3px 3px rgba(0, 0, 0, 0.075), 0 5px 5px rgba(0, 0, 0, 0.075), 0 9px 9px rgba(0, 0, 0, 0.075), 0 17px 17px rgba(0, 0, 0, 0.075);
  position: relative;
}
.testimonial:after {
  content: "";
  border: 8px solid navy;
  border-radius: 50px;
  width: 85%;
  height: 120%;
  position: absolute;
  z-index: -1;
  left: 1.5em;
  top: -2em;
}
.testimonial:before {
  content: "";
  position: absolute;
  bottom: -6.2em;
  left: 5em;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 100px 0 0;
  border-color: navy transparent transparent transparent;
}
.testimonial .quote {
  position: absolute;
  font-size: 3em;
  width: 40px;
  height: 40px;
  background: navy;
  color: #fff;
  text-align: center;
  line-height: 1.25;
}
.testimonial .quote.open {
  top: 0;
  left: 0;
}
.testimonial .quote.close {
  bottom: 0;
  right: 0;
}
.testimonial p {
  width: 60%;
  display: inline-block;
  font-weight: bold;
  font-size: 1.25em;
}
.testimonial .source {
  width: 40%;
  height: 100%;
  position: relative;
}
.testimonial .source span {
  display: inline-block;
  font-weight: bold;
  font-size: 1.15em;
  position: relative;
  margin-left: 1rem;
  text-align: right;
}
.testimonial .source span:before {
  content: "—";
  display: inline;
  margin-right: 5px;
}
.testimonial .image {
  transform: rotate(-5deg);
  position: absolute;
  top: 0.5em;
  right: 1.5em;
}
.testimonial .image img {
  border: 10px solid #fff;
  margin: 0;
  padding: 0;
}
.testimonial .image .clip {
  border: 2px solid #222;
  border-right: none;
  height: 75px;
  width: 20px;
  position: absolute;
  right: 30%;
  top: -15%;
  border-radius: 25px;
}
.testimonial .image .clip:before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  height: 10px;
  width: 16px;
  border: 2px solid #222;
  border-bottom: none;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  z-index: 99;
}
.testimonial .image .clip:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  height: 40px;
  width: 16px;
  border: 2px solid #222;
  border-top: none;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  z-index: 99;
}

.about_wrapper {
  max-width: 510px;
  position: absolute;
  top: 20%;
  right: 265px;
  padding: 29px;
  background-color: #ffffff40;
  backdrop-filter: blur(7px);

  border-radius: 24px;
  overflow: hidden;
}

.abt_text p{
  color: #000000;
}

.web_site_cover {
  background-color: #06060612;
  top: 70px;
  position: sticky;
  position: -webkit-sticky;
}


.web_site_cover2 {
  background-color: #a0832529;
}

.web_site_cover3 {
  background-color: #f2711d1c;
}

.web_site_cover4 {
  background-color: #a278a14f;
}

.web_site_cover5 {
  background-color: #2662601f;
}

.web_site_cover6 {
  background-color: #c3d6ed;
}

.web_site_cover7 {
  background-color: #fcb04238;
}

.ower_name2{
  position: absolute;
  content: "";
 left: 0px;
 bottom: 40px;
  width: 250px;
  text-align: right;
}


.ower_name1{
  position: absolute;
  content: "";
  right: 0px;
  bottom: 40px;
  width: 250px;
}

.reveal {
  visibility: hidden;
  position: relative;


  overflow: hidden;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 0% !important;
  height: 0% !important;
  background-color: #00000000 !important;
}

.main_section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  background-color: #fff;
}

.web_border {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ltr {
  text-align: right;

}

.com_logo {
  width: 200px;
  padding: 20px;
}

.web_site_words h4 {
  font-size: 39px;
  text-transform: capitalize;
}

.btn {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 0 2em;
  max-width: 160px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.btn-6 {
  display: block;
  box-sizing: border-box;
  padding: 10px 45px;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #000000;
  text-transform: uppercase;
  border: 1px solid currentColor;
}

.btn-6 span {
  font-weight: 400;

  font-size: 14px;
}

.abt_right{
  position: relative;
}

.btn-61 {
  display: block;
  box-sizing: border-box;
  padding: 10px 45px;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #ba982d;
  text-transform: uppercase;
  border: 1px solid currentColor;
}

.btn-61 span {
  font-weight: 400;

  font-size: 14px;
}

.btn-62 {
  display: block;
  box-sizing: border-box;
  padding: 10px 45px;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #f36f1a;
  text-transform: uppercase;
  border: 1px solid currentColor;
}

.btn-62 span {
  font-weight: 400;

  font-size: 14px;
}

.btn-63 {
  display: block;
  box-sizing: border-box;
  padding: 10px 45px;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #a44a86;
  text-transform: uppercase;
  border: 1px solid currentColor;
}

.btn-63 span {
  font-weight: 400;

  font-size: 14px;
}

.btn-64 {
  display: block;
  box-sizing: border-box;
  padding: 10px 45px;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #0e99ad;
  text-transform: uppercase;
  border: 1px solid currentColor;
}

.btn-64 span {
  font-weight: 400;

  font-size: 14px;
}

.btn-65 {
  display: block;
  box-sizing: border-box;
  padding: 10px 45px;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #0c398b;
  text-transform: uppercase;
  border: 1px solid currentColor;
}

.btn-65 span {
  font-weight: 400;

  font-size: 14px;
}


.btn-66 {
  display: block;
  box-sizing: border-box;
  padding: 10px 45px;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #dba039;
  text-transform: uppercase;
  border: 1px solid currentColor;
}

.btn-66i  i{
  color:#dba039;
}

.btn-65i  i{
  color:#0c398b !important;
}

.btn-64i i{
  color:#0e99ad !important;
}

.btn-63i i{
  color:#a44a86 !important;
}

.btn-62i i{
  color:#f36f1a !important;
}

.btn-61i i{
  color:#ba982d !important;
}

.btn-66 span {
  font-weight: 400;
  font-size: 14px;
}

.btn-6mi i {
  color: #91bfe1 !important;
}

.btn-6m {
  display: block;
  box-sizing: border-box;
  padding: 10px 45px;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #91bfe1;
  text-transform: uppercase;
  border: 1px solid currentColor;
}

.com_logo h5 {
  letter-spacing: 9px;
  color: rgb(80 217 215);
  font-size: 30px;
}

.gallery_img p a{
  text-decoration: none;
  color:#000000;
}

.web_site_words p i{
  font-size: 32px;
}

.web_site_wordsleft p  i{
  font-size: 32px;
}

.web_site_wordsleft p a i{
  font-size: 32px;
  color:#000;
  text-decoration: none;
}


.web_site_words p {
  font-size: 18px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}

.web_site_wordsleft p {
  font-size: 18px;
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}


.web_site_words {
  max-width: 450px;

}

.web_site_wordsleft {
  max-width: 450px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.web_site_wordsleft h4 {
  font-size: 39px;
  text-transform: capitalize;
}

.main_heading h4 {
  font-size: 39px;
  text-transform: capitalize;
}

.spec_box{
  padding-top: 50px;
  text-align: center;
}

.spec_box h3{
  color:#7a0d1a;
}

.our_ach {
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_text h1 {
  font-size: 139px;
}

.signing_off button {
  background-color: #490303;
  padding: 12px 34px;
  border: none;
  box-shadow: none;
  border-radius: 22px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 19px;
}

.main_text h1 span img {
  width: 220px;
}

.stop_banner {
  position: sticky;
  top: 0px;
  z-index: 1;
}

.contact_sec {
  position: relative;
  height: 100vh;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  z-index: 99;
  align-items: center;
}

.thanku_logo img {
  width: 190px;
}

.addre_thk p {
  font-size: 18px;
  font-weight: 400;
}

.addre_thk p a {
  text-decoration: none;
  color: #540404;
}



.addre_thk p i {
  text-decoration: none;
  color: #540404;
}

.heading h2{

}

.history-tl-container{
  font-family: "Roboto",sans-serif;
width:100%;
margin:auto;
display:block;
position:relative;
}
.history-tl-container ul.tl{
  margin:20px 0;
  padding:0;
  display:flex;

}

.nav-link {
  padding-left:0px;
}
.history-tl-container ul.tl li{
  list-style: none;
  margin:auto;

  min-height:150px;
  /*background: rgba(255,255,0,0.1);*/
  border-top:1px dashed #49030347;
  /* padding:0 0 50px 30px; */
  position:relative;
}
.history-tl-container ul.tl li:last-child{ border-left:0;}
.history-tl-container ul.tl li::before{
  position: absolute;
  left: -25px;
  top: -31px;
  content: " ";
  /* border: 8px solid rgba(255, 255, 255, 0.74); */
  border-radius: 500%;
  background: #490303;
  height: 57px;
  width: 57px;
  transition: all 500ms ease-in-out;

}
.history-tl-container ul.tl li:hover::before{
  border-color:  #258CC7;
  transition: all 1000ms ease-in-out;
}
ul.tl li .item-title{
  color: #000000;
  font-size: 16px;
  margin-top: 30px;
}
ul.tl li .item-detail{
  color:rgba(0,0,0,0.5);
  font-size:12px;
}
ul.tl li .timestamp{
  color: #ffffff;
  position: absolute;
  width: 100px;
  left: -77px;
  top: -16px;
  text-align: right;
  font-size: 18px;
}


.testimonial_sec {
  position: relative;
  padding-top: 60px;
  padding-bottom:60px;
  background-color: #fbf9f9fa;
  z-index: 99;
}

.spec {
  position: relative;
  background-color: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 8;
  background-image: url(../images/combo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.web_site_cover9 {
  background-color: #757a283b;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  background-color: #0000005c !important;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.timeline{
  padding-top: 53px;
}

.spec_box img{
  width:120px;
}

@media only screen and (max-width: 690px) {
  .main_text h1 {
    font-size: 46px;
  }

  .web_site_words {
    max-width: 450px;
    padding: 10px;
  }

  .web_site_wordsleft {
    max-width: 450px;
    padding: 10px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: end;
  }

  .com_logo h5 {
    letter-spacing: 9px;
    color: rgb(80 217 215);
    font-size: 14px;
  }

  .main_text h1 span img {
    width: 134px;
  }

  .web_site_words {
    max-width: 450px;
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .web_site_wordsleft {
    max-width: 450px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .web_site_words h4 {
    font-size: 25px;
    text-transform: capitalize;
  }

  .web_site_wordsleft h4 {
    font-size: 25px;
    text-transform: capitalize;
  }
}