@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
}

#contents {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  opacity: 1;
}

/*Loader Css*/
.preloader {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.lds-ellipsis {
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 64px;
  text-align: center;
  z-index: 9999;
}

.lds-ellipsis span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ED2424;
  -webkit-animation: ball-pulse-sync 1s 0s infinite ease-in-out;
  animation: ball-pulse-sync 1s 0s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(1) {
  -webkit-animation: ball-pulse-sync 1s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 1s -0.14s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(2) {
  -webkit-animation: ball-pulse-sync 1s -70ms infinite ease-in-out;
  animation: ball-pulse-sync 1s -70ms infinite ease-in-out;
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animated {
  animation-duration: 10s;
  animation-fill-mode: both;
  -webkit-animation-duration: 10s;
  -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

.home {
  display: block;
}

@media (max-width: 460px) {
  .navbar-brand {
    padding: 2rem;
  }
}

iframe {
  height: 100vh;
  width: 100% !important;
  position: absolute;
  border: 0;
}

@media (max-width: 460px) {
  iframe {
    position: static;
    height: 50vh !important;
  }
}

.maincontent {
  padding: 70px 10px 50px 10px;
  float: left;
}

@media (max-width: 460px) {
  .maincontent {
    padding-top: 50px;
    width: 100%;
    overflow-x: hidden;
  }
}

.maincontent img {
  max-width: 130px;
  margin-bottom: 40px;
}

.animated.delay-05s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.animated.delay-15s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animated.delay-25s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.animated.delay-35s {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.animated.delay-45s {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.animated.delay-55s {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

.animated.delay-6s {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.animated.delay-7s {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.animated.delay-8s {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.animated.delay-9s {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.animated.delay-10s {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.animated.delay-105s {
  -webkit-animation-delay: 10.5s;
  animation-delay: 10.5s;
}

.animated.delay-11s {
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
}

.animated.delay-115s {
  -webkit-animation-delay: 11.5s;
  animation-delay: 11.5s;
}

.animated.delay-12s {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.animated.delay-13s {
  -webkit-animation-delay: 13s;
  animation-delay: 13s;
}

.animated.delay-14s {
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
}

body {
  border-top: 10px solid #EE2424;
  padding-top: 20px;
}

nav {
  padding: 0 !important;
}

nav #navbarNav ul li a {
  font-size: 0.8rem;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}

nav #navbarNav ul li a::before {
  content: '●';
  padding-right: 20px;
  color: #CCCCCC;
}

nav .mainlogo {
  display: block;
}

@media (max-width: 460px) {
  nav .mainlogo {
    display: none;
  }
}

nav .smalllogo {
  display: none;
}

@media (max-width: 460px) {
  nav .smalllogo {
    display: block;
  }
}

@media (max-width: 460px) {
  .navbar-brand {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 460px) {
  .navbar-brand img {
    max-width: 100%;
  }
}

@media (max-width: 460px) {
  .navbar-toggler {
    float: right;
  }
}

.intro {
  padding: 4rem 0 6.5rem;
}

@media (max-width: 460px) {
  .intro {
    padding: 1rem 0;
    background-color: #efefef;
  }
}

.intro h1 {
  font-size: 4rem;
  font-weight: 300;
  color: #000;
}

@media (max-width: 460px) {
  .intro h1 {
    font-size: 2rem;
    text-align: center;
  }
}

.intro p {
  font-size: 1.1rem;
  color: #999;
}

@media (max-width: 460px) {
  .intro p {
    text-align: justify;
    text-align: center;
  }
}

.intro .contactus {
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  background-color: #EE2424;
  padding: 12px 30px;
  margin-top: 15px;
  border-radius: 5px;
}

@media (max-width: 460px) {
  .intro .contactus {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.intro hr {
  border-width: 2px;
  border-color: #D6D6D6;
  margin-top: 70px;
  margin-bottom: 30px;
}

@media (max-width: 460px) {
  .intro hr {
    opacity: 0;
    height: 20px;
    margin: 0;
  }
}

.intro .reach {
  margin-top: 20px;
}

.intro .reach tr td {
  text-transform: uppercase;
  color: #626366;
  font-size: 0.9rem;
}

.intro .reach tr td img {
  margin-right: 15px;
}

.intro .reach tr td a {
  text-transform: lowercase;
  color: #000;
  font-size: 1.4rem;
  line-height: 0;
}

@media (max-width: 800px) {
  .intro .introtext {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 800px) {
  .intro .bannerimg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#aboutus {
  text-align: justify;
  padding-top: 6.5rem;
}

@media (max-width: 800px) {
  #aboutus {
    padding-top: 50px;
    text-align: left;
  }
}

@media (max-width: 800px) {
  #aboutus img {
    margin-bottom: 30px;
  }
}

#aboutus .firstlevel {
  font-size: 2.85rem;
  font-weight: 300;
  color: #000;
  line-height: 3.1rem;
}

@media (max-width: 800px) {
  #aboutus .firstlevel {
    font-size: 1.3rem;
    line-height: 2rem;
    display: inline;
    font-weight: 300;
  }
}

#aboutus .secondlevel {
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.8rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  #aboutus .secondlevel {
    font-size: 1.3rem;
    line-height: 2rem;
    display: inline;
    font-weight: 300;
  }
}

#aboutus p {
  color: #999;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

@media (max-width: 800px) {
  #aboutus p {
    font-size: 1.3rem;
    line-height: 2rem;
    display: inline;
    font-weight: 300;
    color: #000;
  }
}

.missionvision {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 800px) {
  .missionvision {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.missionvision .title {
  font-size: 2rem;
  font-weight: 400;
}

.missionvision strong {
  font-weight: 400;
  font-size: 1.1rem;
  color: #000;
  line-height: 2.5rem;
}

@media (max-width: 800px) {
  .missionvision ul {
    padding-left: 15px;
  }
}

.missionvision ul li {
  color: #999;
  font-size: 1.1rem;
  list-style-image: url("../img/liststyle.svg");
  line-height: 2rem;
}

@media (max-width: 800px) {
  .missionvision ul li {
    line-height: 1.2rem;
    margin-bottom: 1rem;
  }
}

.solutions {
  margin-top: 100px;
}

@media (max-width: 800px) {
  .solutions {
    margin-top: 30px;
  }
}

.solutions h2 {
  font-weight: 300;
  font-size: 3rem;
}

.solutions p {
  color: #999;
  font-size: 1.1rem;
  margin: 30px 0;
}

#products {
  margin-top: 30px;
  margin-bottom: 100px;
}

@media (max-width: 800px) {
  #products {
    margin-bottom: 10px;
  }
}

#products ul li {
  color: #DADADA;
  font-size: 2rem;
  font-weight: 300;
}

#products ul li a {
  color: #ED2424;
  font-size: 1.3rem;
}

#products h2 {
  font-size: 2.2rem;
  font-weight: 300;
  color: #000;
  margin: 40px 0 10px;
}

#products p {
  color: #999;
  font-size: 1.1rem;
  line-height: 2rem;
  text-align: justify;
  padding-right: 40px;
}

@media (max-width: 800px) {
  #products p {
    padding-right: 0px;
  }
}

#products .servicelist div {
  font-size: 1.1rem;
  color: #000;
}

#products .servicelist ol li {
  font-size: 1rem;
  text-transform: uppercase;
  color: #000;
  width: 40%;
  float: left;
  height: 60px;
  border-bottom: 1px solid #DADADA;
  margin-right: 10%;
  line-height: 60px;
  font-weight: 300;
}

@media (max-width: 800px) {
  #products .servicelist ol li {
    width: 100%;
  }
}

#products .servicelist ol li::marker {
  font-size: 1.6rem;
  color: #CCC;
  border-right: 1px solid #DADADA;
  margin: 10px 5px;
  border-bottom: 1px solid #DADADA;
  font-weight: 400;
  text-align: left;
}

#products .servicelist ol li::before {
  background: #662974;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-block;
  line-height: 2rem;
  color: white;
  text-align: center;
  margin-right: 0.5rem;
}

#footer {
  background: url("../img/footer-bg.jpg") no-repeat;
  background-size: cover;
  min-height: 50vh;
  padding: 100px 0 40px;
}

@media (max-width: 800px) {
  #footer {
    padding: 20px 0px;
  }
}

#footer .sendemail {
  color: #ED2424;
  font-size: 4rem;
  margin-bottom: 100px;
  font-weight: 300;
}

@media (max-width: 800px) {
  #footer .sendemail {
    font-size: 1.5rem;
    font-weight: 400;
  }
}

#footer .getintouch {
  font-size: 1.5rem;
  color: #626366;
  font-weight: 400;
  margin-bottom: 100px;
}

@media (max-width: 800px) {
  #footer .getintouch {
    margin-bottom: 30px;
    font-size: 1rem;
  }
}

#footer .footerheadlink {
  font-size: 1.8rem;
  color: #000;
  margin-top: 30px;
}

#footer .footerheadlink address {
  color: #626366;
  font-weight: 400;
  margin-top: 10px;
  font-size: 1.1rem;
  line-height: 1.6rem;
  letter-spacing: 1px;
}

@media (max-width: 800px) {
  #footer .footerheadlink address {
    letter-spacing: 0;
  }
}

#footer .footerheadlink address .connect {
  margin-top: 10px;
  line-height: 2rem;
  letter-spacing: 0;
}

#footer .footerheadlink ul {
  margin-top: 10px;
}

#footer .footerheadlink ul li {
  line-height: 1.5rem;
}

#footer .footerheadlink ul li a {
  font-size: 1.1rem;
  color: #626366;
}

.copyright {
  margin-top: 100px;
  font-size: 1rem;
  color: #626366;
}

.copyright .harati {
  color: #F99836;
}

@media (max-width: 800px) {
  .copyright {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=custom.css.map */