html {
  scroll-behavior: smooth;
}
/* header for desktop css */
.navbar-brand img {
  max-height: 85px;
}
#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #111;
}

#header.header-transparent {
  background: none;
}

.fixed-top-bg {
  background-color: #111 !important;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}
#main {
  margin-top: 80px;
}
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  text-decoration: none;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #52b4e3;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  position: absolute;
  display: none;
  background-color: #111;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.dropdown-content a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px !important;
}

.dropdown-content a:hover {
  background-color: #00afdd;
  color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
  border-top: 1px solid #0d6efd;
}

/* mobile-nav css */
.mobile-nav {
  display: none;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #000000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 10px 10px 10px 32px;
  text-decoration: none;
  font-size: 25px;
  display: block;
  transition: 0.3s;
  color: #fff;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.hamburger {
  color: #fff;
}

/* hero-section css */
.carousel-item img {
  position: relative;
  height: 100vh;
}
.carousel-text {
  position: absolute;
  margin: 0;
  color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel-inner-text {
  animation: fadeInRight 1s ease-in-out;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}
.carousel-inner-text h1 {
  position: relative;
  display: inline-block;
  font-size: 55px;
  line-height: 67px;
  font-weight: 700;
  padding-bottom: 10px;
  text-align: center;
}
.carousel-inner-text h1:after {
  position: absolute;
  content: "";
  height: 2px;
  bottom: -4px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 50%;
  background-color: #00afdd;
}
.carousel-inner .carousel-item {
  transition: transform 1s ease;
}

/* about-us css starts here */

.about-us-section {
  /* height: 50vh; */
  background-color: #e7e7e7;
}
.about-us .row {
  /* height: 50vh; */
}
.about-us-title {
  /* font-weight: 500; */
}
.about-us-title a {
  font-size: 42px;
  color: #00afdd;
  text-decoration: none;
}
.about-us-title2 a {
  font-size: 20px;
  color: #00afdd;
  text-decoration: none;
}
.about-us-body p {
  font-size: 20px;
  color: #727272;
  text-align: justify;
}
.left-img {
  animation: fadeInLeft 1s ease-in-out;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateX(10px);
  }
}

/* products section css starts here */
.products-section {
  background-color: #343434;
}
.products-body p {
  color: #fff;
  font-size: 18px;
  text-align: justify;
}
.product-cards .card {
  background-color: transparent;
  border: none;
}
.card h4 {
  font-size: 20px;
}
.modal-dialog {
  max-width: 50%;
}
.modal-left-img {
  display: flex;
  justify-content: center;
}
.modal-left-img img {
  width: 50%;
}
.modal-content {
  padding: 50px 20px 20px 20px;
  border-radius: 0;
}
.modal-product-title {
  color: #727272;
  font-weight: 500;
  margin: 10px 0 24px;
  text-align: justify;
  font-size: 20px;
}
.modal-product-desc p {
  /* font-size: 20px; */
  color: #727272;
  word-spacing: 7px;
  text-align: justify;
}

/*  services section starts */
.services-text p {
  color: #111;
  font-size: 18px;
  text-align: justify;
}
.figure {
  background-color: #00afdd;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.figure a img {
  max-width: none;
  width: -webkit-calc(100% + 60px) !important;
  width: calc(100% + 0px) !important;
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.figure:hover:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.figure-caption h2 {
  text-align: right;
}
.hover-figcaption {
  position: absolute;
  top: 20px;
  left: 25%;
  border-right: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  opacity: 0;
  transform: translate3d(-25px, 0, 0);
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}
.figure:hover .hover-figcaption {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.figure-caption h2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* careers section css starts */
.join-us-btn a{
  background-color: #5aa1e3;
    border-color: #0d6efd;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
}
.careers-section {
  background: #e7e7e7;
}
.careers {
  display: grid;
  place-items: center;
}
.vaya-desc p {
  color: #727272;
  font-size: 20px;
}

button {
  cursor: pointer;
  outline: 0;
  color: #fff;
  background-color: #5aa1e3;
  border-color: #0d6efd;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

button:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.address1 .img-top img {
  width: 100%;
  height: 13vw;
  object-fit: cover;
  border-radius: 2px;
}


/* reach us section starts here */
.contact-us {
  align-items: center;
}
.contact-us p {
  margin: 0;
  color: #727272;
  font-size: 15px;
}
.card-title{
  font-family: Raleway;
  color: #111;
  /* font-size: 18px; */
}
.card-text{
  /* font-family: Raleway; */
  color: #777;
  font-size: 18px;
}
.form-group span{
  font-size: 16px;
  font-weight: 500;
}
.form-group input, textarea{
  background: #EBEBEB !important;
  border: 1px solid #e3e3e3 !important;
}
.submit-button input{
  background-color: #5aa1e3;
    border-color: #0d6efd;
    display: inline-block;
    font-weight: 400;
    color: #fff;
}
/* foote css */
footer {
  /* position: fixed; */

  padding: 0.8rem;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #1c1c1c;
}


/* nobile devices responsive css */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .fixed-top-bg {
    background-color: #fff !important;
  }
  .fixed-top {
    position: inherit;
}
  .hamburger {
    color: #111;
  }
  
  .navbar {
    display: none;
  }
  .mobile-nav {
    display: block !important;
  }
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
  .carousel-item img {
    position: relative;
    height: auto;
  }

  .carousel-inner-text h1 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 0;
    font-weight: 700;
    padding-bottom: 10px;
    text-align: center;
}
  .modal-dialog {
    max-width: 100%;
  }
  .address1 .img-top img {
    width: 100%;
    height: 44vh;
    object-fit: cover;
    border-radius: 2px;
  }
  .contact-address{
    margin-top: 1rem;
  }
  .career-form form{
    width: 100% !important;
  }
}


/* nobile devices  and more responsive css */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .fixed-top-bg {
    background-color: #fff !important;
  }
  .fixed-top {
    position: inherit;
}
  .hamburger {
    color: #111;
  }
  .navbar {
    display: none;
  }
  .carousel-inner-text h1 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 0;
    font-weight: 700;
    padding-bottom: 10px;
    text-align: center;
}
  .mobile-nav {
    display: block !important;
  }
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
  .carousel-item img {
    position: relative;
    height: auto;
  }
  .modal-dialog {
    max-width: 100%;
  }
  .address1 .img-top img {
    width: 100%;
    height: 28vw;
    object-fit: cover;
    border-radius: 2px;
  }
  .address1 .img-top img {
    width: 100%;
    height: 44vh;
    object-fit: cover;
    border-radius: 2px;
  }
  .contact-address{
    margin-top: 1rem;
  }
  .career-form form{
    width: 100% !important;
  }
}

/* tablet devices responsive css */

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .fixed-top-bg {
    background-color: #fff !important;
  }
  .fixed-top {
    position: inherit;
}
  .hamburger {
    color: #111;
  }
  .navbar {
    display: none;
  }
  .mobile-nav {
    display: block !important;
  }
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
  .carousel-item img {
    position: relative;
    height: auto;
  }
  .carousel-inner-text h1 {
    position: relative;
    display: inline-block;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    padding-bottom: 10px;
    text-align: center;
}
  .modal-dialog {
    max-width: 100%;
  }
  .carousel-item img {
    position: relative;
    height: 50vh;
  }
  .address1 .img-top img {
    width: 100%;
    height: 28vw;
    object-fit: cover;
    border-radius: 2px;
  }
  .contact-address{
    margin-top: 1rem;
  }
  .career-form form{
    width: 100% !important;
  }
}

/* tablet  devices  responsive css */


@media only screen and (min-width: 980px) and (max-width: 1024px) {
  .address1 .img-top img {
    width: 100%;
    height: 28vw;
    object-fit: cover;
    border-radius: 2px;
  }
}


/* all services pages css starts same css for all services slight changes are done with class names*/

.top-banner img{
  width: 100%;
    height: 20vh;
    filter: opacity();
    object-fit: cover;
}
.tab-content{
  background-color: #fff;
  border-radius: 5px;
}
.tab-pane{
  padding: 40px;
  border-radius: 0%;
}
.tabs-section{
  background-color: #E7E7E7;
  padding: 83px 0 100px;
}
.nav-tabs .nav-link {
  padding: 20px 40px;
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;  
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:active button{
  color: #111;
}
.nav-tabs button{
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
}
.nav-tabs button:nth-child(1){
  border-right: 1px solid #e2e2e2;
}
.nav-tabs button:nth-child(2){
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #e2e2e2;
}
.nav-tabs button:nth-child(3){
  border-left: 1px solid #d9d9d9;
}
.tab-title h2 {
  font-size: 42px;
  color: #00afdd;
  text-decoration: none;
  font-weight: 400;
  margin: 10px 0 24px;
}
.product-specs li{
  font-family: Raleway;
  color: #777;
  font-size: 18px;
}
.product-info{
  font-family: Raleway;
  color: #777;
  font-size: 18px;
}


.careers-desc p{
  font-family: Raleway;
  color: #777;
  font-size: 18px;
}