html,
body {
  margin: 0 auto;
  overflow-x: hidden !important;
  background-color: #343a40!important;
  font-family: 'Montserrat', sans-serif;
}
.mainlogo{
  width: 36px;
}
.imgtoons{
  height: 250px;
}
.mainnanvbar{
  margin: auto !important;
  padding: 0 !important;
  width: fit-content;
}
.srow {
  margin-left: 0;
  margin-right: 0;
}
.gray-image{
  filter: grayscale(0.85);
}
#myVideo {
  /* position: fixed; */
  /* right: 0; */
  /* top: -20%; */
  /* bottom: 0; */
  /* min-width: 100%;  */
  filter: grayscale(0.85);
  width: 100%;
  height: 100vh;
  object-fit: cover;

}
.silver{
  color: #d8d8d8;
}
.fix-header{

  background-color: #515151;
  min-height: 65px;
}

.t1 {
  position: absolute;
  top: 15%;
  /* left: 21%; */
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  /* width: 100px; */
  /* background-image: url('../media/img/glass.png');
    background-repeat: no-repeat;
    background-size: contain; */
  z-index: 4;
}
.aboutt1{
  background: #414141bb;
  right: 95% !important;
  left: 5% !important;
  width: fit-content;
  top: 17% !important;
  padding: 3px;
}

.no-visible {
  visibility: hidden;
}

.t1 h1 {
  font-family: 'Montserrat', sans-serif;
  /* background-color: rgba(33, 33, 33, 0.4); */
  text-transform: uppercase;
  color: white;
  font-weight: bolder;
  font-size: 38px;
  overflow: hidden;
  /* Ensures the content is not revealed until the animation */
  border: none;
  /* The typwriter cursor */
  white-space: nowrap;
  /* Keeps the content on a single line */
  margin: 0 auto;

}
.t1 h1:first-child{
  /* Gives that scrolling effect as the typing happens */
  /* letter-spacing: .15em; */
  /* Adjust as needed */
  /* font-size: 24px; */
  animation:
    typing 1s steps(40, end),
    blink-caret .75s step-end;
}

.t1 h1:nth-child(2){
  /* Gives that scrolling effect as the typing happens */
  /* letter-spacing: .15em; */
  /* Adjust as needed */
  animation:
    typing2 2s steps(40, end),
    blink-caret .75s step-end;
}
.t1 .hometitle{
  line-height: 0.92;
  font-size: 75px !important;
  text-align: center !important;
  color: #111211;
}
.hometitle:first-child{
  /* background: -webkit-linear-gradient(#eee, #060706); */
  background: -webkit-linear-gradient(#4b494a, #111211);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.01em;
}
.hometitle:nth-child(2){
  font-weight: 400;
  font-size: 62px !important;
}
.t1 h2{
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: white;
  font-weight: bolder;
  font-size: 120px;
  overflow: hidden;
  letter-spacing: .15em;
  animation:
  typing 2s steps(40, end),
  blink-caret .75s step-end;
}
.social-bar {
  position: absolute;
  top: 30%;
  left: 1%;
  font-size: 24px;
  text-decoration: none;
  /* font-weight: 800; */
  /* color: white; */
  /* z-index: 9999; */
  /* pointer-events: all; */
  /* border: 1px solid white; */
}

.social-bar p:hover {
  transform: scale(1.5);
}

.social-bar a:visited {
  text-decoration: none;
  color: white;
}

.social-bar a:link {
  text-decoration: none !important;
  color: white;
}

.text-verticle {
  margin-left: 2px;
  writing-mode: vertical-rl;
  font-size: 19px;
  color: white;

}

.logo {
  max-height: 30px;
  padding: 0px 20px;
}

@keyframes typing {
  0% {
    width: 0
  }

  100% {
    width: 100%
  }


}

@keyframes typing2 {
  0% {
    width: 0
  }

  50% {
    width: 0
  }

  75% {
    width: 50%
  }

  100% {
    width: 100%
  }
}
@keyframes cssAnimation {
  to   { visibility: visible; }
}

@keyframes blink-caret {

  from,
  to {
    border-color: transparent;
  }

  50% {
    border-color: orange;
    border-right: .15em solid orange;
  }
}

.social-bar {
  top: 40%;
  font-size: 24px;
}




@keyframes hide1 {
  0% {
    background-color: #001F3F;
    opacity: 1;
    left: 0%;
  }

  100% {
    background-color: #FF4136;
    opacity: 1;
    left: 50%;
  }
}


#hero {
  /* margin-top: -2%; */
  /* position: absolute; */
  object-fit: cover;
  z-index: 1;
  min-width: 100%;
  max-height: 100vh;
  /* margin-bottom: 100px; */
}

.svg-div,
.svg-mob-div {
  width: 100%;
  position: fixed;
  bottom: 0;
  opacity: 0.5;
  filter: grayscale(0.4);
}

.svg-mob-div {
  height: 1px;
}

  /* At everything bigger than mobile, make .video-container fill its parent */
  @media (min-width: 768px) {
    .video.full-width {
      height: 450px;
    }

    .video-container {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      overflow: hidden;
    }

    .video-container>iframe {
      flex: 0 0 auto;
      max-width: none;
    }
  }

  /* About Page Css */
  .ahero{
    width: 100vw;
    position: relative;
  }
  .ahero img{
    width: 100%;
  }

  .serves{
    width: 80%;
    margin-left: 10%;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .serves-img{
    border: 15px solid #d8d8d8;
    background-color: white;
    border-radius: 12px;
  }
  .img-fluid{
min-width: 100%;
  }
  .srow{
    margin-left: 0  !important;
    margin-right: 0 !important;
    width: 100%;
  }

  .fix-50{
    height: 50px !important;
  }


  .contact-form{
    color: white;
    position: absolute;
    left: 5%;
    padding: 10px;
    width: 90%;
    top: 10%;
    z-index: 6;
    background-color:rgba(33, 33, 33, 0.4);
    border-radius: 15px;
  }
  .contact-left h1{
    color: #fff;
    font-size:48px;
    font-weight: bolder;
  }
  .contact-icons {
    font-size: 28px;
  }
  .contact_value{
    font-size: 22px;
  }
  .contact_add{
    font-size: 18px;
  }
  .contact-footer{
    margin-top: 100px;
  }
  .aboutus-text{
    font-size: 17px;
    padding: 2px;
  }
  .about-text-bg{
    padding: 0px !important;
    background-color: #414141;
    color: #d8d8d8;
  }
  .about-text-bg > h2{
    font-size: 18px;
  }
  .ptop-10{
    padding-top: 15px;
  }
  .ptop-5{
    padding-top: 5px;
  }
  .aboutus-text2{
    font-size: 17px;
    padding: 2px;
    /* text-align: center; */
    /* margin: 2px; */
  }
  .head2{
    text-align: center;
  }

  .fs-menu{
        text-align: right;
    /* align-items: end; */
    font-size: 16px;
    padding-right: 17px;
  }
  .darkmorph{
    border-radius: 0px;
background: #414141;
box-shadow:  22px 22px 44px #3a3a3a,
             -22px -22px 44px #555555;
             padding:25px;
             margin: 20px 5px;
  }

  .darkmorph .col-md-4 .card{
    background-color: transparent;
    /* border: 1px solid silver; */
    box-shadow:  22px 22px 44px #2d2d2d,
             -22px -22px 44px #555555;
             padding:25px;
             margin: 20px 5px;
  }
  .about-img{
    border: 3px solid #d8d8d8;
    /* background-color: white; */
    /* border-radius: 10px; */
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: auto;
  }


  /* Pre Loader Screen */
  #loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222222;
    z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

.tooncaptions{

  color: #414141;
}
.tooncaptions:nth-child(odd){
  text-align: center;
}
.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 50% auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

/* }Ens of preloader screen */

.d-cards h4{
  font-size: 18px;
}
  .d-cards p{
    font-size: 12px;
  }
.d-cards{
  padding: 10px;
}

.img-r10{
  border-radius: 10px;
}
.d-cards .card{
  width: 30%;
  border: 1px solid;
  margin: 8px;
  background-color: transparent;
}
.blog-category .col-md-3 .card{
background-color: transparent;
}
.list-group-item{
  background-color: transparent  !important;
}
.card-link{
  font-weight: bold;
  color: white;
}
.infrastructure-list li{
font-size: x-large;
font-weight: bold;
text-decoration: underline;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  color: black !important;
}
.dropdown-item:hover{
  background-color: #fffefe !important;
}
.core_highlight{
  background-color:white;
  color:black;
  padding:1px 5px;
}
.nav-item:hover{
  background-color: #d8d8d8;
  color: black !important;
  border-radius: 3px 3px 0 0 !important;
}
.nav-link:hover{
  color: black !important;
}
.dropdown-menu
{
  background-color: #d8d8d8 !important;
  border-radius: 0 0 3px 3px !important;
  border:1px solid #d8d8d8 !important;
}

.nav-item:hover  .nav-link {
  color: black;
}
/* navbar */
.navbar-dark .navbar-nav .nav-link {
  color: #f5f5f588;
}
.navbar{z-index: 15;}
.table>tbody>tr>td {
  vertical-align: middle;
}
.table thead th{
  text-align: center;
}

/* home logo background */
.bglight{
  width: fit-content;
  margin: auto;
  background:#ffffffaa;
  padding: 3px;
}
.pursuit{
    letter-spacing: 0.15em;
    width: fit-content;
    border-radius: 10px;
    background: -webkit-linear-gradient(#4b494a, #111211);
    /* background: #4b494a; */
    color: #d8d8d8;
    margin: auto;
    padding: 5px 16px;
    animation: cssAnimation 0s 3s forwards;
    visibility: hidden;
}
.footer{
  text-align: center;
  position: fixed;
  bottom: 0px;
  min-width: 20px;
  width: 100%;
  background: #343a40!important;
  z-index: 5;
  color: #d8d8d8;
}
.social_footer{
  list-style: none;
  display: inline-flex;
  margin: auto;
  padding: 5px;
}
.social_footer>li{
  margin: auto;
}
.social_footer>li>a>img{
  margin: 7px 10px;
  width: 30px;
  color: #d8d8d8;
  font-size:xx-large;
}


/* why we bubbles  */

.sb {
  font-size: 11pt;
  font-weight: 500;
  border-radius: 6px;
  display: block;
  visibility: hidden;
  padding: 4px;
  top: 34px;
  position: relative;
  clear: both;
  border: 1px solid #414141;
  background-color: #414141;
}

/* .sb::before {
  content: "\00a0";
  display: block;
  height: 12px;
  position: absolute;
  top: 12px;
  -moz-transform: rotate(30deg) skew(-35deg);
  -ms-transform: rotate(30deg) skew(-35deg);
  -o-transform: rotate(30deg) skew(-35deg);
  -webkit-transform: rotate(30deg) skew(-35deg);
  transform: rotate(30deg) skew(-35deg);
  width: 15px;
} */

.sb-0 {
  float: left;
  /* margin: 5px 17% 5px 20px; */
}

/* .sb-0::before {
  left: -9px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
} */

.sb-1 {
  float: right;
  /* margin: 5px 20px 5px 17%; */
}

/* .sb-1::before {
    right: -9px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
} */
.min-vh-60{
  min-height: 60vh !important;
}

.dialogs_bg{
  background-color: #eaecf4;
  border-radius: 10px;
  padding-bottom: 40px;
  margin-bottom: 100px;
}
.invert_bg{
  color: #d8d8d8;
  background-color: #414141;
}
.heading_why_we{
  border-radius: 0 0 7px 7px;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute !important;
  bottom: 0;
  left: 0;
}