/* Top CTA Bar */

.top-bar-back {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    padding: 8px;
    text-align: right;
    padding-right: 20px;
    overflow: auto;
}
.top-bar-back a {
color: #000;
}

/* Navigation */

.nav-back {
margin-top:20px;
}
.dropdown-menu {
    background-color: none;
    border: 0px solid rgba(0, 0, 0, 0.15);
}

.navbar-default .navbar-brand {
    color: #fff;;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
    font-size: 0.9em;
    font-weight: 500;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: none;
    color: #fff;
}
.dropdown-menu > li > a {
    color: #fff;
    }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000 !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: none;
}
.navbar-default .navbar-nav > li > a:hover {
  color:#fff;
  }
  .navbar-default .navbar-nav > .active {
  color:#fff;
  }

/* typography */

.entry-title {
    color: #000;
    font-size: 26px;
    font-weight: bold;
    }
body {
    font-size: 18px;
    line-height: 1.4;
	font-family: 'Raleway', sans-serif;
	color:#000;
}
h1, h2, h3, h4, h5, h6 {
    color: #1a2e59;
    font-weight: bold;
	font-family: 'Raleway', sans-serif;;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}

a {
color:#3fae29;
}

/* format align */

.space {
	height:20px;
}
.footer-pad {
    margin-top: 0;
}
.img-right, .alignright {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}
.img-left, .alignleft {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
img, iframe {
max-width:100%;
}

/* Commonly Used Formatting */

.center {text-align:center;}
.bold {text-align:bold;}
.white {color:#fff;}
.black {color:#000;}

/* Contact Form 7 Customization */

.wpcf7-text, .wpcf7-textarea {
	max-width:100%;
	border-radius:8px;
	padding:5px; 
}
.wpcf7-textarea {
	height:75px;
}
label {
       font-weight: normal;
}

/* footer */

.footer {
    background-color: #000;
    padding-top: 20px;
	color:#fff;
}
.footer a {
color:#fff;
}


.main-cta-text {
    color: #fff;
    font-size: 3em;
    font-weight: 800;
	line-height:1.2em;
    margin-top: 30px;
	margin-bottom:10px;
}
.sub-cta-text {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.2em;
}


.main-cta-text-sm {
    color: #fff;
    font-size: 3em;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.sub-cta-text-sm {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.2em;
	padding-top:10px;
}

/* benefits or service buckets section */

.svc-title {
text-align:center;
font-weight:bold;
font-size:24px;
}
.svc-text {
text-align:center;
padding:10px;
}
.svc-btn {
width:70%;
margin-left:auto;
margin-right:auto;
border-style:solid;
border-width:1px;
border-color:#ff6018;
text-align:center;
color:#ff6018;
margin-top:20px;
}

/* common-elements */

.white-outline-button {
    border-color: #fff;
    border-style: solid;
    color: #fff;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    width: 70%;
}
.solid-button {
	background-color:#000;
    border-color: #fff;
    border-style: solid;
    color: #fff;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    width: 70%;
}

.home-page-titles {
color:#000;
font-weight:bold;
font-size:28px;
text-align:center;
padding-top:20px;
padding-bottom:10px;
line-height: 1.3em;
text-transform:uppercase;
}


/* search */
.search {
    width: 30%;
    position: relative;
    margin-left: auto;
    margin-right: 80px;
}

.searchTerm {
    float: left;
    width: 110%;
    border: 3px solid #3fae29;
    padding: 10px;
    height: 20px;
    border-radius: 5px;
    outline: none;
    color: #9DBFAF;
}

.searchTerm:focus{
  color: #3fae29;
}

.searchButton {
  position: absolute;  
  right: -50px;
  width: 20px;
  height: 26px;
  border: 1px solid #3fae29;
  background: #3fae29;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
 }

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



/* custom-elements */

.home-text {
	color:#555555;
	text-align:center;
	font-size:28px;
	font-weight:bold;
}
.dark-blue-box {
	background-color:rgb(9, 44, 116);
	}
	.title-white {
    font-family: 'Lato', sans-serif !important;
    font-size: 1.8em !important;
    line-height: 1.30612245;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
	font-weight:bold;
}
.lead {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
    text-align: center;
}
.cta-button {
    background-color: #fff;
    border-radius: 0px;
    width: 200px;
    padding: 8px;
    color: #333;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 8px;
    line-height: 1.2em;
}
.site-titles {
	text-align:center;
	font-size:26px;
    }
.bucket-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: 10px;
    margin-bottom: 10px;
}
.bucket-text {
    text-align: center;
    min-height: 150px;
    font-size: 16px;
}
.bucket-text2 {
    text-align: center;
    font-size: 16px;
}
.bucket-cta {
	background-color:#657DBD;
	color:#fff;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	padding:8px;
	text-align:center;
}
.bucket-cta2 {
    background-color: #657DBD;
    color: #fff;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
}
.widget-title {
    background-color: #344CA0;
    color: #fff;
    padding: 5px;
}
.xoxo {
	list-style-type:none;
}
.top-bar-left {text-align:left;}
.top-bar-right {text-align:right;}
.header-blue-bk {
	background-color:#1a2e59;
}
.logo {
	padding:15px;
}



.video-background {
            position: relative;
            width: 100%;
            height: 500px;
            overflow: hidden;
 }

.video-background video {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: -100;
            transform: translate(-50%, -50%);
        }

 .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            font-size: 2em;
        }
	.blue-back {
		background-color:#de2454;
	}
.featured-txt {
	color:#fff;
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;
	font-size:21px;
}
.emphasize {
	font-style:italic;
	font-weight:bold;
}
.cta-text {
	text-align:center;
	color:#1a2e59;
	font-size:30px;
	margin-top:40px;
	margin-bottom:20px;
}
.cta-button {
    background-color: #1a2e59;
    border-radius: 2px;
    width: 200px;
    padding: 8px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10px;
    line-height: 1.2em;
    margin-bottom: 40px;
    font-size: 22px;
}
.background-div {
    //width: 300px; /* Adjust as needed */
    height: 300px; /* Adjust as needed */
    position: relative;
}

.bg-image-1 {
    background-image: url('https://dev.agile-internet.com/fmtooldie/wp-content/uploads/2023/11/1.png');
	background-size:cover;
	min-height:350px;
}

.bg-image-1:hover {
    background-image: url('https://dev.agile-internet.com/fmtooldie/wp-content/uploads/2023/11/2.png');
	background-size:cover;
	min-height:350px;
}

.bg-image-2 {
      background-image: url('https://dev.agile-internet.com/fmtooldie/wp-content/uploads/2023/11/3.png');
	background-size:cover;
	min-height:350px;
}

.bg-image-2:hover {
    background-image: url('https://dev.agile-internet.com/fmtooldie/wp-content/uploads/2023/11/4.png');
	background-size:cover;
	min-height:350px;
}

.bg-image-3 {
      background-image: url('https://dev.agile-internet.com/fmtooldie/wp-content/uploads/2023/11/5.png');
	background-size:cover;
	min-height:350px;
}

.bg-image-3:hover {
    background-image: url('https://dev.agile-internet.com/fmtooldie/wp-content/uploads/2023/11/6.png');
	background-size:cover;
	min-height:350px;
}

.bg-image-4 {
      background-image: url('https://dev.agile-internet.com/fmtooldie/wp-content/uploads/2023/11/7.png');
	background-size:cover;
	min-height:350px;
}

.bg-image-4:hover {
    background-image: url('https://dev.agile-internet.com/fmtooldie/wp-content/uploads/2023/11/8.png');
	background-size:cover;
	min-height:350px;
}

.overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
   min-height:350px;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
}

.overlay a {
    color: white;
    /* Additional styling for links */
}
.url-contain {
	text-align:center;
	padding-top:80px;
	padding-bottom:70px;
	font-size:20px;
}
.main-title {
    color: white;
    text-align: center;
    margin-top: 80px;
    font-size: 33px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
