* {
  font-family: "Nunito Sans", sans-serif;
}

body {
  overflow-x: hidden;
  animation: opac 1s ease-in 1s;
}


.active {
  font-weight: bold;
  color: #005963;
}


@media (max-width: 640px) {
  .main {
    display: none;
  }

  .small-main {
    display: inline-block;
  }
}
@media (min-width: 640px) {
  .small-main {
    display: none;
  }
}

@media (max-width: 1062px) {
  .resp {
    display: none;
  }
}

@media (max-width: 1300px) {
  .setOfwidgets {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .team-skills-lg {
    display: none;
  }
}

@media (min-width: 721px) {
  .team-skills-sm {
    display: none;
  }
}

@media (max-width: 720px) {
  .big-meth {
    display: none;
  }
}

@media (min-width: 721px) {
  .small-meth {
    display: none;
  }
}

@media (max-width: 720px) {
  .data-engg-lg {
    display: none;
  }
}

@media (min-width: 721px) {
  .data-engg-sm {
    display: none;
  }
}

.image > img {
  /* position: absolute; */
  display: none;
  transition: opacity 1s ease-in-out;
}

.image > img.visible,
.image > img:first-child {
  display: block;
}

.main {
  width: 500px;
}

.rangeslider__tooltip {
  display: block;
  margin-top: 2.5em;
  font-size: 12px;
  color: #a59eb5;
}
.rangeslider,
input[type="range"] {
  max-width: 100%;
}
.rangeslider__handle {
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
}

.rangeslider__handle:after {
  background: 0;
}
.rangeslider,
.rangeslider__fill {
  display: block;
  border-radius: 10px;
}
.rangeslider {
  background: #e6e5ea;
  background-image: linear-gradient(
    to left,
    #4bc67d 30%,
    #f1c40f 45%,
    #b94a48 99%
  );
  position: relative;
}
.rangeslider--horizontal {
  height: 10px;
  width: 100%;
}
.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}
.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.rangeslider__fill {
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}
.rangeslider__handle {
  background: white;
  border: 6px solid #4bc67d;
  cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 5px;
  /* width: px;
  height: 40px; */
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.rangeslider__handle.js-low {
  border-color: #720200;
}
.rangeslider__handle.js-med {
  border-color: #b94a48;
}
.rangeslider__handle.js-high {
  border-color: #f1c40f;
}

.rangeslider__handle.js-veryhigh {
  border-color: #4bc67d;
}
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider--horizontal .rangeslider__handle {
  top: -20px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.trans {
  animation: opac 0.5s ease-in-out;
}

@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 10px;
  transition: margin-top 0.25s ease;
}

.btn1 {
  margin-top: -20px;
  background-color: #bb4f45;
}

.btn2 {
  background-color: #d78c29;
}

.btn3 {
  background-color: #f0c110;
}

.btn4 {
  background-color: #4bc67d;
}

/* particles JS */
/* 
#particles-js {
  z-index: -999;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
} */


/* picture
{
  width: 100%;
} */

/* Hyprism Base Colors */

/* +Dark Blue */
.base-dark {
  background: #142B44;
}

.title-dark {
  color: #02124F;
  font-weight: 800;
}

.active {
  color: #0f4691;
}

/* Dark Blue */
.primary-dark {
  background: #1D508D;
}
/* Blue Regular */
.secondary-dark {
  background: #297CBB;
}

.dark-text {
  color: #142B44;
}

.caption-text {
  color: #7a7a7a;
  font-weight: 600;
  text-align: center;
}


.primary-dark-text {
  color: #1D508D;
}

.dark-border {
  border-color: #1D508D;
}

.secondary-dark-text {
  color: #297CBB;
}

.quotation{
  quotes: "\201C""\201D""\2018""\2019";
  padding: 10px 20px;
  line-height: 1.4;
}

.quotation:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 10px;
  color: #1D508D;
  font-size: 3em;
}
.quotation::after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 10px;
  position: relative;
  top: 20px;
  color: #1D508D;
  font-size: 3em;
}

.contact-us {
  border-radius: .5rem;
  border: 1px solid #297CBB;
}

.modal {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
opacity: 0;
visibility: hidden;
transform: scale(1.1);
transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: white;
padding: 1rem 1.5rem;
width: 24rem;
border-radius: 0.5rem;
}

.show-modal {
opacity: 1;
visibility: visible;
transform: scale(1.0);
transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
<<<<<<< HEAD
}
=======
}
>>>>>>> 0e9637084e86bad17945f89fe24e5ab0e6369409
