@keyframes ldio-l06yklwwb4i {
  0% {
    top: 48px;
    left: 48px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 9px;
    left: 9px;
    width: 78px;
    height: 78px;
    opacity: 0;
  }
}

.ldio-l06yklwwb4i div {
  position: absolute;
  border-width: 2px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: ldio-l06yklwwb4i 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.ldio-l06yklwwb4i div:nth-child(1) {
  border-color: #d1d1d1;
  animation-delay: 0s;
}

.ldio-l06yklwwb4i div:nth-child(2) {
  border-color: #d1d1d1;
  animation-delay: -0.5s;
}

.loadingio-spinner-ripple-lugcfdxo7g {
  width: 65px;
  height: 65px;
  display: inline-block;
  overflow: hidden;
  background: 0 0;
}

.ldio-l06yklwwb4i {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.65);
  backface-visibility: hidden;
  transform-origin: 0 0;
}

.ldio-l06yklwwb4i div {
  box-sizing: content-box;
}

/*----------------------------------------
  HEADER
------------------------------------------*/

header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: transparent;
  transition: height 0.3s;
}

.sticky-nav {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header.smaller .sticky-nav {
  height: 70px;
}

header .logo {
  width: 100%;
}

header nav {
  display: inline-block;
}

header nav a {
  margin-left: 20px;
  color: #9fdbfc;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header nav a:hover {
  color: #fff;
}

header.smaller {
  height: 70px;
  background: #fff;
}

/*----------------------------------------
  BG VIDEO
------------------------------------------*/

#block {
  background: url("../images/img/pattern-bg.png") repeat;
  width: 100%;
  height: 500px;
}

/*----------------------------------------
  SLIDER
------------------------------------------*/
.slider .thumbnail {
  height: 100vh;
  /* object-fit: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
}

.slider h2 {
  font-size: 64px;
  padding-left: 5px;
}
.slider h1 {
  font-size: 14vw;
}

.carousel-caption {
  display: flex !important;
  justify-content: left;
  align-items: end;
  position: absolute;
  text-align: left;
  bottom: 0;
  top: 0;
  left: 5%;
  right: 0;
}

/*----------------------------------------
  CSS MENU
------------------------------------------*/
#cssmenu,
#cssmenu #menu-button,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  text-align: right;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
}

#cssmenu > ul > li {
  display: inline-block;
}

#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right > ul > li {
  float: right;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu > ul > li > a {
  padding: 20px 20px;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  transition: color 0.2s ease;
  text-transform: uppercase;
  font-weight: 600;
}

/* header #cssmenu a {
  line-height: 100px !important;
} */

header.smaller #cssmenu a {
  color: #333;
  /* line-height: 70px !important; */
}

header.smaller #cssmenu ul ul li a {
  line-height: 30px !important;
}

/* #cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a {
  color: #0dcaf0;
} */

#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
  margin-right: 30px;
}

#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 45%;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  transform: rotate(45deg);
  transition: border-color 0.2s ease;
}

#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #fff;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: +99999;
}

#cssmenu li:hover > ul {
  left: auto;
}

#cssmenu.align-right li:hover > ul {
  right: 0;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li {
  height: 0;
  transition: height 0.2s ease;
}

#cssmenu ul li:hover > ul > li {
  height: 40px;
}

#cssmenu ul ul li a {
  padding: 5px 20px;
  width: 160px;
  font-size: 13px;
  line-height: 30px !important;
  background: #333;
  text-decoration: none;
  color: #ddd;
  transition: color 0.2s ease;
}

#cssmenu ul ul li a:hover,
#cssmenu ul ul li:hover > a {
  color: #fff;
}

#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  content: "";
  transform: rotate(-45deg);
  transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #fff;
}

#cssmenu ul li {
  position: relative;
}
/* #menu-line {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  height: 3px;
  width: 10px !important;
  background: #fff;
  transition: all 0.25s ease-out;
} */

@media all and (max-width: 768px),
  only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min-resolution: 192dpi) and (max-width: 1024px),
  only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
    position: absolute;
    left: 0;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul li:hover > ul > li,
  #cssmenu ul ul li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    color: #fff !important;
    width: 100%;
  }
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li,
  #cssmenu > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 10px 20px 10px 30px;
    font-size: 14px;
    color: #fff;
    background: 0 0;
  }
  #cssmenu ul ul li a:hover,
  #cssmenu ul ul li:hover > a {
    color: #fff;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu ul ul li.has-sub > a::after,
  #cssmenu > ul > li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 25px;
    right: 10px;
    top: -50px;
    position: absolute;
    color: #000;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 18px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000;
  }
  #cssmenu #menu-button::before {
    content: "";
    position: absolute;
    top: 25px;
    right: 18px;
    display: block;
    width: 15px;
    height: 7px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 50px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: "";
    position: absolute;
    left: 21px;
    top: 25px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}

/*----------------------------------------
  RETURN TO TOP
------------------------------------------*/

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #605f5f85;
  width: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.3s ease;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 14px;
  top: 10px;
  font-size: 14px;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

/*----------------------------------------
 OVERLAY IMAGE TEXT
------------------------------------------*/

.hfx {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.hfx .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hfx h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 10px;
}

.overlay {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.hfx div.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 0 0;
  padding: 7px 14px;
  cursor: pointer;
}

.hfx div.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hfx:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hfx:hover .overlay {
  opacity: 1;
}

.hfx:hover div.info,
.hfx:hover h2 {
  opacity: 1;
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.hfx:hover a.info {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/*----------------------------------------
  Social Media
------------------------------------------*/

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

/* .social-network a.icoRss:hover {
  background-color: #f56505;
}

.social-network a.icoFacebook:hover {
  background-color: #3b5998;
}

.social-network a.icoTwitter:hover {
  background-color: #3cf;
}

.social-network a.icoInstagram:hover {
  background-color: #dd2a7b;
}

.social-network a.icoVimeo:hover {
  background-color: #0590b8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
} */

.social-network a.icoFacebook:hover i,
.social-network a.icoInstagram:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoRss:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoVimeo:hover i {
  color: #fff;
}

/* .socialHoverClass,
a.socialIcon:hover {
  color: #44bcdd;
} */

.social-circle li a {
  /* display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px; */
  /* font-size: 13px; */
}

.social-circle li i {
  margin: 0;
  line-height: 35px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  opacity: 0.5;
}

.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

/*----------------------------------------
  LOCATION BANER SECTION
------------------------------------------*/
.location {
  display: flex;
  align-items: center;
  width: 100%;
}

.location-content {
  padding-top: 25px;
}

.location-content {
  width: 100%;
  height: 300px;
}

.location-content h1 {
  text-transform: uppercase;
}

.path a,
.path p {
  color: #ccc !important;
  display: inline-block;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
  text-transform: uppercase;
}

/*----------------------------------------
 CONTACT FORM
------------------------------------------*/

/* #contactform {
  margin: 30px 0;
} */

#contactform .form-control {
  margin: 10px 0;
  height: 50px;
  font-weight: 500;
  font-size: 12px;
}

.form-control {
  border-radius: 5px !important;
  box-shadow: none !important;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #ffffffb5;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#contactform textarea {
  height: 150px !important;
}

/* .btn-contact {
  border-radius: 0 !important;
} */

/* .btn-primary {
  display: inline-block;
  padding: 6px 13px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  background: 0 0;
  color: #292723 !important;
  border: 1px solid;
  margin-top: 30px;
  text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: rgba(0, 0, 0, 0) !important;
}

.submit-contact {
  padding-left: 15px;
}

option:first-child {
  color: #a3aaaa;
} */

/*----------------------------------------
 PRODUCT GALLERY
------------------------------------------*/

.morecontent span {
  display: none;
}

.morelink {
  display: block;
}

/* ABOUT */
.about h1,
.content-1 h1,
.blurb-cnt h1,
.counts h1 {
  font-size: 54px;
}
.check-list li {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.check-list li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 12px;
  border-radius: 100px;
  height: 20px;
  width: 20px;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-left: -30px;
}
.item {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.item .details {
  background: #fff;
  padding: 30px;
}

.item img {
  height: 220px;
  overflow: hidden;
  object-fit: cover;
  transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
}

.item:hover img {
  transform: scale3d(1.05, 1.05, 1.05);
}

footer .logo {
  width: 200px;
  margin-bottom: 30px;
}

.hr-white {
  border-top: 1px solid #ccc;
}

.newsletter .input-group {
  width: 500px;
  background: #fff;
  border-radius: 5px;
  padding: 5px 10px;
}
.newsletter .form-control {
  border: 0px !important;
}
.newsletter .btn {
  color: #079948;
  border: 0px !important;
}
.newsletter .btn:hover {
  color: #fff;
  background: #079948;
}

/* ADS */
/* .ads {
  height: 550px;
} */
.ads h1 {
  font-size: 8vw;
  line-height: 8vw;
}

.blurb-cnt .content {
  padding: 30px 8vw;
}

/* SERVICES */
.inr-services img {
  height: 200px;
  object-fit: cover;
}

/* CONTACT */
.map-location {
  position: relative;
}
.address {
  position: absolute;
  bottom: 50%;
  right: 10px;
  background: #079948;
  padding: 30px;
  color: #fff;
  width: 400px;
}
/*----------------------------------------
 MEDIA QUERIES
------------------------------------------*/

.bd-img {
  border-radius: 5px;
}

@media all and (max-width: 772px) {
  header nav {
    display: block;
    float: none;
    height: 50px;
    text-align: center;
    margin: 0 auto;
  }

  header nav a {
    line-height: 50px;
    margin: 0 10px;
  }

  .sticky-nav {
    height: 50px;
    line-height: 50px;
  }

  header.smaller {
    height: 50px;
  }

  header.smaller #cssmenu a {
    line-height: 40px !important;
  }

  header #cssmenu a {
    line-height: 40px !important;
  }

  #cssmenu ul {
    background: #212529;
  }

  #cssmenu > ul > li > a {
    padding: 5px 18px;
  }

  header .logo {
    width: 150px;
  }

  #cssmenu,
  #cssmenu #menu-button,
  #cssmenu ul,
  #cssmenu ul li,
  #cssmenu ul li a {
    text-align: left;
  }

  /* header.smaller .logo {
    width: 50px;
  } */

  header.smaller .sticky-nav {
    height: 50px;
  }

  .slider {
    padding-top: 50px !important;
  }
  .slider .thumbnail {
    height: 500px;
  }
  .about h1,
  .content-1 h1,
  .blurb-cnt h1,
  .counts h1 {
    font-size: 32px;
  }
  .newsletter .input-group {
    width: 100%;
  }
  .slider h2 {
    font-size: 28px;
    padding-left: 2px;
  }
  .ads {
    height: auto;
  }
  header {
    background: #fff;
  }
}
