/*   
Theme Name: FULD + COMPANY
Theme URI: http://www.fuld.com/
Description: Custom WordPress Theme For FULD + COMPANY
Author: Yelling Mule
Author URI: https://www.yellingmule.com
Version: 1.0
*/

@charset "UTF-8";

/* =WordPress Core from http://codex.wordpress.org/CSS#WordPress_Generated_Classes
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.bulletarrow.alignleft {
    margin-bottom: 35px;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

img.med {
    width: 50%;
}

/*CUSTOM CSS
-------------------------------------------------------------- */

/*Required Styles*/

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    overflow-x: hidden;
}

a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
}

h2 {
    color: #243f68;
    font-size: 36px;
}

p,
ul {
    font-weight: 400;
    font-size: 16px;
}

/*HELPERS*/
.centered {
    text-align: center;
}

/*BUTTONS*/

.teal_button {
    background: #00c8e5;
    font-size: 18px;
    font-weight: bold;
    padding: 1rem 3rem;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    border: none;
}

.teal_button:hover {
    background: #3cdd53;
    color: white;
}

.green_button {
    background: #3cdd53;
    padding: 1rem 3rem;
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    display: inline-block;
    border: none;
}

.green_button:hover {
    background: #00c8e5;
    color: white;
}

/*HEADER*/

.header {
    text-align: center;
    position: fixed;
    z-index: 1000;
    width: 100%;
}

.header_logo {
    margin: 0 auto;
    height: 70px;
}

.header_logo a {
    display: block;
    height: 100%;
}

.header_logo img {
    height: 100%;
    padding: 1.5rem 0;
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.header_top {
    background: #f2f2f2;
    border-bottom: 2px solid #00c8e5;
}

.header_top_right {
    text-align: right;
    text-transform: uppercase;
}

.header_top_right p {
    margin: 0;
    font-size: 14px;
}

.header_top_right a {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-weight: 400;
    color: #243f68;
}

.header_top_right a:hover {
    color: #00c8e5;
}

.header_search {
    text-align: right;
}

.header_search input {
    width: 55%;
    border: none;
    background: transparent;
    padding: 0.5rem 0;
    font-weight: 400;
    color: #243f68;
}

.header_search button {
    background: transparent;
    border: none;
}

.header_search input:focus {
    outline: none;
}

.header_mobile {
    display: none;
}

.header_right {
    text-align: right;
}

.header_nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}

.header_nav li {
    display: inline-block;
}

.header_nav li a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 2.4rem 1rem;
    color: white;
}

.header_nav li a:hover,
.header_nav li.current-menu-item a,
.header_nav li:hover > a {
    color: #00c8e5;
}

.header_button {
    display: inline-block;
    margin-left: 1rem;
}

.header_scrolled {
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.header_scrolled .header_nav a {
    color: #243f68;
}

.header_logo img#logo_scrolled {
    display: none;
    -webkit-filter: none;
    filter: none;
}

.header_nav .sub-menu {
    display: none;
    position: absolute;
    background: white;
    list-style: none;
    margin: 0;
    padding: 0 0 0.5rem;
    text-transform: none;
    font-size: 14px;
    width: 200px;
    text-align: left;
    border-bottom: 2px solid #00c8e5;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.header_nav .sub-menu::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 5px;
    margin-top: -3px;
    background: white;
}

.header_nav .sub-menu li {
    display: block;
}

.header_nav .sub-menu li a {
    padding: 0.5rem 1rem;
    color: #243f68;
}

.header_nav .sub-menu li a:hover {
    background: #3cdd53;
    color: white;
}

.header_nav li:hover .sub-menu {
    display: block;
}

.header_megamenu {
    display: none;
    background: white;
    position: fixed;
    width: auto;
    text-align: left;
    padding: 2rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-bottom: 2px solid #00c8e5;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.header_megamenu::before {
    content: "";
    background: white;
    width: 100%;
    height: 5px;
    display: block;
    margin-top: -3px;
    position: absolute;
    top: 0;
    left: 0;
}

.header_scrolled .header_nav .header_megamenu a {
    padding: 0;
}

.header_nav li .header_megamenu a {
    padding: 0;
}

.header_megamenu a:hover .header_megamenu_icon {
    background: #3cdd53;
}

.header_megamenu h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 1rem;
    text-align: center;
    color: #3cdd53;
    word-break: break-word;
}

.header_megamenu p {
    text-transform: none;
    font-size: 12px;
    text-align: center;
    margin: 0;
}

.header_megamenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 12px;
    text-transform: none;
}

.header_megamenu ul li {
    display: block;
    margin-bottom: 0.5rem;
}

.header_megamenu ul li a {
    color: black;
    padding: 0;
}

.header_megamenu_icon {
    width: 70px;
    height: 70px;
    background: #00c8e5;
    padding: 1.25rem;
    margin: 0 auto 1rem;
    border-radius: 50%;
    text-align: center;
}

.header_megamenu .col-sm-3 .header_megamenu_icon {
    padding: 1.75rem;
}

.header_megamenu_icon img {
    height: 100%;
    margin: 0 auto;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.header_megamenu_icon i {
    color: white;
    font-size: 30px;
    padding: 5px 0;
}

.header_nav > .menu-item:first-child > .header_megamenu .col-sm-3:last-of-type h3 {
    text-align: left;
}

.header_megamenu .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.header_megamenu .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
    margin: 0 0 2rem 0;
}

.header_megamenu .col-sm-3::after,
.header_megamenu .col-sm-4::after,
.header_megamenu .col-sm-5ths::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #ebebeb;
    position: absolute;
    right: 0;
    top: 0;
}

.header_megamenu .col-sm-3:last-of-type::after,
.header_megamenu .col-sm-4:last-of-type::after,
.header_megamenu .col-sm-5ths:last-of-type::after {
    content: none;
}

.header_nav li:hover .header_megamenu {
    display: block;
}

/*HERO*/

.hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    position: relative;
}

.hero_content {
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: white;
    position: absolute;
}

.hero_content h1 {
    /*     margin:0 0 3rem; */
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
}

.hero_content p {
    font-size: 16px;
    font-weight: 400;
    margin: 4rem 0;
}

.hero_scroll {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3rem 0;
    text-align: center;
    height: 50px;
}

.hero_scroll a {
    display: block;
    height: 100%;
}

.hero_scroll a img {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    height: 100%;
}

.hero_scroll a:hover img {
    margin-bottom: -1rem;
}

.hero_video {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.hero video {
    width: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
}

/*CONTENT*/

.fuld_content {
    padding: 10rem 0;
}

.fuld_content.fuld_content_np {
    padding: 4rem 0 5rem;
}

.fuld_content_grey {
    background: #f4f4f4;
}

.fuld_content_background {
    padding: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.fuld_content_background_split::after {
    content: "";
    width: 2px;
    height: auto;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 8rem;
    bottom: 8rem;
    display: block;
    background: white;
}

.fuld_content_overlay {
    background: rgba(34, 59, 100, 0.9);
    padding: 10rem 0;
    width: 100%;
    height: 100%;
    color: white;
}

.fuld_content h2 {
    font-size: 36px;
    text-align: center;
    color: #223b64;
    margin: 0 0 4rem;
}

.fuld_content p {
    font-weight: 400;
    font-size: 16px;
}

.fuld_content_background h2 {
    color: white;
    margin: 0;
}

.fuld_content_background_split h2 {
    text-align: left;
    font-size: 32px;
    margin: 0;
}

.fuld_content_background_split .row {
    display: flex;
}

.fuld_content_background_split .col-sm-6:first-of-type {
    padding-right: 3rem;
}

.fuld_content_background_split .col-sm-6:last-of-type {
    padding-left: 3rem;
}

.fuld_content_background_split_text {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-right: 3rem;
}

.fuld_content_photo {
    position: relative;
    width: 100%;
    padding-bottom: 70%;
    overflow: hidden;
}

.fuld_content_photo img {
    width: 100%;
    height: auto;
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
}

.fuld_content_text {
    text-align: left;
}

.fuld_content_text h2 {
    text-align: left;
    margin: 2rem 0 1rem;
}

.fuld_content_buttons {
    margin-top: 2rem;
}

.fuld_content_buttons a {
    margin-right: 1rem;
}

.fuld_content_button {
    margin-top: 2rem;
    text-align: center;
}

/*BLOGS*/

.fuld_post {
    margin-bottom: 4rem;
}

.fuld_post_photo {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
}

.fuld_post_photo a {
    display: block;
}

.fuld_post_photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    object-fit: cover;
}

.case-study-container .fuld_post_photo {
    padding-bottom: 80%;
}

.case-study-container h3 {
    font-size: 1.15em;
    line-height: 1.4;
}

.fuld_post_overlay {
    display: none;
}

.fuld_post_photo a:hover .fuld_post_overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 59, 100, 0.7);
    color: white;
    text-align: center;
}

.fuld_post_overlay h3 {
    border: 2px solid white;
    padding: 1rem 2rem;
    margin: 0 auto;
    text-transform: uppercase;
    position: absolute;
    top: calc(50% - 10px);
    left: 50%;
    text-align: center;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: white !important;
    white-space: nowrap;
}

.fuld_post_photo a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.fuld_post h4 {
    text-transform: uppercase;
    margin: 1rem 0;
    color: grey;
}

.fuld_post h3 {
    margin: 1rem 0;
    color: #223b64;
    font-size: 20px;
}

.fuld_post p {
    font-weight: 400;
    margin: 0;
    font-size: 14px;
}

.fuld_contact_form input,
.fuld_contact_form textarea {
    border-radius: 0;
    font-weight: 400;
}

.fuld_contact_form button {
    float: right;
}

.fuld_posts {
    margin-top: 4rem;
}

.fuld_post_content h2 {
    text-align: left;
}

.fuld_post_sidebar {
    border-right: 2px solid #eee;
    padding-right: 3rem;
}

.fuld_post_sidebar .fuld_post_photo {
    padding-bottom: 30%;
}

.fuld_post_sidebar .fuld_post h3 {
    font-size: 18px;
}

.fuld_post_sidebar .fuld_post h3 a {
    color: #223b64;
}

.fuld_post_sidebar .fuld_post h3 a:hover,
.fuld_post_sidebar .fuld_post.active h3 a,
.fuld_post_sidebar .fuld_post.active h4 {
    color: #00c8e5;
}


   .social-links {
            padding: 0px;
            text-align: left;
        }
        .social-links img {
            width: 25px;  /* Adjust size as needed */
            height: 25px;
            margin: 0 10px;
            transition: transform 0.3s ease;
        }
        .social-links img:hover {
            transform: translateY(-3px);
        }

.fuld_social {
    list-style: none;
    margin: 2rem 0 0;
    padding: 0;
}

.fuld_social li {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.fuld_social li a {
    width: 25px;
    height: 25px;
    display: block;
    background: transparent; /* Make background transparent */
    color: white;
    font-size: 24px;
    padding: 3px 0;
}

.footer_social li a:hover {
    background: transparent;
}

/* HOMEPAGE CONTENT*/
.fuld_service_blocks {
    margin-left: -15px;
    margin-right: -15px;
}

.fuld_service_blocks .row {
    margin-right: 0;
    margin-left: 0;
}

.fuld_service_blocks .col-md-5ths {
    padding-right: 5px;
    padding-left: 5px;
}

.fuld_service_block {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.fuld_service_block a {
    display: block;
    width: 100%;
    height: 100%;
}

.fuld_service_block img {
    position: absolute;
    width: auto;
    height: 100%;
    margin: auto;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
}

.fuld_service_block_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 15% 1rem;
    background: rgba(36, 63, 104, 0.75);
}

.fuld_service_block_overlay img {
    position: relative;
    height: 100px;
    width: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}

.fuld_service_block_overlay_text {
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.fuld_service_block_overlay h4 {
    margin: 0;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    padding: 1rem 10%;
}

.fuld_service_block a:hover .fuld_service_block_overlay {
    background: #243f68;
}

.fuld_industries .row {
    display: block;
}

.fuld_industry {
    margin: 2rem 0;
}

.fuld_industry a {
    display: block;
}

.fuld_industry img {
    width: 100%;
    padding: 0 3rem;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.fuld_industry h4 {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
}

.fuld_industry a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/*FOOTER*/

.prefooter {
    background: #00c8e5;
    padding: 3rem 0;
    text-align: center;
}

.prefooter_text {
    display: inline-block;
}

.prefooter_form h3 {
    color: white;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0;
}

.prefooter_form {
    width: 100%;
    text-align: center;
}

.prefooter_form form {
    display: inline-block;
}

.prefooter_form input {
    border: 2px solid #eee;
    width: 350px;
    font-size: 16px;
    padding: 0.7rem 1rem;
    margin-left: 2rem;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
}

.prefooter_form button {
    border: none;
    padding: 1rem 2rem;
    background: #223b64;
    color: white;
    text-transform: uppercase;
}

.footer {
    background: #223b64;
    color: white;
    padding: 5rem 0 1rem;
}

.footer_location {
    margin: 0 0 3rem;
}

.footer_location h4 {
    margin: 0 0 1rem;
    color: #00c8e5;
    text-transform: uppercase;
}

.footer_location p {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
}

.footer_logo img {
    width: 100%;
}

.footer_social {
    list-style: none;
    margin: 2rem 0;
    padding: 0;
}

.footer_social li {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 0.5rem;
}

.footer_social li a {
    display: block;
    background: #3cdd53;
    color: white;
    width: 100%;
    height: 100%;
    font-size: 24px;
    padding: 3.5px 0;
}

.footer_social li a:hover {
    background: #00c8e5;
}

.footer_copy {
    font-weight: 200;
    font-size: 11px;
    margin-top: 10rem;
}

.footer_copy p {
    font-size: 11px;
}

.footer_copy a {
    color: white;
}

.footer_copy a:hover {
    color: #00c8e5;
}

/*INTERIOR STYLES*/

.title_bar {
    width: 100%;
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.title_bar_overlay {
    width: 100%;
    height: 100%;
    background: rgba(34, 59, 100, 0.6);
}

.title_bar h1 {
    font-size: 60px;
    color: white;
    padding: 15rem 0 5rem;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.title_bar p {
    font-size: 60px;
    color: white;
    padding: 15rem 0 5rem;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.fuld_service_section {
    text-align: center;
}

.fuld_service_section h3 {
    color: #223b64;
    font-size: 32px;
}

.fuld_content_graphic {
    width: 100%;
    padding-bottom: 30%;
    position: relative;
    overflow: hidden;
    margin: 3rem 0 0;
}

.fuld_content_graphic img {
    position: absolute;
    width: 100%;
    height: auto;
    margin: auto;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
}

.fuld_client_slider_container,
.fuld_testimonial_slider_container {
    padding: 0 10%;
    margin: 4rem 0 0;
}

.fuld_client_slide {
    margin: 0 1rem;
    position: relative;
    width: 100%;
    height: 120px;
}

.fuld_client_slide a {
    display: block;
}

.fuld_client_slide img {
    position: absolute;
    width: 100%;
    height: auto;
    margin: auto;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
}

.fuld_client_slider .slick-next,
.fuld_testimonial_slider .slick-next {
    right: -10%;
    height: auto;
}

.fuld_client_slider .slick-prev,
.fuld_testimonial_slider .slick-prev {
    left: -10%;
    height: auto;
}

.fuld_client_slider .slick-prev:before,
.fuld_client_slider .slick-next:before,
.fuld_testimonial_slider .slick-prev:before,
.fuld_testimonial_slider .slick-next:before {
    color: #3cdd53;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.fuld_testimonial_text {
    padding: 0 15%;
    position: relative;
    text-align: left;
}

.fuld_testimonial_text::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    font-size: 60px;
    color: #00c8e5;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    line-height: 1;
}

.fuld_testimonial_text::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10e";
    font-size: 60px;
    color: #00c8e5;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 1;
}

.fuld_testimonial_att {
    font-style: italic;
    text-align: right;
    padding: 2rem 15% 0;
}

.fuld_testimonial_att::before {
    content: "- ";
}

.fuld_content_video {
    position: relative;
    width: 100%;
    padding-bottom: 55%;
    overflow: hidden;
}

.fuld_content_video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.fuld_industry_section img {
    width: 100%;
}

.fuld_industry_section p {
    text-align: left;
}

.fuld_breadcrumbs {
    list-style: none;
    margin: 0 0 3rem;
    padding: 0;
}

.fuld_breadcrumbs li {
    display: inline-block;
}

.fuld_breadcrumbs li a {
    color: #223b64;
}

.fuld_breadcrumbs li a:hover {
    color: #3cdd53;
}

.fuld_breadcrumbs li.active a {
    font-weight: 600;
}

.fuld_breadcrumbs li::after {
    content: ">";
    margin: 0 1rem;
}

.fuld_breadcrumbs li:last-child::after {
    content: none;
}

span.breadcrumb_last {
    color: #223b64;
}

.fuld_breadcrumbs a:hover {
    color: #3cdd53;
}

.fuld_content h3 {
    color: #223b64;
}

.fuld_sidebar {
    margin-top: 0;
    text-align: right;
    padding-right: 3rem;
    border-right: 2px solid #00c8e5;
}

.fuld_sidebar h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    color: #00c8e5;
}

.fuld_sidebar ul {
    list-style: none;
    margin: 2rem 0 3rem;
    padding: 0;
    font-size: 14px;
}

.fuld_sidebar ul li {
    margin: 0.5rem 0;
}

.fuld_sidebar ul li a {
    color: #223b64;
}

.fuld_sidebar ul li a:hover {
    color: #00c8e5;
}

li.active a {
    color: #00c8e5 !important;
    font-weight: 1000;
}

.fuld_sidebar_search {
    position: relative;
    width: 180px;
    margin-bottom: 3rem;
    float: right;
}

.fuld_sidebar_search input {
    border: none;
    border-bottom: 2px solid #223b64;
    width: 100%;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    margin-top: 1rem;
}

.fuld_sidebar_search1 {
    position: relative;
    width: 180px;
    margin-bottom: 3rem;
    float: right;
}

.fuld_sidebar_search1 input {
    border: none;
    border-bottom: 2px solid #223b64;
    width: 81%;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    margin-top: 1rem;
}

.fuld_sidebar_search::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    display: block;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1.5rem;
    color: #223b64;
}

/*POSTS*/
.fuld_blog_posts {
    margin-top: -4rem;
}

.fuld_blog_post_photo {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 3rem;
}

.fuld_blog_post_photo img {
    height: 100%;
    width: auto;
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
}

.fuld_blog_post_text {
    position: absolute;
    background: rgba(34, 59, 100, 0.75);
    width: 100%;
    text-align: left;
    bottom: 0;
}

.fuld_blog_post_text h4 {
    margin: 0;
    color: white;
}

.fuld_blog_post_text p {
    font-size: 14px;
    display: none;
    color: white;
    font-weight: 300;
}

.fuld_blog_post_text h5 {
    font-size: 14px;
    display: none;
    color: white;
    text-transform: uppercase;
}

.fuld_blog_post_button {
    display: none;
    text-align: right;
    text-transform: uppercase;
    font-size: 16px;
    color: white;
}

.fuld_blog_post_button a {
    color: white;
}

.fuld_blog_post_photo:hover .fuld_blog_post_text {
    height: 100%;
}

.fuld_blog_post_photo:hover .fuld_blog_post_text p {
    display: block;
    margin: 1rem 0 1.5rem;
}

.fuld_blog_post_photo:hover .fuld_blog_post_text h5 {
    display: block;
}

.fuld_blog_post_photo:hover .fuld_blog_post_button {
    display: block;
}

.fuld_blog_post_photo:hover .fuld_blog_post_text_inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.fuld_blog_post_text_inner {
    padding: 2rem;
}

.fuld_post_content {
    margin-top: -4rem;
}

.fuld_post_content h2 {
    text-align: left;
    margin: 0 0 2rem;
}

.fuld_post_content h5 {
    color: grey;
    font-weight: 300;
    margin: 0 0 2rem;
}

.fuld_post_content h4 {
    font-size: 16px;
    margin: 3rem 0 0;
    color: grey;
}

.fuld_post_content h4 a {
    color: #3cdd53;
}

.fuld_content_button.all {
    margin-bottom: 52px;
}

.mt-1 {
    margin-top: 10px;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 50px !important;
}

/*FIVE COLUMN LAYOUT*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*Newsletter sign up gravity form*/

.fuld_newsletters .validation_error {
    color: white !important;
}

.fuld_newsletters .gfield_description.validation_message {
    color: white !important;
}

.fuld_newsletters #gform_wrapper_2 .gform_footer {
    display: inline-block;
    padding: 0.85em 0 0.625em;
    width: 20%;
}

.fuld_newsletters #gform_wrapper_2 .gform_body {
    display: inline-block;
    float: left;
    width: 80%;
}

.fuld_newsletters div#gform_wrapper_2 {
    display: inline-block;
}

.fuld_newsletters {
    display: inline-block;
}

.fuld_newsletters input[type="submit"] {
    line-height: 25px;
    padding: 7px 20px !important;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    background: #223b64 !important;
    border: 1px solid #223b64;
}

.fuld_newsletters input[type="submit"]:hover {
    background: #3cdd53 !important;
    color: white;
    border: 1px solid #3cdd53;
}

.fuld_newsletters input#input_2_1 {
    color: black;
    width: 300px !important;
    padding: 7px;
    font-weight: 400;
}

/*NEW CLASSES*/

.fuld_content_with_sidebar {
    padding: 5rem 0;
}

/*blog pagination*/

.old_post a {
    float: right;
    color: #272d2d;
    font-size: 20px;
    font-weight: 700;
}

.new_post a {
    float: left;
    color: #272d2d;
    font-size: 20px;
    font-weight: 700;
}

.col-sm-4.page_pagination {
    text-align: center;
}

.post_pagination {
    margin: 38px 0 0 0;
}

/*Search CSS*/

.fuld_block {
    width: 100%;
    padding-bottom: 70%;
    background: white;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    margin-bottom: 3rem;
}

.fuld_block a {
    display: block;
    width: 100%;
    height: 100%;
}

.fuld_block:hover {
    box-shadow: 0 0 20px #3cdd53;
}

.fuld_block_photo {
    width: 100%;
    padding-bottom: 50%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}

.fuld_block_photo img {
    width: 100%;
    height: auto;
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

/*.fuld_block:hover{
    -moz-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}*/
.fuld_block_text {
    position: absolute;
    padding: 2rem;
}

.fuld_block_text h3 {
    font-size: 22px;
    margin: 0 0 1rem;
    color: #223b64;
}

.fuld_block_text p {
    font-size: 14px;
    color: black;
}

.fuld_block_text p:last-child {
    color: #00c8e5;
    text-transform: uppercase;
    font-weight: 400;
}

.breadcrumb_single span.breadcrumb_last {
    font-size: 11px;
}

.author_post li {
    list-style: none;
    margin: 5px 0;
    border-bottom: 1px solid black;
    padding: 1rem 0;
    font-size: 16px;
}

h5.cat {
    display: inline-block !important;
}

embed,
iframe,
img,
object,
video {
    max-width: 100%;
}

/* Pre Footer HubSpot Form Styling */

.fuld_newsletters label {
    display: none;
}

.fuld_newsletters .input,
.fuld_newsletters .hs_email,
.fuld_newsletters .hs_submit {
    display: inline-block;
}

.prefooter_form input {
    width: 300px;
}

.fuld_newsletters input[type="submit"] {
    width: auto;
}

/* Whitepaper HubSpot Form Styling */

.whitepaper-hub-form {
    max-width: 500px;
}

.whitepaper-hub-form .hs-custom-style .hs-input {
    width: 100%;
}

.whitepaper-hub-form .hs-custom-style fieldset {
    margin-bottom: 30px;
}

.whitepaper-hub-form select,
.whitepaper-hub-form .form-columns-2 select {
    background: #fff !important;
    background-color: #fff !important;
}

.whitepaper-hub-form .inputs-list {
    list-style-type: none;
    padding-left: 0;
}

.whitepaper-hub-form input[type="radio"] {
    margin-right: 20px;
}

.whitepaper-hub-form .actions {
    margin-top: 25px;
}

/* Services Archive page */
@media screen and (min-width: 768px) {
    .client {
        height: 400px;
    }
}

.client__icon {
    width: 100px;
    height: 100px;
}

.client,
.service,
.case-study {
    margin-bottom: 4rem;
}

.row.services-page-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.row.services-page-row .service img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.row.services-page-row .service h3 {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row.services-page-row .service {
    margin-bottom: 60px;
}

/* Clients Single post */

.case-study__container {
    height: 200px;
    background-size: cover !important;
    transition: all 0.4s ease;
}

.case-study__container::before {
    content: "";
    background: #23527c60;
    position: absolute;
    inset: 0;
    margin: 0 15px;
}

.case-study__title {
    margin: 0;
    padding: 1rem;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    color: #fff;
    background: #23527c90;
    font-weight: 600;
    font-size: 12px;
    transition: all 0.4s ease;
}

.category_tag {
    margin-top: 1rem;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
}

.case-study__link:hover .case-study__title {
    inset: 0;
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.4s ease;
}

.post-content {
    margin-bottom: 4rem;
}

/* ---------------- Custom Code --------------------- */
.home-test-col {
    padding-right: 25px;
}

.fuld-home-testimonials {
    background: #223b64;
}

.fuld-home-testimonials .fuld_services_testimonials {
    padding: 2em 0;
}

.fuld-home-testimonials .fuld_testimonial_text {
    padding: 0 10%;
    position: relative;
    text-align: left;
}

.fuld-home-testimonials .fuld_testimonial_text::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    font-size: 30px;
    color: #fff;
    position: absolute;
    left: 5px;
    top: 0;
    display: block;
    line-height: 1;
}

.fuld-home-testimonials .fuld_testimonial_text::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10e";
    font-size: 30px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 0;
    display: block;
    line-height: 1;
}

.fuld-home-testimonials .fuld_client_slider .slick-prev:before,
.fuld_client_slider .slick-next:before,
.fuld-home-testimonials .fuld_testimonial_slider .slick-prev:before,
.fuld-home-testimonials .fuld_testimonial_slider .slick-next:before {
    color: #fff;
}

.fuld-home-testimonials .fuld_testimonial_text {
    color: #fff;
}

.fuld-home-testimonials .fuld_testimonial_att {
    color: #fff;
    font-weight: bold;
}

.carousel-content.left {
    margin-right: auto;
    margin-left: 8em;
}

.carousel-content.right {
    margin-right: 8em;
    margin-left: auto;
}

.iba-main-btn-row {
    margin: 25px 0px;
    display: flex;
    gap: 20px;
    justify-content: space-evenly;
}

.iba-main-btn-row a {
    background-color: #00c8e5;
    color: #fff;
    font-weight: 600;
    transition: .3s all;
    font-size: 18px;
    padding: 12px 35px;
    display: inline-block;
    text-transform: uppercase;

}

.iba-main-btn-row a:hover {
    background-color: #3cdd53;
}

.iba-inner-btn-row {
    margin: 25px 0px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.iba-inner-btn-row a {
    background-color: #002060;
    color: #fff;
    font-weight: 600;
    transition: .3s all;
    font-size: 15px;
    padding: 12px 25px;
    display: inline-block;
    text-align: center;
}

.iba-inner-btn-row a:hover {
    background-color: #00c8e5;
}

.ibr-table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: left;
    margin: 20px 0px;
}

.ibr-table .ibr_table-col:first-child {
    border-right: 0px;
}

.ibr-table .ibr_table-col:last-child {
    border-left: 0px;
}

.ibr_table-col {
    display: flex;
    flex-direction: column;
    border: 1px solid #111;
}

.ibr_table-col h4 {
    margin: 0px;
    padding: 10px 15px;
    background: #002060;
    font-weight: bold;
    color: #fff;
    min-height: 70px;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
}

.ibr_table-content {
    display: grid;
    grid-template-rows: auto auto;
    gap: 0px;
    padding: 0px;
}

.ibr_table-content p {
    margin: 0px;
    padding: 0px !important;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.ibr_table-content .tbl-cnt {
    list-style: none;
    margin-bottom: 0px;
    border-top: 1px solid #111;
    padding: 20px 15px;
    min-height: 140px;
}

.tbl-cnt ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.tbl-cnt li {
    list-style: none;
}

.ibr-service-list li {
    margin: 0px;
    padding: 0px !important;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.em-table .ibr_table-col .ibr_table-content .tbl-cnt:first-of-type {
    background: #002060;
    font-style: italic;
    color: #fff;
    min-height: 50px;
    padding: 5px 15px;
    border-top: 0px;
}

.em-table .ibr_table-col .ibr_table-content .tbl-cnt:first-of-type p {
    font-weight: 400 !important;
    font-size: 13px !important;
}

.em-table .ibr_table-col h4 {
    margin: 0px;
    padding: 5px 15px 0px;
    background: #002060;
    font-weight: bold;
    color: #fff;
    min-height: 50px;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
}

.sm-table .ibr_table-col h4 {
    margin: 0px;
    padding: 10px 15px 0px;
    background: #002060;
    font-weight: bold;
    color: #fff;
    min-height: 45px;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
}

.ds-table  .ibr_table-col .ibr_table-content .tbl-cnt:first-of-type {
    background: #002060;
    font-style: italic;
    color: #fff;
    min-height: 50px;
    padding: 5px 15px;
    border-top: 0px;
}

.ds-table  .ibr_table-col .ibr_table-content .tbl-cnt:first-of-type p {
    font-weight: 400 !important;
    font-size: 13px !important;
}
.sidebar-border{
    border-right: 2px solid #00c8e5;
}
.no-border{
    border:0px !important;
}
.flex-row{
    display: flex;
}
.ind-row{
display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin: 15px 0px;
}
.ind-card{
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1 1 0;
}
.ind-card img{
    
}
.ind-card h5{
font-size: 18px;
    line-height: 22px;
    font-weight: 500;    
}
.ind-card h5 a{
 color: #223b64;   
}
.footer-subscribe-btn{
	    background: #243f68;
    font-size: 18px;
    font-weight: bold;
    padding: 1rem 3rem;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    border: none;
	transition:.3s all;
	    margin-left: 30px;
}
.footer-subscribe-btn:hover{
	 background:#3cdd53;
	color:#fff;
}
/* ---------------- responsive goto --------------------- */
@media only screen and (max-width: 768px) {
	.footer-subscribe-btn{
	    margin-left: 0px;
}
    .home-test-col {
        padding-right: 15px;
    }
    .ind-row{
        display: flex;
        flex-direction: column;
    }
    
.flex-row{
    display: flex;
    flex-direction: column;
}
    .carousel-content.left {
        margin-right: auto;
        margin-left: auto;
    }

    .carousel-content.right {
        margin-right: auto;
        margin-left: auto;
    }

    .iba-main-btn-row,
    .iba-inner-btn-row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .ibr-table {
        display: flex;
        flex-direction: column;
    }

    .ibr_table-col {
        width: 100%;
    }

    .ibr-table .ibr_table-col:first-child {
        border-right: 1px;
    }

    .ibr-table .ibr_table-col:last-child {
        border-left: 1px;
    }
}
