:root {
  scroll-behavior: smooth;
}

html {
  font-size: 95%;
}

body {
  font-family: proxima-nova, sans-serif;
  background-color: #1f2224;
}

.nav-link {
  font-style: normal;
  font-weight: 600;
  font-size: 1em;
  color: #e9eaee !important;
}

.vl {
  border-right: 5px solid rgb(112, 112, 112, 0.2);
  /* height: 500px; */
}

.border-btn {
  border: 2px solid #96d4eb;
  border-radius: 38px;
  background-color: #202325e6;
  color: #96d4eb;
  padding: 3px 15px;
  margin-top: 3px;
}

.circle {
  background-color: #96d4eb;
  border: 1px solid #96d4eb;
  height: 100px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 100px;
}

.second-background {
  background-color: #96d4eb;
}

.background-image-lines {
  background: transparent url("../assets/lining.svg") 0% 0% repeat padding-box;
}


.blue-btn {
  border: none;
  background-color: #9ccef0;
  border-radius: 5px;
  color: #373b44;
  font-size: 0.7em;
  font-weight: 600;
}

.blue-btn-xl {
  border: none;
  background-color: #96d4eb;
  border-radius: 7px;
  color: #373b44;
  font-size: 0.9em;
  font-weight: 600;
  padding: 8px 20px;
}

.black-btn-xl {
  border: none;
  background-color: #1f2224;
  border-radius: 5px;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 500;
  padding: 10px 20px;
}

.white-btn-xl {
  border: none;
  background-color: #ffffff;
  border-radius: 5px;
  color: #373b44;
  font-size: 0.8em;
  font-weight: 600;
  padding: 10px 20px;
}

.rectangle-highlight {
  background: transparent linear-gradient(270deg, #96d4eb 0%, #202325 100%) 0%
    0% no-repeat;
}
a:hover {
  color: #9cbbf0 !important;
  text-decoration: none;
}
.highlight-section {
  background: transparent linear-gradient(270deg, #96d4eb00 0%, #96d4eb80 100%)
    0% 0% no-repeat content-box;
  border-radius: 34px;
}

.navbar-background {
  background-color: #202325e6;
}

.hover-header {
  background: #202325 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 15px #2b2d34;
  border-radius: 9px;
  /* display: none; */
  position: fixed;
  z-index: 1000;
  /* border: 1px solid #e9eaee; */
  border-radius: 9px;
  opacity: 1;
}

.submenu-card:hover {
  width: 75px;
  height: 75px;
  background: #2a2e30 0% 0% no-repeat padding-box;
  border-radius: 12px;
  /* padding-top: 5px !important; */
}

.submenu {
  width: 75px;
  height: 75px;
  /* background: #474c58 0% 0% no-repeat padding-box; */
  border-radius: 6px;
  opacity: 1;
}

.one-line {
  clear: both;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.test {
  transform: matrix(-1, 0, 0, -1, 0, 0);
  /* UI Properties */
  background: #ffffff 0% 0% no-repeat padding-box;
}

.dashed-line {
  border-top: 2px dashed #707070;
}

.dashed-line-bottom {
  border-bottom: 2px dashed #707070;
}

.black-icon {
  filter: brightness(0%);
}

.white-icon {
  filter: brightness(0) invert(1);
}

.dot-blue {
  height: 10px;
  width: 10px;
  background-color: #96d4eb;
  border-radius: 50%;
  display: inline-block;
}

.cursor {
  cursor: pointer;
}

a.footer {
  color: #bdbdbd;
  text-decoration: none;
}

.footer:hover {
  color: white;
  text-decoration: none;
}
a {
  text-decoration: none;
}

.nav-link:hover {
  color: #9cbbf0 !important;
}

.footer-contact-us {
  background: #96d4eb 0% 0% no-repeat padding-box;
  border-radius: 6px;
  width: 160px;
  padding: 10px 0px;
}

.footer-about-us {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 6px;
  width: 160px;
  padding: 10px 0px;
}



.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  /* background-color: #707070; */
  border: none;
  box-shadow: none;
  background-image: url("../assets/square.svg") ;
  background-repeat: no-repeat;
  background-position: 80%;
  /* filter: brightness(0) invert(1) !important; */
}


.reverse-icon {
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

a.none-black:hover {
  color: #202325 !important;
}



.circle-eb-border {
  background: #96d4eb 0% 0% no-repeat padding-box;
  border-radius: 50%;
}

.outer-btn-blue {
  border: 2px solid #96d4eb;
  border-radius: 30px;
}

.outer-btn-blue-b {
  background-color: #96d4eb;
  border: 2px solid #96d4eb;
  border-radius: 30px;
}



.hide{
  display: none;
}
.outer-btn-white {
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}

.outer-btn-black {
  border: 2px solid #202325;
  border-radius: 30px;
}
.blue-filter{
  filter: invert(95%) sepia(36%) saturate(6077%) hue-rotate(165deg) brightness(98%) contrast(87%);
}

.circle-blue{
  background-color:#96d4eb !important;
  border-radius: 50%;
}
.circle-black{
  background-color:#202325;
  border-radius: 50%;
}
.btn-test{
  margin-top: 4px !important;
  margin-right: 10px !important;
  width: 100px;
  height: 28px;
  z-index: -30;
  position: absolute;
  background-color:#96d4eb;
  border-radius: 10%;
}


@media (max-width: 767.98px) { 
  html{
    font-size: 85%;
  }
  .left-margin-btn{
    margin-left: 23%;
  }

  .left-margin-50{
    margin-left: 30%;
  }
  
  .small-screen-hide{
    display: none;
  }

  .footer-disabled-b {
    background: #32353b 0% 0% no-repeat padding-box;
    border-radius: 3px;
    margin-right: 230px;
  }
}

@media (min-width: 768px) { 
  .footer-disabled-b {
    background: #32353b 0% 0% no-repeat padding-box;
    border-radius: 3px;
    margin-right: 20px;
  }
  .h-md-100{
    height: 100vh;
  }

  .big-screen-hide{
    display: none;
  }
  .left-margin-btn-md{
    margin-left: 40%;
  }
  .vl-md {
    border-right: 5px solid rgb(112, 112, 112, 0.2);
    /* height: 500px; */
  }
  .mar-minus-s-md-150{
    margin-left: -100px !important;
  }
  .mar-minus-t-md-400{
    margin-top: 400px;
  }
  .mar-minus-t-md-150{
    margin-top: 150px;
  }
  .mar-minus-md-200{
    margin-top: -200px;
  }
  .mar-minus-b-md-200{
    margin-bottom: -200px;
  }
}
