/*
Theme Name: PM Theme
Description: PM Theme by Prager Microsystems, Inc.
Version: 1.0.0
Author: Prager Microsystems, Inc.
Author URI: https://www.pragermicrosystems.com/
*/
@import "blog/blog.css";

*, ::after, ::before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-decoration: none;
}

html {
	scroll-snap-type: y mandatory;
}

body {
	background: #fff;
	color: #2f2f2f;
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	line-height: 1.5;
	font-weight: 500;
	word-wrap: break-word;
	overflow-x: hidden;
	font-style: normal;
	font-stretch: normal;
	position: relative;
	margin: 0;
}

.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #121212;
	font-family: 'Oswald', sans-serif;
	word-wrap: break-word;
	text-decoration: none !important;
	font-style: normal;
}

h1 {
	font-size: 62px;
	line-height: 1.2;
	margin: 15px auto;
	font-weight: 800;
}
h2 {
	font-size: 62px;
    margin-bottom: 25px;
    line-height: 4rem;
    font-weight: 600;
    text-transform: capitalize;
}
h3 {
	font-size: 48px;
	color: #222;
	line-height: 1.2;
	font-weight: 800;
	margin: 15px auto;
}

h4 {
	font-size: 32px;
	line-height: 1.2;
	font-weight: 500;
	margin: 15px auto;
}

h5 {
	font-size: 26px;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 5px;
}

h5 a {
	color: #cd3728;
}

h6 {
	font-size: 16px;
	line-height: 17px;
	font-weight: 300;
}

p {
	margin: 0 0 20px;
}
a {
	color: #ff412e;
	text-decoration: none;
}
a:hover {
	color: #ff5d4d;
}
.skip-container {
	padding: 0;
}
.container, .container-wide {
	margin: 0 auto;
	max-width: 1280px;
	width:100%;
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* #wrapper {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: #fff;
	border: 0px solid #e5e5e5;
	border-radius: 0px;
	clear: both;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	min-height: 500px;
	z-index: 0;
}  */
body.home #wrapper {
	margin: 0 auto;
}
#header-main {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
}
#header {
	margin: 0;
	position: static;
	top: 0;
	width: 100%;
	z-index: 99;
	background-color: #050505;
	box-shadow: 0 1px 12px 0 rgba(0,0,0,.3);
	font-family: 'Poppins', sans-serif;
	padding-bottom: 10px;
}
#footer {
	clear: both;
	margin: 0;
	max-width: 100%;
	padding: 15px 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #f7f7f7;
	border-top: 6px solid #2868cd;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	text-transform: uppercase;
}
.color-white {
	color: #000;
}
#footer a {
	color: #222;
}

#footer a:hover {
	color: #2868cd;
	text-decoration: underline;
}
.cpyright {
	font-weight: 500;
}
.designby {
	font-size: 12px;
	color:#222;
}
/* =Content
-------------------------------------------------------------- */
#content {
	margin-top: 40px;
	margin-bottom: 20px;
}

.home #content-full{
	margin-top: 0px;
	margin-bottom: 15px;
}

#content-full {
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}

.home-location-input {
    background: #fff;
    padding: 10px 40px;
    width: 50%;
    float: right;
    margin: 0px;
}

.home-location-input p {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

#content-search {
	margin-bottom: 40px;
	margin-top: 20px;
}
#content-sitemap {
	margin-top: 40px;
	margin-bottom: 20px;
}
.search-no-results #content-search {
	text-align: center;
}
#content-sitemap a {
	font-size: 15px;
	color: #000;
	padding-bottom: 5px;
	display: inline-block;
}
#content-sitemap a:hover {
	color: #B80003;
}

.scroll-margin-top {
    scroll-margin-top: 100px; /* Adjust this value to match the height of your header */
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size: inherit;
}

#cancel-comment-reply-link {
	color: #990000;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 10 0px;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
	width: 75%;
}

#widgets {
	margin-top: 75px;
	margin-bottom: 20px;
	width: 31%;
	display: inline-block;
}

#widgets a {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#widgets form {
	margin: 0;
}

#widgets ul,
#widgets ol {
	padding: 0px;
	list-style: none;
	margin: 0px;
}
#widgets li {
	margin: 0px;
	font-size: 14px;
	line-height: 17px;
}

#widgets ul li a {
	color: #333;
	background: transparent;
	padding: 5px 15px 5px 30px;
	line-height: 26px;
	font-size: 17px;
	font-weight: 400;
	text-transform: capitalize;
	float: left;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: inherit;
}
#widgets ul .current_page_item a {
	color: #fff;
	background: #001226;
}
#widgets ul li a:hover {
	color: #fff;
	background: #2868cd;
}

#widgets .widget-title img {
	float: right;
	height: 11px;
	position: relative;
	top: 4px;
	width: 11px;
}

#widgets .rss-date {
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .rssSummary {
	padding: 10px;
}

#widgets cite {
	font-style: normal;
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .tagcloud,
#widgets .textwidget {
	display: block;
	line-height: 1.5em;
	margin: 0;
	word-wrap: break-word;
}

#widgets .textwidget a {
	display: inline;
}

#widgets ul .children {
	padding: 0 0 0 10px;
}

#widgets .author {
	font-weight: 700;
	padding-top: 4px;
}

.widget_archive select, #cat {
	display: block;
	margin: 15px 15px 0 0;
}

select, input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
	-moz-box-sizing: none;
	-moz-border-radius: 5px;
	-webkit-box-sizing: none;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
	box-sizing: border-box;
	border: none;
	border-radius: 5px;
	cursor: text;
	margin: 0;
	outline: none;
	padding: 10px 18px;
	max-width: 100%;
	font-size: 18px;
	line-height: 0px;
	font-weight: 500;
	font-family: inherit;
}
input::placeholder {
  color: #222;
}
.menu {
	background-color: transparent;
	background-image: none;
	clear: both;
	margin: 0 auto;
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 10px;
}
.menu li {
	padding: 0;
	width: 100%;
}
#footer-top .menu a {
	margin: 0;
	padding: 0;
	text-shadow: none;
}
ul.menu > li:hover {
	background-color: transparent;
	color: inherit;
}

/******* Grid Layout *******************/

.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

img {
	max-width: 100%;
}

/* =Visibility
-------------------------------------------------------------- */
.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.none {
	display: none;
}

.hide-desktop {
	display: none;
}

.show-desktop {
	display: block;
}

/*** Fly's Homepage Styles ***/

.fly-report-col-one {
    z-index:2;
}

.fly-report-col-one h3 {
    margin-top: 35px;
    color: #fff;
}
.fly-report-col-one p {
	color: #fff;
}

.fly-report-col-two h3 {
    margin-top: 35px;
	color: #004fa6;
}

.fly-report-col-two {
    text-align: center;
}

.fly-report-cont-two {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 25px;
    justify-content: center;
}

.fly-report-cont-two ul {
    display: contents;
    list-style: none;
    font-size: 16px;
    color: #555555;
}

.ad-drop-shadow {
    box-shadow: 0 0 15px #3c3c3c80;	
}

/*** Weather App Styles ***/

.weather-form {
    gap: 15px;
    display: flex;
}

.location-label {
    /* Add styles for the label */
}

.location-input {
    /* Add styles for the input field */
}

.submit-button {
    background: #e90000;
	color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 5px;
	font-weight: 500;
    font-size: 18px;
	line-height: 0px;
}

.submit-button:hover {
    background: #d30000;
	box-shadow: 0 1px 6px 0px #3c3c3cba;
}



.autocomplete-suggestions {
    max-height: 180px;
    overflow-y: auto;
    position: absolute;
    margin-top: 50px;
    border-radius: 5px;
    background: #f9f9f9;
    z-index: 9999;
}
.autocomplete-suggestion {
    cursor: pointer;
    padding: 10px 18px;
    max-width: 100%;
    font-size: 16px;
    font-weight: 500;
    font-family: inherit;
}
.autocomplete-suggestion:hover {
    background: #ededed;
}

.weather-report-alert {
    text-align: center;
}

.weather-report-cont-one{
	margin-top: 35px;
}

.weather-report-col-one {
	text-align:center;
}

.home-hero-row {
    position: relative;
    padding-top: 4em;
    padding-bottom: 2em;
    background-attachment: fixed;
    background-image: url(https://fliesonthebeach.com/wp-content/uploads/2024/05/fotb-home-hero2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
	z-index: 99;
}

.home-hero-row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%; /* Overlay half of the image */
    height: 100%;
    background-color: rgb(5 78 160 / 65%); /* Adjust the color and opacity of the overlay */
    z-index: 1; /* Ensure the overlay is above the image */
}

.home-hero-row::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%; /* Position the overlay on the right side */
    width: 50%; /* Overlay the other half of the image */
    height: 100%;
    background-color: rgb(0 60 127 / 94%); /* Adjust the color and opacity of the overlay */
    z-index: 1; /* Ensure the overlay is above the image */
}

.fotb-home-hero-col {
	z-index: 2;
}

.fotb-home-hero h1 {
    color: #fff;
    font-size: 85px;
    line-height: 82px;
    text-transform: uppercase;
}

.fotb-home-hero p {
    color: #fff;
    font-size: 25px;
}

.star-fish-heading-wrapper {
    display: flex; /* Use flexbox */
    align-items: center; /* Center items vertically */
}

.star-fish-heading-wrapper img {
    margin-right: 20px; /* Add some space between the image and the heading */
	width: 130px; /* Set the width to 100 pixels */
    height: auto; /* Maintain aspect ratio */
}

.home-hero-content-col {
	text-align:center;
}

.home-hero-content-col h1 {
	font-size: 54px;
}

.home-hero-row-inner {
	text-align: center;
    background-color: #fffffff0;
    border: solid 6px #dcdcdc;
    padding: 35px;
    margin: 35px 50px;
}

.weather-report-col-one h2 {
    font-size: 22px;
}

.app-weather-heading {
    display: flex;
    justify-content: space-around;
    align-items: center;
	color: #222;
}

.app-weather-heading-content {
    display: grid;
    gap: 1.25em;
}

.app-weather-heading h2 {
    font-size: 32px;
    line-height: 38px;
}

.app-weather-heading h3 {
    font-size: 22px;
    line-height: 30px;
}

.app-weather-information {
    display: flex;
	color: #222;
}
.today-forecast {
	
}
.tf-heading {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
	margin-bottom: -10px;
}
.tf-location {
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #004fa6;
}
#weatherResults::before {
  content: "";
  display: block;
  height: 96px; /* Height equal to the offset you want */
  margin-top: -96px; /* Negative margin equal to the height */
} 
.fly-report {
    margin: 10px 0px 20px;
    box-shadow: 0 3px 15px 0px #3c3c3c80;
	position:relative;
	z-index: 1;
}
.fr-west-top {
	background-color: #e90000;
    padding: 12px;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 1px;
	margin-bottom: 0px;
}
.fr-west-bottom {
	background-color: #fff;
    padding: 15px;
}
.fr-north-west-top {
	background-color: #fc8800;
    padding: 12px;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 1px;
	margin-bottom: 0px;
}
.fr-north-west-bottom {
	background-color: #fff;
    padding: 15px;
}
.fr-south-west-top {
	background-color: #fc8800;
    padding: 12px;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 1px;
	margin-bottom: 0px;
}
.fr-south-west-bottom {
	background-color: #fff;
    padding: 15px;
}
.fr-north-top {
	background-color: #fcc400;
    padding: 12px;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 1px;
	margin-bottom: 0px;
}
.fr-north-bottom {
	background-color: #fff;
    padding: 15px;
}
.fr-south-top {
	background-color: #fcc400;
    padding: 12px;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 1px;
	margin-bottom: 0px;
}
.fr-south-bottom {
	background-color: #fff;
    padding: 15px;
}
.fr-no-top {
	background-color: #12ab36;
    padding: 12px;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 1px;
	margin-bottom: 0px;
}
.fr-no-bottom {
	background-color: #fff;
    padding: 15px;
}

.weather-icon-grid-container {
    /*display: inline-flex;*/
    gap: 25px;
    /*text-align: left;*/
    align-items: center;
}
.main-weather {
	
}
.weather-icon-grid-item {
    display: inline-flex;
    align-items: center;
    gap: 20px;
	margin: 0px 35px;
}
.main-weather {
	margin: 0px 10px;
}
.weather-grid-item img {
    width: 50px;
}

.weather-icon {
    width: 100px;
}
.behavior-data-output {
    font-size: 42px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    color: #8a8a8a;
    margin-bottom: 0px;
	text-transform:capitalize
}
.temperature-data-output {
	font-family: "Oswald", sans-serif;
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 0px;
	line-height: normal;
	color: #111;
}

.weather-grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    text-align: center;
}
.weather-grid-item {
    display: block;
    align-items: center;
}
.humidity-data-output {
    font-size: 26px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    color: #8a8a8a;
	margin-bottom: 0px;
}
.uv-index {
    font-size: 26px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    color: #8a8a8a;
	margin-bottom: 0px;
}
.wind-direction-data-output {
    font-size: 26px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    color: #8a8a8a;
	margin-bottom: 0px;
}
.wind-speed-data-output {
    font-size: 26px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    color: #8a8a8a;
	margin-bottom: 0px;
}
.air-quality-index {
    font-size: 26px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    color: #8a8a8a;
	margin-bottom: 0px;
}
.sunrise-time {
    font-size: 26px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    color: #8a8a8a;
	margin-bottom: 0px;
}
.sunset-time {
    font-size: 26px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    color: #8a8a8a;
	margin-bottom: 0px;
}
.weather-location-ribbon {
    background: #0d6efd;
    padding: 8px;
	margin-bottom: 35px;
}
.weather-location-ribbon p {
	margin-bottom:0px;
	font-size: 16px;
    color: #fff;
    font-weight: 300;
}

.home-content-row-one {
    position: relative;
    padding-top: 2em;
    padding-bottom: 3em;
    background: #f7f7f7;
}
#tide-info {
	display:none; 
    justify-content: center;
    /*gap: 35px;*/
    padding: 20px;
}
.tide-container {
	display:flex; 
    justify-content: space-around;
    padding: 20px;
}
.tide-box {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    text-align: center;
	min-width: 230px;
}
.tide-icon {
    margin-bottom: 15px;
}
.tide-time {
    font-size: 22px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    color: #8a8a8a;
    margin-bottom: 10px;
}
.tide-type {
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #004fa6;
}
.current-tide {
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    color: #8a8a8a;
    margin-bottom: 0px;
}
.comn-btn, .standard-button, .comn-btn:active, .comn-btn.btn:first-child:active {
	display: inline-block;
	position: relative;
	padding: 20px 40px;
	background: #121212 !important;
	color: #fff;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 1;
	line-height: 1;
	border-radius: 0;
	border: 0;
}
.top-header-right .tel-link {
	color: #fff;
	font-style: italic;
	font-size: 22px;
	margin-right: 20px;
	font-weight: 600;
	position: relative;
	top: 3px;
}
.comn-btn:hover, .standard-button:hover {
	color: #cd3728;
	box-shadow: 0 10px 20px -10px rgba(0,0,0,.8);
}
.top-header-right .tel-link:hover {
	color: #cd3728;
}

.comn-btn.btn-light.altenative::before {
	background-color: #0d6efd;
}
.comn-btn.btn-light:hover {
	color: #fff;
}
.comn-btn.btn-light::before {
	background-color: #cd3728;
}
.comn-btn.btn-light.alternative:hover {
	color: #fff;
}
.comn-btn:hover::before, .hd-phone a.tel-link:hover::before, .standard-button:hover::before {
	transform: translate(-50%,-50%) scale(1);
	opacity: 1;
}
.comn-btn.altenative {
	background-color: #004fa6 !important;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
}
.comn-btn.altenative:hover {
	background-color: #0d6efd !important;
}

@media screen and (max-width: 1024px){
	
	.home-hero-row::before {
        width: 100%; /* Overlay full image */
    }
	.home-hero-row {
        padding-top: 2em;
	}

    .home-hero-row::after {
        top: 45%;
        left: 4%;
        width: 92%;
		height: 100%;
    }
	.fotb-home-hero-col {
		text-align:center;
	}
	.fly-report-col-one {
        text-align:center;
	}
	.fly-report-col-one h3 {
		padding: 0px 15px;
		font-size: 42px;
	}
	.fly-report-col-one p {
		padding: 0px 15px;
	}
	.weather-form {
        display: inline-grid;
		width: 100%;
        padding: 0 20px;
    }
	select, input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
		text-align:center;	
	}
	.submit-button {
        line-height: normal;
    }
	.fly-report {
        margin: 10px 10px 20px;
	}
	.tf-location {
    	font-size: 40px;
    	line-height: 48px;
    	margin-bottom: 10px;
	}
}

/**** Custom css ***/
.navbar, .top-header {
	background-color: #fff;
	font-family: 'Oswald', sans-serif;
}
nav.navbar.navbar-expand-lg {
	margin-top: -40px;
}
.navbar-expand-lg .navbar-collapse {
	justify-content: flex-end;
}
.navbar-nav a {
	color: #222;
	padding: 0 !important;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
}
.navbar-nav a:hover, .nav-link:focus, .nav-link:hover, .navbar-nav .nav-link.show {
	color: #0d6efd;
}
.navbar-nav > li {
	padding: 0px 15px;
}
.navbar-nav > li:last-child {
	padding-right: 0;
}
.navbar-toggler {
	border-color: transparent;
    background-color: #004fa6;
}
.navbar-toggler-icon {
	width: 1.25em;
    height: 1.75em;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2030%2030%27%3E%0A%20%20%20%20%3Cpath%20stroke%3D%27%23ffffff%27%20stroke-linecap%3D%27round%27%20stroke-miterlimit%3D%2710%27%20stroke-width%3D%272%27%20d%3D%27M4%207h22M4%2015h22M4%2023h22%27/%3E%0A%3C/svg%3E")
}
@media screen and (min-width: 1000px){
	.dropdown:hover > .dropdown-menu {
		display: block;
	}
	ul.dropdown-menu li a.dropdown-toggle::after {
		transform: rotate(-90deg);
		margin-left: 5px;
	}
}
.dropdown-menu {
	border-radius: 0px;
}
.dropdown-menu[data-bs-popper] {
	left: unset;
}
.dropdown-menu > li > a {
	padding: 10px !important;
	color: #121212;
	font-size: 14px;
	line-height: 1;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus, .dropdown-menu > li > a:hover {
	background-color: #cd3728;
	color: #fff !important;
}
.dropdown-menu > li > .dropdown-menu {
	left: 100%;
	top: 0;
}
#offcanvasNavbar2 {
	color: #222 !important;
	margin-top: auto;
	margin-bottom: 10px;
}
.offcanvas-title {
	color: #fff;
}
.collapse:not(.show) {
	display: block;
}
.navbar-expand-lg .navbar-nav {
    align-items: center;
    gap: 25px;
}
.nav-menu-contact-btn {
	  background: #004fa6;
    padding: 15px 25px !important;
    border-radius: 5px;
	    box-shadow: 0 4px 7px -1px rgba(0, 0, 0, .11), 0 2px 4px -1px rgba(0, 0, 0, .07);
}
.nav-menu-contact-btn a {
	  color: #fff;
}
.nav-menu-contact-btn:hover {
background: #0d6efd;
}
.nav-menu-contact-btn a:hover {
	  color: #fff;
}
#topbar {
    margin-bottom: 40px;
    width: 100%;
    padding: 10em 0;
    background-size: cover;
    background-position: center;
}
#topbar img {
    position: absolute;
    top: 50%;
    left: 0;
    width: auto;
    height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 100%;
    object-fit: cover;
    object-position: left center;
}
/*
.topbar .container {
	padding-top: 5em;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
}*/
.home-topbar {
	padding-top: 4em;
	margin-top: -222px !important;
	overflow: hidden;
	position: relative;
	margin: 0;
	z-index: 2;
}
.home-topbar img {
	max-width: 1390px;
	margin: 0 auto -2px auto;
	padding: 0;
}
.home-topbar .container {
	padding-top: 5em;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
}
.text-center {
	margin: 0 auto;
}
.footer-logo-img {
	max-width: 255px;
	margin: 10px auto;
}

/******* About FOTB *********/
.about-hero-row {
    position: relative;
    padding-top: 2em;
    padding-bottom: 4em;
    background-image: url(https://fliesonthebeach.com/wp-content/uploads/2024/05/fotb-home-hero2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-hero-row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Overlay half of the image */
    height: 100%;
    background-color: rgb(0 60 127 / 94%); /* Adjust the color and opacity of the overlay */
    z-index: 1; /* Ensure the overlay is above the image */
}

.fotb-about-hero-col {
	z-index: 2;
}

.about-fly-report {
    margin: 20px 0px;
    box-shadow: 0 3px 15px 0px #3c3c3c80;
    position:relative;
    z-index: 1;
}

.about-fly-report-col-one {
    text-align: center;
    z-index: 2;
}

.about-fly-report-col-one h3 {
    margin-top: 35px;
    color: #fff;
}
.about-fly-report-col-one p {
	color: #fff;
}

.fotb-about-hero h1 {
    color: #fff;
    font-size: 85px;
    line-height: 82px;
    text-transform: uppercase;
}

.fotb-about-hero p {
    color: #fff;
    font-size: 25px;
}

.about-weather-form {
    gap: 15px;
    display: inline-flex;
}
.fly-report-banner-pattern {
	margin-bottom: 1.5rem;
}

/******** Advertising Page **********/

.advertising-row-heading {
	margin-bottom: 30px;
}
.advertising-row-01 {
	background-color:#f7f7f7;
	margin-bottom: 35px;
	padding: 25px 0px;
}

.advertising-row-02 {
	margin-top: 35px;
    margin-bottom: 25px;
}

.advertising-row-04 {
    margin-bottom: 25px;
}

.advertising-row-learn {
	background-color: #004fa6;
    color: #fff;
	margin-bottom: 0px;
	padding: 25px 0px;
}

/******** Inner Beach ********/

.inner-beach-tag-row {
    background-color: #f34f02;
    color: #fff;
    border: 6px solid #fe932e;
    margin: 0px 0px 25px 0px;
    padding: 1px;
    text-align: center;
    box-shadow: 0 0 15px #3c3c3c80;
}

.inner-beach-row-01 {
	background-color:#f7f7f7;
	margin-bottom: 35px;
	padding: 25px 0px;
}

.inner-beach-row-04 {
    margin-bottom: 25px;
}

.inner-beach-row-learn {
	background-color: #004fa6;
    color: #fff;
	margin-bottom: 0px;
	padding: 25px 0px;
	text-align:center;
}
.guard-locations-list {
    font-size: 20px;
    letter-spacing: .5px;
    line-height: 34px;
    color: #004fa6;
    font-weight: 400;
}

.guard-locations-warning {
    font-size: 14px;
    color: #e90000;
    font-weight: 600;
    letter-spacing: 1px;
}

/******** About Page **********/

.about-row-heading {
	margin-bottom: 30px;
}
.about-row-01 {
	margin-bottom: 25px;
	padding: 35px 0px 00px;
}

.about-row-02 {
	margin-top: 35px;
    margin-bottom: 25px;
}

.about-row-04 {
    margin-bottom: 25px;
}

.about-row-learn {
	background-color: #004fa6;
    color: #fff;
	margin-bottom: 0px;
	padding: 25px 0px;
	text-align:center;
}

@media screen and (max-width: 1024px){
	
.about-hero-row::before {
    width: 100%; /* Overlay full image */
}

.about-hero-row {
    padding-top: .5em;
    padding-bottom: 2.25em;
}
.about-weather-form {
    display: inline-grid;
	width: 100%;
    /*padding: 0 20px;*/
}
.about-fly-report {
    margin: 20px 40px 20px;
}
}


.hero-row .left-img {
	left: -19%;
	position: absolute;
	width: 100%;
}
.hero-row .left-img img, .hero-row .right-img img {
	height: 500px;
}
.hero-row .right-img {
	right: -19%;
	position: absolute;
	width: 100%;
	text-align: right;
}
.hero-row {
	background: #121212;
	padding: 5em 0 12em;
	position: relative;
	background-image: url("../../../wp-content/uploads/2023/08/Hero-background.jpg");
	background-size: cover;
}
.hero-row h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 2em;
}
.cta-banner-one {
	background-image: url('../../../wp-content/uploads/2023/09/banner-bg-texture-01.jpg');
	padding: 2em 0 2em;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    background-attachment: fixed;
}
.cta-banner-one h2 {
    color: #fff;
    font-size: 2em;
    font-weight: 600;
}
.cta-banner-two {
	background-image: url('../../../wp-content/uploads/2023/09/banner-bg-texture-02.jpg');
	padding: 2em 0 3em;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    background-attachment: fixed;
}
.cta-banner-two h3 {
    color: #fff;
    font-size: 3em;
    font-weight: 500;
    text-transform: capitalize;
}
.cta-banner-three {
	background-image: url('../../../wp-content/uploads/2023/09/banner-bg-texture-04.jpg');
	padding: 2em 0 2em;
	background-size: cover;
	background-position: bottom center;
	background-repeat: repeat-x;
}
.cta-banner-three h3 {
    color: #fff;
    font-size: 3em;
    font-weight: 600;
    text-transform: inherit;
}
.cta-row {
	background-image: url('../../../wp-content/uploads/2023/08/CTA-Background.jpg');
	padding: 2em 0 3em;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    background-attachment: fixed;
}
.cta-row h2 {
	color: #fff;
	font-size: 3em;
	font-weight: 700;
	text-transform: inherit;
}
.cta-row a{
	color: #fff;
	/*text-decoration: underline;*/
}
.cta-row a:hover{
	color: #000;
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: flex !important;
}
.top-header {
	text-align: right;
	padding-top: 10px;
}
.comn-btn.red {
	background: #222 !important;
	padding: 15px 22px;
}
.top-header .tel-link {
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
	color: #fff;
	margin-right: 15px;
	position: relative;
	z-index: 9;
}
.top-header .tel-link:hover {
	color: #cd3728;
}
.hero-row h1 strong, h2 strong {
	background: #cd3728;
	display: inline;
	padding: 0 15px;
	font-weight: 900;
}
.result-row {
	background: #121212;
	color: #fff;
	position: relative;
	padding-top: 10em;
	padding-bottom: 4em;
	z-index: 99;
	overflow: hidden;
}
.result-row h2 {
	color: #fff;
	margin-bottom: 1.5em;
}
.carousel-control-next, .carousel-control-prev {
	width: 35%;
	font-size: 28px;
	color: #cd3728;
	opacity: 1;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #000;
	opacity: 1;
}
.resultslider .carousel-control-next:focus, .resultslider .carousel-control-next:hover, .resultslider .carousel-control-prev:focus, .resultslider .carousel-control-prev:hover {
	color: #fff;
	opacity: 1;
}
.carousel-nav {
	width: 8%;
	position: absolute;
	bottom: 20%;
}
.result-row::before {
	content: "";
	background-image: url('../../../wp-content/uploads/2023/08/Prager-Text-Background.png');
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center 101%;
	background-size: contain;
}
.services-row h2, .strategies-row h2 {
	color: #cd3728;
	margin-bottom: 25px;
}
.services-row h2 strong, .strategies-row h2 strong {
	color: #fff;
}
.services-row h3 {
	font-weight: 600;
}
.testimonials-row {
	position: relative;
	padding-bottom: 7em;
	overflow: hidden;
}
.testimonials-row::before, .testimonials-row::after {
	content: "";
	background-image: url('../../../wp-content/uploads/2023/08/Quote-Icon.png');
	width: 30%;
	height: 30%;
	display: block;
	background-size: contain;
	background-position: center;
	position: absolute;
	background-repeat: no-repeat;
	opacity: 0.5;
	bottom: -2%;
	min-width: 300px;
	min-height: 200px;
}
.testimonials-row::before {
	left: -10%;
}
.testimonials-row::after {	
	right: -10%;
	transform: rotateZ(180deg);
}
.testimonials-row h2 {
	margin-top: 60px;
}
.testimonialslide h4 {
	font-weight: 600;
	font-size: 1.8em;
	margin-bottom: 25px;
}
.carousel-indicators [data-bs-target] {
	height: 20px;
	line-height: 15px;
	border-radius: 100%;
	background: #fff;
	border: 1px solid #888;
	width: 20px;
}
.carousel-indicators .active {
	background: #cd3728;
	box-shadow: 0 3px 8px -1px #5b5757b5;
}
.carousel-indicators {
	margin-bottom: -5%;
}
.strategies-row {
	background-color: #f7f7f7;
	padding-top: 4em;
}
.strategies-row h2 {
	margin-bottom: 1em;
}
.cta-row-two .cta-row h2 {
	font-size: 2.6em;
}
.our-service-text {
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3em;
}
.screen-content .wp-bootstrap-blocks-row {
	margin-bottom: 3em;
}
.screen-content .wp-bootstrap-blocks-row:last-child {
	margin-bottom: 0;
}
.services-row .service-screen {
	position: relative;
	background-image: url('../../../wp-content/uploads/2023/09/Screen2.png');
	padding: 0;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	min-height: 800px;
}
.service-scroll {
	height: 100%;
	padding: 4.6% 5.2% 15% 5.5%;
}
.screen-content {
	overflow-y: auto;
	height: 100%;
	scrollbar-width: none;
}
.services-row {
	margin-bottom: -6em;
	z-index: 999;
	position: relative;
	margin-top: -22em;
}
.service-screen::after {
	content: "";
	background-image: url('../../../wp-content/uploads/2023/08/Screen-Shadow.png');
	position: absolute;
	left: 0;
	right: 0;
	top: 92%;
	height: 300px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.your-win-txt {
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
.arrow-bottom figure {
	position: relative;
	padding-bottom: 7em;
	margin-bottom: 2em;
}
.arrow-bottom figure img {
	z-index: 9;
	position: relative;
}
.arrow-bottom figure::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background-image: url('../../../wp-content/uploads/2023/08/Arrows.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	bottom: 0;
	padding: 5em;
	z-index: 1;
	margin-right: 3em;
}
.result-row h4, .result-row h6 {
	color: #fff;
}
.inner-title-section h4 {
	font-size: 1.8em;
	margin-bottom: 0;
	margin-top: 0;
}
.inner-title-section h1 {
	font-size: 3.8em;
    color: #004fa6;
    margin-top: 1rem;
    line-height: 1;
}
/*.inner-title-section p {
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}*/
.inner-two-img {
	transform: translateX(30px);
}
.inner-section-two h3 {
	font-weight: 800;
}
.inner-title-section h1.homepage-h1 {
	font-size: 4.0em;
    line-height: 1;
    margin-top: 0.5rem;
}
.heading-underline {
	position: relative;
	padding-bottom: 15px;
}
.heading-underline::before {
	content: "";
	position: absolute;
	width: 25%;
	height: 3px;
	background-color: #004fa6;
	bottom: 0;
	max-width: 150px;
}
.inner-section-three {
	background-image: url('../../../wp-content/uploads/2023/08/Mobile-Friendly-Background.png');
	background-size: cover;
	background-position: right center;
	color: #fff;
	padding: 5em 0 0;
	margin-top: 7em;
}
.inner-section-three h3 {
	font-weight: 800;
	color: #fff;
}
.image-phone {
	margin-top: -12em;
	margin-bottom: 0;
	max-width: 500px;
	transform: translateX(25%);
}
.inner-section-four {
	position: relative;
	padding: 4em 0 2em;
	background-image: url('../../../wp-content/uploads/2023/08/Abastract-Background.png');
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}
.inner-section-four .row {
	align-items: center;
}
.inner-section-five {
	position: relative;
	color: #fff;
	padding: 0em 0 18em;
	background-image: url('../../../wp-content/uploads/2023/08/Designing-Background.png');
	background-size: cover;
	background-position: center;
	overflow: hidden;
	z-index: -1;
	margin-top: -16em;
}
.inner-col-five {
	background-color: rgba(0, 0, 0, 0.8);
	padding: 4em;
	border: 2px solid #cd3728;
	text-align: center;
	max-width: 560px;
	margin-left: 12%;
	margin-top: 20em;
}
.inner-col-five h5, .inner-section-four h5 {
	color: #cd3728;
	font-size: 1.5em;
}
.inner-col-five h3 {
	font-size: 2em;
	color: #fff;
	font-weight: 800;
}
/*.inner-section-five::after {
	content: "";
	background-image: url('../../../wp-content/uploads/2023/08/Titlebar-Arrows.png');
	width: 100%;
	height: 170px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 38%;
}*/
.inner-section-six {
	padding: 14em 0 4em;
	color: #fff;
	position: relative;
	background-image: url('../../../wp-content/uploads/2023/08/bg-shape.png');
	margin-top: -11em;
	background-size: cover;
}
.inner-section-six a:hover {
	color: #fff;
}
.inner-section-six h2 {
	font-weight: 800;
}
.inner-section-six::after {
	content: "";
	background-image: url('../../../wp-content/uploads/2023/09/Prager-Icon2.png');
	width: 500px;
	height: 280px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -78px;
	left: -68px;
}
.inner-section-six > div {
	position: relative;
}
.inner-section-six::before {
	content: "";
	background-image: url('../../../wp-content/uploads/2023/08/Prager-Text-Background.png');
	position: absolute;
	top: 11rem;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.inner-col-six {
	position: relative;
	padding: 6em 0 0 6em;
}
.inner-col-six figure {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 150px;
}
.inner-section-six h3 {
	color: #fff;
	font-size: 2em;
	position: relative;
	margin-bottom: 5px;
	z-index: 1;
}
.inner-section-six .container-fluid.viewport-wrapper.arrow-wrapper {
	position: absolute;
    top: -11rem;
    left: 30%;
    z-index: -1;
}
.inner-col-six::before {
	content: "";
	position: absolute;
	width: 37%;
	height: 2px;
	background-color: #fff;
	top: 22%;
	right: 20%;
}
.inner-col-six:last-child::before {
	display: none;
}
.inner-row-six-two .inner-col-six:last-child::before {
	display: block;
}
.inner-section-seven {
	padding-top: 2em;
	color: #fff;
	background: linear-gradient(180deg,#000000,#ffffff);
    margin-top: -1px;
}
.inner-section-seven h2 {
	color: #fff;
	margin-bottom: 0;
	font-weight: 800;
}
.inner-section-seven .comn-btn {
	margin-bottom: 3em;
}
.heading-seprators {
	position: relative;
}
.heading-seprators {
	position: relative;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 0 1%;
}
.heading-seprators::before, .heading-seprators::after {
	content: "";
	position: absolute;
	width: 25%;
	height: 3px;
	background-color: #cd3728;
	margin: auto;
	top: 0;
	bottom: 0;
}
.heading-seprators::before {
	right: 100%;
}
.heading-seprators::after {
	left: 100%;
}

.inner-section-two.cards-row {
    background-image: url(/wp-content/uploads/2023/08/Abastract-Background.png);
    background-position: top;
    background-repeat: no-repeat;
	background-size: cover;
}
.inner-section-two.cards-row.prager-analytics {
	padding-bottom: 14rem;
	z-index: -2;
	position: relative;
}

.home-section-two.cards-row {
	position: relative;
	background-image: url(/wp-content/uploads/2023/08/Abastract-Background.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 2em;
	padding-bottom: 4em;
	overflow: hidden;
}

.home-section-two.cards-row .viewport-wrapper.viewport-wrapper-visible {
	position: relative;
}

.cards-column {
	max-width: 640px;
}
.cards-column.cards-full-width {
	max-width: 100%;
	margin-left: 0px !important;
}
.cards-column .row {
	background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: -8px 8px 0px 0px rgba(205,55,40,1), rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
	-moz-box-shadow: -8px 8px 0px 0px rgba(205,55,40,1), rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
	box-shadow: -8px 8px 0px 0px rgba(205,55,40,1), rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.heading-underline.underline-center::before {
	bottom: -25px;
    transform: translate(-50%, -25px);
    left: 50%;
}


.viewport-wrapper {
	opacity: 0;
}

.viewport-wrapper.viewport-wrapper-visible {
	opacity: 1;
	transition: opacity ease-in .3s;
}

.animate__animated {
	animation-duration: 1.5s;
}

.white-text {
	color: #fff;
}
.black-gradient-background {
	background: linear-gradient(180deg,#000000,#ffffff);
    margin-top: -1px;
}
.carousel-3d-container {
    perspective: 1200px;
    width: 600px;
    margin: 50px auto 0px;
    position: relative;
    height: auto;
	max-width: 75vw;
}
.carousel-container-height{
	margin-bottom: 1.5rem;
    opacity: 0;
}
.carousel-3d {
    width: 100%;
    height: auto;
}
.email-carousel {
	transform-style: preserve-3d;
	width: 100%;
    height: auto;
}
.slide-3d {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    transition: ease 1s;
}
.email-img-slide {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    transition: ease 1s;
}
.slide img {
    width: 100%;
    height: auto;
}
.controls-3d {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 10px;
    gap: 15px;
    display: flex;
    justify-content: center;
}
button.prev {
    width: 30px;
    height: 30px;
    line-height: initial;
    border-radius: 50px;
}
button.next {
    width: 30px;
    height: 30px;
    line-height: initial;
    border-radius: 50px;
}

.black-wall-bg {
	background-image: url(https://www.pragermicrosystems.com/wp-content/uploads/2023/09/black-wall-bkg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	color: #fff;
}
.black-wall-bg h3, .black-wall-bg h4 {
	color: #fff;
}

.scaleOnHover {
    transition: transform 0.3s ease-in-out !important;
	position: relative !important;
}

.scaleOnHover:hover {
    transform: scale(1.03);
}

.fullwidth-img img{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    max-width: 45vw;
	max-height: 100%;
}

.max-content-img img {
	max-width: max-content;
}

.max-content-img-shadow img {
	max-width: max-content;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.box-shadow-image img {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.max-width-640-col {
	max-width: 640px;
    padding-left: 20px;
	padding-right: 20px;
}

.max-width-747-col {
	max-width: 747px;
    padding-left: 20px;
	padding-right: 20px;
}

.negative-mt-5 {
	margin-top: -3rem!important;
}

@media (max-width: 992px) {
	.email-examples-img {
		right: 0!important;
	}
}

@media (min-width: 768px) {
	.mt-md-n5 {
		margin-top: -3rem!important;
	}
}

.img-overlay-animation {
	position: absolute;
    top: 0px;
    left: 0;
    margin-left: 2%;
    margin-right: 2%;
}

.img-overlay-animation.loading-icon {
    top: 25%;
    left: 40%;
}

.animate-delay-1 {
	animation-delay: 1s;
}

/*********************** Typewriter CSS ***********************/

.typewriter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.typewriter h1 {
  font-size: 77px;
  color:#fff;
  padding: 1.5rem;
  text-align: center;
  overflow: hidden;
}
.typewriter h1 span.typed-text {
  color: #cd3728;
}
.typewriter h1 span.cursor {
  display: inline-block;
  background-color: #fff;
  margin-left: 0.5rem;
  width: 15px;
  animation: blink .5s infinite;
}
.typewriter h1 span.cursor.typing {
  animation: none;
}
@keyframes blink {
  0%  { background-color: #fff; }
  49% { background-color: #fff; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #fff; }
}

/************************ Homepage Video *********************/
    .video-container {
        position: relative;
        width: 100%;
        min-height: 105vh; /* Adjust the height as needed */
        overflow: hidden;
    }
	
	 .video-container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 1;
	 }
	 
    #background-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .overlay {
		width: 60%;
        position: absolute;
        top: 43%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: #fff;
		z-index: 2;
    }

/************************** Home Carousel *****************************/

.home-carousel-3d-container {
    perspective: 1200px;
    width: 600px;
    margin: -250px auto 50px;
    position: relative;
    height: auto;
	max-width: 75vw;
	z-index: 3;
}
.home-carousel-container-height{
	margin-bottom: 1.5rem;
    opacity: 0;
}
.home-carousel-3d {
    transform-style: preserve-3d;
    width: 100%;
    height: auto;
}
.home-slide-3d {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    backface-visibility: hidden;
    filter: blur(3px);
    transition: ease 1s;
}
.home-slide img {
    width: 100%;
    height: auto;
}
.home-controls-3d {
    text-align: center;
    position: absolute;
    width: 100%;
    gap: 15px;
    display: flex;
    justify-content: center;
}
.home-slide-3d.home-slide-3d-1 {
    transform: translateX(0) translateZ(300px);
    filter: none;
}
.home-slide-3d.home-slide-3d-2 {
    transform: translateX(95%) translateZ(0px);
}
.home-slide-3d.home-slide-3d-3 {
    transform: translateX(-95%) translateZ(0px);
}

/************************* Homepage Extra Styles **********************/

.mask {
    position: absolute;
    background-size: cover;
    background-position: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
}

.page-header {
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: 50%
}

.page-header .container {
    z-index: 1;
    text-align:center;
}
.min-vh-100 {
    min-height: 100vh!important;
}

.bg-gradient-primary {
    background-image: linear-gradient(180deg,#121212,#ffffff);
}

.text-white {
    color: #fff!important;
}

.lead {
    font-size: 1.25rem;
}

.lead {
    line-height: 1.625;
}
.lead, .p, p {
    font-weight: 400;
}
.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: #cb0c9f;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: #830866;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: #830866;
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 211,48,173;
}

.btn {
    margin-bottom: 1rem;
    letter-spacing: -.025rem;
    box-shadow: 0 4px 7px -1px rgba(0,0,0,.11), 0 2px 4px -1px rgba(0,0,0,.07);
    background-size: 150%;
    background-position-x: 25%;
}

.waves {
    position: relative;
    width: 100%;
    height: 16vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px
}

.waves.waves-sm {
    height: 50px;
    min-height: 50px
}

.waves.no-animation .moving-waves>use {
    animation: none
}

.wave-rotate {
    transform: rotate(180deg)
}

.moving-waves>use {
    animation: f 40s cubic-bezier(.55,.5,.45,.5) infinite
}

.moving-waves>use:first-child {
    animation-delay: -2s;
    animation-duration: 11s
}

.moving-waves>use:nth-child(2) {
    animation-delay: -4s;
    animation-duration: 13s
}

.moving-waves>use:nth-child(3) {
    animation-delay: -3s;
    animation-duration: 15s
}

.moving-waves>use:nth-child(4) {
    animation-delay: -4s;
    animation-duration: 20s
}

.moving-waves>use:nth-child(5) {
    animation-delay: -4s;
    animation-duration: 25s
}

.moving-waves>use:nth-child(6) {
    animation-delay: -3s;
    animation-duration: 30s
}

@keyframes f {
    0% {
        transform: translate3d(-90px,0,0)
    }

    to {
        transform: translate3d(85px,0,0)
    }
}
	.typing-container {
    	display: inline-block;
    	border: solid 2px #d1d1d1;
    	background: #f9f9f9;
    	border-radius: 50px;
    	padding: 10px 20px;
	}
	.typing-text {
            border-right: .15em solid #cd3728;
            overflow: hidden;
            white-space: nowrap;
            color:#2f2f2f;
            margin: 0 auto;
            animation: typing 4s steps(40, end) 2s, blink-caret .5s step-end infinite;
        }
        
        @keyframes typing {
            from {
                width: 0;
            }
            to {
                width: 100%;
            }
        }
        
        @keyframes blink-caret {
            from,
            to {
                border-color: transparent;
            }
            50% {
                border-color: #cd3728;
            }
 }
 
/************************* About Page **********************/ 
.about-prager-section {
	background-image: url(https://www.pragermicrosystems.com/wp-content/uploads/2023/10/about-bg-3.jpg);
    background-size: cover;
    background-position: center;
    padding: 2rem 0;
	position: relative;
}
@media screen and (min-width: 992px) {
	.about-prager-img img {
		max-width: max-content;
	}
	.about-prager-section {
		margin-top: 3rem;
	}
}
@media screen and (max-width: 992px) {
	.about-prager-section::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(255,255,255,.5);
	}
}
 
/************************* Home Services Section **********************/

.home-services {
	background: #fff;
	padding: 2em 2em 0 2em;
}
.services-secondary {
	background-color: #fff;
	padding-bottom: 4em;
}
.services-secondary-list, .services-secondary-text {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}
.services-secondary-img {
	position: relative;
	padding: 15px;
}
.services-secondary-img::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #cd3728;
	border-radius: 15px 0 0 15px;
	width: 100vw;
	left: 100%;
}
.services-secondary-text .wp-block-group {
	background-color: #fff;
	padding: 30px;
	height: 100%;
}
.services-secondary-text h4 {
	font-weight: 700;
	margin-bottom: 10px;
}
.services-secondary-text a {
	/*color: #000;*/
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
}
.services-secondary-text a:hover {
	color: #cd3728;
}
.services-secondary-list::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #cd3728;
	width: 100vw;
	right: 30px;
	border-radius: 0 15px 15px 0;
}
.service-secondary-items {
	position: relative;
	z-index: 9;
	list-style: none;
	padding: 15px 0;
	margin: 0;
	font-family: 'Oswald', sans-serif;
	background-color: #f7f7f7;
	border-radius: 15px 0 0 15px;
}
.service-secondary-items li {
	background-color: #f7f7f7;
	padding: 20px;
	line-height: initial;
	cursor: pointer;
}
.service-secondary-items li.active, .service-secondary-items li:hover {
	background-color: #ededed;
}
/************************* Revised Service Section **********************/
.revised-service-row {
	margin-top: 1em;
	margin-bottom: 3em;
}
.revised-service-row .carousel-indicators {
	position: relative;
	margin: 0;
}
.carousel-indicators.carousel-indicator-txt {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    color: #1d1d1d;
    margin-bottom: 2em;
}
.carousel-indicators.carousel-indicator-txt [data-bs-target] {
	width: auto;
	height: auto;
	border: 0;
	text-indent: 0;
	opacity: 1;
	border-radius: 0;
	padding: 12px 18px;
	line-height: 20px;
}
.carousel-indicators.carousel-indicator-txt .active {
	color: #fff;
}
.revised-service-txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0 4em 0 2.5em;
}
.revised-service-txt h4 {
	margin-left: 0;
	font-weight: 700;
	margin-bottom: 20px;
}
.revised-service-inner {
	position: relative;
}
.revised-service-row .carousel-inner {
	overflow: visible;
}
.revised-service-row .carousel-inner::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #cd3728;
	width: 100vw;
	left: 100%;
	border-radius: 15px 0 0 15px;
}
.revised-service-row .carousel-inner::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #cd3728;
	width: 100vw;
	right: 100%;
	border-radius: 0 15px 15px 0;
	z-index: 99;
}

/************************* Industries **********************/

.referral-title-row {
	position: relative;
	background-image: url('../../../wp-content/uploads/2023/11/referral-program-bg02.jpg');
	background-size: cover;
	background-blend-mode: overlay;
	background-color: rgba(255, 255, 255, 0.85);
}
.referral-title-row h1 {
	font-weight: 400;
	line-height: 1;
	margin-bottom: 20px;
}
.referral-title-row strong {
	color: #cd3728;
	font-weight: 800;
}
.referral-title-row > div, .industries-benefits-inner-col .wp-block-image {
	position: relative;
	z-index: 9;
}
.referral-title-row::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(255,255,255,0.16568625741312148) 40%, rgba(255,255,255,1) 80%);
	z-index: 1;
}
.industries-title-row {
	position: relative;
	background-image: url('../../../wp-content/uploads/2023/10/industry-expert-bwbg.jpg');
	background-size: cover;
	background-blend-mode: overlay;
	background-color: rgba(255, 255, 255, 0.85);
}
.industries-title-row h1 {
	font-weight: 400;
	line-height: 1;
	margin-bottom: 20px;
}
.industries-title-row strong {
	color: #cd3728;
	font-weight: 800;
}
.industries-title-row > div, .industries-benefits-inner-col .wp-block-image {
	position: relative;
	z-index: 9;
}
.industries-title-row::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(255,255,255,0.16568625741312148) 40%, rgba(255,255,255,1) 80%);
	z-index: 1;
}
.industries-row-two {
	padding-top: 3em;
	padding-bottom: 3em;
}
.industries-row-two h2 {
	margin-bottom: 20px;
}
.industries-target-head {
	padding: 4em 0 5em;
	background-color: #f7f7f7;
}
.industries-target-head h2 {
	margin-bottom: 20px;
}
.industries-targeted-body {
	background-image: url('../../../wp-content/uploads/2023/10/Voice-Analytics-Background.png');
	background-size: cover;
	background-attachment: fixed;
	background-color: #cd3728;
}
.industries-body-inner {
	padding: 2em;
	background-color: #fff;
	margin-top: -4em;
	box-shadow: 0 0 20px #3c3c3c2e;
	margin-bottom: 4em;
}
.industries-targeted-body h3 {
	color: #cd3728;
	text-transform: capitalize;
	font-size: 2.5em;
}
.industries-targeted-body h4 {
	font-size: 1.8em;
}
.industries-benefits-row {
	padding: 3em 0 3em;
}
.industries-benefits-row h2 {
	font-weight: 500;
	margin-bottom: 20px;
}
.industries-benefits-inner {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.industries-benefits-inner-col {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}
.industries-benefits-inner-col .wp-block-heading {
	background-color: #f7f7f7;
	width: 100%;
	font-size: 1.5em;
	box-shadow: -50px 0 0 #f7f7f7;
	font-weight: 400;
}
.industries-benefits-inner-col .wp-block-heading a {
	padding: 25px 0;
	display: block;
}
.industries-form-row {
	background-image: url('../../../wp-content/uploads/2023/08/Abastract-Background.png');
	background-size: cover;
	padding: 4em 0;
}
.industries-form-inner {
	background-color: #121212;
	color: #fff;
	padding: 2em 5em;
	margin-left: auto;
	margin-right: auto;
}
.industries-form-row h2 {
	font-size: 2.2em;
	color: #fff;
	font-weight: 800;
}
.gform_wrapper.gravity-theme .gfield textarea.small {
    height: 125px !important;
    background-color: #ffffff;
    border: solid 1px #dedede;
}
.gform_button.button {
	background-color: #cd3728;
	font-family: 'Oswald', sans-serif;
	border: 0;
	color: #fff;
	font-size: 18px;
	padding: 18px 60px;
	line-height: 1;
	font-weight: 600;
	margin: auto;
}
.gform_button.button:hover {
	background-color: #000;
	color: #fff;
}
.industrieslide-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 2em;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	border: 4px solid #fff;
	padding: 20px 30px;
}
.industrieslide .carousel-item.active:hover .industrieslide-content {
	transform: scale(1);
}
.industrieslide-content h3 {
	color: #fff;
	margin: 0 0 10px;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 2em;
}
.industrieslide-content .btn.btn-primary {
	background-color: transparent;
	border: 0;
	padding: 0;
	box-shadow: none;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
}
.industrieslide .wp-block-image {
	padding: 0 5px 15px 0;
}
.industrieslide .wp-block-image img {
	box-shadow: 5px 5px 12px #3c3c3c99;
}
.industry-multi-img-container {
	position: relative;
}
.industry-multi-img1, .industry-multi-img2, .industry-multi-img3, .industry-multi-img4, .industry-multi-img5, .industry-multi-img6, .industry-multi-img7, .industry-multi-img8, .industry-multi-img9, .industry-multi-img10, .industry-multi-img11, .industry-multi-img12, .industry-multi-img13, .industry-multi-img14 {
	position: absolute;
	animation-fill-mode: forwards !important;
    opacity: 0;
}

.service-area-landing h3 {
	font-size:32px;
}
.service-area-landing h5 a {
	color: #444444;
    font-weight: 500;
    font-size: 22px;
}
.service-area-landing h5 a:hover {
	color:#121212;
}
.service-area-first-page-content {
    background: #fff;
    padding: 25px 5px 10px !important;
	margin-bottom: 25px;
    position: relative;
    box-shadow: 0 0 15px #3c3c3c80;
    z-index: 9;
}
.service-area-first-page-content h3 {
	font-size: 32px;
}

.sa-first-page-bg.cards-row {
	position: relative;
	background-image: url(/wp-content/uploads/2023/08/Abastract-Background.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
        background-attachment: fixed;
	padding-top: 4em;
	padding-bottom: 4em;
	overflow: hidden;
}
.contact-form-row {
    padding: 0px 25px 15px;
    max-width: 840px;
    margin: auto;
}

.gform-theme--foundation .gform_fields {
    row-gap: 16px;
}
input#input_1_1 {
    text-align: left;
	line-height: inherit;
}

input#input_1_3 {
    text-align: left;
	line-height: inherit;
}

input#input_1_4 {
    text-align: left;
	line-height: inherit;
}

textarea#input_1_5 {
    text-align: left;
	line-height: inherit;
}

.dropdown-menu > li.current-menu-item > a {
	background: #cd3728;
	color: #fff;
}

/************Additional CSS*****************/

.icon-spin {
  transition: transform 900ms ease-in-out;
}
.icon-spin:hover {
  transform: rotate(360deg);
}
h4 a:hover {
	color:#cd3728;
}
h2.lsa-dark {
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
    margin-top: 40px;
}
.lsa-dark-row {
    display: flex;
    align-items: center;
}

.services-secondary-img {
    position: relative;
    padding: 15px 0px 15px 15px;
}

.home-logo-content {
	background: #fff;
	padding: 25px 35px !important;
	position: relative;
	box-shadow: 0 0 20px #3c3c3ced;
	z-index: 9;
	max-width: 660px;
	margin-right: auto;
	margin-left: 0;
}

.home-logo-container {
	position: absolute;
	height: 600px;
	top: 0;
	right: -30%;
	transform: translateY(-50%) rotate(-25deg);
	transform-origin: top right;
	width: 100%;
}

@keyframes fadeIn1 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeIn2 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeIn3 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeIn4 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeIn5 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeIn6 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeIn7 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeIn8 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeIn9 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeIn10 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeIn11 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeIn12 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeIn13 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeIn14 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.logo-image1, .logo-image2, .logo-image3, .logo-image4, .logo-image5, .logo-image6, .logo-image7, .logo-image8, .logo-image9, .logo-image10, .logo-image11, .logo-image12, .logo-image13 {
	position:absolute;
	animation-fill-mode: forwards !important;
  opacity: 0;
}
.sticky-lg-top {
	position: sticky;
    top: 0;
    z-index: 1020;
    box-shadow: 0 0 15px #3c3c3c80;
}
.desktop-view {
    display: block;
}
.mobile-view {
    display: none;
}

/********** Cookie Consent Banner CSS **********/

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgb(24 24 24 / 95%);
    color: #fff;
    padding: 15px 20px;
    z-index: 1000;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
	transition: bottom 0.3s ease;
}

.cookie-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.cookie-banner-content p {
	font-size: 14px;
    font-weight: 300;
    margin: 0 20px 0 0;
    flex: 1;
}

.cookie-banner-content p a {
    color: #3897ff;
    text-decoration: underline;
}

.cookie-banner-buttons {
    display: flex;
    gap: 10px;
}

.cookie-button {
    background-color: #666;
    color: #fff;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 13px;
}

.cookie-button:hover {
    background-color: #555;
}

.cookie-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.cookie-modal-content {
    background-color: #fff;
    padding: 20px;
    max-width: 500px;
    width: 90%;
}

.cookie-modal-content h2 {
    margin-top: 0;
	font-size: 40px;
    margin-bottom: 12px;
}

.cookie-modal-content label {
    display: block;
    margin: 10px 0;
	font-size:16px;
}

.cookie-modal-buttons {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 20px;
}

@media screen and (max-width: 980px){
.cookie-banner-content {
    display: block;
}
.cookie-banner-content p {
    margin-bottom:10px;
    text-align:center;
}
.cookie-banner-buttons {
    justify-content: center;
}
}

/************************* Responsive ********************************/

@media screen and (max-width: 1400px){
	.overlay {
		max-width: 800px;
		width: 100%;
	}
	.typewriter h1 {
		font-size: 4em;
	}
	.home-topbar {
		margin-top: -220px !important;
		box-shadow: 0 50px 0 #fff;
	}
	.inner-title-section {
		z-index: 9;
		position: relative;
	}
}
@media screen and (max-width: 1300px){
	.home-topbar {
		margin-top: -190px !important;
	}
	.home-topbar .container {
		padding-top: 3em;
	}
}


@media screen and (max-width: 1024px){
	.service-scroll {
		padding: 4.7% 8% 18% 8%;
	}
	.testimonials-row::before, .testimonials-row::after {
		bottom: -5%;
	}
	.carousel-indicators.carousel-indicator-txt {
		display: none;
	}
	.desktop-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
}
@media screen and (max-width: 1000px){
	.offcanvas-body a {
		font-size: 20px;
		color: #fff;
	}
	.sticky-lg-top {
		display: flex;
		flex-direction: column-reverse;
	}
	.top-header {
		padding: 0 0 15px;
	}
	span.ddlink {
		height: 30px;
		width: 60px;
		display: inline-flex;
		position: absolute;
		cursor: pointer;
		top: 0;
	}
}

@media screen and (min-width: 992px) {
	.cards-column {
		margin-left: -20px !important;
	}
}
@media screen and (max-width: 992px) {
	.image-phone {
		margin-top: 2em;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 280px;
		transform: none;
	}
}
@media screen and (max-width: 980px){
	nav.navbar.navbar-expand-lg {
		margin-top: 0;
	}
	.service-scroll {
		height: 100%;
		padding: 4.9% 8% 19% 8%;
	}
	.testimonials-row::before, .testimonials-row::after {
		bottom: -6%;
	}
}
@media screen and (max-width: 900px){
	.services-row .service-screen {
		min-height: 600px;
	}
	.service-scroll {
		padding: 4.5% 8% 16% 8%;
	}
	.testimonials-row::before, .testimonials-row::after {
		bottom: -8%;
	}
}

@media screen and (max-width: 768px){
	
h1 {
	font-size: 40px;
}

h2, .comn-heading h2 {
	font-size: 36px;
}
h3, .comn-heading h3 {
	font-size: 34px;
}

h4 {
	font-size: 22px;
}
	
h5{
	font-size: 18px;
}
h6{
	font-size: 17px;	
}
#topbar {
    padding: 5em 0;
}
.about-fly-report-col-one h3 {
    font-size: 52px;
    line-height: 52px;
}
.cta-row h2 {
		font-size: 2em;
	}
	.cta-row-two .cta-row h2 {
		font-size: 1.7em;
	}
	.top-header {
		text-align: center;
	}
	.logo {
		max-width: 60%;
	}
	.logo img {
		object-fit: contain;
	}
	.hero-row h1 {
		font-size: 3em;
		line-height: 1.2;
	}
	.services-row .service-screen {
		min-height: 500px;
	}
	.services-row {
		margin-top: -7em;
	}
	.hero-row {
		padding-bottom: 5em;
	}
	.service-screen::after {
		top: 80%;
	}
	.carousel-nav {
		width: 100px;
		position: relative;
		height: 55px;
	}
	.result-row {
		padding-bottom: 5em;
	}
	.strategies-row {
		padding-bottom: 2em;
	}
	.arrow-bottom figure {
		margin-bottom: 0;
	}
	.inner-title-section h1, .inner-title-section h1.homepage-h1 {
		font-size: 3.5em;
		line-height: 1;
		margin-top: 5px;
	}
	.inner-title-section h4 {
		font-size: 1.5em;
	}
	.inner-section-three {
		margin-top: 1em;
		padding-top: 3rem;
	}
	.inner-section-four .col-7.col-md-7 {
		width: 100%;
	}
	.inner-section-five {
		padding-top: 0;
		margin-top: calc(-1 * var(--bs-gutter-y));
	}
	.inner-col-six {
		margin-bottom: 4em;
	}
	.inner-col-six::before {
		height: 37%;
		width: 2px;
		left: 4rem;
		top: 75%;
	}
	.inner-section-six {
		padding-bottom: 0;
		padding-top: 8rem;
	}
	.inner-col-five {
		margin: auto;
		padding: 2em;
		max-width: 95%;
		background-color: rgba(0, 0, 0, 0.8);
	}
	.heading-seprators::before, .heading-seprators::after {
		width: 15%;
	}
	.inner-two-img {
		transform: none;
	}
	.viewport-wrapper > .animate__animated {
		animation-duration: 1s;
	}
	.inner-section-three .heading-underline::before {
		background-color: #fff;
	}
	.cards-column {
		padding: 0 2rem;
	}
	.fullwidth-img img {
		position: relative;
		margin: auto 0;
		max-width: 100vw;
		max-height: 100%;
		transform: translateX(-80px) !important;
	}
	.sa-mobile-column-reverse {
        flex-direction: column-reverse;
    }
	.cta-banner-three h3, .cta-banner-two h3 {
		font-size: 2em;
	}
	.fr-west-top {
    	padding: 15px;
    	font-size: 30px;
	}
	.fr-north-west-top {
    	padding: 15px;
    	font-size: 30px;
	}
	.fr-south-west-top {
    	padding: 15px;
    	font-size: 30px;
	}
	.fr-north-top {
    	padding: 15px;
    	font-size: 30px;
	}
	.fr-south-top {
    	padding: 15px;
    	font-size: 30px;
	}
	.fr-no-top {
    	padding: 15px;
    	font-size: 30px;
	}
	.weather-icon-grid-item {
    	gap: 15px;
    	margin: 5px 12px;
	}
	.main-weather {
    	margin: 0px;
	}
	.behavior-data-output {
    	font-size: 24px;
	}
	.humidity-data-output {
    	font-size: 24px;
	}
	.uv-index {
    	font-size: 24px;
	}
	.wind-direction-data-output {
    	font-size: 24px;
	}
	.wind-speed-data-output {
    	font-size: 24px;
	}
	.air-quality-index {
    	font-size: 24px;
	}
	.sunrise-time {
    	font-size: 24px;
	}
	.sunset-time {
    	font-size: 24px;
	}
	#tide-info {
    	gap: 5px;
    	padding: 15px 10px;
	}
	.tide-box {
    	margin: 3px;
    	padding: 10px;
		min-width:auto;
	}
	.tide-type {
    	font-size: 26px;
	}
	.tide-time {
    	font-size: 20px;
	}
	#widgets {
		margin-top: 40px;
	}
}
@media screen and (max-width: 600px){
	.video-container {
		min-height: 600px;
	}
	.typewriter h1 {
		font-size: 3em;
	}
	.hero-row h1 {
		font-size: 2em;
	}
	.services-row .service-screen {
		min-height: 0;
		height: 500px;
	}
	.service-scroll {
		padding: 5% 8% 20% 8%;
	}
	.testimonials-row::after {
		display: none;
	}
	.topbar {
		padding-top: 0em;
	}
	.topbar .container {
		padding-top: 1em;
		max-width: 95%;
	}
	.home-topbar {
		padding-top: 0em;
	}
	.home-topbar .container {
		padding-top: 1em;
		max-width: 95%;
	}
	.industries-form-inner {
		padding: 2em 2em;
	}
	.industrieslide-content {
		position: relative;
		margin: 0;
		border: 0;
		transform: none;
		margin-bottom: 15px;
	}
	.industries-form-inner .gform_wrapper.gravity-theme .ginput_complex {
		gap: 16px;
	}
	.industries-form-inner .gform_wrapper.gravity-theme .ginput_complex span {
		margin-bottom: 0 !important;
	}
	.fotb-home-hero h1 {
    	font-size: 72px;
    	line-height: 78px;
	}
}

@media screen and (max-width: 533px){
    .current-tide {
        font-size: 16px;
    }
    .tide-type {
        font-size: 22px;
    }
    .tide-time {
        font-size: 16px;
    }
}

@media screen and (max-width: 533px){
	.services-row .service-screen {
		height: 400px;
	}
	.service-scroll {
		padding: 5% 8% 18% 8%;
	}
	.services-row {
		margin-top: -4em;
		margin-bottom: -8em;
	}
	.hero-row {
		padding-bottom: 3em;
	}
	.result-row {
		padding-top: 12em;
	}
	.service-screen::after {
		top: 70%;
	}
	.inner-title-section h1, .inner-title-section h1.homepage-h1 {
		font-size: 2.2em;
	}
	.inner-title-section h4 {
		font-size: 1.25em;
        margin-bottom: 15px;
	}
	.heading-seprators::before, .heading-seprators::after {
		width: 0%;
	}
	.inner-section-seven .comn-btn {
		margin-bottom: 1.5em;
	}
	.inner-section-six::after {
		top: -60px;
		max-width: 85%;
	}
	.inner-section-six::before {
		background-image: none;
	}
	.industries-title-row h1 {
		font-size: 3em;
	}
	.home-section-two.cards-row {
		padding-top: 4em;
	}
	.home-logo-container {
		transform: translateY(-35%) rotate(-25deg) !important;
	}
	.home-hero-row::after {
        top: 43%;
        height: 58%;
	}
	.fotb-home-hero h1 {
        font-size: 62px;
        line-height: 68px;
    }
	.fotb-home-hero p {
        font-size: 22px;
    }
}

@media screen and (max-width: 480px){
	.typewriter h1 {
	font-size: 2.5em;
}
.hero-row h1 {
	font-size: 2em;
	line-height: 1.2;
}
.hero-row {
	padding: 2em 0 3em;
}
.services-row .service-screen {
	height: 350px;
}
.service-screen::after {
	top: 65%;
}
.cta-row h2 {
	font-size: 1.5em;
}
.cta-row-two .cta-row h2 {
	font-size: 1.3em;
}
.testimonials-row::before, .testimonials-row::after {
	bottom: -10%;
}
.inner-section-six::before {
	top: -50px;
}
.heading-seprators {
	margin-left: 1em;
	margin-right: 1em;
}
.overlay {
	top: 35%;
}

}

@media screen and (max-width: 450px){
	.fotb-home-hero p {
        font-size: 20px;
    }
    .fly-report-col-one h3 {
        font-size: 34px;
		padding: 5px;
    }
    .home-hero-row::after {
        top: 41%;
        height: 60%;
    }
	.fotb-home-hero h1 {
        font-size: 56px;
        line-height: 64px;
    }
}

@media screen and (max-width: 414px){
	.hero-row h1 {
		font-size: 1.5em;
	}
	.services-row .service-screen {
		height: 320px;
	}
	.service-scroll {
		padding: 5% 8% 18.7% 8%;
	}
	.inner-section-six::before {
		top: -40px;
	}
	.fotb-home-hero h1 {
        font-size: 46px;
        line-height: 53px;
    }
}


@media screen and (max-width: 400px){
	.hero-row h1 {
		font-size: 1.3em;
	}
    .service-scroll {
	    padding: 5% 8% 20% 8%;
    }
    .inner-section-six::before {
		top: -37px;
	}
	.inner-title-section h1, .inner-title-section h1.homepage-h1 {
		font-size: 34px;
	}
	.weather-form {
       padding: 0px;
    }

}
@media screen and (max-width: 350px){
	.fotb-home-hero h1 {
        font-size: 46px;
        line-height: 52px;
    }
	.home-hero-row::after {
        top: 39%;
        height: 63%;
    }
	
}