/**** Global Styles ****/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body {
  font-family: "Poppins", sans-serif;
  background: #e7edef;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
.max-width {
  max-width: 1360px;
  margin: auto;
  width: 100%;
  padding: 60px 20px;
}
#backToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
  height: 50px;
  width: 50px;
  padding: 10px;
  outline: 0;
  border: 0;
  opacity: 0.5;
  border: 1px solid #b8a8a8;
  border-radius: 50%;
  background-color: #000;
}
#backToTop:hover {
  opacity: 1;
}
.preloader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  place-items: center;
  justify-content: center;
  z-index: 9999999999;
  top: 0;
  left: 0;
  background: linear-gradient(89.7deg, #06152b 5.45%, #050f1e 96.3%);
}
.preloader .content {
  margin: auto 0;
}
.heading {
  color: #76323f;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: bold;
}
p {
  color: #565656;
}
.inner-banner {
  width: 100%;
  height: 60vh;
  position: relative;
}
.inner-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-banner-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, #76323fd1, #000000cf);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 150px;
  text-align: center;
}
.inner-banner-content h3 {
  font-size: 38px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
  color: #c09f80;
}
.inner-banner-content h4 {
  font-size: 40px;
  color: #fff;
  font-weight: 300;
}
.inner-banner-content h4 span {
  font-weight: 500;
  color: #d7cec7;
}
.services-section{
  overflow-x: hidden;
}
/**** Global Styles ****/
/* header */
header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 1px 0 5px 0 #ccc;
}
header.active {
  transition: none;
}
header.scrolled {
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header-content {
  position: relative;
}
.logo-txt {
  font-size: 32px;
  color: #76323f;
  margin-bottom: 0;
  font-weight: 800;
}
.logo-txt span {
  font-size: 30px;
  color: #c09f80;
  font-weight: 600;
}
header .nav_brand a:hover,
header .nav_brand a:focus {
  text-decoration: none;
}
header .nav_brand img {
  /* width: 240px; */
  height: 50px;
}
header nav.navbar {
  padding: 15px 20px;
  justify-content: space-between;
  z-index: 9;
}
header div#collapsibleNavbar {
  max-width: 70%;
  justify-content: space-between;
}
header nav .navbar-nav {
  width: 100%;
  justify-content: flex-end;
}
header li.nav-item {
  margin-right: 40px;
}
header li.nav-item:last-child {
  margin-right: 0;
}
header .navbar-nav li.nav-item a.nav-link img {
  margin-left: 5px;
}
header .navbar-nav li.nav-item a.nav-link {
  font-size: 18px;
  line-height: 22px;
  color: #565656;
  padding: 5px 10px;
  position: relative;
  font-weight: 400;
}
header .navbar-nav li.nav-item a.nav-link:hover,
header .navbar-nav li.nav-item a.nav-link.active {
  opacity: 1;
  color: #76323f;
}
header li a::after {
  bottom: -3px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background-color: #76323f;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
header li a:hover::after,
header li a.active::after {
  width: 100%;
}
header .sub-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #000;
  padding: 50px 0;
  z-index: 8;
  transform: translateY(-100%);
}
header .sub-menu.active {
  transform: translateY(0);
}
header .sub-menu-left h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #ffffff;
  opacity: 0.9;
  margin-bottom: 10px;
}
header .sub-menu-left p {
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  opacity: 0.7;
  margin-bottom: 30px;
}
header .sub-menu ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
header .sub-menu ul li {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 30px;
}
header .sub-menu ul li a {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
header .sub-menu ul li a:hover,
header .sub-menu ul li a:focus {
  text-decoration: none;
}
header .sub-menu ul li a:hover .sub-menu-icon img,
header .sub-menu ul li a:focus .sub-menu-icon img {
  transform: scale(1.2);
}
header .sub-menu-icon {
  max-width: 35px;
  margin-right: 30px;
}
header .sub-menu-icon img {
  max-width: unset;
}
header .sub-menu-text h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 0;
}
header .sub-menu-text p {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  opacity: 0.7;
  margin-bottom: 0;
}
header .dropdown-menu {
  background: #565656;
  right: 0;
  left: unset;
  margin: 10px 0;
  width: 240px;
  padding: 0;
}
header .dropdown-menu::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 15px solid #565656;
  top: -15px;
  right: 25px;
}
header .dropdown-menu a {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 10px;
  font-size: 16px;
}
header .dropdown-item:focus,
header .dropdown-item:hover {
  color: #c09f80;
  background-color: unset;
}
header .dropdown-menu a img {
  width: 25px;
  margin-right: 20px;
}
header .dropdown-menu a::after,
header .dropdown-toggle::after {
  display: none;
}
.sidenav {
  position: fixed;
  top: 0;
  width: 30%;
  height: 100vh;
  right: -40vw;
  z-index: 999999999999;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sidenav.active {
  width: 100vw;
  right: 0;
}
body.sidenav-active {
  overflow: hidden;
}
body.sidenav-active::after {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999999;
}
.sidenav_inner {
  background-color: #ffffff;
  height: 100%;
  width: 90%;
  float: right;
}
.sidenav ul {
  display: block;
}
.sidenav li {
  padding-left: 28px;
}
li.sidenav_close {
  margin-bottom: 0;
  text-align: right;
  padding: 20px 28px;
  background: #f0f2f9;
}
.sidenav li.sidenav_close p {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #76323f;
}
.sidenav li.sidenav_close .close-icon img {
  width: 30px;
  height: 30px;
}
.mobile-header-links {
  margin-top: 30px;
  max-height: calc(100vh - 80px);
  overflow: auto;
}
.sidenav .navbar-nav .nav-link {
  font-size: 18px;
  line-height: 24px;
  padding: 0;
  margin-bottom: 30px;
  color: #565656;
  position: relative;
  display: flex;
  align-items: baseline;
}
.sidenav a.nav-link.active {
  font-weight: 600;
  color: #76323f;
}
.sidenav .navbar-nav .mobile-header-links li a.nav-link::after {
  bottom: -3px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  background-color: #76323f;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.sidenav .navbar-nav .mobile-header-links li a.nav-link.active::after {
  width: 22px;
}
.sidenav .sub-menu {
  padding-left: 20px;
  margin-top: -15px;
  margin-bottom: 30px;
  display: none;
}
.sidenav .sub-menu-item {
  margin-bottom: 20px;
}
.sidenav .sub-menu-item a {
  font-size: 16px;
  line-height: 18px;
  color: #565656;
  display: block;
}
.sidenav .arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #565656;
  margin-left: 10px;
  transition: none;
}
.sidenav .arrow.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* header */
/* Banner */
.banner {
  z-index: 9;
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000;
}
.banner .banner-single {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.banner .banner-single.active {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.banner video, .banner img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  transition: none;
  pointer-events: none;
}
.banner .arrows {
  position: absolute;
  right: 20%;
  bottom: 25%;
  display: flex;
  align-items: center;
  z-index: 9;
}
.banner .arrows a {
  display: inline-flex;
  margin: 0 10px;
}
.banner .max-width {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  max-width: unset;
  background: rgba(0, 0, 0, 0.5);
}
.banner .banner-content {
  color: #fff;
  position: absolute;
  top: 40%;
  left: 40px;
  z-index: 2;
  z-index: 9;
  max-width: 700px;
  padding: 0 20px;
  filter: drop-shadow(0px 2px 7px rgba(5, 17, 33, 0.79));
}
.banner .banner-content h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: 1.1px;
  margin-bottom: 14px;
  position: relative;
}
.banner .banner-content p {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.1px;
  position: relative;
  color: #fff;
}
.banner .banner-content p span {
  font-weight: 600;
}
.banner .banner-single.active .banner-content h2,
.banner .banner-single.active .banner-content p {
  transform: translateX(0);
}
/* Banner */
/* Why MES */
.why-mes {
  padding: 100px 0;
}
.why-mes .row {
  align-items: center;
}
.why-mes-info p {
  line-height: 32px;
}
.why-mes-info p.info {
  color: #76323f;
  font-weight: 600;
}
.why-mes-img {
  position: relative;
  width: 90%;
  z-index: 9;
}
.why-mes-img img {
  width: 100%;
}
.why-mes-img img.octagon-solid {
  position: absolute;
  width: 215px;
  top: 0;
  right: -77px;
  z-index: -2;
}
.why-mes-img img.octagon-dotted {
  position: absolute;
  width: 215px;
  top: -67px;
  right: -57px;
  z-index: -1;
}
/* Why MES */

/* Our Services */
.services-outer {
  padding: 50px 0;
  background: #565656;
}
.services-outer h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.services-box {
  width: calc(25% - (0.666666666667 * 4px));
  position: relative;
  margin-bottom: 5px;
}
.services-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.services-box-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 20px;
}
.services-box:hover .services-box-info {
  background: rgba(118, 50, 63, 0.9);
}
.services-box-info h4 {
  font-size: 28px;
  text-shadow: 0 0 5px #000;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.services-box-info h4::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 7px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #c09f80;
}
.services-box-info p {
  display: none;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 25px;
}
.services-box-info a {
  display: none;
  color: #fff;
  background: #c09f80;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 20px;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  font-weight: 600;
}
.services-box-info a:hover,
.services-box-info a:focus {
  text-decoration: none;
}
.services-box:hover .services-box-info p,
.services-box:hover .services-box-info a {
  display: block;
}
/* Our Services */
/* Entire Expanse */
.expanse-outer {
  background: #fff;
}
.expanse h2 {
  text-align: center;
  margin-bottom: 60px;
}
.expanse-info {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 20px;
}
.expanse-info a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* filter: grayscale(1); */
  padding: 10px;
  height: 90px;
  width: 100%;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 10px 20px rgb(0 0 0 / 5%), 0 6px 6px rgb(0 0 0 / 5%);
}
.expanse-info a:hover {
  /* filter: grayscale(0); */
  /* transform: scale(1.05); */
  /* box-shadow: 0 10px 20px rgb(0 0 0 / 5%), 0 6px 6px rgb(0 0 0 / 5%); */
}
.expanse-info p {
  /* display: none; */
  font-size: 11px;
  color: #878787;
  text-align: center;
  margin-bottom: 0;
}
.expanse-info a:hover p {
  display: block;
}
.expanse-info a img {
  width: auto !important;
  max-width: 100%;
  max-height: 40px;
}
/* Entire Expanse */
/* Discuss Project */
.discuss-project {
  background: #565656;
  padding: 30px 20px;
  text-align: center;
}
.discuss-project p {
  font-size: 24px;
  text-align: center;
  font-style: italic;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
}
.discuss-project a {
  color: #fff;
  background: #c09f80;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 20px;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  font-weight: 600;
  display: inline-block;
}
/* Discuss Project */
/* Footer */
footer {
  background: #76323f;
  color: #fff;
}
footer hr {
  margin: 20px 0;
  border-color: #d7cec7;
}
footer .mypadding {
  padding: 60px 20px 40px;
  padding-right: 70px;
}
footer .mypadding h2 {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
}
footer .mypadding h2 span {
  font-size: 24px;
  line-height: 34px;
}
footer .mypadding h2 img {
  margin-left: 50px;
}
footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .footer-form {
  margin-bottom: 20px;
}
.footer-form p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 200;
}
footer .footer-logo {
  font-weight: bold;
  font-size: 36px;
  line-height: 30px;
  letter-spacing: 2px;
  color: white;
}
footer .footer-logo span {
  font-weight: 300;
  letter-spacing: -1px;
}
footer .footer-top .social-media-links a {
  margin-left: 1rem;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid transparent;
  background: transparent;
}
footer .footer-top .social-media-links a.footer-fb {
  border-color: #56ccf2;
  background: rgba(148, 212, 255, 0.1);
}
footer .footer-top .social-media-links a.footer-twitter {
  border-color: #6fcf97;
  background: rgba(11, 223, 183, 0.1);
}
footer .footer-top .social-media-links a.footer-linkedin {
  border-color: #f2c94c;
  background: rgba(250, 167, 26, 0.1);
}
footer .footer-top .social-media-links a.footer-yt {
  border-color: #9859ff;
  background: rgba(135, 69, 247, 0.1);
}
footer .footer-top .social-media-links a.footer-fb:hover {
  background: linear-gradient(180deg, #56ccf2 0%, #8bffe9 100%);
}
footer .footer-top .social-media-links a.footer-twitter:hover {
  background: linear-gradient(180deg, #6fcf97 0%, #0bdfb7 100%);
}
footer .footer-top .social-media-links a.footer-linkedin:hover {
  background: linear-gradient(180deg, #f2c94c 0%, #faa71a 100%);
}
footer .footer-top .social-media-links a.footer-yt:hover {
  background: linear-gradient(136.67deg, #9859ff 8.34%, #8745f7 95.26%);
}
footer .footer-media-white,
footer .footer-top .social-media-links a:hover .footer-media-color {
  display: none;
}
footer .footer-top .social-media-links a:hover .footer-media-white {
  display: block;
}
footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #e0e0e0;
  font-size: 14px;
  line-height: 14px;
}
footer a {
  color: #fff;
}
footer a:hover,
footer a:focus {
  color: #d7cec7;
}
footer .footer-bottom p {
  margin: 0;
  color: #fff;
}
footer .footer-bottom .footer-bottom-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer-bottom .footer-bottom-center .privacy-txt {
  margin: 0 20px;
}

/**** About Page ****/
.inner-about {
  background-color: #fff;
}
.inner-about .why-mes-info {
  width: 85%;
  margin: auto;
}
.our-mission {
  background: #e7edef;
  padding: 30px 0;
}
.our-mission .row {
  align-items: center;
}
.our-mission img {
  width: 100%;
  max-width: 550px;
}
.our-mission h3 {
  font-size: 36px;
}
.our-mission ol {
  list-style-type: disclosure-closed;
}
.our-mission p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px;
  text-align: justify;
}
.our-vision {
  background: #c6ced1;
}
.our-vision .our-mission-img {
  text-align: right;
}
.our-values {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("/images/why-mes.webp");
  background-size: cover;
  background-attachment: fixed;
}
.our-values h3.heading {
  color: #c09f80;
}
.our-values p {
  color: #d7cec7;
}
.our-values-right {
  /* padding-left: 50px; */
  margin-top: 50px;
}
.our-values-info {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.our-values-info:last-child {
  margin-bottom: 0;
}
.our-values-info h3 {
  margin-right: 30px;
  font-size: 46px;
  font-weight: bold;
  color: #76323f;
  opacity: 0.8;
}
.our-values-txt h5 {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #444;
  font-weight: 600;
  /* color: #d7cec7; */
}
.our-values-txt p {
  margin-bottom: 0;
  font-size: 16px;
  color: #444;
  /* color: #d7cec7; */
}
/**** About Page ****/
/* Contact Us Page */
.contact-form-outer .row {
  align-items: center;
}
.contact-form-outer p {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
.contact-form-outer .form-group {
  margin-bottom: 15px;
  position: relative;
}
.contact-form-outer .form-control {
  height: auto;
  padding: 10px 15px;
}
.contact-form-outer .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #565656;
}
.contact-form-outer button {
  color: #fff;
  background: #c09f80;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 5px;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  font-weight: 600;
  display: inline-block;
}
.contact-form-outer button:focus,
.contact-form-outer button:hover {
  outline: none;
  box-shadow: none;
  color: #fff;
}
.invalid-feedback {
  position: absolute;
  bottom: -20px;
  left: 16px;
  font-size: 12px;
}
.contact-switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin: 0 30px;
}
.contact-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.contact-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #76323f;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.contact-switch .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-image: url("/images/left-arrow-grey.svg");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.contact-switch input:checked + .slider:before {
  background-image: url("/images/right-arrow-grey.svg");
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.contact-switch {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact-switch p {
  margin-bottom: 0;
  font-weight: 600;
}
.contact-switch p.active {
  color: #76323f;
}
#contact-project-no {
  display: none;
}
#contactForm .alert {
  display: none;
}
/* Contact Us Page */
/* Services Page */

.services-section {
  padding: 30px;
}
.our-expertise-info ol {
  counter-reset: li;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.our-expertise-info ol li {
  position: relative;
  display: block;
  padding: 10px;
  background: #d7cec7;
  color: #565656;
  text-decoration: none;
  border-radius: 0.3em;
  margin-bottom: 15px;
  width: 49%;
}
/* .our-expertise-info ol li::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: #76323f;
  height: 40px;
  width: 40px;
  border: 3px solid #fff;
  text-align: center;
  font-weight: 600;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
} */
/* Services Page */
/* CONTROL PANEL FABRICATION CAPABILITIES */
.control-panel {
  background-color: #fff;
}
.control-panel img {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #ccc;
}
.control-panel ul .col-sm-12 {
  margin-bottom: 15px;
}
.control-panel li {
  display: block;
  padding: 10px;
  background: #e7edef;
  color: #565656;
  text-decoration: none;
  border-radius: 0.3em;
  font-size: 14px;
  height: 100%;
}
/* CONTROL PANEL FABRICATION CAPABILITIES */
/* Engineering Documentation */
#fabrication {
  background: #e7edef;
}
#fabrication.control-panel li {
  background: #fff;
}
.migrating {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.migrating-info {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e7edef;
  padding: 10px;
  border-radius: 5px;
}
.migrating-info img {
  max-width: 200px;
  max-height: 90px;
  box-shadow: none;
  border-radius: 0;
  /* background-color: #fff; */
}
.migrating-info img.arrows {
  width: 30px;
  background: transparent;
  margin: 0 30px;
}
.services-stripe p {
  letter-spacing: 5px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
/* Engineering Documentation */

/* Mobile CSS */
@media only screen and (max-width: 600px) {
  .preloader .content{
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .preloader .content img{
      max-width: 85%;
  }
  .max-width {
    padding: 20px 15px;
  }
  .heading {
    font-size: 26px;
  }
  p {
    font-size: 14px;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  .logo-txt {
    font-size: 26px;
  }
  .logo-txt span {
    font-size: 24px;
  }
  .banner .arrows {
    right: 0;
    top: 25%;
    bottom: unset;
  }
  .banner .banner-content {
    left: 0;
    padding: 0 20px;
  }
  .banner .banner-content h2 {
    font-size: 44px;
    line-height: 51px;
  }
  .banner .banner-content p {
    font-size: 16px;
    line-height: 28px;
  }
  .why-mes {
    padding: 50px 0 0;
  }
  .why-mes-info p {
    line-height: 26px;
  }
  .why-mes-info p.info br {
    display: none;
  }
  .why-mes .col-sm-12 {
    padding: 0;
  }
  .why-mes-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .why-mes-img img.octagon-dotted {
    width: 85px;
    top: unset;
    right: 3px;
    bottom: -30px;
  }
  .why-mes-img img.octagon-solid {
    width: 85px;
    top: unset;
    right: 23px;
    bottom: -40px;
  }
  .services-outer {
    padding: 30px 10px;
  }
  .services-box {
    width: 100%;
  }
  .services-box img {
    height: 400px;
  }
  .services-box .services-box-info {
    background: rgba(118, 50, 63, 0.9);
  }
  .services-box .services-box-info p,
  .services-box .services-box-info a {
    display: block;
  }
  .services-box-info h4 {
    font-size: 26px;
  }
  .services-box-info p,
  .discuss-project p,
  .discuss-project a {
    font-size: 14px;
    line-height: 26px;
  }
  .services-box-info a {
    max-width: 200px;
  }
  .services-section {
    padding: 30px 5px;
  }
  .expanse h2 {
    margin-bottom: 20px;
  }
  .our-expertise-info ol li{
      word-break: break-all;
  }
  footer .mypadding {
    padding: 40px 20px 20px;
    padding-right: 20px;
  }
  footer .footer-top,
  footer .footer-bottom {
    display: block;
  }
  .footer-form p {
    display: flex;
    flex-direction: column;
  }
  .footer-form p line {
    display: none;
  }
  .footer-form p a {
    margin-bottom: 10px;
  }
  footer .footer-top .social-media-links a {
    width: 46px;
    height: 46px;
  }
  .footer-bottom-center {
    margin: 10px 0;
  }
  footer .footer-bottom p{
      margin-top: 5px;
  }
  /* About Page */
  .inner-banner-content {
    padding-top: 100px;
  }
  .inner-banner-content h3 {
    font-size: 28px;
  }
  .inner-banner-content h4,
  .our-mission h3 {
    font-size: 26px;
  }
  .inner-about .why-mes-info {
    width: 100%;
    padding: 0 10px;
  }
  .inner-about .why-mes-info .heading {
    font-size: 24px;
  }
  .inner-about .why-mes-info p {
    text-align: justify !important;
  }
  .our-mission-img {
    margin-bottom: 20px;
  }
  .our-mission p {
    font-size: 14px;
    line-height: 26px;
  }
  .our-mission p:last-child {
    margin-bottom: 0;
  }
  .our-vision .our-mission-img {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .our-values-right {
    padding-left: 0;
    margin-top: 30px;
  }
  .our-values .our-values-info h3 {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .our-values-txt h5 {
    font-size: 20px;
  }
  .our-mission .our-values-txt p {
    font-size: 14px;
    line-height: 20px;
  }
  .our-values .our-values-info {
    margin-bottom: 20px;
  }
  /* About Page */
  .migrating-info{
      flex-direction: column;
  }
  .migrating-info img{
      margin: 20px 10px;
      width: auto;
  }
  .migrating-info img.arrows{
    transform: rotateZ(90deg);
  }
}

/*Tablet CSS*/

@media only screen and (min-width: 601px) and (max-width: 1000px) {
  .why-mes {
    padding: 50px 0 0;
  }
  .why-mes-img {
    margin-bottom: 50px;
  }
  .services {
    background: #565656;
    justify-content: space-around;
  }
  .services-box {
    width: calc(50% - (0.666666666667 * 4px));
  }
  .services-box .services-box-info {
    background: rgba(118, 50, 63, 0.9);
  }
  .services-box .services-box-info p,
  .services-box .services-box-info a {
    display: block;
  }
  .services-box-info h4 {
    font-size: 24px;
  }
  .services-box-info p,
  .discuss-project p,
  .discuss-project a {
    font-size: 14px;
    line-height: 26px;
  }
  footer .footer-top .social-media-links a {
    width: 46px;
    height: 46px;
  }
  footer .mypadding {
    padding: 40px 20px 20px;
    padding-right: 70px;
  }
  footer .footer-bottom {
    font-size: 12px;
  }
  .inner-banner {
    height: 40vh;
  }
  .inner-banner-content {
    padding-top: 100px;
  }
  .inner-banner-content h4 {
    font-size: 36px;
  }
  .inner-about .why-mes-info {
    width: 100%;
  }
  .our-mission-img {
    display: none;
  }
  .our-mission {
    padding: 0;
  }
  .our-mission p:last-child {
    margin-bottom: 0;
  }
  .our-values-right {
    padding-left: 0;
    margin-top: 40px;
  }
}

/* 1024 Devices */
@media only screen and (min-width: 1001px) and (max-width: 1025px) {
  .inner-banner {
    height: 40vh;
  }
}

/*Large Device CSS*/
@media screen and (min-width: 1450px) {
  .banner .max-width {
    max-width: 1360px;
    background: transparent;
  }
  .banner {
    z-index: 9;
  }
  .banner::after {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
  }
}
