/*
Theme Name: Twenty Nineteen Child
Theme URI: https://wordpress.org/themes/twentynineteen/
Template: twentynineteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready,block-patterns
Version: 2.8.1720508603
Updated: 2024-07-09 07:03:23

*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

a:visited {
  color: #fff;
}

/** GLOBAL: Links **/
a, a:hover, a:active, a:focus,
img:hover, img:active, img:focus{
	outline: none !important;
	transition: all 0.3s ease;
}

/** GLOBAL: Typography **/
body {
  color: #1b2643;
  font-family: 'Lato', sans-serif;
}
body, p{
  font-size:18px;
  line-height:1.8em;
}
p{
	margin-top:0 !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
	margin-top:0 !important;
}
h1:not(.site-title)::before, h2::before {
  display: none !important;
}
h2{
	font-size:35px;
	line-height:1.2em;
}
.text-light{color:#fff;}
.text-center{text-align:center;}

/* CONTAINER */
.page-container {
  width: 100% !important;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 15px;
}

/* ROW */
.flex-row-sb {
  display: flex;
  justify-content: space-between;
}

/* FOOTER */

footer {
	background-repeat: no-repeat !important;
	background-position: bottom left !important;
	background-size: auto !important;
	background-color: #1a2027 !important;
	padding: 500px 50px 50px 50px;
}
footer .logo-copyright {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
footer .logo-copyright img {
	display: block;
	margin-bottom: 70px;
	width: 300px;
}
footer .logo-copyright p, footer .logo-copyright a {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
footer .logo-copyright a:hover,
footer ul.menu li a:hover{
  color: #7bced2 !important;	
}
footer h4 {
  color: #7bced2;
  font-size: 15px;
  line-height: 25px;
}
footer ul.menu {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
footer ul.menu li a {
  font-size: 14px;
  color: #fff !important;
}

/* HEADER */
#site-header {
  background-color: #1a2027;
  padding-top: 30px;
}
#site-header.sticky {
	position: fixed;
	padding: 10px 0;
	box-shadow: 0px 0px 10px 0px;
}
#site-header.sticky .menu-phone-column a {
  font-size: 15px;
}
#site-header .menu-phone-column {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
}
#site-header .menu-phone-column a {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: normal;
}
#site-header .menu-phone-column a:hover {
  color: #7bced2;
  font-weight:bold;
}
#site-header .menu-phone-column .menu-block ul.menu {
  padding: 0 !important;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 40px;
}
#site-header .menu-phone-column .phone-block span {
  display: block;
  margin-top: -30px;
  font-weight: 600;
  color: #7bced2;
}
#site-header .menu-phone-column .phone-block {
  text-align: center;
}
#site-header .menu-phone-column .phone-block i {
  margin-right: 10px;
}
#site-header .menu-phone-column .phone-block a {
  color:#7bced2;
  font-weight:bold;
  display: block;
  transition: all 0.3s ease;
}
#site-header .menu-phone-column .phone-block a:hover {
  color: #fff !important;
}
#site-header .menu-phone-column li.mobile-only {
  display: none;
}

/** GLOBAL: mobile top nav **/
#mobile-main-nav {
	float: none;
	max-width: 500px;
	width: 80%;
	text-align: left;
	padding: 24px;
	background-color: #fff;
	position: fixed;
	top: 0;
	height: 100vh;
	left: -500px;
	z-index: 99;
	transition: all 0.3s ease;
}

#mobile-main-nav.mobile-nav-show {
	left: 0;
}

#responsive-menu-btn {
	background-color: #1f4b89;
	border: none;
	padding: 10px 8px;
	display: block;
	max-width: 40px;
	width: 100%;
	border-radius: 3px;
	cursor: pointer;
	position: absolute;
/* 	right: 5%;
	top: 10px; */
	z-index: 99;
	display: none;
}

#responsive-menu-btn::before,
#responsive-menu-btn::after {
	content: "";
	display: block;
	width: 100%;
	border: 1px solid #ffffff;
	margin: 0 auto;
	max-width: 25px;
	border-radius: 50px;
	position: relative;
	transition: all 0.3s ease;
}

#responsive-menu-btn span {
	content: "";
	width: 100%;
	display: block;
	margin: 5px auto;
	border: 1px solid #ffffff;
	max-width: 29px;
	border-radius: 50px;
	transition: all 0.3s ease;
}

#responsive-menu-btn.rs-menu-close span {
	max-width: 0;
}

#responsive-menu-btn.rs-menu-close::before {
	transform: rotate(45deg);
	position: relative;
	top: 8px;
}

#responsive-menu-btn.rs-menu-close::after {
	transform: rotate(-45deg);
	position: relative;
	bottom: 9px;
}

#contact {
	background-image: url('https://florysh.netstripes.au/wp-content/uploads/2024/07/logo-icon-cropped.png');
	background-size: 35% !important;
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom-right-radius: 190px;
	background-color: #fff;
	margin-bottom: -380px;
	position: relative;
}

.subheadline-content-wrapper.col-100.col-1 {
	padding: 0 !important;
}

@media screen and (max-width: 1536px) {
	#brand-promise::before {
		left: 30px !important;
	}
}

@media screen and (max-width: 1470px) {
	#offers .iconlist {
		gap: 0 10px;
	}
}

@media screen and (max-width: 1366px) {
	#brand-promise::before {
		left: -70px !important;
		width: 60% !important;
	}
	
	#brand-promise {
		background-position: 200px !important;
	}
}


@media screen and (max-width: 1100px) {
	#brand-promise {
		background-position: 170px !important;
	}

	#brand-promise::before {
		left: 0 !important;
	}
	
	#offers.offers-service .iconlist .iconbox {
		max-width: 320px;
		min-height: 190px;
	}
	
	#offers .iconlist .iconbox .icon-title .icon {
		height: 85px;
	}
}

@media screen and (max-width: 1024px) {
	#brand-promise {
		background-position: 100px !important;
	}
	
	#brand-promise::before {
		width: 65% !important;
	}
	
	#offers.offers-service .iconlist .iconbox {
		max-width: 290px;
		min-height: 230px;
	}

	#offers .iconlist .iconbox .icon-title .icon img {
		width: 30px;
	}
	
	#offers .iconlist .iconbox .icon-title .icon {
		height: 75px;
	}
	
	#empty-section {
		border-bottom-left-radius: 0 !important;
	}
}

@media screen and (max-width: 980px) {
	#site-header .menu-block,
	#site-header .phone-block {
		display: none;
	}
	
	#responsive-menu-btn, 
	#site-header .mobile-only {
		display: block;
	}

	#brand-promise {
		border-top-right-radius: 0 !important;
		background-image: unset !important;
	}
	
	#brand-promise .contentbox {
		padding: 100px 0 !important;
	}

	#brand-promise::before {
		width: 100% !important;
		background-size: cover !important;
		background-position: center !important;
		height: 100% !important;
		top: 0 !important;
	}

	.about_gallery,
	.about-content-wrapper.flex,
	.service-content-wrapper.flex {
		flex-direction: column;
		gap: 50px;
	}
	
	.about-content-wrapper.flex .col-50,
	.service-content-wrapper.flex .col-50 {
		width: 100%;
	}

	#offers .iconlist {
		align-content: center;
		justify-content: space-evenly;
	}
	
	#hero-service .col-1 {
		padding-right: 0 !important;
	}
	
	.about_gallery {
		text-align: center;
	}

	.page-template-template-contact #contact::before, #hero-service::before {
		display: none;
	}
	
	#hero-service .featured-image-wrapper {
		text-align: center;
	}

}

@media screen and (max-width: 767px) {
	#masthead {
		padding-top: 20px !important;
	}

	#mobile-nav-wrapper {
		margin: 0 !important;
	}

	
	.error-404.not-found {
		padding: 150px 0;
	}
	.mobile-nav-wrapper ul li
	{
		list-style: none;
		margin-bottom: 5px;
	}
	
	a.rm-button {
		padding: 10px 30px;
		line-height: 1.2;
		font-size: 16px;
	}
	
	#brand-promise .contentbox {
		padding: 10px 0 !important;
	}
	
	#hero-service .about-content-wrapper,
	#hero-service .service-content-wrapper {
		text-align: center;
	}

	.service-content-wrapper.flex .col-50 {
		padding: 0 !important;
	}
	
	.accordion-icon, .accordion-header h3 {
		font-size: 18px !important;
	}

	#offers.offers-service .iconlist .iconbox .icon-title .icon {
		width: 60px !important;
	}
	
	#hero-service h1 {
		font-size: 45px !important;
	}
	
	#offers.offers-service .iconlist .iconbox {
		min-height: 200px;
	}
	
	#page {
		overflow: hidden;
	}
}


@media screen and (max-width: 869px) {
	#offers .iconlist {
		justify-content: center;
	}
}

@media screen and (max-width: 640px) {
	
	#offers.offers-service, #faq.faq-service {
		border-top-left-radius: 100px !important;
	}

	#faq h2 {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 440px) {
	#about .about-certs ul {
		flex-wrap: wrap;
		flex-direction: column;
	}
}

/* BUTTONS */
.site-button {
  background-color: #2381a5;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  padding: 12px 60px;
  transition: all 0.3s ease;
}
.site-button:hover {
  background-color: #7bced2;
  color: #000;
}

/* SECTIONS */
section {
  background-size: cover !important;
}
#hero {
  padding: 80px 0 200px;
}
#hero .contentbox {
  color: #fff;
  text-align: center;
}


#offers .iconlist .iconbox a:hover {
  text-decoration: underline;
}

#offers .iconlist .iconbox:hover {
  cursor: pointer;
}

#offers .iconlist .iconbox:hover .icon-title .icon {
  box-shadow: 0 0 10px 5px #aeaeae;
}

#offers .iconlist .iconbox {
  transition: transform .2s;
}

#offers .iconlist .iconbox:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.site-content {
  overflow: unset;
}

#offers.offers-service .iconlist .iconbox .icon-title .service-content {
	width: 70% !important;
}
#offers.offers-service .iconlist .iconbox .icon-title .icon {
	width: 30%;
}

#offers.offers-service .iconlist .iconbox {
	border: 1px solid #7bb3c9;
	padding: 30px 10px !important;
	max-width: 360px;
	min-height: 180px;
	border-radius: 0 20px 0 20px;
	display: flex;
}

#offers.offers-service .iconlist .iconbox .icon-title {
	margin-bottom: 0;
	width: 100%;
}

#offers.offers-service .iconlist .iconbox .icon-title .service-content .description {
	display: none;
}

#offers.offers-service .iconlist .iconbox:hover {
	background-color: #7bb3c9;
	transform: unset;
}

#offers.offers-service .iconlist .iconbox:hover .service-content h3 {
	display: none;
}

#offers.offers-service .iconlist .iconbox:hover .icon-title .service-content .description {
	display: block;
}

#offers.offers-service .iconlist .iconbox:hover .icon-title .icon {
	box-shadow: unset;
}

#offers.offers-service .iconlist .iconbox .description p, 
#offers.offers-service .iconlist .iconbox a {
	font-size: 14px !important;
	line-height: 24px;
	color: #fff;
}

#offers.offers-service {
	padding-bottom: 100px !important;
}

#faq {
	padding: 80px 0 320px;
	background-color: #1a2027;
}

#faq h2 {
	color: #fff;
	margin-bottom: 100px;
}

.accordion-content {
	display: none;
}

.faq-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.accordion {
	background-color: rgba(35, 129, 165, 0.3);
	padding: 15px;
	border-radius: 20px;
	cursor: pointer;
	margin-bottom: 20px;
}

.accordion-header {
	display: flex;
	align-items: center;
	gap: 15px;
}

.accordion-icon {
	width: 10px;
}

.accordion-icon, .accordion-header h3 {
	font-size: 24px;
	font-weight: bold !important;
	color: #fff;
	margin: 0 !important;
}

.accordion-content p {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	margin-left: 20px !important;
	margin-right: 0 !important;
	color: #fff;
}

#offers.offers-service,
#faq.faq-service {
	border-top-left-radius: 200px;
	border-top-right-radius: 0;
}

#offers.offers-service::before {
	display: none;
}

#hero-service h3 {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #2381a5;
}

#hero-service h1 {
	font-family: 'Lato', sans-serif;
	font-size: 60px;
	font-weight: bold;
	color: #1a2027;
}

.flex {
	display: flex;
}

.jc-center {
	justify-content: center;
}

.col-50 {
	width: 50%;
}

.col-100 {
	width: 100%;
}

#hero-service .service-content-wrapper {
	margin-bottom: 50px;
	z-index: 1;
	position: relative;
}

#hero-service .col-1 {
	padding-right: 100px;
}

#hero-service .col-2 img {
	border-radius: 15px 200px 15px 15px;
}

#empty-section {
	background-color: #1b2128;
	margin-top: -120px;
	border-bottom-left-radius: 380px;
	padding: 70px 0;
}

.page-template-template-contact #site-header,
.page-template-template-about #site-header,
.page-template-template-service #site-header {
	background-color: transparent;
}

.page-template-template-contact #site-header.sticky,
.page-template-template-about #site-header.sticky,
.page-template-template-service #site-header.sticky {
	background-color: #1a2027;
}

#hero-service {
	position: relative;
	overflow: hidden;
}

.page-template-template-contact #contact::before,
#hero-service::before {
	content: '';
	background-image: url('/wp-content/uploads/2024/07/curve-shape-dark.png');
	position: absolute;
	top: 0;
	right: 0;
	width: 12%;
	height: 26%;
	background-repeat: no-repeat;
	background-size: cover;
}

#site-header .menu-phone-column .menu-item {
	position: relative;
}

#site-header .menu-phone-column .menu-item ul.sub-menu {
	list-style: none;
}

#site-header .menu-phone-column .menu-item:hover ul.sub-menu {
	display: block;
}

#site-header .menu-phone-column .menu-block ul.sub-menu {
	display: none;
	background-color: rgba(35, 129, 165, 0.6);
	position: absolute;
	width: 300px;
	padding: 20px;
	border-radius: 0 20px;
	z-index: 1;
}

#site-header .menu-phone-column .menu-block ul.sub-menu .current-menu-item a {
	font-weight: bold;
}

.subheadline-content-wrapper {
	margin-top: 100px;
}

.subheadline-content-wrapper .content-wrapper {
	margin-bottom: 100px;
}

#gallery {
	padding: 0;
}

.about_gallery {
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: space-between;
	gap: 50px;
}

.about_gallery li img {
	border-radius: 0 100px 0 100px;
}


#gallery {
	position: relative;	
}

#gallery::before {
	content: '';
	background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
}


#gallery::after {
	content: '';
	background: linear-gradient(90deg, rgba(255,255,255,0) 70%, rgba(255,255,255,1) 100%, rgba(255,255,255,0) 100%);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
}

.menu .menu-item-has-children a {
	position: relative;
}

.menu .menu-item-has-children a::after {
	content: '';
	border-left: 8px solid #fff;
	width: 0;
	height: 0;
	display: block !important;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	cursor: pointer;
	z-index: 1;
	position: absolute;
	right: -20px;
	top: 5px;
}

.menu .menu-item-has-children .sub-menu a::after {
	display: none !important;
}

#hero-service::after {
	content: '';
	background-image: url('/wp-content/uploads/2024/08/accent-bg_03.png');
	width: 800px;
	height: 800px;
	position: absolute;
	top: 20%;
	right: -100px;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.2;
}

.about-content-wrapper, .subheadline-content-wrapper.col-100.col-1 {
	z-index: 1;
	position: relative;
}

/* HEADER */
#site-header .logo-column img {
	width: 350px;
}

#brand-promise .mobile-image{
	display: none;
}
@media screen and (max-width: 767px) {
	
	#brand-promise .mobile-image{
	display: block;
		margin-top: 22px;
	}
	#brand-promise .mobile-image img {
		border-radius: 20px;
	}
}