/*
 Theme Name:     Imavex Development
 Description:    A Custom Theme by Imavex
 Author:         Imavex
 Author URI:     https://www.imavex.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/* HEADER */

.page-id-80 #main-header,
.page-id-119 #main-header,
.page-id-111 #main-header{
    background: #143566 !important;
}

#mobile_menu{
    background: #143566 !important;
    border-top: 2px solid #8eaf1a;
}

#mobile_menu a{
    color: #ffffff !important;
    font-size: 25px;
}

ul#top-menu li a{
    font-weight: 400;
}

ul#top-menu li.current-menu-item a{
    font-weight: 800;
}

.page-id-49 .mobile_menu_bar:before{
    color: #ffffff;
}

.mobile_menu_bar:before{
    color: #143566;
    font-size: 50px;
}

@media (max-width: 765px) {
    .logo_container{
        display: none;
    }
    
    .page-id-80 #main-header,
    .page-id-119 #main-header,
    .page-id-111 #main-header{
        background: rgba(0,0,0,0) !important;
    }
    
    #main-header{
        position: absolute !important;
    }
}

/* COMING SOON PAGE */

@media (max-width: 765px) {
    .container.clearfix.et_menu_container{
        height: 40px !important;
    }
    .et_header_style_left #logo{
        max-width: 100% !important;
    }
}

/* HOME */

.dsm-active .dsm-title-wrapper{
    border-bottom: 2px solid #ffffff;
}

.tab-btn{
    margin-top: 50px;
    background: #8FAF19;
    padding: 3px 20px 3px 20px;
    width: 226px;
    margin: auto;
}

.tab-btn:hover{
    background: #143566;
}

.tab-btn a{
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Bebas Neue Pro - Regular',Helvetica,Arial,Lucida,sans-serif!important;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 700;
}

.tab-content{
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 60px;
}

.dsm-title-wrapper .dsm-title:hover{
    text-decoration: underline;
}

.expander.arrow-down:before {
    content: 'READ MORE';
    margin-right: 7px;
    vertical-align: top;
    font-weight: 700;
}

.expander.arrow-down:hover:before{
    color: #FF8B00;
}

.expander {
    height: 1em;
    overflow: hidden;
    cursor: pointer;
    content: "\a";
    white-space: pre;
}

.arrow-down:after {
    content: 'READ LESS';
    margin-right: 7px;
    vertical-align: top;
    display: block;
    font-weight: 700;
}

.arrow-down:hover:after{
    color: #FF8B00;
}

.hp-mobile-slider .swiper-button-next.swiper-button-disabled, .hp-mobile-slider .swiper-button-prev.swiper-button-disabled,
.about-mobile-slider .swiper-button-next.swiper-button-disabled, .about-mobile-slider .swiper-button-prev.swiper-button-disabled,
.team-mobile-slider .swiper-button-next.swiper-button-disabled, .team-mobile-slider .swiper-button-prev.swiper-button-disabled,
.services-mobile-slider .swiper-button-next.swiper-button-disabled, .services-mobile-slider .swiper-button-prev.swiper-button-disabled,
.expect-mobile-slider .swiper-button-next.swiper-button-disabled, .expect-mobile-slider .swiper-button-prev.swiper-button-disabled{
    opacity: 0;
}

.hp-mobile-slider .dsm_card_wrapper,
.about-mobile-slider .dsm_card_wrapper,
.team-mobile-slider .dsm_card_wrapper,
.services-mobile-slider .dsm_card_wrapper,
.expect-mobile-slider .dsm_card_wrapper{
    padding: 0px !important;
}

.hp-mobile-slider .dsm_card_carousel_child_description,
.about-mobile-slider .dsm_card_carousel_child_description,
.services-mobile-slider .dsm_card_carousel_child_description,
.expect-mobile-slider .dsm_card_carousel_child_description{
    padding: 20px;
}

.team-mobile-slider .dsm_card_carousel_child_description{
    padding: 20px;
    max-height: 350px;
    overflow: scroll;
    border: 2px solid #AECBEA;
    box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.2);
    scrollbar-color: #AECBEA #E1F3FF;
}

.team-mobile-slider .dsm_card_carousel_child_subtitle{
    padding-bottom: 20px;
}

.hp-mobile-slider.dsm_card_carousel_arrow_outside.dsm_card_carousel_arrow_mobile_inside .swiper-button-prev{
    left: 40px !important;
    top: 60px !important;
}

.hp-mobile-slider.dsm_card_carousel_arrow_outside.dsm_card_carousel_arrow_mobile_inside .swiper-button-next{
    right: 40px !important;
    top: 60px !important;
}

.expect-mobile-slider.dsm_card_carousel_arrow_outside.dsm_card_carousel_arrow_mobile_inside .swiper-button-prev{
    left: 0px !important;
    top: 60px !important;
}

.expect-mobile-slider.dsm_card_carousel_arrow_outside.dsm_card_carousel_arrow_mobile_inside .swiper-button-next{
    right: 0px !important;
    top: 60px !important;
}

.services-mobile-slider.dsm_card_carousel_arrow_outside.dsm_card_carousel_arrow_mobile_inside .swiper-button-prev{
    left: 0px !important;
    top: 60px !important;
}

.services-mobile-slider.dsm_card_carousel_arrow_outside.dsm_card_carousel_arrow_mobile_inside .swiper-button-next{
    right: 0px !important;
    top: 60px !important;
}

.services-mobile-slider .dsm_card_title,
.expect-mobile-slider .dsm_card_title{
    padding-left: 30px;
    padding-right: 30px;
}

.about-mobile-slider.dsm_card_carousel_arrow_outside.dsm_card_carousel_arrow_mobile_inside .swiper-button-prev{
    left: 40px !important;
    top: 28px !important;
}

.about-mobile-slider.dsm_card_carousel_arrow_outside.dsm_card_carousel_arrow_mobile_inside .swiper-button-next{
    right: 40px !important;
    top: 28px !important;
}

.team-mobile-slider.dsm_card_carousel_arrow_outside.dsm_card_carousel_arrow_mobile_inside .swiper-button-prev{
    left: 0px !important;
    top: 165px !important;
}

.team-mobile-slider.dsm_card_carousel_arrow_outside.dsm_card_carousel_arrow_mobile_inside .swiper-button-next{
    right: 0px !important;
    top: 165px !important;
}

.hp-mobile-slider .dsm_card_title{
    background: #8FAF19;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.services-mobile-slider .dsm_card_title{
    background: #ff8b00;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.expect-mobile-slider .dsm_card_title{
    background: #ffffff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.hp-mobile-slider .slide-one .dsm_card_title,
.services-mobile-slider .dsm_card_carousel_child_0 .dsm_card_title{
    background-image: URL(https://hickernellconsulting.com/wp-content/uploads/2024/05/1-wht.png);
}

.hp-mobile-slider .slide-two .dsm_card_title,
.services-mobile-slider .dsm_card_carousel_child_1 .dsm_card_title{
    background-image: URL(https://hickernellconsulting.com/wp-content/uploads/2024/05/2-wht.png);
}

.hp-mobile-slider .slide-three .dsm_card_title,
.services-mobile-slider .dsm_card_carousel_child_2 .dsm_card_title{
    background-image: URL(https://hickernellconsulting.com/wp-content/uploads/2024/05/3-wht.png);
}

.hp-mobile-slider .slide-four .dsm_card_title,
.services-mobile-slider .dsm_card_carousel_child_3 .dsm_card_title{
    background-image: URL(https://hickernellconsulting.com/wp-content/uploads/2024/05/4-wht.png);
}

.hp-mobile-slider .slide-five .dsm_card_title,
.services-mobile-slider .dsm_card_carousel_child_4 .dsm_card_title{
    background-image: URL(https://hickernellconsulting.com/wp-content/uploads/2024/05/5-wht.png);
}

.hp-mobile-slider .slide-six .dsm_card_title,
.services-mobile-slider .dsm_card_carousel_child_5 .dsm_card_title{
    background-image: URL(https://hickernellconsulting.com/wp-content/uploads/2024/05/6.png);
}

.hp-mobile-slider .slide-seven .dsm_card_title,
.services-mobile-slider .dsm_card_carousel_child_6 .dsm_card_title{
    background-image: URL(https://hickernellconsulting.com/wp-content/uploads/2024/05/7.png);
}

.expect-mobile-slider .dsm_card_carousel_child_7 .dsm_card_title{
    background-image: URL(https://hickernellconsulting.com/wp-content/uploads/2024/05/1-blue.png);
}

.expect-mobile-slider .dsm_card_carousel_child_8 .dsm_card_title{
    background-image: URL(https://hickernellconsulting.com/wp-content/uploads/2024/05/2-blue.png);
}

.expect-mobile-slider .dsm_card_carousel_child_9 .dsm_card_title{
    background-image: URL(https://hickernellconsulting.com/wp-content/uploads/2024/05/3-blue.png);
}

.expect-mobile-slider .dsm_card_carousel_child_10 .dsm_card_title{
    background-image: URL(https://hickernellconsulting.com/wp-content/uploads/2024/05/4-blue.png);
}

.expect-mobile-slider .dsm_card_carousel_child_11 .dsm_card_title{
    background-image: URL(https://hickernellconsulting.com/wp-content/uploads/2024/05/5-blue.png);
}

.expect-mobile-slider .dsm_card_carousel_child_12 .dsm_card_title{
    background-image: URL(https://hickernellconsulting.com/wp-content/uploads/2024/05/6-blue.png);
}

.expect-mobile-slider .dsm_card_carousel_child_13 .dsm_card_title{
    background-image: URL(https://hickernellconsulting.com/wp-content/uploads/2024/05/7-blue.png);
}

/* ABOUT */
a.about-links{
    color: #143566;
    padding-right: 50px;
}

a.about-links:hover{
    color: #ff8b00;
}

/* SERVICES */

.services-tabs .dsm-advanced-tabs-wrapper{
    width: 72%;
    margin: auto;
    padding-bottom: 25px;
}

.services-tabs .dsm-content-wrapper{
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.org-tab .dsm-active .dsm-title-wrapper{
    border-bottom: 2px solid #FF8B00;
}

.faq-tabs .dsm-advanced-tabs-container{
    width: 100%;
}

.faq-tabs .dsm-advanced-tabs-wrapper{
    width: 100%;
    flex: auto !important;
}

.faq-tabs .dsm-advanced-tabs-content-wrapper{
    width: 100%;
}

.faq-tabs .dsm-advanced-tabs-wrapper{
    height: 400px;
    overflow: scroll;
    overflow-x: hidden;
    display: block !important;
    direction: rtl;
}

.faq-tabs .dsm-advanced-tabs-wrapper .dsm-tab{
    direction: ltr;
}

.faq-tabs ::-webkit-scrollbar {
  width: 12px;
}

.faq-tabs ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.faq-tabs ::-webkit-scrollbar-thumb {
  background: #FF8B00;
  border-radius: 10px;
}

.blue-tab .dsm-active .dsm-title-wrapper{
    border-bottom: none;
}

.blue-tab .dsm-advanced-tabs-wrapper{
    width: 68%;
    flex: auto !important;
}

.blue-tab .dsm-advanced-tabs-content-wrapper{
    width: 100%;
}

.blue-tab.service-tabs .dsm-advanced-tabs-content-wrapper{
    display: table;
}

.blue-tab.service-tabs .dsm-advanced-tabs-content-wrapper .dsm-content-wrapper.dsm-active{
    display: table-cell;
    vertical-align: middle;
}

/* FORM */
.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form textarea::placeholder{
    font-weight: 800;
    font-family: 'Bebas Neue Pro - Regular',Helvetica,Arial,Lucida,sans-serif;
    font-size: 20px;
}

.contact-form .with_frm_style .vertical_radio .frm_checkbox label{
    color: #A5A5A5;
    font-family: 'Bebas Neue Pro - Regular',Helvetica,Arial,Lucida,sans-serif;
    font-size: 18px;
}

.contact-form .frm_style_formidable-style.with_frm_style .frm_submit button{
    font-family: 'Bebas Neue Pro - Regular',Helvetica,Arial,Lucida,sans-serif;
    padding: 3px 50px;
    letter-spacing: 1px;
    font-size: 20px;
}

@media (max-width: 765px) {
    .contact-form .frm_style_formidable-style.with_frm_style .frm_submit button{
        width: 100%;
    }
}

/*-------------------------------------------------------------------*/
/*-----------------------Header/Menu Styles--------------------------*/
/*-------------------------------------------------------------------*/

@media (min-width: 981px) {
    span#et-info-phone {
        float: right;
    }
    .container.clearfix.et_menu_container {
        width: 95%;
        max-width: 100%;
        margin:auto;
    }

}
@media (max-width:981px) {
    .container.clearfix.et_menu_container {
        width: 95%;
        max-width: 100%;
        margin:auto;
    }
    /* Increase Logo Size on Mobile */
    #logo {
        max-height: 80%;
        width:auto;
    }
}
span#et-info-phone:before {
    margin-right: 5px;
}
span#et-info-phone {
    font-weight: bold;
}
div#et-info {
    width: 100%;
}

/*------------------------------------------*/
/*-----------Scroll to Top Button-----------*/
/*------------------------------------------*/

/* Default button appearance */
.et_pb_scroll_top.et-pb-icon {
    right: 15px; /* space from right */
    bottom: 20px; /* space from bottom */
    padding: 6px; /*padding size*/
    border-radius: 30px; /* make the circle */
    background: #000000 /* button color */;    
    font-size: 32px; /* icon size */
    transition: all .1s ease-in-out; /* add transition */
}
/* Button Appearance on Mouseover */
.et_pb_scroll_top.et-pb-icon:hover {
    bottom: 25px /* space from bottom */;
    background: #000000 /*button hover color*/; 
    transition: all .1s ease-in-out; /*add transition*/
    box-shadow: 0 10px 15px #162c4e4a; /*box shadow on hover*/
}
/* Animation tweaks */
.et_pb_scroll_top.et-visible {
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.50,0,.160,1);
    -moz-animation: fadeInBottom 2s 1 cubic-bezier(.50,0,.160,1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(.50,0,.160,1);
    animation: fadeInBottom 1s 1 cubic-bezier(.50,0,.160,1);
}
.et_pb_scroll_top.et-hidden {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
}

/*------------------------------------------*/
/*------Nesting Mobile Menu Settings--------*/
/*------------------------------------------*/

.et_mobile_menu {
    overflow: scroll !important;
    max-height: 85vh!important;
}
#top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after,
#et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
    content: '5';
}
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
    position: relative;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
    position: absolute;
    background-color: rgba(0,0,0,0.03);
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    top: 3px;
    right: 10px;
    cursor: pointer;
    text-align: center;
    color:#000000;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
    background-color: rgba(0,0,0,0.1);
    color:#000000;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
    font-family: "ETmodules" ;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 40px;
    font-size: 24px;
    text-transform: none;
    speak: none;
    content: '\33';
    color:#000000;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
    content: '\32';
    background-color:#DEDEDE;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
    display: none !important;
    padding-left: 0;
    color:#000000!important;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
    display: block !important;
    background-color: rgba(0,0,0,0.03);
    color:#000000;
}
#main-header #mobile_menu.et_mobile_menu li li {
    padding-left: 0;
}
#main-header #mobile_menu.et_mobile_menu li a,
#main-header #mobile_menu.et_mobile_menu li li a,
#main-header #mobile_menu.et_mobile_menu li li li a {
    padding-left: 20px;
    padding-right: 20px;
    color:#000000;
}
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
    padding-right: 20px;
    color:#000000;
}
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
    background-color: transparent;
    font-weight: inherit;
}
#main-header #mobile_menu.et_mobile_menu li.current-menu-item > a {
    font-weight: bolder;
}

/*-------------------------------------------------------------------*/
/*-------MOBILE MENU SLIDE IN EFFECT - FIXED MOBILE HEADER-----------*/
/*-------------------------------------------------------------------*/

/* Fix the mobile header */
@media (max-width: 980px) {
    .et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
        position: fixed;
    }
}
/* Set the mobile menu full height and move it down so it doesn't overlap the fixed header */
#mobile_menu {
    display: block!important;
    height:auto;
    right: 0;
    position: fixed;
    overflow: auto;
    z-index:2!important;
    -webkit-transition: -webkit-transform 0.4s 0s;
    -moz-transition: -moz-transform 0.4s 0s;
    transition: transform 0.4s 0s;
    -overflow-scrolling:touch!important;
    -webkit-overflow-scrolling:touch!important;
}
/* Move the mobile menu fully off the screen when closed using translateX(100%) */
.mobile_nav.closed #mobile_menu {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
/* Move the mobile menu back onto the screen when open using translateX(0%) */
.mobile_nav.opened #mobile_menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
/* Switch the menu icon to a CROSS when opened */
.mobile_nav.opened .mobile_menu_bar:before {
    content: "\4d";
}

/*-------------------------------------------------------------------*/
/*--------------------------Footer Styles----------------------------*/
/*-------------------------------------------------------------------*/

footer#main-footer {
    display: none;
}