/* header,<section-pend>,Navigation */

/* Google fonts */
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,400i,500,600,700,800|Roboto");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i,800,900|Montserrat:300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,300');
@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,700,900&amp;subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* Vendor CSS */
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.compat.css");
@import url("../vendor/bootstrap/css/bootstrap.min.css");
@import url("../vendor/font-awesome/css/font-awesome.min.css");
@import url("../vendor/ionicons/css/ionicons.min.css");
/* @import url("../vendor/venobox/venobox.css"); */
@import url("../vendor/owl.carousel/assets/owl.carousel.min.css");
@import url("../vendor/owl.carousel/assets/owl.theme.default.css");


/* Declaring the variables */
:root {
/*  --mt-color: #fed400;*/
  --mt-color: #ffed00;
  --mt-color-link: #cccccc;
  /* --mt-color: #f7c221; */
  /* --mt-color: #e3e329; */
  --link-font: "Russo One", sans-serif;
  /* TODO: set the reverse transition one-fourth of the main transition. */
  --tran-main: 1s;
  --tran-rev: 0.25s;
  /* TODO: Caption animation delay is the lowest,+2s is para,+1s is btn*/
  --cap-anim-delay: 0.4s;
  --para-anim-delay: 0.6s;
  --btn-anim-delay: 0.7s;
  --main-font: "Open Sans", sans-serif;
  --font-one: "Montserrat", sans-serif;
  --font-two: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* --font-bold: "Poppins", sans-serif; */
  --font-bold: "Raleway", sans-serif;
}

body {
  background: rgb(255, 255, 255);
  color: #666666;
  font-family: var(--main-font);
    font-weight: 500;
}

a {
  color: var(--mt-color);
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: var(--mt-color);
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-one);
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/*------------------------------------*\
	Preloader
\*------------------------------------*/


#preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #FFF;
  z-index: 99999;
}

.preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.preloader span {
  display: inline-block;
  background-color: var(--mt-color);
  width: 25px;
  height: 25px;
  -webkit-animation: 1s preload ease-in-out infinite;
          animation: preload 1s ease-in-out infinite;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  border-radius:50%;
}

.preloader span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.preloader span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.preloader span:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.preloader span:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes preload {
0% {
   -webkit-transform:scale(0);
           transform:scale(0);
}
50% {
  -webkit-transform:scale(1);
          transform:scale(1);
}
100% {
  -webkit-transform:scale(0);
          transform:scale(0);
}
}

@keyframes preload {
0% {
   -webkit-transform:scale(0);
           transform:scale(0);
}
50% {
  -webkit-transform:scale(1);
          transform:scale(1);
}
100% {
  -webkit-transform:scale(0);
          transform:scale(0);
}
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 40px 0;
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 0;
  /* padding: 10px 0; */
  height: 72px;
  transition: all 0.5s;
}

#header #logo {
  float: left;
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }
}

.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

#header #logo h3 {
  /* font-size: 25px; */
  margin: 0;
  padding: 0;
  line-height: 0.6;
  font-family: var(--font-two);
}

#header #logo h3 a#first_line {
  /* font-size: 25px; */
  color: #fed400;
  font-size: 30px;
  margin: 0;
  padding-top: 20px !important;
  /* line-height: 20px; */
  font-weight: 600;
  box-sizing: border-box;
  /* letter-spacing: 3px; */
}

#header #logo h3 a#second_line {
  /* font-size: 25px; */
  color: #fff;
  font-size: 15px;
  margin: 0;

  /* line-height: 1; */
  font-weight: 300;
  letter-spacing: 4px;
  box-sizing: border-box;
  /* line-height: 20px; */
}

#header #logo p a {
  font-size: 8px;
  color: var(--mt-color-link);
  letter-spacing: 5px;
  font-family: var(--font-one);
}

@media (max-width: 768px) {
  #header #logo p a {
    font-size: 8px;
    color: var(--mt-color-link);
    letter-spacing: 3px;
    font-family: var(--font-one);
  }
}

#header #logo h3 a,
#header #logo h3 a:hover {
  color: #fff;
}

/* Yellow border in the left side of logo text */
#header #logo #wrapping_logo_text {
  border-left: 4px solid var(--mt-color);
  padding-left: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 40px;
  }

  #header {
    padding: 10px;
  }
}

header#header.header-scrolled #logo h3 {
  line-height: 0.4;
}

header#header.header-scrolled div h3 a#first_line {
  font-size: 20px !important;
  line-height: 0 !important;
}

header#header.header-scrolled div h3 a#second_line {
  font-size: 10px !important;
  line-height: 0 !important;
}

header#header.header-scrolled div#wrapping_logo_text {
  border-width: 3px !important;
  margin-top: 10px !important;
  padding-bottom: 4px;
}

header#header.header-scrolled #logo p a {
  font-size: 6px !important;
  display: block;
  padding-top: 6px;
  /* padding-left: 2px; */
  /* letter-spacing: 5px; */
}

/* Language */


.language{


  position:absolute;
  right:30px;
  top: 5px;
  font-family: 'Balsamiq Sans', cursive;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 2px;
  -webkit-animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
  animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;

  
}
.language p {

  display: inline;
  color: var(--mt-color);
  border-bottom: 1px solid var(--mt-color) ;

}

.language > a {
  display: inline-block;
  color: #ccc;
  padding: 8px 10px 5px 10px;
  border-radius: 1px;

  

}

.language div{

  background: var(--mt-color);
  position: absolute;
  top: 10px;
  left: 80%;
  opacity: 0;
  text-align: center;
  border-radius: 2px;
  -webkit-animation: swing-out-top-bck 0.5s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;
  animation: swing-out-top-bck 0.5s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;
  
}


.language div a {

 list-style: none;
 display:block;
 padding: 10px 10px;
 color: #000;
 background: #fad415;


}

/* .language:hover div{

  display: inline;
  -webkit-animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
  animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;

} */


/* .language div a:hover  {

  color: #fff;
  background:#faaf58;
 
 } */

 #header.header-scrolled .language {

  opacity: 0;
  -webkit-animation: swing-out-top-bck 0.3s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;
  animation: swing-out-top-bck 0.3s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;

 }


 
 @media (max-width: 768px) {

  .language{

    display: flex;
    position: static;
    align-items: center;
    padding-top: 20px;
 
  }

  .language div{

    position: absolute;
    left:40%;
    top:120%;
  }    
      
  .language > a {

    display: none;
    position:relative;
  }

  .language > p {
  
    margin: auto;
    border-bottom: none;

  }

  .language > p:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    
  }

  .language div a, .language div a:hover  {

    color: #000;
    background: #fad415;

  }

  
  .language div a:active  {

    color: #fff;
    background:#faaf58;

  }

}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  -webkit-animation: swing-out-top-bck 0.2s
    cubic-bezier(0.6, -0.28, 0.735, 0.045) both;
  animation: swing-out-top-bck 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045) both;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.sf-with-ul {
  margin-bottom: 15px;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
  -webkit-animation: swing-in-top-fwd 0.5s
    cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: swing-in-top-fwd 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: left;
  margin: 0;
  padding-top: 10px;
}

@media (min-width: 768px) {
  #nav-menu-container {
    padding-left: 10vw;
    margin: 10px 0;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
/*  color: var(--mt-color-link);*/
  color: #fff;
  font-family: var(--font-bold);
  font-weight: 650;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
}



.nav-menu > li > a {
  border: 1px dashed rgba(0, 0, 0, 0);
}

.nav-menu > li:hover > a,
.nav-menu > .menu-active > a {
  color: var(--mt-color);
  border-color: var(--mt-color);

  /* border: 1px dashed var(--mt-color); */
  /* padding: 6px; */
}

#active-btn{

  background: #fed400;
  border:none !important;
  border-radius: 3px;
  color: black;
}



.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 0 0 0 0;
  padding: 0;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #f7f7f7;
  /* background: var(--mt-color); */
}

.nav-menu ul li {
  transition: 0.3s;
    border-bottom: 1px solid #ddd;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  width: 100%;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover {
  background: var(--mt-color);
}
.nav-menu ul li:hover a {
  color: #111;
}
.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: var(--font-one);
}

#mobile-nav ul li a:hover {
  color: var(--mt-color);
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: var(--mt-color);
}

#mobile-nav ul li.menu-active a[href$="contact"] {
  color: #000;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: var(--mt-color);
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: var(--mt-color);
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

.zoom-in {
  -webkit-animation: zoomIn 400ms ease both;
  -moz-animation: zoomIn 400ms ease both;
  -o-animation: zoomIn 400ms ease both;
  animation: zoomIn 400ms ease both;
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomIn {
  0% {
    -moz-transform: scale(1.5);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-out {
  -webkit-animation: zoomOut 400ms ease both;
  -moz-animation: zoomOut 400ms ease both;
  -o-animation: zoomOut 400ms ease both;
  animation: zoomOut 400ms ease both;
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomOut {
  0% {
    -moz-transform: scale(0.6);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes zoomOut {
  0% {
    -o-transform: scale(0.6);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}

/**
 * ----------------------------------------
 * animation swing-in-top-fwd
 * ----------------------------------------
 */
@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}
@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation swing-out-top-bck
 * ----------------------------------------
 */
@-webkit-keyframes swing-out-top-bck {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
}
@keyframes swing-out-top-bck {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-background img {
  max-width: 100%;
}

#intro .carousel-content {
  text-align: center;
}

/* .carousel-item.active {
  transition: 4s ease-in-out !important;
} */

#intro h2 {
  color: #fff;
  /* margin-bottom: 30px; */
  margin: 15px 0 15px 0;
  font-size: 36px;
  font-weight: 700;
  font-family: var(--font-bold);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
  /* word-spacing: 3px; */
}

#intro .carousel-caption-heading {
  border-top: 0.5px solid white;
  border-bottom: 0.5px solid white;
  border-radius: 4px;
  /* display: inline-block; */
  max-width: 400px;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 10vh;

  -webkit-animation: swing-in-top-fwd cubic-bezier(0.175, 0.885, 0.32, 1.275)
    both;
  animation: swing-in-top-fwd cubic-bezier(0.175, 0.885, 0.32, 1.275) both;

  animation-duration: 1.2s;
  animation-delay: var(--cap-anim-delay);
}

/**
 * ----------------------------------------
 * animation swing-in-top-fwd
 * ----------------------------------------
 */
@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}
@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  #intro p {
    /* display:none; */
    /* margin-bottom: 20vh; */
  }

  #intro h2 {
    color: #fff;
    /* margin-bottom: 30px; */
    margin: 15px 0 15px 0;
    font-size: 26px;
    font-weight: 700;
    font-family: var(--font-bold);
    text-transform: uppercase;
    text-align: center;
  }

  #intro .btn-get-started {
    font-family: var(--font-one);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin-top: 13vh;
    margin-bottom: 4vh;
    color: #000;
    background: var(--mt-color);

    -webkit-animation: swing-in-top-fwd cubic-bezier(0.175, 0.885, 0.32, 1.275)
      both;
    animation: swing-in-top-fwd cubic-bezier(0.175, 0.885, 0.32, 1.275) both;

    animation-duration: 1.2s;
    animation-delay: var(--btn-anim-delay);
  }

  #intro .carousel-caption-heading {
    border-top: 0.5px solid white;
    border-bottom: 0.5px solid white;
    border-radius: 4px;
    /* display: inline-block; */
    max-width: 330px;
    margin: auto;
    margin-bottom: 5vh;
    margin-top: 12vh;
  }
}

#intro p {
  width: 70%;
  margin: 0 auto 30px auto;
/*  color: rgb(228, 228, 228);*/
  color: #fff;
  -webkit-animation: swing-in-top-fwd cubic-bezier(0.175, 0.885, 0.32, 1.275)
    both;
  animation: swing-in-top-fwd cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  font-family: var(--font-bold);
  font-size: 0.8em;
  animation-duration: 1.2s;
  animation-delay: var(--para-anim-delay);
  letter-spacing: 1.5px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
  transition: var(--tran-rev);
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: var(--tran-main);
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
  background-color: #858585;
}

#intro .carousel-indicators .active,
#intro .carousel-indicators li:hover {
  background-color: var(--mt-color);
  opacity: 1;
}

.ion-chevron-left::before,
.ion-chevron-right::before {
  font-size: 16px;
  padding: 15px 20px 15px 20px;
  color: var(--mt-color);
  /* background: #fed400; */
}

@media (min-width: 768px) {
  .ion-chevron-left::before,
  .ion-chevron-right::before {
    border: 1px solid var(--mt-color);
    color: #fff;
    /* background: #fed400; */
  }
}

.carousel-control-next,
.carousel-control-prev {
  margin-right: 30px;
}

@media (min-width: 768px) {
  #intro .btn-get-started {
    font-family: var(--font-one);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #000;
    background: var(--mt-color);

    -webkit-animation: swing-in-top-fwd cubic-bezier(0.175, 0.885, 0.32, 1.275)
      both;
    animation: swing-in-top-fwd cubic-bezier(0.175, 0.885, 0.32, 1.275) both;

    animation-duration: 1.2s;
    animation-delay: var(--btn-anim-delay);
  }
}

#intro .btn-get-started:hover {
  background: #fff;
  color: var(--mt-color);
}

.overlay {
  /* background: transparent url("http://i.imgur.com/8B7UFiv.png") repeat; */
  background: transparent url("../img/intro-carousel/transparent.png") repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}


.section-header h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--mt-color);
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: left;
/*  padding-bottom: 10px;*/
  color: #333;
  position: relative;
  word-spacing: 2px;
}


/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

/* Featured Services Section
--------------------------------*/
#featured-services {
  background: #111111;
}

#featured-services .box {
  padding: 45px 30px;
/*    text-align: center;*/
}

#featured-services .box-bg {
  background-image: linear-gradient(
    0deg,
    #111111 0%,
    #242323 50%,
    #111111 100%
  );
}

/* #featured-services i {
  color: var(--mt-color);
  font-size: 48px;
  display: inline-block;
  line-height: 1;
} */

#featured-services img {
/*
  color: var(--mt-color);
  width:100%;
*/
}

#featured-services h4 {
  font-weight: 700;
  margin: 15px 0;
/*
  font-size: 18px;
  text-align: left;
*/

}

#featured-services h4 a {
  color: var(--mt-color);
}

/* #featured-services h4 a:hover {
  color: var(--mt-color);
} */

#featured-services p {
  font-family: var(--font-bold) ;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
/*  text-align: left;*/
    font-weight: 500;
    text-align: justify;
}

#featured-services svg.icon {
  width: 80px;
  height: auto;
  /* margin: auto;
  display: block; */

}

#featured-services svg.icon.ai {
  width: 95px;
  height: auto;
}

@media (max-width: 576px) {
  #featured-services svg.icon {
    display: block;
    margin: auto;
  }

  #featured-services p {

    font-size: 16px;
    margin-bottom: 0;
    text-align: left;
    padding-left: 20px;
    padding-right: 15px;
  }
  #featured-services h4 {
    font-weight: 500;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 15px;
    text-align: center;
  }
}



/* About Us Section
--------------------------------*/
#about {
  background: url("../img/temp/aboutus-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 80px 0 80px 0;
  position: relative;
}

#about::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  position: relative;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: var(--mt-color);
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: var(--mt-color);
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: var(--mt-color);
}

#about .about-col p {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-bottom: 0;
  padding: 0 15px 30px 15px;
  
}

/*WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWw
*/
#about .wrap_up {

  height:10%;
  width: 100%;
  top: 90%;
  /* background: #666666; */
  position: absolute;
  transition: 0.4s ease-in ;
  z-index: 3;
}

#about .wrap_up_inner{
  position: absolute;
  top:20%;
  left:0;
  right:0;
  width: 95%;
  height: 80%;
  margin: auto;
  text-align: center;
  border-top: 0.5px solid rgba(165, 163, 163, 0.4);
  border-radius: 20px;
  /* background: linear-gradient(to bottom,rgba(204, 204, 204, 0.4),#fff); */
  transition: 0.4s ease-in ;
  z-index:1 ;
  border-bottom: #fff;
  padding:0;
  cursor: pointer;
  
}

#about .wrap_up_inner:hover {

  border-top: 0.5px solid var(--mt-color);
  
 }



#about .wrap_up .wrap_icon{
  padding:0;
  margin: 0;
  position: absolute;
  top:-5%;
  display: flex;
  left:50%;
  width: 25px;
  height: 25px;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50%;
  z-index: 4;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--mt-color);
  cursor: pointer;
  transition: 0.2s ease-in;
  
}

#about .wrap_up .wrap_icon.hover{

  background: var(--mt-color);
}

#about .wrap_up .wrap_icon.hover i{
  color: #FFF;

}


#about .wrap_up  i{
  color: var(--mt-color);
  font-size: 1.5em;
}


#about .wrap_up  i.end{
  display: none;
}

#about .wrap_up.active{
/* #about .about-col.bg1:hover .wrap_up{ */
  top: 0%;
}

#about .wrap_up.active .wrap_up_inner {

 top: 0%;
 border-top: none;
 border-bottom: 0.5px solid rgba(199, 198, 198, 0.4);
 
}

#about .wrap_up.active .wrap_up_inner:hover {

  top: 0%;
  border-top: none;
  border-bottom: 0.5px solid var(--mt-color);
  
 }


#about .wrap_up.active .wrap_icon{
  top:52%;
  background: rgb(34, 34, 34);
}

#about .wrap_up.active .wrap_icon.hover{
  background:var(--mt-color);
}


#about .wrap_up.active  i.default{
  display:none;
  
}

#about .wrap_up.active i.end{
  display: inline;
 }




/*WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW*/

#about .about-col .hover_content {
  position: absolute;
  width: 100%;
  height: 0%;
  top: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  /* -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); */
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s ease-in;
  opacity: 0;
  visibility: hidden;

}

#about .about-col.bg1.active .hover_content {
  /* -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); */
  opacity: 1;
  visibility: visible;
  height:100%;
  top: 0%;
}




#about .about-col.bg1.active{

  background: rgba(0, 0, 0, 0.7);
  transition: 1s;
}




#about .hover_content .hover_content_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px 0px 20px 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  #about .hover_content .hover_content_inner {
    padding: 0 10px;
  }
}


#about .hover_content .hover_content_inner h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 8px;
}

#about .hover_content .hover_content_inner p {
  font-size: 16px;
  color: #fff;
}

#about .feature {
  margin: 5px 0px;
}
#about .feature i {
  float: left;
  padding: 5px;
  /* border-radius: 50%; */
  color: var(--mt-color);
  /* border: 1px solid var(--mt-color); */
  border: none;
  margin-right: 10px;
  font-size: 16px;


}

#about .feature p {

  color: #000;
  margin: 5px ;
  margin-left:20px;
  padding: 4px 10px;
  font-size: 15px !important;
  text-align: left ;
  line-height: normal;
  word-spacing: 2px;


}



/*--------------------------------------------------------------
# scrollUp
--------------------------------------------------------------*/

.scrollUp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mt-color);
  text-decoration: none;
  opacity: 0;
  /* pointer-events: none; */
  transition: 0.5s;
  /* background: var(--mt-color); */
  font-size: 25px;
  position: fixed;
  bottom: 16px;
  right: 4vw;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  z-index: 20;
  border: 1px solid rgb(139, 138, 138, 0.3);
  cursor: pointer;
}

.scrollUp.active {
  bottom: 32px;
  /* pointer-events: auto; */
  opacity: 1;
  transform: translateY(-55px);
  background: rgba(255, 255, 255, 0.2);
}

.scrollUp:hover {
  background: var(--mt-color);
  color: aliceblue;
  border: 1px solid rgb(139, 138, 138, 0);
}

/*--------------------------------------------------------------
# Solutions Section
--------------------------------------------------------------*/

/* .service_area header h1 {
  display: block;
  color: black;
  text-align: center;
  margin: 20px 0 !important;
} */


#solutions .section-header p {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #333;
  position: relative;
    font-weight: 500;
}

.solution-title .section-header h3, .solution-title .section-header p {

  color: rgb(231, 228, 228) !important ;
}



.service_area {
  background-image: url(../img/temp/solution-bg-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
/*  background-attachment: fixed;*/

  /* position: relative; */
}

.service_area #ser_area_wrap {
  padding-top: 100px;
  padding-bottom: 70px;
  width: 100%;
  height: 100%;
/*  background: #fff;*/
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
}

@media (max-width: 767px) {
  .service_area #ser_area_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service_area #ser_area_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}


.service_area .single_service {
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 45px;
  background-position: center;
  overflow: hidden;
/*  border-radius: 4px;*/
  /* border: 2px solid white; */
  position: relative;
}



.service_area .single_service .service_hover {
  text-align: center;
  /* padding: 104px 0 94px 0; */
  padding-bottom: 0px;
  background: linear-gradient(to right, #696969, #110f10);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 1s;
  position: relative;
    height: 200px;
    padding-top: 50px;
  
}

.service_area .single_service .service_hover h3 {
  font-size: 20px;
  font-family: var(--font-one);
  color: #fafafa;
  margin-top: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 900;
/*  border-bottom: 1px dotted #ccc ;*/
  padding-bottom: 15px;
  border-radius: -20px;
  margin-left: 25px;
  margin-right: 25px;
/*  margin-bottom: 15px;*/
  /* letter-spacing: px; */

}

@media (max-width:768px){
.service_area .single_service .service_hover p {

  font-size: 13px;
  margin: 0 20px 15px 15px;

}
}


@media (min-width:768px){

  .service_area .single_service .service_hover p {

    font-size: 13px !important;
    margin: 0 10px 15px 10px !important;
  
  }


}

.service_area .single_service .service_hover .date {

  /* background: var(--mt-color); */
  width: 80%;
  font-family: var(--font-one);
  font-size: 12px;
  font-weight: 600;
  color: white;
  padding: 6px ;
  
}


.service_area .single_service .service_hover .img-fluid{

width: 100%;
height: auto;

}

/* 
@media (min-width:768px) {
  .service_area .single_service .service_hover .img-fluid{
    
    width: 100%;
    height: 140px;

  }
} */


.service_area .single_service .service_hover .hover_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: table;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.service_area
  .single_service
  .service_hover
  .hover_content
  .hover_content_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .service_area
    .single_service
    .service_hover
    .hover_content
    .hover_content_inner {
    padding: 0 10px;
  }
}

.serv_icon{

  font-size: 30px;
  display: inline-block;
  color: var(--mt-color);
  padding: 10px 13px;
  margin-bottom: 10px;
  /* background: var(--mt-color); */
  /* border:2px solid white; */
  /* border-radius: 50%; */

  
  }

.service_area
  .single_service
  .service_hover
  .hover_content
  .hover_content_inner
  h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 8px;
}

.service_area
  .single_service
  .service_hover
  .hover_content
  .hover_content_inner
  p {
  font-size: 16px;
  color: #fff;
}

.service_area
  .single_service
  .service_hover
  .hover_content
  .hover_content_inner
  button {
    
    padding: 2px 4px;
}


.service_area .single_service:hover {
  background-position: top;
  box-shadow: 0 4px 8px 0 rgb(78, 78, 78), 0 6px 20px 0 rgba(247, 230, 5, 0.19);
  transition: box-shadow 0.5s;
}

@media (min-width:768px){

  .service_area .single_service:hover {
    -webkit-animation: animation_serv 1000ms ease-in-out both;
    animation: animation_serv 1000ms ease-in-out both;
    animation-delay: 0.1s;
  
  }

}




/* Generated with Bounce.js. Edit at http://bouncejs.com#%7Bs%3A%5B%7BT%3A%22c%22%2Ce%3A%22b%22%2Cd%3A1000%2CD%3A0%2Cf%3A%7Bx%3A1%2Cy%3A1%7D%2Ct%3A%7Bx%3A1.1%2Cy%3A1.1%7D%2Cs%3A1%2Cb%3A1%7D%5D%7D */

@-webkit-keyframes animation_serv { 
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  5.71% { -webkit-transform: matrix3d(1.038, 0, 0, 0, 0, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.038, 0, 0, 0, 0, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  11.31% { -webkit-transform: matrix3d(1.064, 0, 0, 0, 0, 1.064, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.064, 0, 0, 0, 0, 1.064, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  17.02% { -webkit-transform: matrix3d(1.081, 0, 0, 0, 0, 1.081, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.081, 0, 0, 0, 0, 1.081, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  22.62% { -webkit-transform: matrix3d(1.091, 0, 0, 0, 0, 1.091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.091, 0, 0, 0, 0, 1.091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  28.33% { -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.097, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  33.93% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  45.15% { -webkit-transform: matrix3d(1.102, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.102, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  72.57% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}

@keyframes animation_serv { 
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  5.71% { -webkit-transform: matrix3d(1.038, 0, 0, 0, 0, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.038, 0, 0, 0, 0, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  11.31% { -webkit-transform: matrix3d(1.064, 0, 0, 0, 0, 1.064, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.064, 0, 0, 0, 0, 1.064, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  17.02% { -webkit-transform: matrix3d(1.081, 0, 0, 0, 0, 1.081, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.081, 0, 0, 0, 0, 1.081, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  22.62% { -webkit-transform: matrix3d(1.091, 0, 0, 0, 0, 1.091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.091, 0, 0, 0, 0, 1.091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  28.33% { -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.097, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  33.93% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  45.15% { -webkit-transform: matrix3d(1.102, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.102, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  72.57% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}



.service_area .single_service:hover .hover_content {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}

.service_area .single_service:hover .service_hover {

  background: rgba(0, 0, 0, 0.5);
}

.service_area.container {
  align-items: center;
  justify-content: center;
}

#ser_btn_wrapper {

  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;


}

#btn_service {
  /* position: relative; */
  background-color: var(--mt-color);
  margin-top: 30px;
  /* color: #ccc; */
  /* display: inline-block; */
  /* left: 36vw; */
  font-weight: bold;
}

#btn_service:hover {
  background-color:#fad831;
}
  

/*--------------------------------------------------------------
# Individual Solutions Section
--------------------------------------------------------------*/

#individual_solution {

  /* margin-bottom: 30px; */
  
}


#individual_solution .section-header h2 {
  font-size: 28px;
  color: #111;
  text-transform: uppercase;
  font-weight: 700;
  margin-top:50px;
}

#individual_solution #industrial_automation .section-header h2,
#individual_solution #ene_automation .section-header h2
{
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-top:50px;
}

#individual_solution .section-header h2::after {
  content: "";
  display: block;
  height: 4px;
  width: 40px;
  background-color: var(--mt-color);
  margin-top: 20px;
  margin-bottom: 30px;
}

#individual_solution img {

  margin-bottom: 40px;
  
}

#individual_solution hr{
  margin-bottom: 40px;
  width: 70%
}
@media (max-width:667px){

#individual_solution #nav-tabContent{

  padding-top: 20px;
}

}
@media (max-width:576px){

  #individual_solution .section-header h2 {
    font-size: 25px;
    margin-top:35px;
  }

}

#individual_solution .nav-tabs .nav-link.active {

  background: var(--mt-color);
  border-color: var(--mt-color);
  }
  
  #individual_solution .nav-tabs .nav-link {
  
    padding:15px;
  
    }
  
  
  
  nav .pagination li{
  
    cursor: pointer;
  
  }
  
  nav .pagination li.active .page-link,nav .pagination li.active {
  
    cursor: default ;
    background: var(--mt-color);
    border-color: var(--mt-color);
  
  }

  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {

    border: 1px solid rgb(222, 226, 230);
    
  }


/* Mechanical Solution Section */



/* Industrial Automation Section */



#individual_solution #industrial_automation,
#individual_solution #ene_automation
 {
  padding-top: 1px;
  background: #242424 !important;
  
  
}

#individual_solution #industrial_automation .item h4,
#individual_solution #industrial_automation .item p,
#individual_solution #ene_automation .item h4,
#individual_solution #ene_automation .item p
{
color: #ccc;

}

#industrial_automation hr,
#ene_automation hr{
  /* color:#ccc; */
  border-color: rgb(59, 59, 59);
  /* background: #ccc; */
 
}




/*--------------------------------------------------------------
# Why Choose Us
--------------------------------------------------------------*/



#features{

  background: #FAFAFA;

}

#features .title:after {
  content: "";
  display: block;
  height: 4px;
  width: 40px;
  background-color: var(--mt-color);
  margin-top: 20px;
}

.whyus{
  padding-top: 100px;
  padding-bottom: 70px;

}


.whyus h2{

  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  /* text-align: center; */
  font-weight: 700;
  /* position: relative; */
  /* padding-bottom: 15px; */

}


.feature {
  margin: 15px 0px;
}
.feature i {
  float: left;
  padding: 5px;
  border-radius: 50%;
  color: var(--mt-color);
  border: 1px solid var(--mt-color);
  margin-right: 5px;

}

.feature p, .feature h2 {

  color: #000;

}







/*------------------------------------*\
Owl theme
\*------------------------------------*/

/* -- dots -- */


.owl-theme .owl-dots .owl-dot span {
  border: none;
  background: #EEE;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--mt-color);
}
.owl-theme .owl-dots .owl-dot.active span {
  background: var(--mt-color);
  width:20px;
}

/* -- nav -- */


.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFF;
  padding: 0px;
  width: 50px;
  height: 50px;
  border-radius:3px;
  line-height: 50px;
  margin: 0;
}

.owl-theme .owl-nav [class*='owl-']{
  opacity: 0;

 
}

.owl-theme:hover .owl-nav [class*='owl-'] {
 
  background: var(--mt-color);
  transition: 0.2s;
  -webkit-transition: 0.2s ;
  opacity: 1;

}


.owl-theme .owl-prev {
  left: 0px;
}

.owl-theme .owl-next {
  right: 0px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  opacity: 0.8;
  background: var(--mt-color);
}


/* Call To Action Section
--------------------------------*/



#call-to-action {
  background: linear-gradient(rgba(68, 68, 67, 0.1), rgba(0, 0, 0, 0.5)), url(../img/call.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  
}

#call-to-action p {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: var(--mt-color);
  border: 2px solid var(--mt-color);
}

/* Skills Section
--------------------------------*/
/* #skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .section-header h3, #skills .section-header p{

  color: #cccccc;
}


#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
} */

/* Facts Section
--------------------------------*/
/* #facts {
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: var(--mt-color);
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
} */



/*------------------------------------------------------------------ 
portfolio section 
--------------------------------------------------------------------*/
/* 
.portfolio_part {
  margin-bottom: -20px;
  padding: 130px 0;
  background: #fff;
  font-family:"Barlow Condensed", sans-serif;
}

.portfolio_part .card-columns {
  overflow: hidden;
}

.portfolio_part p {
  color: #fff;
  margin-bottom: 25px;
}

.portfolio_part .card-title {
  font-size: 30px;
  color: white !important;
  font-weight: 700;
  line-height: 1.833;
  margin-bottom: 20px;
}

.portfolio_part .card-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
}

@media (max-width: 576px) {
  .portfolio_part .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio_part .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.portfolio_part .card-columns .blockquote {
  padding: 0px 10px 54px 0px;
}

@media (max-width: 576px) {
  .portfolio_part .card-columns .blockquote {
    padding: 0px 10px 10px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio_part .card-columns .blockquote {
    padding: 0px 10px 10px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio_part .card-columns .blockquote {
    padding: 0px 10px 10px 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .portfolio_part .card-columns .blockquote {
    padding: 0px 10px 0px 0px;
  }
}

.portfolio_part .card-columns .blockquote h2 {

  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.portfolio_part .card-columns .blockquote h2:after {

  content: "";
  display: block;
  height: 4px;
  width: 40px;
  background-color: var(--mt-color);
  margin-top: 20px;

}

@media (max-width: 576px) {
  .portfolio_part .card-columns .blockquote h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .portfolio_part .card-columns .blockquote h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .portfolio_part .card-columns .blockquote h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .portfolio_part .card-columns .blockquote h2 {
    font-size: 36px;
    line-height: 1.2;
  }
}

.portfolio_part .card-columns .blockquote p {
  margin-bottom: 8px;
  color: #fff !important;
}

.portfolio_part .card-columns .portfolio_btn {
  font-size: 16px;
  text-transform: uppercase;
  color: #fe5c24;
}

.portfolio_part .card-columns .portfolio_btn img {
  width: 20px;
  height: 5px;
}

.portfolio_part .card-columns .overlay {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.portfolio_part .card-columns .overlay:after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90%;
  height: 100%;
  background: url(../img/portfolio/portfolio_overlay.png);
  content: "";
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.portfolio_part .card-columns .card {
  border: 0px solid transparent;
  position: relative;
  margin-bottom: 20px;
}

.portfolio_part .card-columns .card .card-body {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 40px 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}



.portfolio_part .card-columns .card .card-body h5 {
  font-size: 20px;
  font-family:"Barlow Condensed", sans-serif;
  font-weight: 600;
  margin-bottom: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {

  .portfolio_part .card-columns .card .card-body {
    padding: 25px 20px;
  }
  
  .portfolio_part .card-columns .card .card-body p {

    font-size: 16px;
    font-weight: 400;
    padding-right: 15%;

  }

}

@media (min-width: 768px) and (max-width: 991px) {

  .portfolio_part .card-columns .card .card-body {
    padding: 25px 15px;
  }
  
  .portfolio_part .card-columns .card .card-body p {

    font-size: 14px;
    font-weight: 400;
    padding-right: 25px;

  }

}


.portfolio_part .card-columns .card .card-img-top {
  border-top-left-radius: calc(0px);
  border-top-right-radius: calc(0px);
}

.portfolio_part .card-columns .card:hover .card-body {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
  top: 20px;
}

.portfolio_part .card-columns .card:hover .overlay:after {
  opacity: 1;
}

.see_more_project {
  background-color: #383537;
  height: 200px;
  text-align: center;
  position: relative;
   
}

.see_more_project .btn_1 {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;  
  background: #fe6600;
  font-family: "Barlow Condensed", sans-serif ;
  font-size: 1em;
  padding: 3vh 3vw;
  border-radius: 30px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
}

.see_more_project .btn_1:hover {

  color:#fe6600;
  background: #fff;
}

@media (max-width: 576px) {


  .see_more_project {
    background-color: #fff;
    height: 100px;
    text-align: center;
    position: relative;
    
  }

  .see_more_project .btn_1 {

    color:#fe6600;
    background: rgb(255, 255, 255);
    padding: 2vh 8vw;
    border : 1px solid #fe6600;
  }

  .see_more_project .btn_1:hover {

    color:#ffffff;
    background: #fe6600;
  }

} 

@media (min-width: 576px) AND (max-width: 767px) {

  .see_more_project {

    font-size:13px ;
    height: 162px;
  }

} 


@media (min-width: 990px) AND (max-width: 1200px) {

  .see_more_project {

    height: 143px;
    width: 50%;
  }
}

@media (min-width: 768px) AND (max-width: 989px) {

  .see_more_project {

    height: 136px;
    width: 50%;
  }
}


 */

 /* Contact Section
--------------------------------*/
#contact {
/*  padding-bottom: 60px;*/
    padding: 80px 0;
    background: #f7f7f7;
}

#contact hr{

  margin: auto;
  margin-bottom: 60px;
  width: 80%;
  
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--mt-color);
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: var(--mt-color); 
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .submit-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
    background: #f7f7f7;

}

#contact .submit-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .submit-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .submit-email-form .sent-message {
  display: none;
  color: #fff;
  background: var(--mt-color);
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .submit-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .submit-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--mt-color);
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .submit-email-form input, #contact .submit-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .submit-email-form input:focus, #contact .submit-email-form textarea:focus {
  background-color: var(--mt-color);
}

#contact .submit-email-form button[type="submit"] {
  background: var(--mt-color);
  border: 0;
  padding: 10px 30px;
  color: #000;
  transition: 0.4s;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 600;
}

#contact .submit-email-form button[type="submit"]:hover {
  background: #b69803;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.custom-file-label.selected img {
  height: 100%;
  position: relative;
  top: -1%;
  bottom: 0px;
  padding-top: 0px;
  border-radius: 5%;
  display: none;
}

.custom-file-label.selected span {
  padding-left:5px;
  padding-top:0.3rem;
  display: inline-block;
  font-size: 17px;
  line-height:0.5vh;
  vertical-align:center;
}

.custom-file-label.selected {
   padding:0;
   vertical-align:center;
}

/* .custom-file-label img {
  display:none;
} */

@media (max-width: 1024px) {
  .custom-file-label.selected span,.custom-file-label span#invalid {
      font-size: 13px;
      line-height:0.5vh;
    }
}

@media (max-width: 768px) {
  .custom-file-label.selected span,.custom-file-label span#invalid {
      font-size: 11px;
      line-height:0.5vh;
    }
}
@media (max-width: 576px) {
  .custom-file-label.selected span,.custom-file-label span#invalid {
      font-size: 8px;
      line-height:0.5vh;
    }

}

p#remove {
  padding-top: 10px;
  color: #ed7f12;
  text-decoration-line: underline;
  display: inline-block;
  cursor: pointer;
  display:none;
}

p#remove:hover {
  color: #fed400;
}   

p#remove:active {
  color: #c4a921;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #111;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
   
}

#footer .container{

  padding-top: 40px;

}


#footer .footer-contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 14px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-contact .social-links a:hover {
  color: #fff;
}

#footer .footer-contact .social-links .twitter:hover {
  background: #00acee;

}


#footer .footer-contact .social-links .facebook:hover {
  background: #3b5998;

}

#footer .footer-contact .social-links .instagram:hover {

  background: linear-gradient(to bottom right,#515bd4,#8134af,#DD2A7b,#feda77,#f58529);

}

#footer .footer-contact .social-links .google-plus:hover {
  background: #db4a39;

}

#footer .footer-contact .social-links .linkedin:hover {
  background: #0e76a8;

}

#footer .footer-contact {
  margin-bottom: 20px;
  text-align: center;
}

#footer .footer-contact p {
  line-height: 26px;
}


#footer #wrapping_logo_text {

  display: inline-block;
  padding-top:0px;
  position: relative;
  left:50%;
  transform: translateX(-50%);


}

#footer h3 {
  margin: 0;
  padding: 0;
  line-height: 0.6;
  font-family: var(--font-two);
}

#footer h3 a#first_line {
  color: #fed400;
  font-size: 30px;
  margin: 0;
  font-weight: 600;
  box-sizing: border-box;
  letter-spacing: 2px;
}

#footer h3 a#second_line {
  color: #fff;
  font-size: 15px;
  margin: 0;
  font-weight: 300;
  letter-spacing: 4px;
  box-sizing: border-box;
}

#footer p a {
  font-size: 8px;
  color: var(--mt-color-link);
  letter-spacing: 5px;
  font-family: var(--font-one);
}

#footer .copyright a {

  color: rgba(252, 206, 1, 0.8);

}

@media (max-width: 768px) {
  #footer p a {
    font-size: 8px;
    color: var(--mt-color-link);
    letter-spacing: 3px;
    font-family: var(--font-one);
  }
}

#footer h3 a,
#footer h3 a:hover {
  color: #fff;
}

/* Yellow border in the left side of logo text */
/* #footer #wrapping_logo_text {
  border-left: 4px solid var(--mt-color);
  padding-left: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
} */

#footer img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #footer h1 {
    font-size: 28px;
  }
  #footer img {
    max-height: 40px;
  }

  #footer {
    padding: 10px;
  }
}


#footer .social {
  padding-top: 15px;
}


#footer .copyright {
  text-align: center;
  
}

#footer .modal-content{  background:rgb(26, 26, 26) }
#footer .modal-footer button.btn.btn-warning { margin: auto;}
/* #footer h5#privacyPolicyModal {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
} */
#footer button.close {color: white;}

#footer .copyright i#sep{
  margin: 0px 10px;
}


#footer .copyright #privacy{
/*  margin-left: 10px;*/
}

@media (max-width: 576px){

  #footer .copyright{
    font-size: 14px;  
  }

  #footer #legal{
    display: block;
  }
  #footer .copyright #first_sep{
    display: none;
  }

}

@media (max-width: 768px){
    #footer #legal{
      display: block;
      margin-top: 5px;
      margin-bottom: 10px;
    }
}