@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
html {
  font-family: 'Lato', sans-serif !important;
  color: #1f1f1f !important;
}

html body {
  background-image: url(media/hexa.png);
  background-attachment: fixed;
}

html h1, html h2, html h3, html h4 {
  font-family: "Roboto", sans-serif;
}

html h1 {
  font-size: 48px !important;
  font-weight: 900 !important;
}

html h2 {
  font-size: 36px !important;
  font-weight: 700 !important;
}

html h3 {
  font-size: 36px !important;
  font-weight: 500 !important;
}

html p {
  font-size: 18px;
  font-weight: 300;
}

html ul li {
  font-weight: 300;
}

html .header-section .nav-bottom ul li a {
  font-weight: 900 !important;
}

html .page-footer h4, html .page-footer .footer-list-header {
  font-weight: 900 !important;
}

html .page-footer ul li a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.master-container {
  max-width: 1005px;
  margin: 0 auto;
  overflow: hidden;
  background-color: white;
}

.nav-top {
  background-color: white;
}

.nav-top .nav-top-logo-container {
  height: inherit;
}

.nav-top .nav-top-logo-container img {
  width: auto;
  height: 100%;
}

.nav-top .nav-top-content-container {
  margin: auto;
  font-size: 14px;
  font-weight: bold;
}

.nav-top .menu {
  display: none;
}

.nav-top .menu i {
  font-size: 34px;
}

.nav-top .contact-detail {
  padding-right: 18.5px !important;
}

.nav-bottom {
  background-color: #ff4444;
}

.nav-bottom .menu .menu-item a {
  color: #333333;
  font-size: 1.3em;
  font-weight: bold;
}

.sidenav {
  padding: 12px;
}

.sidenav .sidenav-close-container i {
  font-size: 68px;
}

.sidenav .sidenav-menu-container li {
  margin-bottom: 12px;
}

.sidenav .sidenav-menu-container li a {
  font-size: 32px;
  font-weight: 700;
}

.sidenav footer {
  margin-top: 60px;
}

.contact-content {
  padding: 0 12px;
}

.contact-content .card {
  background-color: #ff6161;
  color: #f9f9f9;
}

.contact-content .card a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #4267b2;
  font-weight: 700;
}

.contact-content .card a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: white;
}

.contact-content .card .card-title .title {
  display: block;
  font-size: 34px;
  font-weight: bold;
}

.contact-content .card .card-title .hours {
  font-size: 20px;
}

.contact-content .card .image-container {
  width: 50%;
  margin: 0 auto;
  padding: 8%;
  border-radius: 100%;
  background-color: #1d1d1d;
  border: solid white 8px;
}

.contact-content .card .image-container img {
  width: 100%;
  height: auto;
}

.contact-content .card .contact-details-header {
  font-size: 26px;
  font-weight: bold;
  display: block;
}

.branch-header{
  font-size: 20px !important;
}

.branch-section{
  margin-top: 8px;
  margin-left: 16px;
}

.contact-content .card .contact-details-list li {
  font-size: 16px;
  margin-bottom: 7px;
}

.contact-content .card .contact-details-list i {
  margin-right: 4px;
}

.home-content {
  margin-top: -7px;
}

.home-content .section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
}

.home-content .section-container .text-container {
  width: 50%;
}

.home-content .section-container .text-container .text-content {
  padding: 15px;
}

.home-content .section-container .text-container .text-content span {
  font-size: 36px;
  font-weight: 900;
  line-height: 46px;
}

.home-content .section-container .text-container .button-container {
  margin-top: 30px;
}

.home-content .section-container .text-container .button-container a {
  font-weight: 700;
}

.home-content .section-container .image-container {
  width: 50%;
}

.home-content .section-container .button-container {
  display: none;
}

.home-content .section-container .profile-section {
  background-image: url(media/services-images/structural1.jpg);
  background-repeat: no-repeat;
  background-position: -180px 0;
}

.home-content .section-container .services-section {
  background-image: url(media/home/services-section.jpg);
  background-repeat: no-repeat;
  background-position: -165px 0;
}

.home-content .section-container .pest-section {
  background-image: url(media/home/pest-section.jpg);
  background-repeat: no-repeat;
  background-position: -25px 0;
}

.home-content .section-container .clip-right {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.home-content .section-container .clip-left {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 0 0);
          clip-path: polygon(100% 0, 0% 100%, 0 0);
}

.footer-content {
  padding: 10px 10px;
  border-top: 2px solid #111111;
  border-bottom: 2px solid #111111;
}

.footer-content .footer-cta-1 {
  display: none;
}

.footer-content .footer-list-header {
  font-size: 24px;
  font-weight: 700;
  margin: 12px 0;
}

.footer-content ul {
  margin: 0;
}

.footer-content ul li {
  font-size: 16px;
  margin-bottom: 6px;
}

.footer-content h4 {
  margin-top: 0;
}

.card-link-title {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100% !important;
}

.profile-content .logo-board-container .logo-container img {
  width: 100%;
}

.nav-top .row {
  margin: auto;
  height: inherit !important;
}

.nav-top .row .col {
  height: inherit !important;
}

.nav-top .row .col:nth-child(1) {
  padding: 0 !important;
}

.nav-top .row .right {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidenav-trigger {
  margin-right: 0px !important;
}

.services-card .card-content {
  padding-top: 8px !important;
}

.services-card .card-title {
  font-weight: 700 !important;
  font-size: 28px !important;
}

.contact-content .card .card-title {
  margin-top: 8px;
  margin-bottom: 16px !important;
}

.home-content .row {
  margin-bottom: 0 !important;
}

.home-content .col {
  padding: 0 !important;
}

.footer-copywrite {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-copywrite span {
  margin: auto;
  font-size: 18px;
}

/*carousel*/
.slideshow_container {
  z-index: -1;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slideshow_container #slider {
  overflow: hidden;
  height: inherit;
  padding: 0;
}

.slideshow_container #slider .slider-image {
  float: left;
  width: 16.66666666666667%;
}

.slideshow_container #slider .slider-image img {
  width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slideshow_container #slider figure {
  position: relative;
  margin: 0;
  left: 0;
  width: 600%;
}

.main-image-container {
  width: 100%;
}

.main-image-container div {
  width: 100%;
}

.main-image-container div img {
  width: 100% !important;
}

@media only screen and (min-width: 1200px) {
  .nav-top {
    height: 93px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-top {
    height: 93px !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 991px) {
  .home-content .text-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .home-content .text-container .text-content {
    margin: auto !important;
  }
  .home-content .text-container .text-content span {
    font-size: 25px !important;
  }
}

@media only screen and (max-width: 599px) {
  h1 {
    font-size: 38px !important;
  }
  .header-section {
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 999;
    -webkit-box-shadow: 0px -7px 12px 9px rgba(0, 0, 0, 0.1);
            box-shadow: 0px -7px 12px 9px rgba(0, 0, 0, 0.1);
  }
  .content-container {
    padding: 0 4px !important;
  }
  .home-content .text-container {
    width: 100% !important;
    position: absolute;
    z-index: 8;
  }
  .home-content .text-container .text-content span {
    font-size: 28px !important;
  }
  .home-content .text-container .text-content span a {
    display: none;
  }
  .home-content .button-container {
    display: block !important;
  }
  .home-content .image-container {
    width: 100% !important;
  }
  .home-content .profile-section {
    background-image: url(media/home/profile-section-mobile.jpg) !important;
  }
  .home-content .services-section {
    background-image: url(media/home/services-section-mobile.jpg) !important;
  }
  .home-content .pest-section {
    background-image: url(media/home/pest-section-mobile.jpg) !important;
  }
}

@media only screen and (max-width: 720px) {
  .nav-top-content-container .contact-detail {
    display: none;
  }
}

@media only screen and (max-width: 510px) {
  .nav-bottom {
    display: none;
  }
  .nav-top-content-container .menu {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .main-image-container, .slideshow_container, .no-slider {
    margin-top: 56px;
  }
}

@media only screen and (min-width: 511px) and (max-width: 600px) {
  .main-image-container, .slideshow_container, .no-slider {
    margin-top: 112px;
  }
}

.header-section .nav-bottom {
  background-color: #ff4444 !important;
}

.header-section .nav-bottom ul li a {
  color: #1d1d1d !important;
}

.section-container {
  background-color: #111111;
}

.section-container .text-content span {
  color: #ededed;
}

.section-container .home-link {
  color: #ff2b2b;
}

.page-footer {
  background-color: #080808 !important;
}

.page-footer .footer-content h4 a {
  color: #ff4444 !important;
}

.page-footer .footer-content ul li a {
  color: #ff4444;
}

.page-footer .footer-copywrite {
  background-color: #080808 !important;
}

.header-section .nav-bottom ul .active a {
  color: white !important;
}

.header-section .nav-bottom ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-section .nav-bottom ul li a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: white !important;
}

.section-container .home-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section-container .home-link:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ff6161;
}

.page-footer .footer-content h4 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-footer .footer-content ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-footer .footer-content h4 a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: white !important;
}

.page-footer .footer-content ul li a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: white !important;
}