/*-===============---crt_mobile_menu---====================--*/
.nav-link{
    padding: 0px;
}
.transparent-bg{
    background: transparent!important; 
}

.crt_mobile_menu{
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        padding-right: 30px;
        max-width: 100%;
        height: 100%;
        z-index: 999999;
        visibility: hidden;
        transform: translateX(-100%);
        transition: all 500ms ease 0ms;
        -moz-transition: all 500ms ease 0ms;
        -ms-transition: all 500ms ease 0ms;
        -o-transition: all 500ms ease 0ms;
       .menu-backdrop {
            position: absolute; 
            right: 0;
            top: 0;
            width: 100%;
            height: 100%;
            left:0;
            bottom: 0;
            z-index: 1;
            transition: all 900ms ease;
            -moz-transition: all 900ms ease;
            -ms-transition: all 900ms ease;
            -o-transition: all 900ms ease;
            background: #282f3b;
            opacity: .8;
            cursor: pointer;
        }
  
      .menu-box {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 300px;
            height: 100%;
            max-height: 100%;
            overflow-y: auto;
            background: #fff;
            padding: 0px 0px;
            z-index: 5;
            opacity: 0;
            visibility: hidden;
            transform: translateX(-100%);
            transition: all 500ms ease 0ms;
            -moz-transition: all 500ms ease 0ms;
            -ms-transition: all 500ms ease 0ms;
            -o-transition: all 500ms ease 0ms;
            border-radius: 0px;
            padding: 20px;
            form{
                position: relative;
                margin-bottom: 30px;
                input{
                    margin-bottom: 0px;
                }
                button.sch_btn{
                    position: absolute;
                    line-height: 41px;
                    min-width: unset;
                    padding: 0;
                    min-height: unset;
                    right: 7px;
                    border-radius: 5px;
                    background: var(--primary-color-one);
                    width: 41px;
                    height: 41px;
                    text-align: center;
                    font-size: 15px;
                    color: #fff;
                    border: 0px;
                    bottom: 0;
                    top: 0;
                    margin: auto;
                }
            }
            .menu-outer{
                ul.navbar_nav{
                    margin: 0px;
                    padding: 0px;
                    li{
                        list-style: none;
                        position: relative;
                        border-bottom: 1px solid var(--border-color-dark);
                        a.nav-link{
                            font-size: 15px;
                            line-height: 50px;
                            font-weight: 600;
                            color: var(--menu-color);
                            font-family: var(--creote-family-one);
                            -webkit-transition: 0.5s ease-in-out;
                            transition: 0.5s ease-in-out;
                            -ms-transition: 0.5s ease-in-out;
                            -moz-transition: 0.5s ease-in-out;
                            -o-transition: 0.5s ease-in-out;
                            padding: 0px 40px 0px 0px;
                            display: flex;
                            align-items: center;
                            justify-content: space-between;
                            .fa-angle-down{
                                position: relative;
                                right: 0px;
                                top: 10px;
                                height: 30px;
                                width: 30px;
                                line-height: 30px;
                                text-align: center;
                                border: 1px solid var(--border-color-dark);
                                border-radius: 3px;
                                cursor: pointer;
                            }
                        }
                        &.dropdown{
                            .dropdown-btn{
                                position: absolute;
                                right: 0px;
                                top: 10px;
                                height: 30px;
                                width: 30px;
                                line-height: 30px;
                                text-align: center;
                                border: 1px solid var(--border-color-dark);
                                border-radius: 3px;
                                cursor: pointer;
                                z-index: 99;
                            }
                            &.mega_menu {
                                .dropdown-menu{
                                    padding: 20px 5px!important;
                                    width: 100%!important;
                                    .m_column{
                                        width: 33.33%;
                                    }
                                    li ul{
                                        border: 0px!important;
                                    }
                                }
                            }
                        }
                        .dropdown-menu{
                            position: relative;
                            border: 0px;
                            padding: 0px!important;
                            border-radius: 0px;
                            h1 , h2 , h3 , h4 , h5 , h6{
                                margin-bottom: 15px;
                                font-size: 16px;
                            }
                            .list_item_box{
                              ul{
                                margin-left: 0px!important;
                              }
                            }
                            li{
                                display: block;
                                padding-right: 0px;
                            }
                        }
                       &:last-child{
                           border: 0px;
                               padding-bottom: 0px;
                        
                       } 
                       ul{
                        border-top: 1px solid var(--border-color-dark)!important;
                        margin-left: 7px!important;
                       }
                       li{
                           a.nav-link{
                               font-size: 14px;

                           }
                       }
                    }
                }
            }
        }
        
}
.crt_mobile_menu {
    .menu-box{
        .close-btn{
            position: relative;
            width: 40px;
            height: 40px;
            border-radius: 50px;
            line-height: 40px;
            text-align: center;
            border: 1px solid var(--border-color-dark);
            text-align: center;
            display: block;
            margin-bottom: 20px;
            margin-left: auto;
        }
    }
} 
.crt_mobile_menu-visible { 
    .crt_mobile_menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        transition: all 500ms ease 0ms;
        -moz-transition: all 500ms ease 0ms;
        -ms-transition: all 500ms ease 0ms;
        -o-transition: all 500ms ease 0ms;
     
        .menu-box {
            opacity: 1;
            visibility: visible;
            transform: translateX(0);
            transition: all 500ms ease 0ms;
            -moz-transition: all 500ms ease 0ms;
            -ms-transition: all 500ms ease 0ms;
            -o-transition: all 500ms ease 0ms;
        }
    }
}
 

/*----============---header_default-styles--===========---*/

.sticky_header_main {
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
 
.header ,
.default_sickty_heaad {
    position: relative;
    background: #ffffff;
    padding: 20px 0px 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    .header_logo_box{
        position: relative; 
        img{
            display: block;
            width: 230px;
            height: auto; 
            margin-bottom: 0px;
        }
        .logo_default{
            display: block;
        }
        .logo__sticky{
            display: none;
        }
        .site-description {
            position: absolute!important;
            text-indent: -9999px!important;
            height: 0!important;
            line-height: 0!important;
            visibility: hidden!important;
        }
        .mobile_logo{
            display: none;
        }
        .mobile_logo_sticky{
            display: none;
        }
    }
    .header_content_collapse{
            .navigation_menu{
                float: right;
               .navbar_nav{ 
                  padding: 0; 
                  margin: 0px;
                 li{
                     position: relative;
                     margin-right:30px;
                     padding: 0px 0px;
                     margin-bottom: 0px!important;
                     display: inline-block;
                     transition: 0.5s ease-in-out;
                     -ms-transition: 0.5s ease-in-out;
                    -moz-transition: 0.5s ease-in-out;
                    -o-transition: 0.5s ease-in-out;
                    &.dropdown{
                        margin-right: 40px;
                    }
                    &.dropdown.mega_menu{
                        margin-right: 27px;  
                    }
                    .dropdown-btn{
                        position: absolute;
                        right: -31px;
                        top: 0;
                        bottom: 0;
                        margin: auto;
                        height: 40px;
                        width: 40px;
                        line-height: 40px;
                        text-align: center;
                        span:before{
                            font-family: 'FontAwesome';
                            color: var(--text-color-light);
                            font-weight: 400;
                        }
                    }
                    &.mega_menu{
                        a.nav-link{
                            span.fa-angle-down{
                                display: none;
                                margin-left: 6px;
                                color: var(--text-color-light);
                                top: 1px;
                                position: relative;
                                &::before{
                                    font-weight: 400;
                                    font-family: 'fontawesome';
                                }
                            }
                        }
                        .dropdown-btn{
                            display: none;
                        }
                        .dropdown-menu{
                            z-index: 999;
                        }
                    }
                     a.nav-link{
                         font-size:15px;
                         line-height: 65px;
                         padding: 0;
                         font-weight: 600;
                         color: var(--menu-color);
                         font-family: var(--creote-family-one);
                         transition: 0.5s ease-in-out;
                         -ms-transition: 0.5s ease-in-out;
                        -moz-transition: 0.5s ease-in-out;
                        -o-transition: 0.5s ease-in-out;
                         &:hover{
                             color:var(--menu-active-color);
                         }
                     }
                     &:last-child{
                         margin-right: 0px;
                     }
                     &.active {
                         a.nav-link{
                            color:var(--menu-active-color)!important; 
                         }
                         .dropdown-btn{
                             span{
                                color:var(--menu-active-color);
                                &:before{
                                    color:var(--menu-active-color);
                                }
                             }
                         }
                         &.mega_menu{
                            a.nav-link{
                                span.fa-angle-down{
                                    color:var(--menu-active-color);
                                }
                            }
                        }
                     }
                     .dropdown-menu{
                        position: absolute;
                        display: block!important;
                        pointer-events: none;
                        left: 0;
                        margin-left: 0;
                        background-color: #fff;
                        min-width: 250px;
                        padding: 20px 25px;
                        transform: translateX(-10px);
                        -ms-transform: translateX(-10px);
                        -moz-transform: translateX(-10px);
                        -o-transform: translateX(-10px);
                        transition: all .3s ease 0s;
                        -ms-transition: all .3s ease 0s;
                        -moz-transition: all .3s ease 0s;
                        -o-transition: all .3s ease 0s;
                        opacity: 0;
                        visibility: hidden;
                        border-radius: 10px;
                        z-index: 0;
                        box-shadow: var(--box-shadow);
                        border: 0px!important;
                        
                        li{
                            display: block; 
                            padding: 5px 0px;  
                            margin: 0!important;
                           
                            a.nav-link{
                                color:var(--text-color-dark)!important; 
                                font-size: 15px;
                                line-height: 25px;
                                font-weight: 400;
                                font-family: var(--creote-family-two);
                                display: block;
                                white-space: inherit; 
                            }
                        }
                        li ,
                        ul li ,
                        ul li ,  ul li ,
                        ul li ,  ul li ,  ul li {
                            -webkit-transition-delay: .1s;
                            transition-delay: .1s;
                        
                    }   
                    .dropdown-btn{
                        right: -25px;
                        transform: rotate(-90deg);
              
                         span:before{
                            color: var(--text-color-dark);
                         }
                    }
                    .dropdown-menu{
                        left: 205px;
                        margin-top: -22px;
                        opacity: 1;
                        &::before{
                            left: -35px;
                            height: 60px;
                        }
                        .dropdown-menu{
                            .dropdown-menu{
                                left: -40px;
                                margin-top: 10px;
                            }
                        }
                    }
                  }
               }
               li.mega_menu {
                .dropdown-menu{
                    width: 96%;  
                    margin-left:auto!important;
                    margin-right: auto!important;
                    right: 0;
                         li{
                          position: relative;
                             a{
                                 display: block;
                                 font-size: 15px;
                                 line-height: 26px;
                                 color: var(--menu-color);
                                 font-weight: 400;
                             }
                         }
                     h2{
                         font-weight: 600;
                         font-size: 16px;
                         line-height: 26px!important;
                     }
                 }
            }
               li:hover > {
                .dropdown-menu {
                    opacity: 1;
                    z-index: 99;
                    margin-left: 0;
                    margin-top: 0 !important;
                    z-index: 9999 !important;
                    visibility: visible;
                    transform: translateX(0);
                    -ms-transform: translateX(0);
                    -moz-transform: translateX(0);
                    -o-transform: translateX(0);
                    pointer-events: fill;
                }
             }
             li .dropdown-menu li ,
             li .dropdown-menu li .dropdown-menu li  ,
             li .dropdown-menu li .dropdown-menu li .dropdown-menu li ,
             li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li ,
             li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li ,
             li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li ,
             li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li ,
             li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li {
                -webkit-transition: all .2s cubic-bezier(.4,.28,.31,1.28) 0s;
                transition: all .2s cubic-bezier(.4,.28,.31,1.28) 0s;
                opacity: 0;
                visibility: hidden;
                -webkit-transform: translateY(5px);
                transform: translateY(5px);
                -webkit-transition-delay: .19s;
                transition-delay: .19s;
             }
             li:hover  .dropdown-menu  li {
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateY(0);
                transform: translateY(0);
             }
             li .dropdown-menu  li:hover .dropdown-menu  li {
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateY(0);
                transform: translateY(0);
             }
             li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu li  {
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateY(0);
                transform: translateY(0);
             }
             li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu li {
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateY(0);
                transform: translateY(0);
             }
             li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu li {
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateY(0);
                transform: translateY(0);
             }
             li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu li {
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateY(0);
                transform: translateY(0);
             }
             li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu li{
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateY(0);
                transform: translateY(0);
             }
             li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu li {
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateY(0);
                transform: translateY(0);
             }
           
           
        }
    }
}


    
    .hamburger_menu {
        position: relative;
        float: none;
        top: 0px;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        margin-top: 0px;
        z-index: 11;
        .line{
            width: 25px;
            height: 2px;
            background-color: var(--menu-color);
            display: block;
            margin: 6px auto;
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }
       
        &:before{
            content: "";
            position: absolute;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 40px;
            height: 40px;
            border: 1px solid transparent;
            top: calc(50% - 20px);
            left: calc(50% - 21px);
            border-radius: 100%;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            margin-left: 1px;
        }
    }
}
 
.default_sickty_heaad{
    padding: 12px 0px 7px!important;
     .header_logo_box img{
         width: 140px;
         margin-top: 7px;
     }
}

   
.hamburger_menu.color_white{
    .line{
        background-color: var(--color-white);
    }
}

/*----navbar-togller-styles--*/

.header , .sticky_header_main  {
    .navbar_togglers{
        position: relative;
        display: none;
    }
    
    
}

.default_sickty_heaad  {
    .d-flex{
        justify-content: space-between;
    }
    .logo_column{
        padding-right: 50px;
    }
    .header_content_collapse .navigation_menu .navbar_nav li{
        &:last-child{
            margin-left: 0px!important;
        }
    }
}
.dropdown-item:focus, .dropdown-item:hover ,
.dropdown-item.active, .dropdown-item:active{
    background: transparent;
    border: none;
}

.dropdown-toggle::after{
    display: none!important;
}


/*-------search---popup--------*/


.search-popup{
    position:fixed;
    left:0;
    top:0px;
    width:100%;
    height:20%;
    z-index:99999;
    visibility:hidden;
    opacity:0;
    overflow:auto;
    background: var(--primary-color-one);
    -webkit-transform:translateY(-101%);
    -ms-transform:translateY(-101%);
    transform:translateY(-101%);
    transition:all 700ms ease;
    -moz-transition:all 700ms ease;
    -webkit-transition:all 700ms ease;
    -ms-transition:all 700ms ease;
    -o-transition:all 700ms ease;
    &.popup-visible{
        -webkit-transform:translateY(0%);
        -ms-transform:translateY(0%);
        transform:translateY(0%);
        visibility:visible;
        opacity:1;
        .search-form {
            opacity: 1;
            -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px);
            transition: all 500ms ease 500ms;
            -moz-transition: all 900ms ease 500ms;
            -webkit-transition: all 900ms ease 500ms;
            -ms-transition: all 900ms ease 500ms;
            -o-transition: all 900ms ease 500ms;
            fieldset{
                position: relative;
                padding: 0px;
            }
        }
    }
    .overlay-layer{
        position:absolute;
        left:0px;
        top:0px;
        right:0px;
        bottom:0px;
        display:block;
    }
    .close-search{
        position:absolute;
        right:25px;
        top:25px;
        width: 30px;
        color: #fff;
        height: 30px;
        line-height: 26px;
        text-align: center;
        border-radius: 50%;
        font-size:10px;
        font-weight: 700;
        cursor:pointer;
        z-index:5;
        transition: all 500ms ease;
        i{
            font-size: 20px;
        }
    }
    .search-form{
        position: relative;
        padding: 55px 15px 0px;
        max-width: 1024px;
        margin: 0 auto;
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
        z-index: 10;
      }
      .search-form {
        margin-bottom: 30px;
        input ,  input[type="search"]{
            position:relative;
            height:60px;
            padding:20px 60px 20px 30px;
            background:#fff;
            line-height:30px;
            font-size:16px;
            color:var(--primary-color-one);
            border-radius:5px;
            box-shadow: none;
            outline: none;
            border: none;
            margin: auto;
        }
        button{
            position: absolute;
            top: 0;
            right: 5px;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size:16px;
            background: var(--primary-color-two);
            color: #fff;
            border-radius: 5px;
            bottom: 0;
            margin: auto;
            border: 0px;
            font-weight: 400;
        }
      }
    h3{
        text-transform:uppercase;
        font-size:20px;
        font-weight:600;
        margin-bottom:20px;
        letter-spacing:1px;
        text-align:center;  
    }
      .recent-searches{
        font-size:16px;
        text-align:center;
        li{
            display:inline-block;
            margin:0px 10px 10px 0px; 
            a{
                display:block;
                line-height:24px;
                padding:7px 15px;
                border-radius:3px;
                transition:all 0.5s ease;
                -moz-transition:all 0.5s ease;
                -ms-transition:all 0.5s ease;
                -o-transition:all 0.5s ease;
                
            }
        }
    }
  }
  /*-----contact modal----------*/
  .modal_popup {
    position:fixed;
    left:0;
    top:0px;
    width:100%;
    height:100%;
    z-index:99999;
    visibility:hidden;
    opacity:0;     padding: 100px 0px 0px;
    overflow:auto;
    background: none;
    -webkit-transform:translateY(-101%);
    -ms-transform:translateY(-101%);
    transform:translateY(-101%);
    transition:all 700ms ease;
    -moz-transition:all 700ms ease;
    -webkit-transition:all 700ms ease;
    -ms-transition:all 700ms ease;
    -o-transition:all 700ms ease;
    &::before{
        position: absolute;
        content: '';
        background: #fff;
        opacity: .3;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
    }
    &.contact-popup-visible{
        -webkit-transform:translateY(0%);
        -ms-transform:translateY(0%);
        transform:translateY(0%);
        visibility:visible;
        opacity:1;
    }
    .modal-popup-inner{
        background: var(--primary-color-three);
        border-radius: 10px;
        position: relative;
        max-width: 1140px;
        margin: auto;
        .close-modal{
            position: absolute;
            right: -15px;
            top: -15px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-radius: 50px;
            background: var(--primary-color-one);
            color: #fff;
            font-size: 16px;
            z-index: 3;
            cursor: pointer;
        }
        .form_inner{
            position: relative;
            padding: 40px 50px 30px;
            background: #fff;
            border-radius: 10px;
            box-shadow: var(--box-shadow-two);
            p{
                position: relative;
                margin: 0px 0px 15px;
                padding: 0px;
                &:last-child{
                   input{
                       margin: 0px;
                   }
                }
                span{
                    display: block;
                    width: 100%;
                }
                label{
                    display: block;
                    width: 100%;
                    font-size: 12px;
                    color: var(--heading-dark);
                    font-weight: 600;
                    text-transform: uppercase;
                    font-family: var(--creote-family-one);
                }
               
            }
            textarea{
                height: 150px;
               }
               .ajax-loader  , .wpcf7-spinner{
                position: absolute;
                bottom: 20px;
                right: 4px;
                width: auto;
                display: inline-block;
               }
               .wpcf7-not-valid-tip{
                   font-size: 14px;
                   font-weight: 400;
                   font-family: var(--creote-family-one);
                   line-height: 26px;
                   color: var(--primary-color-one);
                   text-transform: none;
               }
               .wpcf7-response-output{
                   position: absolute;
                   z-index: 11;
                   background: var(--primary-color-one);
                   text-align: center;
                   font-size: 14px;
                   font-weight: 400;
                   margin: 0px 50px;
                   font-family: var(--creote-family-two);
                   color: #fff;
                   padding: 20px;
                   border-radius: 5px;
                   border-color: var(--primary-color-one);
                   bottom: -50px;
                   right: 0;
                   left: 0;
                   width: auto;
                   transition:all .5s ease;
                   -moz-transition: all .5s ease;
                   -o-transition:all .5s ease;
                   -ms-transition: all .5s ease;
                   &::before{
                       position: absolute;
                       content: '';
                       left: 0;
                       right: 0;
                       width: 20px;
                       height: 20px;
                       top: -22px;
                       margin: auto;
                       border-top: 10px solid transparent;
                       border-bottom: 10px solid var(--primary-color-one);
                       border-left: 10px solid transparent;
                       border-right: 10px solid transparent;
                   }
               }
        }
        .about_company_inner{
            position: relative;
            border-radius: 10px;
            padding: 40px 50px 50px 50px;
            overflow: hidden;
            .logo{
                position: relative;
                margin-bottom: 30px;
                img{
                    width: 150px;
                }
            }
            .text{
                position: relative;
                margin-bottom: 25px;
                padding-bottom: 25px;
                border-bottom: 1px solid var(--border-color-dark);
                p{
                    margin-bottom: 30px;
                }
                a{
                    display: block;
                    text-transform: uppercase;
                    font-size: 12px;
                    font-weight: 700;
                    color: var(--text-color-dark);
                    font-family: var(--creote-family-one);
                }
            }
        }
        .post_contet_modal{
            position: relative;
            margin-bottom: 40px;
            padding-bottom: 20px;
            border-bottom: 1px solid var(--border-color-dark);
            h2{
                font-size: 20px;
                line-height: 30px;
                font-weight: 700;
                margin-bottom: 20px;
                color: var(--heading-dark);
            }
            .post_enable{
                position: relative;
                display:grid;
                grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
                grid-gap: 10px;
                .modal_post_grid{
                    position: relative;
                    margin-bottom: 15px;
                    a{
                        display: block;
                        width: 100%;
                        height: 100%;
                        overflow: hidden;
                        border-radius: 10px;
                        transition:all .5s ease;
                        -moz-transition: all .5s ease;
                        -o-transition:all .5s ease;
                        -ms-transition: all .5s ease;
                        &::before{
                            position: absolute;
                            background: var(--primary-color-two);
                            content: '';
                            width: 100%;
                            height: 100%;
                            overflow: hidden;
                            border-radius: 10px;
                            left: 0;
                            top: 0;
                            opacity: 0;
                            transition:all .5s ease;
                            -moz-transition: all .5s ease;
                            -o-transition:all .5s ease;
                            -ms-transition: all .5s ease;
                        }
                        &:after{
                            position: absolute;
                            content: unicode('e912');
                            font-family: 'icomoon';
                            width: 16px;
                            font-size: 16px;
                            height: 16px;
                            color: var(--primary-color-one);
                            margin: auto;
                            top: 0;
                            bottom: 0;
                            right: 0;
                            left: 0;
                            opacity: 0;
                            transition:all .5s ease;
                            -moz-transition: all .5s ease;
                            -o-transition:all .5s ease;
                            -ms-transition: all .5s ease;
                        }
                    }
                    img{
                        height: 100px;
                        width: 100%;
                        object-fit: cover;
                    }
                    &:hover{
                        a{
                           &:before{
                               opacity: .8;
                           }
                           &:after{
                            opacity: 1;
                            }
                        }
                    }
                }
            }
        }
    }
  }
  
  
/*-------header with elementor-------------*/
.navbar-brand{
    padding: 0px;
    display: block;
    margin: 0px;
}
/*----style-one-----*/
.header , .default_sickty_heaad{
    .header_content_collapse{
        display: table;
        width: 100%;

        .header_menu_box{
            display: table-cell;
            vertical-align: middle;
       
        }
      
    }
    .header_right_content{
        display: table-cell;
        vertical-align: middle;
        float: right;

        ul {
            padding: 2px 0px 0px;
            margin: 0px;
            li{
                display: inline-block;
                margin-left: 20px;
            }
        }
        .contact-toggler{
            position: relative;
            width: 54px;
            height: 54px;
            line-height: 54px;
            border-radius: 50%;
            border: 1px solid var(--border-color-dark);
            transition:all 0.5s ease;
            -moz-transition:all 0.5s ease;
            -ms-transition:all 0.5s ease;
            -o-transition:all 0.5s ease;
            background: #fff;
            box-shadow: 0px 0px 0px 0px;
            top: 4px;
            &::before{
                content: "";
                position: absolute;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background: var(--primary-color-one);
                border-radius: 50%;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                transition:all 0.3s ease;
                -moz-transition:all 0.3s ease;
                -ms-transition:all 0.3s ease;
                -o-transition:all 0.3s ease;
            }
            i{
                color: #fff;
                font-size: 18px;
                position: relative;
                z-index: 1;
                transition:all 0.5s ease;
                -moz-transition:all 0.5s ease;
                -ms-transition:all 0.5s ease;
                -o-transition:all 0.5s ease;
            }
            &:hover{
                border-color: transparent;
                &::before{
                    width: 100%;
                    height: 100%;
                }
            }
        }
        .search-toggler{
            position: relative;
            display: inline-block;
            background: transparent;
            border: 0px;
            -webkit-box-shadow: 0px 0px 0px 0px;
            box-shadow: 0px 0px 0px 0px;
            font-size: 20px;
            line-height: 20px;
            color: var(--text-color-dark);
            top: 4px;
        }
    }
    &.style_two{
        position: absolute;
        background: transparent;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 99;
        .auto-container{
            max-width: 1400px;
        }
        .logo_column{
            position: relative;
            .header_log_outer{
                position: relative;
                display: flex;
                .header_logo_box{
                    position: relative;
                    margin-right: 50px;
                }
                .phone_box{
                    position: relative;
                    margin-left: 50px;
                    i{
                        position: absolute;
                        left: -50px;
                        font-size: 40px;
                        line-height: 40px;
                        top: 0;
                        margin: auto;
                        bottom: 0;
                        height: 40px;
                        color: var(--primary-color-one);
                    }
                    .text{
                        position: relative;
                        top: 10px;
                        small{
                            display: block;
                            font-size: 15px;
                            line-height: 22px;
                            font-weight: 600;
                            font-family: var(--creote-family-one);
                            margin-bottom: 0;
                            color: #fff;
                            opacity: .8;
                        }
                        a{
                            font-size: 16px;
                            font-weight: 500; 
                            text-decoration: underline;
                            color: #fff;
                        }
                    }
                }
            }
        }
        .header_content_collapse{
            .navigation_menu{
                .navbar_nav {
                    li {
                   
                        a.nav-link{
                            color: var(--menu-color-white);
                            .fa{
                                color: var(--menu-color-white);
                                opacity: .5;
                            }
                        }
                        .dropdown-btn{
                            color: var(--menu-color-white);
                            opacity: .5;
                        }
                        &.active{
                            >a.nav-link{
                                color: #fff;
                            }
                            .dropdown-menu{
                                li.active {
                                    a.nav-link{
                                        color: var(--primary-color-one)!important; 
                                    }
                                }
                            }
                            .dropdown-btn{
                               span{
                                   color: #fff;
                                   opacity: .5;
                                   &:before{
                                    color: #fff;
                                
                                   }
                               }
                            }
                        }
                    }
                }
              } 
            .navigation_menu{
               .navbar_nav{ 
                    li{
                        margin-right: 40px;
                        &.dropdown{
                            margin-right: 50px;
                        }
                        
                    }
                }
            }
             .header_right_content{ 
                 position: relative;
                 top: 10px;
                 ul{
                    li{
                        margin-left: 10px;
                    }
                }
                .contact-toggler , 
                .search-toggler{
                    width: 40px;
                    height: 40px;
                    line-height: 42px;
                    border: 0px;
                    background: var(--primary-color-one);
                    border-radius: 50px;
                    top: 0;
                    font-size: 17px;
                    color: #fff;
                    &::before{
                        display: none;
                    }
                }
            }
        }
    }

    &.style_three{
        position: relative;
        padding: 0px;
        .header_top {
            position: relative;
            background: var(--primary-color-one);
            .top_left  {
                position: relative;
                p{
                    padding: 13px 0px;
                    color: #fff;
                    font-size: 15px;
                    font-weight: 400;
                    margin: 0px;
                } 
            }
            .top_mid {
                ul{
                    li{
                        &:last-child{
                            margin-right: 0px;
                        }
                        span{
                            margin-right: 5px;
                        }
                        small{
                            font-size: 11px;
                            font-weight: 500;
                            font-family: var(--creote-family-one);
                            text-transform: uppercase;
                            margin-right: 5px;
                            opacity: .8;
                        }
                    }
                }
            }
            .top_right {
                text-align: right;
                position: relative;
                ul {
                    li{
                        margin-right: 3px;
                        padding: 6px 0px 0px;
                        &:last-child{
                            margin-right: 0px;
                        }
                        a{
                            i{
                                width: 40px;
                                height: 40px;
                                border-radius: 50px;
                                text-align: center;
                                background: #117f80;
                                line-height: 40px;
                            }
                        }
                    }
                }
            }
            ul{
                padding: 0;
                margin: 0;
                li {
                    position: relative;
                    display: inline-block;
                    color: #fff;
                    font-size: 15px;
                    padding: 15px 0px;
                    font-weight: 400;
                    margin-right: 30px;
                    a {
                        color: #fff;
                    }
                }
            }
        }
        .header_mid {
            position: relative;
            background: #fff;
            padding: 27px 0px 27px;
            border-top: 4px solid var(--primary-color-one); 
            .mid_logo_icon{
                img{
                    width: 200px;
                }
            }
           
            .same_column{
                position: relative;
                margin-top: 7px;
                 
            }
            .mid_content {
                position: relative;
                margin-left: 62px;
                .mid_icon {
                    position: absolute;
                    left: -62px;
                    height: 48px;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                    font-size: 48px;
                    color: var(--primary-color-one)
                }
                .text {
                    position: relative;
                    h4 {
                        font-size: 15px;
                        line-height: 25px;
                        color: var(--primary-color-one);
                        font-weight: 600;
                        margin-bottom: 3px;
                    }
                    p {
                        font-size: 15px;
                        margin: 0px;
                    }
                }
                    
            }
        }
        .navbar_outer{
            position: relative;
           padding: 7px 0px;
           background: var(--primary-color-one);
            .modal_box_buttom{
                position: relative;
                left: 0px;
                top: 14px;
                bottom: 0;
                margin-right: 40px;
                width: 40px;
                height: 40px;
                display: inline-block;
                .contact-toggler{
                    width: 40px;
                    height: 40px;
                    line-height: 42px;
                    border: 0px;
                    background: var(--primary-color-one);
                    border-radius: 50px;
                    top: 0;
                    font-size: 17px;
                    color: #fff;
                    border: 1px solid #fff;
                }
                i{
                    color: #fff;
                    font-size: 18px;
                    position: relative;
                    z-index: 1;
                    -webkit-transition: all 0.5s ease;
                    transition: all 0.5s ease;
                    -moz-transition: all 0.5s ease;
                    -ms-transition: all 0.5s ease;
                    -o-transition: all 0.5s ease;
                }
            }
        .header_content_collapse {
            display: block; 
            .header_menu_box {
                display: inline-block;
                .navigation_menu {
                    .navbar_nav {
                        li {
                            a{
                                color: #fff;
                            }
                         ul.dropdown-menu{
                             li{
                                 padding: 5px;
                                 a.nav-link{
                                     color: var(--text-color-dark)!important;
                                 }
                             }
                         }
                         &.active{
                             >a.nav-link{
                                 color: #fff;
                                 span{
                                    color: #fff;
                                 }
                             }
                             .dropdown-menu{
                                 li.active {
                                     a.nav-link{ 
                                         color: var(--primary-color-one)!important; 
                                     }
                                 }
                             }
                            .dropdown-btn{
                          
                                span{
                                    color: #fff;
                                    opacity: .5; 
                                    &:before{
                                        color: #fff;
                                    }
                                }
                                }  
                            }
                        }
                    }
                }
            }
            .header_right_content{
                padding-top: 4px;
                .search-toggler{
                    position: relative;
                    width: 40px;
                    height: 40px;
                    font-size: 16px;
                    border-radius: 50px;
                    border: 1px solid #fff;
                    color: #fff;
                    line-height: 40px;
                    text-align: center;
                }
                .theme-btn{
                    background: var(--primary-color-two)!important;
                    &:hover{
                        background: #fff!important;
                        color: var(--primary-color-one)!important;
                    }
                }
            }
        }
        
    }
    }
    
    &.style_one{
    
        .header_content_collapse {
            .header_menu_box {
                .navigation_menu {
                    .navbar_nav {
                        li {
                         
                         &.active{
                             >a.nav-link{
                                 color: var(--menu-active-color);
                             }
                             .dropdown-menu{
                                &  >  li.active {
                                    &  > a.nav-link{ 
                                        color: var(--primary-color-one)!important; 
                                    }
                                }
                            }
                           
                            }
                        }
                    }
                }
            }
           
        }
        &.style_two_remade{
            padding: 0px!important;
            background: transparent!important;
            position: absolute;
            box-shadow: unset!important;
            z-index: 999;
            left: 0;
            width: 100%;
            right: 0;
            .auto-container{
                padding:15px 20px 10px;
                background: #fff;
                border-radius: 60px 0px 0px 60px;
                &:before{
                    position: absolute;
                    content: '';
                    width: 100%;
                    right: -50%;
                    height: 100%;
                    background: #fff;
                    top: 0;
                }
            }
        }
    }
    &.style_five{
        .container-fluid{
            padding: 0px 50px;
        }
        .header_content_collapse {
            .header_menu_box{
                text-align: left;
            .navigation_menu{
                float: none;
                }
             .navbar_nav li a.nav-link{
                 font-size: 16px;
             }
            }
            .header_right_content{
                position: relative;
                ul{
                    display: flex;
                    align-items: center;
                    li{
                        margin-bottom: 0px;
                        margin-left: 30px;
                    }
                }
                .theme-btn{
                    border-radius:30px;
                    box-shadow: var(--box-shadow-two);
                    border-color: #fff;
                    background: #fff;
                    color: var(--primary-color-one);
                    &:hover{
                        background: var(--primary-color-one);
                        color: #fff;
                    }
                }
                .contntent.phone{
                    small{
                        color: var(--primary-color-one);
                        font-size: 16px;
                        font-weight: 500;
                        font-family: var(--creote-family-one);
                        margin-right: 6px;
                        i{
                            font-size: 25px;
                            margin-right: 14px;
                            top: 5px;
                            position: relative;
                            color: var(--text-color-light);
                        }
                    }
                    a{
                        font-size: 16px;
                        font-weight: 600;
                        font-family: var(--creote-family-one);
                        color: var(--primary-color-two);
                    }
                }
                .round_btn{
                    position: relative;
                    display: inline-block;
                    padding: 8px 15px;
                    background: var(--primary-color-one);
                    border-radius: 50px;
                    top: 0px;
                    line-height: 28px;
                    width: 120px;
                    height: 56px;
                    text-align: center;
                    transition:all 0.5s ease;
                    -moz-transition:all 0.5s ease;
                    -ms-transition:all 0.5s ease;
                    -o-transition:all 0.5s ease;
                    &::before{
                        position: absolute;
                        content: '';
                        width: 1px;
                        height: 15px;
                        right: 0;
                        left: 0;
                        top: 0;
                        bottom: 0;
                        margin: auto;
                        background: #fff;
                        opacity: .5;
                    }
                    button{
                        position: absolute;
                    }
                    &:hover{
                        background: var(--primary-color-two);
                        color: #fff;
                    }
                }
                .search-toggler{
                    display: inline-block;
                    margin: 0px;
                    padding: 0px;
                    color: #fff;
                    font-size: 18px;
                    left: 24px;
                    top: 3px;
                    bottom: 0;
                }
                .contact-toggler{
                    display: inline-block;
                    width: 0px;
                    right: 38px;
                    bottom: 0;
                    top: 3px;
                    color: #fff;
                    margin: 0px;
                    height: 0px;
                    border: 0px;
                    background: transparent;
                    border-radius: 0px;
                    &::before{
                        display: none;
                    }
                    &::after{
                        display: none;
                    }
                }
            }
        }
    }
}

.header_boxed.style_four{
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    right: 0;
    top: 25px;
    .top_bar{
        border-radius: 10px 10px 0px 0px;
        .col-lg-12{
            padding: 7px 10px 5px 19px;
        }
        background: var(--primary-color-one);
        .theme-btn{
            height: auto;
            width: auto;
            font-size: 12px;
            min-height: auto;
            min-width: auto;
            padding: 10px 22px 8px;
            line-height: 22px;
            background: #fff;
            border-radius: 5px;
            color: var(--primary-color-two);
            text-transform: uppercase;
            font-weight: 600;
            font-family: var(--creote-family-one);
            i{
                position: relative;
                left: inherit;
                right: -5px;
                top: 2px;
                font-size: 19px;
                color: var(--primary-color-two);
            }
        }
    }
    .header {
        position: unset;
        border-radius: 0px 0px 10px 10px;
        .header_content_collapse{
            .header_menu_box{
                text-align: center;
                .navigation_menu{
                    float: none;
                }
           
            }
        }
    }
    .header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link , .default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li a.nav-link{
        span{
            color: unset; 
            opacity: unset;
        }
    }
}





/*--------------------------------------
===============fixed-header=============
--------------------------------------*/
.sticky_header_main{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-box-shadow: 0 0 15px rgba(0 , 0 , 0 , .1);
    box-shadow: 0 0 15px rgba(0 , 0 , 0 , .1); 
    -ms-box-shadow: 0 0 15px rgba(0 , 0 , 0 , .1);
    -o-box-shadow: 0 0 15px rgba(0 , 0 , 0 , .1);
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease;
    
}
.default_sickty_heaad{
    padding: 20px 0px 14px;

    background: #fff;
    .header_content_collapse {
        .search-toggler{
            height: 54px;
        }
        .navigation_menu{
            float: none;
            text-align: center; 
        }
     }
    .header_content_collapse.no_right_content{
        .navigation_menu{
            text-align: right;
        }
    }
}

.df_before{
    ul{
        li{
            a.nav-link{
                color: var(--primary-color-two)!important;
            }
        }
    }
}
 
 

 

/*-----------header_logo_box_solo----------------*/
.header_area {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    background: 0 0; 
    .header_position_absolute{
        position: absolute!important;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 999;
    }
}
/*------===============================================-------------*/
.header_solo { 
    background: none;
    padding:unset!important;
    .header_content_collapse{
        display: block;
        .header_menu_box{
            display: block;
        }
        .navigation_menu{
            float: unset!important;
            .navbar_nav{
                display: inline-block;
                li.mega_menu{
                    .dropdown-menu{
                        width: calc(100% + 50%);
                        left: calc(100% - 130%);
                       
                    }
                }
            }
        }
    }
     .header_content_collapse .navigation_menu{
         float: none;
     }
}




/*--------header_style_six_nw-------*/
.header_style_six_nw{
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
    .header{
        background: rgba(40 , 47 , 59 , .4); 
        padding: 14px 0px 14px;
        min-height: auto;
        .header_content_collapse{
     
            .navigation_menu{
                float: none;
                text-align: center;
                .navbar_nav li{
               
                a.nav-link{
                    color: #fff;
                }
                &:hover , 
                &.active{ 
                    a{
                        color: var(--primary-color-one);
                    }
                }
                .dropdown-menu li a.nav-link{
                    color: var(--text-color-dark);
                }
            }}
            .header_right_content {
                ul{
                    margin-bottom: 0px;
                    padding: 0px 0px 0px;
                    position: relative;
                    height: 50px;
                    padding-left: 0px;
                    top: -4px;
                        .header_side_cart{
                            .mini-cart-count{
                                position: absolute;
                                width: 20px;
                                top: -12px;
                                height: 20px;
                                border-radius: 20px;
                                background: var(--primary-color-one);
                                color: #fff;
                                line-height: 20px;
                                font-size: 10px;
                                text-align: center;
                            }
                        }
                        .contact-toggler{
                            border: 0px;
                            background: transparent;
                            &::before{
                                display: none;
                            }
                        }
                        li{
                            margin-bottom: 0px;
                            margin-left: 10px;
                            position: relative;
                            height: 40px;
                            width: 40px;
                            text-align: center;
                            top: 10px;
                            .search-toggler , .header_side_cart ,  .contact-toggler {
                                position: absolute;
                                cursor: pointer;
                                height: 38px;
                                width: 38px;
                                line-height: 38px;
                                text-align: center;
                                top: 0;
                                bottom: 0;
                                left: 0; 
                                right: 0;
                                margin: auto;
                                i{
                                    font-size: 20px!important;
                                    line-height: 20px!important;
                                    color: #fff;
                                }
                            }   
                            &.last{
                                width: unset;
                                top: -13px;
                                margin-left: 40px;
                                &::before{
                                    position: absolute;
                                    content: '';
                                    height: 42px;
                                    width: 1px;
                                    left: -24px;
                                    top: -1px;
                                    background: rgba(255,255,255,.2);
                                }
                                a{
                                    color: #fff;
                                    font-size: 15px;
                                    line-height: 25px;
                                    font-family: var(--creote-family-one);
                                    display: block;
                                    padding-left: 28px;
                                    position: relative;
                                    font-weight: 600;
                                    top: 9px;
                                    i{
                                        font-size: 20px;
                                        line-height: 20px;
                                        position: absolute;
                                        top: 0;
                                        bottom: 0;
                                        left: 0;
                                        margin: auto;
                                    }
                                }
                            }  
                            .contact-toggler{
                                i{
                                    font-size: 25px!important;
                                    line-height: 35px!important;
                                    color: #fff;
                                }
                            }
                        }
                    }
                }
        }
        &.dark_color{
            .header_content_collapse{
                    .navigation_menu{
                        .navbar_nav li{
                            a.nav-link{
                                color: var(--menu-color);
                            }
                    }
                }
                .header_right_content {
                    ul{ 
                            li{
                                .search-toggler , .header_side_cart ,  .contact-toggler {
                                    i{
                                        color:var(--menu-color);
                                    }
                                }   
                                &.last{
                                   
                                    &::before{
                                        position: absolute;
                                        content: '';
                                        height: 42px;
                                        width: 1px;
                                        left: -24px;
                                        top: -1px;
                                        background: var(--border-color-dark);
                                    }
                                    a{
                                        color: var(--menu-color);
                   
                                    }
                                }  
                                .contact-toggler{
                                    i{
                                        font-size: 25px!important;
                                        line-height: 35px!important;
                                        color: var(--menu-color);
                                    }
                                }
                            }
                        }
                    }
            }
        }
    }
    &.ver_2{
        position: relative;
        .top_bar.style_six{
            background: var(--primary-color-one);
        }
        .header{
            background: #fff!important;
            .header_content_collapse{
                .navigation_menu{
                    .navbar_nav li{
                        a.nav-link{
                            color: var(--menu-color);
                        }
                }
            }
            .header_right_content {
                text-align: right;
                float: unset!important;
                ul{ 
                        li{
                            .search-toggler , .header_side_cart ,  .contact-toggler {
                                i{
                                    color:var(--menu-color);
                                }
                            }   
                            &.last{
                               
                                &::before{
                                    position: absolute;
                                    content: '';
                                    height: 42px;
                                    width: 1px;
                                    left: -24px;
                                    top: -1px;
                                    background: var(--border-color-dark);
                                }
                                a{
                                    color: var(--menu-color);
               
                                }
                            }  
                            .contact-toggler{
                                i{
                                    font-size: 25px!important;
                                    line-height: 35px!important;
                                    color: var(--menu-color);
                                }
                            }
                        }
                    }
                }
        }
        }    
    }
}

   

/*---------=================header_default-style seven================---------------*/

.header_default{
&.head_absolute{
    position: absolute!important;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}
&.style_seven{
    position: relative;
    background:#fff;
    padding: 20px 0px 10px;
    .left_side_box{
        position: relative;
        display: flex;
        padding-top: 2px;
        .modal_box_buttom{
            position: relative; 
            min-width: 120px;
       
            width: 120px;
            &::before{
                position: absolute;
                width: 1px;
                height: 54px; 
                right: 33px;
                top: 0;
                background: var(--border-color-dark);
                content: '';
            }
            .contact-toggler{
                position: relative;
                width: 54px;
                height: 54px;
                line-height: 54px;
                border-radius: 50%;
                border: 1px solid var(--border-color-dark); 
                transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                background: transparent;
                box-shadow: 0px 0px 0px 0px;
                &::before{
                    content: "";
                    position: absolute;
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    background: var(--primary-color-one);
                    border-radius: 50%;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    margin: auto; 
                    transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                }
                i{
                    color: #fff;
                    font-size: 18px;
                    position: relative;
                    z-index: 1;
                    transition: all 0.5s ease;
                    -moz-transition: all 0.5s ease;
                    -ms-transition: all 0.5s ease;
                    -o-transition: all 0.5s ease;
                }
            }
        }
    }

    .container-fluid{
        padding: 0px 100px;
    }

    .header_content_collapse{
        .navigation_menu{
            float: none;
        }
    }
    .right_column{
        padding-left: 0px;
    }
    .header_right_content {
        position: relative;
        top: 17px;
        text-align: right;
        ul{
            padding-left: 0px;
            position: relative;
            li{
                display: inline-block; 
                margin-left: 15px; 
                margin-bottom: 0px;
                .med_rg_side{
                    .social_media_head{
                        padding-right: 20px;
                        padding-left: 0px;
                        margin-right: 2px;
                        li{
                            display: inline-block;
                            margin-right: 10px;
                            margin-left: 0px;
                            margin-bottom: 0px;
                            a {
                                font-size: 14px;
                                line-height: 14px;
                                color: var(--text-color-dark);
                                text-transform: uppercase;
                                small{
                                    font-size: 14px;
                                    line-height: 15px;
                                }
                            }
                            &.shared_m{
                                color: var(--text-color-dark);
                      
                                span{
                                    margin-right: 5px;
                                }
                                a{
                                    font-size: 14px;
                                    line-height: 14px;
                                }
                               
                            }
                           
                        }
                        &:before{
                            position: absolute;
                            width: 1px;
                            height: 50px;
                            right: 0px;
                            top: -12px;
                            background: var(--border-color-dark);
                            content: '';
                        }
                    }
                }
                .search-toggler , .mini_cart_togglers  {
                    background: transparent;
                    border: 0px;
                    position: relative;
                    box-shadow: none;
                    cursor: pointer;
                    i{
                        font-size: 20px;
                        position: relative;
                        top: 3px;
                        line-height: 20px;
                    }
                    .mini-cart-count{
                        position: absolute;
                        width: 18px;
                        height: 18px;
                        font-size: 10px;
                        border-radius: 30px;
                        color: #fff;
                        top: -17px;
                        left: 0;
                        right: 0;
                        margin: auto;
                        text-align: center;
                        background: var(--primary-color-one);
                    }
                }
                .login{
                    position: relative;
                    font-family: var(--creote-family-one);
                    font-size: 16px;
                    font-weight: 500;
                    padding-left: 26px;
                    line-height: 26px;   color: var(--text-color-dark);
                    i{
                        margin-right: 5px;
                        font-size: 20px;
                        position: absolute;
                        height: 20px;
                        margin: auto;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        line-height: 20px;
                        
                    }
                }
                &:first-child{
                    margin-left: 0px;
                }
            }
            }
        }

        &.style_eight{
            .container-fluid{
                padding: 0px 50px;
            }

          .header_right_content {
              top: 9px;

             
            ul {
                li {
                    position: relative;

                    .mini_cart_togglers , .contact-toggler , .search-toggler {
                        i{
                            font-size: 20px;
                        }
                    }
                    .contact-toggler {
                        i{
                            position: relative;
                            top: 3px;
                            font-size: 25px;
                        }
                    }

                    .med_rg_side {
                        .social_media_head {
                            margin-right: 0px;
                            padding-right: 0px;
                            &::before{
                                display: none;
                            }
                            li {
                                margin-right: 5px;
                                a {
                                    width: 42px;
                                    height: 42px;
                                    line-height: 42px;
                                    border-radius: 40px;
                                    border: 1px solid var(--border-color-dark);
                                    display: block;
                                    text-align: center;
                                    i , small{
                                        font-size: 14px;
                                        color: var(--text-color-dark);
                                    }
                                }
                            }
                        }
                    }

                    &.last{
                        padding-left: 25px;
                        margin-left: 20px;
                        &:before{
                            position: absolute;
                            width: 1px;
                            height: 50px;
                            left: 0px;
                            top: -12px;
                            background: var(--border-color-dark);
                            content: '';
                        }
                        
                    }
                    button{
                        border: 0px;
                        box-shadow: none;
                        background: none;
                    }
                  
                }
            }
          }
        }


}

}

@media(max-width:1200px){
    .header_default.style_seven.style_eight .header_right_content{
        display: none;
    }
    .header_default.style_seven.style_eight .container-fluid{
        padding: 0px 15px;
    }
}

/*---------=================header header_default style_nine side_menu head_================---------------*/
.header.style_nine{
    position: relative;
    padding: 15px 0px;
    .d-flex{
        justify-content: space-between;
    }
    .header_content_collapse{
        .navigation_menu{
            .navbar_nav {
                li {
                    a.nav-link{
                        color: var(--menu-color-white);
                        .fa{
                            color: var(--menu-color-white);
                            opacity: .5;
                        }
                    }
                    .dropdown-btn{
                        color: var(--menu-color-white);
                        opacity: .5;
                    }
                    &.active{
                        >a.nav-link{
                            color: var(--primary-color-two)!important;
                            span.fa-angle-down{
                                color: var(--primary-color-two)!important;
                            }
                        }
                        .dropdown-menu{
                            &  >  li.active {
                                &  > a.nav-link{ 
                                    color: var(--primary-color-one)!important; 
                                }
                            }
                        }
                        .dropdown-btn{
                           span{
                               color: #fff;
                               opacity: .5;
                               &:before{
                                color: #fff;
                            
                               }
                           }
                        }
                    }
                }
            }
          } 
        .navigation_menu{
           .navbar_nav{ 
                li{
                    margin-right: 40px!important;
                }
            }
        }
       
    }
    .header_right_content{ 
        position: relative;
        ul{
           li{
               margin-left: 10px;
           }
       }
       .contact-toggler , 
       .search-toggler{
           color: #fff;
       }
   }
   &.header_eleven{
    .header_content_collapse{
        .navigation_menu{
                .navbar_nav {
                    li {
                        &.active{
                            >a.nav-link{
                                color: var(--primary-color-one)!important;
                                span.fa-angle-down{
                                    color: var(--primary-color-one)!important;
                                }
                            }
                            
                        }
                    }
                }
            } 
        }
    }
}
.icon-search3{
    font-weight: 600;
    font-size: 15px;
}  
/*---------=================header style ten shop ================---------------*/
.header_style_ten{
    position: relative;
.top_bar.style_six{
    background: #ffffff;
    border-bottom: 1px solid var(--border-color-dark);
}
.top_bar.style_six .top_inner .common_css ul li a ,
.top_bar.style_six .top_inner .common_css.right_side .rg_content_box .med_rg_side ul li a{
    color: var(--heading-dark);
}
.notice{
    position: relative;
    padding-right: 20px;
    float: left;
    font-size: 15px;
    padding: 12px 29px 12px 0px;
    bottom: 0;
    left: 0;
    margin: 0px 20px 0px 0px;
    &::before{
        position: absolute;
        content: '';
        width: 10px;
        height: 2px;
        background: var(--border-color-dark);
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}
.header_content_collapse{
    position: unset!important;
}

.rg_content_box .med_rg_side{
      margin-left: 20px;
      ul li a{
        border: 1px solid var(--border-color-dark)!important;
      }
}
 
.serch_simple{
    position: relative;
    top: 7px;
      button{
        position: absolute;
        top: 11px;
        right: 4px;
        background: transparent;
        border: 0px;
        color:  var(--heading-dark);
        font-size: 15px;
      }
      input{
          height: auto!important;
          padding: 5px 12px!important;
          border-radius: 5px;
          border: 1px solid var(--border-color-dark);
          background: transparent!important;
          margin: 0px!important;
          &::placeholder{
              color: var(--text-color-dark)!important;
              opacity: .7;
          }
      }
}
.auto-container{
    max-width: 1600px;
}
.con_button{
    width: auto!important;
        a{
            padding: 0px 30px;
            height: auto;
            min-height: auto;
            background: var(--primary-color-one);
            display: block;
            line-height: 40px;
            color: #fff;
            top: -15px; 
            position: relative;
            margin-left: 8px;
        }
    }
 .header_content_collapse .header_right_content {
        position: relative;
        top: 7px;
    }
    .header_default{
        background: #fff;
        .header_content_collapse .navigation_menu .navbar_nav li{
            padding:   19px 0px 14px;
            a.nav-link{
                color: var(--heading-dark);
            }
        } 
      .header_content_collapse .header_right_content ul li .search-toggler i,   .header_content_collapse .header_right_content ul li .header_side_cart i,   .header_content_collapse .header_right_content ul li .contact-toggler i{
          color: var(--text-color-dark);
      }
    }
}

@media(max-width:992px){
    .header_style_ten{
        position: relative;
        .top_inner{
            display: block!important;
            .common_css{
                min-width: 100%!important;
                width: 100%!important;
                text-align: center;
                .notice{
                    float: none!important;
                    padding: 10px 0px!important;
                    margin: unset!important;
                    &::before{
                        display: none;
                    }
                }
                ul , .serch_simple{
                    margin-bottom: 20px!important;
                }
                .rg_content_box{
                    display: block!important;
                    float: none!important;
                }
                .serch_simple{
                    top: unset!important;
                }
            }
        }
    }
}

 



 

body.single-header{
    padding: 0px 0px 0px 0px!important;
}

.mega_menu{
    .mg_image_box h2 {
        padding: 2px 10px;
        a{
            font-size: 14px;
            color: #fff!important;
        } 
    }
    .mg_image_box .image_box .ab_link span{
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
}
.mega_menu{
    .mg_image_box{
        margin-bottom: 20px;
    }
}
.mega_menu{
    .mg_image_box .tag{
        background:#fc2158!important; 
    }
} 
/*-----mega_menu  style for mobilr-------*/
@media(max-width:1200px){
.mega_menu{
    .image_grid_content {
        .col-xs-12{
            flex: 0 0 auto;
            width: 100%;
            .mg_image_box{
       
                h2 a{
                    font-size: 15px!important;
                }
            }
            .mg_image_box .image_box{
                height: auto;
            }
            .mg_image_box .tag{
                font-size: 14px!important;
                line-height: 24px!important;
            }
            .mg_image_box h2 a{
                color: #fff!important;
                font-size: 14px!important;
                line-height: 24px!important;
                display: block!important;
                min-height: unset!important;
                padding: 0px!important;
            }
        }
        
    }


    .elementor-section {
        padding: 10px 0px!important;
        display: block!important;
       .elementor-container{
        display: block!important;
       }
        .elementor-column {
            width: 100%!important;
            display: block!important;
        }
        .elementor-widget-wrap {
            display: block!important;
        }
    }

}}

 


.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li .elementor-element{
    .menu{
        margin: 0px 0px 0px 0px!important;
        padding: 0px!important;
        border: 0px!important;
        li{
            border-bottom: 0px!important;
        }
    }
    .list_item_box ul {
        position: relative;
        margin: 0px 0px 0px 0px !important;
        padding: 0px !important;
        border: 0px !important;
        li{
            a{
                min-height: unset!important;
            }
        }
    }
}

// floating menu

.floating_menu_box{
    position: fixed;
    width: 100%;
    height: auto;

    text-align: center;
    left: 0;
    z-index: 99;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 0;
    bottom: -100px;
    visibility: hidden;
    ul{    
        display: inline-block;
        position: relative;
        border-radius: 50px;
        background: #fff;
        padding: 10px 55px 10px 15px;
        -webkit-box-shadow: var(--box-shadow-two);
        box-shadow: var(--box-shadow-two);
        margin: auto;
        margin: 0px;
        .close {    
            position: absolute;
            right: 4px;
            top: 0;
            width: 38px;
            height: 38px;
            background: var(--primary-color-one);
            color: #fff;
            font-size: 16px;
            text-align: center;
            line-height: 38px;
            border-radius: 50px;
           
            bottom: 0;              cursor: pointer;
            margin: auto;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            &:hover{
                background: var(--primary-color-two);
                color: #fff;
            }
        }
        li{
            display: inline-block;
            position: relative;         
            margin-bottom: 0px!important;
            a{
                font-size: 15px;
                font-family: var(--creote-family-one);
                font-weight: 600;
                color: var(--heading-dark);
                padding: 7px 12px;
                border-radius: 30px;
                margin-right: 5px;
                cursor: pointer;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                margin-bottom: 0px!important;
               
            }
            &.active , &:hover{
                a{
                    background: var(--primary-color-one);
                    color:#fff;
                }
            }
            &:last-child{
                a{
                    margin-right: 0px;
                }
            }
        }
    }
    &.remove_floating{
        display: none;
    }
}

.floating-menu{
    .floating_menu_box{
        opacity: 1;
        visibility: visible;
        bottom: 30px;
    }
    &.floating_close{
        .floating_menu_box{
            opacity: 0!important;
            visibility: hidden!important;
        }
    }
}

@media(max-width:768px){
    .floating_menu_box{
        display: none!important;
    }
}


.dropdown-menu   {
    .list_item_box {
        ul{
            margin-left: 0px!important;
        }
        &.style_one{
            li{
                .d-flex{
                    justify-content: flex-start!important;
                }
                .only_icon{
                    color: var(--primary-color-one);
                    margin-right: 5px;
                    font-size: 16px;
                    display: inline-block;
                    line-height: 16px;
                    position: relative;
                    top: -1px;
                }
            }
        }
    }
}


.dropdown-menu{
    h1 , h2 , h3 , h4 , h5 , h6{
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

// header_15

.header_v15{
    .top{
        padding: 10px 0px;
        background: var(--primary-color-two);
        .row{
            align-items: center;
        }
        .infotext{
            color: var(--color-white);
            margin: 0px;
            font-size: 15px;
            i{
                display: inline-block;
                margin-right: 5px;
            }
        }
        .same_contact a , .same_contact p {
            color: var(--color-white)!important;
            font-size: 15px;
            i , span{
                color: var(--color-white)!important; 
            }
        }
    }
    .header{
        position: relative;
        background: var(--primary-color-one);
        .header_content_collapse {
            .navigation_menu {
                .navbar_nav{
                    li {
                        a.nav-link{
                            color: var(--color-white);
                        }
                    }
                }
            }
        }
        .theme-btn{
            color: var(--primary-color-one);
            border-color: var(--color-white);
            background: var(--color-white);
        }
        .navigation_menu{
            float: unset;
            text-align: center;
        }
    }
}

.header_v15{
    .header .header_content_collapse .navigation_menu .navbar_nav li.active a.nav-link  {
        color: var(--color-white)!important; 
        span.fa-angle-down{
            color: var(--color-white)!important; 
        }
    }
}



/*--------------------------------------
===============fixed-header=============
--------------------------------------*/
 
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
 
.fixed-header{
    .get_sticky_header{
        position: fixed!important;
        visibility: visible;
        opacity: 1;
        left: 0;
        top: 0;
        padding: 10px 0px;
        width: 100%;
        background: #ffffff;
        -webkit-box-shadow: 0 0 15px rgba(0 , 0 , 0 , .1);
        box-shadow: 0 0 15px rgba(0 , 0 , 0 , .1); 
        -ms-box-shadow: 0 0 15px rgba(0 , 0 , 0 , .1);
        -o-box-shadow: 0 0 15px rgba(0 , 0 , 0 , .1);
        -webkit-transition: top .3s ease;
        -o-transition: top .3s ease;
        transition: top .3s ease;
        animation-name: slideInUp;
        &.style_two {
            background: var(--primary-color-two);
        }
    }
}
.fixed-header{
    .header_default{
        &.style_seven.style_eight.get_sticky_header{
            padding: 10px 0px!important;
            background: #ffffff!important;
        }
        &.style_six.get_sticky_header {
            padding: 10px 0px!important;
            background: #ffffff!important;
        }
        &.style_nine{
            background: var(--primary-color-one)!important;
            .theme-btn{
                background: #fff;
                color: var(--primary-color-one);
                border-radius: 0px 10px 0px 10px;
            }
           .header_content_collapse .navigation_menu .navbar_nav li.active > a.nav-link{
                color: #fff!important;
                span.fa-angle-down{
                    color: #fff!important; 
                }
           }
        }
    }
    .header_v15{
        .get_sticky_header {
            background: var(--primary-color-two)!important;
            .hamburger_menu .line{
                background: #fff;
            }
        }
    }
    .header_v14 {
        .navbar_outer{
            margin-top: 5px;
            background: unset!important;
            box-shadow: unset;
        }
    }
}


// 
.dropdown-menu li.dropdown  a.nav-link{
            position: relative!important;
            display: flex!important;
            justify-content: space-between!important;
}
// mega menu width
.mega_menu {
    .width_45_percentage{
        width: 45%!important;
    }
    .width_50_percentage{
        width: 50%!important;
    }
    .width_55_percentage{
        width: 55%!important;
    }
    .width_60_percentage{
        width: 60%!important;
    }
    .width_65_percentage{
        width: 65%!important;
    }
    .width_70_percentage{
        width: 70%!important;
    }
    .width_75_percentage{
        width: 75%!important;
    }
    .width_80_percentage{
        width: 80%!important;
    }
    .width_85_percentage{
        width: 85%!important;
    }
    .width_90_percentage{
        width: 90%!important;
    }
    .width_95_percentage{
        width: 95%!important;
    }
}

.dropdown-menu .dropdown-menu{
    top: 0px;
    margin-left: -5px!important;
}
  
.header_v14 .header_mid{
    .d_md_block{
        display: none;
    }
     .hamburger_menu .line ,  .hamburger_menu .line{
        margin: 6px 0 6px auto;
}
}
/*-----header-media-----*/

@media(max-width:1200px){
    .header_content_collapse{
        display: none!important;
    }
    .header , .sticky_header_main {
        .navbar_togglers{
             display: block;
        }
    }
    .header , .sticky_header_main{
        
        .logo_column{
            width: 86%;
        }
        .menu_column{
            width: 14%;
        }
         
    }
    .crt_mobile_menu {
        .navbar_nav { 
            li.mega_menu { 
                position: relative!important;
                a{
                    span.fa-angle-down{
                         display: none!important;
                    }
                }
                .dropdown-btn{
                    display: block;
                }
                .vc_row.wpb_row{
                    margin: 10px 0px!important;
                }
                .vc_column_container>.vc_column-inner{
                    padding: 0px!important;
                }
                .wpb_column{
                    width: 100%;
                    .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
                        margin: 10px 0px!important;
                    }
                }
            }     
         }
    }   
    .header.header_default.style_two{
        .hamburger_menu .line {
            background: #fff;
        }
    }
    header.header_default.style_nine{
        .right_column{
            display: none;
        }
    }
    .header_v14 .header_mid{
        padding: 10px 0px!important;
    }
    .header_v14 .header_top{
        display: none;
    }
    .header_v14 .navbar_outer{
        display: none;
    }
    .header_v14 .header_mid{
        .d_md_block{
            display: block;
        }
        .dnone{
            display: none;
        }
    }
}

@media(max-width:1200px){
    .header_v15{
        .top{
            text-align: center;
            .d-flex{
               display: block!important;
               .contact_list {
                display: flex;
                justify-content: center; 
                padding: 5px 0px 5px!important;
               }
            }
            
        }
        .hamburger_menu .line {
            margin: 6px 0px 6px auto!important;
        }
    }
    .header_v13 .header_top .header_top_inner{
        text-align: center;
        display: block!important;
        .top_left{
            display: block!important;
        }
       .contact_info_two{
        text-align: center;
        margin: auto;
        padding-top: 8px;
        li{
            margin-left: unset!important;
            padding: 5px 10px;
           }
       }
    }
}