/* 
 Theme Name:     Fuse
 Author:         Webstract
 Author URI:     https://www.webstract.com/
 Template:       Divi
 Version:        4.8
*/ 

/* ----------- Formstack CSS Classes ------------------------------------------------------------------------ */
/* https://help.formstack.com/hc/en-us/articles/360019519891-Custom-Form-Themes-and-CSS --------------------- */
/* ---------------------------------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------- 
    GENERAL
------------------------------------------------------------------------- */

@font-face {
    font-family: 'authenticsignature';
    src: url('fonts/authentic_signature-webfont.woff2') format('woff2'),
         url('fonts/authentic_signature-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* @font-face {
    font-family:"proxima-nova";
    src: url('fonts/ProximaNova-Regular.eot');
    src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('fonts/ProximaNova-Regular.woff') format('woff'),
        url('fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

body{
    font-family:"proxima-nova";
}

a:hover {
    text-decoration: underline;
}
.et_pb_button:hover, 
.et_pb_menu a:hover {
    text-decoration: none;
}

.et_pb_column {
    min-height: auto;
}

/* ------------------------------------------------------------------------- 
    TYPOGRAPHY
------------------------------------------------------------------------- */

/*

Target all page types, EXCEPT homepage
If Divi is ON we use Divi to style the pages
If Divi is OFF (as shown below) we need to provide basic styles

*/

.fuse-divi-off #main-content h2,
.fuse-divi-inactive #main-content h2 {
    font-size: 36px;
    line-height: 46px;
}
.fuse-divi-off #main-content h3,
.fuse-divi-inactive #main-content h3 {
    font-size: 30px;
    line-height: 40px;
}
.fuse-divi-off #main-content h4,
.fuse-divi-inactive #main-content h4 {
    font-size: 24px;
    line-height: 34px;
}
.fuse-divi-off #main-content h5,
.fuse-divi-inactive #main-content h5 {
    font-size: 20px;
	line-height: 20px;
}
.fuse-divi-off #main-content h6,
.fuse-divi-inactive #main-content h6 {
    font-size: 18px;
	line-height: 28px;
}
.fuse-divi-off #main-content h2,
.fuse-divi-off #main-content h3,
.fuse-divi-off #main-content h4,
.fuse-divi-off #main-content h5,
.fuse-divi-off #main-content h6,
.fuse-divi-inactive #main-content h2,
.fuse-divi-inactive #main-content h3,
.fuse-divi-inactive #main-content h4,
.fuse-divi-inactive #main-content h5,
.fuse-divi-inactive #main-content h6 {
    font-weight: bold;
	margin-top: 10px;
	color:#2588BE;
    font-family:"proxima-nova";
}

.fuse-divi-off #main-content p,
.fuse-divi-inactive #main-content p {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
	color: #2D2D2D;
	font-weight:400 !important;
    font-family:"proxima-nova";
}

#left-area li {
    margin-bottom: 10px;
    list-style-position: outside;
    margin-left: 20px;
    font-size: 20px;
    line-height: 30px;
	color: #2D2D2D;
	font-weight:400 !important;
    font-family:"proxima-nova";
}
#left-area ul, .entry-content ul, #left-area ol, .entry-content ol {
    padding: 0 0 23px 0;
}

/* setup the sidebar headings to be consistent for all pages */

#main-content h4.widgettitle {
    font-weight: bold;
	margin-top: 10px;
    font-size: 23px;
    line-height: 1.4em;
	color:#fff;
}

/* inner pages menu */

.entry-content .et_pb_menu ul {
    list-style: none;
    padding-left: 0;
}

/* -------------------------------------------------------------------------
    BASIC PAGE / FUSE PAGE 
------------------------------------------------------------------------- */

.main-section {
    padding-top: 58px !important;
    padding-bottom: 0 !important;
}
.left-content h1 {
    margin-bottom: 20px;
}
.et_pb_sidebar_0 .et_pb_widget {
    margin-bottom: 30px !important;
    float: none;
}
#main-content .container:before {
    display: none;
}
.left-content {
    width: 77.25% !important;
    padding-right: 3%;
    margin-right: 0 !important;
}
.left-content .et_pb_row_inner:last-child {
    padding-bottom: 0;
}
#page-container #left-area, #page-container .left-content {
    padding-bottom: 50px;
    margin-bottom: 0;
}
.right-content {
    width: 22.75% !important;
    padding-left: 30px;
    padding-bottom: 28px;
    padding-top: 0;
}
.right-content .et_pb_sidebar_0 {
    padding-right: 0;
    border-right: 0;
}
.single-post .entry-content {
    padding-top: 0;
}

/* ------------------------------------------------------------------------- 
    HEADER MENU
------------------------------------------------------------------------- */

/* HEADER DEFAULT */

#et-boc header.et-l .et_pb_menu .et_pb_menu__wrap {
    justify-content: flex-end;
    align-items: center;
}

/* FUSE MENU
   This sets the menu to be full-width and each menu item to fill the space accordingly utilizing the 'space-around' flex feature
   This means that if menu items are added or removed the menu will still be full-width and each menu item will fill the space accordingly
*/

#page-container .fuse-menu .et_pb_menu__menu {
    display: block;
}
#page-container .fuse-menu .et_mobile_nav_menu {
    display: none;
}
#page-container .fuse-menu .et_pb_row--with-menu {
    padding: 0 !important;
}
#page-container .fuse-menu .et_pb_menu {
    background: none;
}
#page-container .fuse-menu .et_pb_menu__menu {
    width: 100%;
}
#page-container .fuse-menu .et-menu-nav {
    width: 100%;
    display: block;
}
#page-container .fuse-menu .et-menu {
    display: flex;
    justify-content: space-around;
    margin: 0;
    background: #000;
}
#page-container .fuse-menu .et-menu > .menu-item {
    flex: 1;
    flex-basis: auto;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}
#page-container .fuse-menu .et-menu > .menu-item:last-child {
    border-right: 0;
}
#page-container .fuse-menu .et-menu > .menu-item > a {
    background: #000;
    color: #fff;
    margin: 0;
    padding: 20px !important;
    display: block;
}
#page-container .fuse-menu .et-menu > .menu-item.current-menu-item > a {
    background: #222 !important;
}
#page-container .fuse-menu .et-menu > .menu-item > a:hover {
    opacity: 1;
    background: #222;
}
#page-container .fuse-menu .et-menu > .menu-item > a:after {
    position: relative;
    content: "";
    font-family: 'ETmodules';
    font-size: 16px;
    right: 0;
    top: 0;
}
#page-container .fuse-menu .et-menu > .menu-item.menu-item-has-children > a:after {
    content: "3";
}

/* sub menu */

#page-container .fuse-menu .et-menu .menu-item .sub-menu {
    padding: 0;
    top: calc(100% - 0px);
}
#page-container .fuse-menu .et-menu .menu-item .sub-menu .menu-item {
    width: 100%;
    padding: 0;
}
#page-container .fuse-menu .et-menu .menu-item .sub-menu .menu-item a {
    margin: 0;
    width: 100%;
    padding: 10px;
    text-align: left;
    opacity: 1;
    color: #000;
}
#page-container .fuse-menu .et-menu .menu-item .sub-menu .menu-item a:hover {
    color: #222 !important;
}
#page-container .fuse-menu .et-menu .menu-item.menu-item-has-children .sub-menu a:after {
    content: "";
}

/* sub menu 2 */

#page-container .fuse-menu .et-menu .menu-item .sub-menu .sub-menu {
    top: -3px;
}
#page-container .fuse-menu .et-menu .menu-item:last-child a {
    border-right: 0;
}
#page-container .fuse-menu .et-menu-nav {
    position: relative;
}
#page-container .fuse-menu .et-menu.nav .menu-item {
    display: inline-block;
}

/* BORDER STYLE
   This adds a border between each menu item AND a hover/active border for the current menu item
*/

#page-container .fuse-menu.fuse-menu-border .et-menu > .menu-item {
    border-right: 3px solid #222;
}
#page-container .fuse-menu.fuse-menu-border .et-menu > .menu-item > a {
    border-bottom: 3px solid #000;
}
#page-container .fuse-menu.fuse-menu-border .et-menu > .menu-item.current-menu-item a {
    border-bottom: 3px solid #ccc;
}
#page-container .fuse-menu.fuse-menu-border .et-menu > .menu-item > a:hover {
    border-bottom: 3px solid #fff;
}

/* ------------------------------------------------------------------------- 
    HEADER (ON SCROLL)
------------------------------------------------------------------------- */

#et-boc header.et-l {
    background: #f5f5f5;
}
#et-boc header.et-l .et_pb_section_1_tb_header .et_pb_row,
#et-boc header.et-l .et_pb_section_1_tb_header .et_pb_menu__logo img {
    transition: all 0.5s ease;
}
#et-boc header.et-l .has_et_pb_sticky .et_pb_section_1_tb_header .et_pb_row {
    padding: 0 !important;
}
#et-boc header.et-l .has_et_pb_sticky .et_pb_section_1_tb_header .et_pb_menu__logo img {
    width: 140px;
    height: auto;
}

/* ------------------------------------------------------------------------- 
    DISPLAY MOBILE MENU
    Add class 'mobile-menu' to Menu module to show hamburger by default
------------------------------------------------------------------------- */

.et_pb_menu.mobile-menu .et_pb_menu__menu {
    display: none;
}
.et_pb_menu.mobile-menu .et_mobile_nav_menu {
    display: block;
}
.et_pb_menu.mobile-menu .et_pb_menu__wrap {
    margin: 0;
}

/* ------------------------------------------------------------------------- 
    MENU LIST (VERTICAL)
------------------------------------------------------------------------- */

.menu-list .et-menu li {
    display: block !important;
    width: 100%;
}
.menu-list .menu-item-has-children a:after,
.menu-list .menu-item-has-children .sub-menu {
    display: none;
}

/* ------------------------------------------------------------------------- 
    BLOCK LIST
------------------------------------------------------------------------- */

.menu-list.menu-block-list li {
    padding: 0 !important;
}
.menu-list.menu-block-list a {
    display: block;
    padding: 20px !important;
    background: #f9f9f9;
    border: 1px solid #ccc;
    font-size: 16px;
}
.menu-list.menu-block-list a:hover {
    background: #2ea3f2;
    border: 1px solid #2ea3f2;
    color: #fff;
    opacity: 1;
}
.menu-list.menu-block-list .et_pb_menu__menu,
.menu-list.menu-block-list .et-menu-nav,
.menu-list.menu-block-list .et-menu {
    width: 100%;
}

/* ------------------------------------------------------------------------- 
    PAGE TITLE BANNER
------------------------------------------------------------------------- */

.header-img {
    text-align: center;
    padding: 250px 0 120px 0;
    position: relative;
    background-position: center;
    /* -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover; */
    background-size: 100%;
    background-size: cover;
	margin-top:-150px;
}
.header-img .main_title {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 50px;
    line-height: 55px;
}
.header-img .meta {
    text-align: center;
}

.header-img .subtitle {
    color: #fff;
    margin-top: 25px;
    font-size: 20px;
}

/* ------------------------------------------------------------------------- 
    FORMS
------------------------------------------------------------------------- */

/* FORM DEFAULT */

.fuse-form .fsBody [class^='InnerFormBody'] {
	padding: 0;
}
.fuse-form .fsBody form.fsForm .fsPage {
    padding: 0;
	margin: 0;
}
.fuse-form .fsBody form.fsForm .fsLabel {
	/* display: none; */
	font-size: 14px;
	margin-bottom: 2px;
}
.fuse-form .fsBody form.fsForm .fsFieldCell {
    width: 100%;
}
.fsBody form.fsForm .fsFieldCell input[type=email],
.fsBody form.fsForm .fsFieldCell input[type=password],
.fuse-form .fsBody form.fsForm .fsFieldCell input[type=tel],
.fuse-form .fsBody form.fsForm .fsFieldCell input[type=text],
.fuse-form .fsBody form.fsForm .fsFieldCell textarea {
    width: 100%;
    border-color: #ccc !important;
	padding: 8px;
}
.fuse-form [class^='StyledErrorBanner-sc'] {
	margin-bottom: 20px;
}
.fuse-form .fsPage [class^='StyledErrorBanner-sc'] {
	margin-bottom: 5px;
}
.fuse-form [class^='StyledErrorBannerText-sc'],
.fuse-form [class^='FieldInlineError'] {
	line-height: normal;
}
.fuse-form .fsBody form.fsForm .fsSubmit {
    margin-top: 0 !important;
}
.fuse-form .fsBody form.fsForm .fsSubmit .fsSubmitButton {
	font-size: 16px;
}
.fuse-form .fsBody form.fsForm .fsSubmit .fsSubmitButton:hover {
    background: #000 !important;
}

/* FORM ONE: Name = 100%, Email and Phone = %50, Message = 100% */

.fuse-form-100-50-100 .fsBody form.fsForm .fsFieldRow:nth-child(2),
.fuse-form-100-50-100 .fsBody form.fsForm .fsFieldRow:nth-child(3) {
    width: 50%;
    float: left;
}
.fuse-form-100-50-100 .fsBody form.fsForm .fsFieldRow:nth-child(4) {
    clear: both;
}

/* FORM TWO: Name, Email, Phone = %33.33, Message = 100% */

.fuse-form-33-100 .fsBody form.fsForm .fsFieldRow:nth-child(1),
.fuse-form-33-100 .fsBody form.fsForm .fsFieldRow:nth-child(2),
.fuse-form-33-100 .fsBody form.fsForm .fsFieldRow:nth-child(3) {
    width: 33.33%;
    float: left;
}
.fuse-form-33-100 .fsBody form.fsForm .fsFieldRow:nth-child(4) {
    clear: both;
}

/* This is a graphic that appears under a form (we do not need it) */

.stacklock {
    display: none;
}

/* ------------------------------------------------------------------------- 
    SIDEBAR
------------------------------------------------------------------------- */

/* KEEP CONTENT POSITIONED CORRECTLY, DESPITE STICKY SIDEBAR */ 

.has_et_pb_sticky .et_pb_column {
    z-index: 0;
}

/* GENERAL */

#sidebar,
.sidebar {
    border-right: 0;
}
#sidebar ul li a,
.sidebar ul li a {
    display: block;
	padding: 10px;
}
#sidebar ul li a:hover,
.sidebar ul li a:hover {
    color: #fff;
}
#sidebar .widget_nav_menu ul li .sub-menu,
.sidebar .widget_nav_menu ul li .sub-menu {
    display: none;
}

/* SIDEBAR TWO */

.fuse-sidebar-two .widgettitle,
#sidebar .widgettitle{
    padding: 10px 15px;
    background: #083C57;
    color: #fff;
}
.fuse-sidebar-two ul li,
#sidebar ul li{
    border: 1px solid #ccc;
    border-bottom: 0;
    display: block;
    margin: 0;
}
.fuse-sidebar-two ul li:first-child,
#sidebar ul li:first-child{
    border-top: 0;
}
.fuse-sidebar-two ul li:last-child,
#sidebar ul li:last-child{
    border-bottom: 1px solid #ccc;
}
.fuse-sidebar-two ul li a,
#sidebar ul li a{
    color: #000;
    margin: 0;
}

/* Sidebar Form */

.fuse-sidebar-two .fuse-form,
#sidebar .fuse-form{
    background: #2588BE;
    padding: 10px;
}

/* Sidebar Menu */

.fuse-sidebar-two .widget_nav_menu ul li a,
#sidebar .widget_nav_menu ul li a{
    padding: 10px;
    background: #fff;
}
.fuse-sidebar-two .widget_nav_menu ul li.current-menu-item a,
.fuse-sidebar-two .widget_nav_menu ul li.current-menu-item a:hover,
#sidebar .widget_nav_menu ul li.current-menu-item a,
#sidebar .widget_nav_menu ul li.current-menu-item a:hover{
    background: #2588BE;
    color: #fff;
}
.fuse-sidebar-two .widget_nav_menu ul li a:hover,
#sidebar .widget_nav_menu ul li a:hover{
    background: #2588BE;
    text-decoration: none;
}

/* Sidebar Recent Posts */

.fuse-sidebar-two .widget_recent_entries li,
#sidebar .widget_recent_entries li{
    padding: 10px;
    background: #f9f9f9;
}

/* SIDEBAR THREE */

.fuse-sidebar-three .fuse-form {
    border: 1px solid #ccc;
    padding: 10px;
}
.fuse-sidebar-three ul li {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
.fuse-sidebar-three ul li:hover {
    background: #f9f9f9;
}
.fuse-sidebar-three .widget_nav_menu ul li a:hover {
    text-decoration: none;
}

/* SIDEBAR FOUR */

.fuse-sidebar-four .widgettitle {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 3px solid #000;
}
.fuse-sidebar-four ul li {
    padding: 10px;
    border-left: 3px solid #fff;
    margin-bottom: 0;
}
.fuse-sidebar-four ul li:hover {
    border-left: 3px solid #ccc;
    background: #f9f9f9;
}
.fuse-sidebar-four .widget_nav_menu ul li a:hover {
    text-decoration: none;
}

/* ------------------------------------------------------------------------- 
    BREADCRUMBS
------------------------------------------------------------------------- */

.home .breadcrumbs {
	border: 0;
	/* clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%); */
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

/* ------------------------------------------------------------------------- 
    FOOTER
------------------------------------------------------------------------- */

.footer .social-media-icons a {
    color: #fff;
}

/* ------------------------------------------------------------------------- 
    OVERLAYS
------------------------------------------------------------------------- */

/* Default */

.overlay-container,
.overlay-container .overlay,
.overlay-container .overlay #et-boc,
.overlay-container .overlay #et-boc > div,
.overlay-container .overlay .et_builder_inner_content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important;
    width: 100%;
    overflow: hidden;
}
.overlay-container .et_pb_section {
    display: block;
    height: auto;
    min-height: auto;
}

/* -------------------------------------------------------------------------
    INLINE CONTENT
    If we add .inline-row to the row, the modules will align themselves
------------------------------------------------------------------------- */

.inline-row .et_pb_button_module_wrapper,
.inline-row .et_pb_image,
.inline-row .et_pb_code,
.inline-row .et_pb_text {
    display: inline-block;
    margin: 0 5px;
}
.inline-row {
    text-align: center;
}
.inline-row.align-center {
    text-align: center !important;
}
.inline-row.align-left {
    text-align: left !important;
}
.inline-row.align-right {
    text-align: right !important;
}

/* ------------------------------------------------------------------------- 
    QUIRKY FIXES
    Odd fixes for misc things
------------------------------------------------------------------------- */

.flex-row.et-last-child:last-child {
    padding-bottom: 27px !important;
}

.flex-row {
    display: flex;
    align-items: center;
}

.et_pb_menu #menu-main-menu>li {
    padding-left: 15px;
    padding-right: 15px;
}

.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a{
	padding:20px 0;
}

 #menu-main-menu .menu-btn a {
    background-color: #63b5e5;
    color: #fff !important;
    text-transform: capitalize;
    padding: 20px 30px;
    border-radius: 50px;
	/* font-family: 'Cabin', Helvetica, Arial, Lucida, sans-serif; */
    letter-spacing: 0;
    transition: all 0.5s ease;
}

#menu-main-menu .menu-btn a:hover {
    background-color: #013c58;
    color: #fff !important;
}

#menu-main-menu .menu-phone a {
    
    font-size: 1.8em !important;
    color: #013c58 !important;
    font-weight: 800 !important;
    padding-top: 25px;
}

#menu-main-menu li ul li a {
    text-transform: inherit;
}


.et_mobile_menu li a:hover, #menu-main-menu ul li a:hover {
    background-color: #02151f;
	background-color: #001f2e;
    opacity: 1;
    color: #fff !important;
}

/* .et_pb_menu_0_tb_header.et_pb_menu ul li:hover>a, 
#menu-main-menu  li ul.sub-menu li.current-menu-item>a, 
.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu a:hover{
color:#fff !important;
} */

.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item > a {
    color: #fff !important;
}

#menu-main-menu li ul li a {
    color: #fff !important;
	border-radius: 15px;
}

.et_pb_menu--style-left_aligned .et_pb_menu__logo {
    margin-right: 0;
}

.about-section .et_pb_row {
    display: flex;
    align-items: center;
}

.our-service-flex {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.logos img {
    width: 100px;
}

.footer-flex-row {
    display: flex;
    align-items: center;
    gap: 100px;
    justify-content: center;
}

#footer-logo{
	margin:0 !important;
}

#menu-main-menu li ul{
	width:370px;
	border-radius: 15px;
}

#menu-main-menu li li a {
    width: 370px;
	padding: 6px;
    padding: 12px 20px 10px;
}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu a, .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu a {
    color: #FFFFFF !important;
    font-size: 14px;
}

#rotating-word{
	text-decoration:underline;
	text-decoration-color:#63b5e5;
    font-style: italic;
}

#sidebar textarea, 
#sidebar input[type="text"],  
#sidebar input[type="email"], 
#sidebar input[type="tel"] {
    width: 100%;
    border: none !important;
    font-size: 14px;
    padding: 14px !important;
	border-radius: 0;
    height: 45px;
	line-height: 1.4em;
}

#sidebar textarea{
	height:90px;
}

#sidebar .fsBody form.fsForm .fsSubmit .fsSubmitButton {
    background: #083C57 !important;
    color: #fff !important;
    cursor: pointer;
    font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 30px !important;
    border: none;
	
}


#sidebar .fsBody form.fsForm .fsSubmit .fsSubmitButton:hover {
    background-color: #fff  !important;
    color: #083C57 !important;
}

#sidebar .fsLabel {
    display:none;
}

.et_pb_blurb_description ul {
    margin-left: 20px;
	    padding-bottom: 0 !important;
}

.et_pb_blurb_description ul li {
    margin-bottom: 10px;
}

.contact-form textarea, 
.contact-form input[type="text"],  
.contact-form input[type="email"], 
.contact-form input[type="tel"] {
    width: 100%;
    border: none !important;
    font-size: 14px;
    padding: 14px !important;
	border-radius: 0;
    height: 45px;
	line-height: 1.4em;
}

.contact-form textarea{
	height:90px;
}

.contact-form .fsBody form.fsForm .fsSubmit .fsSubmitButton {
    background: #083C57 !important;
    color: #fff !important;
    cursor: pointer;
    font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 30px !important;
    border: none;
	
}


.contact-form .fsBody form.fsForm .fsSubmit .fsSubmitButton:hover {
    background-color: #fff  !important;
    color: #083C57 !important;
}

.contact-form .fsLabel {
    display:none;
}

.h3-style {
    /* font-family: 'authenticsignature';
    font-size: 90px; */
    border-bottom: 6px solid #2588be;
    /* margin-bottom: -17px; */
    /* display: inline-block;
    text-transform: capitalize;
    font-weight: 100 !important; */
}

.blog #sidebar{
    display: none;
}

.blog  #left-area{
    width: 100%;
    padding-right: 0;
}

.our-service-boxes .our-service-blurb{
    height: 520px;
}

.et-db #et-boc .et-l .footer-flex-row div#footer-logo {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.service-v2 img{
	height:70px;
	width:auto;
}

.page-id-4720 .header-img{
	display:none;
}

.divi-list ul{
	margin-left:30px;
}

.divi-list ul li{
	position:relative;
}
.divi-list ul li:not(:last-child)
{
	margin-bottom:20px;
}

.divi-list ul li:before {
    content: "";
    background-color: #64B6E6;
    border: none;
    position: absolute;
    top: 10px;
    left: -25px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.divi-list ul li::marker{
    content: "";
}

.nav li li {
    padding: 0;
} 

.et_pb_menu .et-menu-nav>ul ul {
    padding: 0;
}

.nav li li ul {
    left: 370px;
}

.nav li li ul {
    top: 0px;

}

.menu-icon-flex {
    display: flex;
    gap: 10px;
    align-items: center;
}

.menu-title {
    line-height: 1.3em;
}

.menu-title span {
    display: block;
    font-weight: normal;
    font-size: 12px !important;

}

.menu-icon-flex {
    display: flex;
    gap: 10px;
    align-items: center;
}

.menu-title {
    font-size: 18px;
    font-weight: 700;
}

.menu-title span {
    display: block;
    font-size: 14px !important;
    font-style: italic;
	font-weight: 700;
	line-height: 22px;
}

.menu-icon img {
    width: 36px;
	padding-top: 5px;
}

.partners-logo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 49px;
    justify-items: center;
    align-items: center;
}

/* Popup css */
/* Overlay styles */
.lightbox-overlay {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background-color: rgba(0,0,0,0.8) !important;
	z-index: 999998 !important;
	display: none;
}
/* Lightbox content styles */
[class*="lightbox-content"] {
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	background: #fff !important;
	padding: 30px !important;
	border-radius: 5px !important;
        width: 100%;
	max-width: 700px !important;
	max-height: 80% !important;
	overflow: auto !important;
	z-index: 999999 !important;
	display: none;
	box-shadow: 0 0 20px rgba(0,0,0,0.2) !important;
}
/* Close button styles */
.lightbox-close {
	position: absolute !important;
	top: 10px !important;
	right: 10px !important;
	font-size: 24px !important;
	cursor: pointer !important;
	color: #333 !important;
	background: none !important;
	border: none !important;
	padding: 5px !important;
	line-height: 1 !important;
}
/* Prevent scrolling on body when lightbox is open */
body.lightbox-open {
	overflow: hidden !important;
}

.popup-link{
    cursor: pointer;
}

/* popup css  */

.service-row-2{
    display: flex;
    justify-content: center;
}

.empty-col{
    display: none;
}

/* hides the sub menu items on mobile */
#page-container .mobile_nav li ul.hide {
    display: none !important;
}
/* adjusts the positioning and the background transparency of the parent menu item on mobile */
#page-container .mobile_nav .menu-item-has-children {
    position: relative;
}
#page-container .mobile_nav .menu-item-has-children > a {
    background: transparent;
}
/* This styles the icon and moves it to the right */
#page-container .mobile_nav .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
}
/* Here you can swap out the actual icons */
#page-container span.menu-closed:before {
    content: "\33";
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: 'ETmodules';
}
#page-container span.menu-closed.menu-open:before {
    content: "\32";
	color:#fff;
    font-family: 'ETmodules';
}

.btn-float-left{
    float: left;
    margin-right: 30px;
}

.social-icons a {
    color: #fff;
    font-size: 30px;
}

.social-icons a:hover {
    color: #2588BE;
}

.social-icons {
    display: flex;
    align-items: center;
}

.fuse-subpages {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    list-style: none;
    padding: 0!important;
}

.fuse-subpages li {
    list-style: none;
    padding-bottom: 0 !important;
}

.fuse-subpages li a {
    background-color: #083C57;
    display: block;
    color: #fff;
    text-align: center;
    padding: 12px;
    font-size: 16px;
}

.fuse-subpages li a:hover {
    background-color: #63b5e5;
    text-decoration: none;
}

.page-id-4520 .fuse-subpages {
    grid-template-columns: 1fr;
}

.single-post #left-area{
    width: 100%;
    padding-right: 0;
}

.single-post #sidebar{
   display: none;
}

/* PPC */
.page-id-3574 .header-img{
    display: none;
}

#ppc-form textarea, 
#ppc-form input[type="text"], 
#ppc-form input[type="email"], 
#ppc-form input[type="tel"] {
    background-color: #F5F8FA;
    height: 55px;
}

#ppc-form textarea{
    height: 120px;
}

#ppc-form .fsBody form.fsForm .fsSubmit .fsSubmitButton {
    background: #FF7A32 !important;
    color: #fff !important;
    cursor: pointer;
        font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-size: 20px !important;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 50px !important;
    border: none;
    border-radius: 40px;
}

.testimonial-slider h4{
    color: #083D59 !important;
    font-size: 27px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 20px;

}

.testimonial-slider h5{
    color: #393D3F !important;
    font-size: 28px;
    font-weight: 400;
}

.testimonial-slider .et-pb-controllers {
    bottom: -15px;
}

table.table-text thead td {
    background-color: #63b5e5;
    color: #fff;
    text-align: center;
    padding: 12px;
    font-size: 20px;
}

.table-text, .table-text th, .table-text td {
    border: 1px solid #eee;
}
.hero {
    position: relative;
    background: #013c58;
    color: #fff;
    overflow: hidden;
    padding: 120px 0 140px;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 80% 30%, rgba(46, 163, 242, 0.25), transparent 55%), radial-gradient(ellipse at 20% 80%, rgba(126, 190, 197, 0.18), transparent 55%), linear-gradient(135deg, #013c58 0%, #021f33 100%);
    z-index: 0;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.08;
    background-image: linear-gradient(rgba(255, 255, 255, 0.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.4) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 0;
    mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
}

.partner-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 10px 18px;
    border-radius: 100px;
    margin-bottom: 28px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
}

.partner-badge .dot-live {
    width: 8px;
    height: 8px;
    background: #5fe3a1;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(95, 227, 161, 0.2);
}

.hero-tagline {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #63b5e5;
    margin-bottom: 24px;
}

.hero-tagline .dot {
    color: rgba(99, 181, 229, 0.5);
    margin: 0 10px;
}

.blue {
    color: #2ea3f2;
    font-weight: 600;
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-cta-light {
    background: #2ea3f2;
    border-color: #2ea3f2;
}

.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: #2ea3f2;
    color: #fff;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
    border: 2px solid #2ea3f2;
    cursor: pointer;
    transition: all .25s ease;
}

.btn-ghost {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: #fff;
}

.btn-cta-light:hover {
    background: #fff;
    color: #013c58;
    border-color: #fff;
    text-decoration: none;
}

.btn-ghost:hover {
    background: #fff;
    color: #013c58;
    border-color: #fff;
    text-decoration: none;
}

.trust-frameworks {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    align-items: center;
}

.framework-pill.highlight {
    background: #013c58;
    color: #fff;
    border-color: #013c58;
}

.framework-pill {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #616c72;
    padding: 8px 16px;
    background: #f6fbfe;
    border: 1px solid #eef3f6;
    border-radius: 4px;
    letter-spacing: 0.04em;
}



.checklist ul li::marker {
    content: "";
}

.ul-check-list ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
    gap: 15px 20px;
    list-style: none;
}

.ul-check-list ul li{
    position: relative;
        padding-left: 35px;
}

.ul-check-list ul li:before {
    content: "\2713 ";
    width: 22px;
    height: 22px;
    background-color: #2ea3f2;
    color: #000;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px;
}

.compare-table {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(1, 60, 88, 0.12);
    border: 1px solid #eef3f6;
}

.compare-row.header {
    background: #013c58;
    color: #fff;
}

.reveal {
    /* opacity: 0; */
    transform: translateY(20px);
    transition: opacity .7s ease, transform .7s ease;
}

.compare-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #eef3f6;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #3b4a55;
}

.compare-row.header .compare-cell:first-child {
    background: #2ea3f2;
}

.compare-row.header .compare-cell {
    padding: 24px 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.compare-cell:first-child {
    background: rgba(46, 163, 242, 0.04);
    border-right: 1px solid #eef3f6;
}

.compare-cell {
    padding: 22px 28px;
    font-size: 15px;
    line-height: 1.6;
}

.compare-cell.con strong {
    color: #c44;
}

.compare-cell strong {
    color: #013c58;
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
}
/* ------------------------------------------------------------------------- 
    RESPONSIVE
------------------------------------------------------------------------- */

@media only screen and (min-width: 769px) and (max-width: 1400px) {
    
    /* Fuse Menu */
    
    #page-container .fuse-menu .et_pb_row {
        width: 100% !important;
    }
    
    /* Fuse Menu (Without Logo) */
    
    #page-container .fuse-menu .et_pb_menu--without-logo {
        width: 100% !important;
    }
    #page-container .fuse-menu .et_pb_menu--without-logo .et_pb_menu_inner_container,
    #page-container .fuse-menu .et_pb_menu--without-logo .et_pb_menu__wrap,
    #page-container .fuse-menu .et_pb_menu--without-logo .et_pb_menu__logo-wrap,
    #page-container .fuse-menu .et_pb_menu--without-logo .et-menu-nav,
    #page-container .fuse-menu .et_pb_menu--without-logo .et-menu {
        display: flex !important; 
    }
    
    /* Fuse Menu (With Logo) */
    
    #page-container .fuse-menu .et_pb_menu--with-logo .et_pb_menu__wrap,
    #page-container .fuse-menu .et_pb_menu--with-logo .et_pb_menu__menu,
    #page-container .fuse-menu .et_pb_menu--with-logo .et-menu-nav,
    #page-container .fuse-menu .et_pb_menu--with-logo .et-menu {
        width: 100% !important;
        display: flex !important;
    }

    .our-service-boxes .our-service-blurb {
        height: 520px;
    }
    
}

@media only screen and (min-width: 1000px) and (max-width: 1024px) {
#header-menu{
   width: 95%;
    max-width: 95%;
}

#header-menu #menu-main-menu a{
    font-size: 16px !important;
}




#menu-main-menu .menu-btn a {
    padding: 12px 18px;
    color: #02141f;
}
#menu-main-menu .menu-phone a {
    font-size: 1.3em !important;
}

.et_pb_menu_0_tb_header.et_pb_menu ul li a {
    font-size: 14px;
}

.et_pb_menu_0_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, .et_pb_menu_0_tb_header .et_pb_menu__logo-slot {
    width: 150px !important;
}

#header-menu .menu-phone{
    display: none;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
#header-menu{
    width: 95%;
    max-width: 95%;
}

#header-menu #menu-main-menu a{
    font-size: 16px !important;
}

#header-menu .et_pb_menu__logo{
    width: 200px !important;
}
}
@media only screen and (max-width: 1200px) {
    
    /* Header Menu
       The 2 snippets below hide the desktop menu and show the mobile menu
       Feel free to adjust this media query to customize when we want the mobile menu to show
    */
    
    #page-container .header-main .et_pb_menu__menu {
        display: none;
    }
    #page-container .header-main .et_mobile_nav_menu {
        display: block;
    }

    .logos img {
        width: 130px;
    }

    .logos {
        flex-wrap: wrap;
    }

    #header-menu .menu-phone{
        display: none;
    }
    
}

@media only screen and (min-width: 981px) and (max-width: 1100px) {
    #header-menu{
    width: 95%;
        max-width: 95%;
    }

    .et_pb_menu__logo-wrap img {
        width: 130px;
    }

    #menu-main-menu .menu-btn a {
        padding: 20px  15px !important;
    }

    #header-menu ul li a{
        font-size: 16px !important;
    }
}
@media only screen and (max-width: 980px) {
    
    .flex-row.et_pb_row {
        display: flex;
        flex-wrap: wrap;
    }
    .flex-row .order-1 {
        order: 1;
    }
    .flex-row .order-2 {
        order: 2;
    }
    .left-content, .right-content {
        margin-left: 0;
        margin-right: 0;
        width: 100%!important;
        padding-right: 0;
        padding-left: 0;
    }
    #page-container .et_mobile_menu {
        padding: 0;
        top: 93px;
    }
    #page-container .et_mobile_menu li li {
        padding-left: 20px;
    }
    .menu-list .et_mobile_nav_menu {
        display: none !important;
    }
    .menu-list .et_pb_menu__menu {
        display: block !important;
    }
    .form-barebones .fsFieldRow:nth-child(2),
    .form-barebones .fsFieldRow:nth-child(3) {
        width: 100%;
    }
	
	.about-section .et_pb_row,
	.our-service-flex{
		flex-direction: column;
	}
	
	.our-service-flex .et_pb_blurb{
		width:100%;
	}
	
	.about-section-2 .et_pb_row,
	.col-reverse{
		display: flex;
		flex-direction: column-reverse;
	}
	
	.footer-menu  .et_mobile_nav_menu{
        display: none;
    }

    .footer-menu  .et_pb_menu__menu {
        display: block;
    }

.footer-menu .et_pb_menu__wrap {
        justify-content: center;
    }

    .footer-menu .et-menu {
        flex-direction: row;
    }
	
	.footer-flex-row {
        gap: 35px;
    }

    .our-service-boxes .our-service-blurb{
        height: auto;
    }

    .et_pb_sticky .et_pb_menu_0_tb_header.et_pb_menu .et_pb_menu__logo{
        content: "" !important;
    }

    #page-container #mobile_menu1 ul li:hover>a {
        color: #fff !important;
    }

    #page-container .et_pb_menu_0_tb_header.et_pb_menu ul li:hover>a {
        color: #fff !important;
    }

    .logos img {
        width: 130px;
    }

    .logos {
        flex-wrap: wrap;
    }

    .fuse-subpages {
        grid-template-columns: 1fr;
    }

   .vciso-partner-blurb .et_pb_image_wrap {
        margin: 0 auto !important;
    }

    .testimonial-slider h4,
    .testimonial-slider h5{
        font-size: 18px;

    }

    .col-reverse{
		display:flex;
		flex-direction:column-reverse;
	}

    .service-row-2 {
        flex-direction: column;
    }
        
}
@media only screen and (max-width: 768px) {
    
    .inline-row .et_pb_button_module_wrapper,
    .inline-row .et_pb_button_module_wrapper .et_pb_button,
    .inline-row .et_pb_image,
    .inline-row .et_pb_code {
        width: 100%;
        text-align: center;
    }
    
}
@media only screen and (max-width: 576px) {
	.footer-flex-row {
		flex-direction: column;
	}
	
	#page-container .et_mobile_menu {
        top: 58px;
    }
	
	.logos {
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
	}

    .h3-style {
        /* font-size: 50px;
       margin-bottom: 0; */
    }

    .et_pb_menu_0_tb_header.et_pb_menu ul li:hover>a {
        color: #fff !important;
    }

    .btn-float-left {
        float: none;
        margin-right: 0;
    }

    .partners-logo {
	    grid-template-columns: repeat(2, 1fr);
	}	
    
}
@media only screen and (max-width: 480px) {
    
}

/* do not put anything below the media queries */
