:root {
  --white-smoke: #ececec;
  --white-color: #fff;
  --primary-color: #2a0a9e;
  --black-color: #000;
  --logo-color1 : #0667c3;
  --border-color : #dedede;
  --off-black : #545454;
}

body {
  background: var(--white-color);
  overflow-x: hidden;
}

.banner-image {
  background: #2a0a9e;
  background-size: cover;
  background-position: center;
  min-height: 700px;
  background: url('../images/banner.jpg');
  background-size: 100% auto;
}

.navbar-brand img {
  height: 40px;
}

.navbar-nav li {
  font-size: 20px !important;
  margin-right: 30px;
}

.banner-image h2 {
  text-align: center;
  color: #ffff;
  font-size: 100px;
  margin-top: 150px;
}

.banner-image h5 {
  text-align: center;
  color: white;
  font-size: 24px;
}

.banner-in {
  background: #2a0a9ee0;
  min-height: 700px;
  font-family: "Nova Square", serif;
}

.banner-in {
  padding-top: 190px;
}

.about-se h1 {
  font-weight: 500;
}

.about-heaading {
  text-align: left;
  font-family: "Abril Fatface", serif;
  font-size: 160px;
}

.about-se h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}

.about-se p {
  font-weight: 300;
  line-height: 35px;
  font-size: 18px;
  text-align: justify;
}

.card {
  margin-bottom: 30px;
}

.btn-primary {
  background: #2a0a9e;
}



.team-sec {
  padding: 70px 0px;
}

.team-card {
  background:#fff;
  padding:20px;
  text-align: center;
  box-shadow: none;
  margin-bottom: 30px;
  min-height: 50px;
}

.team-card img {
  height: 200px;
  width: 200px;
  border-radius: 100%;
  margin-top: 20px;
}

.team-card h3 {
  margin-top: 20px;
  color: #454545;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0px;
}

.team-card h5 {
  margin-top: 10px;
  color: #454545;
  font-size: 18px;
  font-weight: 500;
}

.team-card img {
  filter: grayscale(50%);
  transition: filter 0.3s ease;
}

.client-card img{
  filter: grayscale(40%);
  transition: filter 0.3s ease;
}
.card-service img {
  filter: grayscale(50%);
  transition: filter 0.3s ease;
}

.service-sec {
  background: var(--white-color);
  padding: 100px 0px;
  padding-bottom: 30px;
}

.service-sec h6 {
  color: rgb(49, 49, 49);
  font-weight: 300;
  line-height: 30px;
  font-size: 18px;
  margin-top: 20px;
  text-align: justify;
}

.service-sec h1 {
  font-family: "Abril Fatface", serif;
  font-size: 420px;
  margin-top: 0px;
  margin-top: -80px;
}

.service-sec h3 {
  font-size: 17.5px;
  font-weight: 400;
}

.service-sec h4 {
  font-size: 18px;
}

.card-service {
  background: var(--white-color);
  padding: 10px 0px;
  margin-bottom: 0px;
}

.card-service ul {
  margin-left: 0px;
  padding-left: 15px;
}

.card-service ul li {
  color: rgb(49, 49, 49);
  font-weight: 300;
  line-height: 30px;
  font-size: 18px;
  margin-top: 5px;
}

.card-service h1 {
  font-size: 40px;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.card-service h2 {
  font-weight: 200;
  margin-top: 0px;
  font-size: 40px;
  border-bottom: solid 1px;
  float: left;
  padding-bottom: 5px;
}

.card-service p {
  color: rgb(49, 49, 49);
  font-weight: 300;
  line-height: 30px;
  font-size: 18px;
  margin-top: 0px;
  text-align: justify !important;
}

.banner-sec {
  padding: 30px 0px;
}

.banner-sec h2 {
  font-family: "Lobster", serif;
  text-align: center;
  font-size: 100px;
}

.banner-sec h4 {
  text-align: center;
  font-size: 50px;
  font-weight: 200;
  letter-spacing: 2px;
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: var(--white-color);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
  transition: 0.3s;

}

.sidenav a:hover {
  color: #000;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav ul {
  text-align: right;
  list-style: none;
}

.common-head h1 {
  font-family: "Abril Fatface", serif;
  font-size: 70px;
  text-transform: uppercase;
}

.common-head h3 {
  margin-top: 10px;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.common-head h2 {
  margin-top: 10px;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0px;
  padding-bottom: 5px;
  padding-top: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: inherit;
  font-size: 22px;
}

.common-head h6 {
  font-size: 18px;
}

.common-head p {
  color: rgb(49, 49, 49);
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0px;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 300;
  line-height: 35px;
  font-size: 18px;
  text-align: justify !important;
}

.common-head ul {
  color: rgb(49, 49, 49);
  font-weight: 300;
  line-height: 30px;
  margin-left: -15px;
  font-size: 17px;
}

.common-head span {
  font-weight: 600;
}
.swiper-slides{
  margin: 0px 10px;
  margin-bottom: 30px;
}

.swiper-slides a {
  text-decoration: none;
  color: black;
}

.common-head img {
  filter: grayscale(50%);
  transition: filter 0.3s ease;
}

.common-head img:hover {
  filter: grayscale(0%);
  transition: filter 0.3s ease;
}

.swiper-slides h5 {
  background: var(--white-color);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  padding: 10px 20px;
  float: left;
  margin-top: -55px;
  z-index: 10000;
  position: relative;
  width: 80px;
  font-size: 30px;
  font-weight: 600;
  font-family: "Abril Fatface", serif;
}

.bg-body-tertiary h2 {
  font-family: "Abril Fatface", serif;
  text-transform: capitalize;
}

.why ul li {
  margin-top: 40px;
}

.common-head ul li h3 {
  font-family: "Abril Fatface", serif;
}

.submit-button {
  border: solid 1px black;
}

.navbar {
  margin-bottom: 60px;
}

.navbar-brand img {
  width: 210px !important;
}

.nomr {
  padding-top: 20px;
  padding-bottom: 20px;
}

.spinning {
  text-align: center;
  width: 260px;
  cursor: pointer;
  height: 260px;
  background-color: #fff;
  animation-name: spin;
  animation-duration: 12000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  border-radius:
      100%;
  border:
      dotted 5px #bcbcbc;
}

.form-label {
  font-size: 16px !important;
  font-weight: 600;
  text-transform: uppercase;
}

footer h5 {
  font-weight: 600;
  margin-bottom: 25px;
  border-bottom: solid 1px #dedddd;
  padding-bottom: 5px;
}



@keyframes spin {
  from {
      transform: rotate(0deg);
  }

  to {
      transform: rotate(360deg);
  }
}

.spinning h1 {
  font-size: 0px;
}

.spin-out {
  cursor: pointer;
}

.spin-out h2 {
  color: #000;
  text-align: center;
  font-size: 24px;
  position: relative;
  top: 3px;
  font-family: inherit;
  text-transform: none;
}
.spin-out h2:hover{
  color: var(--logo-color1);
}

.about-se ul li {
  margin-top: 20px;
  font-weight: 300;
  line-height: 35px;
  font-size: 18px;
  text-align: justify;
}

.pull-right {
  float: right;
}

.btn-view-more {
  border:
      solid 2px black;
  background: var(--white-color);
  padding:
      8px 30px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

#CAREERS h2 {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.job-title {
  text-transform: none !important;
  margin-bottom: 20px !important;
}

.sideNav {
  margin-left: 0px;
  padding-left: 0px;
}

/* Default style */
.sideNav {
  position: relative;
  transition: all 0.3s ease;
}

/* Sticky style added by JS */
.sticky {
  position: fixed;
  top: 0;
  z-index: 10000000;
  width: 19%;
  margin-top: 100px;
}

.line-ri {
  border-right: solid 2px var(--black-color);
}

.mtt {
  margin-top: 100px;
}

.listmenu {
  font-size: 50px;
  cursor: pointer;
  color: var(--black-color);
}

.nav-link {
  margin-top: 17px;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}


.nav-links {
  text-transform: none;
}

.subhe h1 {
  font-family: Montserrat, sans-serif;
}

.subhe h3 {
  margin-bottom: 20px;
}

.half-slider .item {
  margin-right: 15px;
}

.owl-carousel.half-slider {
  padding-left: 15px;
}

/* Hide default text in nav */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: #fff;
  color: #000;
  border: 2px solid #ccc;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.3s ease;
}

.owl-nav button.owl-prev {
  left: -25px;
}

.owl-nav button.owl-next {
  right: -25px;
}

/* Hover effect */
.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background:
      0 0;
  color: inherit;
  border:
      none;
  padding:
      0 !important;
  font:
      inherit;
  font-size: inherit;
  font-size: 45px;
  color: black;
}

.owl-carousel .owl-nav button.owl-next{
  right: -40px;
}
.owl-carousel .owl-nav button.owl-prev{
  left: -40px;
}

.navbar-nav li{
  cursor: pointer;
}
.modal-content{
  box-shadow: 1px 1px 1px 8px black;
}
.modal-content label{
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
  margin-top: 15px;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color:#c3c3c3;
  outline:0;
  box-shadow: none;
}
.modal-content {
  box-shadow: 1px 1px 30px 16px #0000001a;
  border-radius: 0px;
  border:0px;
  padding: 15px 15px;
}
.modal-content .form-control{
  border-radius: 0px;
}

button{
  border-radius: 0px !important;
}

footer {
  background: #fff;
  padding: 0px 0px;
  color: #000;
  margin-top: 50px;
  z-index: 1000000000000000000;
  position: relative;
}

.list-unstyled li {
  margin-top: 10px;
}

.list-unstyled li {
  margin-top: 10px;
  font-weight: 300;
  text-align: left;
}

footer .list-unstyled li a {
  text-align: left !important;
  font-size: 15px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#CAREERS h4{
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
}

.what{
  font-size: 50px !important;
}

.view-more-right {
  float: right;
  font-size: 50px;
  position: relative;
  top: -310px;
  right: -50px;
  margin-bottom: -620px;
}
.view-more-right a{
  color: var(--black-color);
}

.members img{
  width: 150px;
  height: 150px;
  filter: grayscale(90%);
}
.off{
  margin-right: 20px;
}
.off a{
  font-size: 14px !important;
}

.angle-down-arrow h2{
  text-align: center;
}

.btn-closes{
  border: 0px;
  background: var(--white-color);
  font-size: 25px;
}
.modal-body .form-control{
  border: 0px;
  padding-left: 0px;
  border-bottom: solid 1px var(--black-color);
}
.tab{
  border-bottom: solid 1px var(--border-color);
}
.tab-in:hover h6{
  cursor: pointer;
  color: var(--logo-color1);
}
.tab-in h6{
  font-size: 20px;
  color: var(--off-black);
  padding-bottom: 10px;
  font-size: 16px;
  border-left: solid 2px var(--border-color);
  padding-left: 20px;
  margin-bottom: 0px;
  cursor: pointer;
}

.submit-button {
  background-color: black !important;
  color: white;
}

@media screen and (max-height: 450px) {
  .sidenav {
      padding-top: 15px;
  }

  .sidenav a {
      font-size: 18px;
  }
}

@media only screen and (max-width: 800px) {
  .banner-image {
      min-height: 500px;
      }
      
      .swiper-slides {
        margin:0px 0px;
        margin-top: 10px;
        margin-bottom: 50px;
      }
      
  .tab-in h6 {
    font-size: 20px;
    color: var(--off-black);
    padding-bottom: 10px;
    font-size: 14px;
    border-left: solid 2px var(--border-color);
    padding-left: 10px;
    margin-bottom: 0px;
    cursor: pointer;
  }

  .view-more-right{
    display: none;
  }

  .owl-carousel .owl-nav button.owl-next{
      right: -20px;
  }
  .owl-carousel .owl-nav button.owl-prev{
      left: -20px;
  }

  .owl-carousel{
      margin-top: 30px;
  }
  .navbar {
      margin-bottom: 20px;
  }

  .banner-in {
      min-height: 500px;
  }

  .about-se h1 {
      margin-top: 25px;
      font-size: 60px;
  }

  .about-heaading {
      font-weight: 500;
      font-size: 100px;
  }

  .service-sec h1 {
      font-family: "Abril Fatface", serif;
      font-size: 100px;
      margin-top: 0px;
      margin-top: 0px;
  }


  .card-service h1 {
      font-size: 90px;
      margin-top: 17px !important;
      font-size: 35px !important;
  }

  .banner-sec {
      padding: 80px 0px;
  }

  .banner-sec h2 {
      font-family: "Lobster", serif;
      text-align: center;
      font-size: 55px;
  }

  .banner-sec h4 {
      text-align: center;
      font-size: 29px;
      font-weight: 200;
      letter-spacing: 2px;
  }

  .common-head h1 {
      font-family: "Abril Fatface", serif;
      font-size: 50px;
      text-transform: uppercase;
  }

  .spin-out h2 {
      font-size: 25px;
      font-family: inherit;
      margin-bottom: 20px;
  }

  .sticky {
      position: relative;
      top: 0;
      z-index: 10000000;
      width: 100%;
      margin-top: 10px;
  }

  .sideNav {
      height: auto !important;
  }
  body {
    background: var(--white-color);
    overflow-x: hidden;
  }
  .view-more-right{
    display: none !important;
  }
}




/* hide car  */
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    display: none;
}