/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/*** Global ***/
/*.fl-theme-builder-header-sticky #topbar .fl-row-content-wrap {
    background-color: rgba(26, 63, 95, .50);
	border-radius: 10px;
}*/

body, html {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

/*** Header CSS ***/
.search header.fl-builder-content.fl-builder-content-10 {
    position: relative !important;
    background-image: url(/wp-content/uploads/2024/04/home-banner-image.jpg);
    background-size: cover;
    background-position: bottom;
    padding-bottom: 125px;
}
.fl-builder-content[data-type="header"].fl-theme-builder-header-sticky {
    background-color: #fff;
	-webkit-box-shadow: 1px 3px 6px 0px rgb(15 15 15 / 9%);
	        box-shadow: 1px 3px 6px 0px rgb(15 15 15 / 9%);
}

.fl-theme-builder-header-sticky #topbar {
    -webkit-animation: fade-out 500ms forwards;
            animation: fade-out 500ms forwards;
    display: none;
}

.fl-theme-builder-header-sticky .fl-node-zek2f4ipcqvh > .fl-row-content-wrap {
    margin-bottom: 10px !important;
}

#topbar-right-column .fl-button-group-buttons {
    gap: 30px;
}

#topbar-right-column i.fl-button-icon.fl-button-icon-before.dashicons.dashicons-before.dashicons-phone {
    margin-right: 0 !important;
}

#topbar-right-column #fl-button-group-button-8xo936azmbtl-1 .dashicons-phone:before {
	color: #00B285;
    font-size: 22px;
    -webkit-transform: rotate(100deg);
        -ms-transform: rotate(100deg);
            transform: rotate(100deg);
    padding-left: 6px;
}

#main-menu {
    background-color: #fff;
    border-radius: 10px;
}

ul#menu-main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
	gap: 50px;
    border-right: 1px solid #A2A2A2;
}

ul#menu-main-menu a {
	border-bottom: 4px solid transparent;
    padding: 10px 0;
}

ul#menu-main-menu .current-menu-item a {
    font-weight: 700;
	border-bottom: 4px solid #D6D6D6;
    padding: 10px 0;
}

ul#menu-main-menu a:hover {
	border-color: #D6D6D6;
}

ul#menu-main-menu .current-menu-item a:before {
    content: "";
    position: absolute;
    border: 2px solid #00B285;
	left: 0;
    bottom: 0;
    width: 50%;
    margin-bottom: 0px;
}

.social-media i {
    border: 2px solid #789DBF;
    border-radius: 50%;
    padding: 6px 7px;
}

@media screen and (max-width: 1204px) {
	ul#menu-main-menu {
		gap: 20px;
	}
	.fl-builder-content .fl-node-tnfl7k09oyw5 .fl-rich-text *:not(b, strong) {
		font-size: 13px;
	}

	.fl-node-ja8zxof6hgrm .fl-icon-group {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
	}
}

@media screen and (max-width: 991px) {
	#topbar .fl-node-lhotg562y1s0 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	}
    .fl-node-fivc74a832ue {
        width: 50% !important;
    }
    div#main-menu {
        border-radius: 0 !important;
    }
    .menu button.fl-menu-mobile-close i {
        color: #fff;
    }
    ul#menu-main-menu {
        margin-top: 50px;
        margin-left: 35px;
        border: none;
    }
    ul#menu-main-menu li {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    ul#menu-main-menu li a {
        color: #fff;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    ul#menu-main-menu .current-menu-item a {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .social-media {
        display: none !important;
    }
}

@media screen and (max-width: 415px) {
    .social-media {
        display: none !important;
    }
}

@media screen and (max-width: 320px) {
    .fl-col.fl-node-4g8bta0hju7s.fl-col-small.header-logo {
        max-width: 200px;
    }
}

/*** Banner Background Animation ***/
.fl-module-content-slider .fl-slide .fl-slide-content {
    padding: 0 !important;
}

#banner-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#banner-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/uploads/2024/05/k_bLACK_LOGO.png');
    background-size: contain;
    background-repeat: no-repeat;
    animation: moveBackground 6s linear infinite 3s, fadeOpacity 6s linear infinite 3s;
}

/*
#banner-slider {
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/uploads/2024/05/k_bLACK_LOGO.png');
    background-size: contain;
    background-repeat: no-repeat;
    animation: moveBackground 4s linear infinite, fadeOpacity 4s linear infinite;
}*/

@keyframes moveBackground {
    from {
        background-position: 100% 0;
    }
    to {
        background-position: 0% 0;
    }
}

@keyframes fadeOpacity {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 991px) {
    div#banner-slider,
    .fl-node-remb5ws1fu2g .fl-content-slider, .fl-node-remb5ws1fu2g .fl-slide,
    .fl-slide-mobile-photo img {
        min-height: 750px !important;
    }
}

@media screen and (max-width: 767px) {
    div#banner-slider,
    .fl-node-remb5ws1fu2g .fl-content-slider, .fl-node-remb5ws1fu2g .fl-slide,
    .fl-slide-mobile-photo img {
        min-height: 550px !important;
    }
}

@media screen and (max-width: 475px) {
    div#banner-slider,
    .fl-node-remb5ws1fu2g .fl-content-slider, .fl-node-remb5ws1fu2g .fl-slide,
    .fl-slide-mobile-photo img {
        min-height: 450px !important;
    }
}

/*** Content CSS ***/
#border-separator .fl-separator {
    position: relative;
}
#border-separator .fl-separator:before {
    content: "";
    position: absolute;
    border: 2px solid #00b285;
    width: 50%;
    margin-top: -3.6px;
}

.fl-node-wm8sxijnlpq2 img,
.fl-node-vhr09guczy6s img,
.fl-node-cab2s5xn8hey img {
    height: 95px !important;
}

.fl-node-as9grmyvl76c,
.fl-node-fkcdl9s7w4io,
.fl-node-clt3dz8ounfr {
    padding: 0 !important;
}

.fl-node-pn1zv7iau6ef li::marker {
    color: #7498b8 !important;
}

.fl-node-wm8sxijnlpq2 .fl-module-box {
    padding-top: 65px;
}

.fl-node-vhr09guczy6s .fl-module-box {
    padding-top: 75px;
}

.fl-node-cab2s5xn8hey .fl-module-box {
    padding-top: 65px;
}

div#recent-blog a.fl-post-grid-more {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    background: #00B285;
    padding-top: 5px;
    padding-right: 25px;
    padding-bottom: 5px;
    padding-left: 25px;
    border-style: none;
    border-width: 0;
    background-clip: border-box;
    border-radius: 5px;
}

div#recent-blog a.fl-post-grid-more:hover {
    color: #1B3F5F;
}

h3.fl-author-bio-name,
h3#reply-title {
    font-size: 18px;
}

@media screen and (max-width: 1024px) {
    .fl-node-wm8sxijnlpq2 .fl-module-box {
        padding-top: 55px;
    }
    .fl-node-vhr09guczy6s .fl-module-box {
        padding-top: 65px;
    }
    .fl-node-cab2s5xn8hey .fl-module-box {
        padding-top: 55px;
    }
}

@media screen and (max-width: 991px) {
    .fl-node-wm8sxijnlpq2 .fl-module-box {
        padding-top: 45px;
    }
    .fl-node-vhr09guczy6s .fl-module-box {
        padding-top: 55px;
    }
    .fl-node-cab2s5xn8hey .fl-module-box {
        padding-top: 45px;
    }
}

@media screen and (max-width: 768px) {
    .fl-node-wm8sxijnlpq2 .fl-module-box {
        padding-top: 35px;
    }
    .fl-node-vhr09guczy6s .fl-module-box {
        padding-top: 45px;
    }
    .fl-node-cab2s5xn8hey .fl-module-box {
        padding-top: 35px;
    }
    .ginput_recaptcha iframe {
        transform: scale(0.80);
        transform-origin:0 0;
    }
}

/*** We offer List ***/
#what-we-offer-list ul {
	position: relative;
    list-style: none;
	padding-left: 50px;
}

#what-we-offer-list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 35px;
    height: 30px;
    margin-top: 18px;
    background-image: url(/wp-content/uploads/2024/04/bullet-check-green.png);
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 991px) {
#what-we-offer-list ul li:before {
	margin-top: 12px;
	}
}

@media screen and (max-width: 768px) {
#what-we-offer-list ul li:before {
	margin-top: 10px;
	}
}


/*** Follow-Us CSS ***/
div#follow-us i {
	border: 6px solid rgb(120 157 191 / 33%);
    border-radius: 50%;
    padding: 20px 23px;
}

/*** Footer CSS ***/
#footer-cta .dashicons-phone:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
	font-size: 60px;
    color: #00B285;
	padding-left: 15px;
}

@media screen and (max-width: 1024px) {
	#footer-cta .dashicons-phone:before {
	font-size: 45px;
	padding-left: 13px;
}
}

@media screen and (max-width: 991px) {
	#footer-cta .dashicons-phone:before {
	font-size: 40px;
	padding-left: 12px;
}
}

@media screen and (max-width: 768px) {
	#footer-cta .dashicons-phone:before {
	font-size: 30px;
	padding-left: 10px;
}
}

@media screen and (max-width: 321px) {
    div#follow-us i {
        padding: 10px 13px;
    }
}


@-webkit-keyframes fade-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }


@keyframes fade-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }


/*** Contact Page ***/
input#gform_submit_button_1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    border-style: none;
    border-width: 0;
    background-clip: border-box;
    background: #00B285;
}

input#gform_submit_button_1:hover {
    color: #1B3F5F;
}

.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
    color: #000;
}