/* CSS Document */
/*

Theme Name: Child of Martin
Description: Child theme based on flash
Author: Rodwell Kaitano
Version: 4.1.1
Template: flash

*/
@import url("../flash/style.css");
/* Scss Document */
/* Scss Document */
/* Custom styles */
body {
  font-size: 16px;
}

.tg-slider-widget.slider-dark .slider-image .overlay {
  background-color: rgba(0, 0, 0, 0.2);
}

h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #014aaa;
  text-align: left;
}

h1 {
  color: #ff9f00;
}

h2 {
  font-size: 24px;
  color: #667d9e;
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  text-align: center;
  color: #f80000;
}

.section-title {
  color: #014aaa;
}

p {
  margin: 0 0 15px;
}

.header-top {
  background-color: #ff9f00;
}

.header-top .contact-info li {
  color: #ffffff;
  font-size: 18px;
}

.contact-info span {
  color: #ffffff;
}

.header-top .left-content {
  flex: 2;
}

.header-bottom {
  background: #667d9e;
  border-bottom: white 1px solid;
}

.header-sticky .is-sticky .header-bottom {
  background: #667d9e;
}

/* Add this to your theme's Additional CSS */
section {
  scroll-margin-top: 200px; /* Adjust this value to match your sticky header's height */
}

#site-navigation ul li:hover > a, #site-navigation ul li.current-menu-item > a, #site-navigation ul li.current_page_item > a, #site-navigation ul li.current_page_ancestor > a, #site-navigation ul li.current-menu-ancestor > a {
  color: #ff9f00;
}

#site-navigation ul li a {
  color: #ffffff;
}

#site-navigation .menu-toggle {
        font-size: 50px !important;
        color: white;
    }
    
@media (max-width: 980px) {
    #site-navigation .menu {
        background: #014aaa none repeat scroll 0 0 !important;
    }
}

.page-template-pagebuilder .breadcrumb-trail.breadcrumbs {
    display: none;
}

.service-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.service-container p {
  margin: 0;
}
.service-container .service-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}
.service-container .service-image:hover {
  transform: rotate(10deg) scale(1.1);
  filter: brightness(0.8);
}
.service-container .service-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 1;
  width: 100%;
}

#bottom-footer {
  padding: 20px 0;
  background-color: #014aaa;
}
#bottom-footer .tg-container {
  color: #ffffff;
}/*# sourceMappingURL=style.css.map */

.app-btn {
	height: 60px;
	width: 60px;
	position: fixed;
	bottom: 110px;
	z-index: 999;
	left: 25px;
}