﻿/*   Base    */
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@400;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Carrois+Gothic+SC&family=Gruppo&family=Montserrat&display=swap');


* {
  margin: 0;
  padding: 0; }

*,
*::after,
*::before {
  box-sizing: inherit; }

html {
  font-size: 62.5%; }

html, body {
  overflow-x: hidden; }

@media only screen and (max-width: 767px) {
  html {
    font-size: 40%; } }

body {
  box-sizing: border-box; }

/*  Typography  */
body {
  font-family: 'Comfortaa', cursive;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #777;
  box-sizing: border-box;
  overflow-x:hidden;
  background-color: #eee; }

.heading-primary {
  font-family: 'Roboto Slab', serif;
  color: white;
  text-transform: uppercase;
  backface-visibility: hidden;
  margin-bottom: 6rem; }

.heading-primary-main {
  font-family: 'Roboto Slab', serif;
  display: block;
  font-size: 5.5rem;
  font-weight: 700;
  letter-spacing: 1rem;
  padding: 0 2rem; }

@media only screen and (max-width: 767px) {
  .heading-primary-main {
    letter-spacing: 1.5rem; } }

.heading-box {
  text-align: center; }
  .heading-box .para-list {
    text-align: center;
    color: #777;
    font-weight: 300;
    font-size: 2rem;
    text-align: left; }
    .heading-box .para-list .point-icon {
      color: #2f2fa2;
      font-size: 2rem;
      margin-right: 1rem; }

.heading-secondary {
  font-family: 'Roboto Slab', serif;
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  color: #2f2fa2;
  transition: all .4s;
  letter-spacing: .2rem;
  text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.2);
  margin: 5rem 0; }

.heading-secondary-white {
  color: white;
  font-weight: 900; }

.heading-tertiary {
  font-family: 'Roboto Slab', serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
  margin-bottom: 2rem; }

.heading-box-left {
  text-align: left; }

.paragraph {
  font-size: 1.6rem; }
  .paragraph:not(:last-child) {
    margin-bottom: 3rem; }

.para-list {
  font-size: 1.8rem; }
  .para-list .point-icon {
    font-size: 2rem;
    color: #2f2fa2;
    margin-right: 1.5rem; }

/*        Utilities     */
.u-margin-bottom-8 {
  margin-bottom: 6rem; }

.u-margin-bottom-2 {
  margin-bottom: 1.5rem; }

.u-margin-bottom-medium {
  margin-bottom: 3rem; }

@media only screen and (max-width: 600px) {
  .u-left-padding {
    padding-left: 5rem; } }

.btn:link, .btn:visited {
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 1.5rem 4rem;
  display: inline-block;
  border-radius: 10rem;
  transition: all 0.2s;
  position: relative;
  font-size: 1.6rem;
  word-spacing: .5rem; }

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.3); }
  .btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0; }

.btn:active {
  transform: translateY(-1px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3); }

.btn:focus {
  outline: none; }

.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s; }

.btn-red {
  background-image: linear-gradient(to bottom, #0262ca, #2f2fa2);
  color: white; }
  .btn-red .btn-red::after {
    background-color: red; }
  .btn-red:hover {
    color: white; }

.service-btn:link, .service-btn:visited {
  display: inline-block;
  padding: .8rem 3rem;
  font-size: 2.7rem;
  font-weight: 500;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, white 50%);
  background-size: 250%;
  transition: .6s;
  background-color: #2f2fa2;
  border-radius: 10px; }

.service-btn:hover, .service-btn:active {
  background-position: 100%;
  color: #2f2fa2;
  transform: translateX(1rem); }

.card {
  position: relative;
  height: 30rem;
  border-style: none;
  border-radius: 10px; }
  .card .card-side {
    background-color: white;
    height: 30rem;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.5);
    overflow: hidden; }
    .card .card-side .card-picture {
      background-size: cover;
      background-position: bottom;
      position: absolute;
      top: 30rem;
      left: 0;
      width: 100%;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
    .card .card-side .card-top {
      height: 30rem;
      background-image: radial-gradient(white, white); }
    .card .card-side .card-heading {
      font-family: 'Roboto Slab', serif;
      font-size: 2.5rem;
      font-weight: 700;
      text-transform: uppercase;
      position: absolute;
      top: 18rem;
      right: 0;
      width: 100%;
      color: #2f2fa2;
      text-align: center; }
    .card .card-side .card-background {
      position: absolute;
      top: 6.5rem;
      left: 50%;
      transform: translate(-50%);
      font-size: 7rem;
      color: #003e6d; }
    .card .card-side .small-heading {
      font-family: 'Roboto Slab', serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 2rem; }
    .card .card-side .card-details {
      padding: 2rem; }
      .card .card-side .card-details p {
        font-size: 1.5rem;
        font-weight: 700;
        color: white;
        text-align: center;
        margin-bottom: 2.5rem;
        position: relative;
        padding-bottom: 2rem; }
        .card .card-side .card-details p::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 10%;
          transform: translate(-50% -50%);
          width: 80%;
          height: 1px;
          background-color: white; }
      .card .card-side .card-details .card-details-block {
        margin-bottom: 1.5rem; }
        .card .card-side .card-details .card-details-block .card-details-heading {
          font-family: 'Roboto Slab', serif;
          text-transform: uppercase;
          font-weight: 700;
          color: white;
          font-size: 1.8rem; }
        .card .card-side .card-details .card-details-block .card-details-content {
          color: white;
          font-weight: 700;
          margin-left: 1.5rem; }
    .card .card-side .card-side-front {
      background-color: white; }

.product-box {
  border-radius: 7px;
  box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, 0.5);
  background-color: white;
  padding: 2rem;
  width: 100%;
  height: 33rem;
  backface-visibility: hidden;
  transition: all .4s; }
  .product-box .product-heading {
    font-family: 'Roboto Slab', serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    backface-visibility: hidden; }
    .product-box .product-heading embed {
      margin-right: 1.5rem; }
    .product-box .product-heading .product-name {
      font-size: 2rem;
      color: #2f2fa2;
      font-weight: 700;
      text-align:center;
      text-transform: uppercase; }
  .product-box .product-details .detail-container {
    margin-bottom: 1rem; }
    .product-box .product-details .detail-container .prod-details-heading {
      font-size: 1.6rem;
      text-transform: uppercase;
      color: black;
      margin-right: 1rem;
      font-family: 'Roboto Slab', serif;
      font-weight: 600; }
    .product-box .product-details .detail-container .prod-detail-content {
      font-size: 1.4rem;
      font-weight: 400; }

.product-box:hover {
  transform: translateY(-1.5rem); }

.domain-box {
  position: relative;
  width: 100%;
  height: 27rem;
  box-shadow: 0 1rem 2rem rgba(0,0,0,.5);
border-radius: 12px; }
  .domain-box img {
    object-fit: cover;
    width: 100%;
    height: 27rem;
    border-radius: 12px; 
  }
  .domain-box .domain-name-holder {
    position: relative;
    bottom: 7rem;
    left: 0;
    width: 100%;
    height: 7rem;
    background: rgba(8, 0, 202, 0.75);
    /*background-image:linear-gradient(to bottom,rgba(8, 0, 202, 0.5), rgba(8, 0, 202, 0.73));*/
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    .domain-box .domain-name-holder .domain-name {
      font-family: 'Comfortaa', cursive;
      font-size: 1.8rem;
      font-weight: 900;
      color: white;
      text-transform: uppercase; }

.client-box {
  height: 15rem;
  width: 90%;
  padding: .5rem 1rem;
  background-color: white;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.4);
  transition: all 0.5s;
  border: 0px solid; }
  .client-box:hover {
    border: 8px solid #ef8604; }
  .client-box .client-name {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #2f2fa2; }

.service-content-box {
  width: 90%;
  height: 35rem;
  background-color: white;
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin-bottom: 8rem;
  position: relative; }
  .service-content-box .service-icon-box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: linear-gradient(to bottom, #0714f7, #2f2fa2);
    height: 7.5rem;
    width: 7.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .service-content-box .service-icon-box .service-icon {
      font-size: 3.5rem;
      color: white; }
  .service-content-box .service-content {
    padding: 3rem;
    padding-top: 7rem;
    text-align: center; }
    .service-content-box .service-content .service-heading {
      font-family: 'Roboto Slab', serif;
      margin-bottom: 2rem;
      text-transform: uppercase;
      font-size: 2rem;
      color: #2f2fa2;
      font-weight: 600; }
    .service-content-box .service-content .service-para {
      text-align: center;
      font-size: 1.5rem; }

.service-content-box:hover {
  background-image: linear-gradient(to bottom, rgba(7, 20, 247, 0.7), rgba(47, 47, 162, 0.7)); }
  .service-content-box:hover .service-heading {
    color: white; }
  .service-content-box:hover .service-para {
    color: white; }
  .service-content-box:hover .service-icon-box {
    background-image: linear-gradient(white, #e8e8e8);
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.6); }
    .service-content-box:hover .service-icon-box .service-icon {
      color: #2f2fa2; }

.process-box {
  background-color: rgba(255, 255, 255, 0.7);
  height: 35rem;
  width: 100%;
  margin-bottom: 5rem;
  border-radius: 8px;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.3);
  transition: all .5s;
  backface-visibility: hidden; }
  .process-box .process-icon-box {
    height: 7.5rem;
    width: 7.5rem;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center; }
    .process-box .process-icon-box .process-icon {
      position: absolute;
      top: 0;
      left: 0;
      height: 6rem;
      width: 6rem;
      margin-top: 2rem; }
  .process-box .process-content {
    padding: 2.5rem; }
    .process-box .process-content .process-heading {
      font-family: 'Roboto Slab', serif;
      font-weight: 700;
      font-size: 2rem;
      text-transform: uppercase;
      text-align: center;
      color: #2f2fa2; }
    .process-box .process-content .process-list {
      list-style: none;
      width: 80%;
      margin: 0 auto; }
      .process-box .process-content .process-list .process-item {
        text-transform: capitalize;
        font-size: 1.4rem;
        text-align: center;
        padding: 1rem;
        color: black; }
        .process-box .process-content .process-list .process-item:not(:last-child) {
          border-bottom: 1px solid #fff; }
  .process-box:hover {
    transform: translateY(-2rem); }

.process-box-large {
  height: 47rem; }

/*-----------------products-Swiperjs-------------------*/
.product-swiper {
  background: #eee;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  height: auto; }

.product-industrial {
  background: #eee; }

.product-swiper h1 {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  color: #2f2fa2;
  padding-top: 10px;
  position: relative; }

.product-swiper h1:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 36%;
  background-color: rgba(0, 0, 0, 0.14);
  top: 50%;
  right: 0; }

.product-swiper h1:before {
  position: absolute;
  content: '';
  height: 2px;
  width: 36%;
  background-color: rgba(0, 0, 0, 0.14);
  top: 50%;
  left: 0; }

.product-swiper .swiper-container {
  width: 100%;
  height: 350px;
  margin: 20px auto; }

.product-swiper .swiper-container-small {
  height: 200px; }

.product-swiper .swiper-container .swiper-slide-container {
  text-align: center;
  font-size: 18px;
  background: #fff;
  background-position: center;
  background-size: cover;
  width: 95%;
  height: 100%;
  max-width: 600px;
  margin: auto;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.swiper-container-industrial {
  background: #eee; }

.gallery-top {
  height: 80%;
  width: 100%; }

.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0; }

.gallery-thumbs .swiper-slide {
  width: 20%;
  height: 150px;
  opacity: 0.4;
  cursor: pointer; }

.gallery-thumbs .swiper-slide-active {
  opacity: 1; }

/*      Header      */
.header {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: top; }
  .header .header-text-box {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%);
    text-align: center; }

.navbar { 
    font-family: 'Roboto Slab', serif;
  background-color: #fff;
  z-index: 100000;
  box-shadow: 0px 4px 7px #777; }

.navbar-nav {
  width: 85%;
    margin-right:0;
    margin-left:auto;
}

.scrolled {
  background-color: #fff !important; }

.navbar .navbar-brand img {
  width: 150px; }

.custom-toggler.navbar-toggler {
  border: none;
  cursor: pointer; }

.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,183,55,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

span i .fa {
  color: #fff;
  font-size: 3rem; }

.navbar-light .navbar-toggler {
  color: transparent; }

span .navbar-toggler-icon {
  color: rgba(36, 43, 100, 0.8); }

.navbar-brand img {
  max-width: 180px; }

.navbar-nav a {
  color: #3c464b !important;
  margin: auto;
  text-align: center;
  margin-bottom: 5px;
  position: relative;
  display: block;
  text-decoration: none; }

.navbar-nav a::before {
  position: absolute;
  opacity: 0;
  width: 0%;
  height: 2px;
  content: '';
  background: #0094ff;
  transition: all 0.7s;
  left: 0;
  bottom: -10px;
  z-index: 9999999; }

.navbar-nav a:hover {
  color: #0094ff !important;
  /*clip-path: polygon(10% 0%, 100% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 50%);*/
  cursor: pointer;
  transition: all 0.5s; }

.navbar-nav a:hover::before {
  opacity: 1;
  width: 100%; }

@keyframes slide-out {
  0% {
    transform: none; }
  100% {
    transform: translate(100%, 0); } }

@keyframes slide-in {
  0% {
    transform: translate(-100%, 0); }
  100% {
    transform: none; } }

/*clip-path: polygon(15% 0%, 100% 0, 100% 50%, 100% 100%, 15% 100%, 0% 50%);*/
.navbar-nav a:hover i {
  color: #3c464b;
  background-color: #fff;
  font-size: 10px; }

.navbar-nav a {
  color: #242582 !important; }

.nav-item {
 font-family: 'Roboto Slab', serif;
  width: 100%;
  color: #242582 !important; 
  font-size:1.8rem;
}

.dropdown-item{
    font-family: 'Roboto Slab', serif;
    color:#242582!important;
    font-size:1.6rem;
}

.scrolled {
  background-color: #fff !important; }


.dropdown-menu{
    width:220px;
}

.dropdown-menu .dropdown-item{
    font-size:1.4rem;
    height:40px;  
    display:flex;
    align-items:center;
    justify-content:center;
}

.dropdown-menu .dropdown-item::before{
    background-color:transparent;
}

/*------------------Progress Bar----------*/
.header1 {
  position: fixed;
  top: 0;
  z-index: 200000;
  width: 100%;
  background-color: #fff;
  margin-top: 4px; }

.progress-container {
  width: 100%;
  height: 3px;
  background-color: #fff; }

.progress-bar {
  height: 3px;
  background: #0094ff;
  width: 0%;
  z-index: 200001; }

/*-----------clients Swiper---------------*/
.swiper-container {
  width: 100%;
  height: 300px; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #eee;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.client {
  position: relative;
  height: 100%;
  background-color: #eee; }

.client h1 {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  color: #2f2fa2;
  padding-top: 10px;
  position: relative; }

.client h1:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 40%;
  background-color: rgba(0, 0, 0, 0.14);
  top: 50%;
  right: 0; }

.client h1:before {
  position: absolute;
  content: '';
  height: 2px;
  width: 40%;
  background-color: rgba(0, 0, 0, 0.14);
  top: 50%;
  left: 0; }

.client .card {
  overflow: hidden;
  height: 230px;
  width: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #41aaaa;
  transition: all .5s;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }

.client .card img {
  width: 90%;
  height: auto; }

.client .card:hover {
  transform: translateY(-15px); }

.header-automotive {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)), url("Images/Sams/automotive.jpg"); }

.card-picture-1-automotive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("Images/Sams/off road.jpg"); }

.card-picture-2-automotive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url("Images/Sams/earthmovers.jpg"); }

.card-picture-3-automotive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url("Images/Sams/commercial.jpg"); }

.header-aerospace {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)), url("Images/daniel-eledut-xDkx1NKgJpE-unsplash.jpg"); }

.card-picture-1-aerospace {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url("Images/Sams/aerospace.jpg"); }

.header-Healthcare {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)), url("Images/Sams/medical.jpg"); }

.card-picture-1-Healthcare {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)), url("Images/medical.jpg"); }

.card-picture-2-Healthcare {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)), url("Images/Sams/instrumentation.jpg"); }

/*.industrial-image{
    background-image:linear-gradient(to bottom,rgba(0,0,0,0.6),rgba(0,0,0,0.5)),url(../../Images/roman-logov-jomuw0-3F8A-unsplash.jpg);
}*/
.header-industrial {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)), url("Images/Sams/manufacturing.jpg"); }

.header-Architectural {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)), url("Images/Sams/architectural.jpg"); }

.card-picture-1-Architectural {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("Images/How-to-begin-an-architectural-design.jpg"); }

.card-picture-2-Architectural {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("Images/everyday-basics-pi9W2dWDdak-unsplash.jpg"); }

.section-manufacturing {
  padding: 15rem 0; }

.header-manufacturing {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), url("Images/Sams/manufacturing.jpg"); }

.header-contact{
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), url('Images/Home Crousel/anders-jilden-SWGW-rW0zeE-unsplash.jpg'); 
}

.section-manufacturing {
  padding: 15rem 0; }

.header-engineering {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), url("Images/Sams/engineering.jpg"); }

.section-process {
  background-image: linear-gradient(to right bottom, rgba(47, 47, 162, 0.3), rgba(47, 47, 162, 0.5)), url("Images/Sams/power generation.jpg");
  background-size: cover; }

.heading-secondary-white {
  color: white; }

.header-process {
  background-image: linear-gradient(to right bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("Images/Sams/process-cap.jpg"); }




/*-------------Contact us-------------*/

.contactus-info{
    background:url('Images/Industries we serve/redcharlie-QY0cRO1WUNg-unsplash.jpg');
    background-position:center;
    background-size:cover;
    position:relative;
}

.contactus-info .background-blur{
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    position:absolute;
    top:0;
    left:0;
}

.space {
    margin-top: 40px;
}
.btn-form, .btn-form:hover, .btn-form:focus {
    background-color: rgb(0, 148, 255);
    color: #fff;
    border-radius: 0px;
    padding: 10px 20px;
    font-size:1.5rem;
}

.btn:hover{
    transform:translate(0);
}

.br-radius-zero {
    border-radius: 0px;
}
.form-control{
	height: 40px;
    font-size:1.5rem;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

hr.botm-line {
    left:50%;
    height: 3px;
    width: 150px;
    background: rgb( 60,70,75);
    position: relative;
    border: 0;
    margin: 10px 0 20px 0;
    transform:translate(-50%);
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

.section-padding{
	padding: 0px 0px;
}

.ser-title{
    text-align:center;
    font-weight:bold;
    font-size:3.5rem;
    font-family: 'Roboto Slab', serif;
    text-transform:uppercase;
    color:rgb(0, 148, 255);
    padding-top:10px;
    position:relative;
}

.ser-title:after{
    position:absolute;
    content:'';
    height:2px;
    width:40%;
    background-color:rgba(255,255,255,0.5);
    top:50%;
    right:0;
}

.ser-title:before{
    position:absolute;
    content:'';
    height:2px;
    width:40%;
    background-color:rgba(255,255,255,0.5);
    top:50%;
    left:0;
}

.contact-info .cnt-ttl{
    margin-top:3rem;
    font-family: 'Roboto Slab', serif;
    color:#fff;
    font-size:2.5rem;
}


.contact-info-section h3{
    font-family: 'Roboto Slab', serif;
    color:#fff;
    font-size:2.5rem;
    margin-top:3rem;
}

.contact-info-section p{
    display:flex;
}

.contact-info-section p span{
    padding:10px;
    font-family: 'Roboto Slab', serif;
    color:#fff;
}


.contact-info-section p i{
    font-size:2rem;
    background-color:rgb(0, 148, 255);
    width:5rem;
    height:5rem;
    border-radius:100%;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
}

.contact-info-section .social-links{
    width:100%;
    height:50px;
    display:flex;
}

.contact-info-section .social-links a{
    text-decoration:none !important;
}

.contact-info-section .social-links a i{
   font-size:2rem;
    background-color:rgb(0, 148, 255);
    width:5rem;
    height:5rem;
    border-radius:100%;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    margin:10px;
    text-decoration:none;
}

.contact-info-section .social-links a i:hover{
    text-decoration:none !important;
    background-color:rgb(0, 148, 255);
}

.contact-info .form-group .form-control{
    border-bottom-left-radius:20px;
    border-top-right-radius:20px;
    border-color:rgb(0, 148, 255);
}
.landing-box{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:row;
}

.landing-icon-box{
    height:100px;
    width:100px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:white;
    box-shadow:0 10px 12px rgba(0,0,0,0.6);
}

.landing-icon-box i{
    font-size: 40px;
    color: #2f2fa2;
}

.landing-heading-box{
}

.icon-heading{       
      font-family: 'Roboto Slab', serif;
      text-transform: uppercase;
      font-size: 1.7rem;
      color: #2f2fa2;
      font-weight: 600;
      position:relative;
      top:15%;
}

.industry-name-box{
    width:100%;
    height:200px;
    background-color:white;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    padding:20px;
    box-shadow:0 10px 15px rgba(0,0,0,.6);
}

.industry-name{ 
      font-family: 'Roboto Slab', serif;
      text-transform: uppercase;
      font-size: 1.9rem;
      color: #2f2fa2;
      font-weight: 600;
      text-align:center;
}

.industry-image img{
    height:70px;
    width:70px;

}


@media only screen and (max-width: 767px) {
  .heading-primary-main {
 letter-spacing: 5px;
 font-size: 4rem;
  }
}



@media only screen and (max-width: 767px) {
  .img-team-mem{
      width: 100%;
      height: auto;
  }
  .product-swiper h1::before,
  .client h1::before,
  .ser-title::before{
      width: 0%;
  }
  .product-swiper h1::after,
  .client h1::after,
  .ser-title::after{
      width: 0%;
  }
}


@media only screen and (max-width: 767px) {
  .service-content-box{
    width: 100% ;
  }
}

@media only screen and (max-width: 767px) {
  .navbar .navbar-brand img{
      width:12rem;
  }
}
