/*
  Theme Name: Imperial
  Theme URL: https://bootstrapmade.com/imperial-free-onepage-bootstrap-template/
  Author: BootstrapMade
  Author URL: https://bootstrapmade.com
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.fa-facebook:hover{
  color: rgb(0, 13, 189);
}
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #eee6e9;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #ee3927;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #ee3927;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #ee3927;
  color: #fff;
}

/* Sitewide Notice */
.banner-section{
  display: flex;
  flex-direction: row;
}

#sitewide-banner {
  flex: 1;
  background-color:#e91717;
  color:rgb(255, 255, 255);
  top:0;
  left:0;
  z-index: 999999;
  width:100%;
  overflow:hidden;
  -webkit-box-shadow:0 0 5px #000;
  -moz-box-shadow:0 0 5px #000;
  box-shadow:0 0 5px #000;
  position: sticky;
}

#sitewide-banner1 {
  flex: 1;
  background-color:#000;
  color:rgb(255, 255, 255);
  top:0;
  left:0;
  z-index: 999999;
  width:100%;
  overflow:hidden;
  -webkit-box-shadow:0 0 5px #000;
  -moz-box-shadow:0 0 5px #000;
  box-shadow:0 0 5px #000;
  position: sticky;
}

#sitewide-banner-content{
  display: flex;
}

#sitewide-banner-content a{
  display: flex;
  flex: 10;
  justify-content: flex-start;
  font-size: 16px;
  align-items: center;
  margin: 10px 20px;
  color: white;
}

#sitewide-banner-content a:hover{
  color: #087579;
}

#sitewide-banner-content p{
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  margin: 10px 20px;
  font-weight: 900;
  font-size: 20px;
}

#sitewide-banner-content p:hover{
  color: #087579;
  cursor: pointer;
}

/*Cookie Consent Begin*/
#cookieConsent {
  background-color: rgba(20,20,20,0.8);
  min-height: 26px;
  font-size: 14px;
  color: #ccc;
  line-height: 26px;
  padding: 8px 0 8px 30px;
  font-family: "Trebuchet MS",Helvetica,sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}
#cookieConsent a {
  color: #4B8EE7;
  text-decoration: none;
}
#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0;
  font-weight: bold;
}
#closeCookieConsent:hover {
  color: #FFF;
}
#cookieConsent a.cookieConsentOK {
  background-color: #F1D600;
  color: #000;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
  float: right;
  margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
  background-color: #E0C91F;
}
/*Cookie Consent End*/

.deactivate{
  display: none;
}

/* SubMenu */
.dropdown-menu{
  background-color: rgb(139, 139, 139);
  color: #06aaaf;
  width: 100%;
  margin: 0 auto;
  min-width: 175px;
}
/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
.hero-index{
  background-image: url(../img/WebImages/banner/bannerhome1.jpg);
  background-position: top center; 
  background-size: cover;
  height: 750px;
}

.hero-software{
  background: url(../img/WebImages/banner/bannerbg.png) top center;
  background-size: cover;
}

.hero-about{
  background: url(../img/WebImages/about/tickbg.png) bottom fixed;
  background-size: cover;
}

#hero {
  display: table;
  width: 100%;
  border-top: 20px solid #0a9ea3;
  border-bottom: 20px solid #0a9ea3;
}

#hero .hero-logo {
  margin: 20px;
}

#hero .hero-logo img {
  max-width: 100%;
}

#hero .hero-container {
  display: flex;
  margin-top: 20px;
  padding: 0;
  text-align: left;
  vertical-align: middle;
}

#hero h2 {
  margin: 30px 0 10px 0;
  font-weight: 700;
  line-height: 48px;
  color: rgb(255, 255, 255);
  font-size: 50px;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
    line-height: 36px;
  }
}


#hero h3 {
  color: rgb(255, 255, 255);
  margin-bottom: 0px;
}




@media (max-width: 768px) {
  #hero h3 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  #hero h3 .rotating {
    display: block;
  }
  .flickity-button {
    display: none !important; 
  }
}

#hero .rotating > .animated {
  display: inline-block;
}

.carouselSection{
  padding-bottom: 40px; 
  background-color: #0a9ea3;
}

.flickity-prev-next-button {
  border: 1px solid #0a9ea3;
}

.flickity-prev-next-button:hover {
  border: 2px solid #0a9ea3;
}

.flickity-page-dots .dot {
  background: #fff;
}

.flickity-slider{
  display: flex;
}

.carousel-cell{
  padding: 20px 0;
}

.banner-container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.banner-text{
  flex: 1;
  text-align: left;
  color: white;
}

.banner-pc{
  flex: 1;
  text-align: right;
  margin: 20px 0;
}

.section-main{
  margin: 20px 30px;
}

.triple-columns{
  display: flex;
}

.double-column{
  display: flex;
}

/*--------------------------------------------------------------
Counter
--------------------------------------------------------------*/

.counter-row{
  display: flex;
  justify-content: center;
}

.counter-bg{
  background-color: #0a9ea3;
  padding-top: 30px;
}

.counter-column {
  float: left;
  width: 33%;
}

.counter-item{
  flex: 1;
  text-align: center;
  color: white;
  margin: 20px;
}

.counter-item h2{
  margin-bottom: 5px;
}

.counter-left{
  margin-left: -25px;
}

/*--------------------------------------------------------------
Video
--------------------------------------------------------------*/

.home-video video{
  margin: 50px 10px 50px 0;
  border: 2px solid #086164;
}

.home-text{
  display: flex;
  flex-direction: column;
  margin: 50px 10px 0 10px;
}

.home-text p{
  text-align: justify;
  font-size: 16px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.home-text h2{
  color: #087579;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 0px;
}
.home-text h3{
  color: #087579;
  font-size: 45px;
  font-weight: 300;
}

.devices-flex{
  flex: 1;
}

.home-spacer{
  width: 75%;
}
/*--------------------------------------------------------------
Business
--------------------------------------------------------------*/
.card{
  border: 1px solid #086164;
  border-radius: 8px;
  margin-top: 10px;
  background-color: #166063b7;
  clear: right;
  z-index: 2;
}

.card h1{
  padding: 15px 15px 0 15px;
  color: white;
}

.relative{
  position: relative;
  top: 0;
  left: 0;
}

.hand-banner{
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}

.hand-image{
  width: 45%;
  position: absolute;
  top: 30px;
  right: 0;
}

/*--------------------------------------------------------------
Devices
--------------------------------------------------------------*/
.cards{
  display: flex;
  width: 50%;
  margin-left: -10px;
}

.cards-item{
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.icons-text{
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

.icons{
  padding: 0;
  max-width: 100%;
  text-align: center;
}

.cards p{
  text-align: center;
}

.devices{
  flex: 1;
  border-radius: 8px;
  margin: 80px 0 10px 0;
}

.device-card{
  align-items: center;
  background-color: #129da1;
  display: flex;
  flex-direction: column;
  margin: 0 5px 10px 5px;
  padding: 0px 5px;
  border-radius: 12px;
  width: 200px;
  height: 300px;
  justify-content: flex-end;
}

.device-card:hover{
  background-color: #086164;
  transform: scale(1.1);
}

.device-card a:hover{
  color: white;
}

.device-card img{
  margin: 0 0 10px 0;
}

.device-card-dark{
  background-color: #0b6568;
  display: flex;
  flex-direction: column;
  margin: 0 5px 10px 5px;
  padding: 0px 5px;
  border-radius: 12px;
}

.device-card-dark img{
  margin: 20px 0;
}

.offset img{
  margin-top: -350px;
}

.device-card button{
  width: 90%;
  margin-bottom: 10px;
  background-color: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 22px;
}


/*--------------------------------------------------------------
  Devices Page
--------------------------------------------------------------*/
.centerDevices{
  display: flex;
  justify-content: center;
}

.devicesPage{
  border-radius: 8px;
  margin: 80px 0 10px 0;
}

.device-cardPage{
  align-items: center;
  background-color: #129da1;
  display: flex;
  flex-direction: column;
  margin: 0 5px 10px 5px;
  padding: 0px 5px;
  border-radius: 12px;
  width: 250px;
  height: 300px;
  justify-content: flex-end;
}

.device-cardPage:hover{
  background-color: #11b0b6;
  transform: scale(1.1);
}

.device-cardPage img{
  margin: 0 0 10px 0;
}

.device-cardPage button{
  width: 90%;
  margin-bottom: 10px;
  background-color: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 22px;
}

.devicesContent{
  display: flex;
  margin: 50px 10px 100px 10px;
  align-items: center;
}

.devices-cards{
  display: flex;
  flex: 1;
}

.devices-text{
  display: flex;
  flex-direction: column;
  flex: 15;
}

.devices-text p{
  text-align: justify;
  font-size: 20px;
  font-weight: 400;
  padding: 0 50px 0 0;
}

.devices-text h2{
  color: #087579;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 0px;
}
.devices-text h3{
  color: #087579;
  font-size: 45px;
  font-weight: 300;
}

.devices-cards-item{
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 0 5px;
}

.devices-cards-item p{
  font-size: 14px;
}

.device-icons{
  padding: 0;
  max-width: 100px;
  text-align: center;
}

/*--------------------------------------------------------------
  Device Display Page
--------------------------------------------------------------*/
.flex{
  display: flex;
}

.deviceShowcase{
  align-items: center;
  margin: 50px auto 150px auto;
}

.deviceDisplay{
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.deviceDisplay img{
  width: 60%;
  margin-right: 50px;
}

.expandImage img{
  width: 100%;
  margin-right: 50px;
}

.deviceDescription h2{
  font-size: 40px;
  font-weight: 700;
  color: #086164;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin: 0;
}

.deviceDescription h3{
  font-size: 40px;
  font-weight: 300;
  color: #086164;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.deviceDescription p{
  font-size: 17px;
  font-weight: 300;
  color: #797979;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.deviceDescription b{
  font-size: 16px;
  font-weight: 700;
  color: #086164;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.deviceDescription ul{
  margin-top: 20px;
  margin-bottom: 50px;
}

.deviceDescription li{
  font-size: 16px;
  font-weight: 300;
  color: #7a7a7a;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.deviceDescription li svg{
  color: #06aaaf;
}

.deviceLinks button{
  border: 1px solid #087579;
  color: #087579;
  background-color: transparent;
  padding: 8px 30px;
  border-radius: 10px;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


/*--------------------------------------------------------------
  Software
--------------------------------------------------------------*/
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  display: flex;
  background-color: #087579;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin: 5px 0;
}

.accordion p{
  width: 100%;
  margin: 0;
}

.accordion svg{
  text-align: right;
  font-size: 17px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #0a9ea3;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.panel img{
  flex: 1;
  background-color: #0a9ea3;
  border-radius: 15px;
  margin: 10px 40px 10px 0px;
  padding: 20px;
  width: 50px;
}

.panel p{
  margin-bottom: 5px;
}

.column-left{
  flex: 4;
  flex-direction: column;
}

.column-right{
  flex: 4;
  flex-direction: column;
}

.software-pc{
  display: flex;
  flex: 2;
  margin: 30px 0;
  justify-content: center;
  align-items: center;
}

.feature-card{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  background-color: #eeeeee;
  margin: 5px 5px;
}

.feature-card img{
  width: 50px;
  margin: 20px;
}

.feature-text h3{
  color: #0a9ea3;
  font-size: 20px;
  font-weight: 600;
  margin: 5px 10px;
}

.feature-text p{
  color: #968f8f;
  font-size: 16px;
  font-weight: 500;
  margin: 0 10px;
}

/*--------------------------------------------------------------
  Software Modals
--------------------------------------------------------------*/
.dialog-left{
  display: flex;
  flex: 1;
  flex-direction: column;
}

.dialog-right{
  flex: 1;
  flex-direction: column;
}

.dialog{
  border-radius: 20px;
  background-color: #06aaaf; 
  padding: 0 20px;
}

.dialog h1{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 50px;
  padding: 0 0 0 20px;
  color: white;
}

.dialog li{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  margin: 0px;
  color: white;
  padding-left: 2em;
  text-indent: -1.5em;
}

.dialog1{
  border-radius: 20px;
  background-color: #06aaaf; 
  padding: 0 20px;
}

.dialog1 p{
  color: white;
  margin: 0;
}

.dialog1 h1{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: white;
}

.dialog1 li{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: 5px 0;
  color: white;
}

.ui-front{
  z-index: 999 !important;
}

.ui-widget-content{
  border-radius: 20px !important;
  background-color: #06aaaf !important; 
  padding: 30px 20px;
  color: white;
}

.ui-dialog-titlebar{
  visibility: hidden;
}

.ui-dialog-titlebar-close{
  visibility: visible;
}

.ui-resizable-handle{
  background-color:   transparent;
}

/*--------------------------------------------------------------
  About Section
--------------------------------------------------------------*/
.mid-banner{
  background-color: #096669;
}

.mid-banner h3{
  text-align: center;
  color: white;
  font-weight: 600;
  margin: 50px;
}

.about-list{
  flex: 1;
  flex-direction: column;
  margin: 20px 0;
}

.about-list-item{
  display: flex;
  flex-direction: row;
  margin: 20px 20px 0 20px;
  color: white;
  font-size: 16px;
  font-weight: 500;
}

.about-list-item img{
  width: 30px;
  height: 30px;
  margin: -5px 20px 30px 0;
}

.about-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  background-color: #dfdfdf;
  margin: 5px;
  border-radius: 10px;
}

.about-card:hover{
  background-color: #ebe9e9;
  transform: scale(1.05);
}

.about-card img{
  width: 120px;
  margin: 20px 0 20px 0;
}

.about-card h2{
  color: #087579;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-card p{
  color: #968f8f;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin: 0 30px 20px 30px;
}

/*--------------------------------------------------------------
  Careers Section
--------------------------------------------------------------*/
.careerPosting{
  margin: 20px 0;
}

.careerPosting h2{
  margin: 0;
  color: #086164;
  font-weight: 500;
  font-size: 30px;
}

.careerPosting h3{
  margin: 0;
  color: #919191;
  font-weight: 500;
  font-size: 24px;
}

.careerPosting img{
  width: 150px;
  margin: 10px;
  padding-right: 0 !important;
  display: inline;
  border-radius: 50%;
}

.careerDetails{
  display: flex;
  text-align: left;
  margin: 5px 0;
  border-bottom: 1px solid gray;
}

.careerDetails p{
  font-weight: 600;
  font-size: 14px;
  background-color: #06aaaf;
  color: white;
  padding: 5px 7px;
}

.careerDetails a{
  width: 150px;
  color: #064a4d;
  font-weight: 400;
  text-align: right;
  padding: 5px 2px;
}

.careerDetails a svg{
  margin: 0 5px;
}

.careerDescription p{
  margin: 0;
  color: #086164;
}

.careerPostings{
  margin: 50px auto 100px auto;
}

.careerSearch{
  padding: 0px 30px 10px 30px;
  margin: 10px;
}

.careerSearch input{
  margin: 0px !important;
  padding: 10px;
  height: 40px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

tr:hover{
  background-color:#e9e8e8;
  border: 2px solid #06aaaf;
  cursor: pointer;
}

.careerListings{
  padding: 10px 30px 30px 30px;
  margin: 10px;
}

.companyLogo{
  width: 100px;
  height: 40px;
  text-align: right;
  padding: 15px 0 0px 0 !important; 
}

.companyLogo img{
  border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
  width: 50px;
  margin: 0;
  padding-right: 0 !important;
  display: inline;
}

.careerCompany{
  padding: 22px 0 5px 20px !important;
  font-size: 16px;
  color: #2b2b2b;
  font-weight: 400;
}

.careerCompany b{
  color: #999;
  font-weight: 700;
  line-height: 1.5em;
}

.careerLocation{
  text-align: right;
  padding: 25px 0 0 0 !important;
  width: 150px;
  color: #999;
  font-size: 16px;
}

.careerType{
  text-align: right;
  padding-top: 40px !important;
  padding-bottom: 0 !important;
  color: #06aaaf;
  font-weight: 700;
  font-size: 15px;
}



/*--------------------------------------------------------------
  WhatsApp Page
--------------------------------------------------------------*/
.whatsapp{
  margin: 50px 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.whatsapp-list{
  display: flex;
  flex-direction: row;
  flex: 2;
  flex-direction: column;
  justify-content: center;
}

.whatsapp-list h2{
  color: #087579;
  font-weight: 600;
  margin: 0 0 30px 20px;
}

.whatsapp-img{
  flex: 1;
  margin: 100px 0 100px 250px;
  width: 100%;
  height: 100%;
}

.whatsapp-img img{
  display: flex;
  width: 440px;
  align-items: flex-end;
}

.whatsapp-list-item{
  display: flex;
  flex-direction: row;
  margin: 0 20px 0 20px;
  color: rgb(109, 109, 109);
  font-size: 16px;
  font-weight: 500;
}

.whatsapp-list-item img{
  width: 25px;
  height: 25px;
  margin: 0 30px 30px 0;
}

/*--------------------------------------------------------------
  Demo Page
--------------------------------------------------------------*/
.demo{
  margin-top: 100px;
}

.demo-img{
  display: flex;
  flex: 3;
  position: relative;
}

.demo-img img{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 450px;
  height: 715px;
}

.demo-text{
  flex: 4;
  margin: 150px 0 250px 50px;
}

.demo h3{
  color: #087579;
  font-weight: 600;
  font-size: 30px;
}

.demo h2{
  color: #fdffff;
  font-weight: 600;
}

.demo p{
  color: rgb(126, 126, 126);
  font-weight: 400;
  font-size: 16px;
}
/*--------------------------------------------------------------
  Bottom Banner
--------------------------------------------------------------*/
.bottom-container{
  display: flex;
  align-content: flex-end;
  position: relative;
}

.bottom-banner{
  background-image: url(/img/WebImages/contbanner2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
}

.banner-man-overlay{
  margin-top: -100px;
}

.banner-center{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 50px 0 -50px 0;
  letter-spacing: 1px;
  word-spacing: 2px;
}

.banner-center img{
  display: flex;
  justify-content: center;
  align-content: center;
  width: 80px;
  height: 80px;
  margin: -15px 20px 0 0;
}

.banner-center h2{
  color: white;
  font-size: 45px;
}

.banner-center h3{
  color: white;
  font-size: 45px;
}


.banner-imgs img{
  flex: 1;
  flex-direction: row;
  justify-content: center;
}

.banner-man{
  width: 300px;
  flex: 1;
}

.rows{
  display: flex;
  flex-direction: row;
}

.register{
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: -20px;
}

.register a {
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  padding: 20px 90px;
  border-radius: 100px;
  transition: 0.5s;
  margin: 20px 0;
}

.actions{
  display: flex;
  flex: 1;
  align-items: center;
  margin-bottom: -80px;
}

.actions a {
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  padding: 20px 90px;
  border-radius: 100px;
  transition: 0.5s;
  margin: 70px -50px 70px 10px;
}

.btn-get-started {
  background: #0a9ea3;
  border: 2px solid white;
  color: #fff;
}

.btn-get-started:hover {
  background: none;
  border-radius: 100px;
  border: 2px solid #0a9ea3;
  color: #0a9ea3;
}

.btn-email {
  background: #087579;
  border: 2px solid white;
  color: #fff;
}

.btn-email:hover {
  background: none;
  border-radius: 100px;
  border: 2px solid #087579;
  color: #087579;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  height: 130px;
  position: sticky;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}

#header #logo {
  margin: 0 20px 0 50px;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin-top: 0;
  max-height: 35px;
}

@media (max-width: 768px) {
  #header {
    height: 80px;
  }
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 40px;
  }
  .cards{
    margin: 0;
  }
  .devices{
    display: flex; 
    flex-direction: column;
    align-items: center;
  }
  .demo{
    display: flex;
    flex-direction: column-reverse; 
    margin-top: 0;
  }
  .demo-text{
    margin: 50px 0 730px 50px; 
  }
  .demo-img{
    right: 130px;
  }
  .creditContent{
    padding: 50px 0px !important;
  }
  .creditContentColumn p{
    width: 90%;
    text-align: justify;
  }
  .creditCard p{
    margin: 0px 30px 10px 0px !important;
  }
  .columnImage{
    margin-bottom: 10px !important;
  }
  .creditBanner{
    padding: 150px 50px !important;
  }
}

.is-sticky #header {
  background: #fff;
}

/*--------------------------------------------------------------
  Succesful Email Page
--------------------------------------------------------------*/
.successSection{
  margin: 0 auto 100px auto;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 10px solid #0a9ea3;
}
.successSection img{
  width: 100px;
  margin: 0;
}
.successSection h3{
  font-weight: 900;
  line-height: 55px;
  color: #0a9ea3;
  font-size: 50px;
  white-space: nowrap;
  letter-spacing: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.successSection p{
  font-weight: 500;
  color: #0a9ea3;
  font-size: 18px;
  white-space: nowrap;
  letter-spacing: 1px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
#nav {
  float: left;
  width: 100%;
  justify-content: center;
  padding: 10px 0;
  background-color: #087579;
}

#nav ul {
	list-style: none;
	width: 900px;
	margin: 0 auto;
  padding: 0; 
}

#nav li {
  display: flex;
  float: left;
  align-items: center;
  padding-left: 10px;
	color: white;
}

#nav li a {
	display: block;
	padding: 5px 10px 5px 5px;
	text-decoration: none;
	font-weight: 200;
	color: rgb(255, 255, 255);
}

.highlight{
  border-right: 3px solid #0a9ea3;
}

#nav li:hover {
	color: rgb(253, 253, 253);
  background-color: #0a9ea3; 
}

.main-nav{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

/* 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;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}


/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 17px;
}

.sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 5px;
  bottom: 10px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Top Meu Container */
#top-menu-container {
  width: 100%;
  float: right;
  position: relative;
  left: 25%;
}

/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
}

@media (max-width: 1400px) {
  #nav-menu-container {
    display: none;
  }
}

.empty-link{
  pointer-events: none;
  cursor: default;
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 10px;
  text-decoration: none;
  display: inline-block;
  color: #ababab;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 14px;
  outline: none;
}

.border-li{
  padding: 6px 12px !important;  
  color: #ffffff !important;
  border: solid #087579; 
  border-radius: 6px; 
  background-color: #087579;
}

.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
  color: #087579;
}

.mobile-nav a:hover, .mobile-nav li:hover > a, .mobile-nav .menu-active > a {
  color: #087579;
}

.current-item{
  background-color: #087579 !important;
}

.current-item a{
  color: white !important;
  width: 100%;
}

.current-item a:hover{
  color: #087579 !important;
}

.nav-menu ul {
  margin: 4px 0 0 15px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  background: #f6f6f6;
}

.nav-menu ul li a {
  color: #333;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 45px;
  z-index: 998;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
}

#mobile-nav-toggle i {
  color: #ee3927;
}

@media (max-width: 1400px) {
  #mobile-nav-toggle {
    display: inline !important;
  }
  #header #logo {
    margin-left: 0px;
  }
  #hero h1{
    font-size: 46px;
  }
  .whatsapp-img{
    transform: scale(0.8);
    margin: 0;
  }
  .dropdown-menu {
    position: static;
  }
}



@media (max-width: 1000px) {
  .creditContent{
    flex-direction: column;
  }
  .creditContentCards{
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .column-flex{
    flex-direction: column;
  }
  .device-card-dark{
    align-items: center;
  }
  .home-video video{
    width: 100%;
  }
  .home-text{
    margin: 0;
  }
  #hero h1{
    font-size: 40px;
  }
  .software-pc{
    transform: scale(0.8);
    margin-left: -60px;
  }
  .facebook-window h3{
    width: 80% !important;
  }
}

@media (max-width: 940px) {
  .bottom-banner{
    display: none;
  }
  .devicesContent{
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  #nav{
    display: none;
  }
  #header-sticky-wrapper{
    height: 80px !important;
  }
  #mobile-nav-toggle {
    margin: 25px 20px 0 0;
    top: 0;
  }
  #logo{
    margin: 10px 0;
  }
  .counter-row{
    flex-direction: column;
  }
  .highlight{
    border-right: none;
    border-bottom: 2px solid #086164;
  }
  .software-pc{
    display: none;
  }
  .column-flex1{
    flex-direction: column;
  }
  .software-card img {
    width: 120px;
    margin: 10px 0 20px 0;
  }
  .map{
    flex-direction: column !important;
  }
  .contact-details{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 50px 0;
  }
  .whatsapp{
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 600px) {
  .cards{
    transform: scale(0.8);
    margin-left: -50px;
  }
  .hand-image{
    top: 10px;
  }
  .mid-banner h3{
    margin: 40px 10px;
  }
  .column-flex2{
    flex-direction: column;
  }
  
  .column-flex2 li{
    margin: 10px 0;
  }
}

@media (max-width: 470px) {
  .cards{
    transform: scale(0.6);
    margin-left: -90px;
  }
  .banner-container{
    flex-direction: column-reverse;
  }
  .banner-text h1{
    white-space: nowrap;
    font-size: 35px !important;
  }
}

@media (max-width: 400px) {
  #logo{
    transform: scale(0.8);
    margin-left: -30px;
  }
  #mobile-nav-toggle {
    margin: 20px 20px 0 0;
  }
  .devices{
    transform: scale(0.8);
    margin-left: -20px;
  }
  #hero h1{
    text-align: center;
  }
  #hero h2{
    text-align: center;
    margin: 0;
  }
  .register{
    justify-content: center;
  }
  .about-list-item{
    transform: scale(0.8);
    margin: 10px 0;
    margin-left: -15px;
  }
  .whatsapp-list-item{
    transform: scale(0.9);
  }
  .hero-logo-img {
    max-width: 75% !important;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.9);
  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: static;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#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: #ee3927;
}

#mobile-nav ul .menu-item-active {
  color: #ee3927;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  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;
}

/* Credit Section */
.creditBanner{
  background-image: url(../img/WebImages/creditgatebanner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 20px solid #0dbfc5;
  width: 100%;
  height: 750px;
}

.creditBannerContent{
  text-align: left;
  color: white;
  padding: 40px 0 0 50px;
}

.creditBannerContent h1{
  font-size: 60px;
  font-weight: 300;
}

.creditBannerContent p{
  font-size: 20px;
  color: rgba(255, 255, 255, 0.767);
  font-weight: 300;
}

.creditBannerContent button{
  background-color: #06aaaf;
  border: 1px solid #06aaaf;
  border-radius: 4px;
  color: white;
  padding: 7px 17px;
}

.flickity-viewport{
  height: 700px !important;
}

@media (max-width: 768px) {
  .flickity-viewport{
    height: 700px !important;
  }
  .hero-container{
    margin-left: 40px;
    background-position: left;
    background-size: cover;
  }
}

.BackgroundSection{
  background-image: url(/img/WebImages/about/tickbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.BackgroundSection h2{
  font-size: 50px;
  color: white;
}

.creditContentCards{
  display: flex;
  justify-content: center;
  align-items: center;
}

.creditContent{
  padding: 50px 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 50px;
}

.creditContentColumn{
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 5px;
}

.creditContentColumn h2{
  font-size: 45px;
  color: #166f72;
  font-weight: 300;
}

.creditContentColumn p{
  font-size: 22px;
  color: #969696;
  font-weight: 500;
  margin-right: 25%;
}

.flexrow{
  display: flex;
  flex: 1;
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.creditCard{
  background-color: rgb(230, 230, 230);
  border-radius: 15px;
  padding: 20px;
  height: 410px;
}

.creditCard p{
  font-size: 20px;
  color: #969696;
  font-weight: 500;
  margin: 0px 30px 10px 42px;
}

.columnTitle{
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.columnImage{
  flex: 1;
  margin: 0 5px 0 -5px;
}

.columnTitle h4{
  flex: 5;
  font-size: 22px;
  font-weight: 800;
  color: #086164;
  margin: 0;
}

.creditOfferCard{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  margin: 0 10px;
}

.creditOfferCard img{
  width: 110px;
  margin: 0 0 10px 0;
}

.creditOfferCard p{
  margin: 5px;
  color: #858585;
  font-size: 17px;
  font-weight: 500;
  height: 42px;
}

/* Get Started Section
--------------------------------*/
#about {
  background: #fff;
  padding: 80px 0;
}

#about .about-container {
  background: url(../img/about-img.jpg) left top no-repeat;
}

#about .about-content {
  background: #fff;
}

#about .about-title {
  color: #333;
  font-weight: 700;
  font-size: 28px;
}

#about .about-text {
  line-height: 26px;
}

#about .about-text:last-child {
  margin-bottom: 0;
}

/* Contact Section
--------------------------------*/
.map{
  display: flex;
  flex-direction: row;
}

.map-half{
  flex: 1;
}

.contact-details{
  flex: 1;
  width: 100%;
}

.contact-details select{
  width: 55%;
  margin: 50px 0 10px 50px;
  color: rgba(128, 128, 128, 0.712);
  border: 1px solid #087579;
}

.contact-details h3{
  color: #087579;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 10px 50px;
}

.contact-details p{
  color: #5e5e5e;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  margin: 5px 0 10px 50px;
}

.form{
  background-color: #0a9ea3;
}

.form-outline{
  flex-direction: column;
}

.form-split{
  display: flex;
  flex-direction: row;
}

.form-rows{
  flex: 1;
  margin: 5px 0;
  border: 2px solid #087579af;
  border-radius: 6px;
}

.form-section{
  margin: 50px 0 150px 0;
}

.form-message{
  display: flex;
  flex-direction: row;
  color: rgba(124, 124, 124, 0.726);
  text-align: left;
  margin: 5px;
}

.form-message p{
  margin-top: 15px;
}

.careers-form-section{
  margin: 20px 0;
}

.careers-form-section h3{
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 30px;
}

.careers-form-section p{
  text-align: center;
  color: white;
  font-size: 16px;
}

.contact-form-section{
  margin: 50px 10px;
}

.contact-form-section h3{
  text-align: left;
  color: white;
  font-weight: 600;
  font-size: 30px;
}

.contact-spacing{
  margin-left: 8px;
}

form .submit{
  text-align: right;
}

form .submit input{
  color: white;
  background-color: #0e7074;
  border-radius: 0;
  font-weight: 600;
  padding: 10px 50px;
  margin: 10px;
}

.dispNone{
  display: none;
}

/*--------------------------------------------------------------
# Training Landing Page
--------------------------------------------------------------*/
.map-section .accordion p{
  color: white;
}
.trainingShowcase{
  display: flex;
  margin: 50px 0;
  justify-content: center;
}

.trainingItem{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 5px;
  padding: 20px 40px;
  min-width: 500px;
  background-color: #0e7074;
  border-radius: 20px;
  border: 5px solid #0a9ea3;
  color: white;
}
.trainingItem:hover{
  background-color: #0a9ea3;
  border: 5px solid #0e7074;
}
.trainingItem img{
  margin: 20px 0;
  width: 100px;
}

/*--------------------------------------------------------------
# Map Page
--------------------------------------------------------------*/
.map-section{
  margin: 50px auto;
}

.map-section h2{
  color: #087579;
  font-weight: 600;
}

.map-section p{
  color: #5c5c5c;
  font-weight: 400;
}

.map-area{
  position: relative;
  margin: 50px auto;
  padding: 200px 0;
}

.map-area1{
  position: relative;
  margin: 50px auto;
}

.map img{
  width: 750px;
}

#map { 
  position: absolute; 
  top: 0; 
  bottom: 0; 
  width: 100%; 
}

.marker {
  background-image: url('/favs/favicon-96x96.png');
  background-size: cover;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}

.mapboxgl-popup {
  max-width: 200px;
}

.mapboxgl-popup-content {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

.mapboxgl-popup-content p{
  margin: 4px 0 0 0;
}

/*--------------------------------------------------------------
# Gallery Page
--------------------------------------------------------------*/
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

.active{
  background-color: #087579;
  color: white;
}

.nav-item a{
  color: white;
  background-color: #087579;
}

/*--------------------------------------------------------------
# Privacy Page
--------------------------------------------------------------*/
.privacySection p{
  margin: 20px 0 10px 0;
  text-align: justify;
  color: rgb(44, 44, 44);
  font-size: 15px;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #064a4d;
  padding: 60px 0;
  color: #fff;
  justify-content: center;
}

#footer .copyright {
  display: flex;
  align-items: center;
  text-align: right;
  font-size: 20px;
  font-weight: 300;
}

.copyright img{
  flex: 1;
  display: flex;
  justify-content: flex-start;
  height: 60px;
}

.copyright .facebook-window{
  flex: 3;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
.facebook-window h3{
  color: white;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 5px solid white;
  width: 50%;
  text-align: right;
}

.socialIcons{
  display: flex;
  justify-content: flex-end;
}
.socialIcons img{
  width: 50px;
  height: 50px;
  margin: 10px 20px 0 20px;
}
.socialIcons a:nth-child(1) img:hover{
  border: 2px solid #e91717;
  border-radius: 50%;
  background: #e91717;
}
.socialIcons a:nth-child(2) img:hover{
  border: 2px solid #e91717;
  border-radius: 10px;
  background: #e91717;
}

.copyright p a{
  width: 100%;
  font-size: 14px; 
  font-weight: 600;
  color: #ffffff;
}

.copyright p a:hover{
  font-size: 14px;
  font-weight: 600;
  color: #06aaaf;
}

.subfooter{
  display: flex;
  margin: 20px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 5px solid white;
}

.subfooter p a{
  font-weight: 600;
}

.subfooterDocs{
  flex: 3;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}

.subfooterCopyright p{
  flex: 1;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}


