  
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');


body {

  font-family: "Lato", sans-serif;
  color: #42516B;
  top: 0px !important;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
}

/* Copyright */
#lacity-copyright 
a {
  color: #fff;
}


/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #377afd;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top span:hover {
  text-decoration: none;
}


/* Header */
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  position: absolute;
  top: 47px;
  width: 100%;
  background: rgba(55, 64, 85, 0.9);
  font-size: 18px;
}


#header.header-scrolled {
  background: rgba(55, 64, 85, 0.9);
  margin-top: 0;
}

#header .logo {    
  font-size: 22px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: "Lato", sans-serif;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}


/*Navigation */

/* hover */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

.nav-link {
  display: inline-block;
}

.nav-link:hover {
  color: #F9C453 !important;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: #F9C453;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

/* Dropdown */
.dropdown-item.active, .dropdown-item:active {
  color: #377afd;
  background: none;
}

/* NavBar Toggler */
.navbar-toggler {
  border: 0;
}
.navbar-toggler:focus {
  outline: none;
}

/* Font Awesome */
.fas,.fa-bars {
  color: #fff;
  border: 0;
}
 
/* SideBar */
.list-group-item a {
  color:  #000;
}
.list-group-item {

}
.list-group-item.active {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}


/* Hero Section */
#hero {
  width: 100%;
  height: 80vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(45, 53, 69, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  text-align: center;
  padding-top: 50px;
}


#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin: 15px 0 0 0;
  font-size: 22px;
}



/* Sections  */
section {
  padding: 40px 0;
}

.section-bg {
 background-color: #f6f6f6;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #c15802;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 16px;
  text-align: left;
}

/* Clients */
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.clients img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/* Blurb */
.blurb h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.blurb i {
  font-size: 48px;
  margin-top: 15px;
  color: #8b97b3;
}

.blurb p {
  font-size: 16px;
  color: #212121;
}

.b-thumb {
  display: table-cell;
  vertical-align: top;
  width: 30%;
  max-width: 10em;
}

.image-blurb {

  border-radius: 5px;
  overflow: hidden;
  max-width: 100%;
}




/* Footer */
#footer {
  clear: both;
    overflow: hidden;
    background: #42516b;
    color: #ffffff;
    line-height: 1.2;
}




#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fafafc;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #777675;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #c15802;
}

/* I-Frame */

/* list-group */
.list-group a {
  color: #212121;
  margin: 0;
}

/* Media Query */
@media (max-width: 991px) {
  #header .logo {
    font-size: 20px;
  }

  .dropdown-menu {
    /* display: block; */
    background: rgba(55, 64, 85,0.9);
    border:0;
  }
  .dropdown-item {
    color: #fff;
    white-space: normal;
  }
  /* .dropdown-toggle::after {
    display: none;
  } */
  .dropdown-item.active, .dropdown-item:active {
    color: #F9C453;
    background: none;
  }
  
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
    
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  #hero .container {
    padding-top: 0;
  }
}
}

@media only screen and (max-width: 992px){
  .list-group {
    /* display: none; */
    text-align: center;
    padding-bottom: 30px;
  }

}

/* OVERRIDE GOOGLE TRANSLATE WIDGET CSS BEGIN */
        div#google_translate_element div.goog-te-gadget-simple {
            border: none;
            background-color: transparent;  
        }

        div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value:hover {
            text-decoration: none;
        }

        div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span {
           /* display: none;*/
            color: #fff; 
            font-family: Lato, sans-serif;
            font-size: 18px;
            font-weight: 400;
        }

        div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span:hover {
            color: #F9C453;
        }
        
        .goog-te-gadget-icon {
            display: none !important;

           /* background-image:url("../../images/language.svg") !important;
            background-position-x: 0px !important;
            background-position-y: 15px !important;
            background-color: ivory !important;
            height: 15px !important;
            margin-top: 2px !important;*/ 
        }

        /* Remove the down arrow */
        /* when dropdown open */
        div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span[style="color: rgb(213, 213, 213);"] {
            display: none;
        }
        /* after clicked/touched */
        div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span[style="color: rgb(118, 118, 118);"] {
            display: none;
            color:#fff !important;
        }
        /* on page load (not yet touched or clicked) */
        div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span[style="color: rgb(155, 155, 155);"] {
            display: none;
            color:#fff !important;
        }

        /* Remove span with left border line | (next to the arrow) in Chrome & Firefox */
        div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span[style="border-left: 1px solid rgb(187, 187, 187);"] {
            display: none;
            border-left: 1px solid rgb(255,255,255) !important;
        }
        /* Remove span with left border line | (next to the arrow) in Edge & IE11 */
        div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span[style="border-left-color: rgb(187, 187, 187); border-left-width: 1px; border-left-style: solid;"] {
            display: none;
            border-left-color: #fff !important;
        }
        /* Remove span with left border line | (next to the arrow) in Safari */
        div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span[style="border-left-width: 1px; border-left-style: solid; border-left-color: rgb(187, 187, 187);"] {
            display: none;
        }

        /* HIDE the google translate toolbar */
        .goog-te-banner-frame.skiptranslate {
            display: none !important;
        }

        /* Hiding google translate span*/
        div#google_translate_element div.skiptranslate div.goog-te-gadget-simple span a span{
          display:none;
        }
        /*margin left removal for mobile*/
        div#google_translate_element div.skiptranslate div.goog-te-gadget-simple span a {
          @media (max-width: 920px){
          margin-left:0;
          }
        }

        /*ada color*/
        div#google_translate_element div.skiptranslate.goog-te-gadget{
          color:white;
        }
        
        div#google_translate_element div.skiptranslate.goog-te-gadget span a{
          color:white;
        }

        div#google_translate_element div.skiptranslate div.goog-te-gadget-simple span a::before{
          content:'Translate';
          color: #fff;
          padding-right: 0.5rem;
          font-size: 18px;
          font-family:'Lato';
        }

		    /* Change color down arrow ADA*/
		    div#google_translate_element div.skiptranslate div.goog-te-gadget-simple span[style="color: rgb(118, 118, 118);"] {
          color: #fff !important;
        }

		    /* Change color GT class from #999 to #000  ADA*/
		    .VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-mrxPge {
          color: #000 !important;
        }
        
        
        /* Mobile reponsive */
        .VIpgJd-ZVi9od-xl07Ob-OEVmcd {
            max-width:100% !important; 

        }

        /* Mobile responsive */
        .VIpgJd-ZVi9od-vH1Gmf { 
            max-width: 100% !important;
            overflow-x: scroll !important;
            box-sizing:border-box !important; 
            height:auto !important;
            
        }

        /* Remove Google Translate over the Global Navbar */
        iframe.VIpgJd-ZVi9od-ORHb-OEVmcd {
          display: none;
        }

/* OVERRIDE GOOGLE TRANSLATE WIDGET CSS END */
 

