
body{
  font-family: 'Montserrat', sans-serif;
  font-size:16px;
  font-weight: 300;
  padding-top:66px;
  background-color: #000;
  transition: background-color .5s;
}

a, h1, h2, h3, h4, h5, h6{ font-family: 'Rajdhani', sans-serif; }

.clear-fix{
  clear: both !important;
}

.full-width{
  max-width: 100%;
}

.header-container{
  background:rgba(14,14,14,0.93);
  padding:0 0 0 0 !important;
  position:fixed;
  width:100%;
  z-index: 99999;
  top:0;
}

.header-top{
  background:rgba(14,14,14,1);
}

a.logo-link{
  display: block;
  padding:10px 0;
}

.top-contacts{
  margin:auto 0;
}

.top-contacts ul{
  list-style: none;
  padding:0 0 0 0;
  margin: 0 0 0 0;
  width: auto;
}

.top-contacts ul li{
  display: inline-block;
  margin-left:20px;
}

.top-contacts ul li a{
  margin-left:5px;
}

ul.top-contact-left li{
  margin-left:20px;
}

ul.top-contact-left li {
  font-size:12px;
  color:rgba(255,255,255, 0.54);
}
.header-links{
  transition: all 1s cubic-bezier(.25,.8,.25,1);
}
.header-links:hover{
  background:rgba(14,14,14,1);
}
.header-links a{
  text-transform: uppercase;
  font-size:16px;
  color:rgba(255,255,255,0.54);
  font-weight: 600;
  letter-spacing: 1.5px;
  padding:10px 0;
  display: block;
  margin-bottom:0;
}
.header-links a:hover{
  color:rgba(255,255,255,0.87);
}

.global-container{
  position: relative;
  height:605px;
  background:#f9f9f9;
}

.default-button{
  padding:50px 0 0;
}

.default-button a.button{
  background:#59d029;
  color:#fff;
  margin-bottom:0;
}


.request-quote{
  width:100%;
  height:auto;
  padding:80px 0;
  background:url('../images/img/geomatic-bg.png') #0e0e0e;
}

.request-quote h1{
  text-align: center;
  font-size:80px;
  color:#fff;
}

.request-quote input,
.request-quote textarea{
  background:transparent;
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom:2px solid #46c501;
  color:#fff;
}

.request-quote input:focus,
.request-quote textarea:focus{
  box-shadow: none;
  border:2px solid  #46c501;
  background:transparent;
  color:#fff;
}

.request-quote input{
  height:50px;
  font-size:19px;
}
.request-quote textarea{
  font-size:19px;
}

.request-quote a.button{
  padding:20px 30px;
  margin:50px 0;
}


.footer-container{
  width: 100%;
  background:#0e0e0e;
  padding:30px 0;
}

.footer-container p{
  color:rgba(255,255,255,0.54);
  font-size:12px;
  margin-bottom: 0;
}

.footer-container p span{
  font-weight:600;
}

ul.footer-link{
  padding:0 0 0 0;
  margin:0 0 0 0;
  list-style: none;
  float:right;
}
ul.footer-link li{
  padding:0 0 0 0;
  margin:0 0 0 0;
  display: inline-block;
}

ul.footer-link li a{
  margin-left:20px;
  color:rgba(255,255,255,0.54);
  margin-bottom:0;
  display: block;
  font-weight:400;
  letter-spacing:1px;
}

ul.footer-link li a:hover{
  color:#59d029;
}


body {
  font-family: "Lato", sans-serif;

}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999999999;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn{
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: 0.5s;

}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.menu-style ul, li{
  list-style: none;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  background-color:rgba(0,0,0,0.90);
  border: none;
  text-align: left;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding: 15px;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: none;
}
.dropdown .is-dropdown-submenu a:hover{
  color:#59cf2a;
}
.policy-popper{
  width: 80%;
  height: 75px;
  position: fixed;
  bottom:0%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1006;
  /*background-color:#a50a9c;*/
  background-color:#000;
  border:solid 2px #59cf2a;
  box-sizing: border-box;
  padding: 25px;
  color:#fff;
  text-align: center;
  border-radius:8px;
}
.go-away{
  display: none!important;
}
.exiter{
  margin-top:10px;
}
.privacy-container{
  width: 100%;
  height: auto;
  padding: 50px;
  box-sizing: border-box;
  position: relative;
  color:#fff;
}
.list-dec li{
  list-style: decimal;
}
.disc-list li{
  list-style: disc;
}