/* Menu default */
#ttm-site-header-menu .emenu-toggle {
    display: none;
}
ul.nav-menu.custom-elementor-menu .sub-menu li a {
    display: inline-block;
    vertical-align: top;
    width: max-content;
    padding: 5px 15px 5px 15px !important;
    color: var(--ttm-secondarycolor);
}

#ttm-site-header-menu .menu-item-has-children:has(> ul.sub-menu.open) > .righticon i{
    color: var(--ttm-skincolor);
}

#ttm-site-header-menu .ttm-menu-type-icon div.custom-menu-wrap .righticon  i{
    transition: all .5s ease-in-out;
}

#ttm-site-header-menu .ttm-menu-type-icon div.custom-menu-wrap .righticon {
    display: inline-block;
    vertical-align: top;

}
.custom-elementor-menu > li:hover > .mega-menu-content {
    display: block;
}
.mega-menu-content {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 500px;
    background: #fff;
    z-index: 999;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.mega-menu-content.open {
    display: block;
  }
.ttm-menu-type-mega .custom-menu-wrap {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

#ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul ul li:hover a{
    color: var(--ttm-skincolor);
}
 
#ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul li > ul {
    border-top: 3px solid var(--ttm-skincolor);
    margin-top: -3px;
    box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 15px;
}

 

#ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap .menu-item.current-menu-item a{
    color: var(--ttm-skincolor);
}

#ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap li.current-menu-ancestor.current-menu-parent.menu-item > a   {
    color: var(--ttm-skincolor);
}

#ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap .menu-item.current-menu-item .sub-menu .menu-item a,
#ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap .menu-item:hover .sub-menu .menu-item .sub-menu .menu-item a{
    color: var(--ttm-secondarycolor) !important;
}

#ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap .menu-item.current-menu-item a.sub-menu .menu-item.current-menu-item a,
#ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap .menu-item:hover .sub-menu .menu-item .sub-menu .menu-item:hover a{
    color: var(--ttm-skincolor) !important;
}


#ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap .menu-item .sub-menu .menu-item  a,
#ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap .menu-item .sub-menu .menu-item .sub-menu .menu-item a{
    transform: translateX(0);
    transition:  all .3s ease-in-out;
    
}

#ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap .menu-item .sub-menu .menu-item:hover a,
#ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap .menu-item .sub-menu .menu-item .sub-menu .menu-item:hover a{
    transform: translateX(5px) ;
}

ul.nav-menu.custom-elementor-menu .sub-menu li a {
    width: 100%;
}


@media (max-width: 1300px) {
    .ttm-custom-header-one{
        padding: 0 15px !important;       
    }
}




@media (min-width: 1025px) {
   
    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul {
        margin: 0px;
        padding: 0px;
        display: flex;
    }
    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul > li {
        display: inline-block;
        position: relative;
        vertical-align: top;
    }
    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul > li:last-child {
        margin-right: 0 !important;
    }
    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul > li > a {
        display: block;
        padding:25px 0px; 
        width: max-content;
    }
    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul ul {
        text-align: left;
        position: absolute;
        visibility: hidden;
        display: block;
        opacity: 0;
        margin: 0;
        list-style: none;
        left: 0;
        z-index: 99;
        transition: all 0.5s ease-out;
        transform:  translateY(10px);
        transform-origin: 0 0;
        background-color: var(--ttm-whitecolor);
        padding-left: 0px;
        border-radius: 0 0 5px 5px;
        min-width: 230px;
    }
    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul li:hover > ul {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        top: 100%;
        transform:  translateY(0px);
    }
    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul li > ul {
        padding: 10px 0;
    }
    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul li > ul ul {
        top: 0px!important;
    }
    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul li > ul ul {
        left: 100%;
    }
    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul li.last ul.sub-menu ul.sub-menu, #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul li.lastsecond ul.sub-menu ul.sub-menu, #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul li.last ul.children ul.children, #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul li.lastsecond ul.children ul.children, #ttm-site-header-menu #ttm-site-navigation .mega-menu-wrap .mega-menu.mega-menu-horizontal li.mega-menu-flyout.last ul.mega-sub-menu ul.mega-sub-menu, #ttm-site-header-menu #ttm-site-navigation .mega-menu-wrap .mega-menu.mega-menu-horizontal li.mega-menu-flyout.mega-last ul.mega-sub-menu ul.mega-sub-menu {
        left: -100%;
    }
    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul > li i {
        right: 0;
        position: absolute;
        font-size: 13px;
        transition: all 500ms ease;
        display: inline-block;
        top: 5px;
        color: rgba( 255,255,255 , 0.5);
    }
    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul > li ul li.page_item_has_children > a:after, #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul > li ul li.menu-item-has-children > a:after {
        font-family: "FontAwesome";
        font-style: normal;
        font-weight: normal;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        opacity: 1;
        font-variant: normal;
        text-transform: none;
        font-size: 16px;
        content: "\f105";
        position: absolute;
        background-color: transparent;
        right: 10px;
        top: 8px;
        margin: 0;
    }
    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul ul li {
        position: relative;
        list-style: none;
    }
    #ttm-site-header-menu .menu-item-has-children:has(> ul.sub-menu.open) > a ,
    #header-two #ttm-site-header-menu .menu-item-has-children:has(> ul.sub-menu.open) > a {
        color: var(--ttm-skincolor)  ;
    }

    /* #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul li > ul {
        box-shadow: none;
    } */

    #ttm-site-header-menu #ttm-site-navigation.toggled-on .emenu-toggle .ttm-fincia-icon-menu{
        position: fixed;
        right: 20px;
    }
 

}

@media (max-width: 1024px) {

    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap .menu-item .sub-menu .menu-item:hover a,
    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap .menu-item .sub-menu .menu-item .sub-menu .menu-item:hover  a{
        transform: translateX(0px) ;
    }

    #header-two .ttm-custom-header-one.ttm-stickable-header.is_stuck{
        backdrop-filter: none;
    }

    #ttm-site-header-menu #ttm-site-navigation.toggled-on .emenu-toggle .ttm-fincia-icon-menu{
        position: fixed;
        right: 20px;
    }

    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul li > ul {
        border-top: none;
        box-shadow: none;
    }
    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul {
        margin: 0px;
        padding: 0px;
        display: flex;
    }
    .ttm-mmmenu-override-yes #ttm-site-header-menu #ttm-site-navigation .mega-menu-wrap .mega-menu.mega-menu-horizontal, #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul {
        position: absolute;
        padding: 10px 20px;
        right: 0;
        box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 15px;
        background-color: var(--ttm-whitecolor);
        z-index: 100;
        top: -30px;
        margin: 0;
    }
    .ttm-mmmenu-override-yes #ttm-site-header-menu #ttm-site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item > a:after,
    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul {
        display: none;
    }

 
    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 350px;
        max-width: 100%;
        background-color: var(--ttm-whitecolor);
        transform: translateX(100%);
        transition: transform 0.65s cubic-bezier(0.25, 1, 0.35, 1);
        will-change: transform;
        opacity: 1;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        z-index: 100;
    }


    #ttm-site-header-menu #ttm-site-navigation.toggled-on div.custom-menu-wrap > ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
        max-height: 10000px;
        height: 100vh;
        width: 100vw;
        margin-right: -15px;
        padding: 10px 15px;
        max-width: 350px;
        overflow: auto;
        justify-content: start;
        padding-top: 80px;
        padding-right: 30px;
        transform: translateX(0);
    }

    #ttm-site-header-menu #ttm-site-navigation .emenu-toggle, .ttm-mmmenu-override-yes #ttm-site-header-menu #ttm-site-navigation div.mega-menu-wrap .mega-menu-toggle {
        top: -3px;
        display: block;
        position: relative;
        right: 0;
        left: auto;
        width: 40px;
        background: none;
        z-index: 101;
        outline: none;
        padding: 0;
        line-height: normal;
        
    }
    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul > li {
        position: relative;
        text-align: left;
        list-style: none;
        display: flex;
        flex-direction: column;
    }
    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul > li a, #ttm-site-header-menu #ttm-site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal li a {
        display: inline-block;
        width: 100%;
    }
    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul > li .righticon{
        top: 0px;
        display: block;
        position: absolute;
        right: 6px;
    }
    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul, #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul ul {
        overflow: hidden;
        max-height: 0px;        
        transition: max-height .3s ease-in-out ;
        list-style-type: none;
        padding-left: 5px;
        padding-top: 5px;
    }

    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul, #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul ul a{
        padding: 5px 15px;
    }
    #ttm-site-header-menu #ttm-site-navigation.toggled-on div.custom-menu-wrap > ul ul.open {
        list-style-type: none;
        transition: max-height 0.45s linear;
        max-height: 800px;
    }
 
    
    #ttm-site-header-menu #ttm-site-navigation.toggled-on div.custom-menu-wrap > ul ul.open li:last-child a{
        padding-bottom: 0;
    }

    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul ul ul {
        max-height: none;
        list-style-type: none;
    }
    #ttm-site-header-menu #ttm-site-navigation .emenu-toggle .ttm-fincia-icon-menu:before, #ttm-site-header-menu #ttm-site-navigation .emenu-toggle .ttm-fincia-icon-menu:after, .ttm-mmmenu-override-yes #ttm-site-header-menu #ttm-site-navigation .mega-menu-wrap .mega-menu-toggle .mega-toggle-block-1:before, .ttm-mmmenu-override-yes #ttm-site-header-menu #ttm-site-navigation .mega-menu-wrap .mega-menu-toggle .mega-toggle-block-1:after {
        display: inline-block;
        width: 28px;
        height: 2px;
        background: #000;
        border-radius: 0px;
        transition: 0.3s;
        position: absolute;
        left: 0;
        content: '';
        -webkit-transform-origin: 0.28571rem center;
        transform-origin: 0.28571rem center;
        margin: 0;
    }
    #ttm-site-header-menu #ttm-site-navigation .emenu-toggle .ttm-fincia-icon-menu:after, .ttm-mmmenu-override-yes #ttm-site-header-menu #ttm-site-navigation .mega-menu-wrap .mega-menu-toggle .mega-toggle-block-1:after {
        top: -8px;
    }
    #ttm-site-header-menu #ttm-site-navigation .emenu-toggle .ttm-fincia-icon-menu:before, .ttm-mmmenu-override-yes #ttm-site-header-menu #ttm-site-navigation .mega-menu-wrap .mega-menu-toggle .mega-toggle-block-1:before {
        top: 8px;
    }
    #ttm-site-header-menu #ttm-site-navigation .emenu-toggle .ttm-fincia-icon-menu, .ttm-mmmenu-override-yes #ttm-site-header-menu #ttm-site-navigation .mega-menu-wrap .mega-menu-toggle .mega-toggle-block-1 {
        display: inline-block;
        width: 28px;
        height: 2px;
        border-radius: 0px;
        transition: 0.3s;
        position: relative;
    }
    #ttm-site-header-menu #ttm-site-navigation.toggled-on .emenu-toggle .ttm-fincia-icon-menu, .ttm-mmmenu-override-yes #ttm-site-header-menu #ttm-site-navigation .mega-menu-wrap .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 {
        background: transparent;
    }
    #ttm-site-header-menu #ttm-site-navigation.toggled-on .emenu-toggle .ttm-fincia-icon-menu:before, #ttm-site-header-menu #ttm-site-navigation.toggled-on .emenu-toggle .ttm-fincia-icon-menu:after, .ttm-mmmenu-override-yes #ttm-site-header-menu #ttm-site-navigation .mega-menu-wrap .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:before, .ttm-mmmenu-override-yes #ttm-site-header-menu #ttm-site-navigation .mega-menu-wrap .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        top: 0;
        width: 26px;
    }
    #ttm-site-header-menu #ttm-site-navigation.toggled-on .emenu-toggle .ttm-fincia-icon-menu:before, .ttm-mmmenu-override-yes #ttm-site-header-menu #ttm-site-navigation .mega-menu-wrap .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }
    #ttm-site-header-menu #ttm-site-navigation.toggled-on .emenu-toggle .ttm-fincia-icon-menu:after, .ttm-mmmenu-override-yes #ttm-site-header-menu #ttm-site-navigation .mega-menu-wrap .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }

    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul {
        transform: translateX(100%);
        opacity: 0;
    }

    #ttm-site-header-menu #ttm-site-navigation.toggled-on div.custom-menu-wrap > ul {
        transform: translateX(0);
        opacity: 1;
        transition: 
            transform 1.2s cubic-bezier(0.25, 1, 0.35, 1),
            opacity 0.4s ease;
    }
    #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul li > ul li > .sub-menu{
        padding-left: 15px;
    }

    #ttm-site-header-menu #ttm-site-navigation .emenu-toggle .ttm-fincia-icon-menu{
        background-color: var(--ttm-secondarycolor);
    }

        .ttm-custom-header-one #ttm-site-header-menu #ttm-site-navigation.toggled-on div.custom-menu-wrap > ul {
        gap:0;
    }

    .ttm-custom-header-one #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap .menu-item .sub-menu .menu-item a {
        border-top: 1px solid var(--ttm-bordercolor);
        margin-left: 5px;
    }

    .ttm-custom-header-one #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul > li a, 
    .ttm-custom-header-one #ttm-site-header-menu #ttm-site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal li a {
        padding: 10px 0 10px 5px;
    }
    .ttm-custom-header-one #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul > li {
        border-top: 1px solid var(--ttm-bordercolor);
    }

    .ttm-custom-header-one #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul > li:first-child {
        border-top: none;
    }

    .ttm-custom-header-one #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul > li .righticon {
        top: 12px;
    }

    .ttm-custom-header-one ul.nav-menu.custom-elementor-menu .sub-menu li a {
        padding: 10px 0 10px 5px !important;
    }

    .ttm-custom-header-one .menu-item .righticon i{
        color: var(--ttm-secondarycolor);
    }
 
    #header-two .ttm-custom-header-one #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap .menu-item .sub-menu .menu-item a {
        border-top: 1px solid rgba( 255,255,255 , 0.2);
        margin-left: 5px;
    }
 
    #header-two .ttm-custom-header-one #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul > li {
        border-top: 1px solid rgba( 255,255,255 , 0.2);
    }
    #header-two .ttm-custom-header-one #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul > li:first-child {
        border-top: none;
    }

}

 

@media (max-width: 479px) {
    .ttm-mmmenu-override-yes #ttm-site-header-menu #ttm-site-navigation .mega-menu-wrap .mega-menu.mega-menu-horizontal, #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul {
        width: 300px;
    }
}



/* home-2 */

#header-two .custom-menu-wrap .menu-item a{
    color:var(--ttm-whitecolor)
}

#header-two .custom-menu-wrap .menu-item:hover a{
    color: var(--ttm-skincolortwo);
}

#header-two .custom-menu-wrap .menu-item .sub-menu a{
    color: var(--ttm-whitecolor);
    transition: all .5s ease-in-out;
}

#header-two .custom-menu-wrap .menu-item .sub-menu .menu-item:hover a,
#header-two .custom-menu-wrap .menu-item .sub-menu .menu-item:focus a{
    color: var(--ttm-skincolortwo) !important;
}

 #header-two .custom-menu-wrap .menu-item .sub-menu,
#header-two .custom-menu-wrap .menu-item .sub-menu .menu-item .sub-menu{
    background-color: rgba( 0,0,0 , 0.9) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}
 
#header-two  .elementor-button {
    background-color: var(--ttm-skincolortwo);
    color: var(--ttm-secondarycolor);
}

#header-two .elementor-button .elementor-button-content-wrapper .elementor-button-icon {
    color: var(--ttm-whitecolor);
    background: var(--ttm-skincolor);
}

#header-two  .elementor-button:hover{
    background-color: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
}

#header-two  .elementor-button:hover .elementor-button-icon {
    color: var(--ttm-skincolor);
    background: var(--ttm-skincolortwo);
    border: 1px solid var(--ttm-skincolor);
 
}

#header-two #ttm-site-header-menu .menu-item-has-children > .righticon i{
    color: var(--ttm-whitecolor);
}

#header-two #ttm-site-header-menu .menu-item-has-children:has(> ul.sub-menu.open) > .righticon i{
    color: var(--ttm-skincolortwo);
}
#header-two #ttm-site-header-menu .menu-item-has-children:has(> ul.sub-menu.open) >  a{
        color: var(--ttm-skincolortwo);
}

#header-two #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul li > ul {
    border-top: 3px solid var(--ttm-skincolortwo);
}

#header-two #ttm-site-navigation div.custom-menu-wrap li.current-menu-ancestor.current-menu-parent.menu-item > a   {
    color: var(--ttm-skincolortwo);
}

#header-two #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap .menu-item.current-menu-item a{
    color: var(--ttm-skincolortwo);
}

#header-two #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap .menu-item.current-menu-item .sub-menu .menu-item a,
#header-two #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap .menu-item:hover .sub-menu .menu-item .sub-menu .menu-item a{
    color: var(--ttm-whitecolor) !important;
}

#header-two #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap .menu-item.current-menu-item a.sub-menu .menu-item.current-menu-item a,
#header-two #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap .menu-item:hover .sub-menu .menu-item .sub-menu .menu-item:hover a{
    color: var(--ttm-skincolortwo) !important;
}


#header-two .ttm-custom-header-one.ttm-stickable-header{
    background-color: transparent;
}

#header-two .ttm-custom-header-one.ttm-stickable-header.is_stuck{
    background-color: var(--ttm-secondarycolor);
     
}

#header-two .ttm-custom-header-one.ttm-stickable-header.is_stuck .ttm-home-2-bottom-wrapper{
    border: none;
}
.ttm-custom-header-one:has(.ttm-home-2-bottom-wrapper){
    background: var(--ttm-secondarycolor);
}

@media (max-width:1024px){
    #header-two #ttm-site-header-menu #ttm-site-navigation .emenu-toggle .ttm-fincia-icon-menu:before,
    #header-two #ttm-site-header-menu #ttm-site-navigation .emenu-toggle .ttm-fincia-icon-menu:after{
        background: var(--ttm-whitecolor);
    }

    #header-two #ttm-site-header-menu #ttm-site-navigation .emenu-toggle .ttm-fincia-icon-menu{
        background: var(--ttm-whitecolor);
    }

    #header-two #ttm-site-header-menu #ttm-site-navigation div.custom-menu-wrap > ul li > ul {
        box-shadow: none;
        border-top: none;
    }

    #header-two #ttm-site-header-menu #ttm-site-navigation.toggled-on .ttm-fincia-icon-menu:before,
    #header-two #ttm-site-header-menu #ttm-site-navigation.toggled-on .ttm-fincia-icon-menu:after{
        background: var(--ttm-whitecolor) !important;
    }

    #header-two #ttm-site-header-menu #ttm-site-navigation.toggled-on .ttm-fincia-icon-menu{
        background: transparent;
    }
    
    #header-two .custom-menu-wrap .menu-item .sub-menu, #header-two .custom-menu-wrap .menu-item .sub-menu .menu-item .sub-menu {
        background-color: transparent !important;
        backdrop-filter:none;
    }
    
    #header-two #ttm-site-header-menu .menu-item-has-children:has(> ul.sub-menu.open) > .righticon i{
        color: var(--ttm-skincolortwo);
    }

    #ttm-site-header-menu #ttm-site-navigation.toggled-on .ttm-fincia-icon-menu:before,
    #ttm-site-header-menu #ttm-site-navigation.toggled-on .ttm-fincia-icon-menu:after{
        background: var(--ttm-secondarycolor) !important;
    }

    #header-two #ttm-site-header-menu .custom-menu-wrap .custom-elementor-menu{
        background-color: rgba( 0,0,0 , .9) !important;
        backdrop-filter: blur(15px);
    }

    #header-two .ttm-custom-header-one.ttm-stickable-header.is_stuck .toggled-on.main-navigation .custom-menu-wrap .custom-elementor-menu#menu-main-menu{
        background-color: rgba( 0,0,0 , 1) !important;
        backdrop-filter: blur(15px) !important;
    }

    #header-two .ttm-custom-header-one.ttm-stickable-header.is_stuck .toggled-on.main-navigation div.custom-menu-wrap > ul {
        top: -30px;
    }

    .ttm-custom-header-one.ttm-stickable-header.is_stuck{
        position: static !important;
    }

}
 

.ttm-custom-header-one .elementor-widget-icon-box .elementor-icon,
#header-two .elementor-widget-icon-box .elementor-icon  {
    font-size: 18px !important;
    line-height: 18px !important;
}

.ttm-custom-header-one .elementor-widget-icon-box .elementor-icon-box-title,
#header-two .ttm-custom-header-one .elementor-widget-icon-box .elementor-icon-box-title  {
    font-size: 16px !important;
    color: var(--ttm-whitecolor);
    line-height: 22px !important;
    font-weight: 600 !important;
}

#header-two .elementor-widget-icon-box .elementor-icon-box-title  {
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 600;
    color: var(--ttm-whitecolor);
}

.ttm-custom-header-one .elementor-widget-icon-box .elementor-icon-box-title  a:hover{
    color: var(--ttm-skincolor);
}

#header-two .elementor-widget-icon-box .elementor-icon-box-title  a:hover{
    color: var(--ttm-skincolortwo);
}

#header-two .ttm-custom-header-one .elementor-widget-icon-box .elementor-icon  {
    color: var(--ttm-whitecolor) !important;
    fill: var(--ttm-whitecolor);
}
#header-two .elementor-widget-icon-box .elementor-icon  {
    color: var(--ttm-skincolortwo) !important;
    fill: var(--ttm-skincolortwo);
}   

#header-two .elementor-widget-icon .elementor-icon  {
    font-size: 18px !important;
    line-height: 18px !important;
    color: var(--ttm-whitecolor) !important;
}

#header-two .elementor-widget-icon  .elementor-icon-wrapper{
    line-height: normal;
}
 

 

#header-two .fincia-iconbox-basic .ttm-custom-heading,
#header-two .fincia-iconbox-basic .ttm-custom-heading a{
    color: var(--ttm-whitecolor);
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 500 !important;
    transition: color .5s ease-in-out;
}

#header-two .fincia-iconbox-basic:hover .ttm-custom-heading a{
    color: var(--ttm-skincolortwo);
}

#header-two .fincia-iconbox.fincia-iconbox-basic .ttm-iconbox-wrapper {
    align-items: center;
}

#header-two .fincia-iconbox-basic{
    margin-bottom: 0;
}
 
#header-two .ttm-home-2-bottom-wrapper .fincia-iconbox-basic:hover .fincia-iconbox-icon,
#header-two .ttm-home-2-bottom-wrapper .fincia-iconbox-basic:hover .fincia-iconbox-icon svg  {
    color: var(--ttm-skincolortwo);

}

/* after live css */

/* home3 header */

.header-three .ttm-custom-header-one{
    backdrop-filter: blur(15px);
}

.header-three .ttm-custom-header-one.ttm-stickable-header.is_stuck{
    backdrop-filter: none;
}

.ttm-stickable-header.is_stuck{
    transition: none !important;
}

@media(max-width:1024px){
    .header-three .ttm-custom-header-one{
        backdrop-filter: none;
    }
}