* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}
.header {
  text-align: center;
  background: #4b4b4b;
  color: white;
  font-size: 30px;
}
.text {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.loader_bg {
  position: fixed;
  z-index: 999999;
  background: gray;
  width: 100%;
  height: 100%;
}
.loader {
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
  background: url(footer-logo.png) no-repeat center;
  background-size: auto;
}
.loader:before,
.loader:after {
  content: "";
  border: 1em solid black;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity: 0;
}
.loader:before {
  animation-delay: 0.5s;
}
@keyframes loader {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

html {
  scroll-behavior: smooth;
}
.header:before {
  content: "";
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: -1;
  background: #ffffff0f;
}
.navbar:before {
  content: "";
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: -1;
}
.nav-item a {
  color: white !important;
  font-weight: bold;
}

.dropdown-menu a {
  color: silver !important;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
/***********Slider start*********/

.input {
  position: absolute;
  opacity: 0;
  margin-top: 95vh;
  cursor: pointer;
}
.radio {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: solid 2px white;
  border-radius: 999px;
  background-color: transparent;
  margin: 80vh 6px 0 6px;
  z-index: 2;
  cursor: pointer;
  transition-duration: 0.4s;
}
.input:checked + label {
  background-color: gray;
}
.slide {
  position: absolute;
  background-color: grey;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateX(-100%);
  transition-duration: 0.4s;
  opacity: 0;
}
.input:checked ~ .slide {
  transform: translateX(100%);
}
.input:checked + label + .slide {
  transform: translateX(0);
  opacity: 1;
}
.bg1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(slide\ 5.png);
}
.bg2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(slide2.png);
}
.bg3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(slide\ 11.png);
}
/*.bg4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(slide\ 4.png);
}
.bg5 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(slide\ 1.png);
}*/
/***********Slider start*********/
/***********info and facility start*********/
.info {
  width: 100%;
  height: auto;
}
.facility {
  margin-bottom: 5rem;
}
.hentry__content .icon-box {
  color: white;
}
.marg-lg-b45 {
  margin-bottom: 45px;
}
.marg-lg-b75 {
  margin-bottom: 75px;
}
@media screen and (max-width: 991px) {
  .marg-sm-b30 {
    margin-bottom: 30px !important;
  }
}
.widget-testimonials .widget-title {
  display: inline-block;
  font-size: 1.66667rem;
  margin-top: 0.77778rem;
  margin-bottom: 2.88889rem;
}
.title-with-button .widget-title {
  font-size: 1.66667rem;
  display: inline-block;
  margin-top: 0.88889rem;
  margin-bottom: 0;
}
.steps {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .steps {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.step {
  position: relative;
  border: 1px solid #e8e8e8;
  border-radius: 0.11111rem;
  margin-bottom: 30px;
  margin-left: 1.66667rem;
  padding: 1.38889rem 2.5rem 1.38889rem 4rem;
}

@media (min-width: 992px) {
  .step {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

.step:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .step:last-of-type {
    margin-right: 0;
  }
}

.step__title {
  font-size: 1.88889rem;
  margin-bottom: 0.22222rem;
  color: #4b4b4b;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 900;
}

.step__content {
  font-size: 1.27778rem;
  color: #4b4b4b;
  margin-bottom: 0;
}

.step__number {
  position: absolute;
  background-color: #ffffff;
  font-size: 2.33333rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-align: center;
  line-height: 3.33333rem;
  width: 3.33333rem;
  height: 3.33333rem;
  top: 1.66667rem;
  left: -1.66667rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.15);
  border-top: 3px solid #dddddd;
  transition: all 100ms ease-out;
}
.step__number::before {
  position: absolute;
  content: "";
  left: 0;
  top: -3px;
  width: 0;
  height: 3px;
  background-color: #4b4b4b;
  transition: all 200ms ease-out;
}

.step:hover .step__number {
  color: #333333;
}

.step:hover .step__number::before {
  width: 100%;
}
.who-we-are__bg {
  padding: 60px 0;
  background: linear-gradient(160deg, white 55%, BLACK 0%);
}
.textwidget--thin {
  color: #999999;
  font-weight: 300;
}
.featured-widget {
  position: relative;
  border: 1px solid #e8e8e8;
  border-top: 3px solid #dddddd;
  padding: 4rem;
  transition: all 100ms ease-out;
}

.featured-widget:hover {
  border: 1px solid transparent;
  border-top: 3px solid #dddddd;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
}

.featured-widget:hover::before {
  width: calc(100% + 2px);
}

.featured-widget::before {
  position: absolute;
  content: "";
  top: -3px;
  left: -1px;
  height: 3px;
  width: 0;
  background-color: #4b4b4b;
  transition: all 200ms ease-out;
}
.textwidget {
  font-size: 0.88889rem;
}

.textwidget a > img.alignright,
.textwidget a > img.alignnone,
.textwidget a > img.alignleft,
.textwidget a > img.aligncenter {
  margin-top: 0;
}

.textwidget > p:last-of-type {
  margin-bottom: 0;
}
.textwidget--thin {
  color: #999999;
  font-weight: 300;
}
.textwidget__icon-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
.textwidget__icon {
  color: #999999;
}
.textwidget__icon--light-grey {
  color: #ddd;
}
.textwidget__icon {
  color: #999999;
}
.textwidget__icon--check {
  color: #4b4b4b;
  margin-right: 15px;
}
.textwidget__icon--check-blue {
  color: ;
}
.textwidget__text--grey {
  color: #999999;
}
.textwidget__text--grey-bold {
  color: #999999;
  font-weight: 700;
  font-size: 16px;
}
.textwidget__link {
  color: #333;
}
.textwidget__link:hover {
  color: #333;
}
.text-center {
  text-align: center;
}

.img-fit {
  width: 100%;
}

.home-icon--active {
  color: #ffffff;
}
.textwidget__link {
  color: #333;
}
.textwidget__link:hover {
  color: #333;
}

/***********info end*********/
/*********** PRoduct-front**/
.jo-owl-filter .jo-cats {
  display: flex;
  list-style: none;
  padding: 0;
  background-color: black;
}
.productow {
  font-size: 40px;
  font-weight: bold;
  color: white;
  text-align: center;
}
.jo-owl-filter .jo-cats .jo-cat {
  padding: 10px 15px;
  background-color: #34495e;
  border-radius: 4px;
  color: white;
  margin: 0px 5px;
  cursor: pointer;
  transition-duration: 0.3s;
}

.jo-owl-filter .jo-cats .jo-cat:hover {
  background-color: #567492;
}

.jo-owl-filter .jo-cats .jo-cat.selected {
  background-color: #3178be;
}

.jo-owl-filter .jo-cats .jo-cat:last-child {
  margin-right: 0;
}

.jo-owl-filter .jo-cats .jo-cat:first-child {
  margin-left: 0;
}

.jo-owl-filter .jo-owl-carousel .item {
  height: auto;
  border-radius: 8px;
}

.jo-owl-filter .jo-owl-carousel .item.bg-blue {
  background-color: #2980b9;
}

.jo-owl-filter .jo-owl-carousel .item.bg-red {
  background-color: #e74c3c;
}

.jo-owl-filter .jo-owl-carousel .item.bg-green {
  background-color: #27ae60;
}

.jo-owl-filter .jo-carousel-box {
  position: relative;
  height: 300px;
}

.jo-owl-filter .jo-carousel-box .jo-owl-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.6s;
}

.jo-owl-filter .jo-carousel-box .jo-owl-carousel.show {
  opacity: 1;
  pointer-events: all;
}
/************Product-front***/
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
p {
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 400;
  color: silver;
}
.extra-div h2,
.servicediv h2 {
  font-size: 0.9rem;
  margin: 20px 0 15px 0;
  font-weight: bold;
  line-height: 1.1;
  word-spacing: 4px;
}
.extradiv-buttons {
  border: 1px solid silver;
  border-radius: 100px;
  margin: 0 5px;
  padding: 12px 35px;
  outline: none;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  background-color: #4b4b4b;
}
.extradiv-buttons a {
  text-decoration: none;
  list-style: none;
  color: white;
}
.video-header {
  height: 80vh;
  display: flex;
  align-items: center;
  color: #fff;
}

.wrap {
  max-width: 960px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto;
  text-align: center;
}
.fullscreen-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.fullscreen-video-wrap video {
  min-height: 100%;
  min-width: 100%;
}

.header-overlay {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34, 33, 33, 0.65);
  opacity: 0.8;
}
.navbar {
  z-index: 10;
}
.my-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}
.my-nav .navbar-brand {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-toggler-icon {
  color: rgba(0, 0, 0, 0.3);
}

.center-div {
  width: 100%;
  height: auto;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.header-buttons {
  padding-top: 20px;
}

.header-buttons a {
  border: 1px solid silver;
  border-radius: 100px;
  margin: 0 5px;
  padding: 12px 35px;
  outline: none;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  background-color: #4b4b4b;
}
.header-buttons a:hover {
  background-color: black;
}
/*************** extra header div css start *******/
.header-extradiv {
  width: 50%;
  height: auto;
  text-align: center;
  display: flex;
}

.extra-div {
  background: #4a4a4a;
  border: medium none;
  border-radius: 10px !important;
  padding-top: 45px !important;
  margin-right: 0.5rem;
  transition: 0.3s;
}
.extra-div:hover {
  color: white;
  transform: translatey(-20px);
}
/*************** extra header div css end *******/
/*************** offer div css start *******/
.serviceoffers {
  background: black;
  padding: 50px 0;
}
i {
  color: silver;
}
/*************** offer div css end *******/
/*************** Progress css start *******/
.project-work {
  margin: 100px 0;
}
.project-work h1 {
  font-size: 2rem;
  text-align: center;
}

/*************** Progress css end *******/
/*************** founders start *******/
.foundersnote {
  background-color: black;
}
.found {
  text-align: center;
  font-size: 2rem;
  color: white;
}

i {
  color: silver;
}
.founders-button {
  margin-top: 2rem;
}
.founders-button a {
  border: 1px solid silver;
  border-radius: 100px;
  margin: 0 5px;
  padding: 8px 20px;
  outline: none;
  color: silver;
  font-size: 12px;
  font-weight: 40;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 10px 0;
}
.founders-button a:hover {
  color: black;
  border: white;
}
.logo {
  float: right;
  vertical-align: middle;
  margin: 3rem;
}
.carousel-inner {
  width: 100%;
  height: 300px;
}
.carousel-inner img {
  padding-top: 6px;
  height: 300px;
  width: 100%;
  padding-right: 80px;
  padding-left: 80px;
}
/*************** timeline start *******/
body {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
}

/* --- Start progress bar --- */

.process-wrapper {
  margin: auto;
  max-width: 1080px;
}

#progress-bar-container {
  position: relative;
  width: 90%;
  margin: auto;
  height: 100px;
  margin-top: 65px;
}

#progress-bar-container ul {
  padding: 0;
  margin: 0;
  padding-top: 15px;
  z-index: 9999;
  position: absolute;
  width: 100%;
  margin-top: -40px;
}

#progress-bar-container li:before {
  content: " ";
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 2px #aaa;
  transition: all ease 0.3s;
}

#progress-bar-container li.active:before,
#progress-bar-container li:hover:before {
  border: solid 2px #fff;

  background: linear-gradient(to right, silver 0%, silver 100%);
}

#progress-bar-container li {
  list-style: none;
  float: left;
  width: 20%;
  text-align: center;
  color: #aaa;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.2s;
  vertical-align: bottom;
  height: 60px;
  position: relative;
}

#progress-bar-container li .stepp-inner {
  position: absolute;
  width: 100%;
  bottom: 5;
  font-size: 25px;
}

#progress-bar-container li.active,
#progress-bar-container li:hover {
  color: #4b4b4b;
}

#progress-bar-container li:after {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  background: #777;
  margin: auto;
  border: solid 7px #fff;
  border-radius: 50%;
  margin-top: 48px;
  box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.3);
  transition: all ease 0.2s;
}

#progress-bar-container li:hover:after {
  background: #555;
}

#progress-bar-container li.active:after {
  background: ;
}

#progress-bar-container #line {
  width: 80%;
  margin: auto;
  background: #eee;
  height: 6px;
  position: absolute;
  left: 10%;
  top: 57px;
  z-index: 1;
  border-radius: 50px;
  transition: all ease 0.9s;
}

#progress-bar-container #line-progress {
  content: " ";
  width: 3%;
  height: 100%;
  background: #4b4b4b;
  background: linear-gradient(to right, red 0%, red 100%);
  position: absolute;
  z-index: 2;
  border-radius: 50px;
  transition: all ease 0.9s;
}

#progress-content-section {
  width: 90%;
  margin: auto;
  border-radius: 4px;
}

#progress-content-section .section-content {
  padding: 30px 40px;
  text-align: center;
}

#progress-content-section .section-content h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: silver;
  letter-spacing: 0px;
}

#progress-content-section .section-content p {
  font-size: 20px;
  line-height: 1.5em;
  color: white;
  font-weight: 500;
}

#progress-content-section .section-content {
  display: none;
  animation: FadeInUp 700ms ease 1;
  animation-fill-mode: forwards;
  transform: translateY(15px);
  opacity: 0;
}

#progress-content-section .section-content.active {
  display: block;
}

@keyframes FadeInUp {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/*************** timeline end *******/
/*************** founders end *******/
/*************** Media Start ********/
.media {
  padding: 5px;
  width: 100%;
  background-color: #4b4b4b;
}
.mediahead {
  width: 100%;
  height: auto;
  margin: 50px;
}
.img-media {
  display: flex;
  flex-flow: row wrap;
  margin-left: 10px;
  float: right;
}
.img-hover:hover {
  transform: translatey(-20px);
}
.itemex {
  transition: 0.5s ease-in-out;
}
.itemex:hover {
  filter: brightness(80%);
}
/*************** Media End **********/
/*************** map Start *******/
.map {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #4b4b4b;
}
/*************** map end *******/
/***************Clients Start***/
.header-extradiv2 {
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background: linear-gradient(160deg, black 55%, #4b4b4b 0%);
  display: flex;
}
.extra-div2 {
  border: medium none;
  padding: 20px !important;
  border-radius: 3px;
  transition: 0.5s;
}
.extra-div2 img {
  background: rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7);
}
.extra-div2:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
}
/***************Clients Start***/
/***************Our Product*****/
.ourproducts {
  background-color: #4b4b4b;
}
.wrapper {
  width: 100%;
  padding: 10px 80px;
}

.button_grp ul {
  display: block;
}

.button_grp ul li {
  background: #fff;
  margin: 10px;
  padding: 10px 15px;
  min-width: 80px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.125);
}

.button_grp ul li.active,
.button_grp ul li:hover {
  background: #4b4b4b;
  color: #fff;
}

.item_grp {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-left: 15px;
}

.item_grp .item {
  width: 280px;
  height: 350px;
  background: #fff;
  margin: 10px;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.125);
}

.item_grp .item .icon_wrp {
  align-items: center;
  height: 180px;
  margin-top: 25px;
}

.item_grp .item.AluminiumComponent .icon {
  background-position: 0 0;
  width: 64px;
  height: 52px;
}

.item_grp .item.CastingParts .icon {
  background-position: 0 -66px;
  width: 48px;
  height: 64px;
}

.item_grp .item.Hydraulics .icon {
  background-position: 0 -146px;
  width: 64px;
  height: 50px;
}

.item_grp .item.ExaustMainifold .icon {
  background-position: 0 -210px;
  width: 64px;
  height: 60px;
}
.modelpart {
  text-align: left;
  color: black;
}
hr {
  color: black;
}
/***************Our Product*****/
/*************** Top Footer start *******/
.menu-item a {
  color: silver;
}
.footer-top {
  padding: 3.22222rem 0 2.61111rem;
}
.btn-primary,
.testimonial__author,
.footer-featured {
  border-color: #006599;
}
.footer-featured {
  background-color: #4a4a4a;
  border-top: 3px solid silver;
  padding: 2.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.15);
}
div {
  display: block;
}

/*************** Top Footer end *******/
/*************** Footer start *******/
.footer {
  background-color: #4b4b4b;
  width: 100%;
  height: 80px;
  padding-top: 18px;
  display: block;
  color: silver;
}
.footer-left {
  text-align: center;
  float: left;
  width: 50%;
  line-height: 16px;
}
.footer-right {
  float: left;
  width: 50%;
  text-align: center;
  line-height: 16px;
}

/*************** Footer end *******/
/*************** Hydraulics Start *******/
.text2 {
  width: 100%;
  height: 35vh;
  background-color: black;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.header-section2 {
  width: 100%;
  height: inherit;
  color: silver;
  text-align: center;
  position: relative;
  display: flex;
}
.card {
  background-color: gray;
  float: left;
  margin: 2.5rem;
  display: block;
}
.card2 {
  background-color: gray;
  float: left;
  margin: 1.5rem;
  display: block;
}
/**.card-img-top {
}
.card-img-top2 {
  width: 280px;
  height: inherit;
  margin: 42px 10px;
}
.card-img-top3 {
  width: 200px;
  height: inherit;
  margin: 3px 50px;
}
.card-img-top4 {
  width: 170px;
  height: inherit;
  margin: 5px 70px;
}
.card-img-top5 {
  width: 200px;
  height: inherit;
  margin: 5px 55px;
}**/
.cards-back {
  background-color: silver;
  width: 100%;
  height: auto;
}
.card-title {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  color: silver;
  text-align: center;
}
.card-title2 {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  color: silver;
  text-align: center;
}
.card-text {
  color: white;
  font-weight: 300;
}
.header-buttons2 a {
  border: 1px solid silver;
  border-radius: 100px;
  margin: 10px 70px;
  padding: 12px 35px;
  outline: none;
  color: silver;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  background-color: #4b4b4b;
}
.header-buttons2 a:hover {
  background-color: white;
}

/*************** Hydraulics end *******/
/***************About Us***************/
.about-info {
  width: 100%;
  height: auto;
}
.who-we-are__bg2 {
  padding: 60px 0;
  background-color: black;
}
.cardd {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  box-shadow: #4b4b4b 10px 10px;
  background-color: silver;
  /**background-color: #fff;
  border: 1px solid #e5e5e5;**/
}
@media only screen and (max-width: 800px) {
  .cardd {
    margin-right: 180px;
    padding-left: -90px;
  }
}
.person-profile {
  border: 0;
}
.card-text {
  color: rgba(255, 255, 255, 0.65);
}
.person-profile__container {
  position: relative;
  padding: 1.11111rem 1.66667rem 0.77778rem;
}

.person-profile__name {
  display: inline-block;
  font-size: 0.88889rem;
  margin-bottom: 0.44444rem;
}

.person-profile__tag {
  font-size: 0.88889rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #333333;
}

.person-profile__description {
  font-size: 0.77778rem;
}

.person-profile__social-icons {
  position: absolute;
  display: inline-block;
  bottom: -1.66667rem;
  padding: 0.83333rem 1.66667rem;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.15);
}

.person-profile__social-icon {
  color: #999999;
  margin-right: 0.55556rem;
}

.person-profile__social-icon:last-of-type {
  margin-right: 0;
}
/***************About Us***************/
/*************** Contact Start *******/
* {
  box-sizing: border-box;
}

/* Style inputs */
input[type="text"],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type="submit"] {
  background-color: black;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: silver;
}

/* Style the container/contact section */
.container {
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}

/* Create two columns that float next to eachother */
.column {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column,
  input[type="submit"] {
    width: 100%;
    margin-top: 0;
  }
}
/*************** Contact end *******/
/*************** cmm start *******/

.img {
  width: 50%;
  height: 25%;
}
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

/*************** cmm end *******/
