/*
Theme Name: Rift Systems - Chillybin | BB Starter Child Theme
Theme URI: https://www.clientswebsite.com
Version: 1.0.0
Description: The Rift Systems WordPress theme created for the Beaver Builder Framework.
Author: Chillybin Web Design
Author URI: https://chillybin.co
template: bb-theme
*/


:root{
    --yellow: #F1DC04;
    --darkblue: #031743;
    --blue: #001C5B;
}
/* Defaults
---------------------------------------------------------------------------- */
@font-face {
    font-family: 'Figtree';
    src: url('./fonts/Figtree-Bold.woff2') format('woff2'),
        url('./fonts/Figtree-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('./fonts/Figtree-SemiBold.woff2') format('woff2'),
        url('./fonts/Figtree-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('./fonts/Figtree-Medium.woff2') format('woff2'),
        url('./fonts/Figtree-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('./fonts/Figtree-Regular.woff2') format('woff2'),
        url('./fonts/Figtree-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
 

@font-face {
    font-family: 'Optician Sans';
    src: url('./fonts/OpticianSans-Regular.woff2') format('woff2'),
        url('./fonts/OpticianSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-size: 1em;
}

body {
	overflow-x: hidden;
    background-color: #EFF4F9;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #0073e5;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 26px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 20px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
    line-height: 1;
}
h1,
h2{ 
    font-family: 'Optician Sans';
}
h3.fl-heading,
h4.fl-heading,
h5.fl-heading,
h6.fl-heading {
    font-family: 'Figtree';
    font-weight: 600;
line-height: 1.2;
}
 
h1.fl-heading{
    font-size: 58px;
    line-height: 1;
}
h2.fl-heading{
    font-size: 48px;
}
.text-h3,
h3.fl-heading{
    font-size: 22px;
}   
 

@media (max-width: 921px) {
h1.fl-heading{
    font-size: 48px;
    line-height: 1;
}
h2.fl-heading{
    font-size: 38px;
}
.text-h3,
h3.fl-heading{
    font-size: 20x;
}   
}

@media (max-width: 767px) {
h1.fl-heading{
    font-size: 42px;
    line-height: 1;
}
h2.fl-heading{
    font-size: 32px;
} 
}

@media (max-width: 425px) {
h1.fl-heading{
    font-size: 38px;
    line-height: 1;
}
h2.fl-heading{
    font-size: 30px;
}
  
}

@media (max-width: 325px) {
h1.fl-heading{
    font-size: 32px;
    line-height: 1;
}
h2.fl-heading{
    font-size: 26px;
}
  .text-h3,
h3.fl-heading{
    font-size: 18px;
}   
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 20px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.fl-page-content div.wpforms-container-full .wpforms-form input[type="submit"],
.fl-page-content div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.fl-page-content div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.fl-page-content div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.fl-page-content div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.fl-page-content div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.fl-page-content button:disabled,
.fl-page-content button:disabled:hover,
.fl-page-content input:disabled,
.fl-page-content input:disabled:hover,
.fl-page-content input[type="button"]:disabled,
.fl-page-content input[type="button"]:disabled:hover,
.fl-page-content input[type="reset"]:disabled,
.fl-page-content input[type="reset"]:disabled:hover,
.fl-page-content input[type="submit"]:disabled,
.fl-page-content input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

 
/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}

/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.fl-page-content {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* WordPress
--------------------------------------------- */

a.aligncenter img,
a.aligncenter picture {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
pictureg.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
picture.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
picture.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
picture.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.fl-rich-text .wp-audio-shortcode,
.fl-rich-text .wp-playlist,
.fl-rich-text .wp-video {
	margin: 0 0 30px;
}

/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.fl-module-rich-text ol,
.fl-module-rich-text ul {
	margin-bottom: 20px;
	padding-left: 40px;
}

.fl-module-rich-text ol > li {
	list-style-type: decimal;
}

.fl-module-rich-text ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.fl-module-rich-text ol ol,
.fl-module-rich-text ul ul {
	margin-bottom: 0;
}

.fl-module-rich-text code {
	background-color: #f5f5f5;
}

.fl-module-rich-text .sticky {
	background-color: #f5f5f5;
	padding: 20px;
}

.footer-right p {
	text-align: right;
}

.footer-right a.chillybin {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-bottom: 0;
    filter: grayscale(100%);
    background-image: url(images/cb.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    vertical-align: top;
    transform: scale(1, 1)
}

.footer-right a.chillybin:hover {
    filter: grayscale(0);
    cursor: pointer
}

.fl-button-wrap:not(.icon-no-bg) .fl-button i{
    width: 36px !important;
    display: inline-flex;
    height: 36px !important;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background-color: #001C5B;
    color: #FFF !important;
    font-size: 22px;
    transform: rotate(-35deg);
    transition: all .3s ease-in-out;
}

.fl-button-wrap.bordered .fl-button i {
    background-color: #FFF;
    color: #001C5B !important;
}

.fl-button-wrap.bordered .fl-button:hover i {
    background-color: #001C5B;
    color: #FFF !important; 
}


.fl-button-wrap .fl-button:hover i { 
    transform: rotate(0deg);
    transition: all .3s ease-in-out;
}

.solutions-loop.fl-module-loop > ul {
    display: flex;
    flex-wrap: wrap;
}


.solutions-loop li.fl-loop-item{
    display: flex !important;
    width: calc(60% - 12px);
    max-width: calc(60% - 12px);
    position: relative;
    border-radius: 20px;
    overflow: hidden;
} 

.solutions-loop li.fl-loop-item:nth-child(1),
.solutions-loop li.fl-loop-item:nth-child(4),
.solutions-loop li.fl-loop-item:nth-child(5) {
    width:calc(40% - 12px);  
}

.solutions-loop li.fl-loop-item .fl-module-photo {
        height: 450px;
}

.solutions-loop li.fl-loop-item .fl-photo-content {
    height: 100%;
}
.product-container .product-item .product-thumb img,
.fl-loop-grid .fl-loop-item .fl-module-photo img,
.solutions-loop li.fl-loop-item .fl-module-photo img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    scale: 1;
 transition: all .3s ease-in-out;
}

.product-container .product-item .product-thumb:hover img,
.fl-loop-grid .fl-loop-item .fl-module-photo:hover img,
.solutions-loop li.fl-loop-item:hover .fl-module-photo img{
    scale: 1.2;
     transition: all .3s ease-in-out;
}

.solutions-loop li.fl-loop-item .content-solution{
    position: absolute; 
    justify-content: start;
    padding: 40px;
    z-index: 10;
    height: 40%;
    bottom: 0;
    transform: translateY(0px);
transition: all .3s ease-in-out;
}
@media (max-width: 640px) {
.solutions-loop li.fl-loop-item .content-solution{
    padding: 20px;
    height: 50%;
}
}
.solutions-loop li.fl-loop-item:hover .content-solution{
    transform: translateY(-20px);
transition: all .3s ease-in-out;
}

.solutions-loop li.fl-loop-item .fl-module-photo::before{
    background-image: linear-gradient(180deg, rgba(0, 28, 92, 0) 0%, #001C5B 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    display: block;
    z-index: 1;
}
.solutions-loop .loop-item-container{
    width: 100%;
}
.with-layerbg .layerbg {
    background-size:100% ;
     transition:  background-size .3s ease-in-out;
}
.with-layerbg .layerbg:hover{
    background-size:110% ;
    transition:  background-size .3s ease-in-out;
}

@media (max-width: 920px) {
    .solutions-loop .content-solution{
        height: 35%;
    }
    .solutions-loop .content-solution{
        padding: 20px;
    }

    .solutions-loop.fl-module-loop > ul{
        display: flex;
        flex-direction: column;
        width:100%; 
    }

    .solutions-loop li.fl-loop-item,
    .solutions-loop li.fl-loop-item:nth-child(1),
    .solutions-loop li.fl-loop-item:nth-child(4),
    .solutions-loop li.fl-loop-item:nth-child(5) {
        width:100%; 
        max-width: 100%;
    }
    .with-layerbg .layerbg{
        background-size: cover;
    }

}

.link-box .fl-rich-text,
.link-box .link-logo img ,
.link-box .fl-heading,
.link-box .fl-icon i {
    transition: all .3s ease-in-out;
}
.link-box .fl-icon i {
    transform: rotate(-45deg);
    transition: all .3s ease-in-out;
}

.link-box:hover .fl-icon i {
    transform: rotate(0deg);
    transition: all .3s ease-in-out;
    background-color: var(--darkblue);
}

.link-box:hover .fl-icon i::before {
    color: #FFF;
}

/* .link-box:hover .fl-heading {
    color: #f1dc04;
    transition: all .3s ease-in-out;
}

.link-box:hover .link-logo img {
    filter: brightness(1) invert(1);
}
.link-box:hover .fl-rich-text{
    opacity: .50;
    transition: all .3s ease-in-out;
} */
.overflow-hidden {
    overflow: hidden;
}

.single-product .downloads{
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.dl-button {
    background: var(--yellow);
    padding: 9px 30px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--blue);
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.dl-button:hover {
    background: #FFF;
    transition: all .3s ease-in-out;
}

.product-series .fl-loop-grid {
    display: flex !important;
    gap: 12px !important; 
}

.product-series .fl-loop-grid .current a.fl-button{
    background: var(--yellow) !important;
    border-color: var(--yellow) !important;
}
.product-series .fl-loop-grid .current a.fl-button span{
    color: var(--darkblue) !important;
}

.gform_wrapper .gform_fields {
	row-gap: 0px !important;
}

.modal-contact-form .gform_wrapper .gform_fields {
	row-gap: 0px;
}

.gform_wrapper .gform_required_legend {
	display: none;
}

.gform_validation_errors {
	display: none !important;
}
.gform_wrapper .field_description_below .gfield_description{
    padding-top: 0px !important;
}
.gform_wrapper .gfield.gfield_error {
    margin-top: 0px !important;
    background: transparent  !important;
    border: none  !important;
padding-block: 0px !important;
}

.ginput_complex span.gform-grid-col {
	padding-inline: 0px;
}
.uabb-modal-custom .gform-theme--foundation .gform-grid-row,
.modal-contact-form .gform-theme--foundation .gform-grid-row{
    margin-inline: 0px;
    gap: 16px;
}

footer .privacy-links .fl-rich-text a,
footer .fl-list a{
    text-decoration: none;
transition: all .3s ease-in-out;
}
footer .privacy-links .fl-rich-text a:hover,
footer .fl-list a:hover{ 
    color: var(--blue) !important;
    transition: all .3s ease-in-out;
}
.fl-icon-group .fl-icon a i::before,
.fl-icon-group .fl-icon a:hover i::before{
transition: all .3s ease-in-out;
}

.flex{
    display: flex
}
.grid{
    display: grid;
}

.gap-24 {
    gap: 24px;
}
.gap-38 {
    gap: 38px;
}  
.gap-64 {
    gap: 64px;
}

.category-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 64px;
}
.category-container  h2{
    font-size: 38px;
    margin-bottom: 0px;
}

.solutions-container-html {
    width: 100%;
} 
.solutions-container-html .solutions-inner{ 
    max-width: 1240px;
}
.solutions-container-html .category-container { 
    border-radius: 20px;
    padding-block: 70px;
}

.solutions-container-html .category-container:nth-child(odd) {
    background: #001C5B; 
}
.solutions-container-html .category-container:nth-child(even) {
    background: #FFF; 
}
.solutions-container-html .category-container:last-of-type {
    margin-bottom: 0px;
}
.solutions-container-html .solutions-inner .header-container {
    display: flex;
    gap: 24px;
    width: 100%;
    margin-bottom: 24px;
}
.solutions-container-html .solutions-inner .header-container .content{
    background: #FFF;
    border-radius: 20px;
    max-width: 45%;
    padding: 48px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;    
border: 1px solid #D5DAE2;
}
.solutions-container-html .solutions-inner .header-container .image{
    width: 55%;
    border-radius: 20px;
    overflow: hidden;
}
.solutions-container-html .solutions-inner .header-container .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 1360px) {
    .solutions-container-html .solutions-inner{ 
        padding-inline: 24px;
    }
}
@media (max-width: 991px) {
    .solutions-container-html .solutions-inner .header-container {
        flex-direction: column-reverse;
    }   
    .solutions-container-html .solutions-inner .header-container .image,
    .solutions-container-html .solutions-inner .header-container .content{
        width: 100%;
        max-width: 100%;
    }
    .solutions-container-html .category-container {  
        padding-block: 40px;
    }
}

.product-grid-container .fl-button-wrap a:hover,
.product-grid-container .fl-button-wrap a{
    transition: all .3s ease-in-out;
}
.product-container {
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 991px) {
.product-container { 
    grid-template-columns: repeat(2, 1fr);
} 
}

@media (max-width: 640px) {
.product-container { 
    grid-template-columns: repeat(1, 1fr);
} 
}

.product-item {
    background-color: #FFF;
    border: 1px solid #D5DAE2;  
    border-radius: 16px;
    flex-direction: column;
    justify-content: space-between;
    padding: 34px 30px;
}
.product-item .product-thumb{
    height: 220px;
    display: block;
    margin-bottom: 24px;
}

.product-item .product-thumb img{
    width: 100%;
    height: 100%;
    object-fit: contain;
} 

.product-item h3{
    font-size: 22px;
}
.product-item p{
    font-size: 16px;
    margin-bottom: 0px;
}
.product-item .product-link {
    gap: 9px;
    align-items: center;
    color: var(--darkblue);
    text-decoration: none;
    display: inline-flex 
}

.product-item .product-link:hover {
    color: var(--blue);
}

.product-item .product-link:hover svg path{
    stroke: var(--blue);
    transition: all .3s ease-in-out;
}


.w-normal {
    font-weight: 400 !important;
}

.full-h .fl-module-photo {
    height: 100%;
}

.alternate-loop .fl-loop-item:nth-child(even) .brand-container{
    flex-direction: row-reverse;
}
@media (max-width: 992px) {
.alternate-loop .fl-loop-item:nth-child(even) .brand-container{
    flex-direction: column;
}
.alternate-loop .fl-loop-item .brand-container img{
   max-width: 300px;
}

}
 


.header-container {
    width: 860px;
    text-align: center;
}

.dl-btn a .fl-button-icon{
    font-size: 18px !important;
    border-bottom: 1px solid #001c5c;
}

.dl-btn a:hover .fl-button-icon{  
    border-bottom: 1px solid #FFFFFF;
}

.headlink .fl-module-rich-text p::before,
.headlink .fl-module-rich-text p::after,
.headlink .fl-heading::before,
.headlink .fl-heading::after,
.fl-module.fl-node-j02fzu5v3in7::before,
.fl-module.fl-node-j02fzu5v3in7::after{
    display: none !important;
}
.menu-list .uabb-info-list-item .uabb-info-list-content-wrapper::before,
.menu-list .uabb-info-list-item .uabb-info-list-content-wrapper::after {
    display: none;
} 

.menu-list .uabb-info-list-item .uabb-info-list-content-wrapper {
    display: flex;
    justify-content: space-between;
}
 
.menu-list .uabb-info-list-item a .uabb-icon-wrap{ 
    transition: all .3s ease-in-out;
}

.menu-list .uabb-info-list-item a:hover .uabb-icon-wrap{
    transform: translateX(-5px);
    transition: all .3s ease-in-out;
}

/* .fl-builder-content:has(.mega-menu) {
    opacity: 0;
    position: fixed;
    top: 70px;
    width: 100%;
    height: 100%;
    z-index: -99999;
    transition: all .3s ease-in-out;
}
.fl-builder-content:has(.mega-menu).active {
    opacity: 1;
    z-index: 11;
    transition: all .3s ease-in-out;
}

.fl-builder-content .mega-menu {
    position: relative;
    z-index: 2;
}

.fl-builder-content:has(.mega-menu)::after {
    content: '';
    position: fixed;
    background-color: #001C5B;
    opacity: .6;
    height: 100%;
    width: 100%;
    z-index: 1;
top: 0;
}

.fl-builder-edit.postid-313 .fl-builder-content:has(.mega-menu) {
    position: unset;
    opacity: 1;
} */

.product-menu {
    cursor: pointer;
}

.product-menu span{
    padding: 14px;
    transition: all .3s ease-in-out;
}

.product-menu span:hover{
    color: var(--blue);
    transition: all .3s ease-in-out; 
}
.fl-node-upq5zlf8od31.fl-button-wrap a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.text-link a{
    text-decoration: none;
}

.text-link a,
.fl-list-item .fl-list-item-content-text a,
.icon-no-bg:not(.dl-btn) a.fl-button,
.product-link,
.privacy-links a,
.product-menu,
#menu-footer .menu-item a,
.menu .menu-item {
    position: relative;
} 
.text-link a:after,
.fl-list-item .fl-list-item-content-text a:after,
.icon-no-bg:not(.dl-btn) a.fl-button:after,
.product-link:after,
.privacy-links a:after,
.product-menu:after,
#menu-footer .menu-item a:after,
.menu .menu-item:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px; 
    background-color: var(--blue);
    bottom: 0;
    left: 0; 
    transition: all .3s ease-in-out;
} 

.fl-list-item .fl-list-item-content-text a:after,
.icon-no-bg:not(.dl-btn) a.fl-button:after,
.product-link:after,
.privacy-links a:after{
    bottom: -5px;
}
.text-link a:after{
    bottom: -3px;
}
#menu-footer .menu-item a:hover::after,
.text-link a:hover:after,
.fl-list-item .fl-list-item-content-text a:hover:after,
.icon-no-bg:not(.dl-btn) a.fl-button:hover:after,
.product-link:hover:after,
.privacy-links a:hover:after,
.product-menu:hover:after,
.menu .menu-item:hover:after {
    transition: all .3s ease-in-out;
    width: 100%;
}

.icon-no-bg:not(.dl-btn) a.fl-button:hover,
.product-link:hover{
    color: var(--blue) !important;   
}
#menu-footer {
    display: flex;
    flex-direction: column;
}
.privacy-links a,
#menu-products .menu-item a,
#menu-footer .menu-item{
    display: inline-block;
}
.headlink .fl-module-rich-text p, 
.headlink .fl-heading,
.menu-list .uabb-info-list-item a .uabb-info-list-title{
    background: linear-gradient(0deg, slateblue, slateblue) no-repeat right bottom / 0 var(--bg-h);
    transition: background-size 350ms;
    --bg-h: 100%;
}
.headlink:where(:hover, :focus-visible) .fl-module-rich-text p, 
.headlink:where(:hover, :focus-visible) .fl-heading,
.menu-list .uabb-info-list-item a:where(:hover, :focus-visible) .uabb-info-list-title{
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.headlink .fl-module-rich-text p, 
.headlink .fl-heading,
.menu-list .uabb-info-list-item a .uabb-info-list-title{
  padding-bottom: 2px;
  --bg-h: 2px;
}
.headlink .fl-module-rich-text p, 
.headlink .fl-heading,
.menu-list .uabb-info-list-item a .uabb-info-list-title{
  text-decoration: none; 
  line-height: 1;
}

.fl-flyout-right .fl-menu-mobile-flyout{
    width: 400px;
    right: -400px !important;
}
@media (max-width: 767px) {
.fl-flyout-right .fl-menu-mobile-flyout{
    width: 100%;
    right: -100% !important;
}
}
 
.fl-flyout-right:has(.hamburger.fl-active) .fl-menu-mobile-flyout{
    right: 0px !important
}
 
.fl-flyout-right .fl-menu-toggle{
    width: 44px !important;
    border-left: 1px solid #c8d3d8;
}

.fl-flyout-right .menu-item {
    border-bottom: 1px solid #c8d3d8;
}

.fl-flyout-right .menu-item > .sub-menu{
    background: #f7f7f7;
}

@media (max-width: 1200px) {
    .product-series{
        display: none; 
        position: absolute;
        top: 100%;
        z-index: 1;
        background: #fff;
        padding: 20px;
        box-shadow: #dfdfdf 0px 2px 7px 1px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }
    .product-series.active {
        display: block;
    }
    
    .product-series .fl-loop-grid{
        flex-direction: column;
        align-items: flex-start;
    }
    .product-series .fl-loop-grid .fl-loop-item a,
    .product-series .fl-loop-grid .fl-loop-item .fl-module-box{
        width: 100%;
    }
    .series-btn .fl-icon-wrap{
        margin-top: 10px;
    }
}


@media (max-width: 420px) {
    .product-series{
        width: 90%;
    }
}

body:not(.fl-builder-edit) [id^="mega-"] {   
    -webkit-transition: all 300ms ease-in-out;   
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 100;
}

.show-mega{
    visibility: visible !important;
    opacity: 1 !important;
}

body:not(.fl-builder-edit) [id^="mega-"]:hover {
    visibility: visible !important;
    opacity: 1 !important;
}

/* mobile stuffs */
body.show-mega-mobile [id^="mega-"]{
    visibility: visible !important;
    opacity: 1 !important;
}
.search-holder,
 .mega-mobile-container{
    display: flex;
    justify-content: center;
 }
/* small screens mega settings*/
@media (max-width: 767px){
    .mega-mobile-container{
        visibility: hidden;
        opacity: 0;
        position: fixed;
        top:60px; 
        bottom: 0;
        overflow-y: scroll;
        width: 100%;
        z-index: 100;
        display: flex;
        justify-content: center;
    }

    .show-mega-mobile .mega-mobile-container{
        visibility: visible !important;
        opacity: 1 !important;
    }
}/* bigger screens mega settings*/

@media (min-width: 768px){
    body:not(.fl-builder-edit) #search,
    body:not(.fl-builder-edit) [id^="mega-"] {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        top:60px; 
        width: 100%; 
    }
    #search .fl-button-wrap:not(.icon-no-bg) .fl-button i{
    transform: unset;
    }   
    body:not(.fl-builder-edit) #search{
    top:100px; 
z-index: 10;
    } 
}
@media (max-width: 768px){
    body:not(.fl-builder-edit) #search {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top:60px; 
        width: 100%; 
    }
    #search .fl-button-wrap:not(.icon-no-bg) .fl-button i{
    transform: unset;
    }   
    body:not(.fl-builder-edit) #search{
    top:100px; 
    z-index: 10;
    } 
    .dl-btn,
.fl-button {
    font-size: 16px !important;
}

    .dl-btn i,
.fl-button i {
font-size: 18px !important;
}

}

 .solutions-description {
    margin-top: 38px;
} 
/* Animations
--------------------------------------------- */ 
@media (min-width:768px) {
	.scrollDown {
		position: relative;
		transition: .3s;
		/* z-index: 1; */
	}
	.fadeIn,
	.fadeUp,
	.fadeUpimg,
	.fadeUpimgsol,
	.fadeDown,
	.fadeLeft,
	.fadeLeftonLoad,
	.fadeLeftImg,
	.fadeRight,
	.fadeUponLoad{
		opacity: 0;
		visibility: hidden;
		transition: .5s;
	}
	.fadeUp,
	.fadeUponLoad,
	.fadeUpimgsol,
	.fadeUpimg{
		transform: translateY(60px);
	}
	.fadeDown {
		transform: translateY(-40px);
	}
	.fadeLeft,
	.fadeLeftonLoad,
	.fadeLeftImg{
		transform: translateX(-40px);
	}
	.fadeRight {
		transform: translateX(40px);
	}
	.fadeLeft.fadeDown {
		transform: translate(-40px,-40px);
	}
	.fadeIn.show,
	.fadeUp.show,
	.fadeUpimg.show,
	.fadeUpimgsol.show,
	.fadeDown.show,
	.fadeLeft.show,
	.fadeLeftonLoad.show,
	.fadeLeftImg.show,
	.fadeUponLoad.show,
	.fadeRight.show{
		opacity: 1;
		visibility: visible;
		transform: none;
	}
	.fadeLeft:nth-child(2) {
		transition-delay: .1s;
	}
	.fadeLeft:nth-child(3) {
		transition-delay: .2s;
	}
	.fadeLeft:nth-child(4) {
		transition-delay: .3s;
	}  
	 
	.fadeUpimg:nth-child(2),
	.fadeUp:nth-child(2) {
		transition-delay: .1s;
	}
	.fadeUpimg:nth-child(3) ,
	.fadeUp:nth-child(3) {
		transition-delay: .2s;
	}
	 
	.fl-builder-edit .fadeIn,
	.fl-builder-edit .fadeUp,
	.fl-builder-edit .fadeUpimg,
	.fl-builder-edit .fadeUpimgsol, 
	.fl-builder-edit .fadeDown,
	.fl-builder-edit .fadeLeft,
	.fl-builder-edit .fadeLeftonLoad,
	.fl-builder-edit .fadeLeftImg,
	.fl-builder-edit .fadeRight,
	.fl-builder-edit .fadeUponLoad{
		opacity: 1; 
		visibility: visible;
		transform: none;
	}
 
}
 /* END Animations
--------------------------------------------- */ 


 .icon_wrap {
        border-radius: 14px;
        color: #141429;
        color: var(--color--2);
        justify-content: flex-end;
        overflow: hidden;
        position: relative;
        width: 100%
    }

    .icon_list,.icon_wrap {
        align-items: center;
        display: flex;
        height: 100%
    }

    .icon_list {
        flex: none;
        justify-content: flex-start
    }
    .animated-btn .icon-wrap,
    .animated-btn .icon-wrap {
        display: flex;
        border-radius: 46px;
        background-color: var(--darkblue) !important; 
        justify-content: flex-end;
        overflow: hidden;
        position: relative;
        width: 36px;
        height: 36px;
        transition: all .525s ease-in-out;
    }
     .animated-btn .view-all-btn:hover .icon-wrap,
    .animated-btn .fl-button:hover .icon-wrap {
        background-color: var(--yellow) !important;
        transition: all .525s ease-in-out;
    }
    .animated-btn .view-all-btn .svgwrap,
    .animated-btn .fl-button-icon{
        align-items: center;
        display: flex;
        height: 100%;
        background: transparent var(--icon) no-repeat center /var(--icon-size);
        display: inline-flex;
        flex: none;
        height: 36px;
        overflow: hidden;
        position: relative;
        transition: transform .525s cubic-bezier(.625,.05,0,1);
        width:36px;
      
    }
    .animated-btn .view-all-btn,
    .animated-btn .fl-button{
        display: inline-flex !important;
        align-items: center;
        gap: 12px ;
        position: relative;
        overflow: hidden;
    }
     .animated-btn .view-all-btn::before,
     .animated-btn .fl-button::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 0;
        background-color: #001C5B;
        transition: all .3s ease-in-out;
        left: 0;
        top: 0;
        z-index: 0;
    }

    .animated-btn.outlined .fl-button{ 
        border: 1px solid var(--darkblue) !important;
        background-color: #FFF !important;
    }
    .animated-btn.outlined.white .fl-button{ 
        border: 1px solid #FFF !important;
        background-color: transparent !important;
    }
    .animated-btn.outlined.white .fl-button:hover i::before ,
    .animated-btn.outlined.white .fl-button .fl-button-text {
            color: #FFF !important; 
    }
    .animated-btn.outlined.white .fl-button:hover::before{ 
        background-color: #FFF !important; 
    }
     .animated-btn.outlined.white .fl-button i {
        background-color: #FFF !important;  
    }
    .animated-btn.outlined.white .fl-button:hover .fl-button-text,
    .animated-btn.outlined.white .fl-button i::before { 
        color: var(--darkblue) !important;
    }
    .animated-btn.outlined.white .fl-button:hover i {
        background-color: var(--darkblue) !important;  
    }
    .animated-btn.lighthover .fl-button:hover:before {
        background-color: #FFF !important;
    }
    .animated-btn.lighthover .fl-button:hover .fl-button-text {
        color: var(--darkblue) !important
    }
    .animated-btn .view-all-btn:hover::before ,
    .animated-btn .fl-button:hover::before {
        height: 100%;
        transition: all .3s ease-in-out;
    } 
    .animated-btn .icon-list {
        display: flex;
        flex: none;
        justify-content: flex-start
    }
    .animated-btn .fl-button i.fl-button-icon-after{
        margin-left: 0px;
    }
    .animated-btn .view-all-btn .fl-button-text,
    .animated-btn .fl-button .fl-button-text {
        position: relative;
        z-index: 1;
        transition: all .3s ease-in-out;
    }
    .animated-btn .view-all-btn:hover .fl-button-text,
    .animated-btn .fl-button:hover .fl-button-text {
        color: #FFF !important;
        transition: all .3s ease-in-out;
    }

    .fl-button-wrap.animated-btn .fl-button i{
        background-color: unset;
    }
    .fl-button-wrap.animated-btn .fl-button i:before {
        transform: rotate(-35deg) !important;
    }
    .animated-btn .view-all-btn .icon-list .svgwrap:first-child ,
    .animated-btn .fl-button .icon-wrap  .fl-button-icon:first-child {
        transform: translateY(72px)
    }
    .animated-btn .view-all-btn .icon-list .svgwrap:nth-child(2) ,
    .animated-btn .fl-button .icon-wrap  .fl-button-icon:nth-child(2) {
        transform: translateY(36px)
    }
    .animated-btn .view-all-btn .icon-list  .svgwrap:nth-child(3) ,
    .animated-btn .fl-button .icon-wrap  .fl-button-icon:nth-child(3) {
        transform: translate(0)
    } 
    .animated-btn .view-all-btn:hover .icon-list .svgwrap:first-of-type ,
    .animated-btn .fl-button:hover .icon-wrap .fl-button-icon:first-child {
        transform: translate(72px)
    }
    .animated-btn .view-all-btn:hover .icon-list .svgwrap:nth-child(2) , 
    .animated-btn .fl-button:hover .icon-wrap .fl-button-icon:nth-child(2) {
        transform: translate(72px,-100%)
    }
    .animated-btn .view-all-btn:hover .icon-list .svgwrap:nth-child(3) ,
    .animated-btn .fl-button:hover .icon-wrap .fl-button-icon:nth-child(3) {
        transform: translate(72px,-200%)
    }  
    .animated-btn .view-all-btn:hover .svgwrap::before,
    .animated-btn .fl-button:hover .fl-button-icon::before{
        color: var(--darkblue);
    }

   

.view-all-btn{
    border-radius: 40px;
    border: 1px solid #001C5B;  
    background: #EFF4F9; 
    display: flex;
    height: 56px;
    padding: 11px 14px;  
    align-items: center;
    gap: 20px;
    text-decoration: none;
    color: var(--blue);
    position: relative;
}
.view-all-btn .svgwrap{
    background: var(--blue);
    width: 36px;
    height: 36px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-all-btn .svgwrap svg path{
    stroke: #FFF;
}
.view-all-btn:hover .svgwrap svg path{
    stroke: var(--darkblue);
}
.view-all-btn .svgwrap svg {
    transform: rotate(-35deg);
    transition: all .3s ease-in-out;
}
  
/* .view-all-btn:hover .svgwrap svg{ 
    transform: rotate(0deg);
    transition: all .3s ease-in-out;
}
.view-all-btn:hover {
    background-color: var(--yellow);
 transition: all .3s ease-in-out;
} */


.breadcrumbs a{
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.breadcrumbs a:hover{
    color: var(--yellow) !important;
    transition: all .3s ease-in-out;
}

.products-search .facetwp-facet,
.products-filter .facetwp-facet{
    margin-bottom: 0px;
}

.products-filter .facetwp-type-dropdown{
    margin-bottom: 0px !important;
}

.products-search .facetwp-search {
  padding: 10px 35px 10px 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
}
.products-search .facetwp-icon {
width: 60px;
    text-align: center;
}

.facetwp-dropdown {
    appearance: none; /* Disable the default arrow */
    -webkit-appearance: none; /* For WebKit-based browsers */
    -moz-appearance: none; /* For Firefox */
    width: 100%;
    padding: 10px 35px 10px 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    cursor: pointer;
}


.products-search .facetwp-input-wrap {
    width: 100%;
}
.products-search .facetwp-input-wrap .facetwp-search {
    padding: 10px 20px;
}
.search-btn {
    cursor: pointer;
}
.search-btn.open .fl-icon i:before{
    content: "\e994";
}

.styled-content {
    h2{
    font-size: 38px;
    }
    h3{
    font-size: 28px;
    }
    h4{
        font-size: 22px;
        font-weight: 600 !important;
    } 
    img{
        max-width: 700px;
        border-radius:20px;
    }
    table {
        tr td{
            border-bottom: 1px solid #d1d1d1;
        }

        tr:first-of-type td{
            font-weight: bold;
        }
    }
    ul li {
        ul {
            padding-left: 20px;
            li{
            list-style-type:circle
            }
        }
    }
}  
.fl-builder-content .fl-rich-text.styled-content {
    p,        
    ul li {
        strong {
            font-weight: 600 !important;
        } 

    }
}

body:not(.has-series) .series-container{
    display: none;
}
.page-numbers,
.facetwp-pager  {
    display: flex;
    align-items: center;
    gap: 8px;
}
.page-numbers{
    justify-content: center;
}

.page-numbers li .page-numbers,
.facetwp-pager .facetwp-page{
    width: 44px;
    height: 44px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 0px !important;
    background: #FFF !important;
    border-radius: 6px;
    color: #040D1B;
transition: all .3s ease-in-out;
}
.page-numbers li .page-numbers{
    margin-bottom: 0px;
}
.page-numbers li .page-numbers:hover,
.page-numbers li .page-numbers.current,
.facetwp-pager .facetwp-page:hover,
.facetwp-page.active {
    background: var(--darkblue) !important;
    color: #fff;
    transition: all .3s ease-in-out;
} 
.page-numbers li .prev::before,
.page-numbers li .next:before,
.facetwp-page.prev::before ,
.facetwp-page.next::before {
    font-family: 'Ultimate-Icons' !important;
    font-size: 24px;
}

.page-numbers li a{
    text-decoration: none;
}

.page-numbers li .prev::before,
.facetwp-page.prev::before {
    content: "\e9f9"; 
}
.page-numbers li .next:before,
.facetwp-page.next::before {
    content: "\e9fa"; 
}


.pager-label {
    display: none;
}

.solutions-wrap .category-container:nth-child(even) .solutions-inner .header-container{
    flex-direction: row-reverse;
}
.fl-button{
   font-family: 'Figtree' !important;
    font-weight: 400;
}
.fl-button:hover,
.fl-button:active{
    top: 0px !important;
}

#cb-mega-menu .menu-item.with-mega:before {
    content:"\e9fb";
    font-family: 'Ultimate-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 20px;
    position: absolute;
    right: -7px;
    top: 12px;
}

a#fl-to-top {
    right: unset;
    left: 15px;
    bottom: 30px;
}

div#chatbot {
    position: fixed;
    right: 20px;
    bottom: 30px;
    opacity: .8;
transition: all .3s ease-in-out;
border-radius: 4px;
}
div#chatbot:hover {
 opacity: 1;
transition: all .3s ease-in-out;
}
.fl-builder-edit div#chatbot {
    position: unset; 
}
.uamodal-hs7i8qbcxzkm .uabb-modal-close{
    top: 20px;
right: 20px;
}
#gform_submit_button_1{
    font-size: 18px;
}

#gform_submit_button_1,
#form_submit_button_1:hover,
.uamodal-hs7i8qbcxzkm .uabb-modal-close i{
    transition: all .3s ease-in-out;
}
.uamodal-hs7i8qbcxzkm .uabb-modal-close i:hover{
    color: var(--yellow);
    transition: all .3s ease-in-out;
}
@media (max-width:767px) {
#chatbot img {
    max-width: 50px;
}
.solutions-wrap .category-container  .solutions-inner {
    max-width: 100%;
}
}

#h3-list ul{
    display: flex;
    gap: 10px;
}

#h3-list ul .fl-button{
    background: transparent;
    border-radius: 30px;
    border-color: #fff;
}
#h3-list .fl-button:hover, 
#h3-list .fl-button.active {
    background: var(--yellow);
    color: var(--blue); 
  border-color: var(--yellow);
}

.sticky-nav {
    position: sticky;
    top: 96px;
    z-index: 10;
}

.image-container {
    overflow: hidden;
}
@media (max-width:767px) { 
.sticky-nav {
    position: absolute;
    top: 88px;
}
#h3-list ul{
    flex-wrap: wrap; 
}

}
.brand-loop .fl-loop-item .fl-photo-content img{
 transition: all .3s ease-in-out;
}
.brand-loop .fl-loop-item:hover .fl-photo-content img{
    transform: scale(.9);
 transition: all .3s ease-in-out;
}

.ts-wrapper:not(.form-control):not(.form-select).single .ts-control {
    background-image: unset !important;
    height: 50px;
}

.gfield--type-multiselect{
    margin-bottom: 10px !important;
}

.gfield_select {
    min-height: 50px !important;
    .ts-control {
        border-radius: 5px;
        background: #f3f3f5;
        border-color: #cbcbcb;
    }
}

.fl-loop-grid {
    .fl-loop-item {
        .fl-heading a:hover{
            color: #0b64a5;
        }
    }
}

.reset-cont:has(.facetwp-hidden) {
    display: none;

    
}

.reset-cont {
    max-width: 65px;

    .facetwp-reset{
        background: transparent;
        color: #031643;
        border: 1px solid #031643;
        padding: 11px;
        font-size: 16px !important;
        font-weight: 500;
    }
}

.products-filter {
    .fl-module-class-facet:not(.reset-cont) {
        max-width: 33%;
        flex-grow: 1;
        min-width: 25%;
    }
}