.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-light {
    min-width: 200px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark {
    min-width: 200px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-top-right.trp-color-light {
    min-width: 200px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-top-right.trp-color-dark {
    min-width: 200px;
}


.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-light {
    min-width: 200px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-dark {
    min-width: 200px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-top-left.trp-color-light {
    min-width: 200px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-top-left.trp-color-dark {
    min-width: 200px;
}




#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
    margin-top: 12px;
}

#trp-floater-ls.trp-floater-ls-flags.trp-bottom-left.trp-color-light #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
    margin-top: 15px;
}

#trp-floater-ls.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-dark.trp-poweredby:hover {
    position: fixed;
    z-index: 9999999;
    top: 0px;
    bottom: auto;
    display: block;
    width: 192px;
    height: auto;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

#trp-floater-ls.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-light.trp-poweredby:hover {
    position: fixed;
    z-index: 9999999;
    top: 0px;
    bottom: auto;
    display: block;
    width: 192px;
    height: auto;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}


#trp-floater-ls.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-dark.trp-poweredby:hover {
    position: fixed;
    z-index: 9999999;
    top: 0px;
    bottom: auto;
    display: block;
    width: 192px;
    height: auto;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

#trp-floater-ls.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-light.trp-poweredby:hover {
    position: fixed;
    z-index: 9999999;
    top: 0px;
    bottom: auto;
    display: block;
    width: 192px;
    height: auto;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

#trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
    margin-top:6px;
}

#trp-floater-ls-language-list .trp-language-wrap.trp-floater-ls-disabled-language.trp-ls-disabled-language:hover {
    padding: 0px;
    width: auto;
}

#trp-floater-ls .trp-language-switcher-container.trp-floater-ls-codes.trp-top-left.trp-color-light.trp-poweredby.trp-with-flags.trp-floater-ls-disabled-language.trp-ls-disabled-language.trp-floater-ls-disabled-language.trp-ls-disabled-language {
    margin-bottom:10px;
    margin-top: 0px;
}


#trp-floater-ls {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    display: block;
    overflow: hidden;
    height: 58px;
    text-align: center;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.trp-floater-ls-disabled-language.trp-ls-disabled-language {
    width: auto;
}

/*removing left forcing will fix random hover move on all mobile devices*/
#trp-floater-ls:hover {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    display: block;
    height: auto;
    border-radius: 8px 8px 0px 0px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}


#trp-floater-ls.trp-floater-ls-flags:hover {
    position: fixed;
    z-index: 9999999;
    /*bottom: 0;*/
    display: block;
    width: 66px;
    height: auto;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

#trp-floater-ls.trp-floater-ls-flags.trp-poweredby:hover {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    display: block;
    width: 192px;
    height: auto;
    border-radius: 8px 8px 0px 0px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

#trp-floater-ls.trp-floater-ls-flags{
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    display: block;
    overflow: hidden;
    width: 66px;
    height: 58px;
    text-align: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

#trp-floater-ls.trp-color-dark{
    background: #1E1E1E;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    border-radius: 8px 8px 0 0;
}

#trp-floater-ls.trp-color-light{
    background: #FFFFFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    border-radius: 8px 8px 0 0;
}

.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-light.trp-poweredby:hover {
    width: 192px;
}

.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-dark.trp-poweredby:hover {
    width: 192px;
}

#trp-floater-ls.trp-color-dark-old{
    background: rgb(27,27,27);
    background: linear-gradient(0deg, rgba(27,27,27,1) 0%, rgba(84,84,84,1) 100%);
}

#trp-floater-ls.trp-color-light-old{
    background: rgb(214,214,214);
    background: linear-gradient(0deg, rgba(214,214,214,1) 0%, rgba(250,250,250,1) 100%);
}


#trp-floater-ls.trp-bottom-right{
    top:auto;
    bottom: 0;
    right:10%;
}

#trp-floater-ls.trp-bottom-left{
    top:auto;
    bottom: 0;
    left: 10%;
}

#trp-floater-ls.trp-top-right{
    bottom:auto;
    top: 0;
    right:10%;
    border-radius: 0 0 5px 5px;
}

#trp-floater-ls.trp-top-left{
    bottom:auto;
    top: 0;
    left: 10%;
    border-radius: 0 0 5px 5px;
}

body.admin-bar #trp-floater-ls.trp-top-right,
body.admin-bar #trp-floater-ls.trp-top-left{
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar #trp-floater-ls.trp-top-right,
    body.admin-bar #trp-floater-ls.trp-top-left {
        top: 46px;
    }
}

@media screen and (max-width: 1000px) {
    #trp-floater-ls-language-list{
        display: flex;
        flex-direction: column;
    }
    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-light.trp-poweredby {
        right: 10%;
        min-width: 105px;
    }
    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-light.trp-poweredby {
        left: 10%;
        min-width: 105px;
    }
    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark.trp-poweredby {
        right: 10%;
        min-width: 105px;
    }
    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-dark.trp-poweredby {
        left: 10%;
        min-width: 105px;
    }

    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-dark.trp-poweredby {
        right: 10%;
        min-width: 66px;
    }
    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-dark.trp-poweredby {
        left: 10%;
        min-width: 66px;
    }
    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-light.trp-poweredby {
        right: 10%;
        min-width: 66px;
    }
    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-light.trp-poweredby {
        left: 10%;
        min-width: 66px;
    }
    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark.trp-poweredby {
        right: 10%;
        min-width: 105px;
    }
    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark.trp-poweredby {
        left: 10%;
        min-width: 105px;
    }
    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light.trp-poweredby {
        right: 10%;
        min-width: 105px;
    }
    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-light.trp-poweredby {
        left: 10%;
        min-width: 105px;
    }
    #trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
        margin-top: 15px!important;
    }


    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-light {
        right: 10%;
        min-width: 105px;
    }
    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-light {
        left: 10%;
        min-width: 105px;
    }
    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark {
        right: 10%;
        min-width: 105px;
    }
    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-dark {
        left: 10%;
        min-width: 105px;
    }
    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-dark {
        right: 10%;
        min-width: 66px;
    }
    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-dark {
        left: 10%;
        min-width: 66px;
    }
    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-light {
        right: 10%;
        min-width: 66px;
    }
    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-light {
        left: 10%;
        min-width: 66px;
    }
    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark {
        right: 10%;
        min-width: 60px;
    }
    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark {
        left: 10%;
        min-width: 60px;
    }
    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light {
        right: 10%;
        min-width: 60px;
    }
    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-light {
        left: 10%;
        min-width: 60px;
    }
}

@media screen and (max-width: 500px) {

    #trp-floater-ls-language-list{
        display: flex;
        flex-direction: column;
    }

    #trp-floater-ls:hover .trp-language-wrap a.trp-floater-ls-disabled-language {
        margin-top: 0;
    }

    .trp-floater-ls-disabled-language {
        margin-top: 0!important;
        padding-top:16px!important;
    }

    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-light.trp-poweredby {
        right: 10%;
        min-width: 105px;
    }
    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-light.trp-poweredby {
        left: 10%;
        min-width: 105px;
    }
    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark.trp-poweredby {
        right: 10%;
        min-width: 105px;
    }
    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-dark.trp-poweredby {
        left: 10%;
        min-width: 105px;
    }
    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-dark.trp-poweredby {
        right: 10%;
        min-width: 66px;
    }
    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-dark.trp-poweredby {
        left: 10%;
        min-width: 66px;
    }
    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-light.trp-poweredby {
        right: 10%;
        min-width: 66px;
    }
    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-light.trp-poweredby {
        left: 10%;
        min-width: 66px;
    }
    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark.trp-poweredby {
        right: 10%;
        min-width: 60px;
    }
    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark.trp-poweredby {
        left: 10%;
        min-width: 60px;
    }
    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light.trp-poweredby {
        right: 10%;
        min-width: 60px;
    }
    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-light.trp-poweredby {
        left: 10%;
        min-width: 60px;
    }

    #trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
         margin-top: 5px!important;
    }


    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-light {
        right: 10%;
        min-width: 105px;
    }
    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-light {
        left: 10%;
        min-width: 105px;
    }
    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark {
        right: 10%;
        min-width: 105px;
    }
    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-dark {
        left: 10%;
        min-width: 105px;
    }


    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-dark {
        right: 10%;
        min-width: 66px;
    }
    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-dark {
        left: 10%;
        min-width: 66px;
    }
    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-light {
        right: 10%;
        min-width: 66px;
    }
    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-light {
        left: 10%;
        min-width: 66px;
    }

    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark {
        right: 10%;
        min-width: 60px;
    }
    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark {
        left: 10%;
        min-width: 60px;
    }
    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light {
        right: 10%;
        min-width: 60px;
    }
    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-light {
        left: 10%;
        min-width: 60px;
    }
}

#trp-floater-ls.trp-floater-ls-codes  #trp-floater-ls-current-language a,
#trp-floater-ls.trp-floater-ls-codes #trp-floater-ls-language-list {
    text-align: center;
    margin-top: 6px;
}

#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-current-language a img,
#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-language-list a img {
    text-align: center;
    display: block;
    margin: 0 auto;
}

#trp-floater-ls-language-list {
    display: none;
}

.trp-poweredby #trp-floater-ls-language-list .trp-language-wrap{
    padding: 10px;
    width: auto;
}

#trp-floater-ls .trp-language-wrap.trp-language-wrap-top{
    padding:10px;
}

#trp-floater-ls .trp-language-wrap.trp-language-wrap-bottom{
    padding:11px;
}

#trp-floater-ls.only-flags div.trp-language-wrap{
    padding:11px 0;
}

#trp-floater-ls.trp-top-right.trp-poweredby.trp-color-dark #trp-floater-ls-language-list #trp-floater-poweredby,
#trp-floater-ls.trp-top-left.trp-poweredby.trp-color-dark #trp-floater-ls-language-list #trp-floater-poweredby{
    border-top: none;
    border-bottom: 1px solid #747474;
}
#trp-floater-ls.trp-top-right.trp-poweredby.trp-color-light #trp-floater-ls-language-list #trp-floater-poweredby,
#trp-floater-ls.trp-top-left.trp-poweredby.trp-color-light #trp-floater-ls-language-list #trp-floater-poweredby{
    border-top: none;
    border-bottom: 1px solid #aaaaaa;
}

.trp-color-dark.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby{
    border-top: 1px solid #747474;
    color: #b3b3b3;
}
.trp-color-light.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby{
    border-top: 1px solid #aaaaaa;
    color: #808080;
}

.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby{
    padding: 5px 12px 5px 12px;
    text-align: center;
    font-size: 12px;
}

.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a{
    display: inline;
    padding: 0px 3px;
    border-radius: 30px;
    line-height: 11px;
    text-decoration: underline;
}


.trp-color-light.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a{
    color: #3858E9;
    text-decoration: none;
}
.trp-color-dark.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a{
    color: #b3b3b3;
}
.trp-color-dark.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a:hover{
    color: #ffffff;
    opacity: 1;
}
.trp-color-light.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a:hover{
    color: #3858E9;
    text-decoration: underline;
}


#trp-floater-ls:focus #trp-floater-ls-current-language,
#trp-floater-ls:hover #trp-floater-ls-current-language {
    display: none;
}

#trp-floater-ls:focus #trp-floater-ls-language-list,
#trp-floater-ls:hover #trp-floater-ls-language-list {
    display: block;
}

#trp-floater-ls-current-language a {
    display: block;
    padding: 10px 12px 10px 12px;
    font-size: 90%;
}

.trp-language-wrap a{
    display: block;
    padding: 10px 12px 10px 12px;
    font-size: 90%;
}

#trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language{
    display: block;
    padding: 10px 24px 10px 24px;
    font-size: 90%;
}

#trp-floater-ls-current-language,
#trp-floater-ls-language-list {
    text-align: left;
}

#trp-floater-ls-current-language.trp-with-flags,
#trp-floater-ls-language-list.trp-with-flags {
    text-align: left;
}

#trp-floater-ls-current-language {
    display: block;
    width: 100%;
    height: 100%;
}

.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark.trp-poweredby #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light.trp-poweredby #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark.trp-poweredby #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-light.trp-poweredby #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-dark.trp-poweredby #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-dark #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-light.trp-poweredby #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-light #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-dark.trp-poweredby #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-dark #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-light.trp-poweredby #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-light #trp-floater-ls-current-language {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 3px;
}

.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right .trp-language-wrap,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left .trp-language-wrap {
    padding: 9px!important;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-top-right .trp-language-wrap,
.trp-language-switcher-container.trp-floater-ls-codes.trp-top-left .trp-language-wrap {
    padding: 0 9px 9px 9px!important;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right .trp-language-wrap,
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left .trp-language-wrap {
   padding: 9px 9px 6px 9px!important
}

.trp-language-switcher-container.trp-floater-ls-names.trp-top-right .trp-language-wrap,
.trp-language-switcher-container.trp-floater-ls-names.trp-top-left .trp-language-wrap {
    padding: 0 12px 12px 12px!important;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right .trp-language-wrap,
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left .trp-language-wrap {
   padding: 12px 12px 6px 12px!important
}

#trp-floater-ls div:not(#trp-floater-poweredby) > a {
    display: flex!important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.trp-color-dark #trp-floater-ls-current-language a,
.trp-color-dark #trp-floater-ls-language-list a {
    color: #BDBDBD;
}
.trp-color-light #trp-floater-ls-current-language a,
.trp-color-light #trp-floater-ls-language-list a {
    color: #404040;
}

.trp-color-dark #trp-floater-ls-current-language a,
.trp-color-dark #trp-floater-ls-language-list a,
.trp-color-light #trp-floater-ls-current-language a,
.trp-color-light #trp-floater-ls-language-list a,
.trp-with-flags.trp-color-dark #trp-floater-ls-current-language a,
.trp-color-dark #trp-floater-ls-language-list a,
.trp-with-flags.trp-color-light #trp-floater-ls-current-language a,
.trp-color-light #trp-floater-ls-language-list a,
.trp-color-light #trp-floater-ls-current-language a,
.trp-color-dark #trp-floater-ls-language-list a {
    display: block;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.trp-color-light #trp-floater-ls-language-list .trp-language-wrap a:hover {
    color: #1E1E1E;
    background: #F0F0F0;
    border-radius: 2px;
}

.trp-color-dark #trp-floater-ls-language-list .trp-language-wrap a:hover {
    color: #FFFFFF;
    background: #4F4F4F;
    border-radius: 2px;
}

.trp-floater-ls-disabled-language {
    margin-top:6px;
}

#trp-floater-ls .trp-floater-ls-disabled-language {
    pointer-events: none;
    cursor: default;
}

#trp-floater-ls .trp-with-flags .trp-flag-image {
    margin-right: 5px;
    vertical-align: middle;
    height: auto;
    max-width: 100%;
    display: inline;
    padding: 0;
}

.trp-flag-image:dir(rtl) {
    margin-left: 5px;
}

#trp-floater-ls a {
    text-decoration: none;
}

#trp-floater-ls-language-list {
    max-height: 300px;
    overflow-y: auto;
}

.only-flags #trp-floater-ls-language-list {
    overflow-y: overlay;
}
/*
 *  Menu Language Switcher
 */

.menu-item-object-language_switcher .trp-flag-image {
    display: inline-block;
    margin: -1px 5px;
    vertical-align: baseline;
    padding: 0;
    border: 0;
    border-radius:0;
}

/*
 *  Shortcode Language Switcher
 */
.trp-language-switcher{
    height: 42px;
    position: relative;
    box-sizing: border-box;
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.trp-language-switcher > div {
    box-sizing: border-box;
    padding:4px 20px 3px 13px;
    border: 1.5px solid #949494;
    border-radius: 2px;
    background-image: url(//sonpati.xyz/wp-content/plugins/translatepress-multilingual/assets/images/arrow-down-3101.svg);
    background-repeat: no-repeat;

    background-position:
            calc(100% - 20px) calc(1em + 2px),
            calc(100% - 3px) calc(1em + 0px);

    background-size:
            8px 8px,
            8px 8px;

    background-repeat: no-repeat;

    background-color: #fff;
}

.trp-language-switcher > div:hover {
    background-image: none;
}


.trp-language-switcher > div > a {
    display: block;
    padding: 7px 12px;
    border-radius: 3px;
    text-decoration: none;
    color: #1E1E1E;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.trp-language-switcher > div > a:hover {
    background: #F0F0F0;
    border-radius: 2px;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
    cursor: default;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
    background: none;
}

.trp-language-switcher > div > a > img{
    display: inline;
    margin: 0 3px;
    width: 18px;
    height: 12px;
    border-radius: 0;
}

.trp-language-switcher .trp-ls-shortcode-current-language{
    display: inline-block;
}
.trp-language-switcher:focus .trp-ls-shortcode-current-language,
.trp-language-switcher:hover .trp-ls-shortcode-current-language{
    visibility: hidden;
}

.trp-language-switcher .trp-ls-shortcode-language{
    display: inline-block;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    z-index: 1;

    max-height: 250px;
    overflow-y: auto;
    left: 0;
    top: 0;
    min-height: auto;
}

.trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language{
    visibility: visible;
    max-height: 250px;
    padding: 4px 13px;
    height: auto;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block !important;
    min-height: auto;
}

/*
 *  Front-end Admin Bar Icon
 */
#wpadminbar #wp-admin-bar-trp_edit_translation .ab-icon:before {
    content: '\f326';
    top: 3px;
}

@media screen and ( max-width: 782px ) {
    #wpadminbar #wp-admin-bar-trp_edit_translation > .ab-item {
        text-indent: 0;
    }

    #wpadminbar li#wp-admin-bar-trp_edit_translation {
        display: block;
    }
}

/*
 * Fix Language Switcher Shortcode in Elementor Popup
 */
.elementor-shortcode .trp-ls-shortcode-current-language,
.elementor-shortcode .trp-ls-shortcode-language {
    width: 300px !important;
}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}/*--------------------------------------------------------------
>>> RadiantThemes All CSS
>>> THEME ALL CSS || DO NOT CHANGE THIS WITHOUT PROPER KNOWLEDGE
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# VC FIX
# Bootstrap - v4.4.1
# FontAwesome - v5.9.0
# ElusiveIcons - v2.0.0
# Themify Icons
# FancyBox - v3.5.7
# Odometer - v0.4.6
# Linear Icons Free - v1.0.0
--------------------------------------------------------------*/
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-regular-400.eot);
    src: url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-regular-400.woff2) format("woff2"), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-regular-400.woff) format("woff"), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-regular-400.ttf) format("truetype"), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-brands-400.eot);
    src: url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-brands-400.woff2) format("woff2"), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-brands-400.woff) format("woff"), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-brands-400.ttf) format("truetype"), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-solid-900.eot);
    src: url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-solid-900.woff2) format("woff2"), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-solid-900.woff) format("woff"), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-solid-900.ttf) format("truetype"), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul > li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}


/*!* Bootstrap v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, liberation mono, courier new, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
    color:#2d2b3b;
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

/*@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}*/

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

/*@media(min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media(min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media(min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media(min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}*/

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   /* margin-right: -15px;
    margin-left: -15px;*/
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media(min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8daff
}

.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #d6d8db
}

.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb
}

.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info,
.table-info > td,
.table-info > th {
    background-color: #bee5eb
}

.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffeeba
}

.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f5c6cb
}

.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light,
.table-light > td,
.table-light > th {
    background-color: #fdfdfe
}

.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca
}

.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active,
.table-active > td,
.table-active > th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media(max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media(max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media(max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media(max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive > .table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row > .col,
.form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMyOGE3NDUnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgZmlsbD0nbm9uZScgc3Ryb2tlPScjZGMzNTQ1JyB2aWV3Qm94PScwIDAgMTIgMTInPjxjaXJjbGUgY3g9JzYnIGN5PSc2JyByPSc0LjUnLz48cGF0aCBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBkPSdNNS44IDMuNmguNEw2IDYuNXonLz48Y2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nI2RjMzU0NScgc3Ryb2tlPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media(min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg > .btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media(min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media(min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media(min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media(min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
    z-index: 1
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%
}

.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0
}

.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
    margin-left: -1px
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input[disabled] ~ .custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNmwyLjk3NCAyLjk5TDggMi4xOTN6Jy8+PC9zdmc+)
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc0JyBoZWlnaHQ9JzQnIHZpZXdCb3g9JzAgMCA0IDQnPjxwYXRoIHN0cm9rZT0nI2ZmZicgZD0nTTAgMmg0Jy8+PC9zdmc+)
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgdmlld0JveD0nLTQgLTQgOCA4Jz48Y2lyY2xlIHI9JzMnIGZpbGw9JyNmZmYnLz48L3N2Zz4=)
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media(max-width:575.98px) {

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width:767.98px) {

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width:991.98px) {

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(max-width:1199.98px) {

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczMCcgdmlld0JveD0nMCAwIDMwIDMwJz48cGF0aCBzdHJva2U9J3JnYmEoMCwgMCwgMCwgMC41KScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIHN0cm9rZS13aWR0aD0nMicgZD0nTTQgN2gyMk00IDE1aDIyTTQgMjNoMjInLz48L3N2Zz4=)
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczMCcgdmlld0JveD0nMCAwIDMwIDMwJz48cGF0aCBzdHJva2U9J3JnYmEoMjU1LCAyNTUsIDI1NSwgMC41KScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIHN0cm9rZS13aWR0aD0nMicgZD0nTTQgN2gyMk00IDE1aDIyTTQgMjNoMjInLz48L3N2Zz4=)
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group > .card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media(min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion > .card {
    overflow: hidden
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media(min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item + .list-group-item {
    border-top-width: 0
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal .list-group-item.active {
    margin-top: 0
}

.list-group-horizontal .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media(min-width:576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width:768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width:992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width:1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:first-child {
    border-top-width: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer > * {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media(min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] > .arrow,
.bs-popover-top > .arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top] > .arrow::before,
.bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] > .arrow::after,
.bs-popover-top > .arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] > .arrow,
.bs-popover-right > .arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] > .arrow::before,
.bs-popover-right > .arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] > .arrow::after,
.bs-popover-right > .arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] > .arrow,
.bs-popover-bottom > .arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before,
.bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after,
.bs-popover-bottom > .arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] > .arrow,
.bs-popover-left > .arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] > .arrow::before,
.bs-popover-left > .arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] > .arrow::after,
.bs-popover-left > .arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media(prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J001LjI1IDBsLTQgNCA0IDQgMS41LTEuNUw0LjI1IDRsMi41LTIuNUw1LjI1IDB6Jy8+PC9zdmc+)
}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J00yLjc1IDBsLTEuNSAxLjVMMy43NSA0bC0yLjUgMi41TDIuNzUgOGw0LTQtNC00eicvPjwvc3ZnPg==)
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media(min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media(min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media(min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media(min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media(min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, liberation mono, courier new, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media(min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

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

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

/*!* animate.css -http://daneden.me/animate
* Version - 3.6.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2018 Daniel Eden*/
.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.delay-1s {
    animation-delay: 1s
}

.animated.delay-2s {
    animation-delay: 2s
}

.animated.delay-3s {
    animation-delay: 3s
}

.animated.delay-4s {
    animation-delay: 4s
}

.animated.delay-5s {
    animation-delay: 5s
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scaleX(1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    0%,
    to {
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: translateZ(0)
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        transform: translateZ(0)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    0%,
    11.1%,
    to {
        transform: translateZ(0)
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    animation-duration: .75s;
    animation-name: bounceIn
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-duration: .75s;
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-duration: .75s;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-duration: 2s;
    animation-name: hinge
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

/*!* Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)*/
.fa-fw,
.fa-li {
    text-align: center
}

.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul > li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-random:before {
    content: "\f074"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-rendact:before {
    content: "\f3e4"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: 'font awesome 5 brands';
    font-style: normal;
    font-weight: 400;
    src: url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-brands-400.eot);
    src: url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-brands-400.woff2) format("woff2"), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-brands-400.woff) format("woff"), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-brands-400.ttf) format("truetype"), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: 'font awesome 5 brands'
}

.fa,
.far,
.fas {
    font-family: 'font awesome 5 free'
}

@font-face {
    font-family: 'font awesome 5 free';
    font-style: normal;
    font-weight: 400;
    src: url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-regular-400.eot);
    src: url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-regular-400.woff2) format("woff2"), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-regular-400.woff) format("woff"), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-regular-400.ttf) format("truetype"), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-weight: 400
}

@font-face {
    font-family: 'font awesome 5 free';
    font-style: normal;
    font-weight: 900;
    src: url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-solid-900.eot);
    src: url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-solid-900.woff2) format("woff2"), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-solid-900.woff) format("woff"), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-solid-900.ttf) format("truetype"), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
    font-weight: 900
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/*!
 *  Elusive Icons 2.0.0 by @ReduxFramework - http://elusiveicons.com - @reduxframework
 *  License - http://elusiveicons.com/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'Elusive-Icons';
    src: url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/elusiveicons-webfont.eot?v=2.0.0);
    src: url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/elusiveicons-webfont.eot?#iefix&v=2.0.0) format('embedded-opentype'), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/elusiveicons-webfont.woff?v=2.0.0) format('woff'), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/elusiveicons-webfont.ttf?v=2.0.0) format('truetype'), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/elusiveicons-webfont.svg?v=2.0.0#elusiveiconsregular) format('svg');
    font-weight: normal;
    font-style: normal
}

.el {
    display: inline-block;
    font: normal normal normal 14px/1 'Elusive-Icons';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.el-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.el-2x {
    font-size: 2em
}

.el-3x {
    font-size: 3em
}

.el-4x {
    font-size: 4em
}

.el-5x {
    font-size: 5em
}

.el-fw {
    width: 1.28571429em;
    text-align: center
}

.el-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.el-ul > li {
    position: relative
}

.el-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.el-li.el-lg {
    left: -1.85714286em
}

.el-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.el.pull-left {
    margin-right: .3em
}

.el.pull-right {
    margin-left: .3em
}

.el-spin {
    -webkit-animation: el-spin 2s infinite linear;
    animation: el-spin 2s infinite linear
}

.el-pulse {
    -webkit-animation: el-spin 1s infinite steps(8);
    animation: el-spin 1s infinite steps(8)
}

@-webkit-keyframes el-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes el-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.el-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.el-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.el-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.el-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.el-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .el-rotate-90,
:root .el-rotate-180,
:root .el-rotate-270,
:root .el-flip-horizontal,
:root .el-flip-vertical {
    filter: none
}

.el-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.el-stack-1x,
.el-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.el-stack-1x {
    line-height: inherit
}

.el-stack-2x {
    font-size: 2em
}

.el-inverse {
    color: #fff
}

.el-address-book-alt:before {
    content: "\f101"
}

.el-address-book:before {
    content: "\f102"
}

.el-adjust-alt:before {
    content: "\f103"
}

.el-adjust:before {
    content: "\f104"
}

.el-adult:before {
    content: "\f105"
}

.el-align-center:before {
    content: "\f106"
}

.el-align-justify:before {
    content: "\f107"
}

.el-align-left:before {
    content: "\f108"
}

.el-align-right:before {
    content: "\f109"
}

.el-arrow-down:before {
    content: "\f10a"
}

.el-arrow-left:before {
    content: "\f10b"
}

.el-arrow-right:before {
    content: "\f10c"
}

.el-arrow-up:before {
    content: "\f10d"
}

.el-asl:before {
    content: "\f10e"
}

.el-asterisk:before {
    content: "\f10f"
}

.el-backward:before {
    content: "\f110"
}

.el-ban-circle:before {
    content: "\f111"
}

.el-barcode:before {
    content: "\f112"
}

.el-behance:before {
    content: "\f113"
}

.el-bell:before {
    content: "\f114"
}

.el-blind:before {
    content: "\f115"
}

.el-blogger:before {
    content: "\f116"
}

.el-bold:before {
    content: "\f117"
}

.el-book:before {
    content: "\f118"
}

.el-bookmark-empty:before {
    content: "\f119"
}

.el-bookmark:before {
    content: "\f11a"
}

.el-braille:before {
    content: "\f11b"
}

.el-briefcase:before {
    content: "\f11c"
}

.el-broom:before {
    content: "\f11d"
}

.el-brush:before {
    content: "\f11e"
}

.el-bulb:before {
    content: "\f11f"
}

.el-bullhorn:before {
    content: "\f120"
}

.el-calendar-sign:before {
    content: "\f121"
}

.el-calendar:before {
    content: "\f122"
}

.el-camera:before {
    content: "\f123"
}

.el-car:before {
    content: "\f124"
}

.el-caret-down:before {
    content: "\f125"
}

.el-caret-left:before {
    content: "\f126"
}

.el-caret-right:before {
    content: "\f127"
}

.el-caret-up:before {
    content: "\f128"
}

.el-cc:before {
    content: "\f129"
}

.el-certificate:before {
    content: "\f12a"
}

.el-check-empty:before {
    content: "\f12b"
}

.el-check:before {
    content: "\f12c"
}

.el-chevron-down:before {
    content: "\f12d"
}

.el-chevron-left:before {
    content: "\f12e"
}

.el-chevron-right:before {
    content: "\f12f"
}

.el-chevron-up:before {
    content: "\f130"
}

.el-child:before {
    content: "\f131"
}

.el-circle-arrow-down:before {
    content: "\f132"
}

.el-circle-arrow-left:before {
    content: "\f133"
}

.el-circle-arrow-right:before {
    content: "\f134"
}

.el-circle-arrow-up:before {
    content: "\f135"
}

.el-cloud-alt:before {
    content: "\f136"
}

.el-cloud:before {
    content: "\f137"
}

.el-cog-alt:before {
    content: "\f138"
}

.el-cog:before {
    content: "\f139"
}

.el-cogs:before {
    content: "\f13a"
}

.el-comment-alt:before {
    content: "\f13b"
}

.el-comment:before {
    content: "\f13c"
}

.el-compass-alt:before {
    content: "\f13d"
}

.el-compass:before {
    content: "\f13e"
}

.el-credit-card:before {
    content: "\f13f"
}

.el-css:before {
    content: "\f140"
}

.el-dashboard:before {
    content: "\f141"
}

.el-delicious:before {
    content: "\f142"
}

.el-deviantart:before {
    content: "\f143"
}

.el-digg:before {
    content: "\f144"
}

.el-download-alt:before {
    content: "\f145"
}

.el-download:before {
    content: "\f146"
}

.el-dribbble:before {
    content: "\f147"
}

.el-edit:before {
    content: "\f148"
}

.el-eject:before {
    content: "\f149"
}

.el-envelope-alt:before {
    content: "\f14a"
}

.el-envelope:before {
    content: "\f14b"
}

.el-error-alt:before {
    content: "\f14c"
}

.el-error:before {
    content: "\f14d"
}

.el-eur:before {
    content: "\f14e"
}

.el-exclamation-sign:before {
    content: "\f14f"
}

.el-eye-close:before {
    content: "\f150"
}

.el-eye-open:before {
    content: "\f151"
}

.el-facebook:before {
    content: "\f152"
}

.el-facetime-video:before {
    content: "\f153"
}

.el-fast-backward:before {
    content: "\f154"
}

.el-fast-forward:before {
    content: "\f155"
}

.el-female:before {
    content: "\f156"
}

.el-file-alt:before {
    content: "\f157"
}

.el-file-edit-alt:before {
    content: "\f158"
}

.el-file-edit:before {
    content: "\f159"
}

.el-file-new-alt:before {
    content: "\f15a"
}

.el-file-new:before {
    content: "\f15b"
}

.el-file:before {
    content: "\f15c"
}

.el-film:before {
    content: "\f15d"
}

.el-filter:before {
    content: "\f15e"
}

.el-fire:before {
    content: "\f15f"
}

.el-flag-alt:before {
    content: "\f160"
}

.el-flag:before {
    content: "\f161"
}

.el-flickr:before {
    content: "\f162"
}

.el-folder-close:before {
    content: "\f163"
}

.el-folder-open:before {
    content: "\f164"
}

.el-folder-sign:before {
    content: "\f165"
}

.el-folder:before {
    content: "\f166"
}

.el-font:before {
    content: "\f167"
}

.el-fontsize:before {
    content: "\f168"
}

.el-fork:before {
    content: "\f169"
}

.el-forward-alt:before {
    content: "\f16a"
}

.el-forward:before {
    content: "\f16b"
}

.el-foursquare:before {
    content: "\f16c"
}

.el-friendfeed-rect:before {
    content: "\f16d"
}

.el-friendfeed:before {
    content: "\f16e"
}

.el-fullscreen:before {
    content: "\f16f"
}

.el-gbp:before {
    content: "\f170"
}

.el-gift:before {
    content: "\f171"
}

.el-github-text:before {
    content: "\f172"
}

.el-github:before {
    content: "\f173"
}

.el-glass:before {
    content: "\f174"
}

.el-glasses:before {
    content: "\f175"
}

.el-globe-alt:before {
    content: "\f176"
}

.el-globe:before {
    content: "\f177"
}

.el-googleplus:before {
    content: "\f178"
}

.el-graph-alt:before {
    content: "\f179"
}

.el-graph:before {
    content: "\f17a"
}

.el-group-alt:before {
    content: "\f17b"
}

.el-group:before {
    content: "\f17c"
}

.el-guidedog:before {
    content: "\f17d"
}

.el-hand-down:before {
    content: "\f17e"
}

.el-hand-left:before {
    content: "\f17f"
}

.el-hand-right:before {
    content: "\f180"
}

.el-hand-up:before {
    content: "\f181"
}

.el-hdd:before {
    content: "\f182"
}

.el-headphones:before {
    content: "\f183"
}

.el-hearing-impaired:before {
    content: "\f184"
}

.el-heart-alt:before {
    content: "\f185"
}

.el-heart-empty:before {
    content: "\f186"
}

.el-heart:before {
    content: "\f187"
}

.el-home-alt:before {
    content: "\f188"
}

.el-home:before {
    content: "\f189"
}

.el-hourglass:before {
    content: "\f18a"
}

.el-idea-alt:before {
    content: "\f18b"
}

.el-idea:before {
    content: "\f18c"
}

.el-inbox-alt:before {
    content: "\f18d"
}

.el-inbox-box:before {
    content: "\f18e"
}

.el-inbox:before {
    content: "\f18f"
}

.el-indent-left:before {
    content: "\f190"
}

.el-indent-right:before {
    content: "\f191"
}

.el-info-circle:before {
    content: "\f192"
}

.el-instagram:before {
    content: "\f193"
}

.el-iphone-home:before {
    content: "\f194"
}

.el-italic:before {
    content: "\f195"
}

.el-key:before {
    content: "\f196"
}

.el-laptop-alt:before {
    content: "\f197"
}

.el-laptop:before {
    content: "\f198"
}

.el-lastfm:before {
    content: "\f199"
}

.el-leaf:before {
    content: "\f19a"
}

.el-lines:before {
    content: "\f19b"
}

.el-link:before {
    content: "\f19c"
}

.el-linkedin:before {
    content: "\f19d"
}

.el-list-alt:before {
    content: "\f19e"
}

.el-list:before {
    content: "\f19f"
}

.el-livejournal:before {
    content: "\f1a0"
}

.el-lock-alt:before {
    content: "\f1a1"
}

.el-lock:before {
    content: "\f1a2"
}

.el-magic:before {
    content: "\f1a3"
}

.el-magnet:before {
    content: "\f1a4"
}

.el-male:before {
    content: "\f1a5"
}

.el-map-marker-alt:before {
    content: "\f1a6"
}

.el-map-marker:before {
    content: "\f1a7"
}

.el-mic-alt:before {
    content: "\f1a8"
}

.el-mic:before {
    content: "\f1a9"
}

.el-minus-sign:before {
    content: "\f1aa"
}

.el-minus:before {
    content: "\f1ab"
}

.el-move:before {
    content: "\f1ac"
}

.el-music:before {
    content: "\f1ad"
}

.el-myspace:before {
    content: "\f1ae"
}

.el-network:before {
    content: "\f1af"
}

.el-off:before {
    content: "\f1b0"
}

.el-ok-circle:before {
    content: "\f1b1"
}

.el-ok-sign:before {
    content: "\f1b2"
}

.el-ok:before {
    content: "\f1b3"
}

.el-opensource:before {
    content: "\f1b4"
}

.el-paper-clip-alt:before {
    content: "\f1b5"
}

.el-paper-clip:before {
    content: "\f1b6"
}

.el-path:before {
    content: "\f1b7"
}

.el-pause-alt:before {
    content: "\f1b8"
}

.el-pause:before {
    content: "\f1b9"
}

.el-pencil-alt:before {
    content: "\f1ba"
}

.el-pencil:before {
    content: "\f1bb"
}

.el-person:before {
    content: "\f1bc"
}

.el-phone-alt:before {
    content: "\f1bd"
}

.el-phone:before {
    content: "\f1be"
}

.el-photo-alt:before {
    content: "\f1bf"
}

.el-photo:before {
    content: "\f1c0"
}

.el-picasa:before {
    content: "\f1c1"
}

.el-picture:before {
    content: "\f1c2"
}

.el-pinterest:before {
    content: "\f1c3"
}

.el-plane:before {
    content: "\f1c4"
}

.el-play-alt:before {
    content: "\f1c5"
}

.el-play-circle:before {
    content: "\f1c6"
}

.el-play:before {
    content: "\f1c7"
}

.el-plurk-alt:before {
    content: "\f1c8"
}

.el-plurk:before {
    content: "\f1c9"
}

.el-plus-sign:before {
    content: "\f1ca"
}

.el-plus:before {
    content: "\f1cb"
}

.el-podcast:before {
    content: "\f1cc"
}

.el-print:before {
    content: "\f1cd"
}

.el-puzzle:before {
    content: "\f1ce"
}

.el-qrcode:before {
    content: "\f1cf"
}

.el-question-sign:before {
    content: "\f1d0"
}

.el-question:before {
    content: "\f1d1"
}

.el-quote-alt:before {
    content: "\f1d2"
}

.el-quote-right-alt:before {
    content: "\f1d3"
}

.el-quote-right:before {
    content: "\f1d4"
}

.el-quotes:before {
    content: "\f1d5"
}

.el-random:before {
    content: "\f1d6"
}

.el-record:before {
    content: "\f1d7"
}

.el-reddit:before {
    content: "\f1d8"
}

.el-redux:before {
    content: "\f1d9"
}

.el-refresh:before {
    content: "\f1da"
}

.el-remove-circle:before {
    content: "\f1db"
}

.el-remove-sign:before {
    content: "\f1dc"
}

.el-remove:before {
    content: "\f1dd"
}

.el-repeat-alt:before {
    content: "\f1de"
}

.el-repeat:before {
    content: "\f1df"
}

.el-resize-full:before {
    content: "\f1e0"
}

.el-resize-horizontal:before {
    content: "\f1e1"
}

.el-resize-small:before {
    content: "\f1e2"
}

.el-resize-vertical:before {
    content: "\f1e3"
}

.el-return-key:before {
    content: "\f1e4"
}

.el-retweet:before {
    content: "\f1e5"
}

.el-reverse-alt:before {
    content: "\f1e6"
}

.el-road:before {
    content: "\f1e7"
}

.el-rss:before {
    content: "\f1e8"
}

.el-scissors:before {
    content: "\f1e9"
}

.el-screen-alt:before {
    content: "\f1ea"
}

.el-screen:before {
    content: "\f1eb"
}

.el-screenshot:before {
    content: "\f1ec"
}

.el-search-alt:before {
    content: "\f1ed"
}

.el-search:before {
    content: "\f1ee"
}

.el-share-alt:before {
    content: "\f1ef"
}

.el-share:before {
    content: "\f1f0"
}

.el-shopping-cart-sign:before {
    content: "\f1f1"
}

.el-shopping-cart:before {
    content: "\f1f2"
}

.el-signal:before {
    content: "\f1f3"
}

.el-skype:before {
    content: "\f1f4"
}

.el-slideshare:before {
    content: "\f1f5"
}

.el-smiley-alt:before {
    content: "\f1f6"
}

.el-smiley:before {
    content: "\f1f7"
}

.el-soundcloud:before {
    content: "\f1f8"
}

.el-speaker:before {
    content: "\f1f9"
}

.el-spotify:before {
    content: "\f1fa"
}

.el-stackoverflow:before {
    content: "\f1fb"
}

.el-star-alt:before {
    content: "\f1fc"
}

.el-star-empty:before {
    content: "\f1fd"
}

.el-star:before {
    content: "\f1fe"
}

.el-step-backward:before {
    content: "\f1ff"
}

.el-step-forward:before {
    content: "\f200"
}

.el-stop-alt:before {
    content: "\f201"
}

.el-stop:before {
    content: "\f202"
}

.el-stumbleupon:before {
    content: "\f203"
}

.el-tag:before {
    content: "\f204"
}

.el-tags:before {
    content: "\f205"
}

.el-tasks:before {
    content: "\f206"
}

.el-text-height:before {
    content: "\f207"
}

.el-text-width:before {
    content: "\f208"
}

.el-th-large:before {
    content: "\f209"
}

.el-th-list:before {
    content: "\f20a"
}

.el-th:before {
    content: "\f20b"
}

.el-thumbs-down:before {
    content: "\f20c"
}

.el-thumbs-up:before {
    content: "\f20d"
}

.el-time-alt:before {
    content: "\f20e"
}

.el-time:before {
    content: "\f20f"
}

.el-tint:before {
    content: "\f210"
}

.el-torso:before {
    content: "\f211"
}

.el-trash-alt:before {
    content: "\f212"
}

.el-trash:before {
    content: "\f213"
}

.el-tumblr:before {
    content: "\f214"
}

.el-twitter:before {
    content: "\f215"
}

.el-universal-access:before {
    content: "\f216"
}

.el-unlock-alt:before {
    content: "\f217"
}

.el-unlock:before {
    content: "\f218"
}

.el-upload:before {
    content: "\f219"
}

.el-usd:before {
    content: "\f21a"
}

.el-user:before {
    content: "\f21b"
}

.el-viadeo:before {
    content: "\f21c"
}

.el-video-alt:before {
    content: "\f21d"
}

.el-video-chat:before {
    content: "\f21e"
}

.el-video:before {
    content: "\f21f"
}

.el-view-mode:before {
    content: "\f220"
}

.el-vimeo:before {
    content: "\f221"
}

.el-vkontakte:before {
    content: "\f222"
}

.el-volume-down:before {
    content: "\f223"
}

.el-volume-off:before {
    content: "\f224"
}

.el-volume-up:before {
    content: "\f225"
}

.el-w3c:before {
    content: "\f226"
}

.el-warning-sign:before {
    content: "\f227"
}

.el-website-alt:before {
    content: "\f228"
}

.el-website:before {
    content: "\f229"
}

.el-wheelchair:before {
    content: "\f22a"
}

.el-wordpress:before {
    content: "\f22b"
}

.el-wrench-alt:before {
    content: "\f22c"
}

.el-wrench:before {
    content: "\f22d"
}

.el-youtube:before {
    content: "\f22e"
}

.el-zoom-in:before {
    content: "\f22f"
}

.el-zoom-out:before {
    content: "\f230"
}

/* themify-icons */
@font-face {
    font-family: themify;
    src: url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/themify.eot?-fvbane);
    src: url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/themify.eot?#iefix-fvbane) format('embedded-opentype'), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/themify.woff?-fvbane) format('woff'), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/themify.ttf?-fvbane) format('truetype'), url(//sonpati.xyz/wp-content/themes/uvo/assets/fonts/themify.svg?-fvbane#themify) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" ti-"],
[class^=ti-] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-wand:before {
    content: "\e600"
}

.ti-volume:before {
    content: "\e601"
}

.ti-user:before {
    content: "\e602"
}

.ti-unlock:before {
    content: "\e603"
}

.ti-unlink:before {
    content: "\e604"
}

.ti-trash:before {
    content: "\e605"
}

.ti-thought:before {
    content: "\e606"
}

.ti-target:before {
    content: "\e607"
}

.ti-tag:before {
    content: "\e608"
}

.ti-tablet:before {
    content: "\e609"
}

.ti-star:before {
    content: "\e60a"
}

.ti-spray:before {
    content: "\e60b"
}

.ti-signal:before {
    content: "\e60c"
}

.ti-shopping-cart:before {
    content: "\e60d"
}

.ti-shopping-cart-full:before {
    content: "\e60e"
}

.ti-settings:before {
    content: "\e60f"
}

.ti-search:before {
    content: "\e610"
}

.ti-zoom-in:before {
    content: "\e611"
}

.ti-zoom-out:before {
    content: "\e612"
}

.ti-cut:before {
    content: "\e613"
}

.ti-ruler:before {
    content: "\e614"
}

.ti-ruler-pencil:before {
    content: "\e615"
}

.ti-ruler-alt:before {
    content: "\e616"
}

.ti-bookmark:before {
    content: "\e617"
}

.ti-bookmark-alt:before {
    content: "\e618"
}

.ti-reload:before {
    content: "\e619"
}

.ti-plus:before {
    content: "\e61a"
}

.ti-pin:before {
    content: "\e61b"
}

.ti-pencil:before {
    content: "\e61c"
}

.ti-pencil-alt:before {
    content: "\e61d"
}

.ti-paint-roller:before {
    content: "\e61e"
}

.ti-paint-bucket:before {
    content: "\e61f"
}

.ti-na:before {
    content: "\e620"
}

.ti-mobile:before {
    content: "\e621"
}

.ti-minus:before {
    content: "\e622"
}

.ti-medall:before {
    content: "\e623"
}

.ti-medall-alt:before {
    content: "\e624"
}

.ti-marker:before {
    content: "\e625"
}

.ti-marker-alt:before {
    content: "\e626"
}

.ti-arrow-up:before {
    content: "\e627"
}

.ti-arrow-right:before {
    content: "\e628"
}

.ti-arrow-left:before {
    content: "\e629"
}

.ti-arrow-down:before {
    content: "\e62a"
}

.ti-lock:before {
    content: "\e62b"
}

.ti-location-arrow:before {
    content: "\e62c"
}

.ti-link:before {
    content: "\e62d"
}

.ti-layout:before {
    content: "\e62e"
}

.ti-layers:before {
    content: "\e62f"
}

.ti-layers-alt:before {
    content: "\e630"
}

.ti-key:before {
    content: "\e631"
}

.ti-import:before {
    content: "\e632"
}

.ti-image:before {
    content: "\e633"
}

.ti-heart:before {
    content: "\e634"
}

.ti-heart-broken:before {
    content: "\e635"
}

.ti-hand-stop:before {
    content: "\e636"
}

.ti-hand-open:before {
    content: "\e637"
}

.ti-hand-drag:before {
    content: "\e638"
}

.ti-folder:before {
    content: "\e639"
}

.ti-flag:before {
    content: "\e63a"
}

.ti-flag-alt:before {
    content: "\e63b"
}

.ti-flag-alt-2:before {
    content: "\e63c"
}

.ti-eye:before {
    content: "\e63d"
}

.ti-export:before {
    content: "\e63e"
}

.ti-exchange-vertical:before {
    content: "\e63f"
}

.ti-desktop:before {
    content: "\e640"
}

.ti-cup:before {
    content: "\e641"
}

.ti-crown:before {
    content: "\e642"
}

.ti-comments:before {
    content: "\e643"
}

.ti-comment:before {
    content: "\e644"
}

.ti-comment-alt:before {
    content: "\e645"
}

.ti-close:before {
    content: "\e646"
}

.ti-clip:before {
    content: "\e647"
}

.ti-angle-up:before {
    content: "\e648"
}

.ti-angle-right:before {
    content: "\e649"
}

.ti-angle-left:before {
    content: "\e64a"
}

.ti-angle-down:before {
    content: "\e64b"
}

.ti-check:before {
    content: "\e64c"
}

.ti-check-box:before {
    content: "\e64d"
}

.ti-camera:before {
    content: "\e64e"
}

.ti-announcement:before {
    content: "\e64f"
}

.ti-brush:before {
    content: "\e650"
}

.ti-briefcase:before {
    content: "\e651"
}

.ti-bolt:before {
    content: "\e652"
}

.ti-bolt-alt:before {
    content: "\e653"
}

.ti-blackboard:before {
    content: "\e654"
}

.ti-bag:before {
    content: "\e655"
}

.ti-move:before {
    content: "\e656"
}

.ti-arrows-vertical:before {
    content: "\e657"
}

.ti-arrows-horizontal:before {
    content: "\e658"
}

.ti-fullscreen:before {
    content: "\e659"
}

.ti-arrow-top-right:before {
    content: "\e65a"
}

.ti-arrow-top-left:before {
    content: "\e65b"
}

.ti-arrow-circle-up:before {
    content: "\e65c"
}

.ti-arrow-circle-right:before {
    content: "\e65d"
}

.ti-arrow-circle-left:before {
    content: "\e65e"
}

.ti-arrow-circle-down:before {
    content: "\e65f"
}

.ti-angle-double-up:before {
    content: "\e660"
}

.ti-angle-double-right:before {
    content: "\e661"
}

.ti-angle-double-left:before {
    content: "\e662"
}

.ti-angle-double-down:before {
    content: "\e663"
}

.ti-zip:before {
    content: "\e664"
}

.ti-world:before {
    content: "\e665"
}

.ti-wheelchair:before {
    content: "\e666"
}

.ti-view-list:before {
    content: "\e667"
}

.ti-view-list-alt:before {
    content: "\e668"
}

.ti-view-grid:before {
    content: "\e669"
}

.ti-uppercase:before {
    content: "\e66a"
}

.ti-upload:before {
    content: "\e66b"
}

.ti-underline:before {
    content: "\e66c"
}

.ti-truck:before {
    content: "\e66d"
}

.ti-timer:before {
    content: "\e66e"
}

.ti-ticket:before {
    content: "\e66f"
}

.ti-thumb-up:before {
    content: "\e670"
}

.ti-thumb-down:before {
    content: "\e671"
}

.ti-text:before {
    content: "\e672"
}

.ti-stats-up:before {
    content: "\e673"
}

.ti-stats-down:before {
    content: "\e674"
}

.ti-split-v:before {
    content: "\e675"
}

.ti-split-h:before {
    content: "\e676"
}

.ti-smallcap:before {
    content: "\e677"
}

.ti-shine:before {
    content: "\e678"
}

.ti-shift-right:before {
    content: "\e679"
}

.ti-shift-left:before {
    content: "\e67a"
}

.ti-shield:before {
    content: "\e67b"
}

.ti-notepad:before {
    content: "\e67c"
}

.ti-server:before {
    content: "\e67d"
}

.ti-quote-right:before {
    content: "\e67e"
}

.ti-quote-left:before {
    content: "\e67f"
}

.ti-pulse:before {
    content: "\e680"
}

.ti-printer:before {
    content: "\e681"
}

.ti-power-off:before {
    content: "\e682"
}

.ti-plug:before {
    content: "\e683"
}

.ti-pie-chart:before {
    content: "\e684"
}

.ti-paragraph:before {
    content: "\e685"
}

.ti-panel:before {
    content: "\e686"
}

.ti-package:before {
    content: "\e687"
}

.ti-music:before {
    content: "\e688"
}

.ti-music-alt:before {
    content: "\e689"
}

.ti-mouse:before {
    content: "\e68a"
}

.ti-mouse-alt:before {
    content: "\e68b"
}

.ti-money:before {
    content: "\e68c"
}

.ti-microphone:before {
    content: "\e68d"
}

.ti-menu:before {
    content: "\e68e"
}

.ti-menu-alt:before {
    content: "\e68f"
}

.ti-map:before {
    content: "\e690"
}

.ti-map-alt:before {
    content: "\e691"
}

.ti-loop:before {
    content: "\e692"
}

.ti-location-pin:before {
    content: "\e693"
}

.ti-list:before {
    content: "\e694"
}

.ti-light-bulb:before {
    content: "\e695"
}

.ti-Italic:before {
    content: "\e696"
}

.ti-info:before {
    content: "\e697"
}

.ti-infinite:before {
    content: "\e698"
}

.ti-id-badge:before {
    content: "\e699"
}

.ti-hummer:before {
    content: "\e69a"
}

.ti-home:before {
    content: "\e69b"
}

.ti-help:before {
    content: "\e69c"
}

.ti-headphone:before {
    content: "\e69d"
}

.ti-harddrives:before {
    content: "\e69e"
}

.ti-harddrive:before {
    content: "\e69f"
}

.ti-gift:before {
    content: "\e6a0"
}

.ti-game:before {
    content: "\e6a1"
}

.ti-filter:before {
    content: "\e6a2"
}

.ti-files:before {
    content: "\e6a3"
}

.ti-file:before {
    content: "\e6a4"
}

.ti-eraser:before {
    content: "\e6a5"
}

.ti-envelope:before {
    content: "\e6a6"
}

.ti-download:before {
    content: "\e6a7"
}

.ti-direction:before {
    content: "\e6a8"
}

.ti-direction-alt:before {
    content: "\e6a9"
}

.ti-dashboard:before {
    content: "\e6aa"
}

.ti-control-stop:before {
    content: "\e6ab"
}

.ti-control-shuffle:before {
    content: "\e6ac"
}

.ti-control-play:before {
    content: "\e6ad"
}

.ti-control-pause:before {
    content: "\e6ae"
}

.ti-control-forward:before {
    content: "\e6af"
}

.ti-control-backward:before {
    content: "\e6b0"
}

.ti-cloud:before {
    content: "\e6b1"
}

.ti-cloud-up:before {
    content: "\e6b2"
}

.ti-cloud-down:before {
    content: "\e6b3"
}

.ti-clipboard:before {
    content: "\e6b4"
}

.ti-car:before {
    content: "\e6b5"
}

.ti-calendar:before {
    content: "\e6b6"
}

.ti-book:before {
    content: "\e6b7"
}

.ti-bell:before {
    content: "\e6b8"
}

.ti-basketball:before {
    content: "\e6b9"
}

.ti-bar-chart:before {
    content: "\e6ba"
}

.ti-bar-chart-alt:before {
    content: "\e6bb"
}

.ti-back-right:before {
    content: "\e6bc"
}

.ti-back-left:before {
    content: "\e6bd"
}

.ti-arrows-corner:before {
    content: "\e6be"
}

.ti-archive:before {
    content: "\e6bf"
}

.ti-anchor:before {
    content: "\e6c0"
}

.ti-align-right:before {
    content: "\e6c1"
}

.ti-align-left:before {
    content: "\e6c2"
}

.ti-align-justify:before {
    content: "\e6c3"
}

.ti-align-center:before {
    content: "\e6c4"
}

.ti-alert:before {
    content: "\e6c5"
}

.ti-alarm-clock:before {
    content: "\e6c6"
}

.ti-agenda:before {
    content: "\e6c7"
}

.ti-write:before {
    content: "\e6c8"
}

.ti-window:before {
    content: "\e6c9"
}

.ti-widgetized:before {
    content: "\e6ca"
}

.ti-widget:before {
    content: "\e6cb"
}

.ti-widget-alt:before {
    content: "\e6cc"
}

.ti-wallet:before {
    content: "\e6cd"
}

.ti-video-clapper:before {
    content: "\e6ce"
}

.ti-video-camera:before {
    content: "\e6cf"
}

.ti-vector:before {
    content: "\e6d0"
}

.ti-themify-logo:before {
    content: "\e6d1"
}

.ti-themify-favicon:before {
    content: "\e6d2"
}

.ti-themify-favicon-alt:before {
    content: "\e6d3"
}

.ti-support:before {
    content: "\e6d4"
}

.ti-stamp:before {
    content: "\e6d5"
}

.ti-split-v-alt:before {
    content: "\e6d6"
}

.ti-slice:before {
    content: "\e6d7"
}

.ti-shortcode:before {
    content: "\e6d8"
}

.ti-shift-right-alt:before {
    content: "\e6d9"
}

.ti-shift-left-alt:before {
    content: "\e6da"
}

.ti-ruler-alt-2:before {
    content: "\e6db"
}

.ti-receipt:before {
    content: "\e6dc"
}

.ti-pin2:before {
    content: "\e6dd"
}

.ti-pin-alt:before {
    content: "\e6de"
}

.ti-pencil-alt2:before {
    content: "\e6df"
}

.ti-palette:before {
    content: "\e6e0"
}

.ti-more:before {
    content: "\e6e1"
}

.ti-more-alt:before {
    content: "\e6e2"
}

.ti-microphone-alt:before {
    content: "\e6e3"
}

.ti-magnet:before {
    content: "\e6e4"
}

.ti-line-double:before {
    content: "\e6e5"
}

.ti-line-dotted:before {
    content: "\e6e6"
}

.ti-line-dashed:before {
    content: "\e6e7"
}

.ti-layout-width-full:before {
    content: "\e6e8"
}

.ti-layout-width-default:before {
    content: "\e6e9"
}

.ti-layout-width-default-alt:before {
    content: "\e6ea"
}

.ti-layout-tab:before {
    content: "\e6eb"
}

.ti-layout-tab-window:before {
    content: "\e6ec"
}

.ti-layout-tab-v:before {
    content: "\e6ed"
}

.ti-layout-tab-min:before {
    content: "\e6ee"
}

.ti-layout-slider:before {
    content: "\e6ef"
}

.ti-layout-slider-alt:before {
    content: "\e6f0"
}

.ti-layout-sidebar-right:before {
    content: "\e6f1"
}

.ti-layout-sidebar-none:before {
    content: "\e6f2"
}

.ti-layout-sidebar-left:before {
    content: "\e6f3"
}

.ti-layout-placeholder:before {
    content: "\e6f4"
}

.ti-layout-menu:before {
    content: "\e6f5"
}

.ti-layout-menu-v:before {
    content: "\e6f6"
}

.ti-layout-menu-separated:before {
    content: "\e6f7"
}

.ti-layout-menu-full:before {
    content: "\e6f8"
}

.ti-layout-media-right-alt:before {
    content: "\e6f9"
}

.ti-layout-media-right:before {
    content: "\e6fa"
}

.ti-layout-media-overlay:before {
    content: "\e6fb"
}

.ti-layout-media-overlay-alt:before {
    content: "\e6fc"
}

.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd"
}

.ti-layout-media-left-alt:before {
    content: "\e6fe"
}

.ti-layout-media-left:before {
    content: "\e6ff"
}

.ti-layout-media-center-alt:before {
    content: "\e700"
}

.ti-layout-media-center:before {
    content: "\e701"
}

.ti-layout-list-thumb:before {
    content: "\e702"
}

.ti-layout-list-thumb-alt:before {
    content: "\e703"
}

.ti-layout-list-post:before {
    content: "\e704"
}

.ti-layout-list-large-image:before {
    content: "\e705"
}

.ti-layout-line-solid:before {
    content: "\e706"
}

.ti-layout-grid4:before {
    content: "\e707"
}

.ti-layout-grid3:before {
    content: "\e708"
}

.ti-layout-grid2:before {
    content: "\e709"
}

.ti-layout-grid2-thumb:before {
    content: "\e70a"
}

.ti-layout-cta-right:before {
    content: "\e70b"
}

.ti-layout-cta-left:before {
    content: "\e70c"
}

.ti-layout-cta-center:before {
    content: "\e70d"
}

.ti-layout-cta-btn-right:before {
    content: "\e70e"
}

.ti-layout-cta-btn-left:before {
    content: "\e70f"
}

.ti-layout-column4:before {
    content: "\e710"
}

.ti-layout-column3:before {
    content: "\e711"
}

.ti-layout-column2:before {
    content: "\e712"
}

.ti-layout-accordion-separated:before {
    content: "\e713"
}

.ti-layout-accordion-merged:before {
    content: "\e714"
}

.ti-layout-accordion-list:before {
    content: "\e715"
}

.ti-ink-pen:before {
    content: "\e716"
}

.ti-info-alt:before {
    content: "\e717"
}

.ti-help-alt:before {
    content: "\e718"
}

.ti-headphone-alt:before {
    content: "\e719"
}

.ti-hand-point-up:before {
    content: "\e71a"
}

.ti-hand-point-right:before {
    content: "\e71b"
}

.ti-hand-point-left:before {
    content: "\e71c"
}

.ti-hand-point-down:before {
    content: "\e71d"
}

.ti-gallery:before {
    content: "\e71e"
}

.ti-face-smile:before {
    content: "\e71f"
}

.ti-face-sad:before {
    content: "\e720"
}

.ti-credit-card:before {
    content: "\e721"
}

.ti-control-skip-forward:before {
    content: "\e722"
}

.ti-control-skip-backward:before {
    content: "\e723"
}

.ti-control-record:before {
    content: "\e724"
}

.ti-control-eject:before {
    content: "\e725"
}

.ti-comments-smiley:before {
    content: "\e726"
}

.ti-brush-alt:before {
    content: "\e727"
}

.ti-youtube:before {
    content: "\e728"
}

.ti-vimeo:before {
    content: "\e729"
}

.ti-twitter:before {
    content: "\e72a"
}

.ti-time:before {
    content: "\e72b"
}

.ti-tumblr:before {
    content: "\e72c"
}

.ti-skype:before {
    content: "\e72d"
}

.ti-share:before {
    content: "\e72e"
}

.ti-share-alt:before {
    content: "\e72f"
}

.ti-rocket:before {
    content: "\e730"
}

.ti-pinterest:before {
    content: "\e731"
}

.ti-new-window:before {
    content: "\e732"
}

.ti-microsoft:before {
    content: "\e733"
}

.ti-list-ol:before {
    content: "\e734"
}

.ti-linkedin:before {
    content: "\e735"
}

.ti-layout-sidebar-2:before {
    content: "\e736"
}

.ti-layout-grid4-alt:before {
    content: "\e737"
}

.ti-layout-grid3-alt:before {
    content: "\e738"
}

.ti-layout-grid2-alt:before {
    content: "\e739"
}

.ti-layout-column4-alt:before {
    content: "\e73a"
}

.ti-layout-column3-alt:before {
    content: "\e73b"
}

.ti-layout-column2-alt:before {
    content: "\e73c"
}

.ti-instagram:before {
    content: "\e73d"
}

.ti-google:before {
    content: "\e73e"
}

.ti-github:before {
    content: "\e73f"
}

.ti-flickr:before {
    content: "\e740"
}

.ti-facebook:before {
    content: "\e741"
}

.ti-dropbox:before {
    content: "\e742"
}

.ti-dribbble:before {
    content: "\e743"
}

.ti-apple:before {
    content: "\e744"
}

.ti-android:before {
    content: "\e745"
}

.ti-save:before {
    content: "\e746"
}

.ti-save-alt:before {
    content: "\e747"
}

.ti-yahoo:before {
    content: "\e748"
}

.ti-wordpress:before {
    content: "\e749"
}

.ti-vimeo-alt:before {
    content: "\e74a"
}

.ti-twitter-alt:before {
    content: "\e74b"
}

.ti-tumblr-alt:before {
    content: "\e74c"
}

.ti-trello:before {
    content: "\e74d"
}

.ti-stack-overflow:before {
    content: "\e74e"
}

.ti-soundcloud:before {
    content: "\e74f"
}

.ti-sharethis:before {
    content: "\e750"
}

.ti-sharethis-alt:before {
    content: "\e751"
}

.ti-reddit:before {
    content: "\e752"
}

.ti-pinterest-alt:before {
    content: "\e753"
}

.ti-microsoft-alt:before {
    content: "\e754"
}

.ti-linux:before {
    content: "\e755"
}

.ti-jsfiddle:before {
    content: "\e756"
}

.ti-joomla:before {
    content: "\e757"
}

.ti-html5:before {
    content: "\e758"
}

.ti-flickr-alt:before {
    content: "\e759"
}

.ti-email:before {
    content: "\e75a"
}

.ti-drupal:before {
    content: "\e75b"
}

.ti-dropbox-alt:before {
    content: "\e75c"
}

.ti-css3:before {
    content: "\e75d"
}

.ti-rss:before {
    content: "\e75e"
}

.ti-rss-alt:before {
    content: "\e75f"
}

/* ==================================================
// fancyBox v3.5.7
//
// Licensed GPLv3 for open source use
// or fancyBox Commercial License for commercial use
//
// http://fancyapps.com/fancybox/
// Copyright 2019 fancyApps
//
// ================================================== */
body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

/*! odometer 0.4.6 */
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.1em
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    text-align: center
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

/*
Linearicons Free v1.0.0 - https://linearicons.com/free
By Perxis - https://perxis.com
(c) 2014-2015 Perxis.com
License: https://linearicons.com/free/license
*/
@font-face{font-family:Linearicons-Free;src:url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.eot);src:url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.eot?#iefix) format('embedded-opentype'),url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.woff2) format('woff2'),url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.ttf) format('truetype'),url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.woff) format('woff'),url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.svg#Linearicons-Free) format('svg');font-weight:400;font-style:normal}.lnr{font-family:Linearicons-Free;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lnr-home:before{content:"\e800"}.lnr-apartment:before{content:"\e801"}.lnr-pencil:before{content:"\e802"}.lnr-magic-wand:before{content:"\e803"}.lnr-drop:before{content:"\e804"}.lnr-lighter:before{content:"\e805"}.lnr-poop:before{content:"\e806"}.lnr-sun:before{content:"\e807"}.lnr-moon:before{content:"\e808"}.lnr-cloud:before{content:"\e809"}.lnr-cloud-upload:before{content:"\e80a"}.lnr-cloud-download:before{content:"\e80b"}.lnr-cloud-sync:before{content:"\e80c"}.lnr-cloud-check:before{content:"\e80d"}.lnr-database:before{content:"\e80e"}.lnr-lock:before{content:"\e80f"}.lnr-cog:before{content:"\e810"}.lnr-trash:before{content:"\e811"}.lnr-dice:before{content:"\e812"}.lnr-heart:before{content:"\e813"}.lnr-star:before{content:"\e814"}.lnr-star-half:before{content:"\e815"}.lnr-star-empty:before{content:"\e816"}.lnr-flag:before{content:"\e817"}.lnr-envelope:before{content:"\e818"}.lnr-paperclip:before{content:"\e819"}.lnr-inbox:before{content:"\e81a"}.lnr-eye:before{content:"\e81b"}.lnr-printer:before{content:"\e81c"}.lnr-file-empty:before{content:"\e81d"}.lnr-file-add:before{content:"\e81e"}.lnr-enter:before{content:"\e81f"}.lnr-exit:before{content:"\e820"}.lnr-graduation-hat:before{content:"\e821"}.lnr-license:before{content:"\e822"}.lnr-music-note:before{content:"\e823"}.lnr-film-play:before{content:"\e824"}.lnr-camera-video:before{content:"\e825"}.lnr-camera:before{content:"\e826"}.lnr-picture:before{content:"\e827"}.lnr-book:before{content:"\e828"}.lnr-bookmark:before{content:"\e829"}.lnr-user:before{content:"\e82a"}.lnr-users:before{content:"\e82b"}.lnr-shirt:before{content:"\e82c"}.lnr-store:before{content:"\e82d"}.lnr-cart:before{content:"\e82e"}.lnr-tag:before{content:"\e82f"}.lnr-phone-handset:before{content:"\e830"}.lnr-phone:before{content:"\e831"}.lnr-pushpin:before{content:"\e832"}.lnr-map-marker:before{content:"\e833"}.lnr-map:before{content:"\e834"}.lnr-location:before{content:"\e835"}.lnr-calendar-full:before{content:"\e836"}.lnr-keyboard:before{content:"\e837"}.lnr-spell-check:before{content:"\e838"}.lnr-screen:before{content:"\e839"}.lnr-smartphone:before{content:"\e83a"}.lnr-tablet:before{content:"\e83b"}.lnr-laptop:before{content:"\e83c"}.lnr-laptop-phone:before{content:"\e83d"}.lnr-power-switch:before{content:"\e83e"}.lnr-bubble:before{content:"\e83f"}.lnr-heart-pulse:before{content:"\e840"}.lnr-construction:before{content:"\e841"}.lnr-pie-chart:before{content:"\e842"}.lnr-chart-bars:before{content:"\e843"}.lnr-gift:before{content:"\e844"}.lnr-diamond:before{content:"\e845"}.lnr-linearicons:before{content:"\e846"}.lnr-dinner:before{content:"\e847"}.lnr-coffee-cup:before{content:"\e848"}.lnr-leaf:before{content:"\e849"}.lnr-paw:before{content:"\e84a"}.lnr-rocket:before{content:"\e84b"}.lnr-briefcase:before{content:"\e84c"}.lnr-bus:before{content:"\e84d"}.lnr-car:before{content:"\e84e"}.lnr-train:before{content:"\e84f"}.lnr-bicycle:before{content:"\e850"}.lnr-wheelchair:before{content:"\e851"}.lnr-select:before{content:"\e852"}.lnr-earth:before{content:"\e853"}.lnr-smile:before{content:"\e854"}.lnr-sad:before{content:"\e855"}.lnr-neutral:before{content:"\e856"}.lnr-mustache:before{content:"\e857"}.lnr-alarm:before{content:"\e858"}.lnr-bullhorn:before{content:"\e859"}.lnr-volume-high:before{content:"\e85a"}.lnr-volume-medium:before{content:"\e85b"}.lnr-volume-low:before{content:"\e85c"}.lnr-volume:before{content:"\e85d"}.lnr-mic:before{content:"\e85e"}.lnr-hourglass:before{content:"\e85f"}.lnr-undo:before{content:"\e860"}.lnr-redo:before{content:"\e861"}.lnr-sync:before{content:"\e862"}.lnr-history:before{content:"\e863"}.lnr-clock:before{content:"\e864"}.lnr-download:before{content:"\e865"}.lnr-upload:before{content:"\e866"}.lnr-enter-down:before{content:"\e867"}.lnr-exit-up:before{content:"\e868"}.lnr-bug:before{content:"\e869"}.lnr-code:before{content:"\e86a"}.lnr-link:before{content:"\e86b"}.lnr-unlink:before{content:"\e86c"}.lnr-thumbs-up:before{content:"\e86d"}.lnr-thumbs-down:before{content:"\e86e"}.lnr-magnifier:before{content:"\e86f"}.lnr-cross:before{content:"\e870"}.lnr-menu:before{content:"\e871"}.lnr-list:before{content:"\e872"}.lnr-chevron-up:before{content:"\e873"}.lnr-chevron-down:before{content:"\e874"}.lnr-chevron-left:before{content:"\e875"}.lnr-chevron-right:before{content:"\e876"}.lnr-arrow-up:before{content:"\e877"}.lnr-arrow-down:before{content:"\e878"}.lnr-arrow-left:before{content:"\e879"}.lnr-arrow-right:before{content:"\e87a"}.lnr-move:before{content:"\e87b"}.lnr-warning:before{content:"\e87c"}.lnr-question-circle:before{content:"\e87d"}.lnr-menu-circle:before{content:"\e87e"}.lnr-checkmark-circle:before{content:"\e87f"}.lnr-cross-circle:before{content:"\e880"}.lnr-plus-circle:before{content:"\e881"}.lnr-circle-minus:before{content:"\e882"}.lnr-arrow-up-circle:before{content:"\e883"}.lnr-arrow-down-circle:before{content:"\e884"}.lnr-arrow-left-circle:before{content:"\e885"}.lnr-arrow-right-circle:before{content:"\e886"}.lnr-chevron-up-circle:before{content:"\e887"}.lnr-chevron-down-circle:before{content:"\e888"}.lnr-chevron-left-circle:before{content:"\e889"}.lnr-chevron-right-circle:before{content:"\e88a"}.lnr-crop:before{content:"\e88b"}.lnr-frame-expand:before{content:"\e88c"}.lnr-frame-contract:before{content:"\e88d"}.lnr-layers:before{content:"\e88e"}.lnr-funnel:before{content:"\e88f"}.lnr-text-format:before{content:"\e890"}.lnr-text-format-remove:before{content:"\e891"}.lnr-text-size:before{content:"\e892"}.lnr-bold:before{content:"\e893"}.lnr-italic:before{content:"\e894"}.lnr-underline:before{content:"\e895"}.lnr-strikethrough:before{content:"\e896"}.lnr-highlight:before{content:"\e897"}.lnr-text-align-left:before{content:"\e898"}.lnr-text-align-center:before{content:"\e899"}.lnr-text-align-right:before{content:"\e89a"}.lnr-text-align-justify:before{content:"\e89b"}.lnr-line-spacing:before{content:"\e89c"}.lnr-indent-increase:before{content:"\e89d"}.lnr-indent-decrease:before{content:"\e89e"}.lnr-pilcrow:before{content:"\e89f"}.lnr-direction-ltr:before{content:"\e8a0"}.lnr-direction-rtl:before{content:"\e8a1"}.lnr-page-break:before{content:"\e8a2"}.lnr-sort-alpha-asc:before{content:"\e8a3"}.lnr-sort-amount-asc:before{content:"\e8a4"}.lnr-hand:before{content:"\e8a5"}.lnr-pointer-up:before{content:"\e8a6"}.lnr-pointer-right:before{content:"\e8a7"}.lnr-pointer-down:before{content:"\e8a8"}.lnr-pointer-left:before{content:"\e8a9"}/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}
/*--------------------------------------------------------------
>>> RadiantThemes Custom CSS
>>> THEME CUSTOM CSS || DO NOT CHANGE THIS WITHOUT PROPER KNOWLEDGE
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Sidr
# Nicescroll
# Preloader
# Overlay
# Page Transition Layer
# Scrollup
# GDPR Notice
# Footer
    ## Footer Style Default
    ## Footer Style Custom
# Mobile Menu
# Search Bar
# Hamburger Menu
# WordPress Fix
# Gallery Columns
# WooCommerce Fix
# YITH Fix
# Website Layout
# Common
# Custom Widgets
    ## RadiantThemes Twitter Box
    ## RadiantThemes Contact Box
    ## RadiantThemes Recent Post With Thumbnail
# Inner Banner
    ## Inner Banner Main
    ## Inner Banner Breadcrumb
# Pagination / WooCommerce Pagination
# Sidebar
# Blog Page
    ## Blog Listing
        ### Post (Style Default)
        ### Post (Style One)
        ### Post (Style Two)
        ### Post (Style Three)
        ### Post (Style Four)
        ### Post (Style Five)
    ## Blog Single Page
        ### Single Page Style Default
        ### Single Page Style One
        ### Single Page Style Two
    ## Blog No Result Page
# Shop Page
    ## Product Listing Page
        ### Shop Box (Style One)
        ### Shop Box (Style Two)
        ### Shop Box (Style Three)
        ### Shop Box (Style Four)
        ### Shop Box (Style Five)
        ### Shop Box (Style Six)
    ## Product Single Page
        ### Shop Details Box (Style One)
        ### Shop Details Box (Style Two)
        ### Shop Details Box (Style Three)
        ### Shop Attributes
        ### Shop Reviews
        ### Shop Related
    ## Empty Cart Page
    ## Login/Register Page
    ## My Account Page
    ## Cart Page
    ## Checkout Page
    ## Order Received Page
# Team Page
    ## Team Single Page
        ### Team Single Page Style One
# Event Page
    ## Event Month View Page
    ## Event List View Page
    ## Event Day View Page
# 404 Error Page
    ## 404 Error Style One
    ## 404 Error Style Two
    ## 404 Error Style Three
    ## 404 Error Style Four
# Maintenance Mode Page
    ## Maintenance Mode Style One
    ## Maintenance Mode Style Two
    ## Maintenance Mode Style Three
# Coming Soon Page
    ## Coming Soon Style One
    ## Coming Soon Style Two
    ## Coming Soon Style Three
# Default Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

* {
    margin: 0 auto;
    text-decoration: none !important;
    outline: none !important;
}

a {
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    border-radius: 4px;
}

iframe {
    max-width: 100%;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol {
    list-style: decimal inside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
    visibility: inherit !important;
    color: #000;
}

strong {
    font-weight: 500;
}

p {
    margin-bottom: 20px;
    padding: 0;
}

blockquote {
    margin: 0;
    padding: 0;
    border: none;
}

label {
    font-weight: 400;
}

del,
del * {
    text-decoration: line-through !important;
}

/*css on 30.06.21*/
.logo {
    top: 8px;
}
.widget-area > #radiantthemes_image_box_widget-1 {
     background: #F5F7FF;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 4px;
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 50px;
    margin-top: 6px;
}
.widget-area > #radiantthemes_image_box_widget-1 .random-post-wrapper > .random-post-data {
    padding-left: 33px;
    padding-right: 33px;
    position: relative;
    bottom: 0px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 25px;
}
.widget-area > #text-1 {
    background: #03112D;
    padding-top: 26px;
    padding-bottom: 35px;
    border-radius: 4px;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 5px;
}
.widget-area > #text-1 .widget-title {
    margin-top: 0px;
    margin-bottom: 7px;
    color: #ffffff;
}
.widget-area > #text-1 .textwidget p {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0;
    color: #d2d3d5;
}
.digi-mrktng-img-box a {
    background: linear-gradient(to left,#FF7454 0%,#FF0C86 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.img-box-hover-effect .elementor-absolute {
    top: 87% !important;
}
.img-box-hover-effect .inter-imgbox-col-one,.img-box-hover-effect .inter-imgbox-col-two{
    top: 16px !important;
}
.img-box-hover-effect .elementor-column-wrap{
    transition: all 0.4s cubic-bezier(.2,0,.3,1)!important;
}
.img-box-hover-effect:hover .elementor-column-wrap{
        transform: translate3d(0,-5px,0);
}
/*css on 30.06.21*/

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}


/*.elementor-widget-heading .elementor-heading-title {
    line-height: auto;
    padding: 0;
    margin: 0;
}*/

/*======================================================================================
SEARCH
======================================================================================*/
.rt-search-box2 {
    /*width: 100%;
    position: relative;*/
    float: right;
    position: absolute;
    top: 5px;
    right: 0;
}

.search-btn2 {
    /*position: absolute;
    top: 1em;
    right: 1em;*/
    float: right;
    padding: 0;
    font-size: 18px;
    cursor: pointer;
    /*font-weight: 600;*/
}

.rt-search-btn2.fa-2x {
    font-size: 18px;
    cursor: pointer;
}

#search-overlay2 {
    display: none;
}

.block2 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    /*background: rgba(225, 225, 225, 0.9);*/
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(222, 222, 247, 0.33);
    border: 0px;
    margin: 0;
    padding: 100px 0;
    z-index: 999999;
}

.block2:before {
    content: "";
    /*display: inline-block;*/
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
}

.search-area-grid {
    /* vertical-align: middle;
    padding: 10px 15px;*/
    width: 100%;
    color: #000;
    background: transparent;
    border-bottom: 1px solid #000;
    overflow: hidden;
    margin: 0;
}

#search-box2 {
    position: relative;
    width: 100%;
    float: left;
    padding: 0;
}

#search-form {
    overflow: hidden;
    padding: 0 2px;
}

#search-text {
    font-size: 16px;
    text-transform: capitalize;
}

#search-box2 input[type="text"] {
    width: 90%;
    padding: 0;
    float: left;
    outline: none;
    color: #545454;
    font-size: 14px;
    line-height: 26px;
    height: 27px;
    background: none;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    font-family: "Poppins";
}

#search-box2 input[type="text"]::-webkit-input-placeholder {
    color: #545454;
    opacity: 1;
}

#search-box2 input[type="text"]::-moz-placeholder {
    color: #545454;
    opacity: 1;
}

#search-box2 input[type="text"]:-ms-input-placeholder {
    color: #545454;
    opacity: 1;
}

#search-button2 {
    /* position: absolute;
  top: 10px;
  left: 0;*/
    width: 30px;
    height: 30px;
    background: none;
    line-height: 30px;
    border: 0;
    cursor: pointer;
    float: left;
    padding: 0;
    text-align: left;
}

/*#search-button2 .rt-search-btn2.fa-2x:before{ font-size: 18px;   content: "\e610";
    font-family: 'themify';}*/

#close-btn2 {
    /*position: absolute;
    top: 1em;
    right: 1em;*/
    margin: 0;
    float: right;
    text-align: right;
    padding: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: right;
    /*background: #f4f7fc;
  border-radius: 4px;*/
}

#header .rt-header-inner .dark-search .search-btn2,
#header #header-wrap .dark-search .search-btn2 {
    display: none;
}

#header .rt-header-inner .default-search .search-btn2,
#header #header-wrap .default-search .search-btn2 {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .search-area-grid {
        margin: 0;
    }

    #search-box2 {
        padding: 0;
        margin: 0;
    }

    #search-box2 input[type="text"] {
        width: auto;
        padding: 0;
    }

    .rt-search-box2 {
        float: right;
        position: absolute;
        top: 5px;
        right: 25px;
    }

    .rt-mainMenu-open #header .default-search .search-btn2 {
        display: none;
    }

    .rt-mainMenu-open #header .default-search .search-btn2 {
        display: block;
        color: #000;
    }
}

@media only screen and (max-width: 767px) {
    .search-area-grid {
        margin: 0;
    }

    #search-box2 {
        padding: 0;
        margin: 0;
    }

    #search-box2 input[type="text"] {
        width: auto;
        padding: 0;
    }

    .rt-search-box2 {
        float: right;
        position: absolute;
        top: 5px;
        right: 25px;
    }

    .rt-mainMenu-open #header .default-search .search-btn2 {
        display: none;
    }

    .rt-mainMenu-open #header .default-search .search-btn2 {
        display: block;
        color: #000;
    }
}

/*search 2*/
.expanded-searchbar .search-form {
    position: relative;
    padding: 0;
    margin: 0;
}

.expanded-searchbar input[type="search"] {
    width: 100%;
    height: 20px;
    padding: 0px 30px 0px 15px;
    background-color: transparent;
    border: none;
    border-left: 1px rgb(255 255 255) solid;
    box-shadow: initial;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
}

.expanded-searchbar button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 20px;
    height: 100%;
    border: none;
    cursor: pointer;
    color: #fff;
    background: none;
}

.expanded-searchbar ::placeholder {
    color: #fff;
}


.pr_search .expanded-searchbar .search-form {
    position: relative;
    padding: 0;
    margin: 0;
}

.pr_search .expanded-searchbar input[type="search"] {
    width: 100%;
    height: 20px;
    padding: 0px 30px 0px 15px;
    background-color: transparent;
    border: none;
    border-left: 1px rgb(0 0 0) solid;
    box-shadow: initial;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    letter-spacing: 1px;
}

.pr_search .expanded-searchbar button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 20px;
    height: 100%;
    border: none;
    cursor: pointer;
    color: #000;
    background: none;
}

.pr_search .expanded-searchbar ::placeholder {
    color: #545454;
}

@media all and (max-width: 400px) {

    .expanded-searchbar .search-form {
        margin-left: -50px;
    }

    .expanded-searchbar button {
        right: 25px;
    }

    .pr_search .expanded-searchbar .search-form {
        margin-left: -50px;
    }

    .pr_search .expanded-searchbar button {
        right: 25px;
    }
}


/*======================================================================================
CART
======================================================================================*/

.rt-cart-box {
    width: 100%;
    position: relative;
    display: inline-block;
}

.cart-btn {
    position: absolute;
    top: 1em;
    right: 1em;
    color: #000;
}

.cart-btn:hover {
    cursor: pointer;

}


.cart-btn.fa-2x {
    font-size: 18px;
}

.rt-cart-btn .header-cart-bar {
    display: inline-block;
    height: 100%;
    padding: 0 10px;
    position: relative;
    vertical-align: top;

}


.rt-cart-btn.fa-2x {
    font-size: 18px;
}

#cart-overlay {
    display: none;
}


.cart-block {
    left: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 147%;
    -webkit-transition: opacity .25s ease, visibility .25s ease;
    -o-transition: opacity .25s ease, visibility .25s ease;
    transition: opacity .25s ease, visibility .25s ease;
    visibility: hidden;
    /*background: #3F3A64;
  background: #000;*/
    background: #f9f9f9;
    width: 310px;
    border-radius: 4px;
}

.rt-cart-box:hover .cart-block {
    opacity: 1;
    visibility: visible;
}


.rt-cart-box .header-cart-bar-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 23px;
    height: 100%;
    position: relative;
}

.cart-block:before {
    content: '';
    /*display: inline-block;*/
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
}

.cart-center {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    float: left;
    padding: 0;
    color: #000;
    border: none;
    background: transparent;
}

#cart-box {
    position: relative;
    width: 100%;
    margin: 0;
}



@media screen and (min-width: 768px) and (max-width: 1024px) {
    #cart-box input[type="text"] {
        width: 83%;
    }

    #cart-box input[type="submit"] {
        width: 17%;
    }

}

@media screen and (max-width: 767px) {

    .cart-center {
        width: 100%;
    }

    .cart-btn.fa-2x {
        font-size: 16px;
    }

    .rt-cart-btn.fa-2x {
        font-size: 16px;
    }

    #close-btn.fa-2x {
        font-size: 16px;
    }

    .rt-cart-btn {
        position: absolute;
        top: 10px;
        right: 0;
        color: #FFF;
    }
}

@media screen and (max-width: 320px) {
    .cart-block {
        left: 5px;
    }
}

.rt-cart-box .widget_shopping_cart_content {
    padding: 20px;
    overflow: hidden;
}

.rt-cart-box .widget_shopping_cart_content ul.woocommerce-mini-cart li {
    padding-bottom: 16px;
    float: left;
    display: block;
    width: 100%;
    /*margin-top: -16px;*/
}

/*.rt-cart-box .widget_shopping_cart_content ul.woocommerce-mini-cart li:last-child{padding-bottom: 0;}*/

.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    text-align: center;
    color: #000;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "Poppins";
}

.rt-cart-box .widget_shopping_cart_content ul.woocommerce-mini-cart li img {
    width: 72px !important;
    float: left !important;
    margin-right: 10px !important;
    margin-left: 0 !important;
    border-radius: 4px;
    margin-top: 0px;
}

.rt-cart-box .widget_shopping_cart_content ul.woocommerce-mini-cart li a {
    color: #000;
    font-weight: 500;
    margin-top: -7px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: "Poppins";
    letter-spacing: 0;
}

.rt-cart-box .widget_shopping_cart_content ul.woocommerce-mini-cart li a.remove {
    float: right;
    width: 30px;
    text-align: right;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    color: #000 !important;
    background: transparent;
}

.rt-cart-box .widget_shopping_cart_content ul.woocommerce-mini-cart li a.remove:hover {
    background: transparent;
}

.rt-cart-box .widget_shopping_cart_content ul.woocommerce-mini-cart li span.quantity {
    text-align: left;
    display: block;
    font-size: 14px;
    color: #000;
}

rt-cart-box .widget_shopping_cart_content ul.woocommerce-mini-cart li span.woocommerce-Price-amount {
    font-size: 14px;
    color: #fff;
    font-size: 18px;
}

.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    margin: 0;
    padding: 0;
}

.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.wc-forward {
    text-align: center;
    display: block;
    width: 100%;
    padding: 11px 30px !important;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 30px !important;
    border-radius: 4px;
    /*background: #fff !important;*/
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%) !important;
    box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3) !important;
    /*color: #3F3A64 !important;*/
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-family: "Poppins";
}

.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.wc-forward:hover {
    /*background: #fff !important;*/
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%) !important;
    /*color: #3F3A64 !important;*/
    color: #fff !important;
    box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3) !important;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout {
    display: none;
}


.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__total {
    width: 100%;
    text-align: right;
    padding-bottom: 10px;
    margin: 0;
    overflow: hidden;
    margin-top: 8px;
    font-size: 14px;
    line-height: 26px;
    color: #000;
}

.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
    float: left;
    font-weight: 600;
}

.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__total .woocommerce-Price-amount {
    float: right;
    font-weight: 600;
}

.blockUI.blockOverlay:hover {
    display: none !important;
}

/*=================== DEFAULT ===================*/


.entry .entry-content p a {
    color: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: relative;
}

.entry .entry-content p a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.entry .entry-content p a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}


/*--------------------------------------------------------------
# Sidr
--------------------------------------------------------------*/

.sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidr.right {
    left: auto;
    right: -260px;
}

.sidr.left {
    left: -260px;
    right: auto;
}

.sidr.right .sidr-close {
    margin: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.05);
    text-align: right;
}

.sidr.left .sidr-close {
    float: left;
    margin-left: 15px;
}

.sidr-close {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 25px;
    cursor: pointer;
}

/*--------------------------------------------------------------
# Nicescroll
--------------------------------------------------------------*/

.nicescroll-rails {
    z-index: 999 !important;
    background: rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

/*--------------------------------------------------------------
# lds-circle
--------------------------------------------------------------*/

.lds-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes lds-circle {

    0%,
    100% {
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }

    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(1800deg);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }

    100% {
        transform: rotateY(3600deg);
    }
}

/*--------------------------------------------------------------
# lds-default
--------------------------------------------------------------*/

.lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}

.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}

.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}

.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}

.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}

.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}

.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}

.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}

.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}

.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}

.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}

.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}

@keyframes lds-default {

    0%,
    20%,
    80%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

/*--------------------------------------------------------------
# lds-dual-ring
--------------------------------------------------------------*/

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border-width: 6px;
    border-style: solid;
    border-right-color: transparent;
    border-left-color: transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# lds-ellipsis
--------------------------------------------------------------*/

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.no-padding {
    padding: 0px;
}

/*--------------------------------------------------------------
# lds-facebook
--------------------------------------------------------------*/

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }

    50%,
    100% {
        top: 24px;
        height: 32px;
    }
}

/*--------------------------------------------------------------
# lds-grid
--------------------------------------------------------------*/

.lds-grid {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-grid div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
    top: 32px;
    left: 8px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
    top: 32px;
    left: 32px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
    top: 32px;
    left: 56px;
    animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
    top: 56px;
    left: 8px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
    top: 56px;
    left: 32px;
    animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
    top: 56px;
    left: 56px;
    animation-delay: -1.6s;
}

@keyframes lds-grid {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

/*--------------------------------------------------------------
# lds-heart
--------------------------------------------------------------*/

.lds-heart {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    transform: rotate(45deg);
    transform-origin: 40px 40px;
}

.lds-heart div {
    top: 32px;
    left: 32px;
    position: absolute;
    width: 32px;
    height: 32px;
    animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lds-heart div:after,
.lds-heart div:before {
    content: " ";
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
}

.lds-heart div:before {
    left: -24px;
    border-radius: 50% 0 0 50%;
}

.lds-heart div:after {
    top: -24px;
    border-radius: 50% 50% 0 0;
}

@keyframes lds-heart {
    0% {
        transform: scale(0.95);
    }

    5% {
        transform: scale(1.1);
    }

    39% {
        transform: scale(0.85);
    }

    45% {
        transform: scale(1);
    }

    60% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(0.9);
    }
}

/*--------------------------------------------------------------
# sk-rotating-plane
--------------------------------------------------------------*/

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border-width: 32px;
    border-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}

/*--------------------------------------------------------------
# lds-ring
--------------------------------------------------------------*/

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# lds-ripple
--------------------------------------------------------------*/

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border-width: 4px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# lds-roller
--------------------------------------------------------------*/

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# lds-spinner
--------------------------------------------------------------*/

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Overlay
--------------------------------------------------------------*/

body > .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    content: " ";
    width: auto;
    height: auto;
    /*background-color: rgba(0, 0, 0, 0.65);*/
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

body.mobile-menu-open > .overlay {
    opacity: 1;
    visibility: visible;
}

/*--------------------------------------------------------------
# Page Transition Layer
--------------------------------------------------------------*/

body > .page-transition-layer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    content: " ";
    width: auto;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

.page-transition-layer.i-am-active,
body.page-transition-active > .page-transition-layer {
    opacity: 1;
    visibility: visible;
}

.page-transition-layer-loader {
    position: relative;
    width: 100%;
    height: 5px;
    overflow: hidden;
    background-color: #f8f8f8;
}

.page-transition-layer-spinner {
    position: absolute;
    top: calc(50% - 33px);
    right: 0;
    left: 0;
    animation: PageTransitionSpinner 1.4s linear infinite;
}

@keyframes PageTransitionSpinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

.page-transition-layer-spinner .page-transition-layer-spinner-path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    stroke: #4285f4;
    animation: PageTransitionSpinnerCircle 1.4s ease-in-out infinite;
}

@keyframes PageTransitionSpinnerCircle {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}

/*--------------------------------------------------------------
# Scrollup
--------------------------------------------------------------*/

body > .scrollup {
    position: fixed;
    bottom: 20px;
    width: 40px;
    height: 40px;
    z-index: 99;
    border-radius: 50%;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

body > .scrollup.left {
    left: -50px;
}

body > .scrollup.right {
    right: -50px;
}

body > .scrollup.left.active {
    left: 15px;
}

body > .scrollup.right.active {
    right: 15px;
}

body > .scrollup:hover {
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

body > .scrollup span[class*="ti-"] {
    font-size: 20px;
    color: inherit;
    line-height: 40px;
}

/*--------------------------------------------------------------
# GDPR Notice
--------------------------------------------------------------*/

.gdpr-notice {
    position: fixed;
    bottom: 0;
    z-index: 99;
    margin: 0;
    padding: 20px 30px 17px 20px;
    border: none;
    border-radius: 0;
    font-weight: 300;
    color: #fff;
}

.gdpr-notice .close {
    top: -12px;
}

.gdpr-notice > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.gdpr-notice p {
    margin: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Default
--------------------------------------------------------------*/


.wraper_header.style-default {
    position: relative;
    z-index: 999;
    width: 100%;
    direction: initial;
    /* nav */
    /* nav level one */
    /* nav level two */
    /* nav level three */
}

.wraper_header.style-default .wraper_header_main {
    width: 100%;
    background-color: #fff;
}

.wraper_header.style-default .wraper_header_main > .container {
    padding-top: 3px;
    padding-bottom: 4px;
}

.wraper_header.style-default .header_main {
    position: relative;
}

.wraper_header.style-default .header_main .brand-logo {
    max-width: 200px;
    /*position: absolute;*/
    left: 0;
    top: 0;
    bottom: 0;
    float: left;
    text-align: left;
    font-size: 0;
    padding: 13px 0;
}

@media screen and (max-width:1024px) {
    .wraper_header.style-default .header_main .brand-logo {
        padding: 3px 0;
    }
}

.wraper_header.style-default .header_main .brand-logo > .table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
}

.wraper_header.style-default .header_main .brand-logo > .table > .table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.wraper_header.style-default .header_main .brand-logo .site-title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 25px;
    color: #000;
    line-height: 37px;
    margin-top: 0px;
}

.wraper_header.style-default .header_main .header-responsive-nav {
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wraper_header.style-default .header_main .header-responsive-nav i {
    font-size: 20px;
    color: #FF6064;
    line-height: 1;
    cursor: pointer;
}

.wraper_header.style-default .nav {
    float: right;
    text-align: right;
}

.wraper_header.style-default .nav > [class*="menu-"] {
    display: block;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin-right: 25px;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:only-child {
    margin-right: 0 !important;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > a {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400;
    font-size: 15px;
    color: #444756;
    letter-spacing: -0.1px;
    line-height: 28px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    content: "\f107";
    font-family: "FontAwesome";
    line-height: 1;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 220px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
    /*left: auto;
    right: 0;*/
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
    padding-top: 7px;
    padding-bottom: 7px;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0.6px;
    font-weight: 400;
    font-size: 13px;
    color: #444756;
    line-height: 28px;
    opacity: inherit !important;
    visibility: inherit !important;
    cursor: pointer;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 0;
    height: 2px;
    z-index: 0;
    content: " ";
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
    width: 100%;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
    float: right;
    margin-left: 7px;
    content: "\f105";
    font-family: "FontAwesome";
    font-style: normal;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 1;
    width: 220px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
    left: 100%;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul li ul {
    left: auto;
    right: 100%;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
    top: -8px;
    opacity: 1;
    visibility: visible;
}

/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/

#mobile-menu {
    background-color: #ffffff !important;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.82, 0.55) 0s !important;
}

.mobile-menu-nav {
    text-transform: uppercase;
    line-height: 27px;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
    font-size: 14px;
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

/* TABLET LANDSCAPE PART */

/* TABLET PROTRAIT PART */

/* SMART PHONE LANDSCAPE PART */

/* SMART PHONE PROTRAIT PART */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/* TABLET LANDSCAPE PART */
@media screen and (min-width:992px) and (max-width:1024px) {
    .wraper_header.style-default .header_main .brand-logo {
        position: relative;
        left: 0;
        top: 10px;
        bottom: 0;
    }

    /*.wraper_header.style-default .wraper_header_main {
      overflow-y: scroll;
    }*/
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .wraper_header.style-default .header_main .brand-logo {
        position: relative;
        left: 0;
        top: 10px;
        bottom: 0;
    }

    /*.wraper_header.style-default .wraper_header_main {
      overflow-y: scroll;
    }*/
}

/* TABLET PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {
    .wraper_header.style-default .header_main .brand-logo {
        position: relative;
        left: 0;
        top: 10px;
        bottom: 0;
    }

    /*.wraper_header.style-default .wraper_header_main {
      overflow-y: scroll;
    }*/
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width: 321px) and (max-width: 479px) {
    .wraper_header.style-default .header_main .brand-logo {
        position: relative;
        left: 0;
        top: 10px;
        bottom: 0;
    }

    /*.wraper_header.style-default .wraper_header_main {
      overflow-y: scroll;
    }*/
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width: 320px) {
    .wraper_header.style-default .header_main .brand-logo {
        position: relative;
        left: 0;
        top: 10px;
        bottom: 0;
    }

    /*.wraper_header.style-default .wraper_header_main {
      overflow-y: scroll;
    }*/
}

/*--------------------------------------------------------------
# Header Style One
--------------------------------------------------------------*/

.wraper_header.style-one {
    z-index: 999;
    width: 100%;
    direction: initial;
    /* wraper_header_main */
    /* wraper_flyout_search */
}

.wraper_header.style-one.static-header {
    position: relative;
}

.wraper_header.style-one.floating-header {
    position: absolute;
}

.wraper_header.style-one .wraper_header_main {
    width: 100%;
    /* RADIANTTHEMES MEGA MENU */
}

.wraper_header.style-one .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.wraper_header.style-one .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
    position: fixed;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-one .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-one .wraper_header_main > .container {
    padding-top: 25px;
    padding-bottom: 25px;
}

.wraper_header.style-one .wraper_header_main .header_main {
    position: relative;
}

.wraper_header.style-one .wraper_header_main .header_main .brand-logo {
    float: left;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-one .wraper_header_main .header_main .brand-logo img {
    max-width: 104px;
}

.wraper_header.style-one .wraper_header_main .header-responsive-nav {
    width: auto;
    float: right;
    margin-top: 7px;
    margin-left: 27px;
    text-align: center;
}

.wraper_header.style-one .wraper_header_main .header-responsive-nav i {
    font-size: 18px;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-one .wraper_header_main .header-hamburger-menu {
    width: auto;
    float: right;
    margin-top: 8px;
    margin-left: 27px;
    text-align: center;
}

.wraper_header.style-one .wraper_header_main .header-hamburger-menu i {
    font-size: 18px;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-one .wraper_header_main .header_main_action {
    float: right;
    margin-top: 12px;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-one .wraper_header_main .header_main_action ul > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

.wraper_header.style-one .wraper_header_main .header_main_action ul > li i {
    font-size: 18px;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-one .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon {
    position: relative;
    display: block;
    margin-right: 6px;
}

.wraper_header.style-one .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count {
    position: absolute;
    top: -8px;
    right: -13px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    line-height: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-one .wraper_header_main .nav {
    float: right;
    margin-top: 7px;
    text-align: right;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] {
    display: block;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin-right: 35px;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:only-child {
    margin-right: 0 !important;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a {
    position: relative;
    display: block;
    padding-bottom: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:before {
    position: absolute;
    bottom: 2px;
    right: 0;
    z-index: 0;
    content: " ";
    width: 0;
    height: 2px;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > a:before,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a:before,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a:before,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-ancestor > a:before {
    width: 100%;
    right: auto;
    left: 0;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    content: "\f107";
    font-family: "FontAwesome";
    line-height: 1;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul {
    position: absolute;
    top: 100%;
    left: -15px;
    z-index: 1;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    padding-left: 32px;
    padding-right: 32px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
    padding-top: 4px;
    padding-bottom: 4px;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
    display: inline-block;
    vertical-align: top;
    opacity: inherit !important;
    visibility: inherit !important;
    cursor: pointer;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
    position: relative;
    bottom: -21px;
    content: " ";
    display: block;
    width: 0;
    height: 2px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
    width: 100%;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
    position: absolute;
    right: 30px;
    content: "\f105";
    font-family: "FontAwesome";
    font-style: normal;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul li ul {
    left: auto;
    right: 100%;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
    top: -8px;
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width {
    position: static;
}

.wraper_header.style-one .wraper_header_main .rt-mega-menu {
    width: 700px;
    top: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width .rt-mega-menu {
    width: 100%;
}

.wraper_header.style-one .wraper_header_main .rt-mega-menu > ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > .rt-mega-menu,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > .rt-mega-menu {
    left: auto;
    right: 0;
}

.wraper_header.style-one .wraper_header_main .rt-mega-menu > ul > .menu-item {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
    border-right: 1px rgba(255, 255, 255, 0.1) solid;
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.wraper_header.style-one .wraper_header_main .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-one .wraper_header_main .rt-mega-menu > ul > .menu-item:only-child {
    border-right: none;
}

.wraper_header.style-one .wraper_header_main .rt-mega-menu > ul:last-child > .menu-item:last-child,
.wraper_header.style-one .wraper_header_main .rt-mega-menu > ul:only-child > .menu-item:only-child {
    border-bottom: none;
}

.wraper_header.style-one .wraper_header_main .rt-megamenu-widget .rt-megamenu-widget-title {
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 0;
}

.wraper_header.style-one .wraper_header_main .rt-megamenu-widget ul.menu > li {
    position: relative;
}

.wraper_header.style-one .wraper_header_main .rt-megamenu-widget ul.menu > li:last-child,
.wraper_header.style-one .wraper_header_main .rt-megamenu-widget ul.menu > li:only-child {
    margin-bottom: 0;
}

.wraper_header.style-one .wraper_header_main .rt-megamenu-widget ul.menu > li > a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 13px;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-one .wraper_header_main .rt-megamenu-widget ul.menu > li > a:before {
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 0;
    height: 2px;
    z-index: 0;
    content: " ";
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-one .wraper_header_main .rt-megamenu-widget ul.menu > li > a:hover:before {
    width: 100%;
}

.wraper_header.style-one .wraper_header_main .rt-megamenu-widget ul.menu > li > a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.wraper_header.style-one .wraper_flyout_search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-one body.flyout-searchbar-active .wraper_flyout_search {
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-one .wraper_flyout_search > .table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
}

.wraper_header.style-one .wraper_flyout_search > .table > .table-cell {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.wraper_header.style-one .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.wraper_header.style-one .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(1) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.wraper_header.style-one .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(2) {
    left: 300px;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out 0.3s;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
}

.wraper_header.style-one .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(3) {
    left: 600px;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.9s ease-in-out 0.6s;
    -webkit-transition: all 0.9s ease-in-out 0.6s;
}

.wraper_header.style-one body.flyout-searchbar-active .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.wraper_header.style-one .flyout-search-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 30px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
}

.wraper_header.style-one .flyout-search-close > .flyout-search-close-line {
    width: 100%;
    height: 2px;
    float: left;
    margin-bottom: 5px;
    background-color: #fff;
}

.wraper_header.style-one .flyout-search-close > .flyout-search-close-line:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.wraper_header.style-one .flyout-search-close > .flyout-search-close-line:nth-child(2) {
    margin-top: -7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.wraper_header.style-one .flyout_search {
    position: relative;
    z-index: 1;
    float: right;
    width: 100%;
    max-width: 500px;
    padding: 100px 40px 100px 40px;
    text-align: right;
}

.wraper_header.style-one .flyout_search > .flyout-search-title {
    margin-bottom: 30px;
}

.wraper_header.style-one .flyout_search > .flyout-search-title > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_header.style-one .flyout_search > .flyout-search-title h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 35px;
    color: #fff;
    line-height: 45px;
    letter-spacing: 50px;
    opacity: 0;
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
}

.wraper_header.style-one body.flyout-searchbar-active .flyout_search > .flyout-search-title h4 {
    letter-spacing: 0;
    opacity: 1;
}

.wraper_header.style-one .flyout_search .form-row {
    position: relative;
    padding: 0;
    margin: 0;
}

.wraper_header.style-one .flyout_search .form-row input[type="search"] {
    width: 100%;
    height: 60px;
    padding: 0px 40px 0px 0px;
    background-color: initial;
    border: none;
    border-bottom: 3px #dedede solid;
    box-shadow: initial;
    font-size: 20px;
    color: #fff;
}

.wraper_header.style-one .flyout_search .form-row button[type="submit"] {
    position: absolute;
    top: 17px;
    right: 0;
    z-index: 1;
    width: 40px;
    height: auto;
    background-color: initial;
    border: none;
    cursor: pointer;
}

.wraper_header.style-one .flyout_search .form-row button[type="submit"] i {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
}

body.admin-bar .wraper_header.style-one .wraper_header_main {
    top: 0;
}

body.admin-bar .wraper_header.style-one .is-sticky .wraper_header_main {
    top: 32px !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Two
--------------------------------------------------------------*/

.wraper_header.style-two {
    z-index: 999;
    width: 100%;
    direction: initial;
    /* wraper_header_main */
    /* wraper_flyout_search */
}

.wraper_header.style-two.static-header {
    position: relative;
}

.wraper_header.style-two.floating-header {
    position: absolute;
}

.wraper_header.style-two .wraper_header_main {
    width: 100%;
    /* RADIANTTHEMES MEGA MENU */
}

.wraper_header.style-two .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.wraper_header.style-two .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
    position: fixed;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-two .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-two .wraper_header_main > .container {
    padding-top: 25px;
    padding-bottom: 25px;
}

.wraper_header.style-two .wraper_header_main .header_main {
    position: relative;
}

.wraper_header.style-two .wraper_header_main .header_main .brand-logo {
    float: left;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-two .wraper_header_main .header_main .brand-logo img {
    max-width: 104px;
}

.wraper_header.style-two .wraper_header_main .header-responsive-nav {
    width: 30px;
    float: right;
    margin-top: 9px;
    margin-left: 25px;
    text-align: right;
}

.wraper_header.style-two .wraper_header_main .header-responsive-nav > .header-responsive-nav-line {
    width: 100%;
    height: 3px;
    float: left;
    margin-bottom: 7px;
    background-color: #ffffff;
}

.wraper_header.style-two .wraper_header_main .header-responsive-nav > .header-responsive-nav-line:last-child,
.wraper_header.style-two .wraper_header_main .header-responsive-nav > .header-responsive-nav-line:only-child {
    margin-bottom: 0;
}

.wraper_header.style-two .wraper_header_main .header-responsive-nav > .header-responsive-nav-line:nth-child(2) {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-two .wraper_header_main .header-responsive-nav > .header-responsive-nav-line:nth-child(3) {
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.wraper_header.style-two .wraper_header_main .header-responsive-nav:hover > .header-responsive-nav-line:nth-child(1) {
    width: 100%;
}

.wraper_header.style-two .wraper_header_main .header-responsive-nav:hover > .header-responsive-nav-line:nth-child(2) {
    width: 75%;
}

.wraper_header.style-two .wraper_header_main .header-responsive-nav:hover > .header-responsive-nav-line:nth-child(3) {
    width: 50%;
}

.wraper_header.style-two .wraper_header_main .header-hamburger-menu {
    width: 33px;
    float: right;
    margin-top: 3px;
    text-align: center;
    cursor: pointer;
}

.wraper_header.style-two .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon {
    width: 7px;
    height: 7px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    background-color: #fff;
}

.wraper_header.style-two .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(2) {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.wraper_header.style-two .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(3) {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-two .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(6) {
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.wraper_header.style-two .wraper_header_main .header-hamburger-menu:hover > .header-hamburger-menu-icon:nth-child(2),
.wraper_header.style-two .wraper_header_main .header-hamburger-menu:hover > .header-hamburger-menu-icon:nth-child(3),
.wraper_header.style-two .wraper_header_main .header-hamburger-menu:hover > .header-hamburger-menu-icon:nth-child(6) {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

.wraper_header.style-two .wraper_header_main .header_main_action {
    float: right;
    margin-top: 13px;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-two .wraper_header_main .header_main_action ul > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

.wraper_header.style-two .wraper_header_main .header_main_action ul > li i {
    font-size: 18px;
    color: #18161b;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-two .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon {
    position: relative;
    display: block;
    margin-right: 6px;
}

.wraper_header.style-two .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count {
    position: absolute;
    top: -8px;
    right: -13px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    line-height: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-two .wraper_header_main .nav {
    float: right;
    margin-top: 7px;
    text-align: right;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] {
    display: block;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin-right: 35px;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:only-child {
    margin-right: 0 !important;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a {
    position: relative;
    display: block;
    padding-bottom: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    content: "\f107";
    font-family: "FontAwesome";
    line-height: 1;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul {
    position: absolute;
    top: 100%;
    left: -15px;
    z-index: 1;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    padding-left: 32px;
    padding-right: 32px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
    padding-top: 4px;
    padding-bottom: 4px;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
    display: inline-block;
    vertical-align: top;
    opacity: inherit !important;
    visibility: inherit !important;
    cursor: pointer;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
    position: relative;
    bottom: -21px;
    content: " ";
    display: block;
    width: 0;
    height: 2px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
    width: 100%;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
    float: right;
    margin-left: 7px;
    content: "\f105";
    font-family: "FontAwesome";
    font-style: normal;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul li ul {
    left: auto;
    right: 100%;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
    top: -8px;
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width {
    position: static;
}

.wraper_header.style-two .wraper_header_main .rt-mega-menu {
    width: 700px;
    top: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width .rt-mega-menu {
    width: 100%;
}

.wraper_header.style-two .wraper_header_main .rt-mega-menu > ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > .rt-mega-menu,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > .rt-mega-menu {
    left: auto;
    right: 0;
}

.wraper_header.style-two .wraper_header_main .rt-mega-menu > ul > .menu-item {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
    border-right: 1px rgba(255, 255, 255, 0.1) solid;
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.wraper_header.style-two .wraper_header_main .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-two .wraper_header_main .rt-mega-menu > ul > .menu-item:only-child {
    border-right: none;
}

.wraper_header.style-two .wraper_header_main .rt-mega-menu > ul:last-child > .menu-item:last-child,
.wraper_header.style-two .wraper_header_main .rt-mega-menu > ul:only-child > .menu-item:only-child {
    border-bottom: none;
}

.wraper_header.style-two .wraper_header_main .rt-megamenu-widget .rt-megamenu-widget-title {
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 0;
}

.wraper_header.style-two .wraper_header_main .rt-megamenu-widget ul.menu > li {
    position: relative;
}

.wraper_header.style-two .wraper_header_main .rt-megamenu-widget ul.menu > li:last-child,
.wraper_header.style-two .wraper_header_main .rt-megamenu-widget ul.menu > li:only-child {
    margin-bottom: 0;
}

.wraper_header.style-two .wraper_header_main .rt-megamenu-widget ul.menu > li > a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 13px;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-two .wraper_header_main .rt-megamenu-widget ul.menu > li > a:before {
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 0;
    height: 2px;
    z-index: 0;
    content: " ";
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-two .wraper_header_main .rt-megamenu-widget ul.menu > li > a:hover:before {
    width: 100%;
}

.wraper_header.style-two .wraper_header_main .rt-megamenu-widget ul.menu > li > a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.wraper_header.style-two .wraper_flyout_search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-two body.flyout-searchbar-active .wraper_flyout_search {
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-two .wraper_flyout_search > .table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
}

.wraper_header.style-two .wraper_flyout_search > .table > .table-cell {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.wraper_header.style-two .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.wraper_header.style-two .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(1) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.wraper_header.style-two .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(2) {
    left: 300px;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out 0.3s;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
}

.wraper_header.style-two .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(3) {
    left: 600px;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.9s ease-in-out 0.6s;
    -webkit-transition: all 0.9s ease-in-out 0.6s;
}

.wraper_header.style-two body.flyout-searchbar-active .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.wraper_header.style-two .flyout-search-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 30px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
}

.wraper_header.style-two .flyout-search-close > .flyout-search-close-line {
    width: 100%;
    height: 2px;
    float: left;
    margin-bottom: 5px;
    background-color: #fff;
}

.wraper_header.style-two .flyout-search-close > .flyout-search-close-line:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.wraper_header.style-two .flyout-search-close > .flyout-search-close-line:nth-child(2) {
    margin-top: -7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.wraper_header.style-two .flyout_search {
    position: relative;
    z-index: 1;
    float: right;
    width: 100%;
    max-width: 500px;
    padding: 100px 40px 100px 40px;
    text-align: right;
}

.wraper_header.style-two .flyout_search > .flyout-search-title {
    margin-bottom: 30px;
}

.wraper_header.style-two .flyout_search > .flyout-search-title > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_header.style-two .flyout_search > .flyout-search-title h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 35px;
    color: #fff;
    line-height: 45px;
    letter-spacing: 50px;
    opacity: 0;
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
}

.wraper_header.style-two body.flyout-searchbar-active .flyout_search > .flyout-search-title h4 {
    letter-spacing: 0;
    opacity: 1;
}

.wraper_header.style-two .flyout_search .form-row {
    position: relative;
    padding: 0;
    margin: 0;
}

.wraper_header.style-two .flyout_search .form-row input[type="search"] {
    width: 100%;
    height: 60px;
    padding: 0px 40px 0px 0px;
    background-color: initial;
    border: none;
    border-bottom: 3px #dedede solid;
    box-shadow: initial;
    font-size: 20px;
    color: #fff;
}

.wraper_header.style-two .flyout_search .form-row button[type="submit"] {
    position: absolute;
    top: 17px;
    right: 0;
    z-index: 1;
    width: 40px;
    height: auto;
    background-color: initial;
    border: none;
    cursor: pointer;
}

.wraper_header.style-two .flyout_search .form-row button[type="submit"] i {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
}

body.admin-bar .wraper_header.style-two .wraper_header_main {
    top: 0;
}

body.admin-bar .wraper_header.style-two .is-sticky .wraper_header_main {
    top: 32px !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Three
--------------------------------------------------------------*/

#page {
    word-wrap: break-word;
}

body[data-header-style="header-style-three"] #page,
body[data-header-style="header-style-three"] .wraper_footer {
    margin-left: 270px;
}

body[data-header-style="header-style-three"] #page .container.page-container,
body[data-header-style="header-style-three"] .wraper_footer > .container {
    width: 100%;
}

body[data-header-style="header-style-three"] .vc_row:not(.vc_row-no-padding) {
    padding-left: 15px;
    padding-right: 15px;
}

body[data-header-style="header-style-three"] .vc_row:before {
    display: none !important;
}

body[data-header-style="header-style-three"] .wraper_header.style-three {
    direction: initial;
}

body[data-header-style="header-style-three"] .wraper_header_responsive {
    position: fixed;
    left: 0;
    z-index: 9999999;
}

body[data-header-style="header-style-three"] .wraper_header_responsive > div[class*="responsive-sidemenu-"] {
    padding: 10px;
    text-align: center;
    font-size: 25px;
    line-height: 1;
}

body[data-header-style="header-style-three"] .wraper_header_responsive > div[class*="responsive-sidemenu-"].responsive-sidemenu-open {
    color: #000;
}

body[data-header-style="header-style-three"] .wraper_header_responsive > div[class*="responsive-sidemenu-"].responsive-sidemenu-close {
    color: #fff;
}

body[data-header-style="header-style-three"].sidemenu-open .wraper_header_responsive {
    top: 0;
}

body[data-header-style="header-style-three"] .wraper_header_main {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 270px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 55px 40px 55px 40px;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .brand-logo {
    margin-bottom: 100px;
    text-align: left;
    font-size: 0;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .brand-logo img {
    max-width: 110px;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav {
    margin-bottom: 60px;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > a,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 2px;
    color: inherit;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > a:before,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a:before {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    content: " ";
    width: 0;
    height: 2px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > a:hover:before,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a:before,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a:before,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-item > a:before,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-parent > a:before,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-item > a:before,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-parent > a:before {
    right: auto;
    left: 0;
    width: 100%;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul {
    display: none;
    margin-top: 10px;
    margin-bottom: 15px;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
    padding-left: 25px;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    opacity: 0.85;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a {
    padding-left: 35px;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a {
    padding-left: 45px;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
    padding-left: 55px;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .header-copyright {
    margin-bottom: 25px;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .header-copyright > *:last-child {
    margin-bottom: 0 !important;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .header-copyright p {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #d0d0d0;
    line-height: 24px;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .header-social ul.social {
    font-size: 0;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .header-social ul.social li {
    display: inline-block;
    vertical-align: top;
    margin-right: 9px;
    margin-bottom: 8px;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .header-social ul.social li a {
    display: block;
    width: 33px;
    height: 33px;
    background-color: transparent;
    border: 2px rgba(255, 255, 255, 0.3) solid;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

body[data-header-style="header-style-three"] #sidemenu.sidr.left {
    left: -100%;
}

body[data-header-style="header-style-three"] #sidemenu.sidr {
    width: 100%;
}

body:not(.sidemenu-open) .responsive-sidemenu-open,
body.sidemenu-open .responsive-sidemenu-close {
    display: block;
}

body.sidemenu-open .responsive-sidemenu-open,
body:not(.sidemenu-open) .responsive-sidemenu-close {
    display: none;
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

/* TABLET LANDSCAPE PART */

@media screen and (min-width: 768px) and (max-width: 991px) {

    body[data-header-style="header-style-three"] #page,
    body[data-header-style="header-style-three"] .wraper_footer {
        margin-left: 0;
    }

    /* wraper_header_main */
    body[data-header-style="header-style-three"] .wraper_header_main {
        position: absolute;
        width: 100%;
        max-width: 280px;
    }

    .inner_banner_main .subtitle {
        padding: 0px !important;
    }

    h1.entry-title {
        font-size: 33px !important;
        line-height: 43px !important;
    }
}

/* TABLET PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {

    body[data-header-style="header-style-three"] #page,
    body[data-header-style="header-style-three"] .wraper_footer {
        margin-left: 0;
    }

    /* wraper_header_main */
    body[data-header-style="header-style-three"] .wraper_header_main {
        position: absolute;
        width: 100%;
        max-width: 280px;
    }

    .inner_banner_main .subtitle {
        padding: 0px !important;
    }

    h1.entry-title {
        font-size: 28px !important;
        line-height: 36px !important;
    }
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width: 321px) and (max-width: 479px) {

    body[data-header-style="header-style-three"] #page,
    body[data-header-style="header-style-three"] .wraper_footer {
        margin-left: 0;
    }

    /* wraper_header_main */
    body[data-header-style="header-style-three"] .wraper_header_main {
        position: absolute;
        width: 100%;
        max-width: 280px;
    }

    .inner_banner_main .subtitle {
        padding: 0px !important;
    }

    h1.entry-title {
        font-size: 30px !important;
        line-height: 40px !important;
    }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width: 320px) {

    body[data-header-style="header-style-three"] #page,
    body[data-header-style="header-style-three"] .wraper_footer {
        margin-left: 0;
    }

    /* wraper_header_main */
    body[data-header-style="header-style-three"] .wraper_header_main {
        position: absolute;
        width: 100%;
        max-width: 280px;
    }

    .inner_banner_main .subtitle {
        padding: 0px !important;
    }

    h1.entry-title {
        font-size: 30px !important;
        line-height: 40px !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Four
--------------------------------------------------------------*/

body[data-header-style="header-style-four"] .wraper_header.style-four {
    position: relative;
    z-index: 999;
    direction: initial;
    /* wraper_header_sidebar */
    /* mobile-sidebar-menu-open */
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 80px;
    background-color: #fff;
    border-right: 1px rgba(0, 0, 0, 0.1) solid;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar {
    padding: 20px 10px 20px 10px;
    text-align: center;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar > *:last-child {
    margin-bottom: 0 !important;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-brand-icon {
    margin-bottom: 190px;
    text-align: center;
    font-size: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: all 0.6s ease-in-out 0.4s;
    -webkit-transition: all 0.6s ease-in-out 0.4s;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-menu-open {
    max-width: 35px;
    margin-bottom: 190px;
    text-align: center;
    cursor: pointer;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: all 0.6s ease-in-out 0.6s;
    -webkit-transition: all 0.6s ease-in-out 0.6s;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-menu-open > .header-sidebar-menu-open-line {
    display: block;
    height: 3px;
    margin-left: 0;
    margin-bottom: 8px;
    background-color: #000;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-menu-open > .header-sidebar-menu-open-line:nth-child(1),
body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-menu-open > .header-sidebar-menu-open-line:nth-child(2) {
    width: 100%;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-menu-open > .header-sidebar-menu-open-line:nth-child(3) {
    width: 70%;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-menu-open:hover > .header-sidebar-menu-open-line:nth-child(1) {
    width: 90%;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-menu-open:hover > .header-sidebar-menu-open-line:nth-child(2) {
    width: 50%;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-menu-open:hover > .header-sidebar-menu-open-line:nth-child(3) {
    width: 100%;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-social {
    margin-bottom: 190px;
    text-align: center;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: all 0.6s ease-in-out 0.8s;
    -webkit-transition: all 0.6s ease-in-out 0.8s;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-social ul.social {
    display: block;
    font-size: 0;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-social ul.social > li {
    width: 100%;
    margin-bottom: 5px;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-social ul.social > li:last-child,
body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-social ul.social > li:only-child {
    margin-bottom: 0;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-social ul.social > li > a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #000;
    line-height: 1;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .mobile-sidebar-menu-open {
    position: fixed;
    left: 0;
    padding: 12px;
    width: 53px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
}

body[data-header-style="header-style-four"] .wraper_header.style-four .mobile-sidebar-menu-open > .mobile-sidebar-menu-open-line {
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 8px;
    background-color: #000;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .mobile-sidebar-menu-open > .mobile-sidebar-menu-open-line:last-child,
body[data-header-style="header-style-four"] .wraper_header.style-four .mobile-sidebar-menu-open > .mobile-sidebar-menu-open-line:only-child {
    margin-bottom: 0;
}

body[data-header-style="header-style-four"].sidemenu-open .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-brand-icon,
body[data-header-style="header-style-four"].sidemenu-open .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-menu-open,
body[data-header-style="header-style-four"].sidemenu-open .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-social {
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
}

body[data-header-style="header-style-four"] .sidr {
    width: 100%;
    max-width: 450px;
}

body[data-header-style="header-style-four"] .sidr.left {
    left: -450px;
}

body[data-header-style="header-style-four"] .wraper_header_main {
    position: relative;
    padding: 40px 30px 40px 30px;
}

body[data-header-style="header-style-four"] .wraper_header_main .sidemenu-close {
    position: absolute;
    top: 45px;
    right: 30px;
    z-index: 1;
    text-align: center;
    cursor: pointer;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

body[data-header-style="header-style-four"] .wraper_header_main .sidemenu-close:hover {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

body[data-header-style="header-style-four"] .wraper_header_main .sidemenu-close .sidemenu-close-holder {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
}

body[data-header-style="header-style-four"] .wraper_header_main .sidemenu-close .sidemenu-close-holder > .sidemenu-close-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
}

body[data-header-style="header-style-four"] .wraper_header_main .sidemenu-close .sidemenu-close-holder > .sidemenu-close-line:nth-child(1) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

body[data-header-style="header-style-four"] .wraper_header_main .sidemenu-close .sidemenu-close-holder > .sidemenu-close-line:nth-child(2) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .brand-logo {
    margin-bottom: 60px;
    text-align: left;
    font-size: 0;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .brand-logo img {
    max-width: 110px;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav {
    margin-bottom: 40px;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease-in-out 0.2s;
    -webkit-transition: all 0.6s ease-in-out 0.2s;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > a,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 5px;
    color: inherit;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > a:before,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a:before {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    content: " ";
    width: 0;
    height: 3px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > a:hover:before,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul {
    display: none;
    margin-top: 10px;
    margin-bottom: 15px;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li {
    margin-bottom: 0;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
    padding-left: 25px;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    opacity: 0.85;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a {
    padding-left: 35px;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a {
    padding-left: 45px;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
    padding-left: 55px;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .header-search-bar {
    margin-bottom: 50px;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease-in-out 0.4s;
    -webkit-transition: all 0.6s ease-in-out 0.4s;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .header-search-bar .form-row {
    position: relative;
    border-bottom: 1px #6a6a6a solid;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .header-search-bar .form-row:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1;
    content: " ";
    width: 60px;
    height: 3px;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .header-search-bar .form-row input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0px 50px 0px 0px;
    background-color: transparent;
    border: none;
    color: #fff;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .header-search-bar .form-row button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 50px;
    padding: 0;
    background-color: transparent;
    border: none;
    text-align: right;
    font-size: 20px;
    color: #6a6a6a;
    line-height: 50px;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .header-social {
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease-in-out 0.6s;
    -webkit-transition: all 0.6s ease-in-out 0.6s;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .header-social ul.social {
    font-size: 0;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .header-social ul.social li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .header-social ul.social li a {
    font-size: 18px;
    color: #6a6a6a;
    line-height: 1;
}

body[data-header-style="header-style-four"].sidemenu-open .wraper_header_main .header_main .brand-logo,
body[data-header-style="header-style-four"].sidemenu-open .wraper_header_main .header_main .nav,
body[data-header-style="header-style-four"].sidemenu-open .wraper_header_main .header_main .header-search-bar,
body[data-header-style="header-style-four"].sidemenu-open .wraper_header_main .header_main .header-social {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Five
--------------------------------------------------------------*/

body[data-header-style="header-style-five"] .wraper_header.style-five {
    z-index: 999;
    width: 100%;
    direction: initial;
}

body[data-header-style="header-style-five"] .wraper_header.style-five.static-header {
    position: relative;
}

body[data-header-style="header-style-five"] .wraper_header.style-five.floating-header {
    position: absolute;
}

body[data-header-style="header-style-five"] .wraper_header_main {
    width: 100%;
}

body[data-header-style="header-style-five"] .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

body[data-header-style="header-style-five"] .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
    position: fixed;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

body[data-header-style="header-style-five"] .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

body[data-header-style="header-style-five"] .wraper_header_main > .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

body[data-header-style="header-style-five"] .wraper_header_main .header_main {
    position: relative;
}

body[data-header-style="header-style-five"] .wraper_header_main .header_main .brand-logo {
    float: left;
    text-align: center;
    font-size: 0;
}

body[data-header-style="header-style-five"] .wraper_header_main .header_main .brand-logo img {
    width: 160px;
}

body[data-header-style="header-style-five"] .wraper_header_main .header-flyout-menu {
    width: 36px;
    float: right;
    margin-top: 3px;
    text-align: center;
    cursor: pointer;
}

body[data-header-style="header-style-five"] .wraper_header_main .header-flyout-menu > .header-flyout-menu-icon {
    width: 5px;
    height: 5px;
    float: left;
    margin-left: 4px;
    margin-bottom: 4px;
    background-color: #000;
    border-radius: 50%;
}

body[data-header-style="header-style-five"] .wraper_header_main .header-flyout-menu > .header-flyout-menu-icon:nth-child(5),
body[data-header-style="header-style-five"] .wraper_header_main .header-flyout-menu > .header-flyout-menu-icon:nth-child(8) {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

body[data-header-style="header-style-five"] .wraper_header_main .header-flyout-menu > .header-flyout-menu-icon:nth-child(13),
body[data-header-style="header-style-five"] .wraper_header_main .header-flyout-menu > .header-flyout-menu-icon:nth-child(16) {
    transition: all 0.3s ease-in-out 0.3s;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
}

body[data-header-style="header-style-five"] .wraper_header_main .header-flyout-menu:hover > .header-flyout-menu-icon:nth-child(5),
body[data-header-style="header-style-five"] .wraper_header_main .header-flyout-menu:hover > .header-flyout-menu-icon:nth-child(13) {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
}

body[data-header-style="header-style-five"] .wraper_header_main .header-flyout-menu:hover > .header-flyout-menu-icon:nth-child(8),
body[data-header-style="header-style-five"] .wraper_header_main .header-flyout-menu:hover > .header-flyout-menu-icon:nth-child(16) {
    opacity: 0;
    visibility: hidden;
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
}

body[data-header-style="header-style-five"] .wraper_header_main .header_main_action {
    float: right;
    margin-top: 13px;
    margin-right: 30px;
    text-align: center;
    font-size: 0;
}

body[data-header-style="header-style-five"] .wraper_header_main .header_main_action ul > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 27px;
}

body[data-header-style="header-style-five"] .wraper_header_main .header_main_action ul > li:last-child,
body[data-header-style="header-style-five"] .wraper_header_main .header_main_action ul > li:only-child {
    margin-right: 0;
}

body[data-header-style="header-style-five"] .wraper_header_main .header_main_action ul > li i {
    font-size: 18px;
    color: #000;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

body[data-header-style="header-style-five"] .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon {
    position: relative;
    display: block;
    margin-right: 6px;
}

body[data-header-style="header-style-five"] .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count {
    position: absolute;
    top: -8px;
    right: -13px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    line-height: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

body[data-header-style="header-style-five"] .is-sticky .wraper_header_main {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

body[data-header-style="header-style-five"] .flyout-menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

body[data-header-style="header-style-five"] .flyout-menu-overlay > .flyout-menu-overlay-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
}

body[data-header-style="header-style-five"] .flyout-menu-overlay > .flyout-menu-overlay-line:nth-child(1) {
    top: 0;
}

body[data-header-style="header-style-five"] .flyout-menu-overlay > .flyout-menu-overlay-line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

body[data-header-style="header-style-five"] .flyout-menu-overlay > .flyout-menu-overlay-line:nth-child(3) {
    bottom: 0;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 50px 3px 30px 30px;
    text-align: center;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    z-index: 2;
    text-align: center;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    cursor: pointer;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-close > .flyout-menu-close-line {
    width: 100%;
    height: 2px;
    float: left;
    background-color: #fff;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-close > .flyout-menu-close-line:nth-child(2) {
    margin-top: 13px;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-close > .flyout-menu-close-line:nth-child(2) {
    margin-top: -1px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav {
    margin-bottom: 55px;
    visibility: unset !important;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li:nth-child(1) {
    transition: all 0.4s ease-in-out 0.3s;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li:nth-child(2) {
    transition: all 0.4s ease-in-out 0.5s;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li:nth-child(3) {
    transition: all 0.4s ease-in-out 0.7s;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li:nth-child(4) {
    transition: all 0.4s ease-in-out 0.9s;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li:nth-child(5) {
    transition: all 0.4s ease-in-out 1s;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > a,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > a,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: inherit;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul {
    display: none;
    margin-top: 15px;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li {
    margin-bottom: 15px;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > a,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    opacity: 0.85;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a {
    padding-left: 35px;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a {
    padding-left: 45px;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
    padding-left: 55px;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-header-social .title {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    letter-spacing: 1px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.4s ease-in-out 1.2s;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-header-social ul.social {
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.4s ease-in-out 1.4s;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-header-social ul.social > li {
    display: inline-block;
    vertical-align: top;
    margin-left: 11px;
    margin-right: 11px;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-header-social ul.social > li > a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #fff;
    line-height: 1;
}

body[data-header-style="header-style-five"].admin-bar .wraper_header.style-one .wraper_header_main {
    top: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

body[data-header-style="header-style-five"].admin-bar .is-sticky .wraper_header.style-one .wraper_header_main {
    top: 32px !important;
}

body[data-header-style="header-style-five"].flyout-menu-active .flyout-menu-overlay {
    opacity: 1;
    visibility: visible;
}

body[data-header-style="header-style-five"].flyout-menu-active .flyout-menu-overlay > .flyout-menu-overlay-line {
    height: 200px;
    opacity: 1;
    visibility: visible;
}

body[data-header-style="header-style-five"].flyout-menu-active .wraper_flyout_menu {
    opacity: 1;
    visibility: visible;
}

body[data-header-style="header-style-five"].flyout-menu-active .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li {
    opacity: 0.55;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

body[data-header-style="header-style-five"].flyout-menu-active .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-header-social .title,
body[data-header-style="header-style-five"].flyout-menu-active .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-header-social ul.social {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Six
--------------------------------------------------------------*/

.wraper_header.style-six {
    position: absolute;
    z-index: 999;
    width: 100%;
    direction: initial;
}

.wraper_header.style-six .wraper_header_main {
    width: 100%;
}

.wraper_header.style-six .wraper_header_main > .container {
    padding-top: 25px;
    padding-bottom: 25px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six .wraper_header_main .header_main {
    position: relative;
}

.wraper_header.style-six .wraper_header_main .header_main .brand-logo,
.wraper_header.style-six .wraper_header_main .header_main .brand-logo-sticky {
    float: left;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-six .wraper_header_main .header_main .brand-logo img,
.wraper_header.style-six .wraper_header_main .header_main .brand-logo-sticky img {
    max-width: 103px;
}

.wraper_header.style-six .wraper_header_main .header_main .brand-logo-sticky {
    display: none;
}

.wraper_header.style-six .wraper_header_main .header-responsive-nav {
    width: 30px;
    float: right;
    margin-top: 7px;
    margin-left: 20px;
    text-align: right;
    font-size: 25px;
}

.wraper_header.style-six .wraper_header_main .header-hamburger-menu {
    width: 40px;
    height: 40px;
    float: right;
    margin-top: 1px;
    margin-left: 27px;
    padding: 9px 0 0 9px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.wraper_header.style-six .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon {
    width: 5px;
    height: 5px;
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-six .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(4),
.wraper_header.style-six .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(7),
.wraper_header.style-six .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(8) {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
}

.wraper_header.style-six .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(4) {
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.wraper_header.style-six .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(8) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.wraper_header.style-six .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(7) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}

.wraper_header.style-six .wraper_header_main .header-hamburger-menu:hover > .header-hamburger-menu-icon:nth-child(4),
.wraper_header.style-six .wraper_header_main .header-hamburger-menu:hover > .header-hamburger-menu-icon:nth-child(8),
.wraper_header.style-six .wraper_header_main .header-hamburger-menu:hover > .header-hamburger-menu-icon:nth-child(7) {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.wraper_header.style-six .wraper_header_main .header_main_action {
    float: right;
    margin-top: 13px;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-six .wraper_header_main .header_main_action ul > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

.wraper_header.style-six .wraper_header_main .header_main_action ul > li i {
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-six .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon {
    position: relative;
    display: block;
    margin-right: 6px;
}

.wraper_header.style-six .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count {
    position: absolute;
    top: -8px;
    right: -13px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    line-height: 18px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-six .wraper_header_main .nav {
    float: right;
    margin-top: 7px;
    text-align: right;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] {
    display: block;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin-right: 35px;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:only-child {
    margin-right: 0 !important;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a {
    position: relative;
    display: block;
    padding-bottom: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:before {
    position: absolute;
    bottom: 2px;
    right: 0;
    z-index: 0;
    content: " ";
    width: 0;
    height: 2px;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > a:before,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a:before,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a:before,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-ancestor > a:before {
    width: 100%;
    right: auto;
    left: 0;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    content: "\f107";
    font-family: "FontAwesome";
    line-height: 1;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul {
    position: absolute;
    top: 100%;
    left: -15px;
    z-index: 1;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
    border-radius: 4px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    padding-left: 32px;
    padding-right: 32px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
    padding-top: 4px;
    padding-bottom: 4px;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
    display: inline-block;
    vertical-align: top;
    opacity: inherit !important;
    visibility: inherit !important;
    cursor: pointer;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
    position: relative;
    bottom: -21px;
    content: " ";
    display: block;
    width: 0;
    height: 2px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
    width: 100%;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
    float: right;
    margin-left: 7px;
    content: "\f105";
    font-family: "FontAwesome";
    font-style: normal;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
    position: absolute;
    top: 0;
    left: auto;
    right: 100%;
    z-index: 1;
    width: 240px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
    top: -8px;
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width {
    position: static;
}

.wraper_header.style-six .wraper_header_main .rt-mega-menu {
    width: 700px;
    top: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width .rt-mega-menu {
    width: 100%;
}

.wraper_header.style-six .wraper_header_main .rt-mega-menu > ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > .rt-mega-menu,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > .rt-mega-menu {
    left: auto;
    right: 0;
}

.wraper_header.style-six .wraper_header_main .rt-mega-menu > ul > .menu-item {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
    border-right: 1px rgba(255, 255, 255, 0.1) solid;
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.wraper_header.style-six .wraper_header_main .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-six .wraper_header_main .rt-mega-menu > ul > .menu-item:only-child {
    border-right: none;
}

.wraper_header.style-six .wraper_header_main .rt-mega-menu > ul:last-child > .menu-item:last-child,
.wraper_header.style-six .wraper_header_main .rt-mega-menu > ul:only-child > .menu-item:only-child {
    border-bottom: none;
}

.wraper_header.style-six .wraper_header_main .rt-megamenu-widget .rt-megamenu-widget-title {
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 0;
}

.wraper_header.style-six .wraper_header_main .rt-megamenu-widget ul.menu > li {
    position: relative;
}

.wraper_header.style-six .wraper_header_main .rt-megamenu-widget ul.menu > li:last-child,
.wraper_header.style-six .wraper_header_main .rt-megamenu-widget ul.menu > li:only-child {
    margin-bottom: 0;
}

.wraper_header.style-six .wraper_header_main .rt-megamenu-widget ul.menu > li > a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 13px;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six .wraper_header_main .rt-megamenu-widget ul.menu > li > a:before {
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 0;
    height: 2px;
    z-index: 0;
    content: " ";
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six .wraper_header_main .rt-megamenu-widget ul.menu > li > a:hover:before {
    width: 100%;
}

.wraper_header.style-six .wraper_header_main .rt-megamenu-widget ul.menu > li > a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.wraper_header.style-six .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.wraper_header.style-six .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
    position: fixed;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-six .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky > .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wraper_header.style-six .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .brand-logo {
    display: none;
}

.wraper_header.style-six .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .brand-logo-sticky {
    display: block;
}

.wraper_header.style-six .is-sticky .wraper_header_main {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-six .is-sticky .wraper_header_main > .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wraper_header.style-six .is-sticky .wraper_header_main .header_main .brand-logo {
    display: none;
}

.wraper_header.style-six .is-sticky .wraper_header_main .header_main .brand-logo-sticky {
    display: block;
}

.wraper_header.style-six .wraper_flyout_search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-six body.flyout-searchbar-active .wraper_flyout_search {
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-six .wraper_flyout_search > .table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
}

.wraper_header.style-six .wraper_flyout_search > .table > .table-cell {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.wraper_header.style-six .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.wraper_header.style-six .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(1) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.wraper_header.style-six .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(2) {
    left: 300px;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out 0.3s;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
}

.wraper_header.style-six .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(3) {
    left: 600px;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.9s ease-in-out 0.6s;
    -webkit-transition: all 0.9s ease-in-out 0.6s;
}

.wraper_header.style-six body.flyout-searchbar-active .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.wraper_header.style-six .flyout-search-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 30px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
}

.wraper_header.style-six .flyout-search-close > .flyout-search-close-line {
    width: 100%;
    height: 2px;
    float: left;
    margin-bottom: 5px;
    background-color: #fff;
}

.wraper_header.style-six .flyout-search-close > .flyout-search-close-line:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.wraper_header.style-six .flyout-search-close > .flyout-search-close-line:nth-child(2) {
    margin-top: -7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.wraper_header.style-six .flyout_search {
    position: relative;
    z-index: 1;
    float: right;
    width: 100%;
    max-width: 500px;
    padding: 100px 40px 100px 40px;
    text-align: right;
}

.wraper_header.style-six .flyout_search > .flyout-search-title {
    margin-bottom: 30px;
}

.wraper_header.style-six .flyout_search > .flyout-search-title > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_header.style-six .flyout_search > .flyout-search-title h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 35px;
    color: #fff;
    line-height: 45px;
    letter-spacing: 50px;
    opacity: 0;
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
}

.wraper_header.style-six body.flyout-searchbar-active .flyout_search > .flyout-search-title h4 {
    letter-spacing: 0;
    opacity: 1;
}

.wraper_header.style-six .flyout_search .form-row {
    position: relative;
    padding: 0;
    margin: 0;
}

.wraper_header.style-six .flyout_search .form-row input[type="search"] {
    width: 100%;
    height: 60px;
    padding: 0px 40px 0px 0px;
    background-color: initial;
    border: none;
    border-bottom: 3px #dedede solid;
    box-shadow: initial;
    font-size: 20px;
    color: #fff;
}

.wraper_header.style-six .flyout_search .form-row button[type="submit"] {
    position: absolute;
    top: 17px;
    right: 0;
    z-index: 1;
    width: 40px;
    height: auto;
    background-color: initial;
    border: none;
    cursor: pointer;
}

.wraper_header.style-six .flyout_search .form-row button[type="submit"] i {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
}

/*--------------------------------------------------------------
# Header Style Six B
--------------------------------------------------------------*/

.wraper_header.style-six-b {
    position: absolute;
    z-index: 999;
    width: 100%;
    direction: initial;
}

.wraper_header.style-six-b .wraper_header_main {
    width: 100%;
}

.wraper_header.style-six-b .wraper_header_main > .container {
    padding-top: 25px;
    padding-bottom: 25px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six-b .wraper_header_main .header_main {
    position: relative;
}

.wraper_header.style-six-b .wraper_header_main .header_main .brand-logo,
.wraper_header.style-six-b .wraper_header_main .header_main .brand-logo-sticky {
    float: left;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-six-b .wraper_header_main .header_main .brand-logo img,
.wraper_header.style-six-b .wraper_header_main .header_main .brand-logo-sticky img {
    max-width: 103px;
}

.wraper_header.style-six-b .wraper_header_main .header_main .brand-logo-sticky {
    display: none;
}

.wraper_header.style-six-b .wraper_header_main .header-responsive-nav {
    width: 30px;
    float: right;
    margin-top: 7px;
    margin-left: 20px;
    text-align: right;
    font-size: 25px;
}

.wraper_header.style-six-b .wraper_header_main .header-hamburger-menu {
    width: 40px;
    height: 40px;
    float: right;
    margin-top: 1px;
    margin-left: 27px;
    padding: 9px 0 0 9px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.wraper_header.style-six-b .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon {
    width: 5px;
    height: 5px;
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-six-b .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(4),
.wraper_header.style-six-b .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(7),
.wraper_header.style-six-b .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(8) {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
}

.wraper_header.style-six-b .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(4) {
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.wraper_header.style-six-b .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(8) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.wraper_header.style-six-b .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(7) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}

.wraper_header.style-six-b .wraper_header_main .header-hamburger-menu:hover > .header-hamburger-menu-icon:nth-child(4),
.wraper_header.style-six-b .wraper_header_main .header-hamburger-menu:hover > .header-hamburger-menu-icon:nth-child(8),
.wraper_header.style-six-b .wraper_header_main .header-hamburger-menu:hover > .header-hamburger-menu-icon:nth-child(7) {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.wraper_header.style-six-b .wraper_header_main .header_main_action {
    float: right;
    margin-top: 13px;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-six-b .wraper_header_main .header_main_action ul > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

.wraper_header.style-six-b .wraper_header_main .header_main_action ul > li i {
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-six-b .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon {
    position: relative;
    display: block;
    margin-right: 6px;
}

.wraper_header.style-six-b .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count {
    position: absolute;
    top: -8px;
    right: -13px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    line-height: 18px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-six-b .wraper_header_main .nav {
    float: right;
    margin-top: 7px;
    text-align: right;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] {
    display: block;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin-right: 35px;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:only-child {
    margin-right: 0 !important;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a {
    position: relative;
    display: block;
    padding-bottom: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:before {
    position: absolute;
    bottom: 2px;
    right: 0;
    z-index: 0;
    content: " ";
    width: 0;
    height: 2px;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > a:before,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a:before,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a:before,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-ancestor > a:before {
    width: 100%;
    right: auto;
    left: 0;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    content: "\f107";
    font-family: "FontAwesome";
    line-height: 1;
    display: none;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul {
    position: absolute;
    top: 100%;
    left: -15px;
    z-index: 1;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
    border-radius: 4px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    padding-left: 32px;
    padding-right: 32px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
    padding-top: 4px;
    padding-bottom: 4px;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
    display: inline-block;
    vertical-align: top;
    opacity: inherit !important;
    visibility: inherit !important;
    cursor: pointer;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
    position: relative;
    bottom: -21px;
    content: " ";
    display: block;
    width: 0;
    height: 2px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
    width: 100%;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
    float: right;
    margin-left: 7px;
    content: "\f105";
    font-family: "FontAwesome";
    font-style: normal;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
    position: absolute;
    top: 0;
    left: auto;
    right: 100%;
    z-index: 1;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
    top: -8px;
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width {
    position: static;
}

.wraper_header.style-six-b .wraper_header_main .rt-mega-menu {
    width: 700px;
    top: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width .rt-mega-menu {
    width: 100%;
}

.wraper_header.style-six-b .wraper_header_main .rt-mega-menu > ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > .rt-mega-menu,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > .rt-mega-menu {
    left: auto;
    right: 0;
}

.wraper_header.style-six-b .wraper_header_main .rt-mega-menu > ul > .menu-item {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
    border-right: 1px rgba(255, 255, 255, 0.1) solid;
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.wraper_header.style-six-b .wraper_header_main .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-six-b .wraper_header_main .rt-mega-menu > ul > .menu-item:only-child {
    border-right: none;
}

.wraper_header.style-six-b .wraper_header_main .rt-mega-menu > ul:last-child > .menu-item:last-child,
.wraper_header.style-six-b .wraper_header_main .rt-mega-menu > ul:only-child > .menu-item:only-child {
    border-bottom: none;
}

.wraper_header.style-six-b .wraper_header_main .rt-megamenu-widget .rt-megamenu-widget-title {
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 0;
}

.wraper_header.style-six-b .wraper_header_main .rt-megamenu-widget ul.menu > li {
    position: relative;
}

.wraper_header.style-six-b .wraper_header_main .rt-megamenu-widget ul.menu > li:last-child,
.wraper_header.style-six-b .wraper_header_main .rt-megamenu-widget ul.menu > li:only-child {
    margin-bottom: 0;
}

.wraper_header.style-six-b .wraper_header_main .rt-megamenu-widget ul.menu > li > a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 13px;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six-b .wraper_header_main .rt-megamenu-widget ul.menu > li > a:before {
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 0;
    height: 2px;
    z-index: 0;
    content: " ";
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six-b .wraper_header_main .rt-megamenu-widget ul.menu > li > a:hover:before {
    width: 100%;
}

.wraper_header.style-six-b .wraper_header_main .rt-megamenu-widget ul.menu > li > a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.wraper_header.style-six-b .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.wraper_header.style-six-b .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
    position: fixed;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six-b .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-six-b .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky > .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wraper_header.style-six-b .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .brand-logo {
    display: none;
}

.wraper_header.style-six-b .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .brand-logo-sticky {
    display: block;
}

.wraper_header.style-six-b .is-sticky .wraper_header_main {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-six-b .is-sticky .wraper_header_main > .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wraper_header.style-six-b .is-sticky .wraper_header_main .header_main .brand-logo {
    display: none;
}

.wraper_header.style-six-b .is-sticky .wraper_header_main .header_main .brand-logo-sticky {
    display: block;
}

.wraper_header.style-six-b .wraper_flyout_search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-six-b body.flyout-searchbar-active .wraper_flyout_search {
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-six-b .wraper_flyout_search > .table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
}

.wraper_header.style-six-b .wraper_flyout_search > .table > .table-cell {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.wraper_header.style-six-b .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.wraper_header.style-six-b .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(1) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.wraper_header.style-six-b .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(2) {
    left: 300px;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out 0.3s;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
}

.wraper_header.style-six-b .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(3) {
    left: 600px;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.9s ease-in-out 0.6s;
    -webkit-transition: all 0.9s ease-in-out 0.6s;
}

.wraper_header.style-six-b body.flyout-searchbar-active .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.wraper_header.style-six-b .flyout-search-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 30px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
}

.wraper_header.style-six-b .flyout-search-close > .flyout-search-close-line {
    width: 100%;
    height: 2px;
    float: left;
    margin-bottom: 5px;
    background-color: #fff;
}

.wraper_header.style-six-b .flyout-search-close > .flyout-search-close-line:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.wraper_header.style-six-b .flyout-search-close > .flyout-search-close-line:nth-child(2) {
    margin-top: -7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.wraper_header.style-six-b .flyout_search {
    position: relative;
    z-index: 1;
    float: right;
    width: 100%;
    max-width: 500px;
    padding: 100px 40px 100px 40px;
    text-align: right;
}

.wraper_header.style-six-b .flyout_search > .flyout-search-title {
    margin-bottom: 30px;
}

.wraper_header.style-six-b .flyout_search > .flyout-search-title > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_header.style-six-b .flyout_search > .flyout-search-title h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 35px;
    color: #fff;
    line-height: 45px;
    letter-spacing: 50px;
    opacity: 0;
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
}

.wraper_header.style-six-b body.flyout-searchbar-active .flyout_search > .flyout-search-title h4 {
    letter-spacing: 0;
    opacity: 1;
}

.wraper_header.style-six-b .flyout_search .form-row {
    position: relative;
    padding: 0;
    margin: 0;
}

.wraper_header.style-six-b .flyout_search .form-row input[type="search"] {
    width: 100%;
    height: 60px;
    padding: 0px 40px 0px 0px;
    background-color: initial;
    border: none;
    border-bottom: 3px #dedede solid;
    box-shadow: initial;
    font-size: 20px;
    color: #fff;
}

.wraper_header.style-six-b .flyout_search .form-row button[type="submit"] {
    position: absolute;
    top: 17px;
    right: 0;
    z-index: 1;
    width: 40px;
    height: auto;
    background-color: initial;
    border: none;
    cursor: pointer;
}

.wraper_header.style-six-b .flyout_search .form-row button[type="submit"] i {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Seven
--------------------------------------------------------------*/

/* wraper_header */

.wraper_header.style-seven {
    position: absolute;
    z-index: 999;
    width: 100%;
    direction: initial;
}

.wraper_header.style-seven .wraper_header_main {
    width: 100%;
    overflow: hidden;
}

.wraper_header.style-seven .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.wraper_header.style-seven .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
    position: fixed;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-seven .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-seven .wraper_header_main > .container {
    padding-top: 25px;
    padding-bottom: 25px;
}

.wraper_header.style-seven .wraper_header_main .header_main {
    position: relative;
}

.wraper_header.style-seven .wraper_header_main .header_main .brand-logo {
    float: left;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-seven .wraper_header_main .header_main .brand-logo img {
    max-width: 110px;
}

.wraper_header.style-seven .wraper_header_main .header-flexi-menu {
    width: 45px;
    height: 45px;
    float: right;
    margin-top: 0;
    padding: 12px 10px 0 10px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.wraper_header.style-seven .wraper_header_main .header-flexi-menu > .header-flexi-menu-line {
    height: 2px;
    float: right;
    margin-bottom: 7px;
    background-color: #fff;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
}

.wraper_header.style-seven .wraper_header_main .header-flexi-menu > .header-flexi-menu-line:nth-child(1) {
    width: 100%;
    transition-delay: 0s;
}

.wraper_header.style-seven .wraper_header_main .header-flexi-menu > .header-flexi-menu-line:nth-child(2) {
    width: 75%;
    transition-delay: 0.3s;
}

.wraper_header.style-seven .wraper_header_main .header-flexi-menu > .header-flexi-menu-line:nth-child(3) {
    width: 50%;
    transition-delay: 0.6s;
}

.wraper_header.style-seven .wraper_header_main .header-flexi-menu:hover > .header-flexi-menu-line:nth-child(1) {
    width: 50%;
}

.wraper_header.style-seven .wraper_header_main .header-flexi-menu:hover > .header-flexi-menu-line:nth-child(2) {
    width: 100%;
}

.wraper_header.style-seven .is-sticky .wraper_header_main {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition-property: all;
    transition-duration: 0s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .flexi-menu-overlay {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 120%;
    height: 100%;
    transform: translateX(-50%);
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .flexi-menu-close {
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: 2;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .flexi-menu-close > .flexi-menu-close-holder {
    width: 30px;
    height: 30px;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .flexi-menu-close > .flexi-menu-close-holder > .flexi-menu-close-line {
    width: 100%;
    height: 2px;
    float: left;
    background-color: #363f54;
    transition-property: transform;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.7s;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .flexi-menu-close > .flexi-menu-close-holder > .flexi-menu-close-line:nth-child(1) {
    margin-top: 13px;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .flexi-menu-close > .flexi-menu-close-holder > .flexi-menu-close-line:nth-child(2) {
    margin-top: -1px;
    transform: rotate(90deg);
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 50px 100px 50px 130px;
    text-align: center;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav {
    visibility: unset !important;
    text-align: left;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li {
    overflow: hidden;
    padding-left: 30px;
    max-width: 300px;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    content: " ";
    z-index: 0;
    width: 0;
    height: 2px;
    background-color: #363f54;
    transition-property: width;
    transition-duration: 0.7s;
    transition-timing-function: ease-in-out;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li:hover:before {
    width: 100%;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > a,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > a,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: inherit;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > a {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f7f7f7;
    transform: translateY(100%);
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li:nth-child(1) > a {
    transition-delay: 1s;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li:nth-child(2) > a {
    transition-delay: 1.3s;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li:nth-child(3) > a {
    transition-delay: 1.6s;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li:nth-child(4) > a {
    transition-delay: 1.9s;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li:nth-child(5) > a {
    transition-delay: 2.2s;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul {
    display: none;
    margin-top: 15px;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li {
    margin-bottom: 15px;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > a,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    opacity: 0.85;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a {
    padding-left: 35px;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a {
    padding-left: 45px;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
    padding-left: 55px;
}

body[data-header-style="header-style-seven"].admin-bar .wraper_header.style-seven .wraper_header_main {
    top: 0;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

body[data-header-style="header-style-seven"].admin-bar .is-sticky .wraper_header.style-seven .wraper_header_main,
body[data-header-style="header-style-seven"].admin-bar .wraper_flexi_menu {
    top: 32px !important;
}

body[data-header-style="header-style-seven"].flexi-menu-active .wraper_header_main .header-flexi-menu > .header-flexi-menu-line {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
}

body[data-header-style="header-style-seven"].flexi-menu-active .wraper_flexi_menu > .flexi-menu-overlay > .flexi-menu-overlay-item {
    transform: translateX(0);
}

body[data-header-style="header-style-seven"].flexi-menu-active .wraper_flexi_menu {
    opacity: 1;
    visibility: visible;
}

body[data-header-style="header-style-seven"].flexi-menu-active .wraper_flexi_menu > .flexi-menu-overlay {
    animation: slideBgTop 1s forwards;
}

body[data-header-style="header-style-seven"].flexi-menu-active .wraper_flexi_menu > .flexi-menu-close {
    transform: translateX(0);
}

body[data-header-style="header-style-seven"].flexi-menu-active .wraper_flexi_menu > .flexi-menu-close > .flexi-menu-close-holder {
    transform: rotate(45deg);
}

body[data-header-style="header-style-seven"].flexi-menu-active .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > a {
    transform: translateY(0);
}

@keyframes slideBgTop {
    0% {
        transform: translateY(-100%) translateX(-50%);
        -webkit-animation-timing-function: cubic-bezier(0.815, 0.09, 0.885, 0.14);
    }

    50% {
        transform: translateY(-50%) translateX(-50%) skewY(-20deg);
    }

    100% {
        transform: translateY(0%) translateX(-50%);
        -webkit-animation-timing-function: cubic-bezier(0.815, 0.09, 0.885, 0.14);
    }
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

/* TABLET LANDSCAPE PART */

/* TABLET PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {

    /* wraper_flexi_menu */
    body[data-header-style="header-style-seven"] .wraper_flexi_menu > .flexi-menu-close {
        top: 0;
        left: 0;
    }

    body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell {
        padding: 50px 50px 50px 50px;
    }

    body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li:before {
        display: none;
    }

    body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > a {
        padding-left: 0;
        padding-right: 0;
        background-color: transparent;
    }
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width: 321px) and (max-width: 479px) {

    /* wraper_flexi_menu */
    body[data-header-style="header-style-seven"] .wraper_flexi_menu > .flexi-menu-close {
        top: 0;
        left: 0;
    }

    body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell {
        padding: 50px 50px 50px 50px;
    }

    body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li:before {
        display: none;
    }

    body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > a {
        padding-left: 0;
        padding-right: 0;
        background-color: transparent;
    }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width: 320px) {

    /* wraper_flexi_menu */
    body[data-header-style="header-style-seven"] .wraper_flexi_menu > .flexi-menu-close {
        top: 0;
        left: 0;
    }

    body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell {
        padding: 50px 50px 50px 50px;
    }

    body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li:before {
        display: none;
    }

    body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > a {
        padding-left: 0;
        padding-right: 0;
        background-color: transparent;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Eight
--------------------------------------------------------------*/

.wraper_header.style-eight {
    position: absolute;
    z-index: 999;
    width: 100%;
    direction: initial;
}

.wraper_header.style-eight .wraper_header_main {
    width: 100%;
}

.wraper_header.style-eight .wraper_header_main > .container {
    padding-top: 25px;
    padding-bottom: 25px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-eight .wraper_header_main .header_main {
    position: relative;
}

.wraper_header.style-eight .wraper_header_main .header_main .brand-logo,
.wraper_header.style-eight .wraper_header_main .header_main .brand-logo-sticky {
    float: left;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-eight .wraper_header_main .header_main .brand-logo img,
.wraper_header.style-eight .wraper_header_main .header_main .brand-logo-sticky img {
    max-width: 103px;
}

.wraper_header.style-eight .wraper_header_main .header_main .brand-logo-sticky {
    display: none;
}

.wraper_header.style-eight .wraper_header_main .header-responsive-nav {
    width: 30px;
    float: right;
    margin-top: 6px;
    margin-left: 12px;
    text-align: right;
    font-size: 25px;
}

.wraper_header.style-eight .wraper_header_main .header_main_calltoaction {
    float: right;
    margin-left: 45px;
    text-align: center;
}

.wraper_header.style-eight .wraper_header_main .header_main_calltoaction .btn {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    padding: 4px 25px 6px 25px;
    background-color: #ff5f63;
    border-width: 2px;
    border-style: solid;
    border-radius: 35px;
}

.wraper_header.style-eight .wraper_header_main .header_main_calltoaction .btn:last-child,
.wraper_header.style-eight .wraper_header_main .header_main_calltoaction .btn:only-child {
    margin-right: 0;
}

.wraper_header.style-eight .wraper_header_main .header_main_calltoaction .btn i {
    margin-left: 6px;
}

.wraper_header.style-eight .wraper_header_main .nav {
    float: right;
    margin-top: 7px;
    text-align: right;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] {
    display: block;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin-right: 30px;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:only-child {
    margin-right: 0 !important;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a {
    position: relative;
    display: block;
    padding-bottom: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    content: "\f107";
    font-family: "FontAwesome";
    line-height: 1;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul {
    position: absolute;
    top: 100%;
    left: -15px;
    z-index: 1;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    padding-left: 32px;
    padding-right: 32px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
    padding-top: 4px;
    padding-bottom: 4px;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
    display: inline-block;
    vertical-align: top;
    opacity: inherit !important;
    visibility: inherit !important;
    cursor: pointer;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
    position: relative;
    bottom: -21px;
    content: " ";
    display: block;
    width: 0;
    height: 2px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
    width: 100%;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
    position: absolute;
    right: 30px;
    content: "\f105";
    font-family: "FontAwesome";
    font-style: normal;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul {
    left: auto;
    right: 100%;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
    top: -8px;
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width {
    position: static;
}

.wraper_header.style-eight .wraper_header_main .rt-mega-menu {
    width: 700px;
    top: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width .rt-mega-menu {
    width: 100%;
}

.wraper_header.style-eight .wraper_header_main .rt-mega-menu > ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > .rt-mega-menu,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > .rt-mega-menu {
    left: auto;
    right: 0;
}

.wraper_header.style-eight .wraper_header_main .rt-mega-menu > ul > .menu-item {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
    border-right: 1px rgba(255, 255, 255, 0.1) solid;
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.wraper_header.style-eight .wraper_header_main .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-eight .wraper_header_main .rt-mega-menu > ul > .menu-item:only-child {
    border-right: none;
}

.wraper_header.style-eight .wraper_header_main .rt-mega-menu > ul:last-child > .menu-item:last-child,
.wraper_header.style-eight .wraper_header_main .rt-mega-menu > ul:only-child > .menu-item:only-child {
    border-bottom: none;
}

.wraper_header.style-eight .wraper_header_main .rt-megamenu-widget .rt-megamenu-widget-title {
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 0;
}

.wraper_header.style-eight .wraper_header_main .rt-megamenu-widget ul.menu > li {
    position: relative;
}

.wraper_header.style-eight .wraper_header_main .rt-megamenu-widget ul.menu > li:last-child,
.wraper_header.style-eight .wraper_header_main .rt-megamenu-widget ul.menu > li:only-child {
    margin-bottom: 0;
}

.wraper_header.style-eight .wraper_header_main .rt-megamenu-widget ul.menu > li > a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 13px;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-eight .wraper_header_main .rt-megamenu-widget ul.menu > li > a:before {
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 0;
    height: 2px;
    z-index: 0;
    content: " ";
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-eight .wraper_header_main .rt-megamenu-widget ul.menu > li > a:hover:before {
    width: 100%;
}

.wraper_header.style-eight .wraper_header_main .rt-megamenu-widget ul.menu > li > a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
    position: fixed;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky > .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .brand-logo {
    display: none;
}

.wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .brand-logo-sticky {
    display: block;
}

.wraper_header.style-eight .is-sticky .wraper_header_main {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-eight .is-sticky .wraper_header_main > .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wraper_header.style-eight .is-sticky .wraper_header_main .header_main .brand-logo {
    display: none;
}

.wraper_header.style-eight .is-sticky .wraper_header_main .header_main .brand-logo-sticky {
    display: block;
}

body.admin-bar .wraper_header.style-nine .wraper_header_main {
    top: 0;
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

/* TABLET LANDSCAPE PART */

/* TABLET PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {

    /* wraper_header_main */
    .wraper_header.style-eight .wraper_header_main .header_main_calltoaction {
        margin-left: 0;
    }
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width: 321px) and (max-width: 479px) {

    /* wraper_header_main */
    .wraper_header.style-eight .wraper_header_main .header_main_calltoaction {
        margin-left: 0;
    }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width: 320px) {

    /* wraper_header_main */
    .wraper_header.style-eight .wraper_header_main .header_main_calltoaction {
        margin-left: 0;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Nine
--------------------------------------------------------------*/

.wraper_header.style-nine {
    position: relative;
    z-index: 999;
    width: 100%;
    direction: initial;
    /* wraper_header_main */
}

.wraper_header.style-nine .wraper_header_main {
    width: 100%;
    /* RADIANTTHEMES MEGA MENU */
}

.wraper_header.style-nine .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.wraper_header.style-nine .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
    position: fixed;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-nine .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-nine .wraper_header_main > .container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.wraper_header.style-nine .wraper_header_main .header_main {
    position: relative;
}

.wraper_header.style-nine .wraper_header_main .header_main .brand-logo {
    float: left;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-nine .wraper_header_main .header_main .brand-logo img {
    max-width: 103px;
}

.wraper_header.style-nine .wraper_header_main .header-responsive-nav {
    width: 30px;
    float: right;
    margin-top: 6px;
    margin-left: 12px;
    text-align: right;
    font-size: 25px;
    color: #010101;
}

.wraper_header.style-nine .wraper_header_main .header_main_contact {
    float: left;
    margin-top: 7px;
    margin-left: 35px;
    text-align: left;
}

.wraper_header.style-nine .wraper_header_main .header_main_contact > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
}

.wraper_header.style-nine .wraper_header_main .header_main_contact > li:last-child,
.wraper_header.style-nine .wraper_header_main .header_main_contact > li:only-child {
    margin-right: 0;
}

.wraper_header.style-nine .wraper_header_main .header_main_contact > li span[class*="ti-"] {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 6px;
}

.wraper_header.style-nine .wraper_header_main .header_main_contact > li a {
    color: inherit;
}

.wraper_header.style-nine .wraper_header_main .nav {
    float: right;
    margin-top: 7px;
    text-align: right;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] {
    display: block;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin-right: 40px;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:only-child {
    margin-right: 0 !important;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a {
    position: relative;
    display: block;
    padding-left: 15px;
    padding-bottom: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:before {
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 0;
    content: " ";
    width: 0;
    height: 1px;
    background-color: #24323d;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > a:before,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a:before,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a:before,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-ancestor > a:before {
    width: 40px;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    content: "\f107";
    font-family: "FontAwesome";
    line-height: 1;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul {
    position: absolute;
    top: 100%;
    left: -15px;
    z-index: 1;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    padding-left: 32px;
    padding-right: 32px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
    padding-top: 4px;
    padding-bottom: 4px;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
    display: inline-block;
    vertical-align: top;
    opacity: inherit !important;
    visibility: inherit !important;
    cursor: pointer;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
    position: relative;
    bottom: -21px;
    content: " ";
    display: block;
    width: 0;
    height: 2px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
    width: 100%;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
    position: absolute;
    right: 30px;
    content: "\f105";
    font-family: "FontAwesome";
    font-style: normal;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul li ul {
    left: auto;
    right: 100%;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
    top: -8px;
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width {
    position: static;
}

.wraper_header.style-nine .wraper_header_main .rt-mega-menu {
    width: 700px;
    top: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width .rt-mega-menu {
    width: 100%;
}

.wraper_header.style-nine .wraper_header_main .rt-mega-menu > ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > .rt-mega-menu,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > .rt-mega-menu {
    left: auto;
    right: 0;
}

.wraper_header.style-nine .wraper_header_main .rt-mega-menu > ul > .menu-item {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
    border-right: 1px rgba(255, 255, 255, 0.1) solid;
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.wraper_header.style-nine .wraper_header_main .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-nine .wraper_header_main .rt-mega-menu > ul > .menu-item:only-child {
    border-right: none;
}

.wraper_header.style-nine .wraper_header_main .rt-mega-menu > ul:last-child > .menu-item:last-child,
.wraper_header.style-nine .wraper_header_main .rt-mega-menu > ul:only-child > .menu-item:only-child {
    border-bottom: none;
}

.wraper_header.style-nine .wraper_header_main .rt-megamenu-widget .rt-megamenu-widget-title {
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 0;
}

.wraper_header.style-nine .wraper_header_main .rt-megamenu-widget ul.menu > li {
    position: relative;
}

.wraper_header.style-nine .wraper_header_main .rt-megamenu-widget ul.menu > li:last-child,
.wraper_header.style-nine .wraper_header_main .rt-megamenu-widget ul.menu > li:only-child {
    margin-bottom: 0;
}

.wraper_header.style-nine .wraper_header_main .rt-megamenu-widget ul.menu > li > a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 13px;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    transition: all 0.12s ease-in-out;
    -webkit-transition: all 0.12s ease-in-out;
}

.wraper_header.style-nine .wraper_header_main .rt-megamenu-widget ul.menu > li > a:before {
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 0;
    height: 2px;
    z-index: 0;
    content: " ";
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-nine .wraper_header_main .rt-megamenu-widget ul.menu > li > a:hover:before {
    width: 100%;
}

.wraper_header.style-nine .wraper_header_main .rt-megamenu-widget ul.menu > li > a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

body.admin-bar .wraper_header.style-one .wraper_header_main {
    top: 0;
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

/* TABLET LANDSCAPE PART */

/* TABLET PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {

    /* wraper_header_main */
    .wraper_header.style-nine .wraper_header_main .header_main_calltoaction {
        margin-left: 0;
    }
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width: 321px) and (max-width: 479px) {

    /* wraper_header_main */
    .wraper_header.style-nine .wraper_header_main .header_main_calltoaction {
        margin-left: 0;
    }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width: 320px) {

    /* wraper_header_main */
    .wraper_header.style-nine .wraper_header_main .header_main_calltoaction {
        margin-left: 0;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Ten
--------------------------------------------------------------*/

.wraper_header.style-ten {
    position: relative;
    z-index: 999;
    width: 100%;
    direction: initial;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    /* wraper_header_top */
    /* wraper_header_main */
}

.wraper_header.style-ten .wraper_header_top {
    width: 100%;
}

.wraper_header.style-ten .wraper_header_top > .container {
    padding-top: 9px;
    padding-bottom: 0;
}

.wraper_header.style-ten .wraper_header_top .header_top .header_top_item {
    margin-bottom: 4px;
}

.wraper_header.style-ten .wraper_header_top .header_top .header_top_item ul.header-contact {
    font-size: 0;
}

.wraper_header.style-ten .wraper_header_top .header_top .header_top_item ul.header-contact > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
}

.wraper_header.style-ten .wraper_header_top .header_top .header_top_item ul.header-contact > li:last-child,
.wraper_header.style-ten .wraper_header_top .header_top .header_top_item ul.header-contact > li:only-child {
    margin-right: 0;
}

.wraper_header.style-ten .wraper_header_top .header_top .header_top_item ul.header-contact > li span[class*="ti-"] {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
}

.wraper_header.style-ten .wraper_header_top .header_top .header_top_item ul.header-contact > li a {
    color: inherit;
}

.wraper_header.style-ten .wraper_header_top .header_top .header_top_item ul.header-social {
    font-size: 0;
}

.wraper_header.style-ten .wraper_header_top .header_top .header_top_item ul.header-social > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 17px;
}

.wraper_header.style-ten .wraper_header_top .header_top .header_top_item ul.header-social > li:last-child,
.wraper_header.style-ten .wraper_header_top .header_top .header_top_item ul.header-social > li:only-child {
    margin-right: 0;
}

.wraper_header.style-ten .wraper_header_top .header_top .header_top_item ul.header-social > li > a {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.wraper_header.style-ten .wraper_header_main {
    width: 100%;
    /* RADIANTTHEMES MEGA MENU */
    /* STICKY MODE */
}

.wraper_header.style-ten .wraper_header_main > .container {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-ten .wraper_header_main .header_main {
    position: relative;
}

.wraper_header.style-ten .wraper_header_main .header_main .brand-logo {
    float: left;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-ten .wraper_header_main .header_main .brand-logo img {
    max-width: 103px;
}

.wraper_header.style-ten .wraper_header_main .header-responsive-nav {
    width: 30px;
    float: right;
    margin-top: 8px;
    margin-left: 20px;
    text-align: right;
    font-size: 25px;
    color: #333;
}

.wraper_header.style-ten .wraper_header_main .header_main_calltoaction {
    float: right;
    margin-left: 30px;
    text-align: center;
}

.wraper_header.style-ten .wraper_header_main .header_main_calltoaction .btn {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    padding: 7px 25px 7px 25px;
    border: none;
    border-radius: 50px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.wraper_header.style-ten .wraper_header_main .header_main_calltoaction .btn:last-child,
.wraper_header.style-ten .wraper_header_main .header_main_calltoaction .btn:only-child {
    margin-right: 0;
}

.wraper_header.style-ten .wraper_header_main .header_main_calltoaction .btn i {
    margin-left: 6px;
}

.wraper_header.style-ten .wraper_header_main .header_main_action {
    float: right;
    margin-top: 13px;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-ten .wraper_header_main .header_main_action ul > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    cursor: pointer;
}

.wraper_header.style-ten .wraper_header_main .header_main_action ul > li span[class*="ti-"] {
    font-size: 18px;
    line-height: 1;
}

.wraper_header.style-ten .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder {
    position: relative;
    display: block;
}

.wraper_header.style-ten .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box {
    position: absolute;
    top: -13px;
    right: -14px;
    z-index: 1;
    width: 30px;
    padding: 5px 5px 4px 12px;
    background-color: #f9f9f9;
    border: 3px rgba(0, 0, 0, 0.1) solid;
    border-radius: 35px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.wraper_header.style-ten .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row {
    position: relative;
    display: block;
    padding-right: 30px;
}

.wraper_header.style-ten .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row input[type="search"] {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    font-size: 13px;
    border-radius: 0;
}

.wraper_header.style-ten .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row button[type="submit"] {
    position: absolute;
    top: 0;
    width: 26px;
    height: 30px;
    background-color: transparent;
    border: none;
    font-size: 13px;
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

.wraper_header.style-ten .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row button[type="submit"] span[class*="ti-"] {
    color: inherit;
}

.wraper_header.style-ten .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder:hover > .header-slideout-searchbar-box,
.wraper_header.style-ten .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder:focus > .header-slideout-searchbar-box {
    width: 200px;
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-ten .wraper_header_main .nav {
    float: right;
    margin-top: 9px;
    text-align: right;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] {
    display: block;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin-right: 45px;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:only-child {
    margin-right: 0 !important;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a {
    position: relative;
    display: block;
    padding-bottom: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    content: "\f107";
    font-family: "FontAwesome";
    line-height: 1;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul {
    position: absolute;
    top: 100%;
    left: -15px;
    z-index: 1;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    padding-left: 32px;
    padding-right: 32px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
    padding-top: 4px;
    padding-bottom: 4px;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
    display: inline-block;
    vertical-align: top;
    opacity: inherit !important;
    visibility: inherit !important;
    cursor: pointer;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
    position: relative;
    bottom: -21px;
    content: " ";
    display: block;
    width: 0;
    height: 2px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
    width: 100%;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
    position: absolute;
    right: 30px;
    content: "\f105";
    font-family: "FontAwesome";
    font-style: normal;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul li ul {
    left: auto;
    right: 100%;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
    top: -8px;
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width {
    position: static;
}

.wraper_header.style-ten .wraper_header_main .rt-mega-menu {
    width: 700px;
    top: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width .rt-mega-menu {
    width: 100%;
}

.wraper_header.style-ten .wraper_header_main .rt-mega-menu > ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > .rt-mega-menu,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > .rt-mega-menu {
    left: auto;
    right: 0;
}

.wraper_header.style-ten .wraper_header_main .rt-mega-menu > ul > .menu-item {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
    border-right: 1px rgba(255, 255, 255, 0.1) solid;
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.wraper_header.style-ten .wraper_header_main .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-ten .wraper_header_main .rt-mega-menu > ul > .menu-item:only-child {
    border-right: none;
}

.wraper_header.style-ten .wraper_header_main .rt-mega-menu > ul:last-child > .menu-item:last-child,
.wraper_header.style-ten .wraper_header_main .rt-mega-menu > ul:only-child > .menu-item:only-child {
    border-bottom: none;
}

.wraper_header.style-ten .wraper_header_main .rt-megamenu-widget .rt-megamenu-widget-title {
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 0;
}

.wraper_header.style-ten .wraper_header_main .rt-megamenu-widget ul.menu > li {
    position: relative;
}

.wraper_header.style-ten .wraper_header_main .rt-megamenu-widget ul.menu > li:last-child,
.wraper_header.style-ten .wraper_header_main .rt-megamenu-widget ul.menu > li:only-child {
    margin-bottom: 0;
}

.wraper_header.style-ten .wraper_header_main .rt-megamenu-widget ul.menu > li > a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 13px;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-ten .wraper_header_main .rt-megamenu-widget ul.menu > li > a:before {
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 0;
    height: 2px;
    z-index: 0;
    content: " ";
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-ten .wraper_header_main .rt-megamenu-widget ul.menu > li > a:hover:before {
    width: 100%;
}

.wraper_header.style-ten .wraper_header_main .rt-megamenu-widget ul.menu > li > a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.wraper_header.style-ten .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.wraper_header.style-ten .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
    position: fixed;
    top: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-ten .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-ten .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky > .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wraper_header.style-ten .is-sticky .wraper_header_main {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-ten .is-sticky .wraper_header_main > .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

/* TABLET LANDSCAPE PART */

@media screen and (min-width: 768px) and (max-width: 991px) {

    /* wraper_header_top */
    .wraper_header.style-ten .wraper_header_top .header_top .header_top_item {
        text-align: center;
    }
}

/* TABLET PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {

    /* wraper_header_top */
    .wraper_header.style-ten .wraper_header_top .header_top .header_top_item {
        text-align: center;
    }
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width: 321px) and (max-width: 479px) {

    /* wraper_header_top */
    .wraper_header.style-ten .wraper_header_top .header_top .header_top_item {
        text-align: center;
    }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width: 320px) {

    /* wraper_header_top */
    .wraper_header.style-ten .wraper_header_top .header_top .header_top_item {
        text-align: center;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Eleven
--------------------------------------------------------------*/

.wraper_header.style-eleven {
    position: relative;
    z-index: 999;
    width: 100%;
    direction: initial;
}

.wraper_header.style-eleven .wraper_header_top {
    background-color: #eeeeee;
    padding: 10px 0;
    text-align: center;
}

.wraper_header.style-eleven .wraper_header_main {
    padding: 30px 0;
}

.wraper_header.style-eleven .wraper_header_main .header-sign-up-btn a {
    color: #000;
    font-size: 16px;
    line-height: 28px;
}

.wraper_header.style-eleven .wraper_header_main .header-sign-up-btn a span {
    padding-right: 10px;
}

.wraper_header.style-eleven .wraper_header_main .header-main-action ul > li {
    display: inline-block;
}

.wraper_header.style-eleven .wraper_header_main .header-main-action ul > li.header-slideout-searchbar {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    cursor: pointer;
}

.wraper_header.style-eleven .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder {
    position: relative;
    display: block;
}

.wraper_header.style-eleven .wraper_header_main .header-main-action ul > li span[class*="ti-"] {
    font-size: 18px;
    color: #000;
}

.wraper_header.style-eleven .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box {
    position: absolute;
    top: -10px;
    right: -14px;
    z-index: 1;
    width: 30px;
    padding: 5px 5px 4px 12px;
    background-color: #f9f9f9;
    border: 3px rgba(0, 0, 0, 0.1) solid;
    border-radius: 35px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.wraper_header.style-eleven .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row {
    position: relative;
    display: block;
    padding-right: 30px;
}

.wraper_header.style-eleven .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row input[type="search"] {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    font-size: 13px;
    border-radius: 0;
}

.wraper_header.style-eleven .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row button[type="submit"] {
    position: absolute;
    top: 0;
    width: 26px;
    height: 30px;
    background-color: transparent;
    border: none;
    font-size: 13px;
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 30px;
}

.wraper_header.style-eleven .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder:hover > .header-slideout-searchbar-box,
.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder:focus > .header-slideout-searchbar-box {
    width: 200px;
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-eleven .wraper_header_main .header-main-action ul > li.header-cart-bar {
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.wraper_header.style-eleven .wraper_header_main .header-main-action ul > li.header-cart-bar > .header-cart-bar-icon {
    position: relative;
    display: block;
    margin-right: 6px;
}

.wraper_header.style-eleven .wraper_header_main .header-main-action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count {
    position: absolute;
    top: -8px;
    right: -13px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #000000;
    line-height: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-eleven .wraper_header_main .header_main .brand-logo {
    float: left;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-eleven .wraper_header_main .header_main .brand-logo img {
    max-width: 135px;
}

.wraper_header.style-eleven .wraper_header_main .header_main .header-responsive-nav {
    width: 30px;
    float: right;
    margin-top: 15px;
    margin-left: 30px;
    text-align: right;
    font-size: 25px;
    color: #333;
    line-height: 1;
    cursor: pointer;
}

.wraper_header.style-eleven .wraper_header_nav {
    width: 100%;
}

.wraper_header.style-eleven .wraper_header_nav.radiantthemes-sticky-style-two.delayed-sticky-mode {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.wraper_header.style-eleven .wraper_header_nav.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
    position: fixed;
    top: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-eleven .wraper_header_nav.radiantthemes-sticky-style-two.i-am-delayed-sticky {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-eleven .wraper_header_nav > .container {
    padding-top: 0;
    padding-bottom: 0;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav {
    position: relative;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav {
    float: left;
    text-align: left;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] {
    display: block;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin-right: 10px;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:only-child {
    margin-right: 0 !important;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > a {
    position: relative;
    display: block;
    padding: 11px 25px 13px 25px;
    cursor: pointer;
    transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    content: "\f107";
    font-family: "FontAwesome";
    line-height: 1;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul {
    position: absolute;
    top: 100%;
    left: -15px;
    z-index: 1;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    padding-left: 32px;
    padding-right: 32px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
    padding-top: 4px;
    padding-bottom: 4px;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
    display: inline-block;
    vertical-align: top;
    opacity: inherit !important;
    visibility: inherit !important;
    cursor: pointer;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
    position: relative;
    bottom: -21px;
    content: " ";
    display: block;
    width: 0;
    height: 2px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
    width: 100%;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
    position: absolute;
    right: 30px;
    content: "\f105";
    font-family: "FontAwesome";
    font-style: normal;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul li ul {
    left: auto;
    right: 100%;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
    top: -8px;
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width {
    position: static;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-mega-menu {
    width: 700px;
    top: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width .rt-mega-menu {
    width: 100%;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-mega-menu > ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > .rt-mega-menu,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > .rt-mega-menu {
    left: auto;
    right: 0;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-mega-menu > ul > .menu-item {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
    border-right: 1px rgba(255, 255, 255, 0.1) solid;
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-mega-menu > ul > .menu-item:only-child {
    border-right: none;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-mega-menu > ul:last-child > .menu-item:last-child,
.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-mega-menu > ul:only-child > .menu-item:only-child {
    border-bottom: none;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-megamenu-widget .rt-megamenu-widget-title {
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 0;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-megamenu-widget ul.menu > li {
    position: relative;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-megamenu-widget ul.menu > li:last-child,
.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-megamenu-widget ul.menu > li:only-child {
    margin-bottom: 0;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-megamenu-widget ul.menu > li > a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 13px;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    transition: all 0.12s ease-in-out;
    -webkit-transition: all 0.12s ease-in-out;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-megamenu-widget ul.menu > li > a:before {
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 0;
    height: 2px;
    z-index: 0;
    content: " ";
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-megamenu-widget ul.menu > li > a:hover:before {
    width: 100%;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-megamenu-widget ul.menu > li > a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

body.admin-bar .wraper_header.style-one .wraper_header_main {
    top: 0;
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

/* TABLET LANDSCAPE PART */

@media screen and (min-width: 768px) and (max-width: 991px) {

    /* wraper_header_top */
    .wraper_header.style-eleven .wraper_header_top .header_top .header_top_item {
        text-align: center;
    }

    .wraper_header.style-eleven .wraper_header_top .header_top .header_top_item .header-top-note {
        margin-top: 0;
    }

    /* wraper_header_main */
    .wraper_header.style-eleven .wraper_header_main .header_main ul.header-contact {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
}

/* TABLET PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {

    /* wraper_header_top */
    .wraper_header.style-eleven .wraper_header_top .header_top .header_top_item {
        text-align: center;
    }

    .wraper_header.style-eleven .wraper_header_top .header_top .header_top_item .header-top-note {
        margin-top: 0;
    }
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width: 321px) and (max-width: 479px) {

    /* wraper_header_top */
    .wraper_header.style-eleven .wraper_header_top .header_top .header_top_item {
        text-align: center;
    }

    .wraper_header.style-eleven .wraper_header_top .header_top .header_top_item .header-top-note {
        margin-top: 0;
    }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width: 320px) {

    /* wraper_header_top */
    .wraper_header.style-eleven .wraper_header_top .header_top .header_top_item {
        text-align: center;
    }

    .wraper_header.style-eleven .wraper_header_top .header_top .header_top_item .header-top-note {
        margin-top: 0;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Twelve
--------------------------------------------------------------*/

.wraper_header.style-twelve {
    position: absolute;
    z-index: 999;
    width: 100%;
    direction: initial;
    /* wraper_header_top */
    /* wraper_header_main */
}

.wraper_header.style-twelve .wraper_header_top {
    width: 100%;
}

.wraper_header.style-twelve .wraper_header_top > .container {
    padding-top: 0;
    padding-bottom: 0;
}

.wraper_header.style-twelve .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky > .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wraper_header.style-twelve .wraper_header_top .header_top .header_top_item ul.header-contact {
    font-size: 0;
}

.wraper_header.style-twelve .wraper_header_top .header_top .header_top_item ul.header-contact > li {
    display: inline-block;
    vertical-align: top;
    padding-top: 8px;
    padding-bottom: 9px;
    margin-right: 15px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
}

.wraper_header.style-twelve .wraper_header_top .header_top .header_top_item ul.header-contact > li:last-child,
.wraper_header.style-twelve .wraper_header_top .header_top .header_top_item ul.header-contact > li:only-child {
    margin-right: 0;
}

.wraper_header.style-twelve .wraper_header_top .header_top .header_top_item ul.header-contact > li.phone {
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgba(0, 0, 0, 0.25);
}

.wraper_header.style-twelve .wraper_header_top .header_top .header_top_item ul.header-contact > li span[class*="ti-"] {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
}

.wraper_header.style-twelve .wraper_header_top .header_top .header_top_item ul.header-contact > li a {
    color: inherit;
}

.wraper_header.style-twelve .wraper_header_main {
    width: 100%;
    /* RADIANTTHEMES MEGA MENU */
}

.wraper_header.style-twelve .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.wraper_header.style-twelve .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
    position: fixed;
    top: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-twelve .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-twelve .wraper_header_main > .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.wraper_header.style-twelve .wraper_header_main .header_main {
    position: relative;
}

.wraper_header.style-twelve .wraper_header_main .header_main .brand-logo {
    float: left;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-twelve .wraper_header_main .header_main .brand-logo img {
    max-width: 103px;
}

.wraper_header.style-twelve .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .brand-logo {
    display: none;
}

.wraper_header.style-twelve .wraper_header_main .header_main .brand-logo-sticky {
    display: none;
}

.wraper_header.style-twelve .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .brand-logo-sticky {
    display: block;
}

.wraper_header.style-twelve .wraper_header_main .header_main .brand-logo,
.wraper_header.style-twelve .wraper_header_main .header_main .brand-logo-sticky {
    float: left;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-twelve .wraper_header_main .header-responsive-nav {
    width: 30px;
    float: right;
    margin-top: 9px;
    text-align: center;
    font-size: 25px;
    color: #fff;
}

.wraper_header.style-twelve .wraper_header_main ul.header-social {
    float: right;
    margin-top: 7px;
    margin-left: 30px;
    font-size: 0;
}

.wraper_header.style-twelve .wraper_header_main ul.header-social > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 17px;
}

.wraper_header.style-twelve .wraper_header_main ul.header-social > li:last-child,
.wraper_header.style-twelve .wraper_header_main ul.header-social > li:only-child {
    margin-right: 0;
}

.wraper_header.style-twelve .wraper_header_main ul.header-social > li > a {
    text-align: center;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
}

.wraper_header.style-twelve .wraper_header_main .nav {
    float: right;
    margin-top: 7px;
    text-align: right;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] {
    display: block;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin-right: 45px;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:only-child {
    margin-right: 0 !important;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a {
    position: relative;
    display: block;
    padding-bottom: 2px;
    cursor: pointer;
    transition: all 0.12s ease-in-out !important;
    -webkit-transition: all 0.12s ease-in-out !important;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    content: " ";
    height: 3px;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > a:before,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a:before,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a:before,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-ancestor > a:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    content: "\f107";
    font-family: "FontAwesome";
    line-height: 1;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul {
    position: absolute;
    top: 100%;
    left: -15px;
    z-index: 1;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    padding-left: 32px;
    padding-right: 32px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
    padding-top: 4px;
    padding-bottom: 4px;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
    display: inline-block;
    vertical-align: top;
    opacity: inherit !important;
    visibility: inherit !important;
    cursor: pointer;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
    position: relative;
    bottom: -21px;
    content: " ";
    display: block;
    width: 0;
    height: 2px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
    width: 100%;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
    position: absolute;
    right: 30px;
    content: "\f105";
    font-family: "FontAwesome";
    font-style: normal;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul li ul {
    left: auto;
    right: 100%;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
    top: -8px;
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width {
    position: static;
}

.wraper_header.style-twelve .wraper_header_main .rt-mega-menu {
    width: 700px;
    top: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width .rt-mega-menu {
    width: 100%;
}

.wraper_header.style-twelve .wraper_header_main .rt-mega-menu > ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > .rt-mega-menu,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > .rt-mega-menu {
    left: auto;
    right: 0;
}

.wraper_header.style-twelve .wraper_header_main .rt-mega-menu > ul > .menu-item {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
    border-right: 1px rgba(255, 255, 255, 0.1) solid;
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.wraper_header.style-twelve .wraper_header_main .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-twelve .wraper_header_main .rt-mega-menu > ul > .menu-item:only-child {
    border-right: none;
}

.wraper_header.style-twelve .wraper_header_main .rt-mega-menu > ul:last-child > .menu-item:last-child,
.wraper_header.style-twelve .wraper_header_main .rt-mega-menu > ul:only-child > .menu-item:only-child {
    border-bottom: none;
}

.wraper_header.style-twelve .wraper_header_main .rt-megamenu-widget .rt-megamenu-widget-title {
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 0;
}

.wraper_header.style-twelve .wraper_header_main .rt-megamenu-widget ul.menu > li {
    position: relative;
}

.wraper_header.style-twelve .wraper_header_main .rt-megamenu-widget ul.menu > li:last-child,
.wraper_header.style-twelve .wraper_header_main .rt-megamenu-widget ul.menu > li:only-child {
    margin-bottom: 0;
}

.wraper_header.style-twelve .wraper_header_main .rt-megamenu-widget ul.menu > li > a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 13px;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-twelve .wraper_header_main .rt-megamenu-widget ul.menu > li > a:before {
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 0;
    height: 2px;
    z-index: 0;
    content: " ";
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-twelve .wraper_header_main .rt-megamenu-widget ul.menu > li > a:hover:before {
    width: 100%;
}

.wraper_header.style-twelve .wraper_header_main .rt-megamenu-widget ul.menu > li > a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

body.admin-bar .wraper_header.style-one .wraper_header_main {
    top: 0;
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

/* TABLET LANDSCAPE PART */

@media screen and (min-width: 768px) and (max-width: 991px) {

    /* wraper_header_main */
    .wraper_header.style-twelve .wraper_header_main ul.header-social {
        margin-top: 10px;
        margin-left: 0;
        margin-right: 25px;
    }
}

/* TABLET PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {

    /* wraper_header_main */
    .wraper_header.style-twelve .wraper_header_main ul.header-social {
        margin-top: 10px;
        margin-left: 0;
        margin-right: 25px;
    }
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width: 321px) and (max-width: 479px) {

    /* wraper_header_main */
    .wraper_header.style-twelve .wraper_header_main ul.header-social {
        margin-top: 10px;
        margin-left: 0;
        margin-right: 25px;
    }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width: 320px) {

    /* wraper_header_main */
    .wraper_header.style-twelve .wraper_header_main ul.header-social {
        margin-top: 10px;
        margin-left: 0;
        margin-right: 15px;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Thirteen
--------------------------------------------------------------*/

.wraper_header.style-thirteen {
    position: relative;
    z-index: 999;
    width: 100%;
    direction: initial;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    /* wraper_header_top */
    /* wraper_header_main */
}

.wraper_header.style-thirteen .wraper_header_top {
    width: 100%;
}

.wraper_header.style-thirteen .wraper_header_top > .container {
    padding-top: 0;
    padding-bottom: 0;
}

.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item ul.header-contact {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item ul.header-contact > li {
    display: inline-block;
    vertical-align: top;
    padding: 7px 22px 8px 22px;
    border-right: 1px rgba(255, 255, 255, 0.2) solid;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 0.4px;
}

.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item ul.header-contact > li:first-child {
    padding-left: 0;
}

.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item ul.header-contact > li:last-child {
    padding-right: 0;
    border-right: none;
}

.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item ul.header-contact > li:only-child {
    padding-left: 0;
    padding-right: 0;
    border-right: none;
}

.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item ul.header-contact > li span[class*="ti-"] {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
}

.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item ul.header-contact > li a {
    color: inherit;
}

.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item .header-calltoaction {
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
    font-size: 0;
}

.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item .header-calltoaction .btn {
    display: inline-block;
    vertical-align: top;
    padding: 7px 22px 8px 22px;
    border: none;
    border-right: 1px rgba(255, 255, 255, 0.2) solid;
    border-radius: 0;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 0.4px;
}

.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item .header-calltoaction .btn:last-child,
.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item .header-calltoaction .btn:only-child {
    border-right: none;
}

.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item .header-calltoaction .btn i {
    margin-left: 6px;
}

.wraper_header.style-thirteen .wraper_header_main {
    width: 100%;
    /* RADIANTTHEMES MEGA MENU */
    /* STICKY MODE */
}

.wraper_header.style-thirteen .wraper_header_main > .container {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-thirteen .wraper_header_main .header_main {
    position: relative;
}

.wraper_header.style-thirteen .wraper_header_main .header_main .brand-logo {
    float: left;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-thirteen .wraper_header_main .header_main .brand-logo img {
    max-width: 103px;
}

.wraper_header.style-thirteen .wraper_header_main .header-responsive-nav {
    width: 30px;
    float: right;
    margin-top: 8px;
    margin-left: 20px;
    text-align: right;
    font-size: 25px;
    color: #333;
}

.wraper_header.style-thirteen .wraper_header_main .header_main_action {
    float: right;
    margin-top: 13px;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-thirteen .wraper_header_main .header_main_action ul > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 32px;
    cursor: pointer;
}

.wraper_header.style-thirteen .wraper_header_main .header_main_action ul > li span[class*="ti-"] {
    font-size: 18px;
    color: #333;
    line-height: 1;
}

.wraper_header.style-thirteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder {
    position: relative;
    display: block;
}

.wraper_header.style-thirteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box {
    position: absolute;
    top: -13px;
    right: -14px;
    z-index: 1;
    width: 30px;
    padding: 5px 5px 4px 12px;
    background-color: #f9f9f9;
    border: 3px rgba(0, 0, 0, 0.1) solid;
    border-radius: 35px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.wraper_header.style-thirteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row {
    position: relative;
    display: block;
    padding-right: 30px;
}

.wraper_header.style-thirteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row input[type="search"] {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    font-size: 13px;
    border-radius: 0;
}

.wraper_header.style-thirteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row button[type="submit"] {
    position: absolute;
    top: 0;
    width: 26px;
    height: 30px;
    background-color: transparent;
    border: none;
    font-size: 13px;
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    color: #333;
    line-height: 30px;
}

.wraper_header.style-thirteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row button[type="submit"] span[class*="ti-"] {
    color: inherit;
}

.wraper_header.style-thirteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder:hover > .header-slideout-searchbar-box,
.wraper_header.style-thirteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder:focus > .header-slideout-searchbar-box {
    width: 200px;
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-thirteen .wraper_header_main .nav {
    float: right;
    margin-top: 9px;
    text-align: right;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] {
    display: block;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin-right: 45px;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:only-child {
    margin-right: 0 !important;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a {
    position: relative;
    display: block;
    padding-bottom: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    content: "\f107";
    font-family: "FontAwesome";
    line-height: 1;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul {
    position: absolute;
    top: 100%;
    left: -15px;
    z-index: 1;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    padding-left: 32px;
    padding-right: 32px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
    padding-top: 4px;
    padding-bottom: 4px;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
    display: inline-block;
    vertical-align: top;
    opacity: inherit !important;
    visibility: inherit !important;
    cursor: pointer;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
    position: relative;
    bottom: -21px;
    content: " ";
    display: block;
    width: 0;
    height: 2px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
    width: 100%;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
    position: absolute;
    right: 30px;
    content: "\f105";
    font-family: "FontAwesome";
    font-style: normal;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul li ul {
    left: auto;
    right: 100%;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
    top: -8px;
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width {
    position: static;
}

.wraper_header.style-thirteen .wraper_header_main .rt-mega-menu {
    width: 700px;
    top: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width .rt-mega-menu {
    width: 100%;
}

.wraper_header.style-thirteen .wraper_header_main .rt-mega-menu > ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > .rt-mega-menu,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > .rt-mega-menu {
    left: auto;
    right: 0;
}

.wraper_header.style-thirteen .wraper_header_main .rt-mega-menu > ul > .menu-item {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
    border-right: 1px rgba(255, 255, 255, 0.1) solid;
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.wraper_header.style-thirteen .wraper_header_main .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-thirteen .wraper_header_main .rt-mega-menu > ul > .menu-item:only-child {
    border-right: none;
}

.wraper_header.style-thirteen .wraper_header_main .rt-mega-menu > ul:last-child > .menu-item:last-child,
.wraper_header.style-thirteen .wraper_header_main .rt-mega-menu > ul:only-child > .menu-item:only-child {
    border-bottom: none;
}

.wraper_header.style-thirteen .wraper_header_main .rt-megamenu-widget .rt-megamenu-widget-title {
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 0;
}

.wraper_header.style-thirteen .wraper_header_main .rt-megamenu-widget ul.menu > li {
    position: relative;
}

.wraper_header.style-thirteen .wraper_header_main .rt-megamenu-widget ul.menu > li:last-child,
.wraper_header.style-thirteen .wraper_header_main .rt-megamenu-widget ul.menu > li:only-child {
    margin-bottom: 0;
}

.wraper_header.style-thirteen .wraper_header_main .rt-megamenu-widget ul.menu > li > a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 13px;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-thirteen .wraper_header_main .rt-megamenu-widget ul.menu > li > a:before {
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 0;
    height: 2px;
    z-index: 0;
    content: " ";
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-thirteen .wraper_header_main .rt-megamenu-widget ul.menu > li > a:hover:before {
    width: 100%;
}

.wraper_header.style-thirteen .wraper_header_main .rt-megamenu-widget ul.menu > li > a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.wraper_header.style-thirteen .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.wraper_header.style-thirteen .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
    position: fixed;
    top: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-thirteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-thirteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky > .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wraper_header.style-thirteen .is-sticky .wraper_header_main {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-thirteen .is-sticky .wraper_header_main > .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */
@media (min-width: 992px) {

    /*.container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 992px !important;
  }*/
}

/*@media (min-width: 992px) {

  .woocommerce.single-product .container,
  .woocommerce.single-product .container-lg,
  .woocommerce.single-product .container-md,
  .woocommerce.single-product .container-sm {
    max-width: 1170px !important;
  }
}

@media (min-width: 1238px) {

  .woocommerce.single-product .container,
  .woocommerce.single-product .container-lg,
  .woocommerce.single-product .container-md,
  .woocommerce.single-product .container-sm {
    max-width: 1238px !important;
  }
}*/

@media screen and (min-width: 992px) and (max-width: 1199px) {

    /* wraper_header_top */
    .wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item {
        text-align: center;
    }
}

/* TABLET LANDSCAPE PART */

@media screen and (min-width: 768px) and (max-width: 991px) {

    /* wraper_header_top */
    .wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item {
        text-align: center;
    }
}

/* TABLET PROTRAIT PART */

/* SMART PHONE LANDSCAPE PART */

/* SMART PHONE PROTRAIT PART */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Fourteen
--------------------------------------------------------------*/

/* wraper_header */

.wraper_header.style-fourteen {
    position: absolute;
    z-index: 999;
    width: 100%;
    direction: initial;
    /* wraper_header_main */
}

.wraper_header.style-fourteen .wraper_header_main {
    width: 100%;
    overflow: hidden;
    /* STICKY MODE */
}

.wraper_header.style-fourteen .wraper_header_main > .container {
    padding-top: 25px;
    padding-bottom: 5px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-fourteen .wraper_header_main .header_main {
    position: relative;
}

.wraper_header.style-fourteen .wraper_header_main .header_main .header_main_item {
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-fourteen .wraper_header_main .header_main .brand-logo,
.wraper_header.style-fourteen .wraper_header_main .header_main .brand-logo-sticky {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-fourteen .wraper_header_main .header_main .brand-logo img,
.wraper_header.style-fourteen .wraper_header_main .header_main .brand-logo-sticky img {
    width: 110px;
}

.wraper_header.style-fourteen .wraper_header_main .header_main .brand-logo-sticky {
    display: none;
}

.wraper_header.style-fourteen .wraper_header_main .header_main .header-slideout-menu {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    text-align: center;
    cursor: pointer;
    font-size: 25px;
    line-height: 1;
}

.wraper_header.style-fourteen .wraper_header_main .header_main ul.header-social {
    display: inline-block;
    vertical-align: top;
    margin-top: 9px;
    font-size: 0;
}

.wraper_header.style-fourteen .wraper_header_main .header_main ul.header-social > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 17px;
}

.wraper_header.style-fourteen .wraper_header_main .header_main ul.header-social > li:last-child,
.wraper_header.style-fourteen .wraper_header_main .header_main ul.header-social > li:only-child {
    margin-right: 0;
}

.wraper_header.style-fourteen .wraper_header_main .header_main ul.header-social > li > a {
    text-align: center;
    font-size: 17px;
    line-height: 28px;
}

.wraper_header.style-fourteen .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.wraper_header.style-fourteen .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
    position: fixed;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-fourteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-fourteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky > .container {
    padding-top: 10px;
    padding-bottom: 0px;
}

.wraper_header.style-fourteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main {
    position: relative;
}

.wraper_header.style-fourteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .header_main_item {
    margin-bottom: 10px;
}

.wraper_header.style-fourteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .brand-logo {
    display: none;
}

.wraper_header.style-fourteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .brand-logo-sticky {
    display: block;
}

.wraper_header.style-fourteen .is-sticky .wraper_header_main {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-fourteen .is-sticky .wraper_header_main > .container {
    padding-top: 10px;
    padding-bottom: 0px;
}

.wraper_header.style-fourteen .is-sticky .wraper_header_main .header_main {
    position: relative;
}

.wraper_header.style-fourteen .is-sticky .wraper_header_main .header_main .header_main_item {
    margin-bottom: 10px;
}

.wraper_header.style-fourteen .is-sticky .wraper_header_main .header_main .brand-logo {
    display: none;
}

.wraper_header.style-fourteen .is-sticky .wraper_header_main .header_main .brand-logo-sticky {
    display: block;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    max-width: 300px;
    overflow: auto;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 25px;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 25px;
    color: #fff;
    line-height: 1;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu {
    width: 100%;
    /* NAV */
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav {
    visibility: unset !important;
    text-align: left;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li {
    padding-left: 30px;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    content: " ";
    z-index: 0;
    width: 0;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.15);
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li:hover:before {
    width: 100%;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > a,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > a,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: inherit;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > a {
    padding-left: 30px;
    padding-right: 30px;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul {
    display: none;
    margin-top: 15px;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li {
    margin-bottom: 15px;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > a,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    opacity: 0.85;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a {
    padding-left: 35px;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a {
    padding-left: 45px;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
    padding-left: 55px;
}

body[data-header-style="header-style-fourteen"].slideout-menu-active .wraper_slideout_menu {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

/* TABLET LANDSCAPE PART */

/* TABLET PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {

    /* wraper_header_main */
    .wraper_header.style-fourteen .wraper_header_main .header_main .brand-logo {
        width: 100%;
        text-align: right;
    }
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width: 321px) and (max-width: 479px) {

    /* wraper_header_main */
    .wraper_header.style-fourteen .wraper_header_main .header_main .brand-logo {
        width: 100%;
        text-align: right;
    }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width: 320px) {

    /* wraper_header_main */
    .wraper_header.style-fourteen .wraper_header_main .header_main .brand-logo {
        width: 100%;
        text-align: right;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Fifteen
--------------------------------------------------------------*/

.wraper_header.style-fifteen {
    position: relative;
    z-index: 999;
    width: 100%;
    direction: initial;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    /* wraper_header_top */
    /* wraper_header_main */
}

.wraper_header.style-fifteen .wraper_header_top {
    width: 100%;
}

.wraper_header.style-fifteen .wraper_header_top > .container {
    padding-top: 0;
    padding-bottom: 0;
}

.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item ul.header-contact {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item ul.header-contact > li {
    display: inline-block;
    vertical-align: top;
    padding: 7px 22px 8px 22px;
    border-right: 1px rgba(255, 255, 255, 0.12) solid;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    line-height: 28px;
    letter-spacing: -0.2px;
}

.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item ul.header-contact > li:first-child {
    padding-left: 0;
}

.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item ul.header-contact > li:last-child {
    padding-right: 0;
    border-right: none;
}

.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item ul.header-contact > li:only-child {
    padding-left: 0;
    padding-right: 0;
    border-right: none;
}

.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item ul.header-contact > li span[class*="ti-"] {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
}

.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item ul.header-contact > li a {
    color: inherit;
}

.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item .header-calltoaction {
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
    font-size: 0;
}

.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item .header-calltoaction .btn {
    display: inline-block;
    vertical-align: top;
    padding: 7px 22px 8px 22px;
    border: none;
    border-right: 1px rgba(255, 255, 255, 0.12) solid;
    border-radius: 0;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    line-height: 28px;
    letter-spacing: -0.2px;
}

.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item .header-calltoaction .btn:last-child,
.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item .header-calltoaction .btn:only-child {
    border-right: none;
}

.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item .header-calltoaction .btn i {
    margin-left: 6px;
}

.wraper_header.style-fifteen .wraper_header_main {
    width: 100%;
    /* RADIANTTHEMES MEGA MENU */
}

.wraper_header.style-fifteen .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.wraper_header.style-fifteen .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
    position: fixed;
    top: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-fifteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-fifteen .wraper_header_main > .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.wraper_header.style-fifteen .wraper_header_main .header_main {
    position: relative;
}

.wraper_header.style-fifteen .wraper_header_main .header_main .brand-logo {
    float: left;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-fifteen .wraper_header_main .header_main .brand-logo img {
    max-width: 103px;
}

.wraper_header.style-fifteen .wraper_header_main .header-responsive-nav {
    width: 30px;
    float: right;
    margin-top: 8px;
    margin-left: 20px;
    text-align: right;
    font-size: 25px;
    color: #fff;
}

.wraper_header.style-fifteen .wraper_header_main .header_main_action {
    float: right;
    margin-top: 13px;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-fifteen .wraper_header_main .header_main_action ul > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 32px;
    cursor: pointer;
}

.wraper_header.style-fifteen .wraper_header_main .header_main_action ul > li span[class*="ti-"] {
    font-size: 18px;
    color: #fff;
    line-height: 1;
}

.wraper_header.style-fifteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder {
    position: relative;
    display: block;
}

.wraper_header.style-fifteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box {
    position: absolute;
    top: 30px;
    right: -14px;
    z-index: 1;
    width: 30px;
    padding: 5px 5px 4px 12px;
    background-color: #f9f9f9;
    border: 3px rgba(0, 0, 0, 0.1) solid;
    border-radius: 35px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.wraper_header.style-fifteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row {
    position: relative;
    display: block;
    padding-right: 30px;
}

.wraper_header.style-fifteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row input[type="search"] {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    font-size: 13px;
    border-radius: 0;
}

.wraper_header.style-fifteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row button[type="submit"] {
    position: absolute;
    top: 0;
    width: 26px;
    height: 30px;
    background-color: transparent;
    border: none;
    display: none;
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 30px;
}

.wraper_header.style-fifteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row button[type="submit"] span[class*="ti-"] {
    color: inherit;
}

.wraper_header.style-fifteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder:hover > .header-slideout-searchbar-box,
.wraper_header.style-fifteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder:focus > .header-slideout-searchbar-box {
    width: 200px;
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-fifteen .wraper_header_main .nav {
    float: right;
    margin-top: 8px;
    text-align: right;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] {
    display: block;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin-right: 45px;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:only-child {
    margin-right: 0 !important;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a {
    position: relative;
    display: block;
    padding-bottom: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    content: "\f107";
    font-family: "FontAwesome";
    line-height: 1;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul {
    position: absolute;
    top: 100%;
    left: -15px;
    z-index: 1;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    padding-left: 32px;
    padding-right: 32px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
    padding-top: 4px;
    padding-bottom: 4px;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
    display: inline-block;
    vertical-align: top;
    opacity: inherit !important;
    visibility: inherit !important;
    cursor: pointer;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
    position: relative;
    bottom: -21px;
    content: " ";
    display: block;
    width: 0;
    height: 2px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
    width: 100%;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
    position: absolute;
    right: 30px;
    content: "\f105";
    font-family: "FontAwesome";
    font-style: normal;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul li ul {
    left: auto;
    right: 100%;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
    top: -8px;
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width {
    position: static;
}

.wraper_header.style-fifteen .wraper_header_main .rt-mega-menu {
    width: 700px;
    top: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width .rt-mega-menu {
    width: 100%;
}

.wraper_header.style-fifteen .wraper_header_main .rt-mega-menu > ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > .rt-mega-menu,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > .rt-mega-menu {
    left: auto;
    right: 0;
}

.wraper_header.style-fifteen .wraper_header_main .rt-mega-menu > ul > .menu-item {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
    border-right: 1px rgba(255, 255, 255, 0.1) solid;
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.wraper_header.style-fifteen .wraper_header_main .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-fifteen .wraper_header_main .rt-mega-menu > ul > .menu-item:only-child {
    border-right: none;
}

.wraper_header.style-fifteen .wraper_header_main .rt-mega-menu > ul:last-child > .menu-item:last-child,
.wraper_header.style-fifteen .wraper_header_main .rt-mega-menu > ul:only-child > .menu-item:only-child {
    border-bottom: none;
}

.wraper_header.style-fifteen .wraper_header_main .rt-megamenu-widget .rt-megamenu-widget-title {
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 0;
}

.wraper_header.style-fifteen .wraper_header_main .rt-megamenu-widget ul.menu > li {
    position: relative;
}

.wraper_header.style-fifteen .wraper_header_main .rt-megamenu-widget ul.menu > li:last-child,
.wraper_header.style-fifteen .wraper_header_main .rt-megamenu-widget ul.menu > li:only-child {
    margin-bottom: 0;
}

.wraper_header.style-fifteen .wraper_header_main .rt-megamenu-widget ul.menu > li > a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 13px;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-fifteen .wraper_header_main .rt-megamenu-widget ul.menu > li > a:before {
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 0;
    height: 2px;
    z-index: 0;
    content: " ";
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-fifteen .wraper_header_main .rt-megamenu-widget ul.menu > li > a:hover:before {
    width: 100%;
}

.wraper_header.style-fifteen .wraper_header_main .rt-megamenu-widget ul.menu > li > a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.wraper_header.style-fifteen .is-sticky .wraper_header_main {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

body.admin-bar .wraper_header.style-thirteen .wraper_header_main {
    top: 0;
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

@media screen and (min-width: 992px) and (max-width: 1199px) {

    /* wraper_header_top */
    .wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item {
        text-align: center;
    }
}

/* TABLET LANDSCAPE PART */

@media screen and (min-width: 768px) and (max-width: 991px) {

    /* wraper_header_top */
    .wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item {
        text-align: center;
    }
}

/* TABLET PROTRAIT PART */

/* SMART PHONE LANDSCAPE PART */

/* SMART PHONE PROTRAIT PART */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Sixteen
--------------------------------------------------------------*/

.wraper_header.style-sixteen {
    position: relative;
    z-index: 999;
    width: 100%;
    direction: initial;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    /* wraper_header_main */
}

.wraper_header.style-sixteen .wraper_header_main {
    width: 100%;
    /* RADIANTTHEMES MEGA MENU */
}

.wraper_header.style-sixteen .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.wraper_header.style-sixteen .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
    position: fixed;
    top: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-sixteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-sixteen .wraper_header_main > .container {
    padding-top: 22px;
    padding-bottom: 22px;
}

.wraper_header.style-sixteen .wraper_header_main .header_main {
    display: flex;
    align-items: center;
}

.wraper_header.style-sixteen .wraper_header_main .header_main .header_main_item .brand-logo {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-sixteen .wraper_header_main .header_main .header_main_item .brand-logo img {
    max-width: 104px;
}

.wraper_header.style-sixteen .wraper_header_main .header_main .header_main_item .brand-logo .site-title {
    margin-bottom: 0;
    text-align: left;
    font-weight: 700;
    font-size: 26px;
    color: #000;
    line-height: 1.1;
}

.wraper_header.style-sixteen .wraper_header_main .header-responsive-nav {
    display: inline-block;
    vertical-align: top;
    margin-top: 11px;
    margin-left: 18px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    line-height: 1;
}

.wraper_header.style-sixteen .wraper_header_main .header-hamburger-menu {
    display: inline-block;
    vertical-align: top;
    margin-top: 11px;
    margin-left: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    line-height: 1;
}

.wraper_header.style-sixteen .wraper_header_main .header-main-action {
    display: inline-block;
    vertical-align: top;
    margin-top: 11px;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 23px;
    cursor: pointer;
}

.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li span[class*="ti-"] {
    font-size: 18px;
    color: #000;
    line-height: 1;
}

.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder {
    position: relative;
    display: block;
}

.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box {
    position: absolute;
    top: -13px;
    right: -14px;
    z-index: 1;
    width: 30px;
    padding: 5px 5px 4px 12px;
    background-color: #f9f9f9;
    border: 3px rgba(0, 0, 0, 0.1) solid;
    border-radius: 35px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row {
    position: relative;
    display: block;
    padding-right: 30px;
}

.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row input[type="search"] {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    font-size: 13px;
    border-radius: 0;
}

.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row button[type="submit"] {
    position: absolute;
    top: 0;
    width: 26px;
    height: 30px;
    background-color: transparent;
    border: none;
    font-size: 13px;
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 30px;
}

.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row button[type="submit"] span[class*="ti-"] {
    color: inherit;
}

.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder:hover > .header-slideout-searchbar-box,
.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder:focus > .header-slideout-searchbar-box {
    width: 200px;
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-cart-bar > .header-cart-bar-icon {
    position: relative;
    display: block;
    margin-right: 6px;
}

.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count {
    position: absolute;
    top: -8px;
    right: -13px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-sixteen .wraper_header_main .nav {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] {
    display: block;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin-right: 35px;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:only-child {
    margin-right: 0 !important;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a {
    position: relative;
    display: block;
    cursor: pointer;
    transition: all 0.12s ease-in-out !important;
    -webkit-transition: all 0.12s ease-in-out !important;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:before {
    position: absolute;
    bottom: 2px;
    left: -10px;
    z-index: 0;
    content: " ";
    width: 0;
    height: 4px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > a:before,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a:before,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a:before,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-ancestor > a:before {
    width: 100%;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    content: "\f107";
    font-family: "FontAwesome";
    line-height: 1;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul {
    position: absolute;
    top: 100%;
    left: -15px;
    z-index: 1;
    width: 240px;
    padding-top: 5px;
    padding-bottom: 7px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
    border-radius: 4px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
    padding-top: 4px;
    padding-bottom: 4px;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
    display: inline-block;
    vertical-align: top;
    opacity: inherit !important;
    visibility: inherit !important;
    cursor: pointer;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
    position: relative;
    bottom: -21px;
    content: " ";
    display: block;
    width: 0;
    height: 2px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
    width: 100%;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
    float: right;
    margin-left: 7px;
    content: "\f105";
    font-family: "FontAwesome";
    font-style: normal;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    width: 240px;
    padding-top: 5px;
    padding-bottom: 7px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul li ul {
    left: auto;
    right: 100%;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
    top: -5px;
    opacity: 1;
    visibility: visible;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width {
    position: static;
}

.wraper_header.style-sixteen .wraper_header_main .rt-mega-menu {
    width: 700px;
    top: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width .rt-mega-menu {
    width: 100%;
}

.wraper_header.style-sixteen .wraper_header_main .rt-mega-menu > ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > .rt-mega-menu,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > .rt-mega-menu {
    left: auto;
    right: 0;
}

.wraper_header.style-sixteen .wraper_header_main .rt-mega-menu > ul > .menu-item {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
    border-right: 1px rgba(255, 255, 255, 0.1) solid;
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.wraper_header.style-sixteen .wraper_header_main .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-sixteen .wraper_header_main .rt-mega-menu > ul > .menu-item:only-child {
    border-right: none;
}

.wraper_header.style-sixteen .wraper_header_main .rt-mega-menu > ul:last-child > .menu-item:last-child,
.wraper_header.style-sixteen .wraper_header_main .rt-mega-menu > ul:only-child > .menu-item:only-child {
    border-bottom: none;
}

.wraper_header.style-sixteen .wraper_header_main .rt-megamenu-widget .rt-megamenu-widget-title {
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 0;
}

.wraper_header.style-sixteen .wraper_header_main .rt-megamenu-widget ul.menu > li {
    position: relative;
}

.wraper_header.style-sixteen .wraper_header_main .rt-megamenu-widget ul.menu > li:last-child,
.wraper_header.style-sixteen .wraper_header_main .rt-megamenu-widget ul.menu > li:only-child {
    margin-bottom: 0;
}

.wraper_header.style-sixteen .wraper_header_main .rt-megamenu-widget ul.menu > li > a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 13px;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-sixteen .wraper_header_main .rt-megamenu-widget ul.menu > li > a:before {
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 0;
    height: 2px;
    z-index: 0;
    content: " ";
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-sixteen .wraper_header_main .rt-megamenu-widget ul.menu > li > a:hover:before {
    width: 100%;
}

.wraper_header.style-sixteen .wraper_header_main .rt-megamenu-widget ul.menu > li > a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.wraper_header.style-sixteen .is-sticky .wraper_header_main {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

body.admin-bar .wraper_header.style-sixteen .wraper_header_main {
    top: 0;
}

body.admin-bar .wraper_header.style-sixteen .is-sticky .wraper_header_main {
    top: 32px !important;
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

@media screen and (min-width: 992px) and (max-width: 1199px) {

    /* wraper_header_main */
    .wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li {
        margin-right: 30px;
    }
}

/* TABLET LANDSCAPE PART */

/* TABLET PROTRAIT PART */

/* SMART PHONE LANDSCAPE PART */

/* SMART PHONE PROTRAIT PART */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Seventeen
--------------------------------------------------------------*/

/* wraper_header */

.wraper_header.style-seventeen {
    position: absolute;
    z-index: 999;
    width: 100%;
    direction: initial;
    /* wraper_header_main */
}

.wraper_header.style-seventeen .wraper_header_main {
    width: 100%;
    overflow: hidden;
}

.wraper_header.style-seventeen .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.wraper_header.style-seventeen .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
    position: fixed;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-seventeen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-seventeen .wraper_header_main > .container {
    padding-top: 25px;
    padding-bottom: 25px;
}

.wraper_header.style-seventeen .wraper_header_main .header_main {
    position: relative;
}

.wraper_header.style-seventeen .wraper_header_main .header_main .brand-logo {
    float: left;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-seventeen .wraper_header_main .header_main .brand-logo img {
    max-width: 110px;
}

.wraper_header.style-seventeen .wraper_header_main .header-slideout-menu {
    width: 55px;
    height: 55px;
    float: right;
    margin-top: 0;
    padding: 15px 10px 0 10px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    border: 2px solid #929291;
}

.wraper_header.style-seventeen .wraper_header_main .header-slideout-menu > .header-slideout-menu-line {
    height: 2px;
    float: right;
    margin-bottom: 7px;
    background-color: #fff;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
}

.wraper_header.style-seventeen .wraper_header_main .header-slideout-menu > .header-slideout-menu-line:nth-child(1) {
    width: 100%;
    transition-delay: 0s;
}

.wraper_header.style-seventeen .wraper_header_main .header-slideout-menu > .header-slideout-menu-line:nth-child(2) {
    width: 75%;
    transition-delay: 0.3s;
}

.wraper_header.style-seventeen .wraper_header_main .header-slideout-menu > .header-slideout-menu-line:nth-child(3) {
    width: 50%;
    transition-delay: 0.6s;
}

.wraper_header.style-seventeen .wraper_header_main .header-slideout-menu:hover > .header-slideout-menu-line:nth-child(1) {
    width: 50%;
}

.wraper_header.style-seventeen .wraper_header_main .header-slideout-menu:hover > .header-slideout-menu-line:nth-child(2) {
    width: 100%;
}

.wraper_header.style-seventeen .is-sticky .wraper_header_main {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    max-width: 300px;
    overflow: auto;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 25px;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 25px;
    color: #fff;
    line-height: 1;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu {
    width: 100%;
    position: relative;
    top: -100px;
    right: 60px;
    /* NAV */
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav {
    visibility: unset !important;
    text-align: left;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li {
    position: relative;
    width: 100%;
    margin-bottom: 2px;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li {
    /*padding-left: 30px;
padding-right: 30px;*/
    display: block;
    text-align: right;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    content: " ";
    z-index: 0;
    width: 0;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.15);
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li:hover:before {
    width: 100%;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > a,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > a,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: inherit;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > a {
    padding-left: 30px;
    padding-right: 30px;
    background: #000;
    font-size: 16px;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > a:hover {
    background: #fff;
    color: #000;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul {
    display: none;
    margin-top: 15px;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li {
    margin-bottom: 15px;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > a,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    opacity: 0.85;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a {
    padding-left: 35px;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a {
    padding-left: 45px;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
    padding-left: 55px;
}

body[data-header-style="header-style-seventeen"].slideout-menu-active .wraper_slideout_menu {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

/* TABLET LANDSCAPE PART */

/* TABLET PROTRAIT PART */

/* SMART PHONE LANDSCAPE PART */

/* SMART PHONE PROTRAIT PART */

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer Style Default
--------------------------------------------------------------*/

.wraper_footer.style-default .wraper_footer_main {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.wraper_footer.style-default .wraper_footer_main > .container {
    padding-top: 60px;
    padding-bottom: 25px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item {
    margin-bottom: 40px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget {
    margin-bottom: 30px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget .widget-title {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget .widget-title a {
    color: inherit;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget p {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget ul.rt-contact-widget {
    margin-bottom: 10px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget ul.rt-contact-widget li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget ul.rt-contact-widget li:before {
    position: absolute;
    top: 4px;
    z-index: 0;
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 18px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget ul.rt-contact-widget li.address:before {
    content: "\f041";
    left: 4px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget ul.rt-contact-widget li.phone:before {
    content: "\f095";
    left: 2px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget ul.rt-contact-widget li.email:before {
    content: "\f003";
    left: 0;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget ul.rt-contact-widget li strong {
    display: block;
    text-transform: uppercase;
    color: #fff;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget ul.rt-contact-widget li a {
    color: inherit;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_media_image {
    margin-bottom: 30px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_categories ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_pages ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_archive ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_meta ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_nav_menu ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_entries ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_comments ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_product_categories ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_rss ul {
    margin-bottom: 10px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_categories ul li,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_pages ul li,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_archive ul li,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_meta ul li,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_nav_menu ul li,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_entries ul li,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_comments ul li,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_product_categories ul li,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_rss ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 18px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_categories ul li:before,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_pages ul li:before,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_archive ul li:before,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_meta ul li:before,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_nav_menu ul li:before,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_entries ul li:before,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_comments ul li:before,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_product_categories ul li:before,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_rss ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f0da";
    font-family: "FontAwesome";
    font-size: 80%;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_categories ul li a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_pages ul li a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_archive ul li a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_meta ul li a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_nav_menu ul li a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_entries ul li a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_comments ul li a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_product_categories ul li a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_rss ul li a {
    color: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_categories ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_pages ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_archive ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_meta ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_nav_menu ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_entries ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_comments ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_product_categories ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_rss ul li ul {
    margin-top: 10px;
    /*margin-left:20px;*/
    /*font-size:90%;*/
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_rss ul li .rss-date,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_rss ul li .rssSummary,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_rss ul li cite {
    color: rgba(255, 255, 255, 0.6);
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_entries ul li .post-date {
    display: block;
    position: relative;
    margin-top: 6px;
    padding-left: 22px;
    font-size: 85%;
    color: rgba(255, 255, 255, 0.7);
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_entries ul li .post-date:before {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 0;
    content: "\f017";
    font-family: "FontAwesome";
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_calendar {
    margin-top: 10px;
    margin-bottom: 20px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_calendar .calendar_wrap table {
    width: 100%;
    table-layout: fixed;
    border: 1px rgba(0, 0, 0, 0.2) solid;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_calendar .calendar_wrap table tr {
    background-color: initial;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_calendar .calendar_wrap table tr th,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_calendar .calendar_wrap table tr td {
    padding: 4px !important;
    border: 1px rgba(0, 0, 0, 0.2) solid;
    text-align: center;
    font-weight: 400;
    font-size: 80%;
    color: #fff;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_calendar .calendar_wrap table tr th a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_calendar .calendar_wrap table tr td a {
    color: inherit;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_calendar caption {
    color: rgba(255, 255, 255, 0.8);
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget input[type="email"],
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget input[type="search"],
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget input[type="text"],
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget select {
    width: 100%;
    height: 40px;
    margin-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px rgba(255, 255, 255, 0.15) solid;
    font-size: 14px;
    color: #fff;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget input[type="submit"],
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget input[type="button"],
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget button[type="submit"],
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget button[type="button"] {
    width: auto;
    height: auto;
    padding: 4px 20px 5px 20px;
    border: none;
    border-radius: 3px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_search form.search-form {
    position: relative;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_search form.search-form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_text .wp-caption {
    display: block;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_text img {
    margin-bottom: 10px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget .tagcloud a {
    margin-right: 10px;
    margin-bottom: 5px;
    color: #fff;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_radianttheme_call_to_action_widget {
    padding: 18px 20px 20px 20px;
    background-color: #333234;
    color: #fff;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_radianttheme_call_to_action_widget h4 {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_radianttheme_call_to_action_widget a {
    padding: 5px 20px 5px 20px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    color: #D2D3D5;
}

.wraper_footer.style-default .wraper_footer_copyright > .container {
    padding-top: 35px;
    padding-bottom: 20px;
}

.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item {
    margin-bottom: 15px;
}

.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item p {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #D2D3D5 !important;
    line-height: 26px;
    text-transform: capitalize;
}

.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item ul.menu {
    margin-bottom: 20px;
    font-size: 0;
}

.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item ul.menu li {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 26px;
}

.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item ul.menu li:last-child,
.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item ul.menu li:only-child {
    margin-right: 0;
}

.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item ul.menu li a {
    color: inherit;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer Style Custom
--------------------------------------------------------------*/

.wraper_footer.custom-footer.footer-custom-stucking-mode {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
}

/* MOBILE MENU - SIDR */

#mobile-menu {
    right: -100%;
    width: 100%;
    max-width: 100em;
    background-color: #fff;
}

.mobile-menu-close {
    padding: 20px 15px 8px 15px;
    text-align: right;
    cursor: pointer;
}

.mobile-menu-close i {
    font-size: 20px;
    color: #fff;
    line-height: 1;
}

.mobile-menu-close .ti-close {
    font-size: 20px;
    color: #ffffff;
    line-height: 1;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    display: none;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li {
    position: relative;
    width: 100%;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li > a,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 8px 20px 8px 20px;
    border-bottom: 1px rgba(106, 124, 146, 0.1) solid;
    color: inherit;
    color: #444756 !important;
    font-size: 14px;
    text-transform: capitalize;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children a {
    padding-right: 50px;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > .radiantthemes-open-submenu,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu {
    position: absolute;
    top: 8px;
    right: 0;
    width: 34px;
    cursor: pointer;
    text-align: left;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu:before {
    content: "\e649";
    font-family: 'themify';
    font-size: 10px;
    line-height: 32px;
    color: #444756;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li.menu-item-has-children.radiantthemes-menu-open > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children.radiantthemes-menu-open > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children.radiantthemes-menu-open > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children.radiantthemes-menu-open > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children.radiantthemes-menu-open > .radiantthemes-open-submenu:before {
    content: "\e64b";
    font-family: 'themify';
    font-size: 10px;
    line-height: 32px;
    color: #444756;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > a {
    padding-left: 30px;
    font-size: 90%;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a {
    padding-left: 45px;
    font-size: 85%;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a {
    padding-left: 65px;
    font-size: 80%;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
    padding-left: 80px;
    font-size: 75%;
}

/* MOBILE MENU - SIDR - RADIANTTHEMES MEGA MENU */

.sidr .rt-sub-menu,
.sidr .rt-mega-menu {
    position: static;
    width: 100%;
    opacity: 1 !important;
    visibility: visible !important;
    background-color: transparent;
    box-shadow: initial;
    transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
}

.sidr .rt-sub-menu {
    background-color: transparent;
}

.sidr .rt-sub-menu > li {
    width: 100%;
    float: left;
}

.sidr .rt-mega-menu > .rt-sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
}

.sidr .rt-mega-menu > .rt-mega-menu-row > .rt-mega-menu-col {
    display: block;
}

.sidr .rt-mega-menu > ul > .menu-item {
    border-bottom: 1px rgba(0, 0, 0, 0.075) solid;
}

.sidr .rt-mega-menu .rt-megamenu-widget {
    padding: 15px 22px 10px 15px;
}

.sidr .rt-mega-menu .rt-megamenu-widget .rt-megamenu-widget-title {
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
}

.sidr .rt-mega-menu .rt-megamenu-widget ul.menu > li {
    margin-left: -15px;
    margin-right: -15px;
}

.sidr .rt-mega-menu .rt-megamenu-widget ul.menu > li a {
    display: block;
    padding: 10px 15px 10px 15px;
    border-bottom: 1px rgba(0, 0, 0, 0.075) solid;
    color: inherit;
}

.sidr .rt-mega-menu .rt-megamenu-widget ul.menu > li:last-child a,
.sidr .rt-mega-menu .rt-megamenu-widget ul.menu > li:only-child a {
    padding-bottom: 0;
    border-bottom: none;
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

/* TABLET LANDSCAPE PART */

@media screen and (min-width: 768px) and (max-width: 991px) {

    /* MOBILE MENU - SIDR */
    #mobile-menu {
        max-width: 100%;
    }
}

/* TABLET PROTRAIT PART */

/* SMART PHONE LANDSCAPE PART */

/* SMART PHONE PROTRAIT PART */

/*--------------------------------------------------------------
# Search Bar
--------------------------------------------------------------*/

.wraper_flyout_search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_flyout_search > .table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
}

.wraper_flyout_search > .table > .table-cell {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(1) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(2) {
    left: 300px;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out 0.3s;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(3) {
    left: 600px;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.9s ease-in-out 0.6s;
    -webkit-transition: all 0.9s ease-in-out 0.6s;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 30px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-close > .flyout-search-close-line {
    width: 100%;
    height: 2px;
    float: left;
    margin-bottom: 5px;
    background-color: #fff;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-close > .flyout-search-close-line:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-close > .flyout-search-close-line:nth-child(2) {
    margin-top: -7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.wraper_flyout_search > .table > .table-cell .flyout_search {
    position: relative;
    z-index: 1;
    float: right;
    width: 100%;
    max-width: 500px;
    padding: 100px 40px 100px 40px;
    text-align: right;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title {
    margin-bottom: 30px;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 35px;
    color: #fff;
    line-height: 45px;
    letter-spacing: 50px;
    opacity: 0;
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row {
    position: relative;
    padding: 0;
    margin: 0;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row input[type="search"] {
    width: 100%;
    height: 60px;
    padding: 0px 40px 0px 0px;
    background-color: initial;
    border: none;
    border-bottom: 3px #dedede solid;
    box-shadow: initial;
    font-size: 20px;
    color: #fff;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row button[type="submit"] {
    position: absolute;
    top: 17px;
    right: 0;
    z-index: 1;
    width: 40px;
    height: auto;
    background-color: initial;
    border: none;
    cursor: pointer;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row button[type="submit"] i {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
}

body.flyout-searchbar-active .wraper_flyout_search {
    opacity: 1;
    visibility: visible;
}

body.flyout-searchbar-active .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

body.flyout-searchbar-active .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title h4 {
    letter-spacing: 0;
    opacity: 1;
}






/*--------------------------------------------------------------
# Hamburger Menu
--------------------------------------------------------------*/

#hamburger-menu {
    width: 100%;
}

body.hamburger-menu-open #hamburger-menu {
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.hamburger-menu {
    position: relative;
    padding-right: 100px;
}

.hamburger-menu .hamburger-menu-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100px;
    padding: 20px;
    border-left: 1px rgba(0, 0, 0, 0.12) solid;
    text-align: center;
}

.hamburger-menu .hamburger-menu-close > .table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.hamburger-menu .hamburger-menu-close > .table > .table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.hamburger-menu .hamburger-menu-close > .table > .table-cell .hamburger-menu-close-lines {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.hamburger-menu .hamburger-menu-close > .table > .table-cell .hamburger-menu-close-lines:hover {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.hamburger-menu .hamburger-menu-close > .table > .table-cell .hamburger-menu-close-lines > span {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.hamburger-menu .hamburger-menu-close > .table > .table-cell .hamburger-menu-close-lines > span:nth-child(1) {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    margin-left: -1px;
}

.hamburger-menu .hamburger-menu-close > .table > .table-cell .hamburger-menu-close-lines > span:nth-child(2) {
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    margin-top: -1px;
}

.hamburger-menu .hamburger-menu-main {
    padding: 60px 60px 60px 60px;
}

.hamburger-menu .hamburger-menu-main .widget {
    margin-bottom: 50px;
}

.hamburger-menu .hamburger-menu-main .widget:last-child,
.hamburger-menu .hamburger-menu-main .widget:only-child {
    margin-bottom: 0;
}

.hamburger-menu .hamburger-menu-main .widget-title {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 20px;
    color: #252525;
    line-height: 28px;
    letter-spacing: -0.5px;
}

.hamburger-menu .hamburger-menu-main .widget-title a {
    color: inherit;
}

.hamburger-menu .hamburger-menu-main p {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #636363;
    line-height: 30px;
}

.hamburger-menu .hamburger-menu-main p strong {
    font-weight: 500;
}

.hamburger-menu .hamburger-menu-main .textwidget > *:last-child {
    margin-bottom: 0 !important;
}

.hamburger-menu .hamburger-menu-main .widget_nav_menu {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center !important;
}

.hamburger-menu .hamburger-menu-main .widget_nav_menu ul li {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 28px;
    color: #0c121f;
    line-height: 35px;
}

.hamburger-menu .hamburger-menu-main .widget_nav_menu ul li a {
    color: inherit;
}

.hamburger-menu .hamburger-menu-main .widget_nav_menu ul li a:after {
    content: ".";
    color: #b2b2b2;
}

.hamburger-menu .hamburger-menu-main .widget_nav_menu ul li.menu-item-has-children > a > .radiantthemes-open-submenu {
    margin-left: 10px;
}

.hamburger-menu .hamburger-menu-main .widget_nav_menu ul li.menu-item-has-children.radiantthemes-menu-open > a > .radiantthemes-open-submenu {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.hamburger-menu .hamburger-menu-main .widget_nav_menu ul li ul {
    margin-top: 10px;
}

.hamburger-menu .hamburger-menu-main .widget_nav_menu ul li ul li {
    font-size: 25px;
    line-height: 30px;
}

.hamburger-menu .hamburger-menu-main .widget_categories ul,
.hamburger-menu .hamburger-menu-main .widget_pages ul,
.hamburger-menu .hamburger-menu-main .widget_archive ul,
.hamburger-menu .hamburger-menu-main .widget_meta ul,
.hamburger-menu .hamburger-menu-main .widget_recent_entries ul,
.hamburger-menu .hamburger-menu-main .widget_recent_comments ul,
.hamburger-menu .hamburger-menu-main .widget_product_categories ul,
.hamburger-menu .hamburger-menu-main .widget_rss ul {
    margin-bottom: 20px;
}

.hamburger-menu .hamburger-menu-main .widget_categories ul:after,
.hamburger-menu .hamburger-menu-main .widget_pages ul:after,
.hamburger-menu .hamburger-menu-main .widget_archive ul:after,
.hamburger-menu .hamburger-menu-main .widget_meta ul:after,
.hamburger-menu .hamburger-menu-main .widget_recent_entries ul:after,
.hamburger-menu .hamburger-menu-main .widget_recent_comments ul:after,
.hamburger-menu .hamburger-menu-main .widget_product_categories ul:after,
.hamburger-menu .hamburger-menu-main .widget_rss ul:after {
    content: " ";
    display: block;
    clear: both;
}

.hamburger-menu .hamburger-menu-main .widget_categories ul li,
.hamburger-menu .hamburger-menu-main .widget_pages ul li,
.hamburger-menu .hamburger-menu-main .widget_archive ul li,
.hamburger-menu .hamburger-menu-main .widget_meta ul li,
.hamburger-menu .hamburger-menu-main .widget_recent_entries ul li,
.hamburger-menu .hamburger-menu-main .widget_recent_comments ul li,
.hamburger-menu .hamburger-menu-main .widget_product_categories ul li,
.hamburger-menu .hamburger-menu-main .widget_rss ul li {
    clear: both;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
    font-weight: 400;
    font-size: 15px;
    color: #0c121f;
    line-height: 26px;
}

.hamburger-menu .hamburger-menu-main .widget_categories ul li:last-child,
.hamburger-menu .hamburger-menu-main .widget_pages ul li:last-child,
.hamburger-menu .hamburger-menu-main .widget_archive ul li:last-child,
.hamburger-menu .hamburger-menu-main .widget_meta ul li:last-child,
.hamburger-menu .hamburger-menu-main .widget_recent_entries ul li:last-child,
.hamburger-menu .hamburger-menu-main .widget_recent_comments ul li:last-child,
.hamburger-menu .hamburger-menu-main .widget_product_categories ul li:last-child,
.hamburger-menu .hamburger-menu-main .widget_rss ul li:last-child {
    border-bottom: none;
}

.hamburger-menu .hamburger-menu-main .widget_categories ul li a,
.hamburger-menu .hamburger-menu-main .widget_pages ul li a,
.hamburger-menu .hamburger-menu-main .widget_archive ul li a,
.hamburger-menu .hamburger-menu-main .widget_meta ul li a,
.hamburger-menu .hamburger-menu-main .widget_recent_entries ul li a,
.hamburger-menu .hamburger-menu-main .widget_recent_comments ul li a,
.hamburger-menu .hamburger-menu-main .widget_product_categories ul li a,
.hamburger-menu .hamburger-menu-main .widget_rss ul li a {
    color: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.hamburger-menu .hamburger-menu-main .widget_categories ul li ul,
.hamburger-menu .hamburger-menu-main .widget_pages ul li ul,
.hamburger-menu .hamburger-menu-main .widget_archive ul li ul,
.hamburger-menu .hamburger-menu-main .widget_meta ul li ul,
.hamburger-menu .hamburger-menu-main .widget_recent_entries ul li ul,
.hamburger-menu .hamburger-menu-main .widget_recent_comments ul li ul,
.hamburger-menu .hamburger-menu-main .widget_product_categories ul li ul,
.hamburger-menu .hamburger-menu-main .widget_rss ul li ul {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 20px;
}

.hamburger-menu .hamburger-menu-main .widget_recent_entries ul li .post-date {
    display: block;
    position: relative;
    margin-top: 6px;
    padding-left: 22px;
    font-weight: 500;
    font-size: 85%;
    color: rgba(0, 0, 0, 0.7);
}

.hamburger-menu .hamburger-menu-main .widget_recent_entries ul li .post-date:before {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 0;
    content: "\f017";
    font-family: "FontAwesome";
}

.hamburger-menu .hamburger-menu-main .widget_rss ul li .rss-date,
.hamburger-menu .hamburger-menu-main .widget_rss ul li .rssSummary,
.hamburger-menu .hamburger-menu-main .widget_rss ul li cite {
    color: rgba(255, 255, 255, 0.6);
}

.hamburger-menu .hamburger-menu-main .widget_calendar {
    margin-top: 10px;
    margin-bottom: 20px;
}

.hamburger-menu .hamburger-menu-main .widget_calendar .calendar_wrap table {
    width: 100%;
    table-layout: fixed;
    border: 1px rgba(0, 0, 0, 0.2) solid;
}

.hamburger-menu .hamburger-menu-main .widget_calendar .calendar_wrap table tr {
    background-color: initial;
}

.hamburger-menu .hamburger-menu-main .widget_calendar .calendar_wrap table tr th,
.hamburger-menu .hamburger-menu-main .widget_calendar .calendar_wrap table tr td {
    padding: 4px !important;
    border: 1px rgba(0, 0, 0, 0.2) solid;
    text-align: center;
    font-weight: 400;
    font-size: 80%;
    color: #fff;
}

.hamburger-menu .hamburger-menu-main .widget_calendar .calendar_wrap table tr th a,
.hamburger-menu .hamburger-menu-main .widget_calendar .calendar_wrap table tr td a {
    color: inherit;
}

.hamburger-menu .hamburger-menu-main .widget_calendar caption {
    color: rgba(0, 0, 0, 0.8);
}

.hamburger-menu .hamburger-menu-main .rt-twitter-box ul li {
    position: relative;
    margin-bottom: 15px;
    padding: 0px 0px 0px 30px;
    border-bottom: none;
}

.hamburger-menu .hamburger-menu-main .rt-twitter-box ul li:before {
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 0;
    content: "\f099";
    font-family: "FontAwesome";
}

.hamburger-menu .hamburger-menu-main .rt-twitter-box ul li .tweet {
    margin-bottom: 0;
}

.hamburger-menu .hamburger-menu-main .rt-twitter-box ul li .interact {
    display: none;
}

.hamburger-menu .hamburger-menu-main input[type="text"],
.hamburger-menu .hamburger-menu-main input[type="email"],
.hamburger-menu .hamburger-menu-main input[type="search"],
.hamburger-menu .hamburger-menu-main select {
    width: 100%;
    height: 60px;
    margin-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f7f9f9;
    border: none;
    border-radius: 35px;
    font-weight: 300;
    font-size: 16px;
    color: #0c121f;
    line-height: 26px;
}

.hamburger-menu .hamburger-menu-main input[type="submit"],
.hamburger-menu .hamburger-menu-main input[type="button"],
.hamburger-menu .hamburger-menu-main button[type="submit"],
.hamburger-menu .hamburger-menu-main button[type="button"] {
    height: 60px;
    padding: 10px 25px 10px 25px;
    border: none;
    border-radius: 35px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    color: #0c121f;
    line-height: 26px;
}

.hamburger-menu .hamburger-menu-main .widget_search form.search-form {
    position: relative;
}

.hamburger-menu .hamburger-menu-main .widget_search form.search-form > label {
    width: 100%;
}

.hamburger-menu .hamburger-menu-main .widget_search form.search-form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f7f9f9;
}

.hamburger-menu .hamburger-menu-main .widget_text .wp-caption {
    display: block;
}

.hamburger-menu .hamburger-menu-main .widget_text img {
    margin-bottom: 10px;
}

.hamburger-menu .hamburger-menu-main .tagcloud a {
    margin-right: 10px;
    margin-bottom: 5px;
    color: #fff;
}

.hamburger-menu .hamburger-menu-main ul.contact li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 28px;
    font-weight: 400;
    font-size: 15px;
    color: #0c121f;
    line-height: 26px;
}

.hamburger-menu .hamburger-menu-main ul.contact li strong {
    text-transform: uppercase;
    font-weight: 600;
}

.hamburger-menu .hamburger-menu-main ul.contact li:before {
    position: absolute;
    top: 0;
    z-index: 0;
    font-family: "FontAwesome";
}

.hamburger-menu .hamburger-menu-main ul.contact li.email:before {
    left: 0px;
    content: "\f0e0";
}

.hamburger-menu .hamburger-menu-main ul.contact li.address:before {
    left: 3px;
    content: "\f041";
}

.hamburger-menu .hamburger-menu-main ul.contact li.phone:before {
    left: 0px;
    content: "\f095";
}

.hamburger-menu .hamburger-menu-main ul.social {
    font-size: 0;
}

.hamburger-menu .hamburger-menu-main ul.social li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 10px;
}

.hamburger-menu .hamburger-menu-main ul.social li a {
    display: block;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.3);
    line-height: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.hamburger-menu .hamburger-menu-main ul.social li a:hover {
    color: #333;
}

.hamburger-menu .hamburger-menu-main .widget_radiant_recent_posts_widget ul li {
    min-height: 85px;
    margin-bottom: 30px;
    padding-left: 100px;
}

.hamburger-menu .hamburger-menu-main .widget_radiant_recent_posts_widget ul li:last-child,
.hamburger-menu .hamburger-menu-main .widget_radiant_recent_posts_widget ul li:only-child {
    margin-bottom: 0;
}

.hamburger-menu .hamburger-menu-main .widget_radiant_recent_posts_widget ul li img {
    position: absolute;
    top: 5px;
    width: 80px;
}

.hamburger-menu .hamburger-menu-main .widget_radiant_recent_posts_widget ul li .title {
    margin-bottom: 0;
    font-size: 16px;
    color: #252525;
    line-height: 25px;
}

.hamburger-menu .hamburger-menu-main .widget_radiant_recent_posts_widget ul li .date {
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 14px;
    color: #bbc7cd;
    line-height: 20px;
}

.hamburger-menu .hamburger-menu-main .widget_radiant_recent_posts_widget ul li a {
    color: inherit;
}

/*--------------------------------------------------------------
# WordPress Fix
--------------------------------------------------------------*/

.widget-area > .widget > *:last-child {
    /*margin-bottom: 45px !important;*/
}

#page {
    word-wrap: break-word;
}

img.alignright,
figure.alignright {
    float: right;
    margin: 0px 0px 25px 30px;
    border-radius: 4px;
}

img.alignleft,
figure.alignleft {
    float: left;
    margin: 8px 20px 25px 0px !important;
    border-radius: 4px;
}

img.aligncenter,
figure.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
}

img.aligncenter {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}

img.alignnone {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

img.alignright {
    margin: 30px 0px 30px 30px;
    border-radius: 4px;
    clear: both;
}


figure.aligncenter {
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 4px;
}

figure.alignnone {
    margin-bottom: 20px;
    border-radius: 4px;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


@media screen and (max-width: 480px) {

    img.alignright,
    figure.alignright {
        width: 100% !important;
        margin: 0px 0px 25px 0px;
    }

    img.alignleft,
    figure.alignleft {
        width: 100% !important;
        margin: 8px 0px 25px 0px !important;
    }

    img.aligncenter,
    figure.aligncenter {
        width: 100% !important;
    }

    img.aligncenter {
        width: 100% !important;
    }

    img.alignnone {
        width: 100% !important;
    }

    img.alignright {
        width: 100% !important;
        margin: 30px 0px 30px 0px !important;
    }


    figure.aligncenter {
        width: 100% !important;
    }

    figure.alignnone {
        width: 100% !important;
    }

    .alignright {
        width: 100% !important;
    }

    .alignleft {
        width: 100% !important;
    }

    .aligncenter {
        width: 100% !important;
    }
}



.screen-reader-text {
    display: none;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 13px;
    line-height: 25px;
    margin: 0;
    padding: 4px 5px 0px 0px;
}

.wp-caption-text a,
figcaption a {
    position: relative;
    display: inline-block;
    color: #545454;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wp-caption-text a:hover,
figcaption a:hover {
    color: #FD406A;
}

.wp-caption-text a:before,
figcaption a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.wp-caption-text a:hover:before,
figcaption a:hover:before {
    width: 100%;
    left: 0px;
    right: auto;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    padding-left: 0;
    text-align: left;
}

.comment-list .comment.bypostauthor {
    list-style: none;
}

.edit-link {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 4px 15px 2px 15px;
    opacity: 0.9;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
    color: #fff;
    line-height: 17px;
    letter-spacing: 1px;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.4);
}

.edit-link a {
    margin-left: 5px;
    margin-right: 5px;
    color: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.edit-link a:hover,
.edit-link a:focus,
.edit-link a:active {
    color: inherit;
}

.comments-area ol.comment-list li.trackback .comment-body {
    margin-top: -2px;
    margin-bottom: 22px;
    padding: 15px 17px 15px 17px;
    border: 1px rgba(0, 0, 0, 0.1) solid;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    font-size: 15px;
    line-height: 28px;
}

.page-template-default .entry-content ul {
    padding-left: 20px !important;
    list-style: disc;
}

.page-template-default .entry-content ul li {
    padding-left: 0px !important;
}

.page-template-default .entry-content ul ul {
    padding-left: 45px !important;
    list-style: circle;
}

.wraper_blog_main div.comments-area {
    float: left;
    width: 100%;
    padding-top: 130px;
}

@media screen and (min-width:1280px) {
    .wraper_blog_main div.comments-area .rt-comment-respond {
        /*float: left;*/
        /*width: 100%;*/
        width: 90%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .wraper_blog_main div.comments-area {
        padding-top: 110px;
    }
}

@media all and (max-width: 767px) {
    .wraper_blog_main div.comments-area {
        padding-top: 90px;
    }
}

.post-template-default .entry-content ul {
    padding-left: 20px !important;
}

/*--------------------------------------------------------------
# Gallery Columns
--------------------------------------------------------------*/

.gallery {
    margin-left: -15px;
    margin-right: -15px;
}

.gallery-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    max-width: 25%;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

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

.gallery-columns-2 .gallery-item {
    max-width: calc((100% - 0px * 1) / 2);
}

.gallery-columns-3 .gallery-item {
    max-width: calc((100% - 0px * 2) / 3);
}

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

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

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

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

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

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

.gallery-item .gallery-icon img {
    width: 100%;
}

.gallery-item .gallery-caption {
    padding: 10px 15px 10px 15px;
    background-color: #f8f8f8;
    font-size: 12px;
    line-height: 22px;
    border-radius: 4px;
}

/*--------------------------------------------------------------
# Fancybox Fix
--------------------------------------------------------------*/

/* fancybox-thumbs */

.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
    overflow: visible;
}

.fancybox-thumbs::-webkit-scrollbar {
    height: 7px;
}

.fancybox-thumbs::-webkit-scrollbar-track {
    background-color: #2a2a2a;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.woocommerce p {
    color: #545454;
    margin-bottom: 0px;
    /*font-family: "Poppins";*/
}

.woocommerce #description p,
.woocommerce .woocommerce-Reviews > #comments p {
    margin-top: -9px;
}

.woocommerce .text-price h6 {
    color: #000;
    margin-top: 5px;
    margin-bottom: 6px;
}

.woocommerce-info,
.woocommerce-error,
.woocommerce-message {
    border: 1px solid #8fae1b;
    border-radius: 0;
}

.woocommerce-notice.woocommerce-notice--info.woocommerce-info {
    border: none;
    background: no-repeat;
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    padding-bottom: .5em;
}

.woocommerce-info {
    /*background-color: #fff8f8;
    border-color: #fff8f8;
    border-radius: 5px;*/
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    width: 50%;
    max-width: 50%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    width: 50%;
    max-width: 50%;
}

.woocommerce-account .addresses .title .edit {
    float: right;
    position: absolute;
    top: 10px;
    right: 25px;
    background: #2d2b3b;
    padding: 0px 10px;
    color: #fff;
}

.woocommerce-error {
    /*background-color: #f8d7da;*/
    border-color: #a00 !important;
    /*border-radius: 5px;*/
}

.gcommerce-message {
    background-color: #9abc44;
    border-color: #82a132;
}

.woocommerce-info:before,
.woocommerce-error:before,
.woocommerce-message:before {
    top: inherit;
}

.default-page ul.woocommerce-error {
    padding: 1em 2em 1em 3.5em;
}

.woocommerce-info,
.woocommerce-info:before,
.woocommerce-info a:not(.button) {
    color: #FD406A !important;
    font-size: 16px !important;
    line-height: 30px !important;
}

.woocommerce-info a.showlogin,
.woocommerce-info a.showcoupon {
    color: #FD406A !important;
}

.woocommerce-error,
.woocommerce-error:before,
.woocommerce-error a:not(.button) {
    color: #c01d2b !important;
}

.woocommerce-message,
.woocommerce-message:before,
.woocommerce-message a:not(.button) {
    /*color: #fff !important;*/
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover,
.woocommerce-message .button:hover {
    padding: 8px 0px 0px 0px !important;
    background-color: initial !important;
    /*color: #fff !important;*/
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #000;
    color: #fff;
}

/*--------------------------------------------------------------
# YITH Fix
--------------------------------------------------------------*/

#yith-quick-view-modal > .yith-wcqv-wrapper {
    width: 100%;
    max-width: 800px;
}

#yith-quick-view-modal > .yith-wcqv-wrapper > .yith-wcqv-main > .yith-wcqv-head > .yith-wcqv-close {
    width: 30px;
    height: 30px;
    border: 1px rgba(0, 0, 0, 0.5) solid;
    border-radius: 50%;
    text-align: center;
    font-weight: 400;
    font-size: 0;
    color: rgba(0, 0, 0, 0.5);
    line-height: 28px;
}

#yith-quick-view-modal > .yith-wcqv-wrapper > .yith-wcqv-main > .yith-wcqv-head > .yith-wcqv-close:before {
    font-family: "themify";
    content: "\e646";
    font-size: 14px;
}

#yith-quick-view-modal > .yith-wcqv-wrapper > .yith-wcqv-main #yith-quick-view-content .images {
    width: 50%;
    margin-bottom: 0;
}

#yith-quick-view-modal > .yith-wcqv-wrapper > .yith-wcqv-main #yith-quick-view-content .summary {
    width: 50%;
    padding: 30px 15px 30px 15px;
}

#yith-quick-view-modal > .yith-wcqv-wrapper > .yith-wcqv-main #yith-quick-view-content .summary .quantity {
    margin-top: 0 !important;
}

#yith-quick-view-modal > .yith-wcqv-wrapper > .yith-wcqv-main #yith-quick-view-content .summary .quantity > .qty {
    width: 50px;
    height: 53px;
    border: 1px #000 solid;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder .yith-wcwl-add-to-wishlist span i {
    font-size: 16px;
    margin-right: 1px;
}

@media screen and (min-width:480px) and (max-width:767px) {
    #yith-quick-view-modal > .yith-wcqv-wrapper > .yith-wcqv-main #yith-quick-view-content .images {
        width: 100%;
        margin-bottom: 0;
    }

    #yith-quick-view-modal > .yith-wcqv-wrapper > .yith-wcqv-main #yith-quick-view-content .summary {
        width: 100%;
        padding: 30px 15px 30px 15px;
    }

    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1 {
        width: 100%;
        max-width: 100%;
    }

    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (min-width:321px) and (max-width:479px) {
    #yith-quick-view-modal > .yith-wcqv-wrapper > .yith-wcqv-main #yith-quick-view-content .images {
        width: 100%;
        margin-bottom: 0;
    }

    #yith-quick-view-modal > .yith-wcqv-wrapper > .yith-wcqv-main #yith-quick-view-content .summary {
        width: 100%;
        padding: 30px 15px 30px 15px;
    }

    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1 {
        width: 100%;
        max-width: 100%;
    }

    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width:320px) {
    #yith-quick-view-modal > .yith-wcqv-wrapper > .yith-wcqv-main #yith-quick-view-content .images {
        width: 100%;
        margin-bottom: 0;
    }

    #yith-quick-view-modal > .yith-wcqv-wrapper > .yith-wcqv-main #yith-quick-view-content .summary {
        width: 100%;
        padding: 30px 15px 30px 15px;
    }

    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1 {
        width: 100%;
        max-width: 100%;
    }

    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        width: 100%;
        max-width: 100%;
    }

}

/*--------------------------------------------------------------
# Website Layout
--------------------------------------------------------------*/

.radiantthemes-website-layout {
    position: relative;
    overflow: hidden;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

.overflow-visible {
    overflow: visible !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.overflow-auto {
    overflow: auto !important;
}

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

.z-index-1 {
    z-index: 1;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.position-fixed {
    position: fixed;
}

.position-static {
    position: static;
}

.font-weight-black {
    font-weight: 900;
}

.font-weight-extrabold {
    font-weight: 800;
}

.font-weight-bold {
    font-weight: 700;
}

.font-weight-semibold {
    font-weight: 600;
}

.font-weight-medium {
    font-weight: 500;
}

.font-weight-regular {
    font-weight: 400;
}

.font-weight-light {
    font-weight: 300;
}

.font-weight-thin {
    font-weight: 100;
}

.font-style-italic {
    font-style: italic;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.letter-spacing--5 {
    letter-spacing: -5px;
}

.letter-spacing--4 {
    letter-spacing: -4px;
}

.letter-spacing--3 {
    letter-spacing: -3px;
}

.letter-spacing--2 {
    letter-spacing: -2px;
}

.letter-spacing--1 {
    letter-spacing: -1px;
}

.letter-spacing-0 {
    letter-spacing: 0px;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.letter-spacing-3 {
    letter-spacing: 3px;
}

.letter-spacing-4 {
    letter-spacing: 4px;
}

.letter-spacing-5 {
    letter-spacing: 5px;
}

.letter-spacing-6 {
    letter-spacing: 6px;
}

.letter-spacing-7 {
    letter-spacing: 7px;
}

.letter-spacing-8 {
    letter-spacing: 8px;
}

.letter-spacing-9 {
    letter-spacing: 9px;
}

.letter-spacing-10 {
    letter-spacing: 10px;
}

.letter-spacing-11 {
    letter-spacing: 11px;
}

.letter-spacing-12 {
    letter-spacing: 12px;
}

.letter-spacing-13 {
    letter-spacing: 13px;
}

.letter-spacing-14 {
    letter-spacing: 14px;
}

.letter-spacing-15 {
    letter-spacing: 15px;
}

.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block;
}

.display-none {
    display: none;
}

.order-first {
    order: 1;
}

.order-second {
    order: 2;
}

.filter-grayscale-0 {
    filter: grayscale(0);
}

.filter-grayscale-1 {
    filter: grayscale(1);
}

.full-width-image * {
    width: 100%;
}

div.background-position-left-top,
section.background-position-left-top,
h1.background-position-left-top,
h2.background-position-left-top,
h3.background-position-left-top,
h4.background-position-left-top,
h5.background-position-left-top,
h6.background-position-left-top,
.background-position-left-top > div,
.background-position-left-top > * {
    background-position: left top !important;
}

div.background-position-left-center,
section.background-position-left-center,
h1.background-position-left-center,
h2.background-position-left-center,
h3.background-position-left-center,
h4.background-position-left-center,
h5.background-position-left-center,
h6.background-position-left-center,
*.background-position-left-center > div,
*.background-position-left-center > * {
    background-position: left center !important;
}

div.background-position-left-bottom,
section.background-position-left-bottom,
h1.background-position-left-bottom,
h2.background-position-left-bottom,
h3.background-position-left-bottom,
h4.background-position-left-bottom,
h5.background-position-left-bottom,
h6.background-position-left-bottom,
*.background-position-left-bottom > div,
*.background-position-left-bottom > * {
    background-position: left bottom !important;
}

div.background-position-center-top,
section.background-position-center-top,
h1.background-position-center-top,
h2.background-position-center-top,
h3.background-position-center-top,
h4.background-position-center-top,
h5.background-position-center-top,
h6.background-position-center-top,
*.background-position-center-top > div,
*.background-position-center-top > * {
    background-position: center top !important;
}

div.background-position-center-center,
section.background-position-center-center,
h1.background-position-center-center,
h2.background-position-center-center,
h3.background-position-center-center,
h4.background-position-center-center,
h5.background-position-center-center,
h6.background-position-center-center,
*.background-position-center-center > div,
*.background-position-center-center > * {
    background-position: center center !important;
}

div.background-position-center-bottom,
section.background-position-center-bottom,
h1.background-position-center-bottom,
h2.background-position-center-bottom,
h3.background-position-center-bottom,
h4.background-position-center-bottom,
h5.background-position-center-bottom,
h6.background-position-center-bottom,
*.background-position-center-bottom > div,
*.background-position-center-bottom > * {
    background-position: center bottom !important;
}

div.background-position-right-top,
section.background-position-right-top,
h1.background-position-right-top,
h2.background-position-right-top,
h3.background-position-right-top,
h4.background-position-right-top,
h5.background-position-right-top,
h6.background-position-right-top,
*.background-position-right-top > div,
*.background-position-right-top > * {
    background-position: right top !important;
}

div.background-position-right-center,
section.background-position-right-center,
h1.background-position-right-center,
h2.background-position-right-center,
h3.background-position-right-center,
h4.background-position-right-center,
h5.background-position-right-center,
h6.background-position-right-center,
*.background-position-right-center > div,
*.background-position-right-center > * {
    background-position: right center !important;
}

div.background-position-right-bottom,
section.background-position-right-bottom,
h1.background-position-right-bottom,
h2.background-position-right-bottom,
h3.background-position-right-bottom,
h4.background-position-right-bottom,
h5.background-position-right-bottom,
h6.background-position-right-bottom,
*.background-position-right-bottom > div,
*.background-position-right-bottom > * {
    background-position: right bottom !important;
}

div.background-repeat-no-repeat,
section.background-repeat-no-repeat,
h1.background-repeat-no-repeat,
h2.background-repeat-no-repeat,
h3.background-repeat-no-repeat,
h4.background-repeat-no-repeat,
h5.background-repeat-no-repeat,
h6.background-repeat-no-repeat,
.background-repeat-no-repeat > div,
.background-repeat-no-repeat > * {
    background-repeat: no-repeat !important;
}

div.background-repeat-repeat-x,
section.background-repeat-repeat-x,
h1.background-repeat-repeat-x,
h2.background-repeat-repeat-x,
h3.background-repeat-repeat-x,
h4.background-repeat-repeat-x,
h5.background-repeat-repeat-x,
h6.background-repeat-repeat-x,
.background-repeat-repeat-x > div,
.background-repeat-repeat-x > * {
    background-repeat: repeat-x !important;
}

div.background-repeat-repeat-y,
section.background-repeat-repeat-y,
h1.background-repeat-repeat-y,
h2.background-repeat-repeat-y,
h3.background-repeat-repeat-y,
h4.background-repeat-repeat-y,
h5.background-repeat-repeat-y,
h6.background-repeat-repeat-y,
.background-repeat-repeat-y > div,
.background-repeat-repeat-y > * {
    background-repeat: repeat-y !important;
}

div.background-attachment-fixed,
section.background-attachment-fixed,
h1.background-attachment-fixed,
h2.background-attachment-fixed,
h3.background-attachment-fixed,
h4.background-attachment-fixed,
h5.background-attachment-fixed,
h6.background-attachment-fixed,
.background-attachment-fixed > div,
.background-attachment-fixed > * {
    background-attachment: fixed !important;
}

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important;
}

/*--------------------------------------------------------------
# Custom Widgets
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# RadiantThemes Contact Box Widget
--------------------------------------------------------------*/

.widget_radiantthemes_contact_box_widget ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 29px;
}

.widget_radiantthemes_contact_box_widget ul li:last-child {
    margin-bottom: 0;
}

.widget_radiantthemes_contact_box_widget ul li:before {
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 1;
    font-family: "themify";
}

.widget_radiantthemes_contact_box_widget ul li.address:before {
    content: "\e693";
}

.widget_radiantthemes_contact_box_widget ul li.email:before {
    content: "\e75a";
}

.widget_radiantthemes_contact_box_widget ul li.phone:before {
    content: "\e621";
}

.widget_radiantthemes_contact_box_widget ul li strong {
    display: block;
    font-weight: 500;
}

.widget_radiantthemes_contact_box_widget ul li ul {
    margin-top: 12px;
}

/*--------------------------------------------------------------
# RadiantThemes Twitter Box
--------------------------------------------------------------*/

.rt-twitter-box ul li {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #e2e2e2 solid;
}

.rt-twitter-box ul li:first-child {
    padding-top: 0;
}

.rt-twitter-box ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.rt-twitter-box ul li:only-child {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.rt-twitter-box ul li > *:last-child {
    margin-bottom: 0 !important;
}

.rt-twitter-box ul li .user {
    min-width: 50px;
    margin-bottom: 12px;
    text-align: left;
}

.rt-twitter-box ul li .user span:nth-last-child(1),
.rt-twitter-box ul li .user span:nth-last-child(2) {
    display: none;
}

.rt-twitter-box ul li .user img {
    max-width: 50px;
    margin-right: 10px;
    border-radius: 50%;
}

.rt-twitter-box ul li .tweet {
    margin-bottom: 12px;
    text-align: left;
}

.rt-twitter-box ul li .timePosted {
    margin-bottom: 17px;
    text-align: left;
}

.rt-twitter-box ul li .interact {
    margin-bottom: 20px;
    text-align: left;
    font-size: 0;
}

.rt-twitter-box ul li .interact > a {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin: 0px 4px 5px 4px;
    background-color: #1bb2e9;
    border-radius: 50%;
    text-align: center;
}

.rt-twitter-box ul li .interact > a i {
    font-size: 13px;
    color: #fff;
    line-height: 31px;
}

.rt-twitter-box ul li .media {
    margin-bottom: 20px;
    text-align: left;
}

/*--------------------------------------------------------------
# RadiantThemes Contact Box
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# RadiantThemes Recent Post With Thumbnail
--------------------------------------------------------------*/

.widget-area > section {
    margin-bottom: 51px !important;
    width: 100%;
    float: left;
}

#monster-widget-placeholder-12 {
    margin-bottom: 60px !important;
    width: 100%;
    float: left;
}


.rt-recent-post-with-thumbnail.element-one {
    margin-bottom: 20px;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder {
    float: left;
    margin-top: 10px;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    vertical-align: top;
    float: left;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-img {
    flex-shrink: 0;
    width: 105px;
    margin: 0 15px 0 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-img img {
    /*transform: scale(1.06);
  transition: transform 1s cubic-bezier(.33, .02, 0, .93);
  overflow: hidden;*/

    transition: 0.42s ease-out;
    -webkit-transition: 0.42s ease-out;
    transform: scale(1);
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post:hover .blog-widget-post-img img {
    /*transform: scale(1.06) translateX(2%);
  transition: transform 1s cubic-bezier(.33, .02, 0, .93);*/

    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-img a {
    display: block;
    width: 100%;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-content .tag-name {
    margin-bottom: 5px;
    margin-top: -9px;
    font-size: 15px;
    position: relative;
    /*display: inline-block;*/
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-content .tag-name .date {
    color: #6A6A6A;
    margin-right: 20px;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-content .tag-name a {
    color: #FF3274;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-content .tag-name span:after {
    content: '';
    height: 1px;
    width: 7px;
    background-color: #6A6A6A;
    position: absolute;
    bottom: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 7px;
    margin-right: 6px;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-content .blog-widget-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 30px;
    margin-top: -7px;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-content .blog-widget-title a {
    color: #000;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .excerpt {
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    /*letter-spacing: 1.3px;*/
    color: #696969 !important;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post:last-child {
    margin-bottom: 10px;
}

@media screen and (max-width: 1190px) and (min-width: 250px) {
    .rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .excerpt {
        font-size: 16px;
        line-height: 28px;
    }
}

.widget-area > .widget.widget_categories ul li {
    text-transform: capitalize;
}

.widget-area > .widget.widget_categories ul li:last-child {
    border-bottom: none;
}

.comment-content ul:not(.contact) > li:before,
.comments-area ol.comment-list li .reply,
.default-page ul:not(.contact) > li:before,
.post-tags a[rel=tag]:hover,
.post.single-post .entry-meta > .holder > .data .meta > span a:hover,
.post.style-one .post-meta > span i,
.post.style-three .entry-main .post-meta > span i,
.post.style-two .entry-main .post-meta > span i,
.radiantthemes-shop-box.style-five > .holder:hover > .data > .action-buttons > .added_to_cart,
.radiantthemes-shop-box.style-five > .holder:hover > .data > .action-buttons > .button,
.radiantthemes-shop-box.style-one > .holder > .data .price,
.sidr-close,
.widget-area > .widget .tagcloud > [class*=tag-link-]:hover,
.widget-area > .widget.widget_rss ul li .rss-date:before,
.wraper_maintenance_main.style-one .maintenance_main_item h2,
.wraper_maintenance_main.style-three .maintenance_main_item h1 strong,
a,
a:focus,
a:hover {
    color: #000;
}

.footer_copyright_item a {
    color: #fff;
}

.entry .entry-content dd a,
.entry .entry-content p a {
    position: relative;
    display: inline-block;
    color: #545454;
    transition: all 0.12s ease-in-out;
    -webkit-transition: all 0.12s ease-in-out;
}

.entry .entry-content dd a:hover,
.entry .entry-content p a:hover {
    color: #FD406A;
}

.entry .entry-content dd a:before,
.entry .entry-content p a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.entry .entry-content dd a:hover:before,
.entry .entry-content p a:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}


/*--------------------------------------------------------------
# Inner Banner
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Inner Banner Main
--------------------------------------------------------------*/

/* wraper_inner_banner */


.wraper_inner_banner {
    position: relative;
    z-index: 2;
    width: 100%;

    /* wraper_inner_banner_main */
    /*--------------------------------------------------------------
  # Inner Banner Breadcrumb
  --------------------------------------------------------------*/
}


.inner_banner_main .title {
    color: #FFFFFF;
    /*font-family: "Jost-SemiBold", Sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 64px;*/
    text-align: center;
}

.wraper_inner_banner .wraper_inner_banner_main {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.wraper_inner_banner .wraper_inner_banner_main .inner_banner_main > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_inner_banner .wraper_inner_banner_main .inner_banner_main .subtitle {
    margin-bottom: 0px !important;
}

.wraper_inner_banner .wraper_inner_banner_main .inner_banner_main .subtitle p {
    margin-bottom: 0px !important;
}

.wraper_inner_banner .wraper_inner_banner_breadcrumb {
    width: 100%;
    height: auto;
}

.wraper_inner_banner .wraper_inner_banner_breadcrumb .inner_banner_breadcrumb > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_inner_banner .wraper_inner_banner_breadcrumb .inner_banner_breadcrumb #crumbs {
    width: auto;
    height: auto;
}

.wraper_inner_banner .wraper_inner_banner_breadcrumb .inner_banner_breadcrumb #crumbs .gap {
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 50%;
}

.wraper_inner_banner .wraper_inner_banner_breadcrumb .inner_banner_breadcrumb #crumbs a {
    color: #fff;
}

/*--------------------------------------------------------------
# Pagination / WooCommerce Pagination
--------------------------------------------------------------*/
.wraper_blog_main.style-one.clasic-box-layout .pagination {
    text-align: center;
    width: 100%;
}

.pagination,
.woocommerce nav.woocommerce-pagination {
    display: block !important;
    margin-left: 0px;
    /*margin-right: -5px;*/
    padding: 2px 0 0px 0;
    border-radius: 0;
    text-align: center;
    font-size: 0;
    /*margin-bottom: 150px;*/
    text-align: center;
}

@media screen and (min-width:992px) and (max-width:1024px) {

    .pagination,
    .woocommerce nav.woocommerce-pagination {
        padding: 30px 0 0px 0;
    }
}

.pagination > * {
    display: inline-block !important;
    float: none;
    color: #000;
    min-width: 0px;
    /*padding: 0px 5px;*/
    width: 40px;
    height: 40px;
    margin: 0px 5px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background: #F5F7FF;
}

/*.pagination > *:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}*/

/*.pagination > *:hover:after {
  right: auto;
  left: 0;
  width: 100%;
}*/
.wraper_blog_main.style-five .pagination {
    float: left;
    width: 100%;
    text-align: center !important;
}

.entry-main .post-meta {
    margin-top: 32px;
}

.entry-main .post-meta .date i {
    padding-right: 6px;
}

.entry-main .post-meta .comments i {
    padding-right: 8px;
}


.entry-main .post-meta .comments a:hover {
    color: #000;
}

.woocommerce nav.woocommerce-pagination ul li a {
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    color: #231834;
    background: none !important;
    padding: 6px 15px;
    border-radius: 5px;
    border: 1px #d7dcdb solid;
    text-align: center;
    font-weight: 500;
    color: #1a1c26;
    line-height: 25px;
    /*width: 45px;
  height: 45px;*/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}


/*.woocommerce nav.woocommerce-pagination ul li span{
  padding: 0px;
}*/



.pagination > * svg {
    stroke: #2d2b3b;
    transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

.pagination > *:hover svg {
    transform: translateY(20px);
}

.pagination > * .animated-arrow {
    /*display: none;*/
    /*width: 50px;*/
    /*height: 19px;*/
    /*margin-top: -2px;*/
    /*margin-right: -8px;*/
    /*overflow: hidden;*/
}

.pagination > * .animated-arrow svg {
    stroke: #2d2b3b;
    transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    transform: translateX(-15px) rotate(-90deg);
}

.pagination > *:hover .animated-arrow svg {
    transform: translateX(-10px) rotate(-90deg);
}

.pagination > *:hover {
    color: #2d2b3b;
    box-shadow: none;
}

/*.pagination > a:focus, a:hover{
    color:#ff5f63 !important;
}*/

.pagination > *.current {
    color: #fff;
    border: none;
    background: #FD406A;
}

.pagination > a:hover {
    background: #FD406A;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/*.pagination > *.current:after {
  content: "";
  background: currentColor;
  width: 15px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}*/

/*.pagination > *.current:after:hover {
  color: #000 !important;
  right: 0 !important;
  left: 0 !important;
  width: 15px !important;
}*/


.pagination > *.next:hover {
    background: none;
    color: currentColor;
}

.pagination > *.prev:hover {
    background: none;
    color: currentColor;
}

/*.pagination > *.prev,
.pagination > *.next {
  display: none !important;
  margin: 0px 0px 0px 0px;
  width: 80px;
  margin-left: 0px;
  padding: 9px 0;
  border:none;
}*/
.pagination > *.next [class*=" ti-"],
.pagination > *.next [class^=ti-],
.pagination > *.prev [class*=" ti-"],
.pagination > *.prev [class^=ti-] {
    font-size: 13px;
    font-weight: 500;
}

.pagination > *.next {
    display: block;
    margin: 0px 0px 0px 0px;
    width: 20px;
    height: 20px;
    margin-left: 4px;
    padding: 0;
    border: none;
    position: relative;
    left: 0;
    right: auto;
    text-align: center;
    background: none;

    transition: transform .3s cubic-bezier(0, .95, .3, 1), -webkit-transform .3s cubic-bezier(0, .95, .3, 1);
}

.pagination > *.next:hover {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
}

.pagination > *.prev {
    display: block;
    margin: 0px 0px 0px 0px;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    padding: 0;
    border: none;
    position: relative;
    left: 0;
    right: auto;
    text-align: center;
    background: none;

    transition: transform .3s cubic-bezier(0, .95, .3, 1), -webkit-transform .3s cubic-bezier(0, .95, .3, 1);
}

.pagination > *.prev:hover {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
}

.pagination > *.next span {
    font-size: 20px;
    display: block;
}

.pagination > *.prev span {
    font-size: 20px;
    display: block;
}

/*.pagination > *.prev {
  margin: 0px;
  width: 80px;
  padding: 9px 0;
  transform: none;
  border:none;
}*/
.pagination .next span.animated-arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 1px;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #2d2b3b;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pagination .next:hover span.animated-arrow {
    width: 35px;
    left: 0;
    right: auto;
    background: #2d2b3b;
    margin-left: 10px;
}

.pagination .next span.animated-arrow .ti-arrow-right {
    position: absolute;
    top: -7px;
    right: -5px;
    z-index: 1;
    font-size: 15px;
}

.pagination .prev span.animated-arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 1px;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #2d2b3b;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pagination .prev:hover span.animated-arrow {
    width: 35px;
    left: 0;
    right: auto;
    background: #2d2b3b;
    margin-left: 10px;
}

.pagination .prev span.animated-arrow .ti-arrow-left {
    position: absolute;
    top: -7px;
    right: -5px;
    z-index: 1;
    font-size: 15px;
}

.pagination > .next span.ti-arrow-right {
    vertical-align: middle;
    padding-left: 5px;
    position: relative;
    top: -2px;
}

.pagination > .prev span.ti-arrow-left {
    vertical-align: middle;
    padding-right: 5px;
    position: relative;
    top: -1px;
}

.case-study-inner .pagination {
    display: block;
    margin-left: -5px;
    margin-right: -5px;
    padding: 0;
    border-radius: 0;
    text-align: center;
    font-size: 0;
}

.case-study-inner .pagination li:hover {
    color: initial !important;
    background-color: transparent;
    box-shadow: none;
}

.case-study-inner .pagination li,
.case-study-inner .pagination li a {
    min-width: 49px;
    min-height: 49px;
    padding: 9px 15px 9px 15px;
    border-radius: 40px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: #000;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.case-study-inner .pagination li.inactive a:hover {
    color: #fff !important;
    background-color: #27ae60;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.18);
}

.case-study-inner .pagination li.inactive {
    padding: 0;
}

.case-study-inner .pagination li.inactive a {
    border: none;
    background-color: transparent;
}

.case-study-inner .pagination li.current {
    color: #fff !important;
    background-color: #5f27d4;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.18);
}



/*--------------------------------------------------------------
# woocommerce
--------------------------------------------------------------*/


.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    overflow: hidden !important;
}

.woocommerce ul#shipping_method {
    padding-left: 0px !important;
}

@media screen and (max-width: 768px) {
    .woocommerce ul#shipping_method {
        clear: both;
    }
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding-left: 0px !important;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/


/*.widget.woocommerce {
    margin-top: 15px;
}*/

.widget-area > #search-2 {
    margin-bottom: 54px !important;
}

.widget-area > #categories-2 {
    margin-bottom: 40px;
}

.widget-area > .widget_radiantthemes_recent_posts_widget {
    margin-bottom: 45px;
}

.widget-area > .widget_tag_cloud {
    margin-bottom: 37px !important;
}

.widget-area > #radiantthemes_image_box_widget-2 {
    margin-bottom: 47px;
}

.widget-area > #radiantthemes_social_widget-3 {
    margin-bottom: 35px;
    overflow: hidden;
}


.widget-area > #radiantthemes_recent_posts_widget-2 {
    margin-bottom: 39px;
}

.widget-area > #radiantthemes_image_box_widget-2 {
    margin-bottom: 50px;
}


.widget-area > #archives-2 {
    margin-bottom: 45px;
}

.widget-area > .widget:last-child,
.widget-area > .widget:only-child {
    margin-bottom: 0px !important;
}


.widget-area > .widget .widget-title:after {
    display: none;
}

.widget-area > .widget .widget-title a {
    color: inherit;
}

.widget-area > .widget .widget-title img {
    margin-right: 7px;
}

.widget-area > .widget.widget_media_image {
    padding: 0;
    border: none;
}

.widget-area > .widget.widget_search .search-form,
.widget-area > .widget.widget_product_search .woocommerce-product-search {
    position: relative;
}

.widget-area > .widget.widget_search .search-form {
    margin-bottom: 9px;
    padding-top: 0px;
}

.widget-area > .widget.widget_search .search-form label,
.widget-area > .widget.widget_product_search .woocommerce-product-search label {
    width: 100%;
    margin: 0;
}



.widget-area > .widget .textwidget {
    margin-bottom: 0px;
    padding-top: 7px;
}

.widget-area > .widget .textwidget #sb_instagram {
    padding-bottom: 0px !important;
}

.widget-area > .widget .textwidget > *:last-child {
    margin-bottom: 0 !important;
}

.widget-area > .widget .textwidget p {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 26px;
}

.widget-area > .widget .textwidget img {
    margin: 12px 0px 15px 0px;
    border-radius: 0;
}

.widget-area > .widget.widget_rss ul {
    margin: 0;
}

.widget-area > .widget.widget_rss ul li {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
}

.widget-area > .widget.widget_rss ul li:last-child,
.widget-area > .widget.widget_rss ul li:only-child {
    margin-bottom: 0;
}

.widget-area > .widget.widget_rss ul li a {
    color: #31281f;
}

.widget-area > .widget.widget_rss ul li .rss-date {
    display: block;
    margin-top: 7px;
    font-size: 14px;
    color: #9b9a9a;
    line-height: 22px;
}

.widget-area > .widget.widget_rss ul li .rss-date:before {
    margin-right: 10px;
    content: "\f017";
    font-family: "FontAwesome";
}

.widget-area > .widget.widget_rss ul li .rssSummary {
    display: block;
    margin-top: 7px;
}

.widget-area > .widget.widget_recent_entries ul,
.widget-area > .widget.widget_recent_comments ul {
    margin: 0;
}

.widget-area > .widget.widget_recent_entries ul li,
.widget-area > .widget.widget_recent_comments ul li {
    position: relative;
    margin-bottom: 7px;
    padding-left: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    /*font-size: 16px;
    line-height: 30px;*/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-transform: capitalize;
}

.widget-area > .widget.widget_recent_entries ul li:last-child,
.widget-area > .widget.widget_recent_entries ul li:only-child,
.widget-area > .widget.widget_recent_comments ul li:last-child,
.widget-area > .widget.widget_recent_comments ul li:only-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget-area > .widget.widget_recent_entries ul li:before,
.widget-area > .widget.widget_recent_comments ul li:before {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 0;
    content: "\f101";
    font-family: "FontAwesome";
    color: #000;
    display: none;
}

/*.widget-area > .widget.widget_recent_entries ul li a,
.widget-area > .widget.widget_recent_comments ul li a {
  color: inherit;
}*/

.widget-area > .widget.widget_recent_entries ul li .post-date,
.widget-area > .widget.widget_recent_comments ul li .post-date {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #282828;
    line-height: 20px;
}

.widget-area > .widget.widget_recent_entries ul li a,
.widget-area > .widget.widget_recent_comments ul li a {
    position: relative;
    display: inline-block;
    color: #545454;
    transition: all 0.12s ease-in-out;
    -webkit-transition: all 0.12s ease-in-out;
}

@media (max-width:767px) {

    .widget-area > .widget.widget_recent_entries ul li a,
    .widget-area > .widget.widget_recent_comments ul li a {
        font-size: 14px;
        line-height: 28px;
    }
}

.widget-area > .widget.widget_recent_entries ul li a:hover,
.widget-area > .widget.widget_recent_comments ul li a:hover {
    color: #FD406A;
}

.widget-area > .widget.widget_recent_entries ul li a:before,
.widget-area > .widget.widget_recent_comments ul li a:before {
    /*display: none;*/
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.widget-area > .widget.widget_recent_entries ul li a:hover:before,
.widget-area > .widget.widget_recent_comments ul li a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}

.widget-area > .widget.widget_rating_filter ul li {
    margin-bottom: 15px;
}

.widget-area > .widget.widget_rating_filter ul li:last-child,
.widget-area > .widget.widget_rating_filter ul li:only-child {
    margin-bottom: 0;
}

.widget-area > .widget.widget_recent_reviews ul li,
.widget-area > .widget.widget_top_rated_products ul li {
    margin-bottom: 15px;
}

.widget-area > .widget.widget_recent_reviews ul li:last-child,
.widget-area > .widget.widget_recent_reviews ul li:only-child,
.widget-area > .widget.widget_top_rated_products ul li:last-child,
.widget-area > .widget.widget_top_rated_products ul li:only-child {
    margin-bottom: 0;
}

.widget-area > .widget.widget_recent_reviews ul li img,
.widget-area > .widget.widget_top_rated_products ul li img {
    width: 40px;
    margin-top: 8px;
}

.widget-area > .widget.widget_recent_reviews ul li .star-rating,
.widget-area > .widget.widget_top_rated_products ul li .star-rating {
    float: left;
    margin-top: 7px;
}

.widget-area > .widget.widget_recent_reviews ul li .reviewer,
.widget-area > .widget.widget_top_rated_products ul li .amount {
    width: 100%;
    float: left;
    margin-top: 5px;
}

.widget-area > .widget.widget_price_filter .ui-slider {
    margin-bottom: 22px;
    background-color: #252525;
}

.widget-area > .widget.widget_price_filter button[type="submit"] {
    padding: 8px 33px;
    border-radius: 0 !important;
    border: none;
    text-transform: capitalize;
    font-size: 16px !important;
    line-height: 28px !important;
    color: #fff !important;
    background: #FD406A !important;
}

.widget-area > .widget.widget_layered_nav_filters ul li {
    width: 100%;
    margin-bottom: 7px;
    padding: 0;
}

.widget-area > .widget.widget_layered_nav_filters ul li:last-child,
.widget-area > .widget.widget_layered_nav_filters ul li:only-child {
    margin-bottom: 0;
}

.widget-area > .widget.widget_products ul li {
    padding-top: 17px;
    padding-bottom: 14px;
    border-bottom: 1px rgba(84, 84, 111, 0.3) solid;
}

.widget-area > .widget.widget_products ul li:first-child {
    padding-top: 0;
}

.widget-area > .widget.widget_products ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.widget-area > .widget.widget_products ul li:only-child {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget-area > .widget.widget_products ul li > a {
    margin-bottom: 1px;
    font-weight: 500;
    color: inherit;
}

.widget-area > .widget.widget_products ul li img {
    width: 60px;
}

.widget-area > .widget.widget_products ul li .star-rating {
    display: none;
}

.widget-area > .widget.widget_products ul li .woocommerce-Price-amount {
    font-size: 13px;
}

.widget-area > .widget.widget_products ul li del {
    opacity: 0.7;
}

.widget-area > .widget select {
    width: 100%;
    height: 52px;
    padding: 0px 10px 0px 10px;
    background-color: #fff;
    border: 1px #e0e0e0 solid;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-family: "Rubik" !important;
    /*margin-bottom: 52px;*/
}


.widget-area > .widget.widget_calendar .calendar_wrap {
    background-color: #fff;
    /*border: 1px #e2e2e2 solid;*/
    border-radius: 5px;
}

.widget-area > .widget.widget_calendar #wp-calendar {
    width: 100%;
    table-layout: fixed;
}

.widget-area > .widget.widget_calendar #wp-calendar caption {
    padding: 3px 10px 10px 0px;
    /*border: 1px #e2e2e2 solid;*/
    border-bottom: none;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    line-height: 26px;
    letter-spacing: 0px;
    caption-side: top;
}

.widget-area > .widget.widget_calendar #wp-calendar > tbody > tr > td,
.widget-area > .widget.widget_calendar #wp-calendar > tbody > tr > th,
.widget-area > .widget.widget_calendar #wp-calendar > tfoot > tr > td,
.widget-area > .widget.widget_calendar #wp-calendar > tfoot > tr > th,
.widget-area > .widget.widget_calendar #wp-calendar > thead > tr > td,
.widget-area > .widget.widget_calendar #wp-calendar > thead > tr > th {
    padding: 2px 5px;
    border: 1px #e2e2e2 solid;
    text-align: center;
    font-size: 70%;
}

.widget-area > .widget.widget_calendar #wp-calendar tr:nth-child(2n) {
    background: #f0f2f5;
}

.widget-area > .widget.widget_calendar #wp-calendar thead tr {
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%);
    color: #fff;
}

.wp-block-calendar #wp-calendar thead tr {
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%);
    color: #fff;
}

.wp-block-calendar table th {
    color: #fff !important;
    border: 0px none !important;
}

.widget-area > .widget.widget_calendar #wp-calendar thead tr th {
    border: 0px none;
}

.widget-area > .widget.widget_calendar #wp-calendar > tbody > tr > td#today {
    background: rgba(0, 0, 0, 0.05);
    color: #FD406A;
}

.wp-block-calendar #wp-calendar > tbody > tr > td#today {
    background: rgba(0, 0, 0, 0.05);
    color: #FD406A !important;
}

.widget-area > .widget.widget_calendar #wp-calendar > tbody > tr > td a {
    color: #FD406A;
    /*display: block;*/
    position: relative;
}

.widget-area > .widget.widget_calendar #wp-calendar > tbody > tr > td a:after {
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.widget-area > .widget.widget_calendar #wp-calendar > tbody > tr > td a:hover:after {
    right: auto;
    left: 0;
    width: 100%;
}

.wp-calendar-nav span.wp-calendar-nav-prev a,
.wp-calendar-nav span.wp-calendar-nav-next a {
    color: #FD406A;
    position: relative;
}

.wp-calendar-nav span.wp-calendar-nav-prev a:after,
.wp-calendar-nav span.wp-calendar-nav-next a:after {
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.wp-calendar-nav span.wp-calendar-nav-prev a:hover:after,
.wp-calendar-nav span.wp-calendar-nav-next a:hover:after {
    right: auto;
    left: 0;
    width: 100%;
}


/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/

/* wraper_blog_main */
.wraper_blog_main.style-default > .container > .row {
    margin-left: -15px;
    margin-right: -15px;
}

.wraper_shop_main.left > .container > .row {
    margin-left: -15px;
    margin-right: -15px;
}

.wraper_shop_main.right > .container > .row {
    margin-left: -15px;
    margin-right: -15px;
}

/*.wraper_blog_main .container .row {
    margin-left: -30px;
    margin-right: -30px;
}*/

.single.single-post .wraper_blog_main .container .row {
    margin-left: -15px;
    margin-right: -15px;
}

.wraper_blog_main {
    width: 100%;
    overflow: hidden;
}

.wraper_blog_main.style-two,
.wraper_blog_main.style-four,
.wraper_blog_main.style-three,
.wraper_blog_main.style-six {
    background-color: #f6f7fc;
}

.site-main.post .wraper_blog_main > .container {
    padding-top: 212px;
    padding-bottom: 131px;
    padding-right: 15px;
    padding-left: 15px;
}

.wraper_blog_main .container {
    padding-top: 140px;
    padding-bottom: 130px;
    padding-right: 15px;
    padding-left: 15px;
}

@media screen and (max-width:1024px) {
    .wraper_blog_main .container {
        padding-top: 120px;
        padding-bottom: 110px;
    }

    .site-main.post .wraper_blog_main > .container {
        padding-top: 187px;
        padding-bottom: 110px;
    }
}

@media screen and (min-width:901px) and (max-width:1023px) {
    .site-main.post .wraper_blog_main > .container {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media screen and (min-width:769px) and (max-width:900px) {
    .site-main.post .wraper_blog_main > .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (max-width:768px) {
    .site-main.post .wraper_blog_main > .container {
        padding-top: 193px;
        padding-bottom: 110px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (max-width:767px) {
    .wraper_blog_main .container {
        padding-top: 100px;
        padding-bottom: 90px;
    }

    .site-main.post .wraper_blog_main > .container {
        padding-top: 167px;
        padding-bottom: 90px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.wraper_blog_main > .container > .row > [class*="col-"],
.wraper_blog_main.style-five > .container > .row > [class*="col-"],
.wraper_blog_main.style-three > .container > .row > [class*="col-"],
.wraper_blog_main.style-four > .container > .row > [class*="col-"],
.wraper_blog_main.style-six > .container > .row > [class*="col-"] {
    /*padding-left: 25px;*/
    padding-right: 0px;
}

.wraper_blog_main.style-default > .container > .row > [class*="col-"] {
    padding-right: 15px;
}

.wraper_blog_main.style-five > .container-fluid,
.wraper_blog_main.style-five > .container-fluid > .row [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.wraper_blog_main.style-five > .container-fluid > .row {
    margin-right: 0;
    margin-left: 0;
}

.wraper_blog_main .blog_main {
    width: 100%;
    float: left;
    margin-bottom: 0;
    padding-right: 15px;
}

.wraper_blog_main.style-five .blog_main {
    width: auto;
    float: none;
    margin: 0;
}

@media screen and (min-width:992px) and (max-width:1023px) {
    .wraper_blog_main .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}


@media screen and (min-width:768px) and (max-width:991px) {
    .wraper_blog_main .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (max-width:767px) {
    .wraper_blog_main .container {
        /*margin-left: 0;*/
    }
}


/*--------------------------------------------------------------
# Post (Style Default)
--------------------------------------------------------------*/

.post.style-default,
.page.style-default,
.tribe_events.style-default,
.testimonial.style-default,
.team.style-default,
.portfolio.style-default,
.case-studies.style-default,
.client.style-default,
.product.style-default {
    margin-bottom: 35px;
    float: left;
    margin-left: 0;
}

.post.style-default:last-child,
.post.style-default:only-child,
.page.style-default:last-child,
.page.style-default:only-child,
.tribe_events.style-default:last-child,
.tribe_events.style-default:only-child,
.testimonial.style-default:last-child,
.testimonial.style-default:only-child,
.team.style-default:last-child,
.team.style-default:only-child,
.portfolio.style-default:last-child,
.portfolio.style-default:only-child,
.case-studies.style-default:last-child,
.case-studies.style-default:only-child,
.client.style-default:last-child,
.client.style-default:only-child,
.product.style-default:last-child,
.product.style-default:only-child {
    margin-bottom: 0;
}

.post.style-default.sticky,
.page.style-default.sticky,
.tribe_events.style-default.sticky,
.testimonial.style-default.sticky,
.team.style-default.sticky,
.portfolio.style-default.sticky,
.case-studies.style-default.sticky,
.client.style-default.sticky,
.product.style-default.sticky {
    position: relative;
    margin-bottom: 59px;
    padding: 33px 35px 17px 35px;
    box-shadow: 0 8px 40px -5px rgba(9, 31, 67, .1);
    border-radius: 4px;
}

.post.style-default.sticky:before,
.page.style-default.sticky:before,
.tribe_events.style-default.sticky:before,
.testimonial.style-default.sticky:before,
.team.style-default.sticky:before,
.portfolio.style-default.sticky:before,
.case-studies.style-default.sticky:before,
.client.style-default.sticky:before,
.product.style-default.sticky:before {
    position: absolute;
    top: -15px;
    right: -10px;
    z-index: 0;
    content: "\f08d";
    font-family: "FontAwesome";
    font-size: 30px;
    color: #252525;
    line-height: 30px;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
}

.post.style-default .post-thumbnail,
.page.style-default .post-thumbnail,
.tribe_events.style-default .post-thumbnail,
.testimonial.style-default .post-thumbnail,
.team.style-default .post-thumbnail,
.portfolio.style-default .post-thumbnail,
.case-studies.style-default .post-thumbnail,
.client.style-default .post-thumbnail,
.product.style-default .post-thumbnail {
    margin-bottom: 25px;
    margin-top: 2px;
    border-radius: 4px;
}

.post.style-default .entry-category,
.page.style-default .entry-category,
.tribe_events.style-default .entry-category,
.testimonial.style-default .entry-category,
.team.style-default .entry-category,
.portfolio.style-default .entry-category,
.case-studies.style-default .entry-category,
.client.style-default .entry-category,
.product.style-default .entry-category {
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 13px;
    color: #1e1e1e;
    line-height: 23px;
}

.entry-content > .page-links > .post-page-numbers:first-child {
    margin-left: 15px;
}

/*.entry-content > .page-links > .post-page-numbers {
    display: initial;
    vertical-align: initial;
    width: initial;
    margin-left: initial;
    margin-right: initial;
    background-color: initial;
    min-width: 49px;
    min-height: 49px;
    padding: 5px 5px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: #0A0114;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: relative;

}*/

/*.entry-content > .page-links > .post-page-numbers.current:after {
    content: "";
    background: #000;
    width: 15px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    
    left: 0;
    right: 0;
    margin: 0 auto;
}*/
/*.entry-content > .page-links > .post-page-numbers.current {
    color: #0a0114 !important;
    
}

.entry-content > .page-links > .post-page-numbers:hover {
    color: #0a0114 !important;
    
}*/

.entry-category > .category > a {
    color: #3a3d42;
}

.post.style-default .entry-category > span i,
.post.style-default .entry-category > span span[class*="ti-"],
.page.style-default .entry-category > span i,
.page.style-default .entry-category > span span[class*="ti-"],
.tribe_events.style-default .entry-category > span i,
.tribe_events.style-default .entry-category > span span[class*="ti-"],
.testimonial.style-default .entry-category > span i,
.testimonial.style-default .entry-category > span span[class*="ti-"],
.team.style-default .entry-category > span i,
.team.style-default .entry-category > span span[class*="ti-"],
.portfolio.style-default .entry-category > span i,
.portfolio.style-default .entry-category > span span[class*="ti-"],
.case-studies.style-default .entry-category > span i,
.case-studies.style-default .entry-category > span span[class*="ti-"],
.client.style-default .entry-category > span i,
.client.style-default .entry-category > span span[class*="ti-"],
.product.style-default .entry-category > span i,
.product.style-default .entry-category > span span[class*="ti-"] {
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    margin-right: 7px;
}

.post.style-default .entry-category > span:after,
.page.style-default .entry-category > span:after,
.tribe_events.style-default .entry-category > span:after,
.testimonial.style-default .entry-category > span:after,
.team.style-default .entry-category > span:after,
.portfolio.style-default .entry-category > span:after,
.case-studies.style-default .entry-category > span:after,
.client.style-default .entry-category > span:after,
.product.style-default .entry-category > span:after {
    content: ",";
    margin-right: 10px;
}

.post.style-default .entry-category > span:last-child:after,
.post.style-default .entry-category > span:only-child:after,
.page.style-default .entry-category > span:last-child:after,
.page.style-default .entry-category > span:only-child:after,
.tribe_events.style-default .entry-category > span:last-child:after,
.tribe_events.style-default .entry-category > span:only-child:after,
.testimonial.style-default .entry-category > span:last-child:after,
.testimonial.style-default .entry-category > span:only-child:after,
.team.style-default .entry-category > span:last-child:after,
.team.style-default .entry-category > span:only-child:after,
.portfolio.style-default .entry-category > span:last-child:after,
.portfolio.style-default .entry-category > span:only-child:after,
.case-studies.style-default .entry-category > span:last-child:after,
.case-studies.style-default .entry-category > span:only-child:after,
.client.style-default .entry-category > span:last-child:after,
.client.style-default .entry-category > span:only-child:after,
.product.style-default .entry-category > span:last-child:after,
.product.style-default .entry-category > span:only-child:after {
    display: none;
}

.post.style-default .entry-header,
.page.style-default .entry-header,
.tribe_events.style-default .entry-header,
.testimonial.style-default .entry-header,
.team.style-default .entry-header,
.portfolio.style-default .entry-header,
.case-studies.style-default .entry-header,
.client.style-default .entry-header {
    margin-bottom: 5px;
}

.post.style-default .entry-header > *:last-child,
.page.style-default .entry-header > *:last-child,
.tribe_events.style-default .entry-header > *:last-child,
.testimonial.style-default .entry-header > *:last-child,
.team.style-default .entry-header > *:last-child,
.portfolio.style-default .entry-header > *:last-child,
.case-studies.style-default .entry-header > *:last-child,
.client.style-default .entry-header > *:last-child,
.product.style-default .entry-header > *:last-child {
    margin-bottom: 20px !important;
}

.post.style-default .entry-header .entry-title,
.page.style-default .entry-header .entry-title,
.tribe_events.style-default .entry-header .entry-title,
.testimonial.style-default .entry-header .entry-title,
.team.style-default .entry-header .entry-title,
.portfolio.style-default .entry-header .entry-title,
.case-studies.style-default .entry-header .entry-title,
.client.style-default .entry-header .entry-title,
.product.style-default .entry-header .entry-title {
    margin-bottom: 20px;
    /*font-weight: 500;*/
    color: #000;
    /*font-size: 30px;
  line-height: 42px;*/
}

.post.style-default .entry-header .entry-title a,
.page.style-default .entry-header .entry-title a,
.tribe_events.style-default .entry-header .entry-title a,
.testimonial.style-default .entry-header .entry-title a,
.team.style-default .entry-header .entry-title a,
.portfolio.style-default .entry-header .entry-title a,
.case-studies.style-default .entry-header .entry-title a,
.client.style-default .entry-header .entry-title a,
.product.style-default .entry-header .entry-title a {
    color: inherit;
}

.post.style-default .entry-meta,
.page.style-default .entry-meta,
.tribe_events.style-default .entry-meta,
.testimonial.style-default .entry-meta,
.team.style-default .entry-meta,
.portfolio.style-default .entry-meta,
.case-studies.style-default .entry-meta,
.client.style-default .entry-meta,
.product.style-default .entry-meta {
    margin-bottom: 16px;
}

.post.style-default .entry-meta > .holder > .author-image,
.page.style-default .entry-meta > .holder > .author-image,
.tribe_events.style-default .entry-meta > .holder > .author-image,
.testimonial.style-default .entry-meta > .holder > .author-image,
.team.style-default .entry-meta > .holder > .author-image,
.portfolio.style-default .entry-meta > .holder > .author-image,
.case-studies.style-default .entry-meta > .holder > .author-image,
.client.style-default .entry-meta > .holder > .author-image,
.product.style-default .entry-meta > .holder > .author-image {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 1;
    width: 50px;
    height: auto;
    text-align: center;
}

.post.style-default .entry-meta > .holder > .author-image img,
.page.style-default .entry-meta > .holder > .author-image img,
.tribe_events.style-default .entry-meta > .holder > .author-image img,
.testimonial.style-default .entry-meta > .holder > .author-image img,
.team.style-default .entry-meta > .holder > .author-image img,
.portfolio.style-default .entry-meta > .holder > .author-image img,
.case-studies.style-default .entry-meta > .holder > .author-image img,
.client.style-default .entry-meta > .holder > .author-image img,
.product.style-default .entry-meta > .holder > .author-image img {
    border-radius: 50%;
}

.post.style-default .entry-meta > .holder > .data > *:last-child,
.page.style-default .entry-meta > .holder > .data > *:last-child,
.tribe_events.style-default .entry-meta > .holder > .data > *:last-child,
.testimonial.style-default .entry-meta > .holder > .data > *:last-child,
.team.style-default .entry-meta > .holder > .data > *:last-child,
.portfolio.style-default .entry-meta > .holder > .data > *:last-child,
.case-studies.style-default .entry-meta > .holder > .data > *:last-child,
.client.style-default .entry-meta > .holder > .data > *:last-child,
.product.style-default .entry-meta > .holder > .data > *:last-child {
    margin-bottom: 0 !important;
}

.post.style-default .entry-meta > .holder > .data .meta,
.page.style-default .entry-meta > .holder > .data .meta,
.tribe_events.style-default .entry-meta > .holder > .data .meta,
.testimonial.style-default .entry-meta > .holder > .data .meta,
.team.style-default .entry-meta > .holder > .data .meta,
.portfolio.style-default .entry-meta > .holder > .data .meta,
.case-studies.style-default .entry-meta > .holder > .data .meta,
.client.style-default .entry-meta > .holder > .data .meta,
.product.style-default .entry-meta > .holder > .data .meta {
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}

.post.style-default .entry-meta > .holder > .data .meta > span i,
.post.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"],
.page.style-default .entry-meta > .holder > .data .meta > span i,
.page.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"],
.tribe_events.style-default .entry-meta > .holder > .data .meta > span i,
.tribe_events.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"],
.testimonial.style-default .entry-meta > .holder > .data .meta > span i,
.testimonial.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"],
.team.style-default .entry-meta > .holder > .data .meta > span i,
.team.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"],
.portfolio.style-default .entry-meta > .holder > .data .meta > span i,
.portfolio.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"],
.case-studies.style-default .entry-meta > .holder > .data .meta > span i,
.case-studies.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"],
.client.style-default .entry-meta > .holder > .data .meta > span i,
.client.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"],
.product.style-default .entry-meta > .holder > .data .meta > span i,
.product.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"] {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 7px;
}

.post.style-default .entry-meta > .holder > .data .meta > span:after {
    content: "|";
    margin-left: 10px;
    margin-right: 8px;
}

.page.style-default .entry-meta > .holder > .data .meta > span:after,
.tribe_events.style-default .entry-meta > .holder > .data .meta > span:after,
.testimonial.style-default .entry-meta > .holder > .data .meta > span:after,
.team.style-default .entry-meta > .holder > .data .meta > span:after,
.portfolio.style-default .entry-meta > .holder > .data .meta > span:after,
.case-studies.style-default .entry-meta > .holder > .data .meta > span:after,
.client.style-default .entry-meta > .holder > .data .meta > span:after,
.product.style-default .entry-meta > .holder > .data .meta > span:after {
    content: "-";
    margin-left: 10px;
    margin-right: 8px;
}

.post.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.post.style-default .entry-meta > .holder > .data .meta > span:only-child:after,
.page.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.page.style-default .entry-meta > .holder > .data .meta > span:only-child:after,
.tribe_events.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.tribe_events.style-default .entry-meta > .holder > .data .meta > span:only-child:after,
.testimonial.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.testimonial.style-default .entry-meta > .holder > .data .meta > span:only-child:after,
.team.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.team.style-default .entry-meta > .holder > .data .meta > span:only-child:after,
.portfolio.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.portfolio.style-default .entry-meta > .holder > .data .meta > span:only-child:after,
.case-studies.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.case-studies.style-default .entry-meta > .holder > .data .meta > span:only-child:after,
.client.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.client.style-default .entry-meta > .holder > .data .meta > span:only-child:after,
.product.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.product.style-default .entry-meta > .holder > .data .meta > span:only-child:after {
    display: none;
}

.post.style-default .entry-meta > .holder > .data .meta > span a,
.page.style-default .entry-meta > .holder > .data .meta > span a,
.tribe_events.style-default .entry-meta > .holder > .data .meta > span a,
.testimonial.style-default .entry-meta > .holder > .data .meta > span a,
.team.style-default .entry-meta > .holder > .data .meta > span a,
.portfolio.style-default .entry-meta > .holder > .data .meta > span a,
.case-studies.style-default .entry-meta > .holder > .data .meta > span a,
.client.style-default .entry-meta > .holder > .data .meta > span a,
.product.style-default .entry-meta > .holder > .data .meta > span a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    overflow: hidden;
    color: inherit;
}

.post.style-default .entry-meta > .holder > .data .meta > span a span,
.page.style-default .entry-meta > .holder > .data .meta > span a span,
.tribe_events.style-default .entry-meta > .holder > .data .meta > span a span,
.testimonial.style-default .entry-meta > .holder > .data .meta > span a span,
.team.style-default .entry-meta > .holder > .data .meta > span a span,
.portfolio.style-default .entry-meta > .holder > .data .meta > span a span,
.case-studies.style-default .entry-meta > .holder > .data .meta > span a span,
.client.style-default .entry-meta > .holder > .data .meta > span a span,
.product.style-default .entry-meta > .holder > .data .meta > span a span {
    position: relative;
    display: inline-block;
    transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
}

.post.style-default .entry-meta > .holder > .data .meta > span a span:before,
.page.style-default .entry-meta > .holder > .data .meta > span a span:before,
.tribe_events.style-default .entry-meta > .holder > .data .meta > span a span:before,
.testimonial.style-default .entry-meta > .holder > .data .meta > span a span:before,
.team.style-default .entry-meta > .holder > .data .meta > span a span:before,
.portfolio.style-default .entry-meta > .holder > .data .meta > span a span:before,
.case-studies.style-default .entry-meta > .holder > .data .meta > span a span:before,
.client.style-default .entry-meta > .holder > .data .meta > span a span:before,
.product.style-default .entry-meta > .holder > .data .meta > span a span:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: attr(data-hover);
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}

.post.style-default .entry-main,
.page.style-default .entry-main,
.tribe_events.style-default .entry-main,
.testimonial.style-default .entry-main,
.team.style-default .entry-main,
.portfolio.style-default .entry-main,
.case-studies.style-default .entry-main,
.client.style-default .entry-main,
.product.style-default .entry-main {
    margin-bottom: 10px;
}

.post.style-default .entry-main .entry-content,
.page.style-default .entry-main .entry-content,
.tribe_events.style-default .entry-main .entry-content,
.testimonial.style-default .entry-main .entry-content,
.team.style-default .entry-main .entry-content,
.portfolio.style-default .entry-main .entry-content,
.case-studies.style-default .entry-main .entry-content,
.client.style-default .entry-main .entry-content,
.product.style-default .entry-main .entry-content {
    margin-bottom: 49px;
    /*padding-top: 10px;*/
}

@media (max-width:767px) {

    .post.style-default .entry-main .entry-content,
    .page.style-default .entry-main .entry-content,
    .tribe_events.style-default .entry-main .entry-content,
    .testimonial.style-default .entry-main .entry-content,
    .team.style-default .entry-main .entry-content,
    .portfolio.style-default .entry-main .entry-content,
    .case-studies.style-default .entry-main .entry-content,
    .client.style-default .entry-main .entry-content,
    .product.style-default .entry-main .entry-content {
        font-size: 14px;
        line-height: 28px;
    }
}


.post.style-default.sticky .entry-main .entry-content,
.page.style-default.sticky .entry-main .entry-content,
.tribe_events.style-default.sticky .entry-main .entry-content,
.testimonial.style-default.sticky .entry-main .entry-content,
.team.style-default.sticky .entry-main .entry-content,
.portfolio.style-default.sticky .entry-main .entry-content,
.case-studies.style-default.sticky .entry-main .entry-content,
.client.style-default.sticky .entry-main .entry-content,
.product.style-default.sticky .entry-main .entry-content {
    margin-bottom: 0;
}


.post.style-default .entry-main .entry-content > *:last-child,
.page.style-default .entry-main .entry-content > *:last-child,
.tribe_events.style-default .entry-main .entry-content > *:last-child,
.testimonial.style-default .entry-main .entry-content > *:last-child,
.team.style-default .entry-main .entry-content > *:last-child,
.portfolio.style-default .entry-main .entry-content > *:last-child,
.case-studies.style-default .entry-main .entry-content > *:last-child,
.client.style-default .entry-main .entry-content > *:last-child,
.product.style-default .entry-main .entry-content > *:last-child {
    margin-bottom: 0 !important;
}

.post.style-default .entry-main .entry-extra .entry-extra-item,
.page.style-default .entry-main .entry-extra .entry-extra-item,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item,
.team.style-default .entry-main .entry-extra .entry-extra-item,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item,
.client.style-default .entry-main .entry-extra .entry-extra-item,
.product.style-default .entry-main .entry-extra .entry-extra-item {
    /*margin-bottom: 25px;*/
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn {
    box-shadow: none !important;
    border: none;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    position: relative;
    display: inline-block;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span {
    background-color: transparent !important;
    box-shadow: none !important;
    background: transparent !important;
    color: #000;
    border-radius: 0px !important;
    padding: 0px !important;
    border: 0px none !important;
    font-size: 17px;
    line-height: 30px;
    font-size: 13px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 400;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:after,
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .35s cubic-bezier(.04, .11, .6, .97);
    -o-transition: .35s cubic-bezier(.04, .11, .6, .97);
    transition: .35s cubic-bezier(.04, .11, .6, .97);
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .34s;
    -o-transition-delay: .34s;
    transition-delay: .34s;
}


.post.style-default .entry-main .post-meta .pull-right {
    margin-top: 10px;
}

@media screen and (max-width: 765px) and (min-width: 250px) {
    .post.style-default .entry-main .post-meta .pull-right {
        float: left;
        margin-top: 15px;
    }
}



.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover {
    /*background-color: transparent !important;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);*/

    /*background: linear-gradient(to right, #5525ff 0%, #9547fd 100%) !important;*/
}

.comments-area .comment-form > p button[type="submit"]:hover,
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span {
    background-color: #FD406A;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn {
    position: relative;
    overflow: hidden;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span {
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

/*.page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: attr(data-hover);
    transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
}

.page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover:before, .tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover:before, .testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover:before, .team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover:before, .portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover:before, .case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover:before, .client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover:before, .product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover:before {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}

.page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}*/

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share {
    display: inline-block;
    vertical-align: top;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons {
    font-size: 0;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child {
    margin-right: 0;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 35px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover {
    color: #fff;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    content: " ";
    border-radius: inherit;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i {
    position: relative;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before {
    background-color: #25d366;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before {
    background-color: #3b5999;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before {
    background-color: #dd4b39;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before {
    background-color: #55acee;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before {
    background-color: #0077b5;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before {
    background-color: #bd081c;
}

/*Post Image Hover*/
.post-thumbnail {
    overflow: hidden;
    margin-bottom: 30px;
}

/*.post.hentry .post-thumbnail {
    margin-top: 30px;
}*/

/*.post-thumbnail:hover .wp-post-image {
  transform: scale(1.06) translateX(2%);
  transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}

.post-thumbnail .wp-post-image {
  transform: scale(1.06);
  transition: transform 1s cubic-bezier(.33, .02, 0, .93);
  overflow: hidden;
  width: 100%;
}*/

.post-thumbnail .wp-post-image {
    transition: 0.42s ease-out;
    -webkit-transition: 0.42s ease-out;
    transform: scale(1);
    width: 100%;
}

.post-thumbnail:hover .wp-post-image {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
}


/*Post Image Hover*/

/*--------------------------------------------------------------
# Post (Style One)
--------------------------------------------------------------*/

.post.style-one {
    /*  background-color: #fff;*/
    /*  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);*/
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0px 2px;
}

.post.style-one .category-list {
    position: absolute;
    top: 19px;
    right: 5px;
    z-index: 2;
    font-size: 0;
}

.post.style-one .post-data {
    padding: 15px 20px 25px 25px;
}

.post.style-one .category-list > a {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    margin-bottom: 10px;
    padding: 8px 15px 8px 15px;
    background-color: rgba(255, 255, 255, 0.87);
    border-radius: 30px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 11px;
    color: #000;
    line-height: 1.1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post.style-one .category-list > a:hover {
    color: #ffffff;
    background-color: #190e22;
    opacity: 0.87;
}

.post.style-one .post-thumbnail {
    transform: scale(1) translateY(0);
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.post.style-one:hover .post-thumbnail {
    transform: scale(1.1) translateY(-12px);
}

.post.style-one .post-thumbnail > img {
    width: 100%;
    float: left;
}

.post.style-one .post-btn {
    text-align: right;
    top: -43px;
    position: relative;
    right: 25px;
}

.post.style-one .post-button {
    display: block;
    float: right;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 5px 25px -4px rgba(9, 31, 67, 0.15);
    transform: translateY(25px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.post.style-one:hover .post-button {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.post.style-one .post-button:hover {
    background-color: #ff5f63;
}

.post.style-one .post-button:hover .ti-angle-right {
    color: #ffffff;
}

.post.style-one .post-button .ti-angle-right {
    color: #ff5f63;
    font-size: 18px;
    line-height: 55px;
    display: block;
    text-align: center;
}

.post.style-one .post-thumbnail > .placeholder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: center top no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.post.style-one .entry-main {
    margin-bottom: 12px;
}

.post.style-one .entry-main > *:last-child {
    margin-bottom: 0 !important;
}

.post.style-one .entry-main .entry-header {
    margin-bottom: 12px;
}

.post.style-one .entry-main .entry-header .date {
    font-weight: 400;
    display: inline-block;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 22px;
}

.post.style-one .entry-main .entry-header > *:last-child {
    margin-bottom: 0 !important;
}

.post.style-one .entry-main .entry-header .entry-title {
    color: #0f0c0c !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 33px !important;
    margin-top: 10px;
    letter-spacing: 0px;
}

.post.style-one .entry-main .entry-header .entry-title a {
    color: inherit;
}

.post.style-one .entry-main .entry-content {
    margin-bottom: 25px;
}

.post.style-one .entry-main .entry-content > *:last-child {
    margin-bottom: 0 !important;
}

.post.style-one .entry-main .entry-content p {
    margin-bottom: 20px;
    font-size: 15px;
    color: #6a7c92;
    line-height: 28px;
}

.post.style-one .post-meta {
    margin-bottom: 0;
    font-size: 0;
}

.post.style-one .post-meta > span {
    text-transform: capitalize;
    font-size: 15px;
    line-height: 30px;
    color: #696969;
    font-weight: 400;
    margin-right: 30px;

}

/*.post.style-one .post-meta > span:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 2px;
    margin-left: 7px;
    margin-right: 7px;
    background-color: #999;
}

.post.style-one .post-meta > span:last-child:after,
.post.style-one .post-meta > span:only-child:after {
    display: none;
}*/

.post.style-one .post-meta > span a {
    color: inherit;
}

/*--------------------------------------------------------------
# Post (Style Two)
--------------------------------------------------------------*/

.blog_main > .row.isotope-blog-style {
    margin-right: -20px;
    margin-left: -20px;
}

.blog_main > .row.isotope-blog-style > .isotope-blog-style-item {
    padding-right: 20px;
    padding-left: 20px;
}

.post.style-two {
    margin-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post.style-two:hover {
    box-shadow: 0 70px 100px -40px rgba(0, 0, 0, 0.2);
}

.post.style-two.format-image {
    position: relative;
    text-align: center;
    padding-top: calc((140 / 100) * 100%);
}

.post.style-two.format-image .post-thumbnail {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
}

.post.style-two.format-image .entry-main {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 30px 30px 30px 30px;
    background-color: rgba(0, 0, 0, 0.8);
}

.post.style-two.format-image .entry-main > .holder .entry-action-buttons {
    margin-bottom: 10px;
}

.post.style-two.format-image .entry-main > .holder .entry-action-buttons > li {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.post.style-two.format-image .entry-main > .holder .entry-action-buttons > li > .btn {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 22px;
    color: #000;
    line-height: 63px;
}

.post.style-two.format-image .entry-main > .holder .entry-action-buttons > li > .btn:before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: " ";
    width: 130%;
    height: 130%;
    background-color: inherit;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0.2;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post.style-two.format-image .entry-main > .holder .entry-action-buttons > li > .btn:hover:before {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
}

.post.style-two.format-image .entry-main > .holder .post-meta {
    margin-bottom: 10px;
}

.post.style-two.format-image .entry-main > .holder .post-meta > span {
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    line-height: 26px;
}

.post.style-two.format-image .entry-main > .holder .post-meta > span a {
    color: inherit;
}

.post.style-two.format-image .entry-main > .holder .entry-header > *:last-child {
    margin-bottom: 0 !important;
}

.post.style-two.format-image .entry-main > .holder .entry-header .entry-title {
    margin-bottom: 10px;
    font-size: 27px;
    color: #fff;
    line-height: 35px;
}

.post.style-two.format-image .entry-main > .holder .entry-header .entry-title a {
    color: inherit;
}

.post.style-two.format-quote {
    position: relative;
    text-align: center;
    padding-top: calc((150 / 100) * 100%);
}

.post.style-two.format-quote .post-thumbnail {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
}

.post.style-two.format-quote .entry-main {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 30px 30px 30px 30px;
    background-color: rgba(0, 0, 0, 0.8);
}

.post.style-two.format-quote .entry-main > .holder .entry-action-buttons {
    margin-bottom: 10px;
}

.post.style-two.format-quote .entry-main > .holder .entry-action-buttons > li {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.post.style-two.format-quote .entry-main > .holder .entry-action-buttons > li > .btn {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 22px;
    color: #000;
    line-height: 63px;
}

.post.style-two.format-quote .entry-main > .holder .entry-header {
    margin-bottom: 10px;
}

.post.style-two.format-quote .entry-main > .holder .entry-header > *:last-child {
    margin-bottom: 0 !important;
}

.post.style-two.format-quote .entry-main > .holder .entry-header .entry-title {
    margin-bottom: 10px;
    font-size: 27px;
    color: #fff;
    line-height: 35px;
}

.post.style-two.format-quote .entry-main > .holder .entry-header .entry-title a {
    color: inherit;
}

.post.style-two.format-quote .entry-main > .holder .entry-content {
    margin-bottom: 15px;
}

.post.style-two.format-quote .entry-main > .holder .entry-content > *:last-child {
    margin-bottom: 0 !important;
}

.post.style-two.format-quote .entry-main > .holder .entry-content p {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    line-height: 27px;
}

.post.style-two.format-quote .entry-main > .holder .post-meta > span {
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    line-height: 26px;
}

.post.style-two.format-quote .entry-main > .holder .post-meta > span a {
    color: inherit;
}

.post.style-two.format-standard {
    text-align: left;
}

.post.style-two.format-standard .post-thumbnail img {
    width: 100%;
}

.post.style-two.format-standard .entry-main {
    padding: 38px 40px 38px 40px;
}

.post.style-two.format-standard .entry-main > .holder .post-meta {
    margin-bottom: 10px;
}

.post.style-two.format-standard .entry-main > .holder .post-meta > span {
    font-weight: 500;
    font-size: 12px;
    color: #000;
    line-height: 26px;
}

.post.style-two.format-standard .entry-main > .holder .post-meta > span a {
    color: inherit;
}

.post.style-two.format-standard .entry-main > .holder .entry-header {
    margin-bottom: 13px;
}

.post.style-two.format-standard .entry-main > .holder .entry-header > *:last-child {
    margin-bottom: 0 !important;
}

.post.style-two.format-standard .entry-main > .holder .entry-header .entry-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 25px;
    color: #000;
    line-height: 35px;
    letter-spacing: -0.35px;
}

.post.style-two.format-standard .entry-main > .holder .entry-header .entry-title a {
    color: inherit;
}

.post.style-two.format-standard .entry-main > .holder .entry-content {
    margin-bottom: 15px;
}

.post.style-two.format-standard .entry-main > .holder .entry-content > *:last-child {
    margin-bottom: 0 !important;
}

.post.style-two.format-standard .entry-main > .holder .entry-content p {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    line-height: 27px;
}

.post.style-two.format-standard .entry-main > .holder .entry-more .btn {
    margin-bottom: 10px;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: initial;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    color: #000;
    line-height: 22px;
    letter-spacing: 1px;
}

.post.style-two.format-standard .entry-main > .holder .entry-more .btn > .btn-arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 1px;
    margin-top: -2px;
    margin-left: 10px;
    background-color: #000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post.style-two.format-standard .entry-main > .holder .entry-more .btn > .btn-arrow > i {
    position: absolute;
    top: -7px;
    right: -2px;
    z-index: 1;
    font-size: 130%;
}

.post.style-two.format-standard .entry-main > .holder .entry-more .btn:hover > .btn-arrow {
    width: 35px;
}

/*--------------------------------------------------------------
# Post (Style Three)
--------------------------------------------------------------*/

.post.style-three {
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin: 0 0 35px 0;
}

.post.style-three > [class*="col-"] {
    padding: 0;
}

.post.style-three .post-thumbnail {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post.style-three .post-thumbnail > img {
    width: 100%;
    float: left;
}

.post.style-three .post-thumbnail > .placeholder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: center top no-repeat;
    background-size: cover;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.post.style-three:hover .post-thumbnail > .placeholder {
    transform: scale(1.1);
}

.post.style-three .entry-main {
    margin: 0;
    padding: 30px 35px;
}

.post.style-three .entry-main > *:last-child {
    margin-bottom: 0 !important;
}

.post.style-three .entry-main .entry-header {
    margin-bottom: 10px;
}

.post.style-three .entry-main .entry-header > *:last-child {
    margin-bottom: 0 !important;
}

.post.style-three .entry-main .entry-header .entry-title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px !important;
    letter-spacing: 0px;
    /* color: #000;*/
}

.post.style-three .entry-main .entry-header .entry-title a {
    color: inherit;
}

.post.style-three .entry-main .post-meta {
    margin-bottom: 12px;
    font-size: 0;
}

.post.style-three .entry-main .post-meta > span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
}

.post.style-three .entry-main .author {
    font-weight: 400;
}

.post.style-three .entry-main .post-meta > span:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 2px;
    margin-left: 4px;
    margin-right: 8px;
    background-color: #000;
}

.post.style-three .entry-main .post-meta > span:last-child:after,
.post.style-three .entry-main .post-meta > span:only-child:after {
    display: none;
}

.post.style-three .entry-main .post-meta > span a {
    color: inherit;
}

.post.style-three .entry-main .entry-content {
    margin-bottom: 16px;
}

.post.style-three .entry-main .entry-content > *:last-child {
    margin-bottom: 0 !important;
}

.post.style-three .entry-main .entry-content p {
    max-width: 520px;
    margin-bottom: 20px;
}

.post.style-three .entry-main > .more > *:last-child {
    margin-bottom: 0 !important;
}

.post.style-three .entry-main > .more .btn {
    margin-bottom: 10px;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: initial;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    color: #000;
    line-height: 22px;
    letter-spacing: 1px;
}

.post.style-three .entry-main > .more .btn > .btn-arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 1px;
    margin-top: -2px;
    margin-left: 10px;
    background-color: #000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post.style-three .entry-main > .more .btn > .btn-arrow > i {
    position: absolute;
    top: -7px;
    right: -2px;
    z-index: 1;
    font-size: 130%;
}

.post.style-three .entry-main > .more .btn:hover > .btn-arrow {
    width: 35px;
}

/*--------------------------------------------------------------
# Post (Style Four)
--------------------------------------------------------------*/

.post.style-four {
    padding: 33px 35px 23px 35px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 35px;
}

.post.style-four .category-list {
    margin-bottom: 20px;
    font-size: 0;
}

.post.style-four .category-list > a {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    margin-bottom: 10px;
    padding: 8px 15px 7px 15px;
    background-color: #252525;
    border: 1px #252525 solid;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    color: #fff;
    line-height: 1.1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post.style-four .category-list > a:hover {
    background-color: transparent;
    color: #252525;
}

.post.style-four .entry-main {
    margin-top: -7px;
    margin-bottom: 12px;
}

.post.style-four .entry-main > *:last-child {
    margin-bottom: 0 !important;
}

.post.style-four .entry-main .entry-header {
    margin-bottom: 12px;
}

.post.style-four .entry-main .entry-header > *:last-child {
    margin-bottom: 0 !important;
}

.post.style-four .entry-main .entry-header .date {
    margin-bottom: 10px;
    display: inline-block;
    color: #4b5264 !important;
    font-size: 15px;
    font-weight: 400;
}

.post.style-four .entry-main .entry-header .entry-title {
    margin-bottom: 10px;
    /*  color: #000;*/
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
    margin-top: 5px;
}

.post.style-four .entry-main .entry-header .entry-title a {
    color: inherit;
}

.post.style-four .entry-main .entry-content {
    margin-bottom: 25px;
}

.post.style-four .entry-main .entry-content > *:last-child {
    margin-bottom: 0 !important;
}

.post.style-four .entry-main .entry-content p {
    margin-bottom: 20px;
    font-size: 15px;
    color: #4b5264;
    line-height: 30px;
}

.post.style-four .post-meta {
    margin-bottom: 0;
    font-size: 0;
}

.post.style-four .post-meta > span {
    text-transform: uppercase;
    font-size: 15px;
    color: #4b5264 !important;
    /*line-height: 30px;*/
}

.post.style-four .post-meta > span:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 2px;
    margin-left: 7px;
    margin-right: 7px;
    background-color: #999;
}

.post.style-four .post-meta > span:last-child:after,
.post.style-four .post-meta > span:only-child:after {
    display: none;
}

.post.style-four .post-meta > span a {
    color: inherit;
}

/*--------------------------------------------------------------
# Post (Style Five)
--------------------------------------------------------------*/

.post.style-five {
    margin-bottom: 35px;
    float: left;
}

.post.style-five > .holder {
    position: relative;
    /*margin-bottom: 22px;*/
    padding-left: 0px;
    /* padding-bottom: 23px;
    border-bottom: 1px #ccc dashed;*/
}

.post.style-five > .holder .category-list {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 2;
}

.post.style-five > .holder .category-list span {
    background-color: #000000;
    margin-right: 7px;
    margin-bottom: 7px;
    padding: 9px 20px 9px 20px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    line-height: 25px;
}

.post.style-five > .holder .category-list span:last-child,
.post.style-five > .holder .category-list span:only-child {
    margin-right: 0;
    display: none;
}

.post.style-five > .holder > .post-thumbnail {
    position: relative;
    overflow: hidden;
    margin-bottom: 28px;
    border: 1px #eeefef solid;
}

.post.style-five > .holder > .post-thumbnail:before {
    content: " ";
    display: block;
    padding-top: calc((65 / 100) * 100%);
}

.post.style-five > .holder > .post-thumbnail .placeholder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: center top no-repeat;
    background-size: cover;
}

.post.style-five > .holder > .entry-header {
    margin-bottom: 10px;
}

.post.style-five > .holder > .entry-header > *:last-child {
    margin-bottom: 0 !important;
}

.post.style-five > .holder > .entry-header .entry-title {
    margin-bottom: 10px;
    /*font-weight: 700;*/
    font-size: 36px;
    color: #000;
    line-height: 46px;
}

.post.style-five > .holder > .entry-header .entry-title a {
    color: inherit;
}

.post.style-five > .entry-meta {
    margin-bottom: 15px;
}

.post.style-five > .entry-meta > .holder {
    position: relative;
    min-height: 50px;
    padding-left: 70px;
}

.post.style-five > .entry-meta > .holder > .author-image {
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 1;
    width: 50px;
    height: auto;
    text-align: center;
}

.post.style-five > .entry-meta > .holder > .author-image img {
    border: 1px #eeefef solid;
    border-radius: 50%;
}

.post.style-five > .entry-meta > .holder > .data > *:last-child {
    margin-bottom: 0 !important;
}

.post.style-five > .entry-meta > .holder > .data .published-on {
    margin-bottom: 5px;
    font-weight: 400;
}

.post.style-five > .entry-meta > .holder > .data .published-on a {
    color: inherit;
}

.post.style-five > .entry-meta > .holder > .data .meta {
    margin-bottom: 7px;
}

.post.style-five > .entry-meta > .holder > .data .meta > span {
    margin-right: 15px;
}

.post.style-five > .entry-meta > .holder > .data .meta > span i {
    margin-right: 5px;
}

.post.style-five > .entry-meta > .holder > .data .meta > span a {
    color: inherit;
}

.post.style-five .entry-main .entry-extra .entry-extra-item .post-read-more .btn span {
    background-color: transparent !important;
    box-shadow: none !important;
    background: transparent !important;
    color: #000;
    border-radius: 0px !important;
    padding: 0px !important;
    border: 0px none !important;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
}

.post.style-five .entry-main .entry-extra .entry-extra-item .post-read-more .btn span::before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .35s cubic-bezier(.04, .11, .6, .97);
    -o-transition: .35s cubic-bezier(.04, .11, .6, .97);
    transition: .35s cubic-bezier(.04, .11, .6, .97);
}

.post.style-five .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:hover::before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.post.style-five .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.post.style-five .entry-main .entry-extra .entry-extra-item .post-read-more .btn span::after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.post.style-five .entry-main .entry-extra .entry-extra-item .post-read-more .btn span::after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .35s cubic-bezier(.04, .11, .6, .97);
    -o-transition: .35s cubic-bezier(.04, .11, .6, .97);
    transition: .35s cubic-bezier(.04, .11, .6, .97);
    transition-delay: 0s;
    margin: 0px !important;
}

.post.style-five .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .34s;
    -o-transition-delay: .34s;
    transition-delay: .34s;
}

.post.style-five > .holder > .post-thumbnail:hover .placeholder {
    transform: scale(1.06) translateX(2%);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}

.post.style-five > .holder > .post-thumbnail .placeholder {
    transform: scale(1.06);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}

/*--------------------------------------------------------------
# Post (Style Six)
--------------------------------------------------------------*/

.post.style-six {
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin: 0 0 35px 0;
}

.post.style-six > [class*="col-"] {
    padding: 0;
}

.post.style-six .post-thumbnail {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post.style-six .post-thumbnail > img {
    width: 100%;
    float: left;
}

.post.style-six .post-thumbnail > .placeholder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: center top no-repeat;
    background-size: cover;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.post.style-six:hover .post-thumbnail > .placeholder {
    transform: scale(1.1);
}

.post.style-six .entry-main {
    margin: 0;
    padding: 30px 35px;
}

.post.style-six .entry-main > *:last-child {
    margin-bottom: 0 !important;
}

.post.style-six .entry-main .entry-header {
    margin-bottom: 20px;
}

.post.style-six .entry-main .entry-header > *:last-child {
    margin-bottom: 0 !important;
}

.post.style-six .entry-main .entry-header .entry-title {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px !important;
    letter-spacing: 0px;
    /*color: #000;*/
}

.post.style-six .entry-main .entry-header .entry-title a {
    color: inherit;
}

.post.style-six .entry-main .post-meta {
    margin-bottom: 0;
    font-size: 0;
}

.post.style-six .entry-main .post-meta > span {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #797675;
}

.post.style-six .entry-main .post-meta > span:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 2px;
    margin-left: 4px;
    margin-right: 8px;
    background-color: #000;
}

.post.style-six .entry-main .post-meta > span:last-child:after,
.post.style-six .entry-main .post-meta > span:only-child:after {
    display: none;
}

.post.style-six .entry-main .post-meta > span a {
    color: inherit;
}

.post.style-six .entry-main .entry-content {
    margin-bottom: 16px;
}

.post.style-six .entry-main .entry-content > *:last-child {
    margin-bottom: 0 !important;
}

.post.style-six .entry-main .entry-content p {
    max-width: 520px;
    margin-bottom: 20px;
}

.post.style-six .entry-main > .more > *:last-child {
    margin-bottom: 0 !important;
}

.post.style-six .entry-main > .more .btn {
    margin-bottom: 10px;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: initial;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    color: #000;
    line-height: 22px;
    letter-spacing: 1px;
}

.post.style-six .entry-main > .more .btn > .btn-arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 1px;
    margin-top: -2px;
    margin-left: 10px;
    background-color: #000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post.style-six .entry-main > .more .btn > .btn-arrow > i {
    position: absolute;
    top: -7px;
    right: -2px;
    z-index: 1;
    font-size: 130%;
}

.post.style-six .entry-main > .more .btn:hover > .btn-arrow {
    width: 35px;
}

/* FOR RIGHT SIDE SOCIAL ICON AREA CSS STARTS */

.post.style-default .post-share {
    margin-top: -4px;
}

.post.style-default .post-share ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.post.style-default .post-share ul li {
    float: left;
    margin-left: 20px;
    margin-top: 5px;
}

.post.style-default .post-share ul li a {
    color: #293949 !important;
}

.post.style-default .post-share li.rt-social-share {
    font-size: 15px;
    color: #293949;
    font-weight: bold;
}

/*Style five*/
.post.style-five .post-share {
    margin-top: -4px;
}

.post.style-five .post-share ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.post.style-five .post-share ul li {
    float: left;
    margin-left: 20px;
    margin-top: 5px;
}

.post.style-five .post-share ul li a {
    color: #293949 !important;
}

.post.style-five .post-share li.rt-social-share {
    font-size: 15px;
    color: #293949;
    font-weight: bold;
}

/* FOR RIGHT SIDE SOCIAL ICON AREA CSS ENDS */

/*--------------------------------------------------------------
# Blog Single Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Single Page Style Default
--------------------------------------------------------------*/

.single .wraper_blog_main.style-one {
    background-color: initial;
}

.single-post.category-block li a {
    position: relative;
    display: inline-block;
    color: #545454;
    transition: all 0.12s ease-in-out;
    -webkit-transition: all 0.12s ease-in-out;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

.single-post.category-block li a:hover {
    color: #FD406A;
}

.single-post.category-block li a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.single-post.category-block li a:hover:before {
    width: 100%;
    left: 0px;
    right: auto;
}

.single-post.category-markup dd a {
    position: relative;
    display: inline-block;
    color: #545454;
    transition: all 0.12s ease-in-out;
    -webkit-transition: all 0.12s ease-in-out;
}

.single-post.category-markup dd a:hover {
    color: #FD406A;
}

.single-post.category-markup dd a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.single-post.category-markup dd a:hover:before {
    width: 100%;
    left: 0px;
    right: auto;
}

.blog_single {
    margin-bottom: 0px;
    padding-right: 15px;
}

@media only screen and (min-width:901px) and (max-width:1023px) {
    .blog_single {
        padding-right: 0;
    }
}

.blog_single .entry-content.default-page ul li {
    list-style: disc;
    padding: 0;
    /*margin: 0;
    display: inline-block;
    width: auto;*/
    color: #545454;
    position: relative;
}


.blocks-gallery-grid .blocks-gallery-image img, 
.blocks-gallery-grid .blocks-gallery-item img, 
.wp-block-gallery .blocks-gallery-image img, 
.wp-block-gallery .blocks-gallery-item img {
    width: 100%;
}


.blog_single .entry-content.default-page ul.likes {
    padding-left: 0px !important;
}

.blog_single .entry-content.default-page ul li.likes__item a {
    color: #545454;
}

.blog_single .entry-content.default-page ul li.likes__item a:before {
    font-family: "Themify";
    font-weight: 400;
    font-size: 13px;
    color: #FF3274;
    display: inline-block;
}

.blog_single .entry-content.default-page ul li.likes__item a:before {
    content: "\e634";
    margin: 0 5px 0 0;
}

.post.single-post {
    margin-bottom: 23px;
}

.post.single-post > *:last-child {
    margin-bottom: 0 !important;
}

.post.single-post .entry-header {
    margin-top: 5px;
    margin-bottom: 0px;
}

.post.single-post .entry-header > *:last-child {
    margin-bottom: 18px !important;
}

.post.single-post .entry-header .entry-title {
    margin-bottom: 25px;
    /*font-weight: 500;
  font-size: 32px;
  line-height: 42px;*/
    word-wrap: break-word;
    color: #000;
    text-transform: capitalize;
    /*margin-left: -2px;*/
}

.post.single-post .details-heading {
    width: 100%;
    display: inline-block;
    margin-bottom: 35px;
}

.post.single-post .details-heading .author-title {
    width: auto;
    float: left;
    margin: 0 40px 0 0;
    position: relative;
    /*display: inline-block;*/
    min-height: 52px;
    padding-left: 70px;
    clear: both;
    margin-top: 0px;
}

.post.single-post .details-heading .author-title:after {
    content: "";
    background: #c8c1c1;
    width: 1px;
    height: 82%;
    position: absolute;
    right: -20px;
    top: 4px;
}

.post.single-post .details-heading .author-title-data {
    padding-top: 12px;
}

.post.single-post .details-heading .author-title-data .title-one {
    margin-bottom: 0px;
    font-size: 16px;
}

.post.single-post .details-heading .author-title-pic {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 52px;
    height: 52px;
    background: center center no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.post.single-post .details-heading .author-title-pic img {
    border-radius: 50%;
}

.post.single-post .details-heading .post-meta {
    width: auto;
    float: left;
    margin: 0px 40px 0 0;
    position: relative;
    min-height: 52px;
    padding-top: 12px;
}

.post.single-post .details-heading .post-meta:after {
    content: "";
    background: #c8c1c1;
    width: 1px;
    height: 82%;
    position: absolute;
    right: -20px;
    top: 4px;
}

.post.single-post .details-heading .details-cat {
    width: auto;
    float: left;
    margin: 12px 20px 0 0;
}

.post.single-post .details-heading .details-cat a {
    color: #ffffff;
    background: #5459f3;
    padding: 5px 10px;
    border-radius: 4px;
}

.post.single-post .details-heading .post-meta i {
    padding-right: 10px;
}

.post.single-post .details-heading .details-share {
    width: auto;
    float: left;
    margin: 12px 20px 0 0;
}

.post.single-post .details-heading .details-share .post-share {
    margin-top: 0px;
    margin-right: 0px;
}

.post.single-post .details-heading .details-share .post-share ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: right;
}

.post.single-post .details-heading .details-share .post-share li.rt-social-share {
    font-size: 13px;
    color: #222222;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.post.single-post .details-heading .details-share .post-share ul li {
    float: left;
    margin-left: 20px;
}

.post.single-post .entry-header .entry-title a {
    color: #000;
}

.post.single-post .entry-meta {
    margin-bottom: 10px;
}

.post.single-post .entry-meta > .holder > .author-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 40px;
    height: auto;
    text-align: center;
}

.post.single-post .entry-meta > .holder > .author-image img {
    border-radius: 50%;
    display: none;
}

.post.single-post .entry-meta > .holder > .data > *:last-child {
    margin-bottom: 0 !important;
}


.post.single-post .post-thumbnail {
    position: relative;
    margin-bottom: 30px;
    border-radius: 4px;
}

.post.single-post .entry-main {
    margin-bottom: 30px;
}

.post.single-post .entry-content > *:last-child {
    margin-bottom: 0 !important;
}

.post.single-post .entry-footer {
    width: 100%;
    height: auto;
    float: left;
    border-top: 1px #c5c5c5 solid;
    border-bottom: 1px #c5c5c5 solid;
}

.post.single-post .entry-footer .cat-links,
.post.single-post .entry-footer .comments-link {
    position: relative;
    width: auto;
    height: auto;
    padding-top: 4px;
    padding-bottom: 5px;
}

.post.single-post .entry-footer .cat-links {
    float: left;
    padding-right: 10px;
    border-right: 1px #c5c5c5 solid;
}

.post.single-post .entry-footer .comments-link {
    float: right;
    padding-left: 10px;
    border-left: 1px #c5c5c5 solid;
}

.post.single-post .entry-footer .cat-links:before {
    background-position: 0px 0px;
}

.post.single-post .entry-footer .comments-link:before {
    background-position: -30px 0px;
}

.post.single-post .entry-footer .cat-links a,
.post.single-post .entry-footer .comments-link a {
    color: #6c6c6c;
}


.comment-navigation .nav-links .nav-previous {
    text-align: left;
}

.comment-navigation .nav-links .nav-previous a:before {
    content: "\f104";
    font-family: "FontAwesome";
    margin-right: 8px;
}

.comment-navigation .nav-links .nav-next {
    text-align: right;
}

.comment-navigation .nav-links .nav-next a:after {
    content: "\f105";
    font-family: "FontAwesome";
    margin-left: 8px;
}

.comment-navigation .nav-links .nav-previous a,
.comment-navigation .nav-links .nav-next a {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    letter-spacing: 0;
}

.author-bio {
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 9px;
    /*border-top: 1px #ececec solid;
  border-bottom: 1px #ececec solid;*/
    background: #03112D;
    border-radius: 4px;
    padding-left: 40px;
    padding-right: 30px;
}

.author-bio > .holder {
    position: relative;
    min-height: 100px;
    padding-left: 125px;
}

.author-bio > .holder > .pic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: auto;
    height: auto;
    text-align: center;
}

.author-bio > .holder > .pic img {
    width: 100px;
    /*border: 4px #fff solid;*/
    border-radius: 50%;
    /*box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);*/
}

.author-bio > .holder > .data .title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    letter-spacing: 0;
}

.author-bio > .holder > .data .title span {
    color: #FF4B68;
}

.author-bio > .holder > .data .title a {
    color: inherit;
}

.author-bio > .holder > .data .designation {
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 1px;
}

.author-bio > .holder > .data p:not(.designation):not(.title) {
    margin-bottom: 20px;
    color: #D2D3D5;
}

.comments-area {
    margin-top: 3px;
}

.comments-area .comments-title {
    margin-bottom: 34px;
    /*font-size: 20px !important;
  line-height: 32px !important;*/
    letter-spacing: 0px;
    /*font-weight: 500 !important;*/
}

.comments-area ol.comment-list {
    margin-bottom: 0px;
    padding: 0 !important;
}

.comments-area ol {
    list-style: none;
}

.comments-area .comment-form {
    padding-bottom: 0px;
}

.comments-area ol.comment-list > li,
.comments-area ol.comment-list > li ol.children > li {
    list-style: none !important;
    text-align: left;
}

.comments-area ol.comment-list li .comment-body {
    position: relative;
    margin-bottom: 42px;
    padding: 0px 0px 0px 95px;
    margin-top: 0px;
}

/*.comments-area ol.comment-list li.thread-alt .comment-body {
    margin-bottom: 0;
    margin-top: 41px;
}

.comments-area ol.comment-list li.thread-even .comment-body {
    margin-bottom: 0;
    margin-top: 41px;
}

.comments-area ol.comment-list li.thread-odd .comment-body {
    margin-bottom: 0;
    margin-top: 41px;
}*/

.comments-area ol.comment-list li.pingback .comment-body {
    margin-top: -2px;
    margin-bottom: 22px;
    padding: 15px 17px 15px 17px;
    border: 1px rgba(0, 0, 0, 0.1) solid;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    font-size: 15px;
    line-height: 28px;
}

.comments-area ol.comment-list li .comment-body .comment-meta {
    margin-bottom: 12px;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-author {
    margin-bottom: 4px;
    font-weight: 600 !important;
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-author span.says {
    display: none;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-author b {
    font-weight: inherit;
    /*top: 5px;
  position: absolute;*/
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-author a {
    color: inherit;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-author cite {
    font-style: normal;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-author img {
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 1;
    width: 70px;
    /*border: 3px #fff solid;*/
    border-radius: 50%;
    /*box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);*/
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata {
    font-weight: 400;
    font-size: 15px;
    color: #545454;
    line-height: 30px;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.logged-in-as a {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #545454;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata a {
    color: inherit;
}

.comments-area ol.comment-list li .comment-respond {
    /*margin-bottom: 37px;*/
    margin-bottom: 42px;
}

.comments-area ol.comment-list li .comment-content {
    font-size: 16px;
    line-height: 30px;
    clear: both;
    margin-top: 42px;
}

.comments-area ol.comment-list li .comment-content > *:last-child {
    margin-bottom: 0 !important;
}

.comments-area ol.comment-list li .comment-content p {
    margin-bottom: 20px;
}

/*.comments-area ol.comment-list li .reply {
  top: 1px;
  right: 0;
  text-transform: lowercase;
  font-weight: 600;
  font-size: 16px;
  color: #181818 !important;
  line-height: 30px;
}*/

.comments-area ol.comment-list li .reply .comment-reply-link {
    color: inherit;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    color: #1d1847;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    display: inline-block;
    letter-spacing: 0;
    position: relative;
}


/*.comments-area ol.comment-list li .reply .comment-reply-link:before {
    content: "\e72f";
    font-family: "themify";
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
}*/
.comments-area ol.comment-list li .reply .comment-reply-link:hover {
    padding: 0 0 0 25px !important;
}

.comments-area ol.comment-list li .reply .comment-reply-link:before {
    width: 0;
    margin-right: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    padding: 0 !important;
    font-family: "Themify";
    font-weight: 400;
    font-size: 13px;
    background-color: #FD406A !important;
    color: #FD406A !important;
    display: inline-block;
    position: absolute;
    bottom: 13px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    height: 2px;
    content: "";
}

.comments-area ol.comment-list li .reply .comment-reply-link:hover:before {
    width: 25px;
    margin-right: 12px;
    visibility: visible;
    opacity: 0;
}

.comments-area ol.comment-list li .reply .comment-reply-link:after {
    width: 0px;
    margin-right: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    padding: 0 !important;
    font-family: "Themify";
    font-weight: 400;
    font-size: 14px;
    color: #FD406A !important;
    position: absolute;
    bottom: 0;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    background: none !important;
    content: "\e628";
}

.comments-area ol.comment-list li .reply .comment-reply-link:hover:after {
    width: 25px;
    margin-right: 12px;
    visibility: visible;
    opacity: 1;
}

.comments-area ol.comment-list li ol {
    padding-left: 100px;
    margin-top: 41px;
}

/*.comments-area .comment-form {
    margin-left: -10px;
    margin-right: -10px;
}*/


.comments-area .comment-form .comment-form-cookies-consent {
    margin-top: 2px;
    width: 100%;
    float: left;
    margin-bottom: 0px;
}

input[type="checkbox"],
input[type="radio"] {
    /*margin: 7px 0 0;*/

    flex: 0 0 auto;
    margin-right: 0px;
    width: 14px;
    height: 29px;
    float: left;
}

.page.woocommerce-account input[type="checkbox"] {
    flex: 0 0 auto;
    margin-right: 10px;
    width: 14px;
    height: 29px;
    float: left;
}

@media screen and (max-width: 767px) {
    .page.woocommerce-account input[type="checkbox"] {
        height: 18px;
    }
}

/*--------------------------------------------------------------
# Single Page Style One
--------------------------------------------------------------*/

/* wraper_blog_banner style-one */
/*.single-post .wraper_inner_banner {
    display: none;
}*/

.wraper_blog_banner.style-one {
    position: relative;
    width: 100%;
    background: center top no-repeat #eff2f7;
    background-size: cover;
    /* wraper_blog_banner_main */
    /* wraper_blog_banner_tags */
}

.wraper_blog_banner.style-one:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    content: " ";
    /*background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.75) 0%,
            rgba(0, 0, 0, 0) 100%);*/
}

.wraper_blog_banner.style-one .wraper_blog_banner_main {
    position: relative;
    width: 100%;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}

.wraper_blog_banner.style-one .wraper_blog_banner_main > .container {
    padding-top: 150px;
    padding-bottom: 100px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_main > .container > .blog_banner_main .blog_banner_main_item > .entry-header > .entry-title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    line-height: 50px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags {
    position: relative;
    width: 100%;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container {
    padding-top: 40px;
    padding-bottom: 20px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item {
    margin-bottom: 20px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    color: #d7dbe4;
    line-height: 28px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta strong {
    display: block;
    margin-top: 1px;
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a {
    color: inherit;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:after {
    content: ",";
    margin-right: 5px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:last-child:after,
.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:only-child:after {
    display: none;
}

/* wraper_blog_main style-one */

/*.wraper_blog_main.style-one {
    width: 75%;
    background-color: #ffffff;
}*/


.wraper_blog_main.style-one.clasic-box-layout > .container {
    padding-top: 184px;
    padding-bottom: 110px;
}

@media screen and (max-width: 1190px) and (min-width: 250px) {
    .wraper_blog_main.style-one.clasic-box-layout > .container {
        padding-top: 130px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    .comments-area ol.comment-list li .comment-content > *:last-child {
        padding-right: 30px;
    }

    .comments-area .comment-reply-title small a {
        color: inherit;
        /*padding-left: 0px !important;
    width: 100%;
    float: left;*/
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .comments-area ol.comment-list li ol {
        padding-left: 50px;
    }
}

@media all and (max-width: 480px) {
    .comments-area ol.comment-list li ol {
        padding-left: 0px;
    }
}

.wraper_blog_main.style-one .blog_single {
    margin-bottom: 0;
}

/* wraper_blog_navigation style-one */

.wraper_blog_navigation.style-one {
    width: 100%;
    max-width: 950px;
}

.wraper_blog_navigation.style-one > .container {
    padding-top: 40px;
    padding-bottom: 100px;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link {
    position: relative;
    margin-bottom: 20px;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-previous {
    padding-left: 42px;
    text-align: left;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-next {
    padding-right: 42px;
    text-align: right;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link > .icon {
    position: absolute;
    top: 9px;
    z-index: 1;
    text-align: center;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link > .icon > .icon-arrow {
    position: relative;
    display: block;
    vertical-align: top;
    width: 25px;
    height: 1px;
    background-color: #000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link > .icon > .icon-arrow > i {
    position: absolute;
    top: -8px;
    z-index: 1;
    font-size: 16px;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-previous > .icon {
    left: 0;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-previous > .icon > .icon-arrow > i {
    left: -2px;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-previous:hover > .icon > .icon-arrow {
    width: 32px;
    transform: translateX(-7px);
    -webkit-transform: translateX(-7px);
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-next > .icon {
    right: 0;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-next > .icon > .icon-arrow > i {
    right: -2px;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-next:hover > .icon > .icon-arrow {
    width: 32px;
    transform: translateX(7px);
    -webkit-transform: translateX(7px);
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link > .link {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 22px;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link > .link strong {
    display: block;
    margin-top: 2px;
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 26px;
}

/* wraper_blog_related_article style-one */

.wraper_blog_related.style-one {
    width: 100%;
}

.wraper_blog_related.style-one > .container {
    padding-top: 0;
    padding-bottom: 30px;
}

.wraper_blog_related.style-one .blog_related_title {
    margin-bottom: 51px;
    text-align: center;
}

.wraper_blog_related.style-one .blog_related_title > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_blog_related.style-one .blog_related_title .title {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item {
    margin-bottom: 30px;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder {
    position: relative;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .pic {
    position: relative;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .pic:before {
    content: " ";
    display: block;
    padding-top: calc((63 / 100) * 100%);
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .pic > .placeholder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data {
    margin-bottom: 17px;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data .date {
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    color: #0d1d28;
    line-height: 22px;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data .date a {
    color: inherit;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data .date i {
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 8px;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data .title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #0d1d28;
    line-height: 28px;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data .title a {
    color: inherit;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder:hover .pic {
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}

/* wraper_blog_comments style-one */

.wraper_blog_comments.style-one {
    width: 100%;
    background-color: #f4f5f8;
    margin-bottom: 0px;
}

.wraper_blog_comments.style-one > .container {
    padding-top: 80px;
    padding-bottom: 90px;
}


wraper_blog_main.style-one.clasic-box-layout > .blog-posts {
    margin-left: -25px;
    margin-right: -40px;
}

/*--------------------------------------------------------------
# Single Page Style Two
--------------------------------------------------------------*/

/* wraper_blog_banner style-two */

.wraper_blog_banner.style-two {
    width: 100%;
    padding-top: 40px;
    /* wraper_blog_banner_image */
    /* wraper_blog_banner_main */
    /* wraper_blog_banner_tags */
}

.wraper_blog_banner.style-two .wraper_blog_banner_image {
    width: 100%;
}

.wraper_blog_banner.style-two .wraper_blog_banner_image > .container {
    padding-top: 60px;
    padding-bottom: 0;
}

.wraper_blog_banner.style-two .wraper_blog_banner_image > .container .blog_banner_image {
    padding-top: calc((45 / 100) * 100%);
    background: center top no-repeat #191919;
    background-size: cover;
}

.wraper_blog_banner.style-two .wraper_blog_banner_main {
    width: 100%;
}

.wraper_blog_banner.style-two .wraper_blog_banner_main > .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_main > .container > .blog_banner_main .blog_banner_main_item > .entry-header > .entry-title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags {
    width: 100%;
    border-bottom: 1px #ececec solid;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container {
    padding-top: 0;
    padding-bottom: 40px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item {
    margin-bottom: 20px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 28px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta strong {
    display: block;
    margin-top: 1px;
    text-transform: none;
    font-weight: 600;
    font-size: 15px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a {
    color: inherit;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:after {
    content: ",";
    margin-right: 5px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:last-child:after,
.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:only-child:after {
    display: none;
}

/*--------------------------------------------------------------
# Blog No Result Page
--------------------------------------------------------------*/

.no-results > .page-header {
    margin-top: -7px;
}

.radiantthemes-search-form {
    margin-top: 15px;
}

.radiantthemes-search-form .form-row {
    margin-right: 0px;
    margin-left: 0px;
}

.radiantthemes-search-form .form-row input[type="search"] {
    vertical-align: top;
    width: 100%;
    max-width: 350px;
    height: 54px;
    padding: 0px 12px 0px 12px;
    background-color: #f8f8f8;
    border: 1px #f8f8f8 solid;
    border-radius: 4px 0 0 4px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 14px;
    line-height: 26px;
    color: #545454;
    text-transform: capitalize;
}

.radiantthemes-search-form .form-row button[type="submit"] {
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%) !important;
    vertical-align: top;
    height: 54px;
    padding: 0px 20px 0px 20px;
    border: none;
    font-size: 18px;
    color: #fff !important;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    text-transform: capitalize;
}

@media screen and (max-width:767px) {
    .radiantthemes-search-form .form-row input[type="search"] {
        vertical-align: top;
        width: 100%;
        max-width: 100%;
        height: 54px;
        padding: 0px 12px 0px 12px;
        background-color: #f8f8f8;
        border: 1px #f8f8f8 solid;
        border-radius: 4px 0 0 4px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        font-size: 14px;
        line-height: 26px;
        text-transform: capitalize;
    }

    .radiantthemes-search-form .form-row button[type="submit"] {
        background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%);
        vertical-align: top;
        height: 54px;
        padding: 0px 20px 0px 20px;
        border: none;
        border-radius: 0 4px 4px 0;
        font-size: 18px;
        color: #fff !important;
        cursor: pointer;
        position: absolute;
        right: 0px;
        text-transform: capitalize;
    }
}

/*--------------------------------------------------------------
# Shop Page
--------------------------------------------------------------*/
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    padding-left: 24px !important;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    top: 5px;

    margin-right: 10px;
    width: 18px;
    height: 30px;
    float: left;
    margin-top: 3px;
}

.woocommerce-checkout .checkbox input[type="checkbox"],
.woocommerce-checkout .checkbox-inline input[type="checkbox"],
.woocommerce-checkout .radio input[type="radio"],
.woocommerce-checkout .radio-inline input[type="radio"] {
    top: 5px;

    margin-right: 10px;
    width: 18px;
    height: 30px;
    float: left;
    margin-top: 2px;
}

@media screen and (max-width: 768px) {

    .woocommerce-checkout .checkbox input[type="checkbox"],
    .woocommerce-checkout .checkbox-inline input[type="checkbox"],
    .woocommerce-checkout .radio input[type="radio"],
    .woocommerce-checkout .radio-inline input[type="radio"] {
        margin-top: 2px;
    }
}

/* wraper_shop_main */

.wraper_shop_main {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.wraper_shop_main > .container {
    padding-top: 80px;
    padding-bottom: 0px;
}

.woocommerce .woocommerce-breadcrumb {
    display: none;
}

.wraper_shop_main .container .row {
    margin-left: -15px;
    margin-right: -15px;
}

/*--------------------------------------------------------------
# Product Listing Page
--------------------------------------------------------------*/

.woocommerce .woocommerce-products-header {
    margin-bottom: 0px;
}

.woocommerce .woocommerce-result-count {
    margin-top: 10px;
    margin-left: 2px;
}

/* Drop Down new css*/
.rt-select-wrapper {
    position: relative;
    /*width: 100%;*/
    height: 54px;
    display: inline-block;
    vertical-align: middle;
    min-width: 240px;
    padding-right: 36px;
    border-radius: 4px;
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
}

.widget-area .rt-select-wrapper {
    width: 100%;
}

.rt-select-wrapper .rt-select-text {
    display: block;
    padding: 12px;
    line-height: 30px;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    font-size: 16px;
    color: #545454;
}

.rt-select-wrapper .rt-select-button {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.rt-select-wrapper .rt-select-button:before {
    content: "\e64b";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3px;
    margin-top: -11px;
    font-family: 'themify';
    font-size: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

.widget.widget_categories .rt-select-wrapper,
.widget.widget_archive .rt-select-wrapper {
    position: relative;
    width: 100%;
    height: 52px;
    display: inline-block;
    vertical-align: middle;
    min-width: 140px;
    padding-right: 36px;
    border-radius: 4px;
    border: 1px solid #E7F1FB;
    margin-top: 11px;
    margin-bottom: 8px;
}

.woocommerce .woocommerce-ordering select {
    height: 52px;
    padding-left: 12px;
    border: 1px #e2e2e2 solid;
    font-size: 14px;
    border-radius: 4px;
}

.radiantthemes-shop {
    margin-top: 10px;
    margin-right: -15px;
    margin-bottom: 0px;
    margin-left: -15px;
}

.radiantthemes-shop:after {
    display: block;
    content: " ";
    clear: both;
}

.radiantthemes-shop > .radiantthemes-shop-box {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

/*.radiantthemes-shop.four-column.style-seven > .radiantthemes-shop-box.last:nth-child(4n+4) {
    padding-right: 0;
}*/

/*.radiantthemes-shop.three-column.style-seven > .radiantthemes-shop-box:nth-child(3n+3) {
    padding-right: 0;
}*/

.radiantthemes-shop.three-column > .radiantthemes-shop-box {
    width: 33.33%;
}

.radiantthemes-shop.four-column > .radiantthemes-shop-box {
    width: 25%;
}

.radiantthemes-shop.five-column > .radiantthemes-shop-box {
    width: 20%;
}

.radiantthemes-shop.six-column > .radiantthemes-shop-box {
    width: 16.66%;
}

/*--------------------------------------------------------------
# Shop Box (Style One)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-one {
    margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-one > .holder {
    position: relative;
    text-align: center;
}

.radiantthemes-shop-box.style-one > .holder > .onsale {
    top: -10px;
    left: -10px;
    width: 50px;
    min-width: initial;
    height: 50px;
    min-height: initial;
    margin: 0;
    padding: 5px;
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    line-height: 40px;
    background: #333 !important;
    color: #fff !important;
}

.radiantthemes-shop-box.style-one > .holder > .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px #f2f0f0 solid;
}

.radiantthemes-shop-box.style-one > .holder > .pic:before {
    content: " ";
    display: block;
    padding-top: calc((95 / 100) * 100%);
}

.radiantthemes-shop-box.style-one > .holder > .pic > .product-image {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-one > .holder > .pic > .overlay {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: 2;
    background-color: rgba(36, 34, 34, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-one > .holder > .pic > .action-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-one > .holder > .pic > .action-buttons > .button,
.radiantthemes-shop-box.style-one > .holder > .pic > .action-buttons > .added_to_cart {
    width: 100%;
    float: left;
    padding: 8px 10px 9px 10px;
    background-color: #353434;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    line-height: 25px;
}

.radiantthemes-shop-box.style-one > .holder > .pic > .action-buttons .button.add_to_cart_button.added {
    display: none;
}

.radiantthemes-shop-box.style-one > .holder > .pic > .action-buttons .button.add_to_cart_button.loading {
    opacity: 1;
}

.radiantthemes-shop-box.style-one > .holder > .pic > .action-buttons .button.add_to_cart_button.loading:after {
    top: 8px;
    right: 10px;
}

.radiantthemes-shop-box.style-one > .holder > .data .woocommerce-loop-product__title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    color: #232222;
    line-height: 25px;
    letter-spacing: initial;
}

.radiantthemes-shop-box.style-one > .holder > .data .star-rating {
    display: inline-block;
    vertical-align: top;
}

.radiantthemes-shop-box.style-one > .holder > .data .price {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #828080;
    line-height: 28px;
}

.radiantthemes-shop-box.style-one > .holder > .data .price del {
    margin-right: 5px;
}

.radiantthemes-shop-box.style-one > .holder > .data .price ins {
    font-weight: inherit;
}

.radiantthemes-shop-box.style-one > .holder:hover > .pic > .product-image {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.radiantthemes-shop-box.style-one > .holder:hover > .pic > .overlay {
    opacity: 1;
    visibility: visible;
}

.radiantthemes-shop-box.style-one > .holder:hover > .pic > .action-buttons {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

/*--------------------------------------------------------------
# Shop Box (Style Two)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-two {
    margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-two > .holder {
    position: relative;
    text-align: center;
}

.radiantthemes-shop-box.style-two > .holder > .onsale {
    top: 10px;
    left: 10px;
    width: 60px;
    min-width: initial;
    height: 60px;
    min-height: initial;
    margin: 0;
    padding: 5px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    line-height: 50px;
}

.radiantthemes-shop-box.style-two > .holder > .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px #f2f0f0 solid;
}

.radiantthemes-shop-box.style-two > .holder > .pic:before {
    content: " ";
    display: block;
    padding-top: calc((92 / 100) * 100%);
}

.radiantthemes-shop-box.style-two > .holder > .pic > .product-image {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-two > .holder:hover > .pic > .product-image {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.radiantthemes-shop-box.style-two > .holder > .pic > .overlay {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: 2;
    background-color: rgba(36, 34, 34, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-two > .holder:hover > .pic > .overlay {
    opacity: 1;
    visibility: visible;
}

.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-two > .holder:hover > .pic > .action-buttons {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .button,
.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .added_to_cart {
    width: 55px;
    height: 50px;
    float: left;
    padding: 8px 10px 8px 10px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ3Mi4zMzcgNDcyLjMzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDcyLjMzNyA0NzIuMzM2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTM5Ni4wNjEsMTE2LjU3N2gtNzYuMzc3VjkxLjcxNUMzMTkuNjg0LDQxLjE0MywyNzguNTQzLDAsMjI3Ljk2OSwwYy01MC41NzMsMC05MS43MTMsNDEuMTQzLTkxLjcxMyw5MS43MTV2MjQuODYySDcwLjQ1ICAgYy01LjU0OSwwLTEwLjA1LDQuNDk3LTEwLjA1LDEwLjA1TDMuOTE0LDQ2Mi4yODRjMCw1LjU1NCw0LjQ5NywxMC4wNTMsMTAuMDU1LDEwLjA1M2g0NDQuMzk3YzUuNTU0LDAsMTAuMDU3LTQuNDk5LDEwLjA1Ny0xMC4wNTMgICBsLTYyLjMxLTMzNS42NTdDNDA2LjExMywxMjEuMDczLDQwMS42MTQsMTE2LjU3NywzOTYuMDYxLDExNi41Nzd6IE0xNTYuMzUyLDkxLjcxNWMwLTM5LjQ5LDMyLjEzLTcxLjYxNCw3MS42MTItNzEuNjE0ICAgYzM5LjQ5LDAsNzEuNjE4LDMyLjEzLDcxLjYxOCw3MS42MTR2MjQuODYyaC0xNDMuMjNWOTEuNzE1eiBNNDQ4LjMyMiw0NTIuMjM1SDI0LjAxNWw1Ni40NzktMzE1LjU2Mmg1NS43NTN2NDQuMjU4ICAgYy00Ljg0OSwzLjI0Ni04LjAzNyw4Ljc2NS04LjAzNywxNS4wMzVjMCw5Ljk4OCw4LjA5LDE4LjA5LDE4LjA4NywxOC4wOWM5Ljk4NSwwLDE4LjA5LTguMDk1LDE4LjA5LTE4LjA5ICAgYzAtNi4yNzUtMy4xOTctMTEuNzg5LTguMDQ0LTE1LjAzNXYtNDQuMjU4aDE0My4yNDR2NDQuMjU4Yy00Ljg0OSwzLjI0Ni04LjA0MSw4Ljc2NS04LjA0MSwxNS4wMzUgICBjMCw5Ljk4OCw4LjA5MywxOC4wOSwxOC4wOSwxOC4wOWM5Ljk4NywwLDE4LjA4OS04LjA5NSwxOC4wODktMTguMDljMC02LjI3NS0zLjIwMS0xMS43ODktOC4wNDYtMTUuMDM1di00NC4yNThoNjYuMzI5ICAgTDQ0OC4zMjIsNDUyLjIzNXoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-position: center center;
    background-color: #373636;
    background-repeat: no-repeat;
    background-size: 30px auto;
    border-radius: 0;
    font-size: 0;
    color: #fff;
}

.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .button.add_to_cart_button.loading,
.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .button.add_to_cart_button.added {
    background-image: none;
    opacity: 1;
}

.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .button.add_to_cart_button.loading:after,
.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .button.add_to_cart_button.added:after {
    position: absolute;
    top: 14px;
    right: 17px;
    margin: 0;
    font-size: 20px;
}

.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .added_to_cart {
    display: none;
}

.radiantthemes-shop-box.style-two > .holder > .data .woocommerce-loop-product__title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
    color: #232222;
    line-height: 25px;
    letter-spacing: initial;
}

.radiantthemes-shop-box.style-two > .holder > .data .star-rating {
    display: inline-block;
    vertical-align: top;
}

.radiantthemes-shop-box.style-two > .holder > .data .price {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #828080;
    line-height: 28px;
}

.radiantthemes-shop-box.style-two > .holder > .data .price del {
    margin-right: 5px;
}

.radiantthemes-shop-box.style-two > .holder > .data .price ins {
    font-weight: inherit;
}

/*--------------------------------------------------------------
# Shop Box (Style Three)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-three {
    margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-three > .holder {
    position: relative;
    text-align: center;
}

.radiantthemes-shop-box.style-three > .holder > .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px #f2f0f0 solid;
}

.radiantthemes-shop-box.style-three > .holder > .pic:before {
    content: " ";
    display: block;
    padding-top: calc((92 / 100) * 100%);
}

.radiantthemes-shop-box.style-three > .holder > .pic > .product-image {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-three > .holder:hover > .pic > .product-image {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.radiantthemes-shop-box.style-three > .holder > .pic > .overlay {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: 2;
    background-color: rgba(36, 34, 34, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-three > .holder:hover > .pic > .overlay {
    opacity: 1;
    visibility: visible;
}

.radiantthemes-shop-box.style-three > .holder > .data {
    text-align: left;
}

.radiantthemes-shop-box.style-three > .holder > .data > .onsale {
    position: static;
    float: right;
    min-width: initial;
    min-height: initial;
    margin: 0;
    padding: 0;
    background-color: initial;
    border-radius: 0;
    font-weight: 400;
    font-size: 15px;
    color: #232222;
    line-height: 25px;
}

.radiantthemes-shop-box.style-three > .holder > .data > .onsale:before {
    margin-right: 6px;
    content: "\f02c";
    font-family: "FontAwesome";
}

.radiantthemes-shop-box.style-three > .holder > .data .woocommerce-loop-product__title {
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 15px;
    color: #232222;
    line-height: 25px;
    letter-spacing: initial;
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box {
    position: relative;
    overflow: hidden;
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box .star-rating {
    display: none;
}

.radiantthemes-shop-box.style-three > .holder > .data .price {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #828080;
    line-height: 28px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-three > .holder:hover > .data .price {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.radiantthemes-shop-box.style-three > .holder > .data .price del {
    margin-right: 5px;
}

.radiantthemes-shop-box.style-three > .holder > .data .price ins {
    font-weight: inherit;
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box > .action-buttons {
    position: absolute;
    top: -1px;
    left: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-three > .holder:hover > .data > .info-box > .action-buttons {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box > .action-buttons > .button,
.radiantthemes-shop-box.style-three > .holder > .data > .info-box > .action-buttons > .added_to_cart {
    padding: 0;
    background-color: initial;
    border-bottom: 1px #a9a9a9 solid;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #232222;
    line-height: 20px;
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box > .action-buttons > .button.add_to_cart_button.added {
    display: none;
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box > .action-buttons > .button.add_to_cart_button.loading {
    opacity: 1;
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box > .action-buttons > .button.add_to_cart_button.loading:after {
    top: -1px;
    right: -22px;
}

/*--------------------------------------------------------------
# Shop Box (Style Four)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-four {
    margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-four > .holder {
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.radiantthemes-shop-box.style-four > .holder > .onsale {
    top: 25px;
    left: auto;
    right: 20px;
    min-width: initial;
    min-height: initial;
    margin: 0;
    padding: 0;
    background-color: initial;
    border-radius: 0;
    font-weight: 400;
    font-size: 14px;
    color: #232222;
    line-height: 23px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover > .onsale {
    top: 20px;
}

.radiantthemes-shop-box.style-four > .holder > .onsale:before {
    margin-right: 6px;
    content: "\f02c";
    font-family: "FontAwesome";
}

.radiantthemes-shop-box.style-four > .holder > .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px #f2f0f0 solid;
}

.radiantthemes-shop-box.style-four > .holder > .pic:before {
    content: " ";
    display: block;
    padding-top: calc((123 / 100) * 100%);
}

.radiantthemes-shop-box.style-four > .holder > .pic > .product-image {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover > .pic > .product-image {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info {
    position: absolute;
    top: 25px;
    left: 20px;
    z-index: 2;
    text-align: left;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover > .pic > .primary-info {
    top: 20px;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info .woocommerce-loop-product__title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    color: #232222;
    line-height: 23px;
    letter-spacing: initial;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info ul.product-category {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 12px;
    color: #393737;
    line-height: 22px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover > .pic > .primary-info ul.product-category {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info ul.product-category li {
    display: inline-block;
    vertical-align: top;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info ul.product-category li:after {
    content: "and";
    margin-left: 3px;
    margin-right: 1px;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info ul.product-category li:last-child:after,
.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info ul.product-category li:only-child:after {
    display: none;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info ul.product-category li a {
    color: inherit;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .action-buttons {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover > .pic > .action-buttons {
    opacity: 1;
    visibility: visible;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .action-buttons > .button,
.radiantthemes-shop-box.style-four > .holder > .pic > .action-buttons > .added_to_cart {
    padding: 0;
    background-color: initial;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    color: #030712;
    line-height: 22px;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .action-buttons > .button.add_to_cart_button.added {
    display: none;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .action-buttons > .button.add_to_cart_button.loading {
    opacity: 1;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .action-buttons > .button.add_to_cart_button.loading:after {
    top: -1px;
    right: -20px;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .secondary-info {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 4;
    text-align: right;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover > .pic > .secondary-info {
    opacity: 1;
    visibility: visible;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .secondary-info .star-rating {
    display: inline-block;
    vertical-align: top;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .secondary-info .price {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 12px;
    color: #030712;
    line-height: 22px;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .secondary-info .price del {
    margin-right: 5px;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .secondary-info .price ins {
    font-weight: inherit;
}

/*--------------------------------------------------------------
# Shop Box (Style Five)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-five {
    margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-five > .holder {
    position: relative;
    border: 1px #f2f0f0 solid;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-five > .holder:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.radiantthemes-shop-box.style-five > .holder > .onsale {
    top: 10px;
    left: auto;
    right: 10px;
    width: 60px;
    min-width: initial;
    height: 60px;
    min-height: initial;
    margin: 0;
    padding: 5px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #252525;
    line-height: 50px;
}

.radiantthemes-shop-box.style-five > .holder > .pic {
    position: relative;
    overflow: hidden;
}

.radiantthemes-shop-box.style-five > .holder > .pic:before {
    content: " ";
    display: block;
    padding-top: calc((95 / 100) * 100%);
}

.radiantthemes-shop-box.style-five > .holder > .pic > .product-image {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-five > .holder:hover > .pic > .product-image {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.radiantthemes-shop-box.style-five > .holder > .pic > .overlay {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: 2;
    background-color: rgba(36, 34, 34, 0.05);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-five > .holder:hover > .pic > .overlay {
    opacity: 1;
    visibility: visible;
}

.radiantthemes-shop-box.style-five > .holder > .data {
    padding: 22px 20px 0px 20px;
    text-align: left;
}

.radiantthemes-shop-box.style-five > .holder > .data .woocommerce-loop-product__title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    color: #232222;
    line-height: 28px;
    letter-spacing: initial;
}

.radiantthemes-shop-box.style-five > .holder > .data .star-rating {
    display: inline-block;
    vertical-align: top;
}

.radiantthemes-shop-box.style-five > .holder > .data .price {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #232222;
    line-height: 23px;
}

.radiantthemes-shop-box.style-five > .holder > .data .price del {
    margin-right: 5px;
}

.radiantthemes-shop-box.style-five > .holder > .data .price ins {
    font-weight: inherit;
}

.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons {
    margin-top: 22px;
    border-top: 1px #f2f0f0 solid;
}

.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons > .button,
.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons > .added_to_cart {
    display: block;
    padding: 10px 0px 11px 0px;
    background-color: initial;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #393737;
    line-height: 25px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons > .button.add_to_cart_button.added {
    display: none;
}

.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons > .button.add_to_cart_button.loading {
    opacity: 1;
}

.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons > .button.add_to_cart_button:before {
    margin-right: 10px;
    content: "\f07a";
    font-family: "FontAwesome";
    font-size: 112%;
}

.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons > .button.add_to_cart_button.loading:after {
    top: 10px;
    right: 0;
}

/*--------------------------------------------------------------
# Shop Box (Style Six)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-six {
    margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-six > .holder {
    position: relative;
    text-align: center;
}

.radiantthemes-shop-box.style-six > .holder > .onsale {
    top: 10px;
    left: 10px;
    width: 44px;
    min-width: initial;
    height: 44px;
    min-height: initial;
    margin: 0;
    padding: 5px;
    background-color: #333;
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    line-height: 34px;
}

.radiantthemes-shop-box.style-six > .holder > .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: calc((130 / 100) * 100%);
    border-radius: 5px;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .product-image {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .overlay {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 2;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 15px;
    font-size: 0;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .added_to_cart,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .yith-wcwl-add-to-wishlist {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 45px;
    overflow: hidden;
    margin: 0 6px 10px 6px;
    padding: 5px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.25);
    text-align: center;
    color: #333;
    opacity: 0;
    transform: translateY(12px);
    -webkit-transform: translateY(12px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button:hover,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .added_to_cart:hover,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .yith-wcwl-add-to-wishlist:hover {
    background-color: #333;
    color: #fff;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button:before,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .added_to_cart:before,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .yith-wcwl-add-to-wishlist:before {
    font-family: "Themify";
    font-weight: 400;
    font-size: 20px;
    color: inherit;
    line-height: 35px;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button > .yith-wcwl-add-button,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .added_to_cart > .yith-wcwl-add-button,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button {
    display: block !important;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button > .yith-wcwl-add-button > .add_to_wishlist,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .added_to_cart > .yith-wcwl-add-button > .add_to_wishlist,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > .add_to_wishlist {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    left: 0;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button.add_to_cart_button.added,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .added_to_cart {
    transition: opacity 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
    -webkit-transition: opacity 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button.yith-wcqv-button {
    transition: opacity 0.3s ease-in-out 0.2s, transform 0.3s ease-in-out 0.2s;
    -webkit-transition: opacity 0.3s ease-in-out 0.2s,
        transform 0.3s ease-in-out 0.2s;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .yith-wcwl-add-to-wishlist {
    transition: opacity 0.3s ease-in-out 0.4s, transform 0.3s ease-in-out 0.4s;
    -webkit-transition: opacity 0.3s ease-in-out 0.4s,
        transform 0.3s ease-in-out 0.4s;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button.add_to_cart_button.added {
    display: none;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button.add_to_cart_button.loading {
    opacity: 1;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button.add_to_cart_button.loading:after {
    top: 10px;
    right: 10px;
    font-size: 25px;
    opacity: 0.5;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons .button.add_to_cart_button:before {
    content: "\e60d";
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons .button.product_type_grouped:before {
    content: "\e63d";
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons .added_to_cart:before {
    content: "\e60e";
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons .button.yith-wcqv-button:before {
    content: "\e610";
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons .yith-wcwl-add-to-wishlist:before {
    content: "\e634";
}

.radiantthemes-shop-box.style-six > .holder > .data .woocommerce-loop-product__title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    line-height: 30px;
    letter-spacing: initial;
}

.radiantthemes-shop-box.style-six > .holder > .data .star-rating {
    display: inline-block;
    vertical-align: top;
}

.radiantthemes-shop-box.style-six > .holder > .data .price {
    color: #6a7c92;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}

.radiantthemes-shop-box.style-six > .holder > .data .price del {
    margin-right: 5px;
}

.radiantthemes-shop-box.style-six > .holder > .data .price ins {
    font-weight: inherit;
}

.radiantthemes-shop-box.style-six > .holder:hover > .pic > .action-buttons > .button,
.radiantthemes-shop-box.style-six > .holder:hover > .pic > .action-buttons > .added_to_cart,
.radiantthemes-shop-box.style-six > .holder:hover > .pic > .action-buttons > .yith-wcwl-add-to-wishlist {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

/*--------------------------------------------------------------
# Shop Box (Style Seven)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-seven {
    margin-bottom: 0px !important;
}

.radiantthemes-shop-box.style-seven > .holder > .onsale {
    top: 15px;
    left: 15px;
    width: 50px;
    min-width: initial;
    height: 50px;
    min-height: initial;
    margin: 0;
    padding: 5px;
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    line-height: 40px;
    background: #fff;
    color: #000;
}

.radiantthemes-shop-box.style-seven > .holder > .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.radiantthemes-shop-box.style-seven > .holder > .pic:before {
    content: " ";
    display: block;
    padding-top: calc((120 / 90) * 100%);
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .product-image {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .overlay {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: 2;
    /*background-color: rgba(36, 34, 34, 0.1);*/
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons > .button,
.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons > .added_to_cart {
    width: auto;
    float: none;
    padding: 8px 40px 9px 25px;
    background-color: #fff;
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 25px;
    margin-bottom: 20px;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons > .button:after {
    content: "\e628";
    font-size: 14px;
    color: #000;
    position: absolute;
    margin: 5px 0 0 5px;
    transition: 0.3s;
    border: none;
    padding: 0;
    font-family: "themify";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons .button.add_to_cart_button.added {
    display: none;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons .button.add_to_cart_button.loading {
    opacity: 1;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons .button.add_to_cart_button.loading:after {
    top: 8px;
    right: 10px;
}

.radiantthemes-shop-box.style-seven > .holder > .data .star-rating {
    display: inline-block;
    vertical-align: top;
}

.radiantthemes-shop-box.style-seven > .holder > .data .price {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 26px;
}

.radiantthemes-shop-box.style-seven > .holder > .data .price del {
    margin-right: 5px;
}

.radiantthemes-shop-box.style-seven > .holder > .data .price ins {
    font-weight: inherit;
}

.radiantthemes-shop-box.style-seven > .holder:hover > .pic > .product-image {
    /*transform: translateY(-10px);
    -webkit-transform: translateY(-10px);*/
    /*-webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);*/
}

.radiantthemes-shop-box.style-seven > .holder:hover > .pic > .overlay {
    opacity: 1;
    visibility: visible;
}

.radiantthemes-shop-box.style-seven > .holder:hover > .pic > .action-buttons {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .rt-wishlist {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 9;
    /*    font-size: 0;*/
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .rt-wishlist .yith-wcwl-add-button span {
    font-size: 0px;
}

/*.radiantthemes-shop-box.style-seven > .holder > .pic > .rt-wishlist:before {
    content:"\e634";
    font-family: "Themify";
    font-weight: 400;
    font-size: 15px;
    line-height: 45px;
}*/

.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    opacity: 0;
    text-align: center;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: 9;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
}

.radiantthemes-shop-box.style-seven > .holder:hover > .pic > .box-holder {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    opacity: 1;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder a {
    display: inline-block;
    text-align: center;
    color: #000;
    text-transform: capitalize;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder a.button {
    background: transparent;
}

/*.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder .button.add_to_cart_button:before {
    content: "\e60d";
    font-family: "Themify";
    font-weight: 400;
    font-size: 15px;
    line-height: 40px;
}*/

/*.radiantthemes-shop-box.style-seven > .holder > .pic {
  height: 300px;
}*/

.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder .button.add_to_cart_button {
    font-size: 16px;
    line-height: 45px;
    padding: 0;
    font-weight: 400;
    text-transform: capitalize;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder .button.product_type_simple {
    font-size: 16px;
    line-height: 45px;
    padding: 0;
    font-weight: 400;
    text-transform: capitalize;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder .button.yith-wcqv-button {
    font-size: 0;
    float: left;
    width: 45px;
    height: 45px;
    border-radius: 0;
    border-right: 1px solid #e7eae5;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder .button.yith-wcqv-button:before {
    content: "\e63d";
    font-family: "Themify";
    font-weight: 400;
    font-size: 15px;
    line-height: 45px;
}

/*.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder .button.compare {
    font-size: 0;
    float: right;
    width: 45px;
    height: 45px;
    border-radius: 0;
    border-left: 1px solid #e7eae5;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder .button.compare:before {
    content: "\e6be";
    font-family: "Themify";
    font-weight: 400;
    font-size: 15px;
    line-height: 45px;
}*/



.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder .yith-wcwl-add-to-wishlist {
    float: right;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    border-left: 1px solid #e7eae5;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder .yith-wcwl-add-to-wishlist span {
    font-size: 0;
}

/*
.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder .yith-wcwl-add-to-wishlist:before {
    content: "\f004";
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 15px;
    line-height: 45px;
}
*/


.radiantthemes-shop-box.style-seven > .holder > .pic > .stock-buttons {
    position: absolute;
    bottom: 0;
    right: 15px;
    z-index: 1;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .stock-buttons p.stock {
    /*background: #0edc8d !important;
  color: #fff !important;*/
    background: #f0f8ff !important;
    color: #00C853 !important;
    padding: 0 10px;
    font-size: 15px;
    letter-spacing: 0.4px;
}


.woocommerce .woocommerce-ordering {
    margin: 0 0 1em;
}


.woocommerce ul.products li.product .onsale {
    top: 0;
    left: auto;
    right: 0;
    margin: -.5em -.5em 0 0;
}

.woocommerce span.onsale {
    position: absolute;
    top: 15px !important;
    left: 0;
    right: auto;
    z-index: 5;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    /*background: #3498DB;*/
    background: #FD406A;
    height: 20px;
    min-height: 20px !important;
    line-height: 20px;
    padding: 0 8px 0 8px;
    border-radius: 0;
    transform: rotate(-45deg) translateY(-100%);
    -webkit-transform: rotate(0) translateY(0);
    transform-origin: right top;
    -webkit-transform-origin: right top;
}

.woocommerce span.onsale:after {
    /*border-right-color: #3498DB;*/
    border-right-color: #FD406A;
}


.woocommerce span.onsale:after,
.woocommerce span.onsale:before {
    content: "";
    position: absolute;
    right: -10px;
    color: #3498DB;
    border: solid 10px transparent;
    /*border-left-color: #3498DB;*/
    border-left-color: #FD406A;
}

.woocommerce span.best {
    position: absolute;
    top: 15px !important;
    left: 0;
    right: auto;
    z-index: 5;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    /*background: #3f3a64;*/
    background: #00C853;
    height: 20px;
    min-height: 20px !important;
    line-height: 20px;
    padding: 0 8px 0 8px;
    border-radius: 0;
    transform: rotate(-45deg) translateY(-100%);
    -webkit-transform: rotate(0) translateY(0);
    transform-origin: right top;
    -webkit-transform-origin: right top;
}

.woocommerce span.onsale + span.best {
    top: 42px !important;
}

.woocommerce span.best:after,
.woocommerce span.best:before {
    content: "";
    position: absolute;
    right: -10px;
    color: #000;
    border: solid 10px transparent;
    /*border-left-color: #3f3a64;*/
    border-left-color: #00C853;
}

.woocommerce span.best:before,
.woocommerce span.onsale:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.woocommerce span.best:after,
.woocommerce span.onsale:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}



@media screen and (min-width: 768px) and (max-width: 1024px) {
    .radiantthemes-shop.four-column > .radiantthemes-shop-box {
        width: 50%;
    }

    .radiantthemes-shop > .radiantthemes-shop-box {
        float: left;
        /* padding-right: 20px; */
        padding: 0 15px;
    }

    .radiantthemes-shop.four-column.style-seven > .radiantthemes-shop-box.last:nth-child(4n+4) {
        padding-right: 15px;
    }

    .radiantthemes-shop.three-column.style-seven > .radiantthemes-shop-box:nth-child(3n+3) {
        padding-right: 15px;
    }

    .woocommerce .woocommerce-ordering {
        margin: 0 0 1em;
    }
}

@media screen and (max-width: 767px) {
    .radiantthemes-shop.four-column > .radiantthemes-shop-box {
        width: 100%;
    }

    .radiantthemes-shop > .radiantthemes-shop-box {
        float: left;
        /* padding-right: 20px; */
        padding: 0 15px;
    }

    .radiantthemes-shop.four-column.style-seven > .radiantthemes-shop-box.last:nth-child(4n+4) {
        padding-right: 15px;
    }

    .radiantthemes-shop.three-column.style-seven > .radiantthemes-shop-box:nth-child(3n+3) {
        padding-right: 15px;
    }


    .woocommerce-page .woocommerce-ordering {
        float: left;
        width: 100%;
    }

    .woocommerce .woocommerce-ordering {
        margin: 0 0 1em;
    }

    .archive .wraper_shop_main.left .order-sm-12 {
        padding-left: 15px !important;
    }

    .archive .wraper_shop_main.right .order-sm-1 {
        padding-right: 15px !important;
    }

    .wraper_blog_main {
        width: 100% !important;
    }

    .wraper_shop_main {
        width: 100% !important;
    }
}





/*--------------------------------------------------------------
# Shop Box (Style Eight)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-eight {
    margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-eight > .holder {
    position: relative;
    text-align: left;
}

.radiantthemes-shop-box.style-eight > .holder > .onsale {
    top: 15px;
    left: 15px;
    width: 50px;
    min-width: initial;
    height: 50px;
    min-height: initial;
    margin: 0;
    padding: 5px;
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    line-height: 40px;
    background: #fff;
    color: #000;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
}

.radiantthemes-shop-box.style-eight > .holder > .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 5px;
}

.radiantthemes-shop-box.style-eight > .holder > .pic:before {
    content: " ";
    display: block;
    padding-top: calc((120 / 90) * 100%);
}

.radiantthemes-shop-box.style-eight > .holder > .pic > .product-image {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-eight > .holder > .pic > .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: 10px;
    transform: translate(0%, -10%);
    transition: 0.4s cubic-bezier(0.48, 0.57, 0.33, 0.89);
    border-radius: 5px;
}

/*.radiantthemes-shop-box.style-eight > .holder > .pic > .overlay{
  position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    z-index: 10;
    background-color: #fff;
    width: calc(100% - 49px);
    height: calc(100% - 49px);
    margin-left: 50%;
    margin-top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: .2s cubic-bezier(.48,.57,.33,.89);
    -o-transition: .2s cubic-bezier(.48,.57,.33,.89);
    transition: .2s cubic-bezier(.48,.57,.33,.89);
}*/
.radiantthemes-shop-box.style-eight > .holder:hover > .pic > .overlay {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0%);
    background-color: #fff;
    transition: 0.4s cubic-bezier(0.48, 0.57, 0.33, 0.89);
    border-radius: 5px;
}

.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    transform: translateY(160px);
    -webkit-transform: translateY(160px);
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border > .button,
.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border > .added_to_cart {
    width: auto;
    float: none;
    padding: 8px 25px 9px 25px;
    background-color: #fff;
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    /*margin-bottom: 20px;*/
    border: 1px solid #000;
    border-radius: 4px;
}

.cross-sells .radiantthemes-shop-box.style-eight > .holder:hover > .pic > .overlay {
    opacity: 0;
    visibility: visible;
    transform: translate(0, 0%);
    background-color: #fff;
    transition: 0.4s cubic-bezier(0.48, 0.57, 0.33, 0.89);
    border-radius: 5px;
}

.cross-sells .radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    transform: translateY(160px);
    -webkit-transform: translateY(160px);
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.cross-sells .radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border > .button,
.cross-sells .radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border > .added_to_cart {
    width: auto;
    float: none;
    padding: 8px 5px 9px 5px;
    background-color: #fff;
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    /*margin-bottom: 20px;*/
    border: 1px solid #000;
    border-radius: 4px;
}

/*.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .button:after {
  content: "\e628";
  font-size: 14px;
  color: #000;
  position: absolute;
  margin: 5px 0 0 5px;
  transition: .3s;
  border: none;
  padding: 0;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}*/

.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons .radiantthemes-cart-border .button.add_to_cart_button.added {
    display: none;
}

.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons .radiantthemes-cart-border .button.add_to_cart_button.loading {
    opacity: 1;
}

.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons .radiantthemes-cart-border .button.add_to_cart_button.loading:after {
    top: 8px;
    right: 10px;
}

.radiantthemes-shop-box.style-eight > .holder > .data {
    text-align: center;
}

.radiantthemes-shop-box.style-eight > .holder > .data .woocommerce-loop-product__title {
    margin-bottom: 0;
    font-weight: 400 !important;
    font-size: 20px;
    color: #191818;
    line-height: 28px !important;
    letter-spacing: 0.6px;
    text-align: center;
}

.radiantthemes-shop-box.style-eight > .holder > .data .star-rating {
    display: inline-block;
    vertical-align: top;
}

.radiantthemes-shop-box.style-eight > .holder > .data .price {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 18px;
    color: #191818;
    line-height: 36px;
}

.radiantthemes-shop-box.style-eight > .holder > .data .price del {
    margin-right: 5px;
}

.radiantthemes-shop-box.style-eight > .holder > .data .price ins {
    font-weight: inherit;
}

/*.radiantthemes-shop-box.style-eight > .holder:hover > .pic > .product-image {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}*/

.radiantthemes-shop-box.style-eight > .holder:hover > .pic > .action-buttons > .radiantthemes-cart-border {
    transform: translateY(150px);
    -webkit-transform: translateY(150px);
    opacity: 1;
    visibility: visible;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    /*background: #3F3A64 !important;
  border: 1px solid #3F3A64 !important;*/
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%) !important;
    border: none !important;
    border-radius: 4px;
    padding: 11px 0px !important;
    text-transform: capitalize !important;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    display: inline-block;
    width: 100%;
    box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3);
    -webkit-box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    /*background: #3F3A64 !important;
  border: 1px solid #3F3A64 !important;*/
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%) !important;
    border: none !important;
    /*box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25) !important;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);*/
}

.shop_table .product-add-to-cart a {
    /*background: #3F3A64 !important;
  border: 1px solid #3F3A64 !important;*/
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%) !important;
    border: none !important;
    padding: 11px 24px !important;
    text-transform: capitalize !important;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce button.button[name="update_cart"] {
    /*background: #3F3A64 !important;
  border: 1px solid #3F3A64 !important;*/
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%) !important;
    border: none !important;
    padding: 11px 33px !important;
    text-transform: capitalize !important;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce button.button[name="update_cart"]:hover {
    /*background: #3F3A64 !important;
  border: 1px solid #3F3A64 !important;*/
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%) !important;
    border: none !important;
    /*box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25) !important;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);*/
}

.woocommerce .coupon button.button {
    width: 36% !important;
    display: inline-block;
    position: absolute;
    height: 54px !important;
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%) !important;
    border: none !important;
    text-transform: capitalize;
}

.woocommerce #payment #place_order {
    /*background: #3F3A64 !important;
  border: 1px solid #3F3A64 !important;*/
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%) !important;
    border: none !important;
    padding: 11px 33px !important;
    text-transform: capitalize !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce #payment #place_order:hover {
    /*background: #3F3A64 !important;
  border: 1px solid #3F3A64 !important;*/
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%) !important;
    border: none !important;
    /*box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25) !important;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);*/
}

.shop_single > .summary form.cart .button {
    /*background: #3F3A64 !important;
  border: 1px solid #3F3A64 !important;
  */
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%) !important;
    border: none !important;
    font-size: 15px !important;
    line-height: 30px !important;
    letter-spacing: 0;
    font-weight: 600;
    padding: 11px 45px !important;
    text-transform: capitalize !important;
    box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3) !important;
    -webkit-box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3) !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.shop_single > .summary form.cart .hover {
    /*background: #3F3A64 !important;
  border: 1px solid #3F3A64 !important;*/
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%) !important;
    border: none !important;
    box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3) !important;
    -webkit-box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3) !important;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.shop_single > .summary .quantity > .qty {
    -moz-appearance: textfield;
}

.woocommerce div.product form.cart {
    margin-bottom: 15px;
}

.woocommerce div.product form.cart .variations label {
    font-size: 14px;
    line-height: 35px;
}

.page-template-default .entry-content ul.woocommerce-error li {
    padding-left: 20px !important;
}

.hentry .entry-content ul.woocommerce-error li {
    padding: 0 0 0 3.5em !important;
}

.woocommerce h1.entry-title {
    line-height: 45px;
    text-transform: capitalize;
    font-size: 34px;
    /*font-family: "Jost SemiBold", Sans-serif;*/
}

.shop_single .rt-product-gallery {
    display: block;
    position: relative;
}

/*--------------------------------------------------------------
## Product Single Page
--------------------------------------------------------------*/

.wraper_shop_single {
    width: 100%;
}

.wraper_shop_single > .container {
    padding-top: 100px;
    padding-bottom: 60px;
}

.shop_single > .onsale {
    width: 60px;
    height: 60px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

#yith-quick-view-content .onsale {
    left: 0;
}

.wraper_shop_single.style-one .shop_single .woocommerce-product-gallery .flex-viewport,
.wraper_shop_single.style-two .shop_single .woocommerce-product-gallery .flex-viewport,
.wraper_shop_single.style-three .shop_single .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 20px;
}

.wraper_shop_single.style-one .shop_single > .woocommerce-product-gallery ol.flex-control-nav {
    display: none;
}

.wraper_shop_single.style-one .shop_single .woocommerce-product-gallery ol.flex-control-nav,
.wraper_shop_single.style-two .shop_single .woocommerce-product-gallery ol.flex-control-nav,
.wraper_shop_single.style-three .shop_single .woocommerce-product-gallery ol.flex-control-nav {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.wraper_shop_single.style-one .shop_single .woocommerce-product-gallery ol.flex-control-nav li,
.wraper_shop_single.style-two .shop_single .woocommerce-product-gallery ol.flex-control-nav li,
.wraper_shop_single.style-three .shop_single .woocommerce-product-gallery ol.flex-control-nav li {
    margin-bottom: 20px !important;
    padding-left: 10px;
    padding-right: 10px;
}

.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover {
    color: #fff;
}

.shop_single > .summary {
    margin-top: -8px;
}

.shop_single > .summary .product_title {
    color: #000 !important;
    margin-bottom: 12px;
    display: block;
}

.shop_single > .summary .woocommerce-product-rating {
    margin-bottom: 17px;
}

.shop_single > .summary > .yith-wcwl-add-to-wishlist {
    /* display: none !important;*/
}

.shop_single > .summary .price,
.shop_single > .summary .woocommerce-variation-price {
    margin-bottom: 20px;
    font-size: 20px !important;
    color: #000 !important;
    line-height: 30px;
    font-weight: 500;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    font-weight: 600;
}

.shop_single > .summary .woocommerce-product-details__short-description {
    /*margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 1px #d8dada solid;*/
    color: #545454;
    font-size: 16px;
    line-height: 30px;
}

.shop_single > .summary table.group_table {
    margin: 0px 0px 30px 0px;
    font-size: 16px;
    line-height: 30px;
}

@media (max-width:767px) {
    .shop_single > .summary .woocommerce-product-details__short-description {
        font-size: 14px;
        line-height: 28px;
    }

    .shop_single > .summary table.group_table {
        font-size: 14px;
        line-height: 28px;
    }
}

.shop_single > .summary table.group_table td {
    vertical-align: middle !important;
}

.shop_single > .summary table.group_table td label {
    margin-bottom: 0;
}

.shop_single > .summary .wcppec-checkout-buttons {
    max-width: 120px;
    margin-top: 0;
    margin-bottom: 40px;
}

.shop_single > .summary .product_meta {
    /*border-top: 1px solid #e7eae5;*/
    margin: 25px 0;
    /*padding: 18px 0 0 0;*/
    padding: 0;
}

.shop_single > .summary .product_meta > .sku_wrapper,
.shop_single > .summary .product_meta > .posted_in,
.shop_single > .summary .product_meta > .tagged_as {
    display: block;
    margin-bottom: 3px;
    font-weight: 500;
    /*font-size: 18px;
  line-height: 32px;*/
}

.shop_single > .summary .product_meta > .sku_wrapper a,
.shop_single > .summary .product_meta > .posted_in a,
.shop_single > .summary .product_meta > .tagged_as a {
    color: #545454;
    position: relative;
}

.shop_single > .summary .product_meta > .sku_wrapper a:hover,
.shop_single > .summary .product_meta > .posted_in a:hover,
.shop_single > .summary .product_meta > .tagged_as a:hover {
    color: #FD406A;
}

.shop_single > .summary .product_meta > .posted_in a::before {
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #FD406A;
    /*background: currentColor;*/
}

.shop_single > .summary .product_meta > .posted_in a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

.shop_single > .summary .product_meta > .tagged_as a::before {
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #FD406A;
    /*background: currentColor;*/
}

.shop_single > .summary .product_meta > .tagged_as a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

.shop_single > .summary .quantity {
    min-width: auto;
    margin: 0 20px 0 0 !important;
}

.shop_single > .summary .quantity > .input-group-addon {
    display: inline-block;
    vertical-align: top;
    width: 28px;
    height: 27px;
    padding: 0;
    background-color: #d5d5d5;
    border: none;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #54546f;
    line-height: 26px;
    cursor: pointer;
    user-select: none;
}


.shop_single > .summary .quantity > .qty::-webkit-inner-spin-button,
.shop_single > .summary .quantity > .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*
.shop_single > .summary .quantity > .qty:focus {
    border: none;
}
*/

.shop_single > .summary select {
    height: 54px;
    padding: 0px 10px 0px 10px;
    border: 1px rgba(195, 196, 198, 0.5) solid;
    font-weight: 400;
    font-size: 15px;
    color: #191717;
}

.shop_single > .summary .variations {
    margin-bottom: 30px !important;
}

.shop_single > .summary .variations tr:not(:last-child) td {
    padding-bottom: 15px;
}

.shop_single > .summary .variations label {
    color: initial;
}

.shop_single > .summary form.cart .button {
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/*.shop_single > .summary form.cart .button:before {
    margin-right: 10px;
    content: "\e655";
    font-family: "themify";
}*/

.shop_single > .summary .yith-wcwl-add-to-wishlist {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 30px;
}

/*.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button,*/
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse {
    /*font-size: 0;*/
}

.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button .feedback,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button .ajax-loading,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse .feedback,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse .feedback,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse .ajax-loading {
    display: none !important;
}

.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > a,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse > a,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse > a {
    display: block;
    color: #54546f;
}

.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > a:hover,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse > a:hover,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse > a:hover {
    color: #54546f;
}

.radiantthemes-shop-box.style-seven .yith-wcwl-wishlistexistsbrowse a,
.radiantthemes-shop-box.style-seven .yith-wcwl-wishlistaddedbrowse a {
    position: absolute;
    right: 0;
    font-size: 0;
    line-height: 35px;
}

.radiantthemes-shop-box.style-seven .yith-wcwl-wishlistexistsbrowse a i,
.radiantthemes-shop-box.style-seven .yith-wcwl-wishlistaddedbrowse a i {
    font-size: 16px;
    text-align: center;
    width: 45px;
    line-height: 45px;
}

/*.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > a:before,*/
/*.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse > a:before,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse > a:before {
  font-family: "Themify";
  font-weight: 400;
  font-size: 15px;
  color: #54546f;
  line-height: 1;
}


.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse > a:before,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse > a:before {
  content: "\e635";
}*/

.shop_single > .summary > .compare {
    background: transparent;
    padding: 0 !important;
    margin: 0;
    font-weight: normal;
    color: #54546f;
}

.shop_single > .summary > .compare:hover {
    background: transparent;
    color: #54546f;
    box-shadow: none !important;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    padding: 0 !important;
}


.shop_single > .summary > .compare:before {
    content: "\e6be";
    font-family: "Themify";
    color: #54546f;
    font-weight: 400;
    font-size: 15px;
    line-height: 45px;
    padding-right: 10px;
}



/*--------------------------------------------------------------
### Shop Details Box (Style One)
--------------------------------------------------------------*/

.wraper_shop_single.style-one .shop_single_tabs {
    margin-top: 40px;
    margin-bottom: 0px;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs {
    margin-bottom: 30px;
    border-bottom-color: #cfced1;
    text-align: center;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-right: 40px;
    margin-bottom: 0;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li:last-child {
    margin-right: 0;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a {
    position: relative;
    display: block;
    margin-right: 0;
    margin-bottom: -2px;
    padding-bottom: 14px;
    border: none;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    line-height: 30px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    content: " ";
    width: auto;
    height: 3px;
    /*background-color: #5f27d4;*/
    background-color: #000;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li.active > a:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.wraper_shop_single.style-one .shop_single_tabs > .tab-content > .tab-pane h2 {
    color: #000;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------------------
### Shop Details Box (Style Two)
--------------------------------------------------------------*/

.wraper_shop_single.style-two .shop_single_accordion > .shop_single_accordion_item {
    margin-bottom: 12px;
}

.wraper_shop_single.style-two .shop_single_accordion > .shop_single_accordion_item > .btn {
    position: relative;
    width: 100%;
    padding: 11px 40px 10px 20px;
    background-color: #fff;
    border: 1px #d9dbdb solid;
    border-radius: 0;
    box-shadow: initial;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_shop_single.style-two .shop_single_accordion > .shop_single_accordion_item > .btn:before {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 0;
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 80%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.wraper_shop_single.style-two .shop_single_accordion > .shop_single_accordion_item > .btn.collapsed:before {
    content: "\f067";
}

.wraper_shop_single.style-two .shop_single_accordion > .shop_single_accordion_item > .collapse h2,
.wraper_shop_single.style-two .shop_single_accordion > .shop_single_accordion_item > .collapsing h2 {
    color: #000;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

/*--------------------------------------------------------------
### Shop Details Box (Style Three)
--------------------------------------------------------------*/

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs {
    display: table;
    table-layout: fixed;
    margin-bottom: 20px;
    border: 1px #ece9e9 solid;
    text-align: center;
}

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs > li {
    display: table-cell;
    width: 1%;
    float: none;
    margin-bottom: 0;
}

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs > li > a {
    display: block;
    margin: 0;
    padding: 7px 10px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    color: #030712;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs > li.active > a {
    background-color: #ece9e9;
}

.wraper_shop_single.style-three .shop_single_tabs > .tab-content > .tab-pane h2 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

/*--------------------------------------------------------------
### Shop Attributes
--------------------------------------------------------------*/
.wraper_shop_single.style-one .shop_single_tabs .tab-content #additional_information {
    border: 1px dotted rgba(0, 0, 0, .1);
    border-radius: 4px;
    margin-bottom: 129px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .wraper_shop_single.style-one .shop_single_tabs .tab-content #additional_information {
        margin-bottom: 109px;
    }
}

@media all and (max-width: 767px) {
    .wraper_shop_single.style-one .shop_single_tabs .tab-content #additional_information {
        margin-bottom: 90px;
    }
}

.shop_single table.shop_attributes {
    border: 1px dotted rgba(0, 0, 0, .1);
    border-radius: 4px;
    margin: 0;
}

.shop_single table.shop_attributes > tbody > tr > th,
.shop_single table.shop_attributes > tbody > tr > td {
    padding: 7px 15px;
    font-style: normal;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
}

.shop_single table.shop_attributes > tbody > tr > th {
    /*width: 50%;*/
    width: 250px;
    font-weight: 600;
    line-height: 30px;
    font-size: 16px;
    font-family: "Poppins";
}

@media (max-width:767px) {
    .shop_single table.shop_attributes > tbody > tr > th {
        font-size: 14px;
        line-height: 28px;
    }
}

.shop_single table.shop_attributes > tbody > tr > td {
    text-align: left;
    border-left: 1px solid #efeeee;
    /*border-left: none;*/
}

/*--------------------------------------------------------------
### Shop Reviews
--------------------------------------------------------------*/
.woocommerce #review_form #respond {
    margin-top: 50px;
}

.shop_single .woocommerce-Reviews {
    text-align: left;
}

@media screen and (min-width: 991px) {
    .shop_single .woocommerce-Reviews #review_form_wrapper {
        width: 60%;
        margin: 0;
    }
}

.woocommerce #reviews #comments ol.commentlist li {
    /*padding: 0px 25px 28px 0px;
  margin: -1px 0 20px;*/
    /*background-color: #f9f9f9;*/
    padding: 35px 35px 26px 35px;
    margin: 1px 0 0px 0;
    border: 0;
    position: relative;
    background: 0;
    border: 0;
    border-radius: 4px;
    box-shadow: 0px 10px 50px -10px rgba(103.00000000000011, 99.99999999999999, 253, 0.2);
    transition: background 0.5s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 15px;
    width: 100%;
    float: left;
    margin-bottom: 5px;
    margin-top: -29px;
}

.woocommerce .star-rating {
    float: right;
    margin-bottom: 10px;
    font-size: 12px;
}

@media (max-width:767px) {
    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
        margin-top: 0px;
    }

    .woocommerce .star-rating {
        float: left;
    }
}

.shop_single > .summary .star-rating {
    margin-top: 10px;
    margin-right: 25px;
}


.woocommerce #reviews #comments ol.commentlist li > .comment_container {
    position: relative;
    min-height: 70px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    top: 0px;
    width: 75px;
    padding: 0;
    /*border: 3px #fff solid;*/
    border-radius: 50px;
    /*box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);*/
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0px 0px 0px 95px;
    padding: 0;
    border: none;
    border-radius: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0;
}

/*.shop_single #review_form .comment-reply-title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #000;
}*/

.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__author {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__verified {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__published-date {
    font-size: 15px;
    line-height: 30px;
}

.shop_single #review_form #respond label {
    display: inline-block;
    text-transform: capitalize;
}

.shop_single #review_form #respond p.comment-form-author label {
    display: none;
}

.shop_single #review_form #respond p.comment-form-email label {
    display: none;
}

.shop_single #review_form #respond p.comment-form-comment2 label {
    display: none;
}

.shop_single #review_form #respond input[type="text"]::placeholder,
.shop_single #review_form #respond input[type="email"]::placeholder,
.shop_single #review_form #respond textarea::placeholder {
    color: #545454;
    opacity: 1;
}


.shop_single #review_form #respond input[type="text"],
.shop_single #review_form #respond input[type="email"],
.shop_single #review_form #respond textarea {
    padding: 12px;
    border: 1px #f8f8f8 solid;
    background: #f8f8f8;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    color: #545454;
    font-family: "Rubik";
    text-transform: capitalize;
}

.shop_single #review_form #respond input[type="text"]:hover,
.shop_single #review_form #respond input[type="email"]:hover,
.shop_single #review_form #respond textarea:hover {
    border: 1px solid #f8f8f8;
    /*background-color: #fff;*/
}

.shop_single #review_form #respond textarea {
    height: 120px;
}

.shop_single #review_form #respond input[type="text"],
.shop_single #review_form #respond input[type="email"] {
    height: 54px;
}

.comment-form .submit {
    min-width: 170px;
}

.shop_single #review_form #respond input[type="submit"] {
    /*font-family: "Jost" !important;*/
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%) !important;
    box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3);
    -webkit-box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3);
    border: none !important;
    font-size: 16px !important;
    padding: 11px 33px !important;
    text-transform: capitalize !important;
    color: #fff !important;
}

a.woocommerce-review-link {
    color: #545454;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 30px;
}

@media (max-width:767px) {
    a.woocommerce-review-link {
        font-size: 14px;
        line-height: 28px;
    }
}

/*--------------------------------------------------------------
### Shop Related
--------------------------------------------------------------*/
ul.payment_methods li {
    list-style: none !important;
}

.shop_related .related.products {
    margin-top: 120px;
}

@media screen and (max-width: 1024px) {
    .shop_related .related.products {
        margin-top: 100px;
    }
}

@media screen and (max-width: 767px) {
    .shop_related .related.products {
        margin-top: 80px;
    }
}

.shop_related > .related.products > h2 {
    color: #000;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 25px;
    line-height: 37px;
    letter-spacing: 0;
    text-transform: capitalize;
}



/*--------------------------------------------------------------
# Empty Cart Page
--------------------------------------------------------------*/

.return-to-shop .button.wc-backward:before {
    display: none;
}

.woocommerce div.product form.cart .group_table td:first-child {
    width: auto;
}

.woocommerce .cart-empty {
    margin-bottom: 25px;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    padding: 15px 10px 17px 10px;
}

.woocommerce .return-to-shop {
    text-align: center;
    margin-bottom: 0px;
}

.woocommerce .return-to-shop .button {
    background-color: initial;
    border-radius: 0;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    background: #FD406A !important;
    padding: 12px 33px !important;
    border: none !important;

}

/*--------------------------------------------------------------
# Login/Register Page
--------------------------------------------------------------*/

legend,
#customer_login h2,
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h5,
.cart_totals h2,
.woocommerce-billing-fields h5,
.woocommerce-shipping-fields h5,
.woocommerce-additional-fields h5,
h3#order_review_heading,
body.woocommerce-order-received h2,
body.woocommerce-order-received header.title h5,
.wishlist-title h2 {
    margin: 0px 0px 37px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px rgba(84, 84, 111, 0.3) solid;
    color: #000 !important;
    text-transform: capitalize;
}

h5#ship-to-different-address label {
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 0;
}

h3#order_review_heading {
    padding-bottom: 10px !important;
    padding-left: 0 !important;
}

.woocommerce form.login,
.woocommerce form.register {
    border: 1px rgba(40, 41, 37, 0.2) solid;
    border-radius: 0;
}

.woocommerce form .form-row {
    padding: 6px 0 6px 0;
}

.woocommerce form .form-row label {
    margin: 0px 0px 7px 0px;
    font-weight: 400;
    font-size: 16px;
    color: #545454;
    line-height: 30px;
    display: none;
    text-transform: capitalize;
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
    float: left;
    width: 49.9%;
}

.woocommerce ul#shipping_method li {
    margin: 0px;
    line-height: 30px;
}

.woocommerce form .form-row input.input-text {
    height: 54px;
    padding: 12px !important;
    background: #f8f8f8;
    border: 1px #f8f8f8 solid !important;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #545454;
    line-height: 26px;
    resize: none;
    transition: all 0.3s ease-in-out;
    font-family: "Rubik";
}

.woocommerce form .form-row textarea {
    height: 120px;
    padding: 12px !important;
    background: #f8f8f8;
    border: 1px #f8f8f8 solid !important;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #545454;
    line-height: 26px;
    resize: none;
    transition: all 0.3s ease-in-out;
    font-family: "Rubik";
}

.woocommerce form .form-row input[type="text"]::placeholder,
.woocommerce form .form-row input[type="tel"]::placeholder,
.woocommerce form .form-row input[type="email"]::placeholder,
.woocommerce form .form-row textarea::placeholder {
    color: #545454;
    opacity: 1;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
    width: 100%;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    width: 100%;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3) !important;
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%) !important;
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
    padding: 12px 36px;
    border: 0px none;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-weight: 600;
    float: left;
    margin-right: 1em;
    text-transform: capitalize;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%);
    border-radius: 4px;
    color: #fff;
    box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3) !important;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

/*.woocommerce form .form-row textarea {
  height: 100px;
  padding: 7px 10px 7px 10px;
}*/

.select2-container .select2-selection {
    height: 54px;
    border: 1px #f8f8f8 solid;
    border-radius: 4px;
    background: #f8f8f8;
    padding: 14px 10px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #545454;
}

.select2-dropdown {
    border-color: #f8f8f8;
}

.select2-container .select2-selection > .select2-selection__rendered {
    /* margin-top: 9px;*/
    font-weight: 400;
    font-size: 14px;
    color: #545454;
    line-height: inherit;
    background: #f8f8f8;
    line-height: 26px;
}

.select2-container .select2-selection > .select2-selection__arrow {
    top: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.select2-container .select2-selection:hover {
    border-width: 1px;
    border-style: solid;
}

.woocommerce form .form-row input.button {
    margin: 10px 15px 5px 0px;
}

a.woocommerce-button.button.view {
    color: #fff !important;
}

a.woocommerce-button.button.view:hover:before {
    display: none;
}

/*--------------------------------------------------------------
# My Account Page
--------------------------------------------------------------*/

.woocommerce-MyAccount-navigation {
    min-height: 350px;
    padding: 0px 30px 0px 0px;
}

.woocommerce-MyAccount-navigation > ul {
    margin: 0 0 0 -20px;
}

.woocommerce-MyAccount-navigation > ul > li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 18px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    list-style: none;
}

.page-template-default .entry-content .woocommerce-MyAccount-navigation > ul > li {
    list-style: none;
    border: 1px solid #e1e1e1;
    padding: 10px 24px !important;
    margin: 0 0px -1px 0px !important;
}

.page-template-default .entry-content .woocommerce-MyAccount-navigation > ul {
    padding-left: 20px !important;
}

.woocommerce-MyAccount-navigation > ul > li:last-child,
.woocommerce-MyAccount-navigation > ul > li:only-child {
    margin: 0;
}

.woocommerce-MyAccount-navigation > ul > li:before {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 0;
    content: "\f101";
    font-family: "FontAwesome";
    font-size: 15px;
    color: #ff3c24;
    line-height: 15px;
}

.woocommerce-MyAccount-navigation > ul > li > a {
    color: #10101d;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.woocommerce-MyAccount-navigation > ul > li > a:hover {
    color: #10101d;
}

.woocommerce-MyAccount-content p {
    margin: 0px 0px 20px 0px;
}

.woocommerce-MyAccount-content #generate_referral_field,
.woocommerce-MyAccount-content #rs_redeem_voucher_code,
.woocommerce-MyAccount-content #filters,
.woocommerce-MyAccount-content #change-page-sizes {
    width: 100%;
    max-width: 300px;
    height: 40px;
    margin: 0px 0px 10px 0px;
    padding: 0px 10px 0px 10px;
    background: #fff;
    border: 1px rgba(195, 196, 198, 0.5) solid;
    border-radius: 0;
    font-weight: 400;
    font-size: 15px;
    color: #191717;
    line-height: 23px;
    resize: none;
    transition: all 0.3s ease-in-out;
}

.woocommerce-MyAccount-content #filters,
.woocommerce-MyAccount-content #change-page-sizes {
    max-width: 70px;
    margin-left: 7px;
}

.woocommerce-MyAccount-content #generate_referral_field:focus,
.woocommerce-MyAccount-content #rs_redeem_voucher_code:focus {
    border: 1px #ff3c24 solid;
}

/*--------------------------------------------------------------
# Cart Page
--------------------------------------------------------------*/

.woocommerce .product-thumbnail {
    text-align: center;
}

.woocommerce .product-thumbnail .size-woocommerce_thumbnail {
    width: 120px;
    border-radius: 4px;
}

.woocommerce .quantity .qty {
    height: 40px;
    width: 80px;
    padding: 0px 5px 0px 20px;
    border: 1px rgba(84, 84, 111, 0.3) solid;
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.woocommerce .quantity .qty:focus {
    border: 1px #54546F solid;
}

.woocommerce button.button[name="update_cart"],
.woocommerce button.button[name="update_cart"]:disabled,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    /*    padding-top: 11px !important;
    padding-bottom: 10px !important;*/
    text-transform: capitalize;
    /*letter-spacing: 1px;*/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce-cart .fp_apply_reward .input-text {
    width: 100%;
    max-width: 180px;
    height: 40px;
    margin: 0px 0px 10px 0px;
    padding: 0px 10px 0px 10px;
    background: #fff;
    border: 1px rgba(195, 196, 198, 0.5) solid;
    border-radius: 0;
    font-weight: 400;
    font-size: 15px;
    color: #191717;
    line-height: 23px;
    resize: none;
    transition: all 0.3s ease-in-out;
}

.woocommerce-cart .fp_apply_reward .input-text:focus {
    border: 1px #ff3c24 solid;
}

.woocommerce .coupon,
.woocommerce .checkout_coupon {
    position: relative;
    width: 100%;
    max-width: 350px;
    /*border: 1px rgba(84, 84, 111, 0.3) solid;*/
    border-radius: 0;
}

.woocommerce .coupon:before,
.woocommerce .coupon:after,
.woocommerce .checkout_coupon:before,
.woocommerce .checkout_coupon:after {
    position: absolute;
    top: 14px;
    z-index: 0;
    width: 40px;
    text-align: center;
    font-family: "themify";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    display: none !important;
}

.woocommerce .coupon:before,
.woocommerce .checkout_coupon:before {
    left: 0;
    content: "\e613" !important;
}

/*.woocommerce .coupon:after,
.woocommerce .checkout_coupon:after {
  right: 0;
  content: "\e65d" !important;
}*/


.woocommerce .checkout_coupon input.input-text {
    width: 100% !important;
    height: 51px;
    padding: 0px 20px 0 12px !important;
    border: 1px solid;
}

.woocommerce .coupon input.input-text {
    width: 62% !important;
    height: 51px;
    padding: 0px 20px 0 12px !important;
    border: 1px solid;
}

.woocommerce form.checkout_coupon {
    padding: 8px 20px !important;
}


.woocommerce form.login,
.woocommerce form.register {
    box-shadow: 0px 5px 15px 0px rgba(42.00000000000025, 22.000000000000014, 139, 0.08) !important;
    border: 0 none;
    padding: 30px 25px 6px 45px !important;
    margin: 0;
}

.woocommerce .coupon,
.woocommerce .checkout_coupon {
    max-width: 442px !important;
}

.woocommerce .coupon button.button,
.woocommerce .checkout_coupon button.button {
    /*position: absolute;*/
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 40px;
    padding: 0 !important;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.woocommerce table.shop_table {
    width: 100%;
    table-layout: auto;
    margin-bottom: 15px;
    border-collapse: collapse;
    border: none;
    border-radius: 0;
    text-align: center;
}

.page.woocommerce-cart .woocommerce table.shop_table {
    margin-bottom: 0px;
}

.woocommerce table.shop_table > thead > tr > th {
    padding-top: 0;
    padding-bottom: 15px;
    border: none !important;
    border-bottom: 1px #e7e7e7 solid !important;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    color: #000 !important;
    line-height: 30px;
    font-family: "Poppins";
}

@media (max-width:480px) {
    .woocommerce table.shop_table > thead > tr > th {
        font-size: 14px !important;
        line-height: 28px !important;
    }
}

.woocommerce table.shop_table > thead > tr > th.product-remove,
.woocommerce table.shop_table > thead > tr > th.product-price,
.woocommerce table.shop_table > thead > tr > th.product-quantity,
.woocommerce table.shop_table > thead > tr > th.product-subtotal,
.woocommerce table.shop_table > thead > tr > th.product-stock-status,
.woocommerce table.shop_table > thead > tr > th.product-add-to-cart {
    text-align: center;
}

.woocommerce table.shop_table > tbody > tr > th {
    padding: 20px 12px;
    border: none !important;
    border-bottom: 1px #e7e7e7 solid !important;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 400 !important;
    /*font-family: "Jost" !important;*/
}

.woocommerce table.shop_table > thead > tr > th.product-name,
.woocommerce table.shop_table > tbody > tr > td.product-name {
    padding-left: 0px;
}

.woocommerce table.shop_table > tbody > tr > td {
    padding: 20px 12px;
    border: none !important;
    border-bottom: 1px #e7e7e7 solid !important;
    text-align: left;
    font-size: 16px;
    line-height: 30px !important;
    color: #545454 !important;
    font-weight: 400 !important;
}

@media screen and (min-width: 1024px) and (max-width: 1170px) {
    .woocommerce table.shop_table > tbody > tr > td {
        padding: 20px 12px;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce table.shop_table > tbody > tr > td {
        padding: 20px 0px;
    }

}

@media screen and (max-width: 767px) {
    .woocommerce table.shop_table > tbody > tr > td {
        padding: 20px 0px;
        font-size: 14px;
        line-height: 28px !important;
    }
}

.woocommerce table.shop_table td {
    color: #545454 !important;
}

.woocommerce table.shop_table > tbody > tr > th.product-remove,
.woocommerce table.shop_table > tbody > tr > th.product-price,
.woocommerce table.shop_table > tbody > tr > th.product-quantity,
.woocommerce table.shop_table > tbody > tr > th.product-subtotal,
.woocommerce table.shop_table > tbody > tr > th.product-stock-status,
.woocommerce table.shop_table > tbody > tr > th.product-add-to-cart,
.woocommerce table.shop_table > tbody > tr > td.product-remove,
.woocommerce table.shop_table > tbody > tr > td.product-price,
.woocommerce table.shop_table > tbody > tr > td.product-quantity,
.woocommerce table.shop_table > tbody > tr > td.product-subtotal,
.woocommerce table.shop_table > tbody > tr > td.product-stock-status,
.woocommerce table.shop_table > tbody > tr > td.product-add-to-cart {
    text-align: center;
}

.woocommerce table.shop_table > tbody > tr > th.product-thumbnail,
.woocommerce table.shop_table > tbody > tr > td.product-thumbnail {
    width: 120px;
}

td.product-thumbnail {
    padding-left: 0 !important;
}

.woocommerce table.shop_table > tbody > tr > th .remove,
.woocommerce table.shop_table > tbody > tr > td .remove {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #FD406A;
    border-radius: 4px;
    font-size: 9px;
    color: #fff !important;
    line-height: 21px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    padding-right: 0.5px;
}

.woocommerce table.shop_table > tbody > tr > th .yith-wcqv-button,
.woocommerce table.shop_table > tbody > tr > td .yith-wcqv-button {
    display: none;
}

.woocommerce table.shop_table > tbody > tr > th .wishlist-in-stock,
.woocommerce table.shop_table > tbody > tr > th .wishlist-out-of-stock,
.woocommerce table.shop_table > tbody > tr > td .wishlist-in-stock,
.woocommerce table.shop_table > tbody > tr > td .wishlist-out-of-stock {
    display: inline-block;
    padding: 5px 15px 4px 15px;
    border-width: 2px;
    border-style: solid;
    border-radius: 35px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.3px;
}

.woocommerce table.shop_table > tbody > tr > th .wishlist-in-stock,
.woocommerce table.shop_table > tbody > tr > td .wishlist-in-stock {
    background: #0edc8d !important;
    border: none;
    color: #fff !important;
    padding: 0 10px;
    font-size: 12px;
    letter-spacing: 0.4px;
    border-radius: 4px;
    text-transform: capitalize;
}

.woocommerce table.shop_table > tbody > tr > th .wishlist-out-of-stock,
.woocommerce table.shop_table > tbody > tr > td .wishlist-out-of-stock {
    background: #ee1111 !important;
    border: none;
    color: #fff !important;
    padding: 0 10px;
    font-size: 12px;
    letter-spacing: 0.4px;
    border-radius: 4px;
    text-transform: capitalize;
}

.woocommerce table.shop_table > tbody > tr > th.product-add-to-cart a,
.woocommerce table.shop_table > tbody > tr > td.product-add-to-cart a {
    display: inline-block !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce .cart-collaterals {
    background: #EEF5FF;
    padding: 12px 40px 10px 40px;
    border-radius: 4px;
}

@media screen and (min-width:769px) and (max-width:1170px) {
    .woocommerce .cart-collaterals {
        margin-top: 20px;
    }
}

@media screen and (max-width:768px) {
    .woocommerce .cart-collaterals {
        margin-top: 44px;
    }
}

.woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    padding: 20px 0 0 0;
    /*background-color: rgba(0, 0, 0, 0.05);
    border-radius: 5px;*/
}

.woocommerce .cart-collaterals .cart_totals > h2 {
    margin-bottom: 8px;
    padding-bottom: 6px;
    /*border-bottom: 2px #e7e7e7 solid;*/
    border-bottom: none;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    letter-spacing: 0px;
    font-family: "Poppins";
}

@media (max-width:767px) {
    .woocommerce .cart-collaterals .cart_totals > h2 {
        font-size: 14px;
        line-height: 28px;
    }
}

.woocommerce .cart-collaterals .cart_totals .wcppec-checkout-buttons__button {
    padding-top: 0;
}

.woocommerce .cart-collaterals .cart_totals .wcppec-checkout-buttons__button img {
    max-width: 120px;
}

.woocommerce-cart .woocommerce input.input-text[name=coupon_code] {
    width: 61%;
    border-radius: 4px;
}

.woocommerce-page table.cart td.actions .coupon .button {
    height: 40px;
}

.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    padding-bottom: 0;
}



/*--------------------------------------------------------------
# Checkout Page
--------------------------------------------------------------*/

.woocommerce #payment #place_order {
    padding: 11px 40px !important;
    text-transform: uppercase;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce #payment #place_order:hover {
    /*box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25) !important;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);*/
}

.woocommerce form .form-row .input-checkbox {
    position: static;
}

.woocommerce form #customer_details {
    width: 50%;
    float: left;
    padding-right: 15px;
}

.woocommerce form #customer_shipping {
    width: 50%;
    float: left;
    padding-left: 15px;
}

.woocommerce form #customer_details > [class*="col-"] {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce form #customer_shipping > [class*="col-"] {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}

/*.woocommerce form #customer_details > [class*="col-"] {
  width: 100%;
  margin-bottom: 20px;
}*/

@media screen and (max-width: 900px) {
    .woocommerce form #customer_details {
        width: 100%;
        padding: 0;
    }


    .woocommerce form #customer_shipping {
        width: 100%;
        padding: 0;
    }

    .woocommerce form #customer_shipping > [class*="col-"] {
        padding: 0 !important;
    }
}

.woocommerce form #order_review_heading,
.woocommerce form #order_review {
    /*
    width: 100%;
    float: right;
    padding: 0 15px;
*/
}

.woocommerce form #order_review {
    width: 100%;
    float: right;
    padding-top: 28px;
}

.woocommerce form .about_paypal {
    margin-left: 10px;
}

@media screen and (max-width:767px) {
    .woocommerce form #customer_details > [class*="col-"] {
        padding: 0px;
    }

    .woocommerce form #customer_shipping > [class*="col-"] {
        padding: 0px;
    }

    /*.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: block;
}*/
}

.r-padding {
    padding-left: 0px;
    padding-right: 15px;
}

.l-padding {
    padding-left: 15px;
    padding-right: 0px;
}

/*--------------------------------------------------------------
# Order Received Page
--------------------------------------------------------------*/

p.woocommerce-thankyou-order-received {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px rgba(40, 41, 37, 0.2) solid;
    font-weight: 600;
    font-size: 24px;
    color: #000;
    line-height: 35px;
}

/*--------------------------------------------------------------
# YITH WISHLIST POPUP
--------------------------------------------------------------*/

#yith-wcwl-popup-message {
    display: flex;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    font-size: 0;
}

#yith-wcwl-popup-message #yith-wcwl-message {
    padding: 12px 20px 14px 20px;
    background-color: #fff;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
    font-size: 15px;
    line-height: 26px;
}

/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Team Single Page
--------------------------------------------------------------*/

/* wraper_team_single */

.wraper_team_single {
    width: 100%;
}

.wraper_team_single > .container {
    /*padding-top: 100px;
  padding-bottom: 60px;*/
}

/*--------------------------------------------------------------
# Team Single Page Style One
--------------------------------------------------------------*/

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard {
    margin-bottom: 30px;
    padding: 28px 30px 30px 30px;
    background-color: #f4f9fd;
    border: 1px #dfeaf2 solid;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard > *:last-child {
    margin-bottom: 0 !important;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard h2 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 34px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard h3 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 25px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard hr {
    margin-top: 0;
    margin-bottom: 22px;
    border-top-color: #e2e2e2;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.contact {
    margin-top: 5px;
    margin-bottom: 25px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.contact li {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 26px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.contact li i {
    width: 16px;
    margin-right: 9px;
    color: #193a5e;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.contact li a {
    color: inherit;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.social {
    margin-bottom: 20px;
    font-size: 0;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.social li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.social li:last-child,
.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.social li:only-child {
    margin-right: 0;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.social li > a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px #d5dde3 solid;
    border-radius: 50%;
    text-align: center;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.social li > a i {
    font-size: 16px;
    color: #193a5e;
    line-height: 26px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard .btn {
    padding: 12px 35px 12px 35px;
    background-color: #89be16;
    border: none;
    border-radius: 35px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    cursor: pointer;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard .btn i {
    margin-left: 10px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-timingcard {
    margin-bottom: 40px;
    padding: 15px 30px 15px 30px;
    background-color: #f4f9fd;
    border: 1px #dfeaf2 solid;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-timingcard > *:last-child {
    margin-bottom: 0 !important;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-timingcard .table {
    margin-bottom: 0;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-timingcard .table > tbody > tr > td {
    padding: 13px 0px 13px 0px;
    border-top: none;
    border-bottom: 1px #e2e2e2 solid;
    font-size: 14px;
    line-height: 25px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-timingcard .table > tbody > tr > td:first-child {
    text-align: left;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-timingcard .table > tbody > tr > td:last-child {
    text-align: right;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-timingcard .table > tbody > tr:last-child > td,
.team_single.style-one .team-profilebuzz .team-profilebuzz-timingcard .table > tbody > tr:only-child > td {
    border-bottom: none;
}

/*--------------------------------------------------------------
# Event Page
--------------------------------------------------------------*/

/* wraper-radiantthemes-event */

.wraper-radiantthemes-event {
    width: 100%;
    height: auto;
}

.wraper-radiantthemes-event > .container {
    padding-top: 70px;
    padding-bottom: 30px;
}

#tribe-bar-form #tribe-bar-views {
    left: 90%;
    width: 10%;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
    padding: 7px 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
}

#tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
    right: 10%;
    width: 90%;
}

#tribe-bar-form {
    background-color: #fff;
    box-shadow: 0px 0px 48px rgba(5, 6, 6, 0.08);
}

.tribe-events-ical {
    display: none !important;
}

/*--------------------------------------------------------------
# Event Month View Page
--------------------------------------------------------------*/

.tribe-events-calendar thead th {
    padding-top: 12px;
    padding-bottom: 13px;
    background-color: #252525;
    border: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
}

#tribe-events-content .tribe-events-calendar td {
    border-color: #e7e7e7;
}

.tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*="tribe-events-daynum-"] {
    margin-left: -1px;
    margin-right: -1px;
    padding: 8px 10px 10px 10px !important;
    background-color: #e54217;
    border-left: 1px rgba(255, 255, 255, 0.2) solid;
    border-right: 1px rgba(255, 255, 255, 0.2) solid;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    line-height: 25px !important;
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] {
    background-color: #252525;
}

.tribe-events-calendar div[id*="tribe-events-daynum-"] > a,
.tribe-events-calendar div[id*="tribe-events-daynum-"] > a:hover,
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a,
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a:hover,
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a,
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a:hover,
.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*="tribe-events-daynum-"] > a,
.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*="tribe-events-daynum-"] > a:hover {
    background-color: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events,
.tribe-events-viewmore {
    margin: 0;
    padding: 13px 10px 14px 10px;
}

#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
    padding: 0;
}

.recurring-info-tooltip,
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-shortcode.view-week .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
    padding: 0px 15px 15px 15px;
}

#tribe-events-content .tribe-events-tooltip h4 {
    margin: 0px -15px 20px -15px;
    padding: 10px 15px 10px 15px;
    background-color: #fbefc7;
    border-bottom: 1px #f2e5bb solid;
    font-weight: 600;
    font-size: 16px;
    color: #051a37;
    line-height: 26px;
}

/*--------------------------------------------------------------
# Event List View Page
--------------------------------------------------------------*/

.radiantthemes-event-list {
    margin-top: 20px;
    padding: 20px 30px 10px 30px;
    background-color: #fff;
    box-shadow: 0px 0px 48px rgba(5, 6, 6, 0.08);
}

.radiantthemes-event-list-item {
    border: 1px #e8e8e8 solid !important;
    margin: 0px 0px 40px 0px !important;
    padding: 0 !important;
}

.radiantthemes-event-list-item > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
}

.radiantthemes-event-list-item > .row > [class*="col-"] {
    float: none;
    flex-basis: 0;
    flex-grow: 1;
    padding-right: 0;
    padding-left: 0;
}

.radiantthemes-event-list-item-pic {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 25%;
    min-height: 100%;
    background: center top no-repeat;
    background-size: cover;
    text-align: center;
}

.radiantthemes-event-list-item-pic > .holder img {
    width: 100%;
}

.radiantthemes-event-list-item-data {
    max-width: 50%;
    padding: 20px 25px 20px 25px !important;
}

.radiantthemes-event-list-item-data > .holder > *:last-child {
    margin-bottom: 0 !important;
}

.radiantthemes-event-list-item-data h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 20px;
    color: #0c1434;
    line-height: 30px;
}

.radiantthemes-event-list-item-data p {
    margin-bottom: 15px;
}

.radiantthemes-event-list-item-data ul.event-list-meta {
    margin-bottom: 15px;
}

.radiantthemes-event-list-item-data ul.event-list-meta > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 5px;
    padding-left: 0 !important;
}

.radiantthemes-event-list-item-data ul.event-list-meta > li:before {
    display: none;
}

.radiantthemes-event-list-item-data ul.event-list-meta > li.city {
    width: 100%;
    margin-right: 0;
}

.radiantthemes-event-list-item-data ul.event-list-meta > li i {
    margin-right: 6px;
}

.radiantthemes-event-list-item-button {
    max-width: 25%;
    padding: 20px 15px 20px 15px !important;
    text-align: center;
}

.radiantthemes-event-list-item-button .btn {
    padding: 12px 35px 12px 35px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}

/*--------------------------------------------------------------
# Event Day View Page
--------------------------------------------------------------*/

.radiantthemes-event-day {
    margin-top: 20px;
}

.radiantthemes-event-day-item {
    margin: 0px 0px 40px 0px !important;
}

.radiantthemes-event-day-item-pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 17px;
}

.radiantthemes-event-day-item-pic > img {
    width: 100%;
}

.radiantthemes-event-day-item-pic > .holder {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: cover;
}

.radiantthemes-event-day-item-pic .tribe-events-event-image {
    width: 100%;
    margin: 0;
}

.radiantthemes-event-day-item-pic > .holder img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-event-day-item:hover .radiantthemes-event-day-item-pic > .holder img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.radiantthemes-event-day-item-pic > .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-event-day-item:hover .radiantthemes-event-day-item-pic > .overlay {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.radiantthemes-event-day-item-pic > .overlay > .table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
}

.radiantthemes-event-day-item-pic > .overlay > .table > .table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.radiantthemes-event-day-item-pic .btn {
    padding: 5px 20px 6px 20px;
    background-color: initial;
    border: 2px #fde428 solid;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    letter-spacing: 2px;
}

.radiantthemes-event-day-item-data > *:last-child {
    margin-bottom: 0 !important;
}

.radiantthemes-event-day-item-data h3 {
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 17px;
    color: #252525;
    line-height: 28px;
}

.radiantthemes-event-day-item-data h3 a {
    color: inherit;
}

.radiantthemes-event-day-item-data ul.event-list-meta {
    margin-bottom: 5px;
}

.radiantthemes-event-day-item-data ul.event-list-meta > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 5px;
    padding-left: 0;
    font-weight: 400;
    font-size: 14px;
    color: #252525;
    line-height: 25px;
}

.radiantthemes-event-day-item-data ul.event-list-meta > li:before {
    display: none;
}

.radiantthemes-event-day-item-data ul.event-list-meta > li i {
    margin-right: 3px;
}

/*--------------------------------------------------------------
Extra Classes and Id's
--------------------------------------------------------------*/

.comment-body footer.comment-meta .comment-author {
    display: block;
    margin-bottom: 7px !important;
    color: #000000 !important;
    line-height: 30px !important;
}

/*--------------------------------------------------------------
# 404 Error Page
--------------------------------------------------------------*/

/* wraper_error_main */

.wraper_error_main {
    width: 100%;
}

.wraper_error_main.style-one .error_main .btn {
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%) !important;
    border: none !important;
    color: #fff !important;
    padding: 11px 33px !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3);
    -webkit-box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3);
    text-transform: capitalize;
}

/*--------------------------------------------------------------
# 404 Error Style One
--------------------------------------------------------------*/

.wraper_error_main.style-one > .container {
    padding-top: 144px;
    padding-bottom: 150px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .wraper_error_main.style-one > .container {
        padding-top: 120px;
        padding-bottom: 130px;
    }
}

@media screen and (max-width: 767px) {
    .wraper_error_main.style-one > .container {
        padding-top: 151px;
        padding-bottom: 110px;
    }
}

.wraper_error_main.style-one .error_main {
    text-align: center;
}

.wraper_error_main.style-one .error_main > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_error_main.style-one .error_main .radiantthemes-counterup {
    margin-bottom: 0px;
    font-family: "Poppins", Sans-serif !important;
    text-align: center;
    font-weight: 600;
    font-size: 180px;
    color: #000 !important;
    letter-spacing: 5px;
    line-height: 190px;
}

.wraper_error_main.style-one .error_main h1 {
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 34px !important;
    color: #000 !important;
    /*font-family: "Jost Regular" !important;*/
    line-height: 45px !important;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.wraper_error_main.style-one .error_main p {
    font-size: 20px;
    line-height: 30px;
    margin-top: -13px;
    margin-bottom: 32px;
    text-align: center;
    width: 40%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .wraper_error_main.style-one .error_main p {
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    .wraper_error_main.style-one .error_main p {
        width: 100%;
        margin-top: 10px;
    }
}

.wraper_error_main.style-one .error_main .odometer-ribbon-inner .odometer-value {
    /*font-family: "Jost Regular" !important;*/
    color: #000 !important;
}

.wraper_error_main.style-one .error_main {
    padding-top: 35px;
    margin-bottom: -10px;
}

.wraper_error_main.style-one .error_main h2 {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 25px;
    color: #000 !important;
    line-height: 37px;
    letter-spacing: 0px;
    /*font-family: "Jost Regular" !important;*/
    text-transform: capitalize;
}

/*
.wraper_error_main.style-one .error_main .btn {
    background: none !important;
    box-shadow: none !important;
    font-family: "Jost Medium" !important;
    color: #000 !important;
    border-radius: 0 !important;
    padding: 11px 33px !important;
    border: 1px solid #000 !important;
    text-transform: none !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    line-height: 27px !important;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}
*/

/*.wraper_error_main.style-one .error_main .btn:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}*/

.wraper_error_main.style-one .error_main .btn > span {
    display: none;
    /*display: inline-block;
    vertical-align: middle;
    margin-right: 10px;*/
}

/*--------------------------------------------------------------
# 404 Error Style Two
--------------------------------------------------------------*/

.wraper_error_main.style-two > .container {
    padding-top: 200px;
    padding-bottom: 200px;
}

.wraper_error_main.style-two .error_main {
    text-align: center;
}

.wraper_error_main.style-two .error_main > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_error_main.style-two .error_main img {
    margin-bottom: 30px;
}

.wraper_error_main.style-two .error_main h1 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 30px;
    color: #1a1a1a;
    line-height: 40px;
}

.wraper_error_main.style-two .error_main .btn {
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}

/*--------------------------------------------------------------
# 404 Error Style Three
--------------------------------------------------------------*/

.wraper_error_main.style-three > .container {
    padding-top: 200px;
    padding-bottom: 160px;
}

.wraper_error_main.style-three .error_main_item {
    margin-bottom: 40px;
}

.wraper_error_main.style-three .error_main_item > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_error_main.style-three .error_main_item img {
    width: 400px;
    margin-bottom: 10px;
}

.wraper_error_main.style-three .error_main_item h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 80px;
    color: #242c31;
    line-height: 90px;
}

.wraper_error_main.style-three .error_main_item h2 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 30px;
}

.wraper_error_main.style-three .error_main_item .btn {
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}

/*--------------------------------------------------------------
# 404 Error Style Four
--------------------------------------------------------------*/

.wraper_error_main.style-four > .container {
    padding-top: 150px;
    padding-bottom: 200px;
}

.wraper_error_main.style-four .error_main {
    text-align: center;
}

.wraper_error_main.style-four .error_main > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_error_main.style-four .error_main img {
    width: 500px;
    margin-bottom: 25px;
}

.wraper_error_main.style-four .error_main h1 {
    margin-bottom: 35px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    color: #1a1a1a;
    line-height: 40px;
}

.wraper_error_main.style-four .error_main .btn {
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}

/*--------------------------------------------------------------
# Maintenance Mode Page
--------------------------------------------------------------*/

/* wraper_maintenance_main */

/*.wraper_maintenance_main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}*/

.wraper_maintenance_main > .table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
}

.wraper_maintenance_main > .table > .table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 40px;
    vertical-align: middle;
}

.wraper_maintenance_main > .table > .table-cell .container {
    padding-top: 40px;
    padding-bottom: 0;
}

.maintenance_main_item {
    text-align: center;
    padding-bottom: 170px;
}

.maintenance_main_item > *:last-child {
    margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
# Maintenance Mode Style One
--------------------------------------------------------------*/

.wraper_maintenance_main.style-one {
    background-repeat: no-repeat;
    padding: 0px 0 250px 0;
    background-position: bottom;
}

.wraper_maintenance_main.style-one .maintenance_main_item h1 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 22px;
    color: #000;
    line-height: 32px;
}

.wraper_maintenance_main.style-one .maintenance_main_item h1 strong {
    display: block;
    margin-top: 8px;
    font-weight: 700;
    font-size: 54px;
    line-height: 65px;
}

.wraper_maintenance_main.style-one .maintenance_main_item h2 {
    color: #000;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

/*--------------------------------------------------------------
# Maintenance Mode Style Two
--------------------------------------------------------------*/

.wraper_maintenance_main.style-two {
    background-repeat: no-repeat;
    background-position: calc(50% + 250px) center;
}

.wraper_maintenance_main.style-two .maintenance_main_item h1 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 40px;
    color: #1a1a1a;
    line-height: 50px;
}

.wraper_maintenance_main.style-two .maintenance_main_item h1 strong {
    display: block;
    font-weight: 700;
    font-size: 65px;
    line-height: 70px;
}

.wraper_maintenance_main.style-two .maintenance_main_item h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    color: #1a1a1a;
    line-height: 28px;
}

/*--------------------------------------------------------------
# Maintenance Mode Style Three
--------------------------------------------------------------*/

.wraper_maintenance_main.style-three {
    background-repeat: no-repeat;
    background-position: calc(50% + 200px) bottom;
    background-size: 500px auto;
}

.wraper_maintenance_main.style-three .maintenance_main_item h1 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 25px;
    color: #1a1a1a;
    line-height: 35px;
}

.wraper_maintenance_main.style-three .maintenance_main_item h1 strong {
    display: block;
    margin-top: 7px;
    font-weight: 700;
    font-size: 70px;
    line-height: 75px;
}

.wraper_maintenance_main.style-three .maintenance_main_item h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 30px;
}

/*--------------------------------------------------------------
# Coming Soon Page
--------------------------------------------------------------*/

/* wraper_comingsoon_main */

.wraper_comingsoon_main {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.wraper_comingsoon_main > .table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
}

.wraper_comingsoon_main > .table > .table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 48px 0 48px 0;
    vertical-align: middle;
}

.comingsoon_main {
    width: 100%;
    max-width: 1170px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 767px) {}


/*--------------------------------------------------------------
# Coming Soon Style One
--------------------------------------------------------------*/

/*.wraper_comingsoon_main.style-one {
  overflow: hidden;
}*/

/*.wraper_comingsoon_main.style-one .comingsoon_main img.aligncenter {
  margin-top: 0;
}*/

.wraper_comingsoon_main.style-one .comingsoon_main > .holder {
    margin-bottom: 0px;
}

.wraper_comingsoon_main.style-one .comingsoon_main > .holder > *:last-child {
    margin-bottom: 16px !important;
}

.wraper_comingsoon_main.style-one .comingsoon_main h1 {
    margin-top: 28px;
    font-weight: 600;
    font-size: 50px;
    color: #ffffff;
    line-height: 60px;
    font-family: "Poppins";
}

.wraper_comingsoon_main.style-one .comingsoon_main h2 {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    font-family: "Poppins";
}

.wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter {
    display: inline-block;
    vertical-align: top;
    max-width: 680px;
    padding-top: 0;
    margin: 0 auto 30px auto;
    font-family: "Poppins" !important;
    color: #fff !important;
    /*border-top: 1px #eaeaea solid;
    border-bottom: 1px #eaeaea solid;*/
}

.wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    font-family: "Rubik" !important;
    position: relative;
}

.wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time:nth-child(1):after {
    position: absolute;
    top: 10%;
    left: 99px;
    content: ":";
    width: 20px;
    color: #95C5FF;
    font-size: 50px;
    font-weight: 600;
}

.wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time:nth-child(2):after {
    position: absolute;
    top: 10%;
    left: 59px;
    content: ":";
    width: 20px;
    color: #95C5FF;
    font-size: 50px;
    font-weight: 600;
}

.wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time:nth-child(3):after {
    position: absolute;
    top: 10%;
    left: 77px;
    content: ":";
    width: 20px;
    color: #95C5FF;
    font-size: 50px;
    font-weight: 600;
}

.wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time:last-child:after {
    display: none;
    content: "";
}

.wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time strong {
    color: #ffffff;
    font-size: 100px;
}

.wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time:last-child,
.wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time:only-child {
    margin-right: 0;
}

.wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time strong {
    display: block;
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    font-family: "Poppins";
}

.wraper_comingsoon_main.style-one .coming-soon-subscribe {
    overflow: hidden;
    width: 55%;
    margin: 0 auto;
    /*padding-left: 15px;
  padding-right: 15px;*/
}

.wraper_comingsoon_main.style-one .coming-soon-subscribe input[type="email"] {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #ffffff;
    border-radius: 4px;
    font-weight: 400;
    padding-left: 20px;
    font-size: 14px;
    color: #545454;
    line-height: 26px;
    height: 54px;
    box-shadow: 0px 10px 50px -10px rgba(103, 100, 253, 0.2);
    font-family: "Rubik" !important;
}

.wraper_comingsoon_main.style-one .coming-soon-subscribe input[type="email"]::placeholder {
    color: #545454 !important;
}

.wraper_comingsoon_main.style-one .coming-soon-subscribe input[type="submit"] {
    padding: 12px 0;
    width: 100%;
    position: relative;
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%);
    border: none;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.2px;
    /* padding: 12px 61px; */
    font-weight: 600;
    text-transform: capitalize;
    float: right;
    border-radius: 4px 4px 4px 4px;
    letter-spacing: 0;
    font-family: "Poppins";
}

.wraper_comingsoon_main.style-one .coming-soon-subscribe .subscribe-text {
    color: #ffffff;
    font-family: "Rubik" !important;
}

.wraper_comingsoon_main.style-one .coming-soon-subscribe .row {
    margin-right: -10px;
    margin-left: -10px;
}

.wraper_comingsoon_main.style-one .coming-soon-subscribe .col-md-9,
.wraper_comingsoon_main.style-one .coming-soon-subscribe .col-md-9 .col-md-3,
.wraper_comingsoon_main.style-one .coming-soon-subscribe .col-md-9 .col-xs-12,
.wraper_comingsoon_main.style-one .coming-soon-subscribe .col-md-9 .col-sm-9,
.wraper_comingsoon_main.style-one .coming-soon-subscribe .col-md-9 .col-sm-3 {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
}


.wraper_comingsoon_main.style-one .coming-soon-subscribe .col-md-3,
.wraper_comingsoon_main.style-one .coming-soon-subscribe .col-md-3 .col-md-3,
.wraper_comingsoon_main.style-one .coming-soon-subscribe .col-md-3 .col-xs-12,
.wraper_comingsoon_main.style-one .coming-soon-subscribe .col-md-3 .col-sm-3,
.wraper_comingsoon_main.style-one .coming-soon-subscribe .col-md-3 .col-sm-3 {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
}


@media screen and (max-width: 575px) {

    .wraper_comingsoon_main.style-one .coming-soon-subscribe .col-md-9,
    .wraper_comingsoon_main.style-one .coming-soon-subscribe .col-md-9 .col-md-3,
    .wraper_comingsoon_main.style-one .coming-soon-subscribe .col-md-9 .col-xs-12,
    .wraper_comingsoon_main.style-one .coming-soon-subscribe .col-md-9 .col-sm-9,
    .wraper_comingsoon_main.style-one .coming-soon-subscribe .col-md-9 .col-sm-3 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .wraper_comingsoon_main.style-one .coming-soon-subscribe .col-md-3,
    .wraper_comingsoon_main.style-one .coming-soon-subscribe .col-md-3 .col-md-3,
    .wraper_comingsoon_main.style-one .coming-soon-subscribe .col-md-3 .col-xs-12,
    .wraper_comingsoon_main.style-one .coming-soon-subscribe .col-md-3 .col-sm-3,
    .wraper_comingsoon_main.style-one .coming-soon-subscribe .col-md-3 .col-sm-3 {
        padding-right: 15px;
        padding-left: 15px;
    }

}

.wraper_comingsoon_main.style-one ul.social {
    margin: 30px 0 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    display: block;
}

.wraper_comingsoon_main.style-one ul.social li {
    margin: 0 6px;
    padding: 5px;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: none;
    vertical-align: middle;
}

.wraper_comingsoon_main.style-one ul.social li a {
    color: #fff;
}

.wraper_comingsoon_main.style-one ul.social li.facebook {
    background: #3b5998;
}

.wraper_comingsoon_main.style-one ul.social li.twitter {
    background: #00acee;
}

.wraper_comingsoon_main.style-one ul.social li.youtube {
    background: #FF0000;
}

.wraper_comingsoon_main.style-one ul.social li.instagram {
    background: #8a3ab9;
}

/*.wraper_comingsoon_main.style-one .subscribe-text{padding-top: 20px;}*/


@media screen and (max-width: 767px) {
    .wraper_comingsoon_main.style-one .comingsoon_main h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .wraper_comingsoon_main.style-one .comingsoon_main h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .wraper_comingsoon_main.style-one .comingsoon_main > .holder {
        margin-bottom: 20px;
    }

    .wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter {
        margin-bottom: 20px;
    }

    .wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time {
        font-size: 14px;
        line-height: 28px;
        margin-right: 25px;
    }

    .wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time strong {
        font-size: 30px;
        line-height: 35px;
    }

    .wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time:nth-child(1):after {
        font-size: 25px;
        top: 3%;
        left: 58px;
    }

    .wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time:nth-child(2):after {
        font-size: 25px;
        top: 3%;
        left: 48px !important;
    }

    .wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time:nth-child(3):after {
        font-size: 25px;
        top: 3%;
        left: 62px;
    }

    /* .wraper_comingsoon_main > .table > .table-cell {
    padding: 0;
  }*/

    .wraper_comingsoon_main.style-one .coming-soon-subscribe {
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .wraper_comingsoon_main.style-one .coming-soon-subscribe input[type="email"] {
        width: 100%;
        background-color: #FFFFFF;
        border: 1px solid #ffffff;
        border-radius: 4px;
        font-weight: 400;
        padding-left: 20px;
        font-size: 15px;
        color: #545454;
        line-height: 30px;
        height: 54px;
        margin-bottom: 15px;
        box-shadow: 0px 10px 50px -10px rgba(103, 100, 253, 0.2);
    }


    .wraper_comingsoon_main.style-one .coming-soon-subscribe input[type="submit"] {
        padding: 12px 0;
        width: 100%;
        position: relative;
        background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%);
        border: none;
        color: #fff;
        font-size: 15px;
        line-height: 30px;
        letter-spacing: 0.2px;
        /* padding: 12px 61px; */
        font-weight: 600;
        text-transform: capitalize;
        float: right;
        border-radius: 4px 4px 4px 4px;
        letter-spacing: 0;
        font-family: "Poppins";
    }

    .wraper_comingsoon_main.style-one .subscribe-text {
        font-size: 15px;
    }

    .wraper_error_main.style-one .error_main .radiantthemes-counterup {
        font-size: 100px;
        line-height: 100px;
    }

}


@media screen and (min-width: 768px) and (max-width: 1024px) {

    .wraper_comingsoon_main.style-one .coming-soon-subscribe {
        overflow: hidden;
        width: 80%;
        margin: 0 auto;
    }

}

@media screen and (max-width: 480px) {

    .wraper_comingsoon_main.style-one .comingsoon_main h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .wraper_comingsoon_main.style-one .comingsoon_main h2 {
        font-size: 15px;
        line-height: 25px;
    }

    .wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter {
        margin: 0 15px 30px 15px;
    }
}

/*--------------------------------------------------------------
# Coming Soon Style Two
--------------------------------------------------------------*/

.wraper_comingsoon_main.style-two .comingsoon_main > .holder {
    margin-bottom: 40px;
}

.wraper_comingsoon_main.style-two .comingsoon_main > .holder > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_comingsoon_main.style-two .comingsoon_main h1 {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 90px;
    color: #fff;
    line-height: 100px;
}

.wraper_comingsoon_main.style-two .comingsoon_main h2 {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    line-height: 40px;
}

.wraper_comingsoon_main.style-two .comingsoon_main .comingsoon-counter {
    display: inline-block;
    vertical-align: top;
    max-width: 680px;
}

.wraper_comingsoon_main.style-two .comingsoon_main .comingsoon-counter > .time {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    padding: 10px 25px 12px 25px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
    font-weight: 400;
    font-size: 18px;
    color: #0f1a2e;
    line-height: 28px;
}

.wraper_comingsoon_main.style-two .comingsoon_main .comingsoon-counter > .time:last-child,
.wraper_comingsoon_main.style-two .comingsoon_main .comingsoon-counter > .time:only-child {
    margin-right: 0;
}

.wraper_comingsoon_main.style-two .comingsoon_main .comingsoon-counter > .time strong {
    display: block;
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
}

/*--------------------------------------------------------------
# Coming Soon Style Three
--------------------------------------------------------------*/

.wraper_comingsoon_main.style-three .comingsoon_main > .holder {
    margin-bottom: 45px;
}

.wraper_comingsoon_main.style-three .comingsoon_main > .holder > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_comingsoon_main.style-three .comingsoon_main h1 {
    margin-bottom: 17px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
    line-height: 35px;
    letter-spacing: 1px;
}

.wraper_comingsoon_main.style-three .comingsoon_main h1 strong {
    display: block;
    text-transform: none;
    font-weight: 600;
    font-size: 75px;
    line-height: 85px;
    letter-spacing: initial;
}

.wraper_comingsoon_main.style-three .comingsoon_main h2 {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    line-height: 40px;
}

.wraper_comingsoon_main.style-three .comingsoon_main .comingsoon-counter {
    display: inline-block;
    vertical-align: top;
    max-width: 680px;
}

.wraper_comingsoon_main.style-three .comingsoon_main .comingsoon-counter > .time {
    display: inline-block;
    vertical-align: top;
    margin-right: 70px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
}

.wraper_comingsoon_main.style-three .comingsoon_main .comingsoon-counter > .time:last-child,
.wraper_comingsoon_main.style-three .comingsoon_main .comingsoon-counter > .time:only-child {
    margin-right: 0;
}

.wraper_comingsoon_main.style-three .comingsoon_main .comingsoon-counter > .time strong {
    display: block;
    font-weight: 600;
    font-size: 60px;
    line-height: 67px;
}

/*--------------------------------------------------------------
# Default Page
--------------------------------------------------------------*/

.site-content {
    position: relative;
    z-index: 2;
    background-color: #fff;
    /*padding-bottom: 100px;*/
}

u {
    text-decoration: underline !important;
}

strike {
    text-decoration: line-through !important;
}

.default-page p,
.comment-content p,
.wpb_text_column p {
    margin-bottom: 20px;
}

.default-page pre,
.comment-content pre,
.wpb_text_column pre {
    margin-bottom: 28px;
}

.default-page dt,
.comment-content dt,
.wpb_text_column dt {
    margin-bottom: 20px;
    font-weight: 700;
}

.default-page dd,
.comment-content dd,
.wpb_text_column dd {
    margin: 7px 0px 20px 20px;
}

.default-page table,
.comment-content table,
.wpb_text_column table {
    width: 100%;
    margin-bottom: 25px;
    table-layout: fixed;
}


.default-page table tbody tr th,
.default-page table tfoot tr th,
.comment-content table thead tr th,
.comment-content table tbody tr th,
.comment-content table tfoot tr th,
.wpb_text_column table thead tr th,
.wpb_text_column table tbody tr th,
.wpb_text_column table tfoot tr th {
    padding: 10px 10px 10px 10px;
    border: 1px rgba(84, 84, 111, 0.3) solid !important;
    color: #000 !important;
    font-weight: 600 !important;
}

.default-page table thead tr th {
    padding: 10px 10px 10px 10px;
    border: 0 none !important;
    font-weight: 600 !important;
}

.default-page table tbody tr td,
.default-page table tfoot tr td,
.comment-content table tbody tr td,
.comment-content table tfoot tr td,
.wpb_text_column table tbody tr td,
.wpb_text_column table tfoot tr td {
    padding: 10px 10px 10px 10px;
    border: 1px rgba(84, 84, 111, 0.3) solid !important;
    color: #696969 !important;
    font-weight: 400 !important;
}

.default-page .default-content table tbody tr:nth-child(even) td,
.default-page table tbody tr:nth-child(even) td,
.comment-content .default-content table tbody tr:nth-child(even) td,
.comment-content table tbody tr:nth-child(even) td,
.wpb_text_column .default-content table tbody tr:nth-child(even) td,
.wpb_text_column table tbody tr:nth-child(even) td {
    /*background-color: rgba(0, 0, 0, 0.01);*/
}

.default-page input[type="password"],
.comment-content input[type="password"],
.wpb_text_column input[type="password"] {
    /*vertical-align:top;*/
    height: 45px;
    padding: 0px 10px 0px 10px;
    background-color: #fff;
    border: 1px #e0e0e0 solid;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.default-page input[type="password"]:focus,
.comment-content input[type="password"]:focus,
.wpb_text_column input[type="password"]:focus {
    border-color: #252525;
}

.default-page input[type="submit"],
.comment-content input[type="submit"],
.wpb_text_column input[type="submit"] {
    vertical-align: top;
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%) !important;
    border: none;
    padding: 9px 33px !important;
    line-height: 27px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 17px;
    color: #fff;
    cursor: pointer;
}

.default-page ol,
.comment-content ol,
.wpb_text_column ol {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 20px !important;
}

.default-page ol > li,
.comment-content ol > li,
.wpb_text_column ol > li {
    position: relative;
    margin: 0px 0px 10px 0px;
    list-style: decimal !important;
}

.default-page ol > li > ol,
.default-page ol > li > ul,
.comment-content ol > li > ol,
.comment-content ol > li > ul,
.wpb_text_column ol > li > ol,
.wpb_text_column ol > li > ul {
    margin: 10px 0px 0px 25px !important;
    padding-left: 30px;
}

.default-page ul {
    padding-left: 30px;
}

.default-page ul li {
    list-style: disc;
}

.default-page ul li ol li ul li {
    list-style: circle;
}

.default-page ul li ul li {
    list-style: circle !important;
}

.default-page ol li ul li ul {
    padding-left: 30px;
}

.default-page ol li ul li ul li {
    list-style: circle;
}

.default-page ol > li > ol > li,
.default-page ol > li > ul > li,
.comment-content ol > li > ol > li,
.comment-content ol > li > ul > li,
.wpb_text_column ol > li > ol > li,
.wpb_text_column ol > li > ul > li {
    list-style: disc;
}

.comment-content ul {
    /*padding-left: 30px;*/
}

.comment-content ul li {
    list-style: disc;
}

.comment-content ul li ul li {
    list-style: circle;
}

.comment-content ul li ul li ul {
    list-style: circle;
}

.default-page ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]),
.comment-content ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]),
.wpb_text_column ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) {
    /*margin-bottom: 20px;*/
    margin-bottom: 0px;
}

.default-page ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li,
.comment-content ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li,
.wpb_text_column ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 0;
}

@media (max-width:767px) {

    .default-page ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li,
    .comment-content ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li,
    .wpb_text_column ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li {
        font-size: 14px;
        line-height: 28px;
    }
}

.page-id-1134 .default-page ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li:before,
.page-id-1134 .comment-content ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li:before,
.page-id-1134 .wpb_text_column ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li:before {
    display: none;
}

.default-page ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li:before,
.comment-content ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li:before,
.wpb_text_column ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li:before {
    display: none;
}

.default-page ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li ul,
.default-page ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li ol,
.comment-content ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li ul,
.comment-content ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li ol,
.wpb_text_column ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li ul,
.wpb_text_column ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li ol {
    margin-top: 10px;
    margin-bottom: 5px;
}

.default-page .page-links,
.comment-content .page-links,
.wpb_text_column .page-links {
    clear: both;
    margin-bottom: 10px;
    font-size: 14px;
    color: #252525;
    line-height: 30px;
}

.default-page .page-links > a,
.comment-content .page-links > a,
.wpb_text_column .page-links > a {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    margin-left: 7px;
    margin-right: 7px;
    background-color: #5f27d4;
    border-radius: 35px;
    text-align: center;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.default-page .page-links > a:hover:after,
.comment-content .page-links > a:hover:after,
.wpb_text_column .page-links > a:hover:after {
    content: "";
    background: #000;
    width: 15px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.default-page blockquote,
.default-page .wp-block-quote,
.comment-content blockquote,
.comment-content .wp-block-quote,
.wpb_text_column blockquote,
.wpb_text_column .wp-block-quote {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    border-left-width: 3px;
    border-left-style: solid;
    font-weight: 500;
    font-size: 107%;
    border-color: #FD406A !important;
}

.default-page blockquote cite,
.default-page .wp-block-quote cite,
.comment-content blockquote cite,
.comment-content .wp-block-quote cite,
.wpb_text_column blockquote cite,
.wpb_text_column .wp-block-quote cite {
    display: block;
    margin-top: 7px;
    font-weight: 600;
    font-size: 90%;
    font-style: normal;
}

.default-page .wp-block-pullquote,
.comment-content .wp-block-pullquote,
.wpb_text_column .wp-block-pullquote {
    border: none;
    padding: 0;
}

.default-page .wp-block-pullquote blockquote,
.comment-content .wp-block-pullquote blockquote,
.wpb_text_column .wp-block-pullquote blockquote {
    border-top-width: 3px;
    border-top-style: solid;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    padding-top: 20px;
    padding-top: 20px;
}

.wp-block-calendar table caption {
    /*color: #000;
    text-align: center;
    caption-side: top;
    font-weight: 500;
    text-transform: uppercase;*/

    padding: 9px 10px 10px 0;
    border-bottom: none;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    line-height: 26px;
    letter-spacing: 0;
    caption-side: top;
}

.wp-block-calendar table > thead > tr > th {
    background: transparent;
    border: 0 none;
}

.wp-block-calendar table tr:nth-child(2n) {
    background-color: #fafafa;
}

.wp-calendar-nav span.wp-calendar-nav-next {
    float: right;
    padding-right: 15px;
    font-size: 16px;
    line-height: 30px;
}

.wp-calendar-nav span.wp-calendar-nav-prev {
    padding-left: 15px;
    font-size: 16px;
    line-height: 30px;
    float: left;
}

.woocommerce .woocommerce-customer-details address {
    border-radius: 0;
}

.hidden-title-form {
    margin-bottom: 40px;
    display: none;
}

.hidden-title-form input {
    height: 40px;
    padding: 0 10px;
    border: 1px rgba(84, 84, 111, 0.3) solid;
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    transition: all 0.3s ease-in-out;
}


.hidden-title-form a.btn.button {
    background: none;
}

.hidden-title-form a.btn.button:hover {
    background: none;
}

/*# sourceMappingURL=radiantthemes-custom.css.map */

/* blog-masonry*/

/*=====================================================
Box Grid
=====================================================*/

.grid_bx {
    max-width: 100%;
    list-style: none;
    margin: 0px auto;
    padding: 0;
    overflow: hidden;
    height: auto;
    position: relative;
}

.grid_bx li {
    display: block;
    float: left;
    padding: 0;
    width: 30%;
    opacity: 1;
    transition: all 0.6s ease-in-out;
    margin: 0 18px 38px 18px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.1);
}

.grid_bx li.shown,
.no-js .grid_bx li,
.no-cssanimations .grid_bx li {
    opacity: 1;
}

.grid_bx li a,
.grid_bx li img {
    outline: none;
    border: none;
    display: block;
    max-width: 100%;
    overflow: hidden;
}

.grid_bx li img {
    overflow: hidden;
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.grid_bx li img:hover {
    overflow: hidden;
    width: 100%;
    height: auto;
    transform: scale(1.1);
    transition: all ease-in-out 0.3s;
}

.quote_block .fa-quote-left:before {
    display: block;
    font-size: 30px;
    text-align: center;
    margin: 20px 20px 0 20px;
    padding: 8px 0 0 0;
    vertical-align: middle;
    transform: none;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 4px 13px rgba(145, 145, 145, 0.3);
    -moz-box-shadow: 5px 4px 13px rgba(145, 145, 145, 0.3);
    box-shadow: 5px 4px 13px rgba(145, 145, 145, 0.3);
}

/* Effect 1: opacity */

.grid_bx.effect-1 li.animate {
    -webkit-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
    0% {}

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {}

    100% {
        opacity: 1;
    }
}

/* Effect 2: Move Up */

.grid_bx.effect-2 li.animate {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
    0% {}

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes moveUp {
    0% {}

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/*========================================== EXTRA ==========================================*/

.cat_detail {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0;
}

.cat_detail a {
    text-transform: uppercase;
    position: relative;
    font-size: 10px;
    color: #fff;
    padding: 5px 10px;
    margin: 0 5px;
    letter-spacing: 2px;
    border-radius: 50px;
    transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.cat_detail a.red {
    background: #e4393c;
    float: left;
    text-decoration: none;
}

.cat_detail a.blue {
    background: #6741dc;
    float: left;
    text-decoration: none;
}

.cat_detail a.green {
    background: #4dcf8f;
    float: left;
    text-decoration: none;
}

.cat_detail a.yellow {
    background: #eba845;
    float: left;
    text-decoration: none;
}

.cat_detail a.mas_pts {
    border-radius: 50%;
    padding: 0;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    background-color: #1f5dea;
    z-index: 10;
    line-height: 28px;
    width: 45px;
    height: 45px;
    float: right;
}

.mas_cont {
    padding: 25px 25px 25px 28px;
}

.mas_cont h3 {
    margin: 0;
    padding: 0;
}

.mas_cont h3 a {
    font-size: 24px;
    line-height: 35px;
    text-decoration: none;
    font-weight: 700;
    display: block;
    color: #000000;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.mas_cont h3 a:hover {
    color: #5826ff;
}

.mas_cont p {
    font-size: 17px;
    line-height: 30px;
    text-decoration: none;
    font-weight: 400;
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    /*margin-bottom: 20px;*/
    word-wrap: break-word;
}

.mas_cont span {
    font-weight: 400;
    display: block;
    color: #6a7c92;
    font-size: 15px;
    line-height: 28px;
}

.pad_top {
    padding: 15px 0 0 0;
}

/*==================================== LightBox ====================================*/

#lightbutton {
    /* Dimensions */
    width: 60px !important;
    height: 60px;
    /* Positioning */
    position: absolute;
    left: 50%;
    width: 50%;
    top: 50%;
    transform: translate(-50%, -240%) !important;
    z-index: 2;
    background-color: #ffffff;
    border: none;
    /* remove annoying grey border */
    border-radius: 50%;
    /* make it a circle */
    outline: none;
    /* Ditch the annoyning blue outline on click */
    cursor: pointer;
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.3);
    /* ----- Transformations ----- */
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    /* ----- Transitions ----- */
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

#lightbutton:hover {
    /* ----- Transformations ----- */
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    /* ----- Transitions ----- */
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

#lightbutton > i {
    /* Text */
    color: #5826ff;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
    /* Make play sign 3d-ish */
    /* Positioning */
    position: relative;
    margin-top: 4px;
    margin-left: 6px;
    /* ----- Transitions ----- */
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

#lightbutton > i.fa-play:before {
    font-size: 25px;
}

#lightbutton:hover > i {
    /* ----- Transitions ----- */
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    /* When we hover on the button make the play sign white. */
}

#lightbox_pop {
    /* ----- Positioning ----- */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 200px;
    /* The code above makes sure that the
  lightbox covers the entire page*/
    /* ----- Visibility ----- */
    display: none;
    /* ----- Styling ----- */
    background-color: rgba(0, 0, 0, 0.95);
    /* Normally, most lightboxes do not use
  a completely solid black, but with about
  90-95% opacity so that the background is
  somewhat visible */
}

#video-wrapper {
    /* ----- Positioning ----- */
    position: relative;
    top: 50%;
    left: 50%;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

#video-wrapper iframe,
#video-wrapper object,
#video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#close-btn {
    /* ----- Text ----- */
    color: grey;
    font-size: 25px;
    /* ----- Positioning ----- */
    position: fixed;
    top: 3%;
    right: 3%;
    z-index: 2;
    /* The code above is used to put the button on the upper right corner of the lightbox */
    /* ----- Transformations ----- */
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    /* The code above is used to initialize the scale for the button so that it can be used in transitions */
    /* ----- Transitions ----- */
    -webkit-transition: transform 0.5s ease, color 0.5s ease;
    -moz-transition: transform 0.5s ease, color 0.5s ease;
    -ms-transition: transform 0.5s ease, color 0.5s ease;
    -o-transition: transform 0.5s ease, color 0.5s ease;
    transition: transform 0.5s ease, color 0.5s ease;
}

#close-btn:hover {
    /* ----- Text ----- */
    color: white;
    /* ----- Styling ----- */
    cursor: pointer;
    /* ----- Transformations ----- */
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    /* ----- Transitions ----- */
    -webkit-transition: transform 0.5s ease, color 0.5s ease;
    -moz-transition: transform 0.5s ease, color 0.5s ease;
    -ms-transition: transform 0.5s ease, color 0.5s ease;
    -o-transition: transform 0.5s ease, color 0.5s ease;
    transition: transform 0.5s ease, color 0.5s ease;
}

/*========================================== Responsive ==========================================*/

@media screen and (max-width: 900px) {
    .grid_bx li {
        width: 100%;
        margin: 0 auto 30px auto;
    }

    #lightbox_pop {
        padding: 0;
    }

    .wraper_blog_main .widget-area {
        margin-bottom: 40px;
        clear: both;
        margin-left: 0px;
    }

    .wraper_blog_main > .container > .row > [class*="col-"],
    .wraper_blog_main.style-default > .container > .row > [class*="col-"],
    .wraper_blog_main.style-five > .container > .row > [class*="col-"],
    .wraper_blog_main.style-three > .container > .row > [class*="col-"],
    .wraper_blog_main.style-four > .container > .row > [class*="col-"],
    .wraper_blog_main.style-six > .container > .row > [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .wraper_blog_main.style-default .widget-area {
        margin-left: 0px;
    }

    .blog_single {
        padding-right: 0px;
    }

    .single-post .wraper_blog_main .widget-area {
        margin-left: 0px;
    }
}

@media screen and (max-width: 765px) {
    .grid_bx li {
        width: 100%;
        margin: 0 auto 30px auto;
    }

    #lightbox_pop {
        padding: 0;
    }

    .wraper_blog_main > .container > .row > [class*="col-"],
    .wraper_blog_main.style-default > .container > .row > [class*="col-"],
    .wraper_blog_main.style-five > .container > .row > [class*="col-"],
    .wraper_blog_main.style-three > .container > .row > [class*="col-"],
    .wraper_blog_main.style-four > .container > .row > [class*="col-"],
    .wraper_blog_main.style-six > .container > .row > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wraper_blog_main.style-default .widget-area {
        margin-left: 0px;
    }
}

/*========================================== Custom css Blog ==========================================*/

.blog div.entry-content {
    font-size: 16px;
    line-height: 30px;
    color: #545454;
    /*margin-bottom: 45px !important;*/
}

@media (max-width:767px) {
    .blog div.entry-content {
        font-size: 14px;
        line-height: 28px;
        /*margin-bottom: 45px !important;*/
    }
}

.post.style-five > .entry-meta > .holder {
    padding-left: 0px !important;
}

.post.style-four .post-meta > span {
    text-transform: none;
}

.mas_cont h3 a {
    font-size: 24px !important;
    line-height: 34px !important;
    font-weight: 500 !important;
    color: #000;
    letter-spacing: -0.7px !important;
}

.post.style-five > .holder .category-list {
    left: 20px;
}

.post.style-five > .holder .category-list span {
    background-color: #000 !important;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 2px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    border-radius: 4px;
    background-color: #000;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #e5e5e5 !important;
    border: 0;
    height: 3px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 97% !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 3px;
    height: 13px;
    background-color: transparent;
    border-radius: 1em;
    cursor: pointer;
    outline: 0;
    top: -.4em;
    margin-left: 0px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:after {
    content: "";
    position: absolute;
    z-index: 2;
    border-radius: 0;
    cursor: ew-resize;
    outline: 0;
    margin-left: 0;
    top: 0;
    width: 3px;
    height: 14px;
    box-shadow: 0 2px 11px rgba(0, 0, 0, .13);
    background-color: #000;
}

.widget-area > .widget.widget_price_filter .button {
    background: none !important;
    border: 1px solid #000;
    border-radius: 4px !important;
    color: #000 !important;
}

.widget-area > .widget.widget_price_filter .button:hover {
    background: #000;
    color: #fff;
    transition: 0.3s ease;
}

.widget-area > #radiantthemes_image_box_widget-4 {
    background: #F5F7FF;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 4px;
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 50px;
    margin-top: 6px;
}

.widget-area > #text-2 {
    background: #03112D;
    padding-top: 26px;
    padding-bottom: 35px;
    border-radius: 4px;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 5px;
}

#mc4wp-form-1 {
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    position: relative;
}

.blog #mc4wp-form-1,
.single-post #mc4wp-form-1 {
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    position: relative;
}

#mc4wp-form-1 .mc4wp-form-fields input[type=email] {
    width: 100%;
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    border-radius: 4px;
    font-weight: 400;
    padding: 12px;
    font-size: 14px;
    color: #000;
    line-height: 26px;
    height: 54px;
    margin-bottom: 15px;
    font-family: "Poppins";
}

#mc4wp-form-1 .mc4wp-form-fields input[type=email]::placeholder {
    color: #545454;

}

#mc4wp-form-1 .mc4wp-form-fields input[type=email]:after {
    content: "\e75a";
    font-family: "Themify";
    font-weight: normal;
    position: absolute;
    top: 4px;
    right: 21px;
    font-size: 13px;
    width: 20px;
    height: 100%;
    line-height: 50px;
    text-align: center;
    color: #000;
}

#mc4wp-form-1 .mc4wp-form-fields input[type=email]:focus {
    /*border-bottom: 1px #FD406A solid;*/
    /*poulami*/
    transition: all 0.5s;
}

#mc4wp-form-1 .mc4wp-form-fields input[type=email]:hover {
    /*border-bottom: 1px #FD406A solid;*/
    /*poulami*/
    transition: all 0.5s;
}

/*#mc4wp-form-1 .mc4wp-form-fields input[type=email]:after {
    content: "\e75a";
    font-family: "Themify";
    font-weight: normal;
    position: absolute;
    top: 4px;
    right: 21px;
    font-size: 13px;
    width: 20px;
    height: 100%;
    line-height: 50px;
    text-align: center;
}*/

#mc4wp-form-1 .mc4wp-form-fields input[type=submit] {
    padding: 12px 0;
    width: 100%;
    position: relative;
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%);
    border: none;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0px;
    /* padding: 12px 61px; */
    font-weight: 600;
    text-transform: capitalize;
    float: right;
    border-radius: 4px 4px 4px 4px;
    letter-spacing: 0;
    font-family: "Poppins";
}

.widget-area > #text-2 .textwidget p {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0;
    color: #d2d3d5;
}

@media screen and (max-width:767px) {
    .widget-area > #text-2 .textwidget p {
        margin-bottom: 31px;
        font-size: 14px;
        line-height: 28px;
        font-weight: 400;
    }
}

.widget-area > #text-2 .widget-title {
    margin-top: 0px;
    margin-bottom: 7px;
    color: #ffffff;
}

/*.widget-area > .widget .widget-title {
  color: #3c3c3c !important;
}*/

.widget-area > .widget.widget_search .search-form button[type="submit"] i,
.widget-area > .widget.widget_product_search .woocommerce-product-search button[type="submit"] i {
    color: #000 !important;
}

.post.style-three .entry-main .post-meta > span {
    color: inherit !important;
    text-transform: none !important;
}

.post.style-three .entry-main > .more .btn {
    color: #000 !important;
    text-transform: none !important;
}

.post.style-three .entry-main > .more .btn > .btn-arrow {
    color: #000 !important;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link > .link strong {
    color: #000 !important;
}

.comments-area .comment-reply-title {
    color: #000 !important;
}

.wraper_blog_banner.style-two .wraper_blog_banner_main > .container > .blog_banner_main .blog_banner_main_item > .entry-header > .entry-title {
    color: #000 !important;
}

.wraper_blog_main.style-four > .container {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}

.widget-area .widget.widget_media_image {
    position: relative;
    overflow: hidden;
    margin-bottom: 55px;
}

.widget-area .widget.widget_media_image:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
}

/*.widget-area .widget.widget_media_image img {
  width: 100%;
  height: 250px !important;
}*/

.random-post-wrapper > .random-post-data > .title {
    margin-bottom: 0;
}

.random-post-wrapper > .random-post-data > .title > a {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 10px;
}

.random-post-wrapper > .random-post-data > .random-post-excerpt {
    margin-bottom: 0 !important;
    color: #545454;
    margin-top: 15px;
    text-align: center;
}

.random-post-wrapper > .random-post-data > .random-post-excerpt > a {
    font-size: 16px;
    line-height: 30px;
    color: #545454;
    margin-bottom: 0;
    text-align: center;
}

.case-studies-single-baner {
    width: 100%;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 130px 0;
}

.case-studies-single-baner .case-studies-single-baner-text {
    text-align: center;
}

.case-studies-single-baner .case-studies-single-baner-text img {
    margin-bottom: 15px;
}

.case-studies-single-baner .case-studies-single-baner-text h1 {
    font-size: 45px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 600;
}

.case-studies-single-content {
    /*padding-top: 80px;*/
    padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
    .case-studies-single-content {
        /*padding-top: 80px;*/
        padding-bottom: 120px;
    }
}

@media screen and (max-width: 480px) {
    .case-studies-single-content {
        /*padding-top: 80px;*/
        padding-bottom: 100px;
    }
}

.case-studies-single-content-details p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 25px;
}

.case-studies-single-content-details p:last-child {
    margin-bottom: 0;
}

.case-studies-single-post-tags {
    padding: 100px 0 60px 0;
}

.case-studies-single-post-tags p {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 28px;
}

.case-studies-single-post-tags a {
    display: inline-block;
    background-color: #f3f5f9;
    padding: 3px 24px;
    border-radius: 4px;
    border: 1px #dce0e5 solid;
    font-size: 13px;
    line-height: 28px;
    text-transform: uppercase;
    margin-right: 3px;
    margin-bottom: 6px;
    text-decoration: none;
    color: #6a7c92;
}

.case-studies-single-post-tags a:last-child {
    margin-right: 0;
}

.case-studies-single-pagination {
    margin-top: 65px;
    padding: 30px 0;
    border-top: 1px #d8d8d8 solid;
    border-bottom: 1px #d8d8d8 solid;
}

.case-studies-single-pagination > [class*="col-"] {
    padding: 0;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-previous-post {
    float: left;
    width: 100%;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 8px 40px -5px rgba(9, 31, 67, .1);
    transition: -webkit-transform .3s cubic-bezier(0, .95, .3, 1);
    transition: transform .3s cubic-bezier(0, .95, .3, 1);
    transition: transform .3s cubic-bezier(0, .95, .3, 1),
        -webkit-transform .3s cubic-bezier(0, .95, .3, 1);
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-previous-post > a {
    display: block;
    text-decoration: none;
    padding-left: 70px;
    position: relative;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-previous-post > a:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "\e64a";
    font-family: "themify";
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-previous-post > a:hover:before {
    background-color: #FD406A;
    color: #ffffff;
    border: 1px solid #FD406A;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-previous-post > a > span.case-studies-single-previous-post-title,
.case-studies-single-pagination > [class*="col-"] > .case-studies-single-next-post > a > span.case-studies-single-previous-post-title {
    display: inline-block;
    text-transform: uppercase;
    color: #3c3c3c;
    font-size: 13px;
    line-height: 28px;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-previous-post > a > span.case-studies-single-previous-post-name,
.case-studies-single-pagination > [class*="col-"] > .case-studies-single-next-post > a > span.case-studies-single-previous-post-name {
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0px;
    font-family: "Poppins";
    text-transform: capitalize;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-post-back-btn {
    text-align: center;
    margin-top: 30px;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-post-back-btn > a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-post-back-btn > a:before {
    content: "\e739";
    font-family: "themify";
    color: #FD406A;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-post-back-btn > a > span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-post-back-btn > a > span:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ff5f63;
    border-radius: 50%;
    display: inline-block;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-next-post {
    float: right;
    width: 100%;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 8px 40px -5px rgba(9, 31, 67, .1);
    transition: background 0.5s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: -webkit-transform .3s cubic-bezier(0, .95, .3, 1);
    transition: transform .3s cubic-bezier(0, .95, .3, 1);
    transition: transform .3s cubic-bezier(0, .95, .3, 1), -webkit-transform .3s cubic-bezier(0, .95, .3, 1);
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-next-post > a {
    display: block;
    text-decoration: none;
    padding-right: 70px;
    text-align: right;
    position: relative;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-next-post > a:before {
    position: absolute;
    top: 10px;
    right: 0;
    content: "\e649";
    font-family: "themify";
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-next-post > a:hover:before {
    background-color: #FD406A;
    color: #ffffff;
    border: 1px solid #FD406A;
}

.loadmore {
    width: 100%;
    display: block;
    text-align: center;
    /* overflow: hidden;*/
    margin: 0 auto;
}

.rtloadmore {
    padding: 14px 41px 14px 41px;
    text-align: center;
    background: #ff5f63;
    border-radius: 3px;
    /*line-height: 45px;
height: 45px;*/
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1px;
    overflow: hidden;
    color: #ffffff;
    display: block;
    border: 0px;
    text-transform: capitalize;
    clear: both;
    cursor: pointer;
    text-align: center;
    margin: 0 auto 30px auto;
    width: 16%;
}

.rtloderstyle {
    padding: 14px 41px 14px 41px;
    text-align: center;
    background: #ff5f63;
    border-radius: 3px;
    /*line-height: 45px;
height: 45px;*/
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1px;
    overflow: hidden;
    color: #ffffff;
    display: block;
    border: 0px;
    text-transform: capitalize;
    clear: both;
    cursor: pointer;
    text-align: center;
    margin: 0 auto 30px auto;
    width: 18%;
}

.rtloderstyle img {
    width: 16px;
    height: 16px;
}

.rtlazyload {
    padding: 14px 41px 14px 41px;
    text-align: center;
    background: #ff5f63;
    border-radius: 3px;
    /*line-height: 45px;
height: 45px;*/
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1px;
    overflow: hidden;
    color: #ffffff;
    display: block;
    border: 0px;
    text-transform: capitalize;
    clear: both;
    cursor: pointer;
    text-align: center;
    margin: 100px auto 50px auto;
    width: 18%;
}

.rtlazyload img {
    width: 16px;
    height: 16px;
}

.radiantthemes_loadmore {
    padding: 14px 41px 14px 41px;
    text-align: center;
    background: #ff5f63;
    border-radius: 3px;
    /*line-height: 45px;
height: 45px;*/
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1px;
    overflow: hidden;
    color: #ffffff;
    display: block;
    border: 0px;
    text-transform: capitalize;
    clear: both;
    cursor: pointer;
    text-align: center;
    margin: 0 auto 30px auto;
    width: 18%;
}

.rtloadmore-six {
    padding: 14px 41px 14px 41px;
    text-align: center;
    background: #ff5f63;
    border-radius: 3px;
    /*line-height: 45px;
height: 45px;*/
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1px;
    overflow: hidden;
    color: #ffffff;
    display: block;
    border: 0px;
    text-transform: capitalize;
    clear: both;
    cursor: pointer;
    text-align: center;
    margin: 0 auto 30px auto;
    width: 18%;
}

.lazy-load {
    transition: opacity 0.15s;
    opacity: 0;
}

.lazy-load.is-loaded {
    opacity: 1;
}

.wraper_blog_main.style-one .blog-posts {
    margin-left: -25px;
    margin-right: -25px;
}

.wraper_blog_main.style-three .blog-posts {
    margin-left: -10px;
    margin-right: -10px;
}

@media screen and (max-width: 768px) {
    .wraper_blog_main.style-three .blog-posts {
        margin-left: 0px;
        margin-right: 0px;
    }

    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center !important;
    }
}

.wraper_blog_main.style-four .blog-posts {
    margin-left: -10px;
    margin-right: -10px;
}

.wraper_blog_main.style-four .blog-posts {
    margin-left: 0px;
    margin-right: 0px;
}

.wraper_blog_main.style-six .blog-posts {
    margin-left: -10px;
    margin-right: -10px;
}

.wraper_blog_main.style-six .blog-posts {
    margin-left: 0px;
    margin-right: 0px;
}


/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/

#mobile-menu {
    background-color: #f1f1f1 !important;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.82, 0.55) 0s !important;
}

/* TABLET LANDSCAPE PART */

@media screen and (min-width: 768px) and (max-width: 991px) {}

/* TABLET PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width: 321px) and (max-width: 479px) {
    .case-studies-single-pagination > [class*="col-"] {
        padding: 0 15px;
    }

    .case-studies-single-pagination > [class*="col-"] > .case-studies-single-post-back-btn {
        margin: 25px 0;
    }

    .case-studies-single-post-tags p {
        display: block;
    }

    .case-studies-single-pagination > [class*="col-"] > .case-studies-single-next-post {
        float: left;
    }

    .case-studies-single-pagination > [class*="col-"] > .case-studies-single-next-post > a {
        text-align: left;
    }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width: 320px) {
    .case-studies-single-pagination > [class*="col-"] {
        padding: 0 15px;
    }

    .case-studies-single-pagination > [class*="col-"] > .case-studies-single-post-back-btn {
        margin: 25px 0;
    }

    .case-studies-single-post-tags p {
        display: block;
    }

    .case-studies-single-pagination > [class*="col-"] > .case-studies-single-next-post {
        float: left;
    }

    .case-studies-single-pagination > [class*="col-"] > .case-studies-single-next-post > a {
        text-align: left;
    }
}

.blog_single h1.entry-title {
    line-height: 54px;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: -0.3px;
}

/*.site-content {
    padding-bottom: 100px;
}*/

.animated {
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInLeft {
    from {
        opacity: 0.6;
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
    animation-duration: 1.5s !important;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes fadeInRight {
    from {
        opacity: 1;
        transform: translate3d(2%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-duration: 1.5s !important;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
    animation-duration: 0.6s !important;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -30%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 1.8s !important;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 35px, 0) scale3d(1, 1, 1);
        opacity: 0;
        transform-style: preserve-3d;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        transform-style: preserve-3d;
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes zoomIn {
    from {
        opacity: 0.2;
        /*-webkit-transform: translate3d(0, 30px, 0) scale(0.4);*/
        transform: scaleX(0.8) scaleY(0.8);
    }

    50% {
        opacity: 1;
        /*-webkit-transform: translate3d(0, 0, 0) scale(1);*/
        transform: scaleX(1) scaleY(1);
    }
}

.zoomIn {
    animation-name: zoomIn;
    animation-duration: 1s !important;
}

@keyframes rollIn {
    from {
        opacity: 0.6;
        transform: perspective(1000px) rotateX(30deg);
    }

    to {
        opacity: 1;
        transform: perspective(0px) rotateX(0deg);
    }
}

.rollIn {
    animation-name: rollIn;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes pulse {
    from {
        transform: perspective(2000px) rotate3d(1, 0, 0, 30deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    to {
        transform: perspective(0) rotate3d(1, 0, 0, 0);
    }
}

.pulse {
    backface-visibility: visible !important;
    animation-name: pulse;
}

.animated.animated-fast {
    animation-duration: 0.45s !important;
}

/*widgets image box*/

.random-post-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 55px;
}

.random-post-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    /*background-color: rgba(0, 0, 0, 0.30);*/
    background: #000;
}

.random-post-wrapper > .random-post-pic img {
    width: 100%;
    height: auto;
    /*height: 345px;*/
}

.random-post-wrapper > .random-post-data {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 18px;
}

.widget-area > #radiantthemes_image_box_widget-4 .random-post-wrapper > .random-post-data {
    padding-left: 33px;
    padding-right: 33px;
    position: relative;
    bottom: 0px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 25px;
}

/*#radiantthemes_image_box_widget-2 .random-post-wrapper > .random-post-data{
position:static !important;
margin-top:30px;
margin-top:0px;
}
*/
#radiantthemes_image_box_widget-2 .random-post-wrapper > .random-post-data p {
    color: #fff !important;
}

.random-post-wrapper > .random-post-data > .title > a {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 15px;
}

.random-post-wrapper > .random-post-data > .random-post-excerpt > a {
    font-size: 15px;
    line-height: 28px;
    color: #dce3eb;
    margin-bottom: 0;
}

/*Blog style 3 */

.post.style-three .entry-main .entry-content p {
    margin-bottom: 20px;
    font-size: 15px;
    color: #4b5264 !important;
    line-height: 28px;
}

.post.style-three .entry-main .author {
    font-weight: 400;
}

.post.style-three span {
    text-transform: capitalize;
    font-size: 15px;
    color: #4b5264 !important;
    line-height: 1.8;
}

.post.style-three .entry-main .post-meta > span {
    font-size: 15px;
    font-weight: 400;
    color: #4b5264 !important;
    text-transform: capitalize;
}

.post.style-one .entry-main .entry-header .date {
    font-size: 15px;
    color: #4b5464;
}

.mas_cont span {
    font-size: 16px;
}

.mas_cont p {
    color: #6a7c92;
}

.post.style-six .entry-main .author {
    font-weight: 400;
    font-size: 15px;
    color: #4b5264 !important;
}

/*.style-default .entry-header .entry-title a {
  font-size: 22px;
  line-height: 30px;
}*/

.radiantthemes-button > .radiantthemes-button-main,
.gdpr-notice .btn,
.shop_single > .summary form.cart .button,
.shop_single #review_form #respond input[type=submit],
.woocommerce button.button[name=update_cart],
.woocommerce button.button[name=update_cart]:disabled,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,

.woocommerce #payment #place_order,
.woocommerce .return-to-shop .button,
.woocommerce form .form-row input.button,
.woocommerce table.shop_table.wishlist_table > tbody > tr > td.product-add-to-cart a,
.widget-area > .widget.widget_price_filter .button,
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.comments-area .comment-form > p button[type=submit],
.comments-area .comment-form > p button[type=reset],
.wraper_error_main.style-one .error_main .btn,
.wraper_error_main.style-two .error_main .btn,
.wraper_error_main.style-three .error_main_item .btn,
.wraper_error_main.style-four .error_main .btn {
    /*font-family: "Jost" !important;*/
    text-transform: capitalize !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 30px !important;
    letter-spacing: 0 !important;
    box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3) !important;
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%) !important;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-weight: 600 !important;
    padding: 12px 36px !important;
    border-radius: 4px;
}

.radiantthemes-button > .radiantthemes-button-main:hover,
.gdpr-notice .btn:hover,
.shop_single > .summary form.cart .button:hover,
.shop_single #review_form #respond input[type=submit]:hover,
.woocommerce button.button[name=update_cart]:hover,
.woocommerce button.button[name=update_cart]:disabled:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,

.woocommerce #payment #place_order:hover,
.woocommerce .return-to-shop .button:hover,
.woocommerce form .form-row input.button:hover,
.woocommerce table.shop_table.wishlist_table > tbody > tr > td.product-add-to-cart a:hover,
.widget-area > .widget.widget_price_filter .button:hover,
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover,
.comments-area .comment-form > p button[type=submit]:hover,
.comments-area .comment-form > p button[type=reset]:hover,
.wraper_error_main.style-one .error_main .btn:hover,
.wraper_error_main.style-two .error_main .btn:hover,
.wraper_error_main.style-three .error_main_item .btn:hover,
.wraper_error_main.style-four .error_main .btn:hover {
    box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3) !important;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);

    text-transform: capitalize !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 30px !important;
    letter-spacing: 0 !important;
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%) !important;
    font-weight: 600 !important;
    padding: 12px 36px !important;
}


@media (max-width:320px) {
    .radiantthemes-button > .radiantthemes-button-main,
    .gdpr-notice .btn,
    .shop_single > .summary form.cart .button,
    .shop_single #review_form #respond input[type=submit],
    .woocommerce button.button[name=update_cart],
    .woocommerce button.button[name=update_cart]:disabled,
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,

    .woocommerce #payment #place_order,
    .woocommerce .return-to-shop .button,
    .woocommerce form .form-row input.button,
    .woocommerce table.shop_table.wishlist_table > tbody > tr > td.product-add-to-cart a,
    .widget-area > .widget.widget_price_filter .button,
    .post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
    .page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
    .tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
    .testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
    .team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
    .portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
    .case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
    .client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
    .product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
    .comments-area .comment-form > p button[type=submit],
    .comments-area .comment-form > p button[type=reset],
    .wraper_error_main.style-one .error_main .btn,
    .wraper_error_main.style-two .error_main .btn,
    .wraper_error_main.style-three .error_main_item .btn,
    .wraper_error_main.style-four .error_main .btn {
        padding: 12px 34px !important;
    }

    .radiantthemes-button > .radiantthemes-button-main:hover,
    .gdpr-notice .btn:hover,
    .shop_single > .summary form.cart .button:hover,
    .shop_single #review_form #respond input[type=submit]:hover,
    .woocommerce button.button[name=update_cart]:hover,
    .woocommerce button.button[name=update_cart]:disabled:hover,
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,

    .woocommerce #payment #place_order:hover,
    .woocommerce .return-to-shop .button:hover,
    .woocommerce form .form-row input.button:hover,
    .woocommerce table.shop_table.wishlist_table > tbody > tr > td.product-add-to-cart a:hover,
    .widget-area > .widget.widget_price_filter .button:hover,
    .post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover,
    .page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover,
    .tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover,
    .testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover,
    .team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover,
    .portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover,
    .case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover,
    .client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover,
    .product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover,
    .comments-area .comment-form > p button[type=submit]:hover,
    .comments-area .comment-form > p button[type=reset]:hover,
    .wraper_error_main.style-one .error_main .btn:hover,
    .wraper_error_main.style-two .error_main .btn:hover,
    .wraper_error_main.style-three .error_main_item .btn:hover,
    .wraper_error_main.style-four .error_main .btn:hover {
        padding: 12px 34px !important;
    }
}



.radiantthemes-button > .radiantthemes-button-main,
.gdpr-notice .btn,
.shop_single > .summary form.cart .button,
.shop_single #review_form #respond input[type="submit"],
.woocommerce button.button[name="apply_coupon"],
.woocommerce button.button[name="update_cart"],
.woocommerce button.button[name="update_cart"]:disabled,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce form.checkout_coupon .form-row .button,
.woocommerce #payment #place_order,
.woocommerce .return-to-shop .button,
.woocommerce form .form-row input.button,
.woocommerce table.shop_table.wishlist_table > tbody > tr > td.product-add-to-cart a,
.widget-area > .widget.widget_price_filter .button,
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn::before,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn::before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn::before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn::before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn::before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn::before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn::before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn::before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn::before,
.comments-area .comment-form > p button[type="submit"],
.comments-area .comment-form > p button[type="reset"],
.wraper_error_main.style-one .error_main .btn,
.wraper_error_main.style-two .error_main .btn,
.wraper_error_main.style-three .error_main_item .btn,
.wraper_error_main.style-four .error_main .btn {
    /*border-radius: 5px;*/
}

/*.comments-area .comment-form > p input[type="text"]:focus,
.comments-area .comment-form > p textarea:focus {
  border: 1px solid #ff5f63;
}*/

/******* Portfolio Filter css *******/
.rt-portfolio-box-filter.element-eight.filter-style-one {
    padding: 15px 0 52px 0;
}

.rt-portfolio-box-filter.element-eight.filter-style-one button {
    position: relative;
    border: none;
    margin: 0 5px;
    padding: 0px;
    background: transparent;
    color: #797f84;
    margin: 0 16px;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.1px;
}

.rt-portfolio-box-filter.element-eight.filter-style-one button:hover {
    color: #ff5f63;
}

.rt-portfolio-box-filter.element-eight.filter-style-one button span::after {
    content: "";
    width: 0;
    height: 2px;
    top: 35px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #ff5f63;
}

.rt-portfolio-box-filter.element-eight.filter-style-one button:hover span::after {
    width: 100%;
    left: 0;
    right: auto;
}

.rt-portfolio-box-filter.element-eight.filter-style-one button.current-menu-item::after {
    content: "";
    width: 100%;
    height: 2px;
    top: 35px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #ff5f63;
}

.rt-portfolio-box-filter.element-eight.filter-style-one button.current-menu-item {
    color: #ff5f63;
}

/******* Portfolio Filter css end *******/

/******* custom css *******/

.blog_main.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span {
    background-color: transparent !important;
    box-shadow: none !important;
    background: transparent !important;
    border-radius: 0px !important;
    padding: 0px !important;
    border: 0px none !important;
    font-size: 17px;
    line-height: 27px;
}

.blog_main.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.blog_main.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:after,
.blog_main.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .35s cubic-bezier(.04, .11, .6, .97);
    -o-transition: .35s cubic-bezier(.04, .11, .6, .97);
    transition: .35s cubic-bezier(.04, .11, .6, .97);
}

.blog_main.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.blog_main.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.blog_main.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .34s;
    -o-transition-delay: .34s;
    transition-delay: .34s;
}

.rt-image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    border-radius: 4px 4px 0px 0px;
}

.rt-image-box h3 {
    color: #000000 !important;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
}

/*.rt-image-box > h3 {
  margin-top: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.2px;
}*/

.random-post-wrapper:before {
    display: none;
}

.random-post-pic {
    width: 50%;
    height: 50%;
    overflow: hidden;
}

.widget-area .social {
    list-style: none;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.widget-area .social li {
    float: left;
    margin: 0 7px;
    background: #f00;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.widget-area .social li a {
    color: #fff;
}

.widget-area .social li.facebook {
    background: #1D6CFF;
}

.widget-area .social li.twitter {
    background: #0CA7F0;
}

.widget-area .social li.linkedin {
    background: #0e76a8;
}

.widget-area .social li.pinterest {
    background: #e60023;
}

/*.random-post-pic {
    width: 238px;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0,0,0,0.15);
}
*/

/*.post.style-default .entry-header .entry-title {
  padding-bottom: 16px;
  text-transform: capitalize;
  color: #000000;
  margin-top: 0px !important;
}*/

.post.style-default .post-meta {
    font-size: 15px;
    margin-bottom: 5px;
    color: #545454;
    overflow: hidden;
    margin-left: 0px;
    display: none;
}

.post.style-default .post-meta .date i {
    padding-right: 6px;
}

.entry-header .entry-title a {
    color: #000;
}

.entry-header .entry-title a:hover {
    color: #000;
}

.post.style-five .entry-header .entry-title {
    margin-top: 25px;
    margin-bottom: 30px;
}

.category-markup .post.style-default .entry-header .entry-title {
    margin-top: -7px !important;
}

.post.style-default .entry-meta > .holder > .data .meta {
    font-size: 15px;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more {
    margin-bottom: 2px !important;
}

.post.style-default .entry-main .entry-content {
    margin-left: 0px;
}


/* AUTHOR TITLE CSS STARTS */
.post.style-default .author-title {
    position: relative;
    min-height: 52px;
    padding-left: 70px;
    clear: both;
    margin-top: 0px;
}

.post.style-default .author-title > .author-title-pic {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 52px;
    height: 52px;
    background: center center no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.post.style-default .author-title > .author-title-pic img {
    border-radius: 50%;
}

.entry-extra-item .rt-Comments {
    display: inline-block;
    width: auto;
    font-size: 14px;
    color: #545454;
    line-height: 26px;
    font-weight: 400;
    position: relative;
}

.entry-extra-item .rt-Comments:before {
    content: "\e644";
    margin: 0 6px 0 0;
}

.entry-extra-item .rt-Comments:before {
    font-family: "Themify";
    font-weight: 400;
    font-size: 13px;
    color: #FF3274;
    display: inline-block;
    position: relative;
    top: 2px;
}

.entry-extra-item .rt-like {
    display: inline-block;
    width: auto;
    font-size: 14px;
    color: #545454;
    line-height: 26px;
    font-weight: 400;
    position: relative;
    padding: 0 0 0 10px;
}

.entry-extra-item .rt-like:before {
    content: "\e634";
    margin: 0 6px 0 0;
}

.entry-extra-item .rt-like:before {
    font-family: "Themify";
    font-weight: 400;
    font-size: 13px;
    color: #FF3274;
    display: inline-block;
    position: relative;
    top: 1px;
}

@media screen and (max-width: 1024px) {
    .post.style-default .author-title {
        padding-left: 71px;
    }

    .post.style-default .author-title > .author-title-pic {
        left: 0px;
    }
}

.post.style-default .author-title > .author-title-data > *:last-child {
    margin-bottom: 0 !important;
}

.post.style-default .author-title > .author-title-data {
    padding-top: 10px;
}

.post.style-default .author-title > .author-title-data .title-one {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    color: #000;
    line-height: 25px;
    letter-spacing: 0.06px;
}

.post.style-default .author-title > .author-title-data .designation-one {
    margin-left: 0px;
    font-size: 14px;
    color: #545454;
    line-height: 30px;
    letter-spacing: 0.06px;
    margin-top: 0;
}

/* AUTHOR TITLE CSS ENDS */

/* ON IMAGE TAG CSS STARTS */

.post.style-default .tag-name {
    margin-bottom: 5px;
    font-size: 15px;
    position: relative;
    display: inline-block;
}

@media screen and (max-width: 1024px) {
    .post.style-default .tag-name {
        top: 66.5%;
        left: 10%;
    }
}

@media screen and (max-width: 768px) {
    .post.style-default .tag-name {
        top: 0%;
        left: 0%;
    }
}

@media screen and (max-width: 480px) {
    .post.style-default .tag-name {
        top: 0%;
        left: 0%;
    }
}

.post.style-default .tag-name span {
    color: #6A6A6A;
    margin-right: 20px;
}

.post.style-default .tag-name span:after {
    content: '';
    height: 1px;
    width: 7px;
    background-color: #6A6A6A;
    position: absolute;
    bottom: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 7px;
    margin-right: 6px;
}

.post.style-default .tag-name span:last-child:after {
    display: none !important;
}

.post.style-default .tag-name a {
    /*background: #5359F7;*/
    padding: 0px;
    color: #FD406A;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    display: inline-block;
    border-radius: 4px;
    /* opacity: 0.8; */
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.single.single-post .tag-name span {
    color: #545454;
    margin-right: 20px;
    font-size: 15px;
    line-height: 30px;
}

.single.single-post .tag-name span:after {
    content: '';
    height: 1px;
    width: 7px;
    background-color: #6A6A6A;
    position: absolute;
    top: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 7px;
    margin-right: 6px;
}

.single.single-post .tag-name span:last-child:after {
    display: none !important;
}

.single.single-post .tag-name a {
    /*background: #5359F7;*/
    padding: 0px;
    color: #FD406A;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    display: inline-block;
    border-radius: 4px;
    /* opacity: 0.8; */
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/* ON IMAGE TAG CSS ENDS */


/********** Bootstrap default styling ************/

code,
tt,
var {
    font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    color: #000;
}

/*.shop_single #review_form #respond input[type="submit"] {
    background: #ff5f63 !important;
    border: 1px solid #ff5f63 !important;
}*/

/*loader*/
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2100;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader1 {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.loader .loader-counter-spiner-holder {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible;
    width: 100vw;
    height: 101vh;
}

.loader .loader-counter-spiner-holder .loader-counter.loader-counter-number-holder h1 {
    /*font-family: "futura-pt" !important;*/
    position: relative;
    z-index: 23;
    font-size: 150px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #dbdcec;
    opacity: 0;
    -webkit-animation: loader-counter-numbers 1s forwards;
    animation: loader-counter-numbers 1s forwards;
}

@-webkit-keyframes loader-counter-numbers {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes loader-counter-numbers {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.loader .loader-counter-spiner-holder .loader-counter-spiner-overlay-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 101vh;
    background: #edecf2;
    will-change: width;
}

.preloader.loaded .loader-counter-spiner-overlay-holder {
    -webkit-animation: loader-fill-spinner-overlay 1s cubic-bezier(0.83, 0.07, 0.25, 1) forwards;
    animation: loader-fill-spinner-overlay 1s cubic-bezier(0.83, 0.07, 0.25, 1) forwards;
}

@-webkit-keyframes loader-fill-spinner-overlay {
    0% {
        width: 0;
    }

    100% {
        width: 100vw;
    }
}

@keyframes loader-fill-spinner-overlay {
    0% {
        width: 0;
    }

    100% {
        width: 100vw;
    }
}

/*.preloader.loaded {
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    opacity: 1;
    visibility: visible;
}
.preloader {
    -webkit-transition: -webkit-transform 1s cubic-bezier(.86,0,.07,1) .8s;
    -o-transition: transform 1s cubic-bezier(.86,0,.07,1) .8s;
    transition: transform 1s cubic-bezier(.86,0,.07,1) .8s;
    transition: transform 1s cubic-bezier(.86,0,.07,1) .8s,-webkit-transform 1s cubic-bezier(.86,0,.07,1) .8s;
} */
.loader-transition {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 2000;
}

.preloader {
    will-change: transform;
}

/* .preloader {
    background-color: #000 !important;
}
 blog element-six */

.blog-posts {
    width: auto;
    margin-left: 0;
    margin-right: 0;
}

/*.blog-posts .style-one.blog-item {*/
/*  padding-left: 15px;*/
/*  padding-right: 15px;*/
/*}*/

.blog-posts .style-one.blog-item > .holder > .pic {
    position: relative;
    overflow: hidden;
    padding-top: calc((66 / 100) * 100%);
}

.blog-posts .style-one.blog-item > .holder > .pic > .pic-main {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transform: scale(1.06);
    overflow: hidden;
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}

.blog-posts .style-one.blog-item > .holder:hover > .pic > .pic-main {
    transform: scale(1.06) translateX(3%);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}

.blog-posts .style-one.blog-item > .holder > .data > *:last-child {
    margin-bottom: 0 !important;
}

.blog-posts .style-one.blog-item > .holder > .data ul.meta {
    margin-bottom: 6px;
}

.blog-posts .style-one.blog-item > .holder > .data ul.meta > li {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #797675;
}

.blog-posts .style-one.blog-item > .holder > .data ul.meta > li a {
    color: inherit;
}

.blog-posts .style-one.blog-item > .holder > .data .title {
    margin-bottom: 9px;
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    min-height: 55px;
}

.blog-posts .style-one.blog-item > .holder > .data {
    padding: 20px 0px 10px 0;
}

.blog-posts .style-one.blog-item > .holder > .data > .post-meta span.date i {
    margin-right: 5px;
}

.blog-posts .style-one.blog-item > .holder > .data > .post-meta span.comments i {
    margin-right: 7px;
}

.blog-posts .style-one.blog-item > .holder > .data > .post-meta span.date,
.blog-posts .style-one.blog-item > .holder > .data > .post-meta span.comments {
    /*font-weight: 500;*/
}

.blog-posts .style-one.blog-item > .holder > .data .title a {
    color: #000;
}

.blog-posts .style-one.blog-item > .holder > .data .btn span {
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.blog-posts .style-one.blog-item > .holder > .data .btn span:before {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.blog-posts .style-one.blog-item > .holder > .data .btn span:after,
.blog-posts .style-one.blog-item > .holder > .data .btn span:before {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: 0.35s cubic-bezier(0.04, 0.11, 0.6, 0.97);
    -o-transition: 0.35s cubic-bezier(0.04, 0.11, 0.6, 0.97);
    transition: 0.35s cubic-bezier(0.04, 0.11, 0.6, 0.97);
}

.blog-posts .style-one.blog-item > .holder > .data .btn:hover span:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.blog-posts .style-one.blog-item > .holder > .data .btn span:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.blog-posts .style-one.blog-item > .holder > .data .btn:hover span:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: 0.34s;
    -o-transition-delay: 0.34s;
    transition-delay: 0.34s;
}

.blog-posts .style-one:not(.owl-carousel) .blog-item {
    float: left;
    margin-bottom: 40px;
}

/*=====================================================
Box Grid 1
=====================================================*/
.rt-masonry.style-seven {
    column-gap: 28px;
}


.rt-masonry {
    columns: 3;
    column-gap: 30px;
    padding-top: 149px;
    padding-bottom: 113px;
}

@media (max-width: 1200px) {
    .rt-masonry {
        columns: 2;
    }
}

@media (max-width: 992px) {
    .rt-masonry {
        columns: 2;
    }
}

@media (max-width: 480px) {
    .rt-masonry {
        columns: 1;
    }
}

.rt-masonry .rt-grid {
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    /*padding-left: 7px;*/
    /* padding-right: 7px;*/
}

.rt-masonry.style-seven .rt-grid {
    display: inline-block;
    margin-bottom: 35px;
    position: relative;
    padding-left: 7px;
    /*padding-right: 7px;*/
}

.rt-masonry .rt-grid img {
    outline: none;
    border: none;
    display: block;
    max-width: 100%;
    overflow: hidden;
}

.rt-image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
}

/*.rt-image-box img {
  max-width: 100%;
  transition: .42s ease-out;
  -webkit-transition: .42s ease-out;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.01);
}

.rt-image-box:hover img {
  -webkit-transform: scale(1.035);
  transform: scale(1.035);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}*/

.widget-area > #radiantthemes_image_box_widget-4 .rt-image-box img {
    transition: none;
    transition: none;
}

.widget-area > #radiantthemes_image_box_widget-4 .rt-image-box:hover img {
    transition: none;
    transition: none;
}

/*=====================================================
Box Grid 2
=====================================================*/
.radiant_lifestyle_section_two-col {
    padding: 22px 80px 1px 0px;
    background: #ffffff;
}

.radiant_lifestyle_section_two-col h3 {
    font-size: 22px;
    color: #000;
    line-height: 30px !important;
    margin-bottom: 11px;
    padding: 0;
}

.radiant_lifestyle_section_two-col h3 a {
    color: #000;
    text-decoration: none;
    cursor: pointer !important;
}

.radiant_lifestyle_section_two-col h3 a:hover {
    color: #000;
}

.radiant_lifestyle_section_two-col p {
    font-size: 15px;
    color: #797675;
    line-height: 30px;
    margin-bottom: 7px;
    padding: 0;
}

.rt-masn-brdr {
    border-bottom: 1px solid #ededed;
    margin-bottom: 17px;
    display: block;
    position: relative;
}

.radiant_lifestyle_section_two-col .radiant-masonory-date p {
    color: #8b8989;
    font-size: 15px;
    line-height: 30px;
    margin-top: 3px;
}

/*==================================== LightBox ====================================*/

#rt_popbutton {
    /* Dimensions */
    width: 60px !important;
    height: 60px;

    /* Positioning */
    position: absolute;
    left: 50%;
    width: 50%;
    top: 50%;
    transform: translate(-50%, -165%) !important;
    z-index: 2;
    background-color: #fba301;
    border: none;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    /*box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.25);*/

    /* ----- Transformations ----- */
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);

    /* ----- Transitions ----- */
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

#rt_popbutton:hover {
    /* ----- Transformations ----- */
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);

    /* ----- Transitions ----- */
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

#rt_popbutton > i {
    /* Text */
    color: #ffffff;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.2);

    /* Make play sign 3d-ish */

    /* Positioning */
    position: relative;
    margin-top: 4px;
    margin-left: 6px;

    /* ----- Transitions ----- */
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

#rt_popbutton > i.fa-play:before {
    font-size: 25px;
}

#rt_popbutton:hover > i {
    /* Text */
    color: #17232d;

    /* ----- Transitions ----- */
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;

    /* When we hover on the button make the play sign white. */
}

#rt-lightbox_pop {
    /* ----- Positioning ----- */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 200px;
    /* The code above makes sure that the
  lightbox covers the entire page*/

    /* ----- Visibility ----- */
    display: none;

    /* ----- Styling ----- */
    background-color: rgba(0, 0, 0, 0.95);

    /* Normally, most lightboxes do not use
  a completely solid black, but with about
  90-95% opacity so that the background is
  somewhat visible */
}

#video-wrapper {
    /* ----- Positioning ----- */
    position: relative;
    top: 50%;
    left: 50%;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

#video-wrapper iframe,
#video-wrapper object,
#video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#rt-close-btn {
    /* ----- Text ----- */
    color: grey;
    font-size: 25px;

    /* ----- Positioning ----- */
    position: fixed;
    top: 3%;
    right: 3%;
    z-index: 2;

    /* The code above is used to put the button on the upper right corner of the lightbox */

    /* ----- Transformations ----- */
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);

    /* The code above is used to initialize the scale for the button so that it can be used in transitions */

    /* ----- Transitions ----- */
    -webkit-transition: transform 0.5s ease, color 0.5s ease;
    -moz-transition: transform 0.5s ease, color 0.5s ease;
    -ms-transition: transform 0.5s ease, color 0.5s ease;
    -o-transition: transform 0.5s ease, color 0.5s ease;
    transition: transform 0.5s ease, color 0.5s ease;
}

#rt-close-btn:hover {
    /* ----- Text ----- */
    color: white;

    /* ----- Styling ----- */
    cursor: pointer;

    /* ----- Transformations ----- */
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);

    /* ----- Transitions ----- */
    -webkit-transition: transform 0.5s ease, color 0.5s ease;
    -moz-transition: transform 0.5s ease, color 0.5s ease;
    -ms-transition: transform 0.5s ease, color 0.5s ease;
    -o-transition: transform 0.5s ease, color 0.5s ease;
    transition: transform 0.5s ease, color 0.5s ease;
}

/* TRANSPARENT BACKGROUND */
#rt_transpnt-bg {
    width: 100%;
    height: 100%;
    /*position: absolute;*/
    top: 62%;
    transform: none;
    z-index: 2;
    border: none;
    outline: none;
    cursor: pointer;
    /* box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.25); */
    transform: none;
}

#rt_transpnt-bg .radiant_lifestyle_section_two-col {
    background: transparent;
    margin-top: -35%;
    position: absolute;
}

#rt_transpnt-bg .radiant_lifestyle_section_two-col h3 {
    font-size: 22px;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 23px;
    padding: 0;
}

#rt_transpnt-bg .radiant_lifestyle_section_two-col h3 a {
    color: #ffffff;
    text-decoration: none;
}

#rt_transpnt-bg .radiant_lifestyle_section_two-col h3 a:hover {
    color: #ffffff;
}

#rt_transpnt-bg .radiant_lifestyle_section_two-col p {
    font-size: 15px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 25px;
    padding: 0;
}

/*========================================== Responsive ==========================================*/

@media screen and (max-width: 1024px) {
    .radiant_grid_bx_two_column li {
        width: 100%;
    }

    #rt_transpnt-bg .radiant_lifestyle_section_two-col {
        background: transparent;
        margin-top: -49%;
    }

    #rt-mainMenu nav > ul > li > ul > li {
        padding: 0 15px !important;
    }

    #rt-mainMenu nav > ul > li > ul > li > ul > li {
        padding: 0 15px !important;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .radiant_grid_bx_two_column li {
        width: 100%;
        margin: 0 auto 30px auto;
    }

    #rt-lightbox_pop {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    #rt_transpnt-bg .radiant_lifestyle_section_two-col {
        background: transparent;
        margin-top: -72%;
    }

    .default-mobile-wrapper {
        background: #f7f7f7;
        border-bottom: 1px solid #eaeaea;
        overflow: hidden;
        padding: 12px;
    }

    .default-mobile-logo {
        width: 50%;
        float: left;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        display: block;
    }

    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        margin: 10px 0 15px 0;
    }

    .default-mobile-wrapper {
        background: #f7f7f7;
        border-bottom: 1px solid #eaeaea;
        overflow: hidden;
        padding: 12px;
    }

    .default-mobile-logo {
        width: 50%;
        float: left;
        display: block;
    }


    .radiant_grid_bx_two_column li {
        width: 100%;
        margin: 0 auto 30px auto;
    }

    #rt-lightbox_pop {
        padding: 0;
    }

    .radiant_lifestyle {
        border-left: none;
    }

    .radiant_lifestyle_section_two-col {
        /*padding: 30px 15px;*/
        padding: 15px 15px 10px 15px;
    }

    .radiant-date-bx {
        display: inline;
        position: relative;
        text-align: left;
    }

    .wraper_error_main.style-one .error_main {
        padding-top: 0;
    }

    .wraper_inner_banner_main > .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .wraper_inner_banner_breadcrumb > .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .woocommerce form #order_review {
        padding: 0;
    }

    .woocommerce input.input-text[name=coupon_code] {
        width: 100% !important;
        margin: 0px 0px 0px 0px !important;
    }

    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        width: 100% !important;
        height: 72px;
        overflow: visible !important
    }

    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        width: 100% !important;
        margin-top: 10px !important;
        top: 25px;
    }
}

@media screen and (max-width: 480px) {
    #rt_transpnt-bg .radiant_lifestyle_section_two-col h3 {
        width: 100%;
    }
}

@media only screen and (max-width:421px) {
    .woocommerce input.input-text[name=coupon_code] {
        width: 100% !important;
        margin: 0px 0px 0px 0px !important;
    }

    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        width: 100% !important;
        height: 72px;
        overflow: visible !important
    }

    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        width: 100% !important;
        margin-top: 10px !important;
        top: 25px;
    }

}

/************************************************************************************************/
body.mobile-menu-active .overlay {
    visibility: visible;
    opacity: 1;
}

.wraper_header {
    position: relative;
    z-index: 9999;
    width: 100%;
    direction: initial;
}

/*.wraper_header.floating-header {
    position: absolute;
}*/

.wraper_header > .main-header {
    position: relative;
}

.header_holder .wraper_header_main {
    background-color: rgba(255, 255, 255, 0.01);
    width: 100%;
}

.wraper_header .header_holder .elementor-menu-toggle {
    float: right;
    border: none;
    background-color: transparent;
}

.wraper_header .header_holder .elementor-menu-toggle span.ti-menu {
    font-size: 23px;
    color: #000;
}

.header_holder .wraper_header_main > nav {
    float: right;
    margin-top: 3px;
    width: 100%;
    display: block;
}

.leftnav .header_holder .wraper_header_main > nav {
    float: left;
    margin-top: 3px;
    text-align: right;
    display: block;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin-right: 35px;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li:last-child,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu li:only-child {
    margin: 0;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li a {
    line-height: 35px;
    font-weight: 400;
    font-style: normal;
    color: #000;
    position: relative;
    display: block;
    cursor: pointer;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul {
    position: absolute;
    top: 100%;
    left: -40px;
    right: 0;
    z-index: 1;
    width: 265px;
    padding: 40px 0 20px 0;
    transform: translateY(10px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.075);
    border-radius: 4px;
    text-align: left;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-5deg);
    -o-transform: rotateX(-5deg);
    -moz-transform: rotateX(-5deg);
    -webkit-transform: rotateX(-5deg);
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li:last-child > ul {
    left: auto;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li > ul > li,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li > ul > li ul li {
    margin-bottom: 0;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li ul li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 9px 30px;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > a,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > a,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li ul li a,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li ul li > ul > li > a {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.8px;
    display: inline-block;
    vertical-align: top;
    opacity: inherit !important;
    visibility: inherit !important;
    cursor: pointer;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:after,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:after,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > a:after,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > a:after,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul > li > a:after,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li ul > li > ul > li > a:after {
    position: absolute;
    left: 0;
    top: 11px;
    width: 0;
    height: 2px;
    z-index: 0;
    content: " ";
    background-color: #000;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:hover:after,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:hover:after,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > a:hover:after,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > a:hover:after,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul > li > a:hover:after,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li ul > li > ul > li > a:hover:after {
    width: 15px;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:hover,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:hover,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > a:hover,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > a:hover,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul > li > a:hover,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li ul > li > ul > li > a:hover {
    padding-left: 20px;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul li ul {
    position: absolute;
    top: 0;
    left: auto;
    right: 100%;
    z-index: 1;
    width: 240px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.075);
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li:hover > ul,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li:hover > ul,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul li:hover > ul {
    top: -8px;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

/*.header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul::before {*/
/*  width: 15px;*/
/*  height: 15px;*/
/*  background: #fff;*/
/*  transform: rotate(45deg);*/
/*  position: absolute;*/
/*  content: "";*/
/*  top: -7px;*/
/*  left: 23%;*/
/*  box-shadow: rgba(67, 90, 111, 0.1) -1px -1px 1px;*/
/*}*/

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul {
    position: absolute;
    top: 55px;
    left: -35px;
    right: 0;
    z-index: 1;
    width: 265px;
    padding: 18px 0 22px 0;
    box-shadow: rgba(67, 90, 111, 0.416) 0 0 1.5px,
        rgba(67, 90, 111, 0.3) 0 2px 4px -2px;
    border-radius: 0;
    text-align: left;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 0% 0%;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li ul li.menu-item-has-children > ul::before {
    width: 15px;
    height: 15px;
    background: #ffffff;
    transform: rotate(135deg);
    position: absolute;
    content: "";
    top: 23px;
    right: 0;
    box-shadow: rgba(67, 90, 111, 0.1) -1px -1px 1px;
    left: 97%;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul > li > ul {
    position: absolute;
    top: 36px;
    left: auto;
    right: 100%;
    z-index: 1;
    width: 265px;
    padding: 18px 0 22px 0;
    box-shadow: rgba(67, 90, 111, 0.416) 0 0 1px,
        rgba(67, 90, 111, 0.3) 0 2px 4px -2px;
    border-radius: 0;
    text-align: left;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 0% 0%;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul .menu-item a:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul .menu-item a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 3px;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.wraper_header > .sticky-header,
.wraper_header.floating-header > .sticky-header {
    display: none;
    width: 100%;
}

.wraper_header:not(.floating-header) > .sticky-header.delayed-sticky-mode {
    display: flex;
}

.wraper_header.floating-header > .sticky-header.delayed-sticky-mode.delayed-sticky-mode-acivate {
    display: flex;
}

.wraper_header > .sticky-header.delayed-sticky-mode.delayed-sticky-mode-acivate {
    position: fixed;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: SlideDown 0.55s ease forwards;
    animation: SlideDown 0.55s ease forwards;
    will-change: transform;
}

@-webkit-keyframes SlideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes SlideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.wraper_header .sticky-header.delayed-sticky-mode.delayed-sticky-mode-acivate.i-am-delayed-sticky {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.075);
}

.header_holder .wraper_header_main.mobile-menu-open {
    transform: translateX(0);
}

.header_holder .wraper_header_main.mobile-menu-open > nav ul.elementor-nav-menu {
    display: block;
}

.header_holder .wraper_header_main.mobile-menu-open > nav ul.elementor-nav-menu li.menu-item-has-children ul.sub-menu {
    position: static;
    z-index: 1;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
    background-color: transparent;
    display: none;
    transition: none;
    opacity: 1;
    visibility: visible;
}

.header_holder .wraper_header_main.mobile-menu-open > nav ul.elementor-nav-menu > li.menu-item-has-children a:before,
.header_holder .wraper_header_main.mobile-menu-open > nav ul.elementor-nav-menu li ul li a:after {
    display: none;
}

.mobile-menu-close {
    padding: 8px 0;
    text-align: right;
    cursor: pointer;
    position: relative;
    /* background: #000; */
    margin-bottom: -3px;
    float: right;
    width: 50%;
}

.mobile-menu-close:before {
    color: #000;
    /* background-color: #1c1a1a; */
    display: inline-block;
    content: "\e646";
    font-family: 'themify';
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.mobile-menu-active .mobile-menu-close {
    display: none;
}

.wraper_header section.elementor-element {
    left: 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .header_holder .wraper_header_main.mobile-menu-open > nav ul.elementor-nav-menu li.menu-item-has-children ul.sub-menu {
        position: static;
        z-index: 1;
        width: 100%;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        text-align: left;
        background-color: transparent;
        display: none;
        transition: opacity 0.4s linear !important;
        opacity: 1;
        visibility: visible;
    }

    .wraper_header {
        z-index: 999999;
    }

    .header_holder .wraper_header_main.mobile-menu-open {
        z-index: 999999;
        transform: translateX(-350px);
        box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    }

    .wraper_header .sticky-header .header_holder .wraper_header_main,
    .wraper_header .header_holder .wraper_header_main {
        height: 100%;
        max-width: 350px;
        width: 100%;
        position: fixed;
        top: 0;
        right: -350px;
        z-index: 1001;
        background-color: #fff;
        overflow: hidden;
        text-align: left;
        overflow-y: scroll;
        transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.55) 0s;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li a {
        padding: 20px !important;
        text-align: left;
        line-height: normal;
    }

    .elementor-nav-menu .menu-item a:hover {
        color: #000000 !important;
    }

    .header_holder .wraper_header_main > nav {
        float: none;
        margin-top: 0;
        text-align: left;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li {
        position: relative;
        width: 100%;
        padding: 0;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li > ul > li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li > ul > li ul li {
        padding: 0;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > a,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > a,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li ul li a {
        position: relative;
        display: block;
        width: auto;
        height: auto;
        padding: 10px 22px 10px 15px;
        border-bottom: 1px rgba(106, 124, 146, 0.1) solid;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li a {
        color: #000 !important;
        padding-left: 35px !important;
        font-size: 90% !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li a {
        padding-left: 45px !important;
        font-size: 80% !important;
    }

    .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu {
        position: absolute;
        top: 7px;
        right: 0;
        width: 40px;
        cursor: pointer;
        text-align: left;
    }

    .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu:before {
        top: 0;
        position: absolute;
        content: "\e61a";
        font-family: "themify";
        font-size: 14px;
        line-height: 32px;
        color: #000;
    }

    .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu.active:before {
        content: "\e622";
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .wraper_header {
        z-index: 999999;
    }

    .header_holder .wraper_header_main.mobile-menu-open {
        z-index: 999999;
        transform: translateX(-350px);
        box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    }

    .wraper_header .sticky-header .header_holder .wraper_header_main,
    .wraper_header .header_holder .wraper_header_main {
        height: 100%;
        max-width: 350px;
        width: 100%;
        position: fixed;
        top: 0;
        right: -350px;
        z-index: 1001;
        background-color: #fff;
        overflow: hidden;
        text-align: left;
        overflow-y: scroll;
        transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.55) 0s;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li a {
        padding: 20px !important;
        text-align: left;
    }

    .elementor-nav-menu .menu-item a:hover {
        color: #000000 !important;
    }

    .header_holder .wraper_header_main > nav {
        float: none;
        margin-top: 0;
        text-align: left;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li {
        position: relative;
        width: 100%;
        padding: 0;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li > ul > li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li > ul > li ul li {
        padding: 0;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > a,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > a,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li ul li a {
        position: relative;
        display: block;
        width: auto;
        height: auto;
        padding: 10px 22px 10px 15px;
        border-bottom: 1px rgba(106, 124, 146, 0.1) solid;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li a {
        color: #000 !important;
        padding-left: 35px !important;
        font-size: 90% !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li a {
        padding-left: 45px !important;
        font-size: 80% !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul > li.menu-item-has-children a {
        padding: 10px 55px 10px 40px;
    }

    .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu {
        position: absolute;
        top: 7px;
        right: 10px;
        width: 40px;
        cursor: pointer;
        text-align: center;
    }

    .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu:before {
        top: 0;
        position: absolute;
        content: "\e61a";
        font-family: "themify";
        font-size: 12px;
        line-height: 32px;
        color: #000;
    }

    .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu.active:before {
        content: "\e622";
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul::before {
        display: none;
    }
}

@media screen and (min-width: 321px) and (max-width: 479px) {
    .header_holder .wraper_header_main.mobile-menu-open > nav ul.elementor-nav-menu li.menu-item-has-children ul.sub-menu {
        position: static;
        z-index: 1;
        width: 100%;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        text-align: left;
        background-color: transparent;
        display: none;
        transition: opacity 0.4s linear !important;
        opacity: 1;
        visibility: visible;
    }

    .wraper_header {
        z-index: 999999;
    }

    .header_holder .wraper_header_main.mobile-menu-open {
        z-index: 999999;
        transform: translateX(-350px);
        box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    }

    .wraper_header .sticky-header .header_holder .wraper_header_main,
    .wraper_header .header_holder .wraper_header_main {
        height: 100%;
        max-width: 250px;
        width: 100%;
        position: fixed;
        top: 0;
        right: -350px;
        z-index: 1001;
        background-color: #fff;
        overflow: hidden;
        text-align: left;
        overflow-y: scroll;
        transition: all 0.5s cubic-bezier(0.25, 0.1, 0.82, 0.55) 0s;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li a {
        padding: 10px 20px !important;
        text-align: left;
    }

    .elementor-nav-menu .menu-item a:hover {
        color: #000000 !important;
    }

    .header_holder .wraper_header_main > nav {
        float: none;
        margin-top: 0;
        text-align: left;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li ul li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li ul li ul li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li {
        position: relative;
        width: 100%;
        padding: 0;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li > ul > li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li > ul > li ul li {
        padding: 0;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > a,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > a,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li ul li a {
        position: relative;
        display: block;
        width: auto;
        height: auto;
        padding: 10px 22px 10px 15px;
        border-bottom: 1px rgba(106, 124, 146, 0.1) solid;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li a {
        color: #000 !important;
        padding-left: 35px !important;
        font-size: 90% !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li a {
        padding-left: 45px !important;
        font-size: 80% !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul > li.menu-item-has-children a {
        padding: 10px 55px 10px 40px;
    }

    .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu {
        position: absolute;
        top: 7px;
        right: 0;
        width: 40px;
        cursor: pointer;
        text-align: left;
    }

    .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu:before {
        content: "\e61a";
        font-family: "themify";
        font-size: 14px;
        line-height: 32px;
        color: #000;
    }

    .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu.active:before {
        content: "\e622";
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul::before {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .header_holder .wraper_header_main {
        height: 100%;
        max-width: 250px;
        width: 100%;
        position: fixed;
        top: 0;
        right: -350px;
        z-index: 1001;
        background-color: #fff;
        overflow: hidden;
        text-align: left;
        overflow-y: scroll;
        transition: all 0.5s cubic-bezier(0.25, 0.1, 0.82, 0.55) 0s;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li a {
        padding: 20px !important;
        text-align: left;
    }

    .elementor-nav-menu .menu-item a:hover {
        color: #000000 !important;
    }

    .header_holder .wraper_header_main > nav {
        float: none;
        margin-top: 0;
        text-align: left;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li {
        position: relative;
        width: 100%;
        padding: 0;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li > ul > li,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li > ul > li ul li {
        padding: 0;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > a,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > a,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li ul li a {
        position: relative;
        display: block;
        width: auto;
        height: auto;
        padding: 10px 22px 10px 15px;
        border-bottom: 1px rgba(106, 124, 146, 0.1) solid;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li a {
        color: #000 !important;
        padding-left: 35px !important;
        font-size: 90% !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li a {
        padding-left: 45px !important;
        font-size: 80% !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul > li.menu-item-has-children a {
        padding: 20px;
    }

    .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu {
        position: absolute;
        top: 7px;
        right: 10px;
        width: 40px;
        cursor: pointer;
        text-align: center;
    }

    .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu:before {
        top: 0;
        position: absolute;
        content: "\e61a";
        font-family: "themify";
        font-size: 12px;
        line-height: 32px;
        color: #000;
    }

    .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu.active:before {
        content: "\e622";
    }
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu {
    position: static;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu {
    position: absolute;
    top: 100%;
    left: 46.9%;
    width: 100vw;
    margin-left: -50.7vw;
    transform: translateY(0) !important;
    border-radius: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    padding: 35px 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-5deg) !important;
    -o-transform: rotateX(-5deg) !important;
    -moz-transform: rotateX(-5deg) !important;
    -webkit-transform: rotateX(-5deg) !important;
    transition: all 0.1s ease-in-out !important;
    -webkit-transition: all 0.1s ease-in-out !important;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu:hover > ul.mega-child-menu {
    opacity: 1;
    visibility: visible;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu > li {
    padding: 0;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul.menu > li,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .elementor-text-editor > div > ul.menu > li {
    width: 100%;
    height: auto;
    position: relative;
    color: #444756;
    font-size: 15px;
    letter-spacing: 0.8px;
    margin: 0 0 15px 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > ul > li:last-child,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .elementor-text-editor > ul > li:last-child {
    margin-bottom: 0;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu:hover ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul > li > a,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu:hover ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .elementor-text-editor > div > ul > li > a {
    color: #444756;
    font-size: 15px;
    letter-spacing: 0.8px;
    position: relative;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu:hover ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul > li > a:hover,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu:hover ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .elementor-text-editor > div > ul > li > a:hover {
    font-size: 15px;
    letter-spacing: 0.8px;
    color: #000;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu ul.mega-child-menu > li ul > li > a:before {
    position: absolute;
    left: 0;
    top: 11px;
    width: 0;
    height: 2px;
    z-index: 0;
    background-color: #000;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu:hover ul.mega-child-menu > li ul > li > a:hover:before {
    width: 15px;
}

.header_holder .elementor-element .elementor-widget-container {
    transition: none !important;
}

.wraper_header .header_holder .elementor-menu-toggle span.ti-menu {
    color: #000;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:after,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:after {
    content: none !important;
    transition: none !important;
    -webkit-transition: none !important;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:hover,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:hover {
    padding-left: 0 !important;
    color: #4f5ad0;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > a:after {
    content: none !important;
    transition: none !important;
    -webkit-transition: none !important;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > a:hover {
    padding-left: 0 !important;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu .menu-item.mega-parent-menu .mega-child-menu {
    width: 60em;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    background: #fff;
    top: 62px;
    left: -44px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
    box-shadow: rgba(67, 90, 111, 0.416) 0 0 1.5px,
        rgba(67, 90, 111, 0.3) 0 2px 4px -2px;
    -webkit-box-shadow: rgba(67, 90, 111, 0.416) 0 0 1.5px,
        rgba(67, 90, 111, 0.3) 0 2px 4px -2px;
    list-style: none;
    position: absolute;
    border-radius: 5px;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu .menu-item.mega-parent-menu:hover .mega-child-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu .menu-item.mega-parent-menu .mega-child-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu .mega-child-menu ul li {
    margin-right: 0;
    height: auto;
    margin: 0;
    padding: 7px 54px 7px 0px;
    text-align: left;
    float: left;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu:hover ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul > li > a,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu:hover ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .elementor-text-editor > div > ul > li > a {
    color: #13152f;
    font-size: 15px;
    letter-spacing: 0.1px;
    position: relative;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu:hover ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul > li > a:hover,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu:hover ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .elementor-text-editor > div > ul > li > a:hover {
    font-size: 15px;
    letter-spacing: 0.1px;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu .mega-child-menu ul li.new-add:after {
    content: "Label";
    position: absolute;
    background: #f95448;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    right: -33px;
    top: 14px;
    border-radius: 3px;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul > li > a::after {
    /*content: "";
  position: absolute;
  background: #989898;
  width: 7px;
  height: 1px;
  top: 17px;
  left: -30px;
  transform: none;*/
    display: none;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul > li:hover a::after {
    transform: none;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul > li > a::before {
    content: "";
    width: 0;
    height: 1px;
    top: 28px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #444756;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul > li > a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .radiantthemes-custom-button a.radiantthemes-custom-button-main::after {
    transform: none;
    content: none;
}

/*.header_holder .wraper_header_main > nav ul.elementor-nav-menu .menu-item-object-mega_menu.menu-item-has-children:hover::after {*/
/*  transform: translate(-40px, 13px) rotate(45deg);*/
/*  transition: all 300ms linear 0s;*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*}*/

/*.header_holder .wraper_header_main > nav ul.elementor-nav-menu .menu-item-object-mega_menu.menu-item-has-children::after {*/
/*  transition: all 300ms linear 0s;*/
/*  transform: translate(-40px, 20px) rotate(45deg);*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  width: 15px;*/
/*  height: 15px;*/
/*  background: #fff;*/
/*  box-shadow: rgba(67, 90, 111, 0.1) -1px -1px 1px;*/
/*  content: "";*/
/*  position: absolute;*/
/*}*/

.main-megamenu-holder .mega-child-menu h5 {
    text-align: left;
}

@media screen and (min-width: 1920px) and (max-width: 2000px) {
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu {
        left: 0;
        margin-left: -28.2vw;
    }
}

@media screen and (min-width: 1151px) and (max-width: 1260px) {
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li {
        margin-right: 18px !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu {
        left: 0;
        margin-left: -19.1vw;
    }
}

@media screen and (min-width: 1031px) and (max-width: 1150px) {
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li {
        margin-right: 18px !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu {
        left: 0;
        margin-left: -13.1vw;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) and (orientation: landscape) {
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li {
        margin-right: 18px !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu {
        left: 0;
        margin-left: -13.1vw;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) and (orientation: portrait) {

    .woocommerce .checkout_coupon {
        width: auto;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li {
        margin-right: 18px !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu {
        left: 0;
        margin-left: -50vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li {
        margin-right: 18px !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu {
        left: 0;
        margin-left: -50vw;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul.menu > li {
        margin-bottom: 0;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu .menu-item.mega-parent-menu .mega-child-menu {
        left: -38% !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu {
        position: static;
        z-index: 1;
        width: 100%;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        text-align: left;
        margin-left: 0;
        background-color: transparent;
        display: none;
        transition: opacity 0.4s linear !important;
        opacity: 1;
        visibility: visible;
        border: 1px solid red;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu .menu-item.mega-parent-menu .mega-child-menu {
        position: static;
        z-index: 1;
        width: 100%;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        text-align: left;
        margin-left: 0;
        background-color: transparent;
        display: none;
        transition: opacity 0.4s linear !important;
        opacity: 1;
        visibility: visible;
    }

    .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .main-megamenu-holder > .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu {
        position: absolute;
        top: 7px;
        right: 0;
        width: 40px;
        cursor: pointer;
        text-align: left;
    }

    .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .main-megamenu-holder > .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu:before {
        content: "\e61a";
        font-family: "themify";
        font-size: 14px;
        line-height: 32px;
        color: #000;
    }

    .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .main-megamenu-holder > .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu.active:before {
        content: "\e622";
    }

    .woocommerce .coupon,
    .woocommerce .checkout_coupon {
        width: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li {
        margin-bottom: 0 !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:hover,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:hover {
        padding-left: 35px !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu {
        position: relative;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul.menu > li {
        margin-bottom: 0;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu .menu-item.mega-parent-menu .mega-child-menu {
        left: -38% !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu {
        position: static;
        z-index: 1;
        width: 100%;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        text-align: left;
        margin-left: 0;
        background-color: transparent;
        display: none;
        transition: opacity 0.4s linear !important;
        opacity: 1;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu .menu-item.mega-parent-menu .mega-child-menu {
        position: static;
        z-index: 1;
        width: 100%;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        text-align: left;
        margin-left: 0;
        background-color: transparent;
        display: none;
        transition: opacity 0.4s linear !important;
        opacity: 1;
        visibility: visible;
    }

    .mega-child-menu li ul li {
        position: relative;
        display: block;
        width: auto;
        height: auto;
        padding: 5px 0;
        /*border-bottom: 1px rgba(106, 124, 146, 0.1) solid;*/
        color: inherit;
        margin-bottom: 0;
    }

    .mega-child-menu h5 {
        text-transform: uppercase;
        line-height: 28px;
        letter-spacing: 0.5px;
        font-weight: 400;
        font-style: normal;
        color: #6a7c92;
        font-size: 15px;
        padding: 10px 0 9px 17px;
        border-bottom: 1px rgba(106, 124, 146, 0.1) solid;
        margin: 0;
    }

    .mega-child-menu .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
        padding: 0;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li a {
        font-size: 14px !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li a {
        padding-bottom: 2px !important;
    }

    .header_holder .elementor-column.elementor-col-25,
    .elementor-column[data-col="25"] {
        width: 100%;
    }

    .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .main-megamenu-holder > .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu {
        position: absolute;
        top: 7px;
        right: 0;
        width: 40px;
        cursor: pointer;
        text-align: left;
    }

    .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .main-megamenu-holder > .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu:before {
        content: "\e61a";
        font-family: "themify";
        font-size: 14px;
        line-height: 32px;
        color: #000;
    }

    .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .main-megamenu-holder > .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu.active:before {
        content: "\e622";
    }
}


@media screen and (min-width: 480px) and (max-width: 767px) {
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li {
        margin-bottom: 0 !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul.sub-menu {
        transform: none !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu {
        position: relative;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu {
        position: static;
        z-index: 1;
        width: 100%;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        text-align: left;
        margin-left: 0;
        background-color: transparent;
        display: none;
        transition: opacity 0.4s linear !important;
        opacity: 1;
        visibility: visible;
        border: 1px solid red;
    }

    .mega-child-menu .elementor-column.elementor-col-25 {
        width: 100%;
    }

    .mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li a {
        padding-left: 30px;
    }

    .mega-child-menu > li ul > li {
        position: relative;
        display: block;
        width: auto;
        height: auto;
        padding: 10px 0;
        /*border-bottom: 1px rgba(106, 124, 146, 0.1) solid;*/
        color: inherit;
    }

    .mega-child-menu > li ul > li > a {
        text-transform: uppercase;
        line-height: 28px;
        letter-spacing: 0.5px;
        font-weight: 400;
        font-style: normal;
        color: #6a7c92;
        font-size: 14px;
    }

    .mega-child-menu h5 {
        text-transform: uppercase;
        line-height: 28px;
        letter-spacing: 0.5px;
        font-weight: 400;
        font-style: normal;
        color: #6a7c92;
        font-size: 15px;
        padding: 10px 0 9px 17px;
        border-bottom: 1px rgba(106, 124, 146, 0.1) solid;
        margin: 0;
    }

    .mega-child-menu .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
        padding: 0;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li a {
        font-size: 14px !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li a {
        padding-bottom: 2px !important;
    }
}

@media screen and (min-width: 321px) and (max-width: 479px) {
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li {
        margin-bottom: 0 !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul.sub-menu {
        transform: none !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu {
        position: relative;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu .menu-item.mega-parent-menu .mega-child-menu {
        position: static;
        z-index: 1;
        width: 100%;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        text-align: left;
        margin-left: 0;
        background-color: transparent;
        display: none;
        transition: opacity 0.4s linear !important;
        opacity: 1;
        visibility: visible;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu .mega-child-menu ul li.new-add::after {
        right: 40px;
        top: 20px;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul.menu > li {
        margin-bottom: 0;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:hover,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:hover {
        padding-left: 35px !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > .mega-child-menu {
        position: static;
        z-index: 1;
        width: 100%;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        text-align: left;
        margin-left: 0;
        background-color: transparent;
        display: none;
        transition: opacity 0.4s linear !important;
        opacity: 1;
        visibility: visible;
    }

    .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .main-megamenu-holder > .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu {
        position: absolute;
        top: 7px;
        right: 0;
        width: 40px;
        cursor: pointer;
        text-align: left;
    }

    .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .main-megamenu-holder > .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu:before {
        content: "\e61a";
        font-family: "themify";
        font-size: 14px;
        line-height: 32px;
        color: #000;
    }

    .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .main-megamenu-holder > .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu.active:before,
    .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu.active:before {
        content: "\e622";
    }

    .mega-child-menu li ul li {
        position: relative;
        display: block;
        width: auto;
        height: auto;
        padding: 10px 0;
        /*border-bottom: 1px rgba(106, 124, 146, 0.1) solid;*/
        color: inherit;
    }

    .mega-child-menu h5 {
        text-transform: uppercase;
        line-height: 28px;
        letter-spacing: 0.5px;
        font-weight: 400;
        font-style: normal;
        color: #6a7c92;
        font-size: 15px;
        padding: 10px 0 9px 17px;
        border-bottom: 1px rgba(106, 124, 146, 0.1) solid;
        margin: 0;
    }

    .mega-child-menu .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
        padding: 0;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li a {
        font-size: 14px !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li a {
        padding-bottom: 2px !important;
    }
}

@media screen and (max-width: 320px) {
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li {
        margin-bottom: 0 !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul.sub-menu {
        transform: none !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu {
        position: relative;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu {
        position: static;
        z-index: 1;
        width: 100%;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        text-align: left;
        margin-left: 0;
        background-color: transparent;
        display: none;
        transition: opacity 0.4s linear !important;
        opacity: 1;
        visibility: visible;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul.menu > li {
        margin-bottom: 0;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:hover,
    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:hover {
        padding-left: 35px !important;
    }

    .mega-child-menu li ul li {
        position: relative;
        display: block;
        width: auto;
        height: auto;
        padding: 10px 0;
        border-bottom: 1px rgba(106, 124, 146, 0.1) solid;
        color: inherit;
    }

    .mega-child-menu h5 {
        text-transform: uppercase;
        line-height: 28px;
        letter-spacing: 0.5px;
        font-weight: 400;
        font-style: normal;
        color: #6a7c92;
        font-size: 15px;
        padding: 10px 0 9px 17px;
        border-bottom: 1px rgba(106, 124, 146, 0.1) solid;
        margin: 0;
    }

    .mega-child-menu .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
        padding: 0;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu li a {
        font-size: 14px !important;
    }

    .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li a {
        padding-bottom: 2px !important;
    }
}

.elementor-widget-radiant-custom-cart .header-cart-bar {
    float: right;
    margin-top: 7px;
    text-align: center;
    font-size: 0;
}

.elementor-widget-radiant-custom-cart .header-cart-bar > .header-cart-bar-icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    width: 30px;
    color: #fff;
}

.elementor-widget-radiant-custom-cart .header-cart-bar > .header-cart-bar-icon > span.ti-shopping-cart {
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    /*font-weight: 600;*/
}

.elementor-widget-radiant-custom-cart .header-cart-bar > .header-cart-bar-icon > .cart-count {
    position: absolute;
    top: -8px;
    right: -3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    /*background-color: #3F3A64;*/
    background-color: #FD406A;
    line-height: 18px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 321px) and (max-width: 479px) {
    .elementor-widget-radiant-custom-search .header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box {
        right: 0;
        left: 6px;
    }
}

@media screen and (max-width: 320px) {
    .elementor-widget-radiant-custom-search .header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box {
        right: 0;
        left: 6px;
    }
}

.elementor-widget-radiant-custom-search .header-slideout-searchbar {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-top: 3px;
    cursor: pointer;
}

.elementor-widget-radiant-custom-search .header-slideout-searchbar > .header-slideout-searchbar-holder {
    position: relative;
    display: block;
}

.elementor-widget-radiant-custom-search .header-slideout-searchbar span[class*="ti-"] {
    font-size: 18px;
    color: #000;
}

.elementor-widget-radiant-custom-search .header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box {
    position: absolute;
    top: -10px;
    right: 30px;
    z-index: 1;
    width: 30px;
    padding: 5px 5px 4px 12px;
    background-color: #f9f9f9;
    border: 3px rgba(0, 0, 0, 0.1) solid;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.elementor-widget-radiant-custom-search .header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row {
    position: relative;
    display: block;
    padding-right: 30px;
}

.elementor-widget-radiant-custom-search .header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row input[type="search"] {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    font-size: 13px;
    border-radius: 0;
}

.elementor-widget-radiant-custom-search .header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row input[type="search"]::placeholder {
    color: #545454;
}

.elementor-widget-radiant-custom-search .header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row button[type="submit"] {
    position: absolute;
    top: 0;
    width: 26px;
    height: 30px;
    background-color: transparent;
    border: none;
    display: none;
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 28px;
}

.elementor-widget-radiant-custom-search .header-slideout-searchbar > .header-slideout-searchbar-holder:hover > .header-slideout-searchbar-box,
.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder:focus > .header-slideout-searchbar-box {
    width: 200px;
    opacity: 1;
    visibility: visible;
}

/************************************************************************************************/

/*=====================================================
Box Grid 2
=====================================================*/
.radiant_lifestyle_trans_bg {
    padding: 20px 45px 1px 45px;
    background: transparent;
}

.radiant_lifestyle_trans_bg h3 {
    font-size: 22px;
    color: #ffffff;
    line-height: 32px !important;
    margin-bottom: 6px;
    padding: 0;
}

.radiant_lifestyle_trans_bg h3 a {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer !important;
}

.radiant_lifestyle_trans_bg h3 a:hover {
    color: #ffffff;
}

.radiant_lifestyle_trans_bg p {
    font-size: 15px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 6px;
    padding: 0;
}

/********************************/
.rt-bottom-left {
    position: absolute;
    /*bottom: 8px;
  left: 16px;*/
    bottom: 32px;
    left: 0px;
}

a.transparent-masionary-btn-hover {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

a:hover.transparent-masionary-btn-hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.radiant_lifestyle_trans_bg .transparent-masionary-btn-hover span {
    position: relative;
    display: inline-block;
    margin-top: 4px;
}

.radiant_lifestyle_trans_bg .transparent-masionary-btn-hover span:before {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.radiant_lifestyle_trans_bg .transparent-masionary-btn-hover span:after,
.radiant_lifestyle_trans_bg .transparent-masionary-btn-hover span:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: 0.35s cubic-bezier(0.04, 0.11, 0.6, 0.97);
    -o-transition: 0.35s cubic-bezier(0.04, 0.11, 0.6, 0.97);
    transition: 0.35s cubic-bezier(0.04, 0.11, 0.6, 0.97);
}

.radiant_lifestyle_trans_bg .transparent-masionary-btn-hover:hover span:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.radiant_lifestyle_trans_bg .transparent-masionary-btn-hover span:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.radiant_lifestyle_trans_bg .transparent-masionary-btn-hover:hover span:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: 0.34s;
    -o-transition-delay: 0.34s;
    transition-delay: 0.34s;
}

.rt-no-more-post {
    overflow: hidden;
    text-align: center;
    font-style: italic;
    margin-bottom: 150px;
}

.rt-no-more-post {
    display: none;
}


/******************************** Theme Options/

/* START OF COMMON CSS*/
.moving-image-style-one .elementor-image img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.moving-image-style-one:hover .elementor-image img {
    transform: translate3d(-10px, 0, 0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.moving-image-style-two .elementor-image img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.moving-image-style-two:hover .elementor-image img {
    transform: translate3d(-10px, 5px, 0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.icon-moving .elementor-image-box-img img {
    transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}

.icon-moving:hover .elementor-image-box-img img {
    transform: translate3d(-6px, 0px, 0);
}

.icon-moving-style-two .elementor-image img {
    transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}

.icon-moving-style-two:hover .elementor-image img {
    transform: translate3d(0px, -6px, 0);
}

.icon-moving-style-three .elementor-image-box-img img {
    transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}

.icon-moving-style-three:hover .elementor-image-box-img img {
    transform: translate3d(0px, -6px, 0);
}

.icon-moving-style-four .elementor-image img {
    transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}

.icon-moving-style-four:hover .elementor-image img {
    transform: translate3d(-6px, 0px, 0);
}

.rt-portfolio-box.element-eight .overlay {
    background-color: transparent !important;
}

.wraper_error_main.style-one .error_main .btn {
    border-radius: 4px !important;
}

.landing-banner-img .elementor-image {
    width: 1350px;
    float: right;
    position: relative;
    left: 9%;
}

/* END OF COMMON CSS*/

/* Contact Us Css */
.contact_us_page .form-row input[type="text"] {
    width: 100%;
    height: 67px;
    padding: 12px 15px 12px 20px;
    margin-bottom: 0px;
    border: 1px solid #F3F5FD;
    background-color: #F3F5FD;
    margin-bottom: 10px;
    border-radius: 5px;
}

.contact_us_page .form-row input[type="text"]::placeholder {
    color: #545454;
}

.contact_us_page .form-row input[type="text"]:focus {
    color: #231834;
    background: #EEF1FF;
}

.contact_us_page textarea {
    height: 150px;
    resize: none;
    width: 100%;
    margin-bottom: 18px;
    padding: 7px 15px 8px 20px;
    border: 1px solid #F3F5FD;
    background-color: #F3F5FD;
    border-radius: 5px;
}

.contact_us_page .form-row textarea::placeholder {
    color: #545454;
}

.contact_us_page .form-row textarea:focus {
    color: #231834;
    background: #EEF1FF;
}

.contact_us_page input[type="submit"] {
    font-size: 17px;
    color: #fff;
    padding: 12px 30px 12px 30px;
    border: none;
    background: #FB5545;
    border-radius: 5px;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out
}

.contact_us_page input[type="submit"]:hover {
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px)
}

/* End Contact us css */

/* Start Contact us two css */

/*.contact-two .form-row {*/
/*    margin-right: -11px;*/
/*}*/
.contact-two .form-row input[type="text"] {
    width: 104%;
    height: 50px;
    padding: 12px 15px 12px 20px;
    margin-bottom: 0px;
    border: 1px solid #F3F5FD;
    background-color: #F3F1EE;
    border-radius: 5px;
}

.contact-two .form-row input[type="text"]:hover {
    width: 104%;
    height: 50px;
    padding: 12px 15px 12px 20px;
    margin-bottom: 0px;
    border: 1px solid #CDCDCD;
    background-color: #FCFAF9;
    border-radius: 5px;
}

.contact-two textarea {
    height: 150px;
    resize: none;
    width: 102%;
    padding: 7px 15px 8px 20px;
    border: 1px solid #F3F5FD;
    background-color: #F3F1EE;
    border-radius: 5px;
}

.contact-two textarea:hover {
    height: 150px;
    resize: none;
    width: 102%;
    padding: 7px 15px 8px 20px;
    border: 1px solid #CDCDCD;
    background-color: #FCFAF9;
    border-radius: 5px;
}

.contact-two input[type="submit"] {
    background: #FBA301;
    border: none;
    color: #fff;
    padding: 14px 43px;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out;
    margin-top: -10px;
}

.contact-page-icon-align span.elementor-icon-box-title {
    /*font-family: futura-pt;*/

}

.contact-two select.wpcf7-form-control.wpcf7-select {
    width: 104%;
    height: 50px;
    border-radius: 5px;
    line-height: 28px;
    cursor: pointer;
    padding: 12px 15px 12px 20px;
    border: 1px solid #F3F5FD;
    background-color: #F3F1EE;
}

@media screen and (max-width: 1024px) {
    .contact-two .form-row input[type="text"] {
        width: 100%;
    }

    .contact-two .form-row input[type="text"]:hover {
        width: 100%;
    }

    .contact-two textarea {
        width: 100%;
    }

    .contact-two select.wpcf7-form-control.wpcf7-select {
        width: 100%;
    }
}

/* End Contact us two css */


/* Testimonial Css /*
/* owl-dots */

.testimonial[class*='element-'] .owl-dots {
    margin-left: 15px;
    margin-right: 15px;
}

.testimonial[class*='element-'] .owl-dots > .owl-dot {
    display: inline-block;
    vertical-align: top;
}

/* owl-dots - style-one */

.testimonial[class*='element-'].owl-dot-style-one .owl-dots {
    margin-top: 45px;
    text-align: center;
}

.testimonial[class*='element-'].owl-dot-style-one .owl-dots > .owl-dot {
    margin-left: 6px;
    margin-right: 6px;
}

.testimonial[class*='element-'].owl-dot-style-one .owl-dots > .owl-dot > span {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #e3e0df;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/* owl-dots - style-two */

.testimonial[class*='element-'].owl-dot-style-two .owl-dots {
    position: absolute;
    bottom: 3px;
    right: 0;
    text-align: center;
}

.testimonial[class*='element-'].owl-dot-style-two .owl-dots > .owl-dot {
    margin-left: 4px;
    margin-right: 4px;
}

.testimonial[class*='element-'].owl-dot-style-two .owl-dots > .owl-dot > span {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.testimonial[class*='element-'].owl-dot-style-two .owl-dots > .owl-dot.active > span {
    background-color: #fff !important;
}

/* testimonial element-one */

.testimonial.element-one {
    position: relative;
}

.testimonial.element-one .testimonial-item > .holder {
    text-align: center;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-pic {
    margin-bottom: 50px;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-pic > .testimonial-pic-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-pic > .testimonial-pic-holder > .testimonial-pic-main {
    display: inline-block;
    vertical-align: top;
    width: 145px;
    height: 145px;
    background: center center no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-pic > .testimonial-pic-holder > .testimonial-pic-icon {
    position: absolute;
    bottom: -10px;
    right: -5px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    color: #fff;
    line-height: 60px;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-data {
    margin-bottom: 35px;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-data blockquote > *:last-child {
    margin-bottom: 0 !important;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-data blockquote p {
    margin-bottom: 20px;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-title > *:last-child {
    margin-bottom: 0 !important;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-title .title {
    margin-bottom: 3px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    color: #24323d;
    line-height: 28px;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-title .designation {
    margin-bottom: 7px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #676767;
    line-height: 26px;
}

.testimonial.element-one:not(.owl-carousel) .testimonial-item {
    float: left;
    padding-left: 0;
    margin-bottom: 40px;
}

.testimonial.element-one > .owl-thumbs {
    display: none;
}

.testimonial.element-one > .owl-nav {
    margin-top: -40px !important;
    text-align: right !important;
}

/* testimonial element-two */

.testimonial.element-two {
    position: relative;
}

.testimonial.element-two .testimonial-item > .holder {
    text-align: left;
}

.testimonial.element-two .testimonial-item > .holder > .testimonial-data {
    margin-bottom: 32px;
}

.testimonial.element-two .testimonial-item > .holder > .testimonial-data blockquote > *:last-child {
    margin-bottom: 0 !important;
}

.testimonial.element-two .testimonial-item > .holder > .testimonial-data blockquote p {
    margin-bottom: 20px;
    color: #fff;
}

.testimonial.element-two .testimonial-item > .holder > .testimonial-title > *:last-child {
    margin-bottom: 0 !important;
}

.testimonial.element-two .testimonial-item > .holder > .testimonial-title .title {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
}

.testimonial.element-two .testimonial-item > .holder > .testimonial-title .designation {
    margin-bottom: 7px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    line-height: 26px;
}

.testimonial.element-two:not(.owl-carousel) .testimonial-item {
    float: left;
    padding-left: 0;
    margin-bottom: 40px;
}

.testimonial.element-two > .owl-thumbs {
    display: none;
}

.testimonial.element-two > .owl-nav {
    margin-top: 30px !important;
    text-align: left !important;
}

.testimonial.element-two > .owl-dots {
    position: static !important;
    margin: 38px 0 0 0 !important;
    text-align: left !important;
}

.testimonial.element-two > .owl-dots > .owl-dot > span {
    width: 10px !important;
    height: 10px !important;
}

/* testimonial element-three */

.testimonial.element-three {
    position: relative;
}

.testimonial.element-three .testimonial-item > .holder {
    text-align: left;
    background: transparent;
    border-radius: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 30px;
    /*box-shadow: 0px 0px 10px 5px rgba(47, 85, 212, 0.1);*/
    margin-top: 0px;
    margin-bottom: 0px;
}

.testimonial.element-three .testimonial-item > .holder > .testimonial-data {
    margin-bottom: 30px;
}

.testimonial.element-three .testimonial-item > .holder > .testimonial-title {
    position: relative;
    min-height: 80px;
    margin-bottom: 20px;
    padding-top: 13px;
    padding-left: 90px;
}

.testimonial.element-three .testimonial-item > .holder > .testimonial-title > .testimonial-title-pic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 71px;
    height: 71px;
    background: center center no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.testimonial.element-three .testimonial-item > .holder > .testimonial-title > .testimonial-title-data > *:last-child {
    margin-bottom: 0 !important;
}

.testimonial.element-three .testimonial-item > .holder > .testimonial-title > .testimonial-title-data .title {
    margin-bottom: 3px;
    margin-top: -9px;
    margin-left: 8px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    color: #16171e;
    line-height: 28px;
}


.testimonial.element-three .testimonial-item > .holder > .testimonial-title > .testimonial-title-data .designation {
    margin-bottom: 7px;
    margin-left: 8px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 13px;
    color: #676767;
    line-height: 26px;
}

.testimonial.element-three .testimonial-item > .holder > .testimonial-data blockquote > *:last-child {
    margin-bottom: 0 !important;
}

.testimonial.element-three .testimonial-item > .holder > .testimonial-data blockquote p {
    margin-bottom: 20px;
}

.testimonial.element-three:not(.owl-carousel) .testimonial-item {
    float: left;
    padding-left: 0;
    margin-bottom: 40px;
}

.testimonial.element-three > .owl-thumbs {
    display: none;
}

.testimonial.element-three > .owl-nav {
    margin-top: -40px !important;
    text-align: right !important;
}

/* testimonial element-four */

.testimonial.element-four {
    position: relative;
}

.testimonial.element-four .testimonial-item > .holder {
    text-align: center;
}

.testimonial.element-four .testimonial-item > .holder > .testimonial-data {
    margin-bottom: 32px;
}

.testimonial.element-four .testimonial-item > .holder > .testimonial-data blockquote > *:last-child {
    margin-bottom: 0 !important;
}

.testimonial.element-four .testimonial-item > .holder > .testimonial-data blockquote p {
    margin-bottom: 20px;
    color: #fff;
}

.testimonial.element-four .testimonial-item > .holder > .testimonial-title > *:last-child {
    margin-bottom: 0 !important;
}

.testimonial.element-four .testimonial-item > .holder > .testimonial-title .title {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 1.5px;
}

.testimonial.element-four:not(.owl-carousel) .testimonial-item {
    float: left;
    padding-left: 0;
    margin-bottom: 40px;
}

.testimonial.element-four > .owl-thumbs {
    display: none;
}

.testimonial.element-four > .owl-nav {
    margin-top: 30px !important;
    text-align: left !important;
}

.testimonial.element-four > .owl-dots {
    position: static !important;
    margin: 38px 0 0 0 !important;
}

.testimonial.element-four > .owl-dots > .owl-dot > span {
    width: 13px !important;
    height: 13px !important;
}

/* testimonial element-five */

.testimonial.element-five {
    position: relative;
}

.testimonial.element-five .testimonial-item > .holder {
    text-align: left;
}

.testimonial.element-five .testimonial-item > .holder > .testimonial-data {
    margin-bottom: 21px;
}

.testimonial.element-five .testimonial-item > .holder > .testimonial-data blockquote > *:last-child {
    margin-bottom: 0 !important;
}

.testimonial.element-five .testimonial-item > .holder > .testimonial-data blockquote p {
    margin-bottom: 20px;
    color: #151516;
}

.testimonial.element-five .testimonial-item > .holder > .testimonial-title > *:last-child {
    margin-bottom: 0 !important;
}

.testimonial.element-five .testimonial-item > .holder > .testimonial-title .title {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    color: #151516;
    line-height: 30px;
    letter-spacing: 1.5px;
}

.testimonial.element-five:not(.owl-carousel) .testimonial-item {
    float: left;
    padding-left: 0;
    margin-bottom: 40px;
}

.testimonial.element-five > .owl-thumbs {
    display: none;
}

.testimonial.element-five > .owl-nav {
    margin-top: 30px !important;
    text-align: left !important;
}

.testimonial.element-five > .owl-dots {
    position: static !important;
    margin: 15px 0 0 0 !important;
    text-align: left !important;
}

.testimonial.element-five > .owl-dots > .owl-dot > span {
    width: 13px !important;
    height: 13px !important;
}


/* testimonial element-seven */

/*.testimonial.element-seven {
    position: relative;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}

.testimonial.element-seven .testimonial-item {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.testimonial.element-seven .testimonial-item > .holder {
    text-align: left;
    padding: 35px 30px 40px 30px;
    background-color: #fff;
    border-top: 5px rgba(0, 0, 0, 0.2) solid;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.testimonial.element-seven .testimonial-item > .holder > .testimonial-main {
    position: relative;
    padding-left: 125px;
}

.testimonial.element-seven .testimonial-item > .holder > .testimonial-main > .testimonial-pic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-bottom: 10px;
}

.testimonial.element-seven .testimonial-item > .holder > .testimonial-main > .testimonial-pic > .testimonial-pic-main {
    display: inline-block;
    vertical-align: top;
    width: 105px;
    height: 105px;
    background: center center no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.testimonial.element-seven .testimonial-item > .holder > .testimonial-main > .testimonial-data {
    margin-bottom: 12px;
}

.testimonial.element-seven .testimonial-item > .holder > .testimonial-main > .testimonial-data blockquote > *:last-child {
    margin-bottom: 0 !important;
}

.testimonial.element-seven .testimonial-item > .holder > .testimonial-main > .testimonial-data blockquote p {
    margin-bottom: 20px;
    line-height: 27px;
}

.testimonial.element-seven .testimonial-item > .holder > .testimonial-main > .testimonial-title > *:last-child {
    margin-bottom: 0 !important;
}

.testimonial.element-seven .testimonial-item > .holder > .testimonial-main > .testimonial-title .title {
    margin-bottom: 1px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}

.testimonial.element-seven .testimonial-item > .holder > .testimonial-main > .testimonial-title .designation {
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 12px;
    color: #676767;
    line-height: 26px;
}

.testimonial.element-seven:not(.owl-carousel) .testimonial-item {
    float: left;
    padding-left: 0;
    margin-bottom: 40px;
}

.testimonial.element-seven > .owl-thumbs {
    display: none;
}

.testimonial.element-seven > .owl-nav {
    margin-top: -40px !important;
    text-align: right !important;
}*/

/* testimonial element-eight */

.testimonial.element-eight {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: left;
    box-shadow: none !important;
    margin-bottom: 25px;
}

.testimonial.element-eight * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.testimonial.element-eight img {
    max-width: 100%;
    vertical-align: middle;
    height: 70px;
    width: 70px !important;
    border-radius: 50% !important;
    margin: 30px 0 0 25px;
}

.testimonial.element-eight .description {
    background-color: #fff;
    display: block;
    font-weight: 400;
    line-height: 30px;
    /*margin: 30px 20px;*/
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 14px;
    margin-right: 14px;
    /*padding: 30px;*/
    padding-top: 41px;
    padding-bottom: 40px;
    padding-left: 38px;
    padding-right: 38px;
    position: relative;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.18);
    border-radius: 5px;
    color: #5E656C;
    line-height: 30px;
}

.testimonial.element-eight .arrow {
    top: 97%;
    left: 0px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    border-top: 40px solid #fff;
    margin: 0;
    position: absolute;
    display: none;
}

.testimonial.element-eight .author {
    position: absolute;
    bottom: 20px;
    padding: 0 10px 0 112px;
    margin: 0;
    color: #16171e;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.testimonial.element-eight .author h5 {
    font-size: 22px;
    font-weight: 500;
    color: #16171e;
    margin-bottom: 10px;
    line-height: 28px;
}

.testimonial.element-eight .author p {
    font-size: 14px;
    color: #85868c;
    margin-top: -10px;
}

/* Testimonial Css End/*

/* TEAM CSS /*
/* team element-one */

.team.element-one {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}

.team.element-one .team-item {
    padding-top: 17px;
    padding-right: 15px;
    padding-bottom: 17px;
    padding-left: 15px;
}

.team.element-one .team-item > .holder {
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.team.element-one .team-item > .holder > .pic {
    position: relative;
    overflow: hidden;
    padding-top: calc((133 / 100) * 100%);
    border-radius: 4px;
    /*box-shadow: 0px 40px 90px -30px rgba(0, 0, 0, 0.25);*/
}

.team.element-one .team-item > .holder > .pic > .placeholder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: center top no-repeat;
    background-size: cover;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.team.element-one .team-item > .holder > .data {
    padding: 18px 15px 0px 15px;
}

.team.element-one .team-item > .holder > .data > *:last-child {
    margin-bottom: 0 !important;
}

.team.element-one .team-item > .holder > .data .designation {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    color: #272727;
    line-height: 25px;
}

.team.element-one .team-item > .holder > .data .title {
    margin-bottom: 3px;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    line-height: 28px;
}

.team.element-one .team-item > .holder > .data .title a {
    color: inherit;
}

.team.element-one .team-item > .holder:hover > .pic > .placeholder {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.team.element-one:not(.owl-carousel) .team-item {
    float: left;
    margin-bottom: 0;
}

/* team element-two */

.team.element-two {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}

.team.element-two .team-item {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.team.element-two .team-item > .holder {
    position: relative;
    text-align: center;
}

.team.element-two .team-item > .holder > .pic {
    position: relative;
    overflow: hidden;
    padding-top: calc((159 / 100) * 100%);
}

.team.element-two .team-item > .holder > .pic > .pic-main {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: center top no-repeat;
    background-size: cover;
    filter: grayscale(1);
}

.team.element-two .team-item > .holder > .data {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 15px 20px 17px 20px;
    background-color: #fff;
    box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.team.element-two .team-item > .holder > .data > *:last-child {
    margin-bottom: 0 !important;
}

.team.element-two .team-item > .holder > .data .title {
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 17px;
    color: #2b2b2b;
    line-height: 27px;
    letter-spacing: -0.4px;
}

.team.element-two .team-item > .holder > .data .title a {
    color: inherit;
}

.team.element-two .team-item > .holder > .data .designation {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    color: #707070;
    line-height: 25px;
}

.team.element-two .team-item > .holder > .data > ul.social-icon {
    margin-top: 3px;
    font-size: 0;
}

.team.element-two .team-item > .holder > .data > ul.social-icon > li {
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
    margin-right: 3px;
}

.team.element-two .team-item > .holder > .data > ul.social-icon > li > a {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    color: #fff;
    line-height: 26px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.team.element-two .team-item > .holder > .data > ul.social-icon > li.facebook > a {
    background-color: #3b5999;
}

.team.element-two .team-item > .holder > .data > ul.social-icon > li.twitter > a {
    background-color: #55acee;
}

.team.element-two .team-item > .holder > .data > ul.social-icon > li.gplus > a {
    background-color: #dd4b39;
}

.team.element-two .team-item > .holder > .data > ul.social-icon > li.pinterest > a {
    background-color: #bd081c;
}

.team.element-two .team-item > .holder:hover > .data {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.team.element-two:not(.owl-carousel) .team-item {
    float: left;
    margin-bottom: 25px;
}

/* TABLET LANDSCAPE PART */

@media screen and (min-width: 768px) and (max-width: 991px) {

    /* team element-one */
    .team.element-one:not(.owl-carousel) .team-item,
    .team.element-two:not(.owl-carousel) .team-item {
        width: 50% !important;
    }

    /*.contact-two .form-row {*/
    /*         margin: 0 15px;*/
    /*   }*/
}

/* TABLET PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {

    /* team element-one */
    .team.element-one:not(.owl-carousel) .team-item,
    .team.element-two:not(.owl-carousel) .team-item {
        width: 50% !important;
    }

    /*   .contact-two .form-row {*/
    /*     margin: 0 15px;*/
    /*}*/
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width: 321px) and (max-width: 479px) {

    /* team element-one */
    .team.element-one:not(.owl-carousel) .team-item,
    .team.element-two:not(.owl-carousel) .team-item {
        width: 100% !important;
    }

    .team.element-one .team-item > .holder > .pic {
        padding-top: 420px;
    }

    /*.contact-two .form-row {*/
    /*     margin: 0 15px;*/
    /* }*/
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width: 320px) {

    /* team element-one */
    .team.element-one:not(.owl-carousel) .team-item,
    .team.element-two:not(.owl-carousel) .team-item {
        width: 100% !important;
    }

    /*.contact-two .form-row {*/
    /*         margin: 0 15px;*/
    /*}*/
}


/* team element-three */

.team.element-three {
    width: auto;
    margin-left: 0;
    margin-right: 0;
}

.team.element-three .team-item {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}

.team.element-three .team-item > .holder {
    position: relative;
    overflow: hidden;
    padding-top: calc((120 / 100) * 100%);
    text-align: inherit;
}

.team.element-three .team-item > .holder > .pic {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: center top no-repeat;
    background-size: cover;
}

.team.element-three .team-item > .holder > .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.team.element-three .team-item > .holder > .data {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 17px 30px 17px 30px;
}

.team.element-three .team-item > .holder > .data > *:last-child {
    margin-bottom: 0 !important;
}

.team.element-three .team-item > .holder > .data .title {
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    letter-spacing: -0.4px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.3s ease-in-out 0.3s;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
}

.team.element-three .team-item > .holder > .data .title a {
    color: inherit;
}

.team.element-three .team-item > .holder > .data .designation {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.3s ease-in-out 0.5s;
    -webkit-transition: all 0.3s ease-in-out 0.5s;
}

.team.element-three .team-item > .holder:hover > .overlay {
    opacity: 0.85;
    visibility: visible;
}

.team.element-three .team-item > .holder:hover > .data {
    opacity: 1;
    visibility: visible;
}

.team.element-three .team-item > .holder:hover > .data .title,
.team.element-three .team-item > .holder:hover > .data .designation {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.team.element-three:not(.owl-carousel) .team-item {
    float: left;
    margin-bottom: 0;
}

/* team element-four */

.team.element-four {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}

.team.element-four .team-item {
    padding-left: 15px;
    padding-right: 15px;
}

.team.element-four .team-item > .holder {
    text-align: center;
}

.team.element-four .team-item > .holder > .pic {
    margin-bottom: 20px;
}

.team.element-four .team-item > .holder > .pic > .placeholder {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: calc((100 / 100) * 100%);
    border-radius: 50%;
}

.team.element-four .team-item > .holder > .pic > .placeholder .pic-main {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: center top no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.team.element-four .team-item > .holder > .data > *:last-child {
    margin-bottom: 0 !important;
}

.team.element-four .team-item > .holder > .data .title {
    margin-bottom: 3px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.team.element-four .team-item > .holder > .data .title a {
    color: inherit;
}

.team.element-four .team-item > .holder > .data .designation {
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}

.team.element-four .team-item > .holder:hover > .pic > .placeholder .pic-main {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.team.element-four:not(.owl-carousel) .team-item {
    float: left;
    margin-bottom: 40px;
}

/* team element-five */

.team.element-five .owl-carousel .owl-wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ".";
    line-height: 0;
}

/* display none until init */

.team.element-five .owl-carousel {
    position: relative;
    display: none;
    width: 100%;
    -ms-touch-action: pan-y;
}

.team.element-five .owl-carousel .owl-wrapper {
    position: relative;
    display: none;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.team.element-five .owl-carousel .owl-wrapper-outer {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.team.element-five .owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.team.element-five .owl-carousel .owl-item {
    float: left;
    padding: 0 15px;
}

.team.element-five .owl-controls .owl-page,
.team.element-five .owl-controls .owl-buttons div {
    cursor: pointer;
}

.team.element-five .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */


/* fix */

.team.element-five .owl-carousel .owl-wrapper,
.team.element-five .owl-carousel .owl-item {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.team.element-five .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.team.element-five .owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

/* fade */

.team.element-five .owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.team.element-five .owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}

/* backSlide */

.team.element-five .owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut.team.element-five 1s both ease;
    animation: backSlideOut 1s both ease;
}

.team.element-five .owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

/* goDown */

.team.element-five .owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.team.element-five .owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}

/* scaleUp */

.team.element-five .owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.team.element-five .owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}

/* Styling Pagination*/

.team.element-five .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.team.element-five .owl-theme .owl-controls .owl-page span {
    display: block;
    margin: 5px 7px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
}

.team.element-five .owl-theme .owl-controls .owl-page.active span,
.team.element-five .owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
}

/* If PaginationNumbers is true */

.team.element-five .owl-theme .owl-controls .owl-page span.owl-numbers {
    padding: 2px 10px;
    width: auto;
    height: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #FFF;
    font-size: 12px;
}

/* CUSTOM USER OPTIONS */

.team.element-five .carousel-container {
    width: 100%;
}

.team.element-five .rt_team_area {
    /*background: #fff;
    padding: 20px;
    box-shadow: 0px 5px 35px -20px rgba(0, 0, 0, 0.25);*/
    margin: 15px;
}

.team.element-five .team-item-five {
    float: left;
    margin: 0;
}

.team.element-five .team-item-five .rt_img_bx {
    display: block;
    position: relative;
    overflow: hidden;
}

.team.element-five .team-item-five .rt_img_bx img {
    height: auto;
    width: 100%;
    vertical-align: middle;
    transition: all .5s ease-in-out;
}

.team.element-five .team-item-five .rt_img_bx img {
    -webkit-transform: scale(1.05) translateX(-1%);
    -ms-transform: scale(1.05) translateX(-1%);
    transform: scale(1.05) translateX(-1%);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.33, .02, 0, .93) !important;
    -o-transition: transform 1s cubic-bezier(.33, .02, 0, .93) !important;
    transition: transform 1s cubic-bezier(.33, .02, 0, .93) !important;
}

.team.element-five .team-item-five .rt_img_bx img:hover {
    /*-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);*/
    -webkit-transform: scale(1.05) translateX(2%);
    -ms-transform: scale(1.05) translateX(2%);
    transform: scale(1.05) translateX(2%);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.33, .02, 0, .93) !important;
    -o-transition: transform 1s cubic-bezier(.33, .02, 0, .93) !important;
    transition: transform 1s cubic-bezier(.33, .02, 0, .93) !important;
}

.team.element-five .rt_team_detail_bx {
    padding: 20px 0 0 0;
    text-align: center;
}

.team.element-five .rt_team_detail_bx h3 {
    color: #1E1666;
    font-size: 22px;
    padding-bottom: 0;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 22px;
}

.team.element-five .rt_team_detail_bx p {
    color: #4E6075;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.team.element-five .owl-pagination {
    display: none;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .team.element-five .team-item-five {
        margin: 0 0 10px 0;
        float: none;
    }

    .team.element-five:not(.owl-carousel) .team-item-five {
        width: 50% !important;
        margin-bottom: 20px;
        float: left;
    }

    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        float: left;
        width: 68%;
    }

    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        width: auto;
    }

    .woocommerce #content table.cart td.actions,
    .woocommerce table.cart td.actions,
    .woocommerce-page #content table.cart td.actions,
    .woocommerce-page table.cart td.actions {
        overflow: hidden;
    }

    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        float: right;
    }

    .woocommerce button.button[name=update_cart],
    .woocommerce button.button[name=update_cart]:disabled {
        line-height: 24px !important;
    }
}


@media only screen and (min-width:414px) and (max-width:800px) {

    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        float: left;
        width: 68%;
    }

    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        width: auto;
    }

    .woocommerce #content table.cart td.actions,
    .woocommerce table.cart td.actions,
    .woocommerce-page #content table.cart td.actions,
    .woocommerce-page table.cart td.actions {
        overflow: visible;
    }

    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        float: right;
    }

    .woocommerce button.button[name=update_cart],
    .woocommerce button.button[name=update_cart]:disabled {
        line-height: 24px !important;
    }

    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        margin: 0;
    }
}

@media only screen and (min-width:320px) and (max-width:413px) {

    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        width: 100%;
    }

    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    .team.element-five .rt_team_detail_bx {
        padding: 20px 10px 0px 10px;
    }

    .team.element-five .team-item-five p {
        padding: 0;
    }

    .team.element-five .team-item-five {
        padding: 0 5px;
        width: 100% !important;
    }
}

/* team element-six */

.team.element-six .owl-carousel .owl-wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ".";
    line-height: 0;
}

/* display none until init */

.team.element-six .owl-carousel {
    position: relative;
    display: none;
    width: 100%;
    -ms-touch-action: pan-y;
}

.team.element-six .owl-carousel .owl-wrapper {
    position: relative;
    display: none;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.team.element-six .owl-carousel .owl-wrapper-outer {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.team.element-six .owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.team.element-six .owl-carousel .owl-item {
    float: left;
    padding: 0 15px;
}

.team.element-six .owl-controls .owl-page,
.team.element-six .owl-controls .owl-buttons div {
    cursor: pointer;
}

.team.element-six .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */



/* fix */

.team.element-six .owl-carousel .owl-wrapper,
.team.element-six .owl-carousel .owl-item {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.team.element-six .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.team.element-six .owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

/* fade */

.team.element-six .owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.team.element-six .owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}

/* backSlide */

.team.element-six .owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut.team.element-six 1s both ease;
    animation: backSlideOut 1s both ease;
}

.team.element-six .owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

/* goDown */

.team.element-six .owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.team.element-six .owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}

/* scaleUp */

.team.element-six .owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.team.element-six .owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}

/* Styling Pagination*/

.team.element-six .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.team.element-six .owl-theme .owl-controls .owl-page span {
    display: block;
    margin: 5px 7px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
}

.team.element-six .owl-theme .owl-controls .owl-page.active span,
.team.element-six .owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
}

/* If PaginationNumbers is true */

.team.element-six .owl-theme .owl-controls .owl-page span.owl-numbers {
    padding: 2px 10px;
    width: auto;
    height: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #FFF;
    font-size: 12px;
}

/* CUSTOM USER OPTIONS */

.team.element-six .carousel-container {
    width: 100%;
}

.team.element-six .team-item {
    margin: 0;
    background: #fff;
    color: #333;
    padding: 0 15px;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.team.element-six .team-item img {
    width: 100%;
}

.team.element-six .team-item h4 {
    margin-top: 10px;
    color: #333;
    padding: 10px;
}

.team.element-six .team-item p {
    color: #333;
    padding: 0 10px 30px;
}

.team.element-six .team_detail_bx {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    padding: 16px;
    background-color: rgba(255, 255, 255, .7);
    z-index: 99;
    text-align: center;
}

.team.element-six .team_detail_bx h3 {
    color: #1E1666;
    font-size: 22px;
    padding-bottom: 0;
    margin-bottom: 10px;
    line-height: 22px;
}

.team.element-six .team_detail_bx p {
    color: #4E6075;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.team.element-six .team-hoverfx {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}

.team.element-six .team-hoverfx img {
    /*position: absolute;*/
    position: relative;
    left: 0;
    width: 100%;
    padding: 0;
    top: 0;
}

.team.element-six .team-hoverfx:before {
    display: inline-block;
    padding-top: 60%;
    content: '';
    vertical-align: middle;
}

.team.element-six .team-hoverfx:before,
.team-figure {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    display: inline-block;
    padding: 5px 30px;
    /*max-width: 100%;*/
    width: 100%;
    color: #ecf0f1;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition-property: all .3s ease;
}

.team.element-six .team-hoverfx .team-figure ul {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    list-style-type: none
}

.team.element-six .team-hoverfx .team-figure ul li {
    margin: 0;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    list-style-type: none
}

.team.element-six .team-hoverfx .team-figure ul li a {
    color: #fff;
}

.team.element-six .team-hoverfx .team-figure:hover {
    font-size: 14px;
    color: #fff;
}

.team.element-six .team-hoverfx .team-overlay {
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 50%;
    height: 100%;
    background-color: rgba(38, 10, 63, .7);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition-property: all .3s ease;
}

.team.element-six .team-item:hover .team-figure,
.team.element-six .team-item:hover .team-figure h3 p,
.team.element-six .team-item:hover .team-overlay {
    opacity: 1;
}

.team.element-six .team-hoverfx:hover .team_detail_bx {
    display: none;
    opacity: 0;
}

.team.element-six .team-hoverfx .team-figure a h3 {
    color: #fff !important;
    text-decoration: none;
    font-size: 22px;
    padding-bottom: 0;
    line-height: 22px;
    /*font-family: "Poppins";*/
    text-transform: capitalize;
    padding-top: 0;
    margin: 0;
}

.team.element-six .team-hoverfx .team-figure a h3:hover {
    color: #fff;
    text-decoration: none !important;
}

.team.element-six .team-item hr {
    border-top: 1px solid #fff;
    margin: 38px 0 20px 0;
    width: 100%;
}

.team.element-six .team-hoverfx .team-figure p {
    color: #AFB2BB;
    font-size: 16px;
    line-height: 16px;
    padding-top: 10px;
    text-transform: uppercase;
}

.team.element-six .team-hoverfx .team-figure p:hover {
    color: #AFB2BB;
}

.team.element-six .owl-pagination {
    display: none;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .team.element-six .team-item {
        margin: 0 0 10px 0;
        float: none;
    }

    .team.element-six:not(.owl-carousel) .team-item {
        width: 50% !important;
        margin-bottom: 20px;
        float: left;
    }

    .team.element-six .team-hoverfx {
        height: auto;
    }

    .team.element-six .team-hoverfx:before,
    .team-figure {
        padding: 0;
    }
}

@media only screen and (max-width:767px) {

    .team.element-six .team-hoverfx:before,
    .team-figure {
        top: 0;
    }

    .team.element-six .team_detail_bx {
        padding: 10px;
    }

    .team.element-six .team-hoverfx .team-figure ul li {
        padding: 0 2px;
    }

    .team.element-six .team_detail_bx h3 {
        font-size: 16px;
        line-height: 16px;
    }

    .team.element-six .team-hoverfx .team-figure a h3 {
        font-size: 16px;
        line-height: 16px;
    }

    .team.element-six .team-hoverfx .team-figure p {
        font-size: 14px;
        line-height: 14px;
    }

    .team.element-six .team-item p {
        padding: 0;
    }

    .team.element-six .team-item {
        padding: 0 5px;
        width: 100% !important;
    }

    .team.element-six .team-hoverfx {
        height: auto;
    }

    .team.element-six .team-hoverfx:before,
    .team-figure {
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Team Style Seven
--------------------------------------------------------------*/
.team.element-seven .owl-carousel .owl-wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ".";
    line-height: 0;
}


/* display none until init */

.team.element-seven .owl-carousel {
    position: relative;
    display: none;
    width: 100%;
    -ms-touch-action: pan-y;
}

.team.element-seven .owl-carousel .owl-wrapper {
    position: relative;
    display: none;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.team.element-seven .owl-carousel .owl-wrapper-outer {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.team.element-seven .owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.team.element-seven .owl-carousel .owl-item {
    float: left;
    padding: 0 15px;
}

.team.element-seven .owl-controls .owl-page,
.team.element-seven .owl-controls .owl-buttons div {
    cursor: pointer;
}

.team.element-seven .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* mouse grab icon */



/* fix */

.team.element-seven .owl-carousel .owl-wrapper,
.team.element-seven .owl-carousel .owl-item {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.team.element-seven .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}


/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.team.element-seven .owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}


/* fade */

.team.element-seven .owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.team.element-seven .owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}


/* backSlide */

.team.element-seven .owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut.team.element-seven 1s both ease;
    animation: backSlideOut 1s both ease;
}

.team.element-seven .owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}


/* goDown */

.team.element-seven .owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.team.element-seven .owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}


/* scaleUp */

.team.element-seven .owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.team.element-seven .owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}



/* Styling Pagination*/

.team.element-seven .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    display: inline;
    /*IE7 life-saver */
}

.team.element-seven .owl-theme .owl-controls .owl-page span {
    display: block;
    margin: 5px 7px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
}

.team.element-seven .owl-theme .owl-controls .owl-page.active span,
.team.element-seven .owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
}


/* If PaginationNumbers is true */

.team.element-seven .owl-theme .owl-controls .owl-page span.owl-numbers {
    padding: 2px 10px;
    width: auto;
    height: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #FFF;
    font-size: 12px;
}


/* CUSTOM USER OPTIONS */

.team.element-seven .carousel-container {
    width: 100%;
}

.team.element-seven .rt_team_area {
    margin: 0 15px 0px 15px;
}




.team.element-seven .team-item-seven {
    margin: 0;
    float: left;
}

.team.element-seven .team-item-seven .rt_img_bx {
    display: block;
    position: relative;
    overflow: hidden;
    /*border-radius: 8px;*/
    border-radius: 4px;
}


.team.element-seven .team-item-seven .rt_img_bx img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    transition: all .5s ease-in-out;
}

.team.element-seven .team-item-seven .rt_img_bx img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.team.element-seven .rt_team_detail_bx {
    padding: 20px;
    position: relative;
    display: block;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    /*border-radius: 8px;*/
    border-radius: 4px;
    width: 80%;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: 1s ease-in-out;
    text-align: center;
}

.team.element-seven .rt_team_detail_bx:hover {
    transform: scale(1.05);
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -webkit-box-shadow: 0 5px 18px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 18px 5px rgba(0, 0, 0, 0.06);
}



.team.element-seven .rt_team_detail_bx h3 {
    color: #1E1666;

    padding-bottom: 0;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 22px;

}

.team.element-seven .rt_team_detail_bx p {
    color: #8571EA;

    line-height: 16px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}


.team.element-seven .owl-pagination {
    display: none;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .team.element-seven .team-item-seven {
        margin: 0 0 10px 0;
        float: none;

    }

    .team.element-seven:not(.owl-carousel) .team-item-seven {
        width: 50% !important;
        margin-bottom: 20px;
        float: left;
    }


}

@media only screen and (max-width:767px) {

    .team.element-seven .rt_team_detail_bx {
        padding: 10px;
    }

    .team.element-seven .team-item-seven p {
        padding: 0;
    }

    .team.element-seven .team-item-seven {
        padding: 0 5px;
        width: 100% !important;
    }

}

/* TEAM CSS END /*

/* FOOTER SECTION CSS ENDS */

/* START CSS FOR ACCODIAN */

.radiantthemes-accordion.element-five {
    width: 100%;
    margin: 0 auto;
}

.radiantthemes-accordion.element-five .accord_bdy {
    padding: 0;
}

.radiantthemes-accordion.element-five .accord_bx_sec {
    padding: 0;
}

.radiantthemes-accordion.element-five .ques_bx {
    margin: 0;
    padding: 0;
}

.radiantthemes-accordion.element-five .clearfix:before {
    display: table;
    content: " ";
}

.radiantthemes-accordion.element-five .ques_bx li:not(.a) {
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 0px;
    border-radius: 4px;
    padding: 22px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.radiantthemes-accordion.element-five .ques_bx li:not(.a):first-child {
    /* border-bottom: none; */
    border-top: none;
}

.radiantthemes-accordion.element-five .ques_bx li {
    float: left;
    width: 100%;
}

.radiantthemes-accordion.element-five .minus {
    opacity: 1;
    font-size: 1.3em;
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    float: right;
}

.radiantthemes-accordion.element-five .plus {
    opacity: 1;
    font-size: 1.3em;
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    top: 9px;
    float: right;
}

.radiantthemes-accordion.element-five .minus::before {
    transform: rotate(135deg);
}

.radiantthemes-accordion.element-five .plus::after,
.radiantthemes-accordion.element-five .plus::before {
    content: "" !important;
    background: currentColor;
    height: 2px;
    width: 16px;
    display: block;
    position: absolute;
    left: 0;
    transition: transform .3s ease-out;
}

.radiantthemes-accordion.element-five .minus::after {
    transform: rotate(45deg);
}

.radiantthemes-accordion.element-five .plus::after {
    transform: rotate(90deg);
}

.radiantthemes-accordion.element-five .plus::after,
.radiantthemes-accordion.element-five .plus::before {
    content: "" !important;
    background: currentColor;
    height: 2px;
    width: 12px !important;
    display: block;
    position: absolute;
    left: 0;
    transition: transform .3s ease-out;
}

.radiantthemes-accordion.element-five .text {
    float: left;
    color: #16193A;
    font-weight: 500 !important;
    margin-right: 10px;
    font-size: 22px;
}

.radiantthemes-accordion.element-five .ques_bx li.a {
    display: none;
    color: #555759;
    margin-top: -18px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 17px;
}

.radiantthemes-accordion.element-five .accord_bx_sec {
    padding: 0 0px 35px 0px !important;
}

@media screen and (max-width: 479px) and (min-width: 321px) {
    .radiantthemes-accordion.element-five .plus {
        top: 8px !important;
        right: -15px;
    }

    .brand-logo .elementor-image {
        width: 220px;
        float: none;
    }

    .heading-border .elementor-heading-title:after {
        display: none;
    }

}

.element-page-accordion-two .elementor-accordion .elementor-accordion-item {
    margin-bottom: 20px;
    border: 1px #E2E4EC solid;
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    border-radius: 3px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.element-page-accordion-two .elementor-tab-title a {
    color: #16193A !important;
}

.element-page-accordion-two .elementor-accordion .elementor-tab-content {
    /*padding: 15px 20px;*/
    padding-top: 0;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid #d4d4d4;
}

/* END CSS FOR ACCODIAN */


/* ================================== */
/* START OF COMMON CSS*/
/* ================================== */

.particle-moving-1 .elementor-image {
    animation: particlemove1 4.5s infinite linear;
}

@keyframes particlemove1 {
    0% {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }

    25% {
        transform: translate(10px, -5px);
        -webkit-transform: translate(10px, -5px);
    }

    50% {
        transform: translate(5px, 5px);
        -webkit-transform: translate(5px, 5px);
    }

    75% {
        transform: translate(10px, 10px);
        -webkit-transform: translate(10px, 10px);
    }

    100% {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
}


.particle-moving-2 .elementor-image {
    animation: particlemove2 4.5s infinite linear;
}

@keyframes particlemove2 {
    0% {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }

    25% {
        transform: translate(10px, 10px);
        -webkit-transform: translate(10px, 10px);
    }

    50% {
        transform: translate(5px, 5px);
        -webkit-transform: translate(5px, 5px);
    }

    75% {
        transform: translate(10px, -5px);
        -webkit-transform: translate(10px, -5px);
    }

    100% {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
}

.fly-sm {
    /*transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);*/
    -webkit-transition: all 0.4s cubic-bezier(.2, 0, .3, 1);
    -o-transition: all 0.4s cubic-bezier(.2, 0, .3, 1);
    -moz-transition: all 0.4s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.4s cubic-bezier(.2, 0, .3, 1);
}

.fly-sm:hover {
    transform: translate3d(0, -5px, 0) !important;
}

.shadow-hover-img {
    -webkit-transition: all 0.4s cubic-bezier(.2, 0, .3, 1);
    -o-transition: all 0.4s cubic-bezier(.2, 0, .3, 1);
    -moz-transition: all 0.4s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.4s cubic-bezier(.2, 0, .3, 1);
}

.shadow-hover-img:hover {
    box-shadow: none !important;
}

.img-box-hover-effect .elementor-column-wrap {
    transition: all 0.4s cubic-bezier(.2, 0, .3, 1) !important;
    /*box-shadow: 0 8px 40px -5px rgba(9,31,67,.1);*/
}

.img-box-hover-effect:hover .elementor-column-wrap {
    /*transform: translateY(-5px);*/

    transform: translate3d(0, -5px, 0);
    /*box-shadow: 0 15px 60px -10px rgba(9,31,67,.15);*/
}

.icon-moving-left-right img {
    transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}

.icon-moving-left-right:hover img {
    transform: translate3d(-6px, 0px, 0);
}

.icon-moving-top-bottom .elementor-image-box-img img {
    transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}

.icon-moving-top-bottom:hover .elementor-image-box-img img {
    transform: translate3d(0px, -6px, 0);
}

.moving-image-left-right .elementor-image img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.moving-image-left-right:hover .elementor-image img {
    transform: translate3d(-10px, 0, 0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}


.image-move-top-bottom .elementor-image img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.image-move-top-bottom:hover .elementor-image img {
    transform: translate3d(0, -10px, 0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}


.bg-icon-moving-style-one .elementor-image img {
    position: relative;
    animation: iconmove 10s infinite;
}

@keyframes iconmove {
    0% {
        left: 0;
    }

    50% {
        left: 30%;
    }

    100% {
        left: 0;
    }
}

.bg-icon-moving-style-two .elementor-image img {
    position: relative;
    animation: iconmove 8s infinite;
}

@keyframes iconmove {
    0% {
        left: 0;
    }

    50% {
        left: 35%;
    }

    100% {
        left: 0;
    }
}

.bg-icon-moving-style-three-up .elementor-image img {
    position: relative;
    animation: iconmoveup 10s infinite;
}

@keyframes iconmoveup {
    0% {
        bottom: 0;
    }

    50% {
        bottom: 50px;
    }

    100% {
        bottom: 0;
    }
}

.cura-btn-hover .radiantthemes-custom-button-main .placeholder:before {
    content: '';
    width: 0;
    height: 1px;
    bottom: 3px;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: currentColor;
    height: 2px;
}

.cura-btn-hover .radiantthemes-custom-button-main .placeholder:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.cura-btn-white-hover .radiantthemes-custom-button-main .placeholder:before {
    content: '';
    width: 0;
    height: 1px;
    bottom: 3px;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: #fff;
    height: 2px;
}

.cura-btn-white-hover .radiantthemes-custom-button-main .placeholder:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.social-text a {
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.social-text a:hover {
    color: #BEBFC9;
}

.cura-blue-btn-hover .radiantthemes-custom-button-main .placeholder::before,
.cura-blue-btn-hover .radiantthemes-custom-button-main .placeholder::after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .35s cubic-bezier(.04, .11, .6, .97);
    -o-transition: .35s cubic-bezier(.04, .11, .6, .97);
    transition: .35s cubic-bezier(.04, .11, .6, .97);
}

.cura-blue-btn-hover .radiantthemes-custom-button-main .placeholder::before {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.cura-blue-btn-hover .radiantthemes-custom-button-main .placeholder::after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.cura-blue-btn-hover .radiantthemes-custom-button-main .placeholder:hover::before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.cura-blue-btn-hover .radiantthemes-custom-button-main .placeholder:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .34s;
    -o-transition-delay: .34s;
    transition-delay: .34s;
}

.elementor-text-editor ul li {
    padding-bottom: 7px;
}

.video-icon-white-circle img {
    position: relative;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50% !important;
    animation: wh-btn 1.5s linear infinite;
}

@keyframes wh-btn {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
            0 0 0 10px rgba(255, 255, 255, 0.2),
            0 0 0 30px rgba(255, 255, 255, 0.2);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2),
            0 0 0 30px rgba(255, 255, 255, 0.2),
            0 0 0 50px rgba(255, 255, 255, 0);
    }
}

.particle-moving-1 .elementor-image {
    animation: particlerotate1 5s infinite linear;
}

@keyframes particlerotate1 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        -webkit-transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(-10px, 10px) rotate(10deg);
        -webkit-transform: translate(-10px, 10px) rotate(10deg);
    }

    50% {
        transform: translate(5px, -5px) rotate(25deg);
        -webkit-transform: translate(5px, -5px) rotate(25deg);
    }

    75% {
        transform: translate(15px, -5px) rotate(15deg);
        -webkit-transform: translate(15px, -5px) rotate(15deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
        -webkit-transform: translate(0, 0) rotate(0deg);
    }
}

.dot-particle-moving-2 .elementor-image {
    animation: particlemove2 4.5s infinite linear;
}

@keyframes particlemove2 {
    0% {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }

    25% {
        transform: translate(10px, 10px);
        -webkit-transform: translate(10px, 10px);
    }

    50% {
        transform: translate(5px, 5px);
        -webkit-transform: translate(5px, 5px);
    }

    75% {
        transform: translate(10px, -5px);
        -webkit-transform: translate(10px, -5px);
    }

    100% {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
}



.img-move-1 .elementor-image {
    animation: imgmoverotate1 5s infinite linear
}

@keyframes imgmoverotate1 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        -webkit-transform: translate(0, 0) rotate(0deg)
    }

    25% {
        transform: translate(-10px, 10px) rotate(10deg);
        -webkit-transform: translate(-10px, 10px) rotate(10deg)
    }

    50% {
        transform: translate(5px, -5px) rotate(25deg);
        -webkit-transform: translate(5px, -5px) rotate(25deg)
    }

    75% {
        transform: translate(15px, -5px) rotate(15deg);
        -webkit-transform: translate(15px, -5px) rotate(15deg)
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
        -webkit-transform: translate(0, 0) rotate(0deg)
    }
}

.img-move-2 .elementor-image {
    animation: imgmove2 4.5s infinite linear
}

@keyframes imgmove2 {
    0% {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0)
    }

    25% {
        transform: translate(10px, 10px);
        -webkit-transform: translate(10px, 10px)
    }

    50% {
        transform: translate(5px, 5px);
        -webkit-transform: translate(5px, 5px)
    }

    75% {
        transform: translate(10px, -5px);
        -webkit-transform: translate(10px, -5px)
    }

    100% {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0)
    }
}

.text-rotate .elementor-heading-title:after {
    content: "";
    background: #F9CB57;
    width: 16px;
    height: 100%;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: -1;
}

.text-rotate .elementor-heading-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 10px 0;
}

.text-number-rotate .elementor-heading-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.social-text-rotate .elementor-heading-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 10px 0;
}

/* ================================== */
/* END OF COMMON CSS*/
/* ================================== */


/* ================================== */
/* START HOME-Page-one CSS*/
/* ================================== */
.home-text-bg .elementor-heading-title {
    background: #FF3600;
    display: inline-block;
    line-height: 60px;
    padding: 0px 15px 0px 2px;
}

.text-stroke .elementor-heading-title {
    display: block;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(255, 53, 0, 0.2);
    width: 100%;
}

.home-one-man-full-img .elementor-image {
    width: 750px;
    float: right;
}

.icon-moving-top .elementor-image img {
    transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}

.icon-moving-top:hover .elementor-image img {
    transform: translate3d(0px, -6px, 0);
}

.home-one-testimonial-bg {
    position: absolute;
    animation-name: rotate;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.text-stroke-video .elementor-heading-title {
    display: block;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(255, 53, 0, 0.2);
    width: 100%;
    writing-mode: vertical-rl;
    transform: rotate(360deg);
}

.video-img-bg .elementor-image {
    width: 1200px;
    float: right;
}

.newsletter-home-one .wpcf7-email {
    width: 100%;
    border: none;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.11);
    height: 55px;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 400;
    color: #FF3600;
    border-radius: 3px;
}

.newsletter-home-one .wpcf7-email::placeholder {
    color: #545454;
}

.newsletter-home-one .newsletter-btn .wpcf7-submit {
    border: none;
    height: 55px;
    width: 100%;
    padding: 0;
    color: #fff;
    background: #FF3500;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
}

.newsletter-home-one .newsletter-btn .ajax-loader {
    position: absolute;
}

.newsletter-home-one .newsletter-btn i {
    position: absolute;
    font-size: 15px;
    vertical-align: middle;
    line-height: 50px;
    right: 45px;
}



.img-box-shadow {
    transition: all .4s ease-in-out !important;
}

.img-box-shadow:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.11);
    transition: all .4s ease-in-out !important;
}

.img-box-shadow:before {
    background: #FF3500;
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
}

.img-box-shadow:hover:before {
    width: 100%;
    right: auto;
}

.home-one-testimonial .testimonial.element-six .testimonial-item > .holder {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 15px !important;
}

.diet-tag .elementor-text-editor p {
    background: aliceblue;
    display: inline-block;
    padding: 2px 20px;
}

/* ================================== */
/* END HOME-Page-one CSS*/
/* ================================== */


/* ================================== */
/* START HOME-Page-two CSS*/
/* ================================== */

.text-stroke.textelementor-heading-title.elementor-size-default {
    display: block;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(255, 53, 0, 0.2);
    width: 100%;
}

.laptop-girl .elementor-image {
    width: 699px;
    float: right;
}

.home-two-video-icon img {
    position: relative;
    right: 0px;
    background-color: rgba(26, 31, 50, 0.11);
    border-radius: 50% !important;
    animation: vdo-btn-two 1.5s linear infinite;
}

@keyframes vdo-btn-two {
    0% {
        box-shadow: 0 0 0 0 rgba(26, 31, 50, 0.11),
            0 0 0 10px rgba(26, 31, 50, 0.11),
            0 0 0 30px rgba(26, 31, 50, 0.11);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(26, 31, 50, 0.11),
            0 0 0 30px rgba(26, 31, 50, 0.11),
            0 0 0 50px rgba(26, 31, 50, 0);
    }
}

/* ================================== */
/* END HOME-Page-two CSS*/
/* ================================== */


/* ================================== */
/* START HOME-Page-Three CSS*/
/* ================================== */

.hover_all_black_effect:hover h2 {
    color: #000 !important;
}

.hover_all_black_effect:hover p {
    color: #000;
}

.hover_all_black_effect:hover .elementor-element > .heading-hover-text.elementor-widget-container {
    background-image: url(//sonpati.xyz/wp-content/themes/uvo/assets/css/assets/images/rect_dash2_hover.png) !important;
    background-position: 0px 40px !important;
    background-repeat: no-repeat !important;
}

.home-three-accordion .elementor-accordion-item {
    border: 0px none;
}

.home-three-accordion .elementor-accordion .elementor-tab-content {
    border-top: 0px none;
}

.right_portfolio .rt-portfolio-box-item {
    height: 437px;
    width: 757px;
    top: -10px;
}

.home-three-left-full-img .elementor-image {
    width: 685px;
    /* float: left; */
}

.home-three-banner-img .elementor-image {
    width: 689px;
    float: left;
}

.home-three-section-left-img .elementor-image {
    width: 750px;
    float: right;
}

.home-three-product-box {
    margin-bottom: 20px;
}

.home-three-product-box:after {
    width: 92.5%;
    height: 100%;
    position: absolute;
    border-radius: 5px;
    background: #FFD92B;
    top: 0px;
    left: 15px;
    display: block;
    content: "";
    -webkit-transform-origin: right;
    transform-origin: right;
    transition: visibility .6s, -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1), visibility .6s;
    transition: transform .7s cubic-bezier(.19, 1, .22, 1), visibility .6s, -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    visibility: hidden;
}

.home-three-product-box:hover:after {
    border-radius: 4px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: -webkit-transform .5s cubic-bezier(1, 0, 0, 1);
    /*transition: transform .5s cubic-bezier(1,0,0,1);
    transition: transform .5s cubic-bezier(1,0,0,1),-webkit-transform .5s cubic-bezier(1,0,0,1);*/
    visibility: visible;
}

.home-three-product-box .elementor-widget-wrap {
    z-index: 2;
}

.home-three-product-box:hover .elementor-divider .elementor-divider-separator {
    border-top: var(--divider-border-width) var(--divider-border-style) #080808;
}

.home-three-product-box:hover .elementor-heading-title {
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0%;
}

.home-three-product-box .elementor-heading-title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#1f1d1d), color-stop(50%, #1f1d1d), color-stop(50%, #fff));
    background-image: linear-gradient(to right, #1f1d1d, #1f1d1d 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: 100%;
    color: #fff;
}

.home-three-product-box:hover .elementor-text-editor {
    color: #1f1d1d;
    transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
}

.home-three-blog-box .elementor-widget-image {
    overflow: hidden;
}

.home-three-blog-box .elementor-image {
    -webkit-transform: scale(1.10);
    -ms-transform: scale(1.10);
    transform: scale(1.10);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.33, .02, 0, .93) !important;
    -o-transition: transform 1s cubic-bezier(.33, .02, 0, .93) !important;
    transition: transform 1s cubic-bezier(.33, .02, 0, .93) !important;
}

.home-three-blog-box:hover .elementor-image {
    -webkit-transform: scale(1.10) translateX(3%);
    -ms-transform: scale(1.10) translateX(3%);
    transform: scale(1.10) translateX(3%);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.33, .02, 0, .93) !important;
    -o-transition: transform 1s cubic-bezier(.33, .02, 0, .93) !important;
    transition: transform 1s cubic-bezier(.33, .02, 0, .93) !important;
}

.home-three-project-box .elementor-widget-image {
    overflow: hidden;
    /*border-radius: 5px;*/
}

.home-three-project-box .elementor-image {
    display: block;
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.33, .02, 0, .93);
    -o-transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}

.home-three-project-box:hover .elementor-image {
    -webkit-transform: scale(1.06) translateX(2%);
    -ms-transform: scale(1.06) translateX(2%);
    transform: scale(1.06) translateX(2%);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.33, .02, 0, .93);
    -o-transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}

.home-video-sec-img-right .elementor-image {
    width: 750px;
    float: left;
}

.home-three-service-left-img-full .elementor-image {
    width: 800px;
    float: right;
}

/* ================================== */
/* END HOME-Page-Three CSS*/
/* ================================== */


/* ================================== */
/* START HOME-Page-Four CSS*/
/* ================================== */
.home-four-text-left-border .elementor-text-editor {
    position: relative;
    display: block;
    padding-left: 25px;
}

.home-four-text-left-border .elementor-text-editor:before {
    content: "";
    position: absolute;
    left: 0;
    background: #FDBD00;
    width: 5px;
    height: 100%;
}

.home-four-heading-text-left-border .elementor-heading-title {
    position: relative;
    display: block;
    padding-left: 20px;
}

.home-four-heading-text-left-border .elementor-heading-title:before {
    content: "";
    position: absolute;
    left: 0;
    background: #FDBD00;
    width: 5px;
    height: 100%;
}

.home-four-right-img .elementor-image {
    width: 498px;
    float: left;
}

.home-four-video-icon img {
    position: relative;
    right: 0px;
    background-color: rgba(253, 189, 0, 0.2);
    border-radius: 50% !important;
    animation: anim-btn 1.5s linear infinite;
}

@keyframes anim-btn {
    0% {
        box-shadow: 0 0 0 0 rgba(253, 189, 0, 0.2),
            0 0 0 10px rgba(253, 189, 0, 0.2),
            0 0 0 30px rgba(253, 189, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(253, 189, 0, 0.2),
            0 0 0 30px rgba(253, 189, 0, 0.2),
            0 0 0 50px rgba(253, 189, 0, 0);
    }
}

.home-three-video-icon img {
    position: relative;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50% !important;
    animation: vdo-btn 1.5s linear infinite;
}

@keyframes vdo-btn {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
            0 0 0 10px rgba(255, 255, 255, 0.2),
            0 0 0 30px rgba(255, 255, 255, 0.2);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2),
            0 0 0 30px rgba(255, 255, 255, 0.2),
            0 0 0 50px rgba(255, 255, 255, 0);
    }
}

/* ================================== */
/* END HOME-Page-Four CSS*/
/* ================================== */


/* ================================== */
/* START HOME-Page-five CSS Pet Clinic*/
/* ================================== */

/*.rt-main-toggle-menu-trigger{*/
/*    width: 36px;*/
/*    margin-top: 20px;*/
/*    text-align: center;*/
/*    cursor: pointer;*/
/*}*/
.home-social-text .elementor-text-editor {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.elementor-widget.elementor-widget-radiant-list {
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.contact-us .wpcf7-form-control.wpcf7-submit {

    font-size: 16px;
    background-color: #435FD5;
    color: white;
    position: absolute;
    top: 0px;
    padding: 11px 48px;
    border: 0px none;
    border-radius: 4px;
    right: 0px;
    font-weight: 600;
}

.contact-us .wpcf7-form-control-wrap.email-52 {
    font-size: 16px;
}

.contact-us .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    margin: 0px;
    width: 100%;
    padding: 5px 0;
    border: 1px solid #EAEAEA;
    background: #fff;
    width: 100%;
    border: none;
    padding: 8px 10px;
    height: 50px;
    border-radius: 4px;
}

.home-five-video-icon img {
    position: relative;
    right: 0px;
    background-color: rgba(67, 95, 213, 0.11);
    border-radius: 50% !important;
    animation: vdo-btn-five 1.5s linear infinite;
}

@keyframes vdo-btn-five {
    0% {
        box-shadow: 0 0 0 0 rgba(67, 95, 213, 0.11),
            0 0 0 10px rgba(67, 95, 213, 0.11),
            0 0 0 30px rgba(67, 95, 213, 0.11);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(67, 95, 213, 0.11),
            0 0 0 30px rgba(67, 95, 213, 0.11),
            0 0 0 50px rgba(67, 95, 213, 0);
    }
}

.home-five-list-icon .elementor-widget-container {
    transition: all 0.3s ease-in-out;
}

.home-five-list-icon:hover .elementor-widget-container {
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease-in-out;
    background: #fff;
    border-radius: 5px;
}

/*.group-box-content .single-box-content .elementor-column-wrap {
    transition:.35s cubic-bezier(.04, .11, .6, .97) !important;
}

.group-box-content .single-box-content:hover .elementor-column-wrap {
    background: #fff !important;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.11) !important;
    transition:.35s cubic-bezier(.04, .11, .6, .97) !important;
}*/
.group-box-content .single-box-content .elementor-column-wrap:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.11);
    transition: .45s cubic-bezier(.04, .11, .6, .97);
    content: "";
    z-index: 0;
}

.group-box-content .elementor-section:first-child .single-box-content:nth-child(2) .elementor-column-wrap:after,
.group-box-content:hover .single-box-content .elementor-column-wrap:hover:after {
    height: 100%;
}

.group-box-content:hover .elementor-section:first-child .single-box-content:nth-child(2) .elementor-column-wrap:hover:after {
    height: 100%;
}

.group-box-content:hover .elementor-section:first-child .single-box-content:nth-child(2) .elementor-column-wrap:after {
    height: 0;
}

/* ================================== */
/* END HOME-Page-five CSS  Pet Clinic */
/* ================================== */


/* ================================== */
/* START HOME-Page-Six CSS*/
/* ================================== */
.side_portfolio .rt-portfolio-box-item {
    width: 418px;

}

/* ================================== */
/* END HOME-Page-Six CSS*/
/* ================================== */


/* ================================== */
/* START HOME-Page-Seven CSS*/
/* ================================== */
.home-text-bg-seven .elementor-heading-title span {
    background: linear-gradient(to right, #E93154 0%, #FF342D 100%);
    display: inline-block;
    line-height: 70px;
    padding: 0px 10px 0px 10px;
}

.home7_contactus .form-row input[type=text],
.home7_contactus .form-row input[type=email],
.home7_contactus .form-row input[type="email"],
.home7_contactus .form-row input[type="tel"] {
    width: 100%;
    padding: 15px 10px 15px 0;
    margin: 0 0 20px 0;
    background: transparent;
    color: #fff;
    border: 0px none;
    border-bottom: 1px solid #fff;
}

.home7_contactus .form-row textarea {
    width: 100%;
    padding: 15px 10px 15px 0;
    margin: 0 0 20px 0;
    background: transparent;
    color: #fff;
    border: 0px none;
    border-bottom: 1px solid #fff;
    height: 80px;
    resize: none;
}

.home7_contactus .form-row button,
.home7_contactus .form-row html input[type=button],
.home7_contactus .form-row input[type=reset],
.home7_contactus .form-row input[type=submit] {
    background: linear-gradient(to right, #E93154 0%, #FF342D 100%);
    padding: 14px 40px 14px 40px;
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
    color: #FFFFFF;
    border-radius: 0px !important;
    margin-top: 25px;
    border: 0px none;
}

.home7_contactus ::placeholder {
    color: #FFFFFF;
}

.home7_progressbar .rt-progress-bar.element-two {
    padding: 10px 0px;
}

.home7_progressbar .rt-progress-bar.element-two .skills .skill-item .skill-header .skill-percentage {
    display: none;
}

.img-box-content:hover .elementor-section-boxed {
    transform: translateY(-20px);
}

.img-box-content .elementor-section-boxed {
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}

.img-box-content .elementor-widget-image {
    overflow: hidden;
}

.img-box-content .elementor-image {
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}

.img-box-content:hover .elementor-image {
    transform: scale(1.06);
}

.home-seven-video-icon img {
    position: relative;
    right: 0px;
    background-color: rgba(26, 31, 50, 0.11);
    border-radius: 50% !important;
    animation: vdo-btn-seven 1.5s linear infinite;
}

@keyframes vdo-btn-seven {
    0% {
        box-shadow: 0 0 0 0 rgba(26, 31, 50, 0.11),
            0 0 0 10px rgba(26, 31, 50, 0.11),
            0 0 0 30px rgba(26, 31, 50, 0.11);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(26, 31, 50, 0.11),
            0 0 0 30px rgba(26, 31, 50, 0.11),
            0 0 0 50px rgba(26, 31, 50, 0);
    }
}

.service-img-box {
    overflow: hidden;
}

.service-img-box .elementor-column-wrap:after,
.service-img-box .elementor-column-wrap:before {
    width: 100%;
    height: 100%;
    background: rgba(246, 239, 217, 1);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: all .5s ease 0s;
    content: "";
}

.service-img-box .elementor-column-wrap:after {
    background: rgba(255, 255, 255, .3);
    top: 0;
    left: 170%;
    opacity: 1;
    z-index: 1;
    transform: skewX(45deg);
    transition: all 1s ease 0s;
}

.service-img-box .elementor-column-wrap:hover:after {
    left: -170%;
}

.service-img-box .elementor-column-wrap:hover:before {
    opacity: 0;
}

.service-img-box .elementor-icon i {
    background: #fff;
    width: 55px;
    height: 55px;
    line-height: 53px;
    border-radius: 50px;
    border: 2px solid #F7193B;
    color: #F7193B;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1)
}

.service-img-box:hover .elementor-heading-title {
    color: #fff !important;
}

.service-img-box:hover .elementor-text-editor {
    color: #fff !important;
}

.service-img-box:hover .elementor-icon i {
    background: #F7193B;
    color: #fff;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.video-button-anim-red img {
    position: relative;
    right: 0px;
    background-color: rgba(247, 25, 59, 0.11);
    border-radius: 50% !important;
    animation: pulse-border 1.5s linear infinite;
}

@keyframes pulse-border {
    0% {
        box-shadow: 0 0 0 0 rgba(247, 25, 59, 0.6);
    }

    100% {
        box-shadow: 0 0 0 35px rgba(247, 25, 59, 0);
    }

}

/* ================================== */
/* END HOME-Page-Seven CSS*/
/* ================================== */


/* ================================== */
/* START HOME-Page-Eight CSS*/
/* ================================== */
.banner-right-img .elementor-image {
    width: 900px;
    float: left;
}


/* ================================== */
/* END HOME-Page-Eight CSS*/
/* ================================== */



/* ================================== */
/* Start About me page CSS*/
/* ================================== */
.about-me-testimonial .testimonial.element-six .testimonial-item > .holder {
    background: transparent;
    padding-left: 0;
}

.about-me-testimonial .testimonial.element-six > .owl-dots > .owl-dot > span {
    width: 50px !important;
    height: 2px !important;
    border-radius: 0px !important;
}

/* ================================== */
/* END About me page CSS*/
/* ================================== */


/* ================================== */
/* Start About us page CSS*/
/* ================================== */
.about-us-right-full-img .elementor-image {
    width: 764px;
    float: left;
}

.about-us-newsletter .col-md-8 {
    padding-right: 0px;
}

.about-us-newsletter .wpcf7-email {
    border: none;
    width: 100%;
    background: #fff;
    height: 48px;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
}

.about-us-newsletter .submit-btn {
    text-align: left;
}

.about-us-newsletter .wpcf7-submit {
    border: none;
    background: none;
    border: 1px solid #515151;
    color: #fff;
    /*padding: 10px 50px;*/
    padding: 9px;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 500;
}

.about-us-testimonial .testimonial.element-two > .owl-dots > .owl-dot > span {
    width: 15px !important;
    height: 3px !important;
    border-radius: 0px !important;
}

.about-us-testimonial .testimonial[class*='element-'].owl-dot-style-two .owl-dots > .owl-dot.active > span {
    background: #000 !important;
    width: 25px !important;
}

.about-us-testimonial .testimonial.element-two > .owl-dots {
    margin: 30px 0 0 0 !important;
}

.img-zoom .elementor-image img {
    transform: scale(.90);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}

.img-zoom:hover .elementor-image img {
    transform: scale(1);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}

/* ================================== */
/* END About us page CSS*/
/* ================================== */


/* ================================== */
/* Start Footer-Page CSS*/
/* ================================== */
.footer-one-list-item .radiantthemes-list.element-one ul li a {
    color: #c3c3c3 !important;
}

.footer-one-list-item .radiantthemes-list.element-one ul li a:hover {
    color: #fff !important;
}

.footer-seven-list-item .radiantthemes-list.element-one ul li a {
    color: #757575 !important;
}

.footer-seven-list-item .radiantthemes-list.element-one ul li a:hover {
    color: #0B0B12 !important;
}

.footer-eight-list-item .radiantthemes-list.element-one ul li a {
    color: #FFD9D2 !important;
}

.footer-eight-list-item .radiantthemes-list.element-one ul li a:hover {
    color: #fff !important;
}

/* ================================== */
/* END Footer-Page CSS*/
/* ================================== */

/* ================================== */
/* Start Services Page CSS*/
/* ================================== */

.services_right_full_image.elementor-image {
    width: 783px;
    float: right;
}

.service-testimonial .testimonial.element-five > .owl-dots > .owl-dot > span {
    width: 30px !important;
    height: 2px !important;
    border-radius: 0px !important;
}

.service-testimonial .testimonial[class*='element-'].owl-dot-style-two .owl-dots > .owl-dot.active > span {
    width: 45px !important;
}

.service-testimonial .testimonial.element-five > .owl-dots {
    margin: 30px 0 0 0 !important;
}

/* ================================== */
/* END Services Page CSS*/
/* ================================== */


/* ================================== */
/* Start Process Page CSS*/
/* ================================== */

.process-page-right-img .elementor-image {
    width: 680px;
    float: left;
}

/* ================================== */
/* End Process Page CSS*/
/* ================================== */


/* ================================== */
/* Start Team Page CSS*/
/* ================================== */
/*.r-padding {
  padding-right: 0px;
}*/

.team-contact .wpcf7-text {
    border: none;
    width: 100%;
    background: #fff;
    height: 48px;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.team-contact .wpcf7-textarea {
    border: none;
    width: 100%;
    background: #fff;
    height: 48px;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    height: 220px;
}

.team-contact .wpcf7-submit {
    border: none;
    background: none;
    border: 1px solid #515151;
    color: #fff;
    /* padding: 10px 50px; */
    padding: 10px;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 500;
}

/* ================================== */
/* End Team Page CSS*/
/* ================================== */


/* ================================== */
/* Start What we do Page CSS*/
/* ================================== */
.performance-img-box-hover {
    cursor: pointer;
}

.performance-img-box-hover .elementor-column-wrap {
    overflow: hidden;
}

.performance-img-box-hover .elementor-background-overlay {
    opacity: 0 !important;
    transform: scale(1.2);
    transition: all 600ms ease !important;
    overflow: hidden !important;
}

.performance-img-box-hover:hover .elementor-background-overlay {
    opacity: 1 !important;
    transform: scale(1);
}

/* ================================== */
/* End What we do Page CSS*/
/* ================================== */



/* ================================== */
/* Start Main Contact Page CSS*/
/* ================================== */
.main-contact .wpcf7-text {
    border: none;
    width: 100%;
    background: #fff;
    height: 48px;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.main-contact .wpcf7-textarea {
    border: none;
    width: 100%;
    background: #fff;
    height: 48px;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    height: 220px;
}

.main-contact .wpcf7-submit {
    border: none;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    /* padding: 10px 50px; */
    padding: 10px;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 500;
}

.about-me-contact .wpcf7-text {
    border: none;
    width: 100%;
    background: #fff;
    height: 48px;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    border: 1px solid #DCDCDC;
}

.about-me-contact .wpcf7-textarea {
    border: none;
    width: 100%;
    background: #fff;
    height: 48px;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    height: 220px;
    border: 1px solid #DCDCDC;
}

.about-me-contact .wpcf7-submit {
    border: none;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 13px 50px;
    /*padding: 10px;*/
    /*width: 100%;*/
    text-align: center;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 500;
}


.contact-seven-plus .wpcf7-text {
    border: none;
    width: 100%;
    background: #F1F2F3;
    height: 43px;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    border: 1px solid #F1F2F3;
}

.contact-seven-plus .message {
    width: 100%;
}

.contact-seven-plus .wpcf7-textarea {
    border: none;
    width: 100%;
    background: #F1F2F3;
    height: 48px;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    height: 120px;
    border: 1px solid #F1F2F3;
}

.contact-seven-plus .wpcf7-submit {
    border: none;
    background: none;
    /*border: 1px solid #000;*/
    color: #13132E;
    padding: 0px 30px 0 0;
    /*padding: 10px;*/
    /*width: 100%;*/
    text-align: center;
    margin-top: 0px;
    font-size: 18px;
    font-weight: 700;
}

.contact-seven-plus .submit-btn i {
    /*margin-left: -40px;*/
    color: #F71A3B;
    margin: 0;
    position: absolute;
    top: 6px;
    left: 25%;
}

/* ================================== */
/* End Main Contact Page CSS*/
/* ================================== */


/* ================================== */
/* START OF MEDIA QUERY CSS*/
/* ================================== */
@media (min-width: 1200px) {

    /*.container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px !important;
  }*/
}

@media (min-width: 1266px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1266px !important;
    }
}

@media (min-width: 1400px) {}

@media screen and (min-width:992px) and (max-width:1024px) {
    #rt-mainMenu-trigger {
        top: 17px;
    }
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px) {
    #rt-mainMenu-trigger {
        top: 17px;
    }
}


@media screen and (min-width: 1024px) and (max-width: 1199px) {
    #rt-mainMenu-trigger {
        top: 17px;
    }
}

/* TABLET PROTRAIT PART */

@media screen and (min-width:480px) and (max-width:767px) {
    #rt-mainMenu-trigger {
        top: 13px;
    }
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width:321px) and (max-width:479px) {
    .home-four-right-img .elementor-image {
        width: 100%;
    }

    .home-three-banner-img .elementor-image {
        width: auto;
    }

    .home-three-section-left-img .elementor-image {
        width: auto;
    }

    .home-video-sec-img-right .elementor-image {
        width: auto;
    }

    .home-three-service-left-img-full .elementor-image {
        width: auto;
    }

    .home-one-man-full-img .elementor-image {
        width: auto;
    }

    .process-page-right-img .elementor-image {
        width: auto;
    }

    .about-us-newsletter .col-md-8 {
        padding-right: 15px;
    }

    .r-padding {
        padding-right: 15px;
    }

    .banner-right-img .elementor-image {
        width: auto;
        float: left;
    }

    #rt-mainMenu-trigger {
        top: 13px;
    }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width:320px) {
    .home-three-section-left-img .elementor-image {
        width: auto;
    }

    #rt-mainMenu-trigger {
        top: 13px;
    }
}

/* ================================== */
/* END OF MEDIA QUERY CSS*/
/* ================================== */

/* NEW MEGA MENU CSS START */

body .container-wide {
    width: 100%;
    margin: 0 auto;
    padding: 0 60px
}

@media(max-width:1024px) {
    body .body-inner {
        width: 100%;
        margin: 0
    }

    body .container-wide {
        padding: 0 30px
    }
}

@media(min-width:1024px) {
    /*body.boxed .body-inner {
        float: none;
        width: 1200px;
        margin: 0 auto
    }

    body.modern .body-inner .container {
        max-width: 1500px
    }*/

    /*body.frame:before,
    body.frame:after {
        border: 10px solid #fff;
        content: "";
        position: fixed;
        width: auto;
        height: 20px;
        z-index: 200;
        box-shadow: 0 0 14px 0 rgba(0, 0, 0, .1);
        left: 0;
        right: 0
    }

    body.frame:after {
        bottom: 0
    }

    body.frame .body-inner {
        padding: 20px
    }

    body.frame .body-inner:before,
    body.frame .body-inner:after {
        border: 10px solid #fff;
        content: "";
        position: fixed;
        width: 20px;
        z-index: 200;
        box-shadow: 0 10px 14px 0 rgba(0, 0, 0, .1);
        top: 20px;
        bottom: 20px;
        left: 0;
        right: auto
    }

    body.frame .body-inner:after {
        left: auto;
        right: 0;
        box-shadow: 0 10px 14px 0 rgba(0, 0, 0, .1)
    }

    body.frame #scrollTop {
        right: 46px
    }*/
}

.container-fullwidth {
    margin: 0 auto
}

.container-fullwidth .row {
    padding-left: 15px;
    padding-right: 15px
}

section {
    /*position: relative;
    width: 100%;
    z-index: 1;*/
    /*padding: 80px 0;
    overflow: hidden;
    background-color: #fff*/
}

@media(max-width:768px) {
    /*section {
        padding: 40px 0
    }*/
}


body.rt-dark {
    /*background-color: #181818;*/
    color: #999
}

section.rt-dark,
.rt-dark section {
    /*background-color: #181818;*/
    color: #999
}



@media(max-width:1024px) {

    #header[data-transparent=true] + #page-title {
        top: -120px;
        margin-bottom: -124px;
        padding: 160px 0 80px
    }
}



#topbar {
    position: relative;
    z-index: 200;
    background-color: #fff
}

#topbar .top-menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    float: left
}

#topbar .top-menu > li {
    display: inline-block;
    height: 40px;
    line-height: 40px
}

#topbar .top-menu > li > a {
    color: #484848;
    display: block;
    font-size: 12px;
    font-weight: 500;
    height: 40px;
    margin-right: 16px
}

#topbar .top-links {
    position: relative
}

#topbar .social-icons {
    float: right;
    height: 100%;
    overflow: hidden
}

#topbar .social-icons li,
#topbar .social-icons li a {
    float: left;
    list-style: outside none none
}

#topbar .social-icons li a {
    border-radius: 0;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 35px;
    overflow: hidden;
    margin: 0
}

#topbar.rt-dark {
    background-color: #1f1f1f
}

#topbar.rt-dark .top-menu > li > a,
#topbar.rt-dark .social-icons li a {
    color: #fff !important
}

#topbar.topbar-colored,
#topbar.topbar-colored.rt-dark {
    background-color: #2250fc
}

.topbar-rt-dropdown {
    color: #747474;
    float: left;
    font-size: 13px;
    font-weight: 400;
    position: relative
}

.topbar-rt-dropdown .title {
    border-left: 1px solid #eee;
    padding: 0 20px;
    cursor: pointer;
    line-height: 40px
}

.topbar-rt-dropdown .title a {
    color: #747474
}

.topbar-rt-dropdown .title a:hover {
    text-decoration: underline
}

.topbar-rt-dropdown .title b {
    font-weight: 600
}

.topbar-rt-dropdown .title .fa {
    margin-left: 7px;
    position: relative;
    top: -1px
}

.topbar-rt-dropdown .title .fa:first-child {
    margin-left: 0;
    margin-right: 7px
}

.topbar-rt-dropdown:first-child .title {
    border-color: transparent;
    padding-left: 0
}

.topbar-rt-dropdown .title img,
.topbar-rt-dropdown .list-entry img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    position: relative;
    top: -1px
}

.topbar-rt-dropdown .rt-dropdown-list {
    position: absolute;
    width: auto;
    left: 0;
    top: auto;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border: solid 1px #eee;
    padding: 0 16px;
    z-index: 1;
    text-align: left;
    opacity: 0;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transform-origin: 50% 0% 0;
    -moz-transform-origin: 50% 0% 0;
    -webkit-transform-origin: 50% 0% 0;
    -ms-transform-origin: 50% 0% 0;
    z-index: 1;
    visibility: hidden
}

.topbar-rt-dropdown:hover .rt-dropdown-list,
.topbar-rt-dropdown:hover .topbar-form {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    visibility: visible
}

.topbar-rt-dropdown .list-entry {
    line-height: 30px;
    white-space: nowrap;
    display: block;
    color: #747474;
    padding: 2px 0;
    border-top: 1px #f0f0f0 solid
}

.topbar-rt-dropdown .list-entry:hover {
    color: #222
}

.topbar-rt-dropdown .list-entry:first-child {
    border-top: none
}

.topbar-rt-dropdown .topbar-form {
    position: absolute;
    width: 240px;
    padding: 20px 20px 10px;
    right: auto;
    top: 40px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border: solid 1px #eee;
    z-index: 1;
    text-align: left;
    opacity: 0;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transform-origin: 50% 0% 0;
    -moz-transform-origin: 50% 0% 0;
    -webkit-transform-origin: 50% 0% 0;
    -ms-transform-origin: 50% 0% 0;
    visibility: hidden
}

.topbar-rt-dropdown input {
    margin-bottom: 2px
}

.topbar-rt-dropdown .form-group {
    margin-bottom: 10px
}

.topbar-rt-dropdown .checkbox {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
    margin-top: -12px
}

.topbar-rt-dropdown.float-right .title {
    padding: 0 0 0 20px !important
}

.topbar-rt-dropdown .rt-dropdown-invert.topbar-form {
    left: auto;
    right: -20px
}

#topbar.topbar-fullwidth > .container {
    max-width: 100%;
    padding: 0 30px
}

#topbar {
    border-bottom: 1px solid #eee
}

#topbar.topbar-rt-dark,
#topbar.rt-dark {
    background-color: #252525;
    border-color: rgba(231, 231, 231, .25)
}

#topbar.topbar-rt-dark .top-menu > li > a,
#topbar.topbar-rt-dark .social-icons li a,
#topbar.rt-dark .top-menu > li > a,
#topbar.rt-dark .social-icons li a {
    color: #fff !important
}

#topbar .topbar-light .top-menu > li > a,
#topbar .topbar-light .social-icons li a {
    color: #111 !important
}

.topbar-transparent {
    margin-top: -2px
}

.topbar-transparent.topbar-rt-dark .topbar-rt-dropdown .title a,
.topbar-transparent.topbar-rt-dark .topbar-rt-dropdown {
    color: #fff
}

.topbar-transparent .topbar-rt-dropdown .title {
    border-color: rgba(231, 231, 231, .25)
}

.topbar-transparent .topbar-rt-dropdown:first-child .title {
    border-color: transparent
}

#topbar.topbar-rt-dark.topbar-colored {
    border-bottom: 0
}

#topbar.rt-dark {
    border-bottom: 1px solid rgba(231, 231, 231, .05)
}

#topbar.rt-dark.topbar-transparent {
    background-color: transparent;
    border-bottom: 1px solid rgba(144, 144, 144, .25)
}

#topbar ~ #header[data-transparent=true] + #slider,
#topbar ~ #header[data-transparent=true] + .fullscreen,
#topbar ~ #header[data-transparent=true] + .halfscreen,
#topbar ~ #header[data-transparent=true] + #google-map {
    top: -120px;
    margin-bottom: -120px
}

@media(max-width:1024px) {
    #topbar.topbar-transparent.rt-dark {
        background-color: #fff !important
    }

    #topbar.topbar-transparent.rt-dark .top-menu > li > a,
    #topbar.topbar-transparent.rt-dark .social-icons li a {
        color: #484848 !important
    }
}

#header {
    position: absolute;
    width: 100%;
    z-index: 199 !important;
    /*height: 80px;
    line-height: 80px;
    background: #000;*/
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

#header .container {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 1024px) and (max-width: 1170px) {
    .single.single-product #header .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#header .rt-header-inner,
#header #header-wrap {
    /*height: 84px;*/
    /*background-color: #fff;*/
    left: 0;
    right: 0;
    transition: all .4s ease-in-out
}

#header .rt-header-inner .logo,
#header #header-wrap .logo {
    float: left;
    font-size: 28px;
    position: relative;
    z-index: 1;
    transition: all .4s ease-in-out;
    /*height: 80px*/
}

#header .rt-header-inner .logo a > img,
#header #header-wrap .logo a > img {
    vertical-align: inherit;
    transition: all .4s ease-in-out;
    height: 80px;
    width: auto
}

#header .rt-header-inner .logo a > img,
#header .rt-header-inner .logo a [class*=logo-],
#header #header-wrap .logo a > img,
#header #header-wrap .logo a [class*=logo-] {
    display: none
}

#header .rt-header-inner .logo a .logo-default,
#header #header-wrap .logo a .logo-default {
    display: block
}

#header .rt-header-inner .logo a,
#header .rt-header-inner .logo a span,
#header #header-wrap .logo a,
#header #header-wrap .logo a span {
    /*font-family: poppins, sans-serif;*/
    font-size: 40px;
    color: #1f1f1f;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-decoration: none;
}

#header[data-fullwidth=true] .rt-header-inner .container,
#header[data-fullwidth=true] #header-wrap .container {
    max-width: 100%;
    /*padding: 0 30px*/
}

#header.header-modern:not(.header-active) {
    margin: 40px auto 0;
    width: 1200px
}

#header.header-modern:not(.header-active) .rt-header-inner,
#header.header-modern:not(.header-active) #header-wrap {
    border-radius: 4px
}

#header.header-modern:not(.header-active) + .inspiro-slider,
#header.header-modern:not(.header-active) + #slider,
#header.header-modern:not(.header-active) + .fullscreen,
#header.header-modern:not(.header-active) + .halfscreen,
#header.header-modern:not(.header-active) + #google-map {
    top: -130px;
    margin-bottom: -130px
}

#header.header-mini {
    line-height: 60px;
    height: 60px
}

#header.header-mini .rt-header-inner,
#header.header-mini #header-wrap {
    height: 60px
}

#header.header-mini .rt-header-inner #rt-mainMenu > .container nav > ul > li > a,
#header.header-mini #header-wrap #rt-mainMenu > .container nav > ul > li > a {
    font-size: 11px
}

#header.header-mini .rt-header-inner #rt-mainMenu > .container nav > ul > li .rt-dropdown-submenu:before,
#header.header-mini #header-wrap #rt-mainMenu > .container nav > ul > li .rt-dropdown-submenu:before {
    top: -6px
}

#header.header-mini .rt-header-inner .logo,
#header.header-mini #header-wrap .logo {
    height: 60px
}

#header.header-mini .rt-header-inner .logo a > img,
#header.header-mini #header-wrap .logo a > img {
    height: 60px
}

#header.header-mini .rt-header-inner .logo a,
#header.header-mini .rt-header-inner .logo a span,
#header.header-mini #header-wrap .logo a,
#header.header-mini #header-wrap .logo a span {
    font-size: 30px
}

#header.header-mini .rt-header-inner #rt-mainMenu-trigger,
#header.header-mini #header-wrap #rt-mainMenu-trigger {
    height: 60px
}

#header.header-mini .rt-header-inner .header-extras,
#header.header-mini #header-wrap .header-extras {
    height: 60px
}

#header.header-alternative {
    line-height: 60px;
    height: 60px
}

#header.header-alternative .rt-header-inner,
#header.header-alternative #header-wrap {
    height: 60px
}

#header.header-alternative .rt-header-inner #rt-mainMenu > .container nav > ul > li .rt-dropdown-submenu:before,
#header.header-alternative #header-wrap #rt-mainMenu > .container nav > ul > li .rt-dropdown-submenu:before {
    top: -6px
}

#header.header-alternative .rt-header-inner .logo,
#header.header-alternative #header-wrap .logo {
    height: 60px
}

#header.header-alternative .rt-header-inner .logo a > img,
#header.header-alternative #header-wrap .logo a > img {
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px
}

#header.header-alternative .rt-header-inner #rt-mainMenu-trigger,
#header.header-alternative #header-wrap #rt-mainMenu-trigger {
    height: 60px
}

#header.header-alternative .rt-header-inner .header-extras,
#header.header-alternative #header-wrap .header-extras {
    height: 60px
}

#header[data-transparent=true]:not(.sticky-active) .rt-header-inner,
#header[data-transparent=true]:not(.sticky-active) #header-wrap {
    background-color: transparent
}

#header[data-transparent=true] + .inspiro-slider,
#header[data-transparent=true] + #slider,
#header[data-transparent=true] + .fullscreen,
#header[data-transparent=true] + .halfscreen,
#header[data-transparent=true] + #google-map {
    top: -80px;
    margin-bottom: -80px
}

#header.header-logo-right .rt-header-inner .logo,
#header.header-logo-right #header-wrap .logo {
    float: right
}

#header.header-logo-right .rt-header-inner .header-extras,
#header.header-logo-right #header-wrap .header-extras {
    float: left
}

#header.header-logo-right .rt-header-inner #rt-mainMenu nav,
#header.header-logo-right #header-wrap #rt-mainMenu nav {
    float: left
}

#header.header-shadow .rt-header-inner,
#header.header-shadow #header-wrap {
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .12) !important
}

#header[data-transparent=true]:not(.sticky-active) .rt-header-inner,
#header[data-transparent=true]:not(.sticky-active) #header-wrap,
#header[data-transparent=true]:not(.sticky-active).rt-dark .rt-header-inner,
#header[data-transparent=true]:not(.sticky-active).rt-dark #header-wrap {
    background-color: transparent
}

#header[data-transparent=true] + .inspiro-slider,
#header[data-transparent=true] + #slider,
#header[data-transparent=true] + .fullscreen,
#header[data-transparent=true] + .halfscreen,
#header[data-transparent=true] + #google-map {
    top: -80px;
    margin-bottom: -80px
}

#header.header-sticky .rt-header-inner,
#header.header-sticky #header-wrap {
    transition: top .8s ease-in-out;
    top: -140px
}

#header.header-sticky.sticky-active .rt-header-inner,
#header.header-sticky.sticky-active #header-wrap {
    box-shadow: 0 12px 6px rgba(0, 0, 0, .06);
    top: 0;
    position: fixed;
    margin: 0 auto;
    /*background: #fff;*/
    width: 100%
}

#header.sticky_off.header-sticky .rt-header-inner,
#header.sticky_off.header-sticky #header-wrap {
  display: none;
}

.admin-bar #header.header-sticky.sticky-active .rt-header-inner,
.admin-bar #header.header-sticky.sticky-active #header-wrap {
    box-shadow: 0 12px 6px rgba(0, 0, 0, .06);
    top: 0;
    position: fixed;
    margin: 0 auto;
    /* background: #fff; */
    width: 100%;
    top: 32px;
}

#header.header-always-fixed .rt-header-inner,
#header.header-always-fixed #header-wrap {
    position: fixed !important;
    top: 0 !important
}

.rt-dark #header .rt-header-inner,
.rt-dark #header #header-wrap,
#header.rt-dark .rt-header-inner,
#header.rt-dark #header-wrap {
    /*background-color: #181818*/
}

.rt-dark #header .rt-header-inner .logo a > img,
.rt-dark #header .rt-header-inner .logo a [class*=logo-],
.rt-dark #header #header-wrap .logo a > img,
.rt-dark #header #header-wrap .logo a [class*=logo-],
#header.rt-dark .rt-header-inner .logo a > img,
#header.rt-dark .rt-header-inner .logo a [class*=logo-],
#header.rt-dark #header-wrap .logo a > img,
#header.rt-dark #header-wrap .logo a [class*=logo-] {
    display: none
}

.rt-dark #header .rt-header-inner .logo a .logo-rt-dark,
.rt-dark #header #header-wrap .logo a .logo-rt-dark,
#header.rt-dark .rt-header-inner .logo a .logo-rt-dark,
#header.rt-dark #header-wrap .logo a .logo-rt-dark {
    display: block
}

.rt-dark #header .rt-header-inner .logo a,
.rt-dark #header .rt-header-inner .logo a span,
.rt-dark #header #header-wrap .logo a,
.rt-dark #header #header-wrap .logo a span,
#header.rt-dark .rt-header-inner .logo a,
#header.rt-dark .rt-header-inner .logo a span,
#header.rt-dark #header-wrap .logo a,
#header.rt-dark #header-wrap .logo a span {
    color: #111;
}

.rt-dark #header .rt-header-inner .lines,
.rt-dark #header .rt-header-inner .lines:before,
.rt-dark #header .rt-header-inner .lines:after,
.rt-dark #header #header-wrap .lines,
.rt-dark #header #header-wrap .lines:before,
.rt-dark #header #header-wrap .lines:after,
#header.rt-dark .rt-header-inner .lines,
#header.rt-dark .rt-header-inner .lines:before,
#header.rt-dark .rt-header-inner .lines:after,
#header.rt-dark #header-wrap .lines,
#header.rt-dark #header-wrap .lines:before,
#header.rt-dark #header-wrap .lines:after {
    background-color: #000;
}

.rt-dark #header[data-transparent=true]:not(.sticky-active) .rt-header-inner,
.rt-dark #header[data-transparent=true]:not(.sticky-active) #header-wrap,
#header.rt-dark[data-transparent=true]:not(.sticky-active) .rt-header-inner,
#header.rt-dark[data-transparent=true]:not(.sticky-active) #header-wrap {
    background-color: transparent
}

@media(min-width:1200px) {
    body.boxed #header .rt-header-inner {
        max-width: 1200px;
        margin: auto
    }

    body.modern #header .rt-header-inner > .container {
        max-width: 1500px;
        padding: 0 15px
    }

    body.frame #header.header-sticky.sticky-active .rt-header-inner {
        left: 20px;
        right: 20px;
        top: 20px
    }
}

@media(max-width:1024px) {

    #header .rt-header-inner,
    #header #header-wrap {
        height: auto
    }


    #header .logo {
        position: absolute !important;
        text-align: left;
        margin: 0 !important;
        float: none;
        height: 80px;
        /*width: 100%;
        left: 0;
        right: 0;*/
        padding: 0 !important;
    }

    #header .logo > a {
        display: inline-block
    }

    #header .logo > a img {
        max-height: 80px;
        padding-bottom: 6px
    }

    #header .logo .logo-responsive {
        display: block
    }

    #header .logo .logo-responsive-rt-dark {
        display: block
    }

    #header.header-mobile-logo-left #header .logo {
        width: auto;
        text-align: left;
        left: 30px;
        right: auto
    }

    #header.header-mobile-logo-left .header-extras {
        float: right;
        margin-left: 20px
    }

    #header.header-alternative .rt-header-inner,
    #header.header-alternative #header-wrap {
        height: auto
    }

    #header.header-modern {
        margin: 0 !important;
        width: 100% !important
    }

    #header.header-modern .rt-header-inner,
    #header.header-modern #header-wrap {
        border-radius: 0 !important
    }

    #header.header-logo-right .rt-header-inner .header-extras,
    #header.header-logo-right #header-wrap .header-extras {
        float: right
    }

    #header.header-mini .rt-header-inner,
    #header.header-mini #header-wrap {
        height: auto !important
    }
}

@media(max-width: 767px) {
    #header .container {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width:1024px) {
    #header[data-transparent=true] + main {
        top: -120px;
        margin-bottom: -124px;
        position: relative
    }

    #header[data-transparent=true] + main > #page-title {
        padding: 160px 0 80px
    }

    #header[data-transparent=true] + .fullscreen {
        top: -80px;
        margin-bottom: -80px
    }
}

#rt-mainMenu {
    padding: 0;
}

@media screen and (min-width:1024px) {
    #rt-mainMenu {
        padding-top: 16px;
    }
}



#rt-mainMenu > .container {
    padding: 0 !important
}

#rt-mainMenu [class*=col-lg-] {
    line-height: 24px !important
}

#rt-mainMenu nav {}

#rt-mainMenu nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    text-align: right;
}

#rt-mainMenu nav > ul > li {
    border: 0;
    transition: all .3s ease;
    /*padding: 0px 0px 0 20px;*/
    padding: 0px 0px 0 14px;
    position: relative;
    display: inline-block;
    text-align: left;
    margin-left: 29px;
}

/*#rt-mainMenu nav > ul#menu-testing-menu > li {
    padding: 20px 0px 20px 30px;
}
#rt-mainMenu nav > ul#menu-all-pages > li {
    padding: 20px 0px 20px 30px;
}
#rt-mainMenu nav > ul#menu-short > li {
    padding: 20px 0px 20px 30px;
}
#rt-mainMenu nav > ul#menu-social-menu > li {
    padding: 20px 0px 20px 30px;
}*/


/*#rt-mainMenu nav > ul > li .rt-dropdown-menu li {
    border-bottom: 1px solid #dae4f2;
}

#rt-mainMenu nav > ul > li .rt-dropdown-menu li:last-child {
    border-bottom: none;
}*/

#rt-mainMenu nav > ul > li > a {
    position: relative;
    /*padding: 0 17px;*/
    padding: 27px 0;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 30px !important;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000;
    border-radius: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    transition: all .3s ease;
    line-height: normal;
    font-family: "Poppins";
    cursor: pointer;
}

#rt-mainMenu nav > ul > li > a > i {
    margin-left: 2px;
    margin-right: 6px;
    min-width: 14px;
    font-size: 14px
}

#rt-mainMenu nav > ul > li > a:after,
#rt-mainMenu nav > ul > li > a:before {
    transition: all .3s ease
}

#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a::before {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    /*z-index: -1;*/
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: currentColor;
}


#rt-mainMenu nav > ul > li.menu-item-has-children a::after {
    transition: all .3s ease;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    content: "\e64b";
    font-family: 'themify';
    transition: all 0.3s ease-in-out;
    font-size: 8px;
}

#rt-mainMenu nav > ul > li.menu-item-has-children .srvc-megamenu a::after {
    display: none;
}

#rt-mainMenu nav > ul > li > ul > li.menu-item-has-children a::after {
    content: '';
}

#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a::after {
    content: '';
}

#rt-mainMenu nav > ul > li:hover a::after {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}

#rt-mainMenu nav > ul > li.hover-active > a,
#rt-mainMenu nav > ul > li.hover-active > span,
#rt-mainMenu nav > ul > li.current > a,
#rt-mainMenu nav > ul > li.current > span,
#rt-mainMenu nav > ul > li:hover > a,
#rt-mainMenu nav > ul > li:hover > span,
#rt-mainMenu nav > ul > li:focus > a,
#rt-mainMenu nav > ul > li:focus > span {
    color: #00061E;
}

#rt-mainMenu nav > ul > li.rt-dropdown:before {
    content: "\e649";
    font-family: 'themify';
    transform: rotate(90deg);
    opacity: .6;
    position: absolute;
    /*right: 16px;*/
    color: #262626;
    font-size: 12px;
    display: none;
    right: 0 !important;
}

#rt-mainMenu nav > ul > li .rt-dropdown-arrow {
    display: none;
    height: 40px;
    width: 30px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    cursor: pointer;
}

#rt-mainMenu nav > ul > li .rt-dropdown-menu {
    background-position: right bottom;
    background-repeat: no-repeat;
    min-width: 288px;
    top: 51px;
    z-index: 999;
    background-color: #F9F9FB;
    border: 0;
    color: #000;
    left: -6px;
    margin: 0;
    margin-top: 0;
    /*padding: 25px 10px;*/
    padding: 20px 0px 21px 12px;
    display: none;
    position: absolute;
    /*transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;*/
    /*border-bottom: 2px solid #f4492f;*/
    /*box-shadow: 0px 5px 15px 0px rgba(42.00000000000025, 22.000000000000014, 139, 0.08);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(42.00000000000025, 22.000000000000014, 139, 0.08);*/
    border-radius: 4px;
}

#rt-mainMenu nav > ul > li .rt-dropdown-menu.menu-last {
    right: 0;
    left: auto;
}

#rt-mainMenu nav > ul > li.menu-item-object-mega_menu .rt-dropdown-menu {
    top: 54px;
    padding: 0px;
    border-bottom: none;
}

#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > span,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0px;
    color: #000;
    padding: 0px;
    display: block;
    transition: .12s ease !important;
    display: block;
    /*width: 100%;*/
    text-align: left;
}

#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a:focus,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a:hover,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a:active,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > span:focus,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > span:hover,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > span:active,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a:focus,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a:hover,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a:active {
    background-color: transparent;
    color: #FD406A;
    cursor: pointer
}

#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a > i,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > span > i,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a > i {
    margin-left: -4px;
    margin-right: 6px;
    min-width: 14px
}

#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a {
    display: inline-block !important;
    position: relative !important;
    font-family: "Poppins" !important;
    color: #000;
    font-size: 15px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
}

#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a::before {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    /*z-index: -1;*/
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: #FD406A;
}

#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

@media all and (max-width: 1024px) {
    #rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a::before {
        bottom: 11px;
    }
}

#rt-mainMenu nav > ul > li .rt-dropdown-menu > li.current > a,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li.current > span,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li:hover > a,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li:hover > span,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li:focus > a,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li:focus > span,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li:active > a,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li:active > span,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li.hover-active > a,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li.hover-active > span {
    color: #00061E;
    text-decoration: none;
    /*padding-left: 5px !important;*/
    color: #FD406A;
}


/* Megamenu Effect CSS Starts */

#rt-mainMenu .elementor-widget.elementor-align-left .elementor-icon-list-item a::before {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    /*z-index: -1;*/
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: #FD406A;
}

#rt-mainMenu .elementor-widget.elementor-align-left .elementor-icon-list-item a:hover::before {
    width: 77%;
    left: 23%;
    right: auto;
}


#rt-mainMenu .elementor-widget-heading .elementor-heading-title[class*="elementor-size-"] > a {
    display: inline-block;
    position: relative;
    color: #000;
}

#rt-mainMenu .elementor-widget-heading .elementor-heading-title[class*="elementor-size-"] > a:hover {
    color: #FD406A;
}

#rt-mainMenu .elementor-widget-heading .elementor-heading-title[class*="elementor-size-"] > a::before {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    /*z-index: -1;*/
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: #FD406A;
}

#rt-mainMenu .elementor-widget-heading .elementor-heading-title[class*="elementor-size-"] > a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

/* Megamenu Effect CSS Ends */

#rt-mainMenu nav > ul > li .rt-dropdown-menu.menu-last {
    right: 0;
    left: auto
}

#rt-mainMenu nav > ul > li.mega-menu-item {
    position: static
}

/*#rt-mainMenu nav .mega-menu-item ul.rt-dropdown-menu {
  position: absolute;
  width: 100em !important;
  left: -65% !important;
  right: 0em !important;
  margin: 0 auto;

}*/
/*cura*/

#rt-mainMenu nav > ul > li.mega-menu-item > .rt-dropdown-menu {
    /*left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    transition-duration: .3s !important*/
    width: 65em !important;
    left: -70% !important;
    right: -90% !important;
    margin: 0 auto !important;
}

/*#rt-mainMenu nav > ul > li.mega-menu-item > .rt-dropdown-menu {
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  transition-duration: .3s !important
}*/
/*cura*/

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content h5 {
    margin-bottom: 8px;
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content {
    padding: 0px 20px;
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content ul.menu li {
    padding: 5px 20px 5px 0px;
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content ul.menu li a:after {
    display: none;
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content ul.menu li a {
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 28px;
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content ul.menu li a:before {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: currentColor;
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content ul.menu li a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content .mega-menu-title {
    /*font-family: poppins, sans-serif;*/
    color: #000;
    font-size: 13px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 12px;
    text-align: left;
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content li ~ .mega-menu-title {
    margin-top: 12px
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content > a,
#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content > span,
#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li > a {
    padding: 10px 0
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content > a > i,
#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content > span > i,
#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li > a > i {
    margin-left: 0;
    margin-right: 8px
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li:first-child > a {
    padding-top: 0
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li:last-child > a {
    padding-bottom: 0
}

#rt-mainMenu nav > ul > li .rt-dropdown-submenu {
    position: relative;
}

#rt-mainMenu nav > ul > li .rt-dropdown-submenu:before {
    /*line-height: 50px;*/
    content: "\e649";
    font-family: 'themify';
    opacity: .6;
    position: absolute;
    right: 16px;
    color: #262626;
    font-size: 12px;
    transition: all .2s ease
}

#rt-mainMenu nav > ul > li .rt-dropdown-submenu > .rt-dropdown-menu {
    /*margin-left: 10px;*/
    left: 100%;
    top: -1px;
    z-index: 1
}

#rt-mainMenu nav > ul > li .rt-dropdown-submenu > .rt-dropdown-menu.menu-invert {
    right: 100%;
    left: auto
}

#rt-mainMenu nav > ul > li .rt-dropdown-submenu:not(.hover-active):hover:before {
    right: 12px
}

#rt-mainMenu nav > ul > li .rt-dropdown-submenu:not(.hover-active):hover > ul {
    display: block;
    animation: fade-in-out .3s ease
}

#rt-mainMenu nav > ul > li:not(.hover-active):hover > ul {
    display: block;
    animation: fade-in-out .3s ease;
}

#rt-mainMenu nav > ul > li > ul > li,
#rt-mainMenu nav > ul > li > ul > li > ul > li,
#rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li,
#rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li,
#rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li,
#rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li,
#rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li,
#rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li,
#rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li,
#rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li {
    /*border-bottom: 1px solid #dae4f2;*/
    /*margin-left: 30px;*/
    padding: 5px 20px;
    /*padding: 10px 32px 10px 32px;*/
    /*padding: 10px 32px 2px 32px;*/
}

#rt-mainMenu nav > ul > li > ul > li:last-child {
    border-bottom: none;
}

#rt-mainMenu nav > ul > li > ul > li > ul > li,
#rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li,
#rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li,
#rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li {
    /*border-bottom: 1px solid #dae4f2;
    margin-left: 30px;*/
    padding: 5px 20px;
}

#rt-mainMenu nav > ul > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

#rt-mainMenu nav > ul > li:last-child {
    margin-right: 0
}

#rt-mainMenu nav > ul > a.btn {
    margin-top: 4px
}

#rt-mainMenu nav > ul li ul {
    list-style: none;
    padding: 0
}

#rt-mainMenu nav > ul .rt-badge {
    font-size: 8px;
    padding: 2px 4px;
    line-height: 9px;
    margin: -2px 4px
}

#rt-mainMenu.menu-fullwidth nav > ul > li.mega-menu-item > .rt-dropdown-menu {
    left: 0 !important;
    right: 0 !important;
    width: 100%
}

#rt-mainMenu.menu-rounded nav > ul > li > a {
    border-radius: 4px;
    border-width: 2px
}

#rt-mainMenu.menu-rounded nav > ul > li.current > a,
#rt-mainMenu.menu-rounded nav > ul > li:hover > a,
#rt-mainMenu.menu-rounded nav > ul > li:focus > a {
    background-color: #2250fc;
    color: #fff
}

#rt-mainMenu.menu-outline nav > ul > li > a {
    border-radius: 50px;
    border-width: 2px
}

#rt-mainMenu.menu-outline nav > ul > li.current > a,
#rt-mainMenu.menu-outline nav > ul > li:hover > a,
#rt-mainMenu.menu-outline nav > ul > li:focus > a {
    color: #f4492f;
    border-color: #2250fc;
    background-color: transparent
}

#rt-mainMenu.menu-sub-title nav > ul > li {
    line-height: 64px
}

#rt-mainMenu.menu-sub-title nav > ul > li > a > .menu-sub-title {
    font-size: 10px;
    padding: 0;
    margin-top: -14px !important;
    line-height: 0;
    height: 0;
    text-transform: none;
    display: block;
    opacity: .5;
    font-weight: 400;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: -50px;
    margin-left: 12px;
    margin-right: 14px
}

#rt-mainMenu.menu-lines nav > ul > li {
    margin-left: 4px
}

#rt-mainMenu.menu-lines nav > ul > li > a {
    border-radius: 0;
    border: none
}

#rt-mainMenu.menu-lines nav > ul > li > a:after {
    content: '';
    position: absolute;
    top: auto;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px
}

#rt-mainMenu.menu-lines nav > ul > li.current > a,
#rt-mainMenu.menu-lines nav > ul > li:hover > a,
#rt-mainMenu.menu-lines nav > ul > li:focus > a {
    color: #f4492f;
}

#rt-mainMenu.menu-lines nav > ul > li.current > a:after,
#rt-mainMenu.menu-lines nav > ul > li:hover > a:after,
#rt-mainMenu.menu-lines nav > ul > li:focus > a:after {
    width: 100%;
    left: 0%;
    background-color: #2250fc
}

#rt-mainMenu.menu-creative nav > ul > li {
    margin-left: 4px
}

#rt-mainMenu.menu-creative nav > ul > li > a:after {
    background-color: #fff;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(10px);
    transition: opacity .3s ease 0s, transform .3s ease 0s;
    width: 100%;
    bottom: -2px
}

#rt-mainMenu.menu-creative nav > ul > li.current > a:after,
#rt-mainMenu.menu-creative nav > ul > li:hover > a:after,
#rt-mainMenu.menu-creative nav > ul > li:focus > a:after {
    opacity: 1;
    transform: translateY(0px)
}

#rt-mainMenu.menu-hover-background nav > ul > li {
    margin-left: 0
}

#rt-mainMenu.menu-hover-background nav > ul > li > a {
    background: 0 0
}

#rt-mainMenu.menu-hover-background nav > ul > li.current,
#rt-mainMenu.menu-hover-background nav > ul > li:hover,
#rt-mainMenu.menu-hover-background nav > ul > li:focus {
    background-color: #2250fc
}

#rt-mainMenu.menu-hover-background nav > ul > li.current > a,
#rt-mainMenu.menu-hover-background nav > ul > li:hover > a,
#rt-mainMenu.menu-hover-background nav > ul > li:focus > a {
    color: #fff !important
}

#rt-mainMenu.menu-hover-background nav > ul .rt-dropdown-menu {
    margin-top: 0;
    border-radius: 0
}

#rt-mainMenu.menu-overlay nav {
    opacity: 0 !important;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    background: rgba(31, 31, 31, .99);
    transition: opacity .5s ease
}

#rt-mainMenu.menu-overlay nav > ul {
    transition: transform 1s ease;
    transform: translateY(-80%);
    top: -80%;
    position: relative
}

#rt-mainMenu.menu-overlay nav > ul > li {
    float: none;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
    line-height: 40px
}

#rt-mainMenu.menu-overlay nav > ul > li > a {
    opacity: 0;
    font-size: 32px;
    padding-top: 12px;
    padding-bottom: 12px;
    letter-spacing: 2px;
    text-transform: none;
    color: #fff
}

#rt-mainMenu.menu-overlay nav > ul > li .rt-dropdown-menu,
#rt-mainMenu.menu-overlay nav > ul > li .rt-dropdown-submenu {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important
}

#rt-mainMenu.menu-left nav {
    float: left;
    margin-left: 20px
}

#rt-mainMenu.menu-left nav > ul > li.mega-menu-item {
    position: static
}

#rt-mainMenu.menu-left nav > ul > li.mega-menu-item > .rt-dropdown-menu {
    right: auto;
    left: 0
}

#rt-mainMenu.menu-center > .container {
    float: none !important;
    text-align: center
}

#rt-mainMenu.menu-center nav {
    float: none;
    display: inline-block;
    vertical-align: top
}

#rt-mainMenu.menu-onclick nav > ul > li:hover:not(.hover-active) > ul,
#rt-mainMenu.menu-onclick nav > ul > li .rt-dropdown-submenu:hover > ul {
    opacity: 0 !important;
    visibility: hidden !important;
    display: inherit !important
}

#rt-mainMenu.menu-onclick nav > ul > li.hover-active > ul,
#rt-mainMenu.menu-onclick nav > ul > li .hover-active.rt-dropdown-submenu > ul {
    opacity: 1 !important;
    visibility: visible !important;
    display: block
}

#rt-mainMenu.menu-rounded-rt-dropdown nav > ul > li .rt-dropdown-menu {
    border-radius: 6px
}

#rt-mainMenu.menu-rounded-rt-dropdown nav > ul > li > .rt-dropdown-menu {
    margin-top: -6px !important
}

#rt-mainMenu.menu-lowercase nav > ul > li > a {
    text-transform: unset;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 500
}

#dotsMenu {
    position: fixed;
    right: 36px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    z-index: 99
}

#dotsMenu:before {
    content: "";
    background: rgba(31, 31, 31, .7);
    position: absolute;
    width: 32px;
    right: -8px;
    height: 100%;
    border-radius: 20px;
    top: -24px;
    box-shadow: 0 4px 9px 0 rgba(43, 43, 49, .1), 0 7px 14px 0 rgba(43, 43, 49, .13)
}

#dotsMenu ul {
    list-style: none;
    padding-bottom: 6px
}

#dotsMenu ul li {
    text-align: right;
    padding: 0;
    width: 15px;
    height: 15px;
    margin-bottom: 12px;
    background-color: #eee;
    border-radius: 50%;
    transform: scale(.6);
    transition: transform .3s, background-color .5s
}

#dotsMenu ul li:hover {
    background-color: #2250fc;
    transform: scale(1)
}

#dotsMenu ul li.current {
    background-color: #2250fc
}

#dotsMenu ul li a {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 1.5;
    border-radius: 50%;
    left: -14px;
    top: -14px
}

#dotsMenu ul li a span {
    position: absolute;
    width: auto;
    top: 8px;
    right: 25px;
    white-space: nowrap;
    margin-right: 14px;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    transition: transform .2s, opacity .2s;
    opacity: 0;
    transform-origin: 100% 50%;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 100px;
    line-height: 26px;
    padding: 0 12px;
    text-transform: uppercase
}

#dotsMenu ul li a:hover:before {
    transform: scale(1)
}

#dotsMenu ul li a:hover:before {
    background-color: #2250fc
}

#dotsMenu ul li a:hover > span {
    opacity: 1;
    transform: scale(1)
}

@media(max-width:1024px) {
    #dotsMenu ul li a span {
        display: none
    }
}

.rt-mainMenu-open #dotsMenu {
    z-index: -1 !important
}

.menu-overlay-active #topbar.topbar-transparent.topbar-fullwidth,
.menu-overlay-active #header[data-fullwidth=true][data-transparent=true] .rt-header-inner,
.menu-overlay-active #header[data-fullwidth=true][data-transparent=true] .rt-header-inner .header-extras,
.menu-overlay-active #header[data-fullwidth=true][data-transparent=true] #header-wrap,
.menu-overlay-active #header[data-fullwidth=true][data-transparent=true] #header-wrap .header-extras {
    border: 0
}

.menu-overlay-active #header.header-sticky.rt-dark .rt-header-inner,
.menu-overlay-active #header.header-sticky.rt-dark #header-wrap {
    background-color: transparent
}

.menu-overlay-active #header .logo {
    z-index: -1 !important
}

.menu-overlay-active #header #rt-mainMenu {
    z-index: 200
}

.menu-overlay-active #header #rt-mainMenu nav {
    opacity: 1 !important;
    display: inherit !important;
    pointer-events: auto
}

.menu-overlay-active #header #rt-mainMenu nav > ul {
    transform: translateY(-50%);
    top: 50%
}

.menu-overlay-active #header #rt-mainMenu nav > ul > li > a {
    opacity: 1
}

.menu-overlay-active #header .header-extras li > *:not(#menu-overlay-trigger) {
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.menu-overlay-active #header #menu-overlay-trigger .lines,
.menu-overlay-active #header #menu-overlay-trigger .lines:before,
.menu-overlay-active #header #menu-overlay-trigger .lines:after {
    background-color: #fff
}

.header-logo-center .logo,
.menu-split .logo {
    position: absolute !important;
    width: 100%;
    text-align: center;
    margin: 0;
    float: none;
    height: 100px
}

.header-logo-center .logo > a,
.menu-split .logo > a {
    display: inline-block
}

.header-logo-center #rt-mainMenu nav,
.menu-split #rt-mainMenu nav {
    float: none;
    margin: 0;
    position: relative;
    z-index: 1
}

.header-logo-center #rt-mainMenu nav > ul,
.menu-split #rt-mainMenu nav > ul {
    z-index: 198
}

.header-logo-center #rt-mainMenu nav > ul:first-child,
.menu-split #rt-mainMenu nav > ul:first-child {
    float: left
}

.header-logo-center #rt-mainMenu nav > ul:last-child,
.menu-split #rt-mainMenu nav > ul:last-child {
    float: right
}

.rt-dark #rt-mainMenu nav > ul > li > a,
#rt-mainMenu.rt-dark nav > ul > li > a {
    color: #000;
    text-decoration: none;
}

.rt-dark #rt-mainMenu nav > ul > li.hover-active > a,
.rt-dark #rt-mainMenu nav > ul > li.hover-active > span,
.rt-dark #rt-mainMenu nav > ul > li.current > a,
.rt-dark #rt-mainMenu nav > ul > li.current > span,
.rt-dark #rt-mainMenu nav > ul > li:hover > a,
.rt-dark #rt-mainMenu nav > ul > li:hover > span,
.rt-dark #rt-mainMenu nav > ul > li:focus > a,
.rt-dark #rt-mainMenu nav > ul > li:focus > span,
#rt-mainMenu.rt-dark nav > ul > li.hover-active > a,
#rt-mainMenu.rt-dark nav > ul > li.hover-active > span,
#rt-mainMenu.rt-dark nav > ul > li.current > a,
#rt-mainMenu.rt-dark nav > ul > li.current > span,
#rt-mainMenu.rt-dark nav > ul > li:hover > a,
#rt-mainMenu.rt-dark nav > ul > li:hover > span,
#rt-mainMenu.rt-dark nav > ul > li:focus > a,
#rt-mainMenu.rt-dark nav > ul > li:focus > span {
    color: #000;
}

.rt-dark #rt-mainMenu nav > ul > li.rt-dropdown:before,
#rt-mainMenu.rt-dark nav > ul > li.rt-dropdown:before {
    color: #000;
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu {
    background-color: #181818;
    border-color: #272727
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li > span,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li > a,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li > span,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a {
    color: #9896a6
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a:focus,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a:hover,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a:active,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li > span:focus,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li > span:hover,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li > span:active,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a:focus,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a:hover,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a:active,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li > a:focus,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li > a:hover,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li > a:active,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li > span:focus,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li > span:hover,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li > span:active,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a:focus,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a:hover,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a:active {
    color: #e2e2e2
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li.current > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li.current > span,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li:hover > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li:hover > span,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li:focus > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li:focus > span,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li:active > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li:active > span,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li.hover-active > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li.hover-active > span,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li.current > a,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li.current > span,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li:hover > a,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li:hover > span,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li:focus > a,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li:focus > span,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li:active > a,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li:active > span,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li.hover-active > a,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li.hover-active > span {
    color: #e2e2e2
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-submenu:before,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-submenu:before {
    color: #9896a6
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-submenu.current > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-submenu.current > span,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-submenu:hover > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-submenu:hover > span,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-submenu:focus > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-submenu:focus > span,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-submenu:active > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-submenu:active > span,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-submenu.hover-active > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-submenu.hover-active > span,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-submenu.current > a,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-submenu.current > span,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-submenu:hover > a,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-submenu:hover > span,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-submenu:focus > a,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-submenu:focus > span,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-submenu:active > a,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-submenu:active > span,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-submenu.hover-active > a,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-submenu.hover-active > span {
    color: #e2e2e2
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content .mega-menu-title,
#rt-mainMenu.rt-dark nav > ul > li.mega-menu-item .mega-menu-content .mega-menu-title {
    color: #000;
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-rounded nav > ul > li.current > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-rounded nav > ul > li:hover > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-rounded nav > ul > li:focus > a,
#rt-mainMenu.rt-dark.menu-rounded nav > ul > li.current > a,
#rt-mainMenu.rt-dark.menu-rounded nav > ul > li:hover > a,
#rt-mainMenu.rt-dark.menu-rounded nav > ul > li:focus > a {
    background-color: #2250fc;
    color: #000;
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-outline nav > ul > li.current > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-outline nav > ul > li:hover > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-outline nav > ul > li:focus > a,
#rt-mainMenu.rt-dark.menu-outline nav > ul > li.current > a,
#rt-mainMenu.rt-dark.menu-outline nav > ul > li:hover > a,
#rt-mainMenu.rt-dark.menu-outline nav > ul > li:focus > a {
    color: #f4492f;
    border-color: #2250fc
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-lines nav > ul > li.current > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-lines nav > ul > li:hover > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-lines nav > ul > li:focus > a,
#rt-mainMenu.rt-dark.menu-lines nav > ul > li.current > a,
#rt-mainMenu.rt-dark.menu-lines nav > ul > li:hover > a,
#rt-mainMenu.rt-dark.menu-lines nav > ul > li:focus > a {
    color: #f4492f;
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-lines nav > ul > li.current > a:after,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-lines nav > ul > li:hover > a:after,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-lines nav > ul > li:focus > a:after,
#rt-mainMenu.rt-dark.menu-lines nav > ul > li.current > a:after,
#rt-mainMenu.rt-dark.menu-lines nav > ul > li:hover > a:after,
#rt-mainMenu.rt-dark.menu-lines nav > ul > li:focus > a:after {
    background-color: #2250fc
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-creative nav > ul > li > a:after,
#rt-mainMenu.rt-dark.menu-creative nav > ul > li > a:after {
    background-color: #000;
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-hover-background nav > ul > li.current,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-hover-background nav > ul > li:hover,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-hover-background nav > ul > li:focus,
#rt-mainMenu.rt-dark.menu-hover-background nav > ul > li.current,
#rt-mainMenu.rt-dark.menu-hover-background nav > ul > li:hover,
#rt-mainMenu.rt-dark.menu-hover-background nav > ul > li:focus {
    background-color: #2250fc
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-hover-background nav > ul > li.current > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-hover-background nav > ul > li:hover > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-hover-background nav > ul > li:focus > a,
#rt-mainMenu.rt-dark.menu-hover-background nav > ul > li.current > a,
#rt-mainMenu.rt-dark.menu-hover-background nav > ul > li:hover > a,
#rt-mainMenu.rt-dark.menu-hover-background nav > ul > li:focus > a {
    color: #000 !important;
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-overlay nav,
#rt-mainMenu.rt-dark.menu-overlay nav {
    background: rgba(31, 31, 31, .99)
}

#menu-overlay-trigger {
    z-index: 299 !important
}

@media(min-width:1024px) {
    #header[data-fullwidth=true] #rt-mainMenu:not(.menu-left):not(.menu-center) nav > ul > li.mega-menu-item > .rt-dropdown-menu {
        left: auto;
        right: 0
    }

    #header[data-fullwidth=true] #rt-mainMenu.menu-center nav > ul > li.mega-menu-item > .rt-dropdown-menu {
        right: auto;
        left: 50%;
        transform: translateX(-50%)
    }
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) {
    max-height: 3000px;
    clear: both;
    display: block;
    width: 100%;
    opacity: 1;
    overflow: hidden;
    transition: max-height .8s cubic-bezier(.79, .14, .15, .86), opacity .8s cubic-bezier(.79, .14, .15, .86)
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) > .container {
    text-align: left !important;
    width: 100%;
    max-width: 100%
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav {
    line-height: 40px;
    float: none;
    width: 100%;
    padding-bottom: 20px;
    opacity: 1 !important;
    transform: translateY(0) !important
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul {
    float: none;
    width: 100%
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li {
    padding: 0;
    margin: 0;
    clear: both;
    float: none;
    display: block;
    border: 0
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li > a {
    display: block;
    padding: 12px 0;
    font-size: 14px;
    border: 0;
    border-radius: 0
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li > a:after {
    display: none
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li > a .menu-sub-title {
    display: none !important
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.rt-dropdown:before {
    right: 14px;
    display: block
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li .rt-dropdown-menu {
    background-image: none !important;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .5s cubic-bezier(.77, 0, .175, 1), opacity .5s cubic-bezier(.77, 0, .175, 1);
    position: static;
    clear: both;
    float: none;
    box-shadow: none;
    border: 0 !important;
    min-width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 0 16px
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li .rt-dropdown-menu > li > a,
#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li .rt-dropdown-menu > li > span,
#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a {
    line-height: 16px;
    font-size: 14px;
    padding: 12px 0;
    display: block
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.mega-menu-item {
    position: relative
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content {
    padding: 0 0 0 15px
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content .mega-menu-title {
    padding-top: 12px;
    padding-bottom: 12px
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content > a,
#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content > span,
#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li > a {
    padding: 10px 0
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li:first-child > a {
    padding-top: 12px
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li:last-child > a {
    padding-bottom: 12px
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li .rt-dropdown-submenu {
    position: relative
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li .rt-dropdown-submenu:before {
    right: 0;
    top: 0;
    font-size: 16px
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul li > .rt-dropdown-menu {
    border: 0;
    background-color: transparent;
    display: block
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul li > .rt-dropdown-menu > .rt-dropdown-submenu {
    position: relative
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul li > .rt-dropdown-menu > .rt-dropdown-submenu:before {
    right: 0;
    transform: rotate(90deg);
    font-size: 16px
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul li.hover-active > .rt-dropdown-menu {
    visibility: visible;
    opacity: 1;
    max-height: 3000px
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul [class*=col-lg] {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex: 100%;
    padding: 0;
    margin: 0
}

#rt-mainMenu.menu-vertical:not(.menu-overlay).menu-sub-title nav > ul > li {
    line-height: unset !important
}

#rt-mainMenu.menu-vertical:not(.menu-overlay).menu-sub-title nav > ul > li .rt-dropdown-submenu:before {
    top: 0
}

#rt-mainMenu.menu-vertical:not(.menu-overlay).menu-rounded nav > ul > li.current > a,
#rt-mainMenu.menu-vertical:not(.menu-overlay).menu-rounded nav > ul > li:hover > a,
#rt-mainMenu.menu-vertical:not(.menu-overlay).menu-rounded nav > ul > li:focus > a {
    background-color: unset !important
}

#rt-mainMenu.menu-vertical:not(.menu-overlay).menu-hover-background nav > ul > li.current,
#rt-mainMenu.menu-vertical:not(.menu-overlay).menu-hover-background nav > ul > li:hover,
#rt-mainMenu.menu-vertical:not(.menu-overlay).menu-hover-background nav > ul > li:focus {
    background-color: unset
}

#rt-mainMenu.menu-vertical:not(.menu-overlay).menu-hover-background nav > ul > li.current > a,
#rt-mainMenu.menu-vertical:not(.menu-overlay).menu-hover-background nav > ul > li:hover > a,
#rt-mainMenu.menu-vertical:not(.menu-overlay).menu-hover-background nav > ul > li:focus > a {
    color: unset !important
}

#rt-mainMenu.menu-vertical:not(.menu-overlay).menu-left nav {
    margin-left: 0
}

#rt-mainMenu-trigger {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    height: 20px;
    z-index: 1;
    float: right;
}

#rt-mainMenu-trigger button {
    background: 0 0;
    border: 0;
    padding: 0
}

#rt-mainMenu-trigger button:focus {
    outline: 0
}

#rt-mainMenu-trigger button i {
    font-size: 17px
}

@media(max-width:1024px) {
    #rt-mainMenu-trigger {
        position: relative;
        opacity: 1;
        visibility: visible
    }

    #rt-mainMenun.menu-center nav {
        margin: 0
    }

    #rt-mainMenu:not(.menu-overlay) {
        max-height: 15px;
        position: relative;
        top: 20px;
        clear: both;
        display: block;
        width: 100%;
        opacity: 1;
        overflow: hidden;
        transition: max-height .8s cubic-bezier(.79, .14, .15, .86), opacity .8s cubic-bezier(.79, .14, .15, .86)
    }

    #rt-mainMenu:not(.menu-overlay) > .container {
        text-align: left !important;
        width: 100%;
        max-width: 100%
    }

    #rt-mainMenu:not(.menu-overlay) nav {
        line-height: 40px;
        float: none;
        width: 100%;
        padding: 20px 0;
        transition: .7s ease;
        opacity: 0;
        transform: translateY(-18px);

    }

    #rt-mainMenu:not(.menu-overlay) nav > ul {
        float: left;
        display: block;
        text-align: left;
        width: 100%;
        margin-top: 20px;
    }

    #rt-mainMenu:not(.menu-overlay) nav > ul > li {
        padding: 0;
        margin: 0;
        clear: both;
        float: none;
        border: 0;
        float: left;
        display: block;
        text-align: left;
        width: 100%;
    }

    #rt-mainMenu nav > ul#menu-testing-menu > li {
        padding: 0px;
    }

    #rt-mainMenu nav > ul#menu-all-pages > li {
        padding: 0px;
    }

    #rt-mainMenu nav > ul#menu-short > li {
        padding: 0px;
    }

    #rt-mainMenu nav > ul#menu-social-menu > li {
        padding: 0px;
    }

    #rt-mainMenu:not(.menu-overlay) nav > ul > li > a {
        display: block;
        padding: 12px 0;
        font-size: 15px;
        border: 0;
        border-radius: 0;
        line-height: 30px;
    }

    #rt-mainMenu:not(.menu-overlay) nav > ul > li > a:after {
        display: none
    }

    #rt-mainMenu:not(.menu-overlay) nav > ul > li > a .menu-sub-title {
        display: none !important
    }

    #rt-mainMenu:not(.menu-overlay) nav > ul > li.rt-dropdown:before {
        right: 3px !important;
        top: 4px;
        display: block
    }

    #rt-mainMenu:not(.menu-overlay) nav > ul > li .rt-dropdown-arrow {
        display: inline
    }

    #rt-mainMenu:not(.menu-overlay) nav > ul > li .rt-dropdown-menu {
        background-image: none !important;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        /*transition: max-height .5s cubic-bezier(.77, 0, .175, 1),
opacity .5s cubic-bezier(.77, 0, .175, 1);*/
        position: static;
        clear: both;
        float: none;
        box-shadow: none;
        border: 0 !important;
        min-width: 100%;
        margin: 0;
        border-radius: 0;
        padding: 0 0 0 10px;
    }

    #rt-mainMenu nav > ul > li > ul > li,
    #rt-mainMenu nav > ul > li > ul > li > ul > li,
    #rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li,
    #rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li,
    #rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li,
    #rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li,
    #rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li,
    #rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li,
    #rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li,
    #rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li {
        padding: 0px !important;
    }

    #rt-mainMenu:not(.menu-overlay) nav > ul > li .rt-dropdown-menu > li > a,
    #rt-mainMenu:not(.menu-overlay) nav > ul > li .rt-dropdown-menu > li > span,
    #rt-mainMenu:not(.menu-overlay) nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a {
        line-height: 30px;
        font-size: 15px;
        padding: 12px 0;
        display: block;
        color: #000;
    }


    #rt-mainMenu:not(.menu-overlay) nav > ul > li .rt-dropdown-menu > li > a:hover,
    #rt-mainMenu:not(.menu-overlay) nav > ul > li .rt-dropdown-menu > li > span:hover,
    #rt-mainMenu:not(.menu-overlay) nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a:hover {
        color: #FD406A;
    }

    #rt-mainMenu:not(.menu-overlay) nav > ul > li.mega-menu-item {
        position: relative
    }

    #rt-mainMenu:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content {
        padding: 0 0 0 15px
    }

    #rt-mainMenu:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content .mega-menu-title {
        padding-top: 12px;
        padding-bottom: 12px
    }

    #rt-mainMenu:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content > a,
    #rt-mainMenu:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content > span,
    #rt-mainMenu:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li > a {
        padding: 10px 0
    }

    #rt-mainMenu:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li:first-child > a {
        padding-top: 12px
    }

    #rt-mainMenu:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li:last-child > a {
        padding-bottom: 12px
    }

    #rt-mainMenu:not(.menu-overlay) nav > ul > li .rt-dropdown-submenu {
        position: relative
    }

    #rt-mainMenu:not(.menu-overlay) nav > ul > li .rt-dropdown-submenu:before {
        right: 0;
        top: 0;
        font-size: 16px
    }

    #rt-mainMenu:not(.menu-overlay) nav > ul li > .rt-dropdown-menu {
        border: 0;
        background-color: transparent;
        display: block
    }

    #rt-mainMenu:not(.menu-overlay) nav > ul li > .rt-dropdown-menu > .rt-dropdown-submenu {
        position: relative
    }

    #rt-mainMenu:not(.menu-overlay) nav > ul li > .rt-dropdown-menu > .rt-dropdown-submenu:before {
        right: 4px;
        transform: rotate(90deg);
        font-size: 12px
    }

    #rt-mainMenu:not(.menu-overlay) nav > ul li.hover-active > .rt-dropdown-menu {
        visibility: visible;
        opacity: 1;
        max-height: 3000px
    }

    #rt-mainMenu:not(.menu-overlay) nav > ul [class*=col-lg] {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        flex: 100%;
        padding: 0;
        margin: 0
    }

    #rt-mainMenu:not(.menu-overlay).menu-animate nav {
        opacity: 1;
        transform: translateY(0)
    }

    #rt-mainMenu:not(.menu-overlay).menu-sub-title nav > ul > li {
        line-height: unset !important
    }

    #rt-mainMenu:not(.menu-overlay).menu-sub-title nav > ul > li .rt-dropdown-submenu:before {
        top: 0
    }

    #rt-mainMenu:not(.menu-overlay).menu-rounded nav > ul > li.current > a,
    #rt-mainMenu:not(.menu-overlay).menu-rounded nav > ul > li:hover > a,
    #rt-mainMenu:not(.menu-overlay).menu-rounded nav > ul > li:focus > a {
        background-color: unset !important
    }

    #rt-mainMenu:not(.menu-overlay).menu-hover-background nav > ul > li.current,
    #rt-mainMenu:not(.menu-overlay).menu-hover-background nav > ul > li:hover,
    #rt-mainMenu:not(.menu-overlay).menu-hover-background nav > ul > li:focus {
        background-color: unset
    }

    #rt-mainMenu:not(.menu-overlay).menu-hover-background nav > ul > li.current > a,
    #rt-mainMenu:not(.menu-overlay).menu-hover-background nav > ul > li:hover > a,
    #rt-mainMenu:not(.menu-overlay).menu-hover-background nav > ul > li:focus > a {
        color: unset !important
    }

    #rt-mainMenu:not(.menu-overlay).menu-left nav {
        margin-left: 0
    }

    .rt-mainMenu-open #header #rt-mainMenu {
        /*width: calc(100% + 14px);*/
        display: block;
        opacity: 1;
        overflow-y: scroll
    }

    .rt-mainMenu-open #header .rt-header-inner,
    .rt-mainMenu-open #header #header-wrap {
        box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
        background-color: #fff !important
    }

    .rt-mainMenu-open.rt-dark #header .rt-header-inner,
    .rt-mainMenu-open.rt-dark #header #header-wrap,
    .rt-mainMenu-open #header:not(.rt-submenu-light).rt-dark .rt-header-inner,
    .rt-mainMenu-open #header:not(.rt-submenu-light).rt-dark #header-wrap {
        background-color: #181818 !important
    }

    .rt-mainMenu-open #dotsMenu {
        z-index: -1
    }

    #dotsMenu {
        right: 20px
    }

    #dotsMenu:before {
        background: 0 0
    }
}

@media(max-width:1024px) {
    .rt-mainMenu-open #header .logo [class*=logo-] {
        display: none
    }

    .rt-mainMenu-open #header .logo .logo-default {
        display: block
    }
}

@keyframes fade-in-out {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}



@media(max-width:1024px) {
    #header[data-transparent=true] + main {
        top: -120px;
        margin-bottom: -124px;
        position: relative
    }

    #header[data-transparent=true] + main > #page-title {
        padding: 220px 0 160px
    }

    #header[data-transparent=true] + .fullscreen {
        top: -80px;
        margin-bottom: -80px
    }
}

@media all and (max-width: 767px) {

    #rt-mainMenu:not(.menu-overlay) nav > ul > li .rt-dropdown-menu > li > a,
    #rt-mainMenu:not(.menu-overlay) nav > ul > li .rt-dropdown-menu > li > span,
    #rt-mainMenu:not(.menu-overlay) nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a {
        font-size: 14px;
    }
}

.col-lg-2-5 {
    width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.profile-content {
    width: 100%;
    padding: 0;
    position: relative
}

.profile-content .profile-image {
    background-position: 50% 20%;
    background-repeat: repeat-y;
    background-size: cover;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 67.6666%;
    z-index: 2;
    display: table
}

.profile-content .profile-image .profile-name {
    padding: 15px;
    position: absolute;
    width: 100%;
    bottom: 0
}

.profile-content .profile-image .profile-name h3 {
    color: #fff;
    font-size: 120px;
    opacity: .7;
    line-height: 1;
    text-shadow: 0 22px 25px rgba(0, 0, 0, .13)
}

.profile-content .profile-bio {
    float: right;
    height: auto;
    margin: 50px;
    overflow: hidden;
    padding: 0 0 0 100px;
    position: relative;
    right: 0;
    top: 0;
    width: 33.3333%;
    z-index: 1
}

.profile-content .profile-bio .profile-bio-footer {
    padding: 20px 0 0;
    width: 100%
}

@media(max-width:1024px) {
    .profile-content .profile-image {
        height: 300px;
        position: relative;
        width: 100%;
        display: table
    }

    .profile-content .profile-image .profile-name h3 {
        font-size: 40px;
        text-align: center
    }

    .profile-content .profile-bio {
        display: block;
        float: none;
        height: auto;
        margin: 15px auto;
        padding: 15px;
        width: 750px
    }
}

.morphext > .animated {
    display: inline-block;
    opacity: 1
}

.ohidden {
    position: relative;
    overflow: hidden !important
}

.play-button {
    position: relative;
    width: 90px;
    height: 90px;
    display: inline-block;
    border-width: 7px;
    border-style: solid;
    border-color: #fff;
    border-radius: 50%;
    transition: all .4s cubic-bezier(.19, 1, .22, 1) 0s
}

.play-button > i {
    font-size: 22px;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 2px;
    transform: translateY(-50%) translateX(-50%)
}

.play-button.rt-dark {
    border-color: #1f1f1f
}

.play-button.rt-dark > i {
    color: #1f1f1f
}

.play-button:hover {
    transform: scale(1.15);
    transition: all .4s cubic-bezier(.19, 1, .22, 1) 0s
}

.rt-lines-button {
    appearance: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: .3s;
    user-select: none;
    width: 16px;
    background: 0 0;
    outline: none
}

.rt-lines-button > * {
    display: block
}

.rt-lines-button:hover,
.rt-lines-button:focus {
    outline: none
}

.rt-lines-button::-moz-focus-inner {
    border: 0
}

.lines {
    display: inline-block;
    height: 1px;
    width: 20px;
    border-radius: 4px;
    transition: .3s;
    position: relative;
    top: 2px;
}

.lines::before,
.lines::after {
    display: inline-block;
    height: 1px;
    width: 20px;
    border-radius: 4px;
    transition: .3s;
    content: '';
    position: absolute;
    left: 0;
    transform-origin: 2.85714px center;
    width: 100%
}

.lines::before {
    top: 6px
}

.lines::after {
    top: -6px
}

.lines,
.lines:before,
.lines:after {
    background-color: #111
}

.toggle-active .lines {
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8)
}

.x {
    width: auto
}

.x.toggle-active .lines {
    background: 0 0 !important
}

.x.toggle-active .lines::before,
.x.toggle-active .lines::after {
    transform-origin: 50% 50%;
    top: 0;
    width: 26px
}

.x.toggle-active .lines::before {
    transform: rotate3d(0, 0, 1, 45deg)
}

.x.toggle-active .lines::after {
    transform: rotate3d(0, 0, 1, -45deg)
}

.toggle-item i {
    position: relative
}

.toggle-item i:nth-of-type(2) {
    visibility: hidden;
    position: absolute
}

.toggle-item.toggle-active i:nth-of-type(2) {
    visibility: visible;
    position: relative
}

.toggle-item.toggle-active i:nth-of-type(1) {
    visibility: hidden;
    position: absolute
}

.image-hover-zoom {
    position: relative;
    overflow: hidden;

}

.image-hover-zoom img {
    transition: all .4s ease;
    opacity: 1
}

.image-hover-zoom:hover img {
    opacity: .3
}

.vimeo_player_wrapper {
    z-index: -1 !important
}

.vimeo_player_wrapper ~ iframe {
    display: none
}

iframe {
    width: 100%
}

.block-shadow {
    -moz-box-shadow: 0 25px 75px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 25px 75px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 25px 75px 0 rgba(0, 0, 0, .2);
    margin-left: -100px
}

.portfolio-item .new-rt-rt-badge {

    background-position: 0 0;
    background-repeat: no-repeat;
    height: 61px;
    position: absolute;
    right: 12px;
    top: 3px;
    width: 55px;
    z-index: 100
}

.bar-rating {
    height: 23px;
    float: left;
    color: #ffc300
}

.image-left-offset {
    margin-left: -15px
}

.image-left-offset img {
    width: 100%;
    max-width: none;
    z-index: 1;
    position: relative;
    display: block
}

.image-right-offset {
    margin-right: -15px
}

.image-right-offset img {
    width: 100%;
    max-width: none;
    z-index: 1;
    position: relative;
    display: block
}

#external-events .fc-event {
    margin-bottom: 10px;
    cursor: grab
}

.fc-view,
.fc-view > table {
    z-index: 0 !important
}

.fc-toolbar .fc-button {
    font-size: 12px !important;
    padding: 4px 14px;
    height: 34px;
    /*font-family: poppins, sans-serif;*/
    background-color: #fff !important;
    border-color: #ebebeb !important;
    color: #4c5667 !important;
    text-shadow: none !important;
    background-image: unset !important;
    box-shadow: unset !important
}

.fc-toolbar .fc-button:hover,
.fc-toolbar .fc-button:focus,
.fc-toolbar .fc-button:active,
.fc-toolbar .fc-button.active {
    border-color: #ebedf2 !important;
    background-color: #f4f5f8 !important;
    color: #4c5667 !important
}

.fc-day-header {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.fc-day-header span {
    font-weight: 600
}

.fc-list-heading td {
    font-weight: 600
}

td.fc-today {
    border-style: none
}

.fc-event {
    padding: 4px 10px
}

.fc-event,
.fc-event:hover,
.fc-title,
.fc-more {
    color: #484848
}

.fc-popover .fc-header {
    padding: 6px 9px
}

.fc-event {
    background-color: #fff;
    border-width: 1px;
    border-color: #e6e8eb;
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
    border-left-width: 1px !important;
    padding: 5px 12px !important;
    border-radius: 4px !important;
    margin: 5px
}

.fc-event-dot {
    background-color: #181818
}

.fc-divider,
.fc-list-heading td,
.fc-popover .fc-header {
    background-color: #f7f9fb !important
}

.fc-toolbar h2 {
    font-size: 1.2em
}

.fc-event-primary.fc-event {
    background-color: #2250fc;
    border-color: #2250fc;
    color: #fff
}

.fc-event-primary.fc-event span {
    color: #fff
}

.fc-event-primary .fc-event-dot {
    background-color: #2250fc
}

.fc-event-secondary.fc-event {
    background-color: #5a6268;
    border-color: #5a6268;
    color: #fff
}

.fc-event-secondary.fc-event span {
    color: #fff
}

.fc-event-secondary .fc-event-dot {
    background-color: #2250fc
}

.fc-event-warning.fc-event {
    background-color: #ffb20e;
    border-color: #ffb20e;
    color: #fff
}

.fc-event-warning.fc-event span {
    color: #fff
}

.fc-event-warning .fc-event-dot {
    background-color: #ffb20e
}

.fc-event-danger.fc-event {
    background-color: #ce041c;
    border-color: #ce041c;
    color: #fff
}

.fc-event-danger.fc-event span {
    color: #fff
}

.fc-event-danger .fc-event-dot {
    background-color: #ce041c
}

.fc-event-info.fc-event {
    background-color: #53b0f8;
    border-color: #53b0f8;
    color: #fff
}

.fc-event-info.fc-event span {
    color: #fff
}

.fc-event-info .fc-event-dot {
    background-color: #53b0f8
}

.fc-event-success.fc-event {
    background-color: #81c868;
    border-color: #81c868;
    color: #fff
}

.fc-event-success.fc-event span {
    color: #fff
}

.fc-event-success .fc-event-dot {
    background-color: #81c868
}

.simple-rt-dropdown .title {
    line-height: inherit !important;
    letter-spacing: 1px;
    padding: 0;
    color: #1f1f1f
}

.simple-rt-dropdown .rt-dropdown-list {
    right: -10px;
    margin-top: -20px;
    left: auto;
    box-shadow: 0 -6px 16px rgba(0, 0, 0, .1);
    margin-top: -16px
}

.simple-rt-dropdown .rt-dropdown-list:before {
    content: " ";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    top: -9px;
    right: 14px;
    position: absolute
}

.p-rt-dropdown {
    float: left;
    font-size: 13px;
    font-weight: 400;
    position: relative
}

.p-rt-dropdown a:not(.btn) {
    color: #484848
}

.p-rt-dropdown .btn,
.p-rt-dropdown .title {
    padding-bottom: 10px;
    cursor: pointer;
    overflow: unset !important
}

.p-rt-dropdown .btn:before {
    top: 30px;
    right: 5px
}

.p-rt-dropdown .btn ~ .rt-dropdown-content {
    top: 42px
}

.p-rt-dropdown .p-rt-dropdown-content,
.p-rt-dropdown ul.p-rt-dropdown-content {
    line-height: normal;
    position: absolute;
    z-index: 5;
    text-align: left;
    opacity: 0;
    transition: all .3s ease;
    visibility: hidden;
    transform: translateY(8px);
    padding: 14px 20px;
    min-width: 100px;
    top: auto;
    width: min-content;
    right: 0;
    margin: 0;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #e6e8eb;
    box-shadow: 0 14px 20px rgba(0, 0, 0, .1)
}

.p-rt-dropdown .p-rt-dropdown-content hr,
.p-rt-dropdown ul.p-rt-dropdown-content hr {
    margin-left: -20px;
    margin-right: -20px
}

.p-rt-dropdown .p-rt-dropdown-content ul > li,
.p-rt-dropdown .p-rt-dropdown-content > li,
.p-rt-dropdown ul.p-rt-dropdown-content ul > li,
.p-rt-dropdown ul.p-rt-dropdown-content > li {
    display: block
}

.p-rt-dropdown .p-rt-dropdown-content ul > li:first-child label,
.p-rt-dropdown .p-rt-dropdown-content > li:first-child label,
.p-rt-dropdown ul.p-rt-dropdown-content ul > li:first-child label,
.p-rt-dropdown ul.p-rt-dropdown-content > li:first-child label {
    margin-top: 0
}

.p-rt-dropdown .p-rt-dropdown-content ul > li label,
.p-rt-dropdown .p-rt-dropdown-content > li label,
.p-rt-dropdown ul.p-rt-dropdown-content ul > li label,
.p-rt-dropdown ul.p-rt-dropdown-content > li label {
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 14px;
    margin-bottom: 0
}

.p-rt-dropdown .p-rt-dropdown-content ul > li a,
.p-rt-dropdown .p-rt-dropdown-content > li a,
.p-rt-dropdown ul.p-rt-dropdown-content ul > li a,
.p-rt-dropdown ul.p-rt-dropdown-content > li a {
    line-height: 26px;
    white-space: nowrap;
    display: block;
    padding: 2px 8px
}

.p-rt-dropdown .p-rt-dropdown-content ul > li a i,
.p-rt-dropdown .p-rt-dropdown-content > li a i,
.p-rt-dropdown ul.p-rt-dropdown-content ul > li a i,
.p-rt-dropdown ul.p-rt-dropdown-content > li a i {
    margin-right: 6px
}

.p-rt-dropdown.p-rt-dropdown-invert .p-rt-dropdown-content,
.p-rt-dropdown.p-rt-dropdown-invert ul.p-rt-dropdown-content {
    left: 0;
    right: auto
}

.p-rt-dropdown.p-rt-dropdown-invert .p-rt-dropdown-content:before,
.p-rt-dropdown.p-rt-dropdown-invert ul.p-rt-dropdown-content:before {
    content: " ";
    right: auto;
    left: 22px
}

.p-rt-dropdown:hover .title:before,
.p-rt-dropdown.rt-dropdown-active .title:before {
    opacity: 1;
    visibility: visible
}

.p-rt-dropdown:hover .p-rt-dropdown-content,
.p-rt-dropdown.rt-dropdown-active .p-rt-dropdown-content {
    opacity: 1;
    transform: scale(1);
    visibility: visible
}

.rt-badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.rt-badge-danger:focus,
a.rt-badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.rt-badge-danger.focus,
a.rt-badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.widget-form {
    min-width: 200px
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom-width: 0
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: 0
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #e6e8eb;
    border-bottom-width: 1px;
    border-left-width: 1px
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #e6e8eb;
    border-top: 0;
    background-color: #f7f9fb
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    border-top: 2px solid #e6e8eb;
    background-color: #f7f9fb
}

.table-bordered {
    border: 1px solid #e6e8eb
}

.dataTables_paginate,
.paging_simple_numbers .dataTables_info,
#datatable_paginate {
    margin-top: 20px
}

div.dataTables_wrapper div.dataTables_length select {
    min-width: 60px
}

.dataTables_wrapper .dataTable .group th,
.dataTables_wrapper .dataTable .group td {
    background-color: #f8f9fa
}

.dataTable input {
    width: 100%
}

.table th {
    font-weight: 500
}

.p-countdown .p-countdown-show {
    display: none
}



.no-margin {
    margin: 0 !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

.m-b-15 {
    margin-bottom: 15px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-b-25 {
    margin-bottom: 25px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.m-b-35 {
    margin-bottom: 35px !important
}

.m-b-40 {
    margin-bottom: 40px !important
}

.m-b-50 {
    margin-bottom: 50px !important
}

.m-b-60 {
    margin-bottom: 60px !important
}

.m-b-70 {
    margin-bottom: 70px !important
}

.m-b-80 {
    margin-bottom: 80px !important
}

.m-b-90 {
    margin-bottom: 90px !important
}

.m-b-100 {
    margin-bottom: 100px !important
}

.m-b-150 {
    margin-bottom: 150px !important
}

.m-b-200 {
    margin-bottom: 200px !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-t-5 {
    margin-top: 5px !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.m-t-25 {
    margin-top: 25px !important
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-35 {
    margin-top: 35px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-t-50 {
    margin-top: 50px !important
}

.m-t-60 {
    margin-top: 60px !important
}

.m-t-70 {
    margin-top: 70px !important
}

.m-t-80 {
    margin-top: 80px !important
}

.m-t-90 {
    margin-top: 90px !important
}

.m-t-100 {
    margin-top: 100px !important
}

.m-l-0 {
    margin-left: 0 !important
}

.m-l-5 {
    margin-left: 5px !important
}

.m-l-10 {
    margin-left: 10px !important
}

.m-l-15 {
    margin-left: 15px !important
}

.m-l-20 {
    margin-left: 20px !important
}

.m-l-25 {
    margin-left: 25px !important
}

.m-l-30 {
    margin-left: 30px !important
}

.m-l-35 {
    margin-left: 35px !important
}

.m-l-40 {
    margin-left: 40px !important
}

.m-l-50 {
    margin-left: 50px !important
}

.m-l-60 {
    margin-left: 60px !important
}

.m-l-70 {
    margin-left: 70px !important
}

.m-l-80 {
    margin-left: 80px !important
}

.m-l-90 {
    margin-left: 90px !important
}

.m-l-100 {
    margin-left: 100px !important
}

.m-r-0 {
    margin-right: 0 !important
}

.m-r-5 {
    margin-right: 5px !important
}

.m-r-10 {
    margin-right: 10px !important
}

.m-r-15 {
    margin-right: 15px !important
}

.m-r-20 {
    margin-right: 20px !important
}

.m-r-25 {
    margin-right: 25px !important
}

.m-r-30 {
    margin-right: 30px !important
}

.m-r-35 {
    margin-right: 35px !important
}

.m-r-40 {
    margin-right: 40px !important
}

.m-r-50 {
    margin-right: 50px !important
}

.m-r-60 {
    margin-right: 60px !important
}

.m-r-70 {
    margin-right: 70px !important
}

.m-r-80 {
    margin-right: 80px !important
}

.m-r-90 {
    margin-right: 90px !important
}

.m-r-100 {
    margin-right: 100px !important
}

.m-0 {
    margin: 0 !important
}

.m-5 {
    margin: 5px !important
}

.m-10 {
    margin: 10px !important
}

.m-15 {
    margin: 15px !important
}

.m-20 {
    margin: 20px !important
}

.m-25 {
    margin: 25px !important
}

.m-30 {
    margin: 30px !important
}

.m-35 {
    margin: 35px !important
}

.m-40 {
    margin: 40px !important
}

.m-50 {
    margin: 50px !important
}

.m-60 {
    margin: 60px !important
}

.m-70 {
    margin: 70px !important
}

.m-80 {
    margin: 80px !important
}

.m-90 {
    margin: 90px !important
}

.m-100 {
    margin: 100px !important
}


.lh80 {
    line-height: 80px !important
}

.line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 50px 0;
    border-top: 1px solid #e3e3e3
}



.space {
    width: 100%;
    display: block;
    clear: both;
    height: 60px;
    position: relative
}

@media(max-width:768px) {

    .text-md,
    .text-md span,
    .text-md span span {
        font-size: 46px !important;
        line-height: 58px !important
    }
}



a:not([href]):not([tabindex]):not(.btn) {
    color: #fff;
}

.btn {
    padding: 0px !important;
}


button.btn i,
.btn:not(.close):not(.mfp-close) i,
a.btn:not([href]):not([tabindex]) i {
    text-shadow: none
}

button.btn.btn-xs,
.btn:not(.close):not(.mfp-close).btn-xs,
a.btn:not([href]):not([tabindex]).btn-xs {
    font-size: 10px;
    height: 24px;
    line-height: 22px;
    padding: 0 10px
}

button.btn.btn-sm,
.btn:not(.close):not(.mfp-close).btn-sm,
a.btn:not([href]):not([tabindex]).btn-sm {
    font-size: 11px;
    height: 30px;
    line-height: 28px;
    padding: 0 14px
}

button.btn.btn-lg,
.btn:not(.close):not(.mfp-close).btn-lg,
a.btn:not([href]):not([tabindex]).btn-lg {
    font-size: 16px;
    height: 58px;
    letter-spacing: 2px;
    line-height: 56px;
    padding: 0 40px
}

button.btn:hover,
button.btn:focus,
button.btn:not(:disabled):not(.disabled):active,
button.btn:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close):hover,
.btn:not(.close):not(.mfp-close):focus,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]):hover,
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active {
    /*background-color: #0333e8;
    border-color: #0333e8;
    color: #fff;
    text-decoration: none*/
}

button.btn.btn-outline,
.btn:not(.close):not(.mfp-close).btn-outline,
a.btn:not([href]):not([tabindex]).btn-outline {
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    /*border-color: #2250fc;
    color: #f4492f;*/
}

button.btn.btn-outline:hover,
button.btn.btn-outline:focus,
button.btn.btn-outline:active,
button.btn.btn-outline.active,
.btn:not(.close):not(.mfp-close).btn-outline:hover,
.btn:not(.close):not(.mfp-close).btn-outline:focus,
.btn:not(.close):not(.mfp-close).btn-outline:active,
.btn:not(.close):not(.mfp-close).btn-outline.active,
a.btn:not([href]):not([tabindex]).btn-outline:hover,
a.btn:not([href]):not([tabindex]).btn-outline:focus,
a.btn:not([href]):not([tabindex]).btn-outline:active,
a.btn:not([href]):not([tabindex]).btn-outline.active {
    background-color: #2250fc;
    border-width: 2px;
    border-style: solid;
    border-color: #2250fc;
    color: #fff
}

button.btn.btn-rounded,
.btn:not(.close):not(.mfp-close).btn-rounded,
a.btn:not([href]):not([tabindex]).btn-rounded {
    border-radius: 2em !important
}

button.btn.btn-block,
.btn:not(.close):not(.mfp-close).btn-block,
a.btn:not([href]):not([tabindex]).btn-block {
    width: 100%;
    display: block
}

button.btn.btn-white,
button.btn.btn-light,
.btn:not(.close):not(.mfp-close).btn-white,
.btn:not(.close):not(.mfp-close).btn-light,
a.btn:not([href]):not([tabindex]).btn-white,
a.btn:not([href]):not([tabindex]).btn-light {
    background-color: #fff;
    border-color: #e6e8eb;
    color: #4c5667
}

button.btn.btn-white:hover,
button.btn.btn-white:focus,
button.btn.btn-white:active,
button.btn.btn-white.active,
button.btn.btn-light:hover,
button.btn.btn-light:focus,
button.btn.btn-light:active,
button.btn.btn-light.active,
.btn:not(.close):not(.mfp-close).btn-white:hover,
.btn:not(.close):not(.mfp-close).btn-white:focus,
.btn:not(.close):not(.mfp-close).btn-white:active,
.btn:not(.close):not(.mfp-close).btn-white.active,
.btn:not(.close):not(.mfp-close).btn-light:hover,
.btn:not(.close):not(.mfp-close).btn-light:focus,
.btn:not(.close):not(.mfp-close).btn-light:active,
.btn:not(.close):not(.mfp-close).btn-light.active,
a.btn:not([href]):not([tabindex]).btn-white:hover,
a.btn:not([href]):not([tabindex]).btn-white:focus,
a.btn:not([href]):not([tabindex]).btn-white:active,
a.btn:not([href]):not([tabindex]).btn-white.active,
a.btn:not([href]):not([tabindex]).btn-light:hover,
a.btn:not([href]):not([tabindex]).btn-light:focus,
a.btn:not([href]):not([tabindex]).btn-light:active,
a.btn:not([href]):not([tabindex]).btn-light.active {
    border-color: #e6e8eb;
    background-color: #f4f5f8;
    color: #4c5667
}

button.btn.btn-white.btn-outline,
button.btn.btn-light.btn-outline,
.btn:not(.close):not(.mfp-close).btn-white.btn-outline,
.btn:not(.close):not(.mfp-close).btn-light.btn-outline,
a.btn:not([href]):not([tabindex]).btn-white.btn-outline,
a.btn:not([href]):not([tabindex]).btn-light.btn-outline {
    border-color: #fff;
    background-color: transparent;
    color: #fff
}

button.btn.btn-white.btn-outline:hover,
button.btn.btn-white.btn-outline:focus,
button.btn.btn-white.btn-outline:active,
button.btn.btn-white.btn-outline.active,
button.btn.btn-light.btn-outline:hover,
button.btn.btn-light.btn-outline:focus,
button.btn.btn-light.btn-outline:active,
button.btn.btn-light.btn-outline.active,
.btn:not(.close):not(.mfp-close).btn-white.btn-outline:hover,
.btn:not(.close):not(.mfp-close).btn-white.btn-outline:focus,
.btn:not(.close):not(.mfp-close).btn-white.btn-outline:active,
.btn:not(.close):not(.mfp-close).btn-white.btn-outline.active,
.btn:not(.close):not(.mfp-close).btn-light.btn-outline:hover,
.btn:not(.close):not(.mfp-close).btn-light.btn-outline:focus,
.btn:not(.close):not(.mfp-close).btn-light.btn-outline:active,
.btn:not(.close):not(.mfp-close).btn-light.btn-outline.active,
a.btn:not([href]):not([tabindex]).btn-white.btn-outline:hover,
a.btn:not([href]):not([tabindex]).btn-white.btn-outline:focus,
a.btn:not([href]):not([tabindex]).btn-white.btn-outline:active,
a.btn:not([href]):not([tabindex]).btn-white.btn-outline.active,
a.btn:not([href]):not([tabindex]).btn-light.btn-outline:hover,
a.btn:not([href]):not([tabindex]).btn-light.btn-outline:focus,
a.btn:not([href]):not([tabindex]).btn-light.btn-outline:active,
a.btn:not([href]):not([tabindex]).btn-light.btn-outline.active {
    background-color: #fff;
    border-color: #fff;
    color: #4c5667
}

button.btn.btn-white.btn-white-hover:hover,
button.btn.btn-white.btn-white-hover:focus,
button.btn.btn-white.btn-white-hover:active,
button.btn.btn-white.btn-white-hover.active,
button.btn.btn-white.btn-light-hover:hover,
button.btn.btn-white.btn-light-hover:focus,
button.btn.btn-white.btn-light-hover:active,
button.btn.btn-white.btn-light-hover.active,
button.btn.btn-light.btn-white-hover:hover,
button.btn.btn-light.btn-white-hover:focus,
button.btn.btn-light.btn-white-hover:active,
button.btn.btn-light.btn-white-hover.active,
button.btn.btn-light.btn-light-hover:hover,
button.btn.btn-light.btn-light-hover:focus,
button.btn.btn-light.btn-light-hover:active,
button.btn.btn-light.btn-light-hover.active,
.btn:not(.close):not(.mfp-close).btn-white.btn-white-hover:hover,
.btn:not(.close):not(.mfp-close).btn-white.btn-white-hover:focus,
.btn:not(.close):not(.mfp-close).btn-white.btn-white-hover:active,
.btn:not(.close):not(.mfp-close).btn-white.btn-white-hover.active,
.btn:not(.close):not(.mfp-close).btn-white.btn-light-hover:hover,
.btn:not(.close):not(.mfp-close).btn-white.btn-light-hover:focus,
.btn:not(.close):not(.mfp-close).btn-white.btn-light-hover:active,
.btn:not(.close):not(.mfp-close).btn-white.btn-light-hover.active,
.btn:not(.close):not(.mfp-close).btn-light.btn-white-hover:hover,
.btn:not(.close):not(.mfp-close).btn-light.btn-white-hover:focus,
.btn:not(.close):not(.mfp-close).btn-light.btn-white-hover:active,
.btn:not(.close):not(.mfp-close).btn-light.btn-white-hover.active,
.btn:not(.close):not(.mfp-close).btn-light.btn-light-hover:hover,
.btn:not(.close):not(.mfp-close).btn-light.btn-light-hover:focus,
.btn:not(.close):not(.mfp-close).btn-light.btn-light-hover:active,
.btn:not(.close):not(.mfp-close).btn-light.btn-light-hover.active,
a.btn:not([href]):not([tabindex]).btn-white.btn-white-hover:hover,
a.btn:not([href]):not([tabindex]).btn-white.btn-white-hover:focus,
a.btn:not([href]):not([tabindex]).btn-white.btn-white-hover:active,
a.btn:not([href]):not([tabindex]).btn-white.btn-white-hover.active,
a.btn:not([href]):not([tabindex]).btn-white.btn-light-hover:hover,
a.btn:not([href]):not([tabindex]).btn-white.btn-light-hover:focus,
a.btn:not([href]):not([tabindex]).btn-white.btn-light-hover:active,
a.btn:not([href]):not([tabindex]).btn-white.btn-light-hover.active,
a.btn:not([href]):not([tabindex]).btn-light.btn-white-hover:hover,
a.btn:not([href]):not([tabindex]).btn-light.btn-white-hover:focus,
a.btn:not([href]):not([tabindex]).btn-light.btn-white-hover:active,
a.btn:not([href]):not([tabindex]).btn-light.btn-white-hover.active,
a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:hover,
a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:focus,
a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:active,
a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover.active {
    background-color: #fff;
    border-color: #ebebeb;
    color: #4c5667
}

button.btn:not(.btn-shadow):focus,
button.btn:not(.btn-shadow):focus:active,
.btn:not(.close):not(.mfp-close):not(.btn-shadow):focus,
.btn:not(.close):not(.mfp-close):not(.btn-shadow):focus:active,
a.btn:not([href]):not([tabindex]):not(.btn-shadow):focus,
a.btn:not([href]):not([tabindex]):not(.btn-shadow):focus:active {
    box-shadow: none !important
}

button.btn.btn-info,
.btn:not(.close):not(.mfp-close).btn-info,
a.btn:not([href]):not([tabindex]).btn-info {
    background-color: #53b0f8;
    border-color: #53b0f8
}

button.btn.btn-info:hover,
button.btn.btn-info:focus,
button.btn.btn-info:not(:disabled):not(.disabled):active,
button.btn.btn-info:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close).btn-info:hover,
.btn:not(.close):not(.mfp-close).btn-info:focus,
.btn:not(.close):not(.mfp-close).btn-info:not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close).btn-info:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-info:hover,
a.btn:not([href]):not([tabindex]).btn-info:focus,
a.btn:not([href]):not([tabindex]).btn-info:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-info:not(:disabled):not(.disabled).active {
    background-color: #2299f6;
    border-color: #2299f6;
    color: #fff
}


button.btn.btn-round,
.btn:not(.close):not(.mfp-close).btn-round,
a.btn:not([href]):not([tabindex]).btn-round {
    border-radius: 50%;
    padding: 0 10px !important;
    height: 36px !important;
    line-height: 36px !important
}

button.btn.btn-round > i,
.btn:not(.close):not(.mfp-close).btn-round > i,
a.btn:not([href]):not([tabindex]).btn-round > i {
    font-size: 14px
}


button.btn.btn-shadow:hover,
button.btn.btn-shadow:focus,
button.btn.btn-shadow:not(:disabled):not(.disabled):active,
button.btn.btn-shadow:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close).btn-shadow:hover,
.btn:not(.close):not(.mfp-close).btn-shadow:focus,
.btn:not(.close):not(.mfp-close).btn-shadow:not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close).btn-shadow:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-shadow:hover,
a.btn:not([href]):not([tabindex]).btn-shadow:focus,
a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled).active {
    -webkit-box-shadow: 4px 8px 16px #dedede;
    -moz-box-shadow: 4px 8px 16px #dedede;
    box-shadow: 4px 8px 16px #dedede
}



.heading-creative {
    font-size: 62px;
    font-weight: 100;
    position: relative;
    text-align: left;
    width: 100%
}

.heading-creative strong {
    color: #f4492f;
}

#header:not([data-transparent=true]).rt-dark .heading-creative {
    color: #eee
}

ul.nav li.rt-dropdown:hover > ul.rt-dropdown-menu {
    display: block
}

/* NEW MEGA MENU CSS END */

/* STYLE NAV START */
#rt-main-toggle-menu,
.responsive-menu-wrap {
    display: none;
}

.mobile-menu-icon {
    position: fixed;
    float: right;
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #000;
    -webkit-transition: left 0.3s ease-in, background 0.3s ease-in;
    -moz-transition: left 0.3s ease-in, background 0.3s ease-in;
    transition: left 0.3s ease-in, background 0.3s ease-in;
    z-index: 1000;
}

.rt-mobile-menu-toggle {
    -webkit-transition: left 0.3s ease-in;
    -moz-transition: left 0.3s ease-in;
    transition: left 0.3s ease-in;
    left: 0;
}

.rt-dashboard-push-left .rt-mobile-menu-toggle {
    left: 0;
}

.mobile-menu-icon {
    font-size: 24px;
}

.minimal-logo-overlay,
.minimal-menu-overlay,
.rt-menu-overlay {
    position: fixed;
    right: 0;
    top: 0;
    float: left;
    z-index: 99;
    width: 50%;
    height: 100%;
    display: none;
}

body:not(.mobile-mode-active) .rt-mobile-menu-outer:after {
    content: " ";
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
    float: left;
    z-index: 98;
    width: 0%;
    height: 100%;
    display: block;
    background-color: transparent;
}

.rt-mobile-menu-outer:after {
    width: 0%;
}

.rt-menu-overlay {
    height: 100%;
    width: 0%;
}

body:not(.mobile-mode-active) .rt-mobile-menu .rt-dashboard-columns {
    margin: 0;
}

body .rt-mobile-menu-outer,
body .minimal-logo-overlay,
body .rt-menu-overlay {
    -webkit-transition: width 0.3s ease-in;
    -moz-transition: width 0.3s ease-in;
    transition: width 0.3s ease-in;
}

body .rt-mobile-menu-outer:after {
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.menu-is-onscreen .rt-mobile-menu-outer,
.menu-is-onscreen:not(.mobile-mode-active) .minimal-logo-overlay {
    width: 580px;
}

.menu-is-onscreen .rt-menu-overlay {
    width: 33.5%;
}

.menu-is-onscreen:not(.mobile-mode-active) .rt-mobile-menu-outer:after {
    width: 100%;
    opacity: 1;
}

.menu-is-onscreen:not(.mobile-mode-active).menu-is-closing .rt-mobile-menu-outer:after {
    opacity: 0;
}

.menu-is-onscreen:not(.mobile-mode-active) .minimal-logo-overlay {
    opacity: 1;
}

.minimal-logo:not(.mobile-mode-active) .rt-mobile-menu {
    width: 100%;
    left: 0;
    right: auto;
    top: 0;
}

.menu-is-onscreen:not(.mobile-mode-active) .minimal-logo-overlay {
    width: 600px;
    left: 0;
    right: auto;
    top: 0;
}

.minimal-logo-overlay {
    display: block;
}

.menu-is-onscreen .minimal-logo:not(.mobile-mode-active) .minimal-logo-overlay {
    left: 0;
    width: 610px;
}

.menu-is-closing .rt-mobile-menu-toggle,
.menu-is-onscreen .rt-mobile-menu-toggle {
    background: none;
}

.minimal-menu-overlay,
.minimal-logo-overlay,
.rt-menu-overlay {
    /*background: url(//sonpati.xyz/wp-content/themes/uvo/assets/images/glow-pattern.png) no-repeat right bottom #030315;*/
    background: #030315;
}

.rt-menu-bg {
    height: 100%;
    display: block;
}

.simple-menu,
.theme-is-light .simple-menu {
    background: rgba(55, 55, 55, 1);
}

.rt-mobile-menu,
.theme-is-light .rt-mobile-menu {
    width: 100%;
}

.header-is-simple .rt-mobile-menu {
    right: 0;
    top: 0;
}

.simple-menu.menu-push-onscreen,
.rt-mobile-menu.menu-push-onscreen {
    visibility: visible;
    opacity: 1;
    right: -20px;
    -webkit-transition: right 1s, opacity 1s;
    transition: right 1s, opacity 1s;
}

.display-menu-item-image {
    border-radius: 100%;
    position: absolute;
    left: -79px;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -28px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: height 300ms ease-out, width 300ms ease-out, border 300ms ease-out, opacity 0.8s, transform 0.5s;
    -moz-transition: height 300ms ease-out, width 300ms ease-out, border 300ms ease-out, opacity 0.8s, transform 0.5s;
    -ms-transition: height 300ms ease-out, width 300ms ease-out, border 300ms ease-out, opacity 0.8s, transform 0.5s;
    transition: height 300ms ease-out, width 300ms ease-out, border 300ms ease-out, opacity 0.8s, transform 0.5s;
    border: 5px solid rgba(255, 255, 255, 0.15);
}

.menu-item small {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 4px;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    display: block;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.rt-tree-open.menu-item small {
    opacity: 0;
}

ul.rt-tree {
    margin-left: 0;
    padding: 18px 35px;
}

ul.rt-tree ul {
    margin-left: 1em;
}

ul.rt-tree li {
    list-style: none;
    position: relative;
}

ul.rt-tree a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.25px;
    text-decoration: none;
}

ul.rt-tree ul li a {
    display: block;
    font-size: 12px;
    letter-spacing: -0.25px;
    text-decoration: none;
}

ul.rt-tree a {
    -webkit-transition: color 300ms ease-out, border-color 300ms ease-out;
    -moz-transition: color 300ms ease-out, border-color 300ms ease-out;
    -ms-transition: color 300ms ease-out, border-color 300ms ease-out;
    -o-transition: color 300ms ease-out, border-color 300ms ease-out;
    transition: color 300ms ease-out, border-color 300ms ease-out;
    text-decoration: none;
}

ul.rt-tree ul {
    margin-left: 0;
}

ul.rt-tree li.rt-tree-node {
    position: relative;
}

ul.rt-tree li.rt-tree-node > a:after {
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    position: absolute;
    right: 0;
    top: 50%;
    font-family: "themify";
}

ul.rt-tree ul.sub-menu li:last-child {
    padding-bottom: 28px;
}

ul.rt-tree li.rt-tree-open > a:after {
    content: "\e64b";
    -webkit-transform: translateY(0) rotate(180deg);
    transform: translateY(0) rotate(180deg);
    right: 3px;
}

ul.rt-tree li {
    padding-bottom: 0;
    opacity: 0;
    -webkit-transition: bottom 0.5s, opacity 1s, padding-bottom 0.3s;
    -moz-transition: bottom 0.5s, opacity 1s, padding-bottom 0.3s;
    -ms-transition: bottom 0.5s, opacity 1s, padding-bottom 0.3s;
    -o-transition: bottom 0.5s, opacity 1s, padding-bottom 0.3s;
    transition: bottom 0.5s, opacity 1s, padding-bottom 0.3s;
    position: relative;
    bottom: 0;
}

.vertical-menu ul.rt-tree li {
    opacity: 1;
}

ul.rt-tree > li {
    bottom: -5px;
}

ul.rt-tree > li::before {
    position: absolute;
    content: " ";
    width: 7px;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    left: -22px;
    top: 23px;
    border-radius: 100%;
    opacity: 0.3;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

ul.rt-tree > li.rt-tree-open::before {
    opacity: 1;
}

ul.rt-tree li.rt-tree-closed > a:after {
    content: "\e649";
    font-family: 'themify';
}

ul.rt-tree li > a:after {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

ul.rt-tree ul > li:first-child {
    margin-top: 1px;
}

ul.rt-tree li > a:hover {
    color: #fff;
}

.rt-mobile-menu ul.rt-tree ul > li ul li a {
    padding-left: 20px !important;
    font-size: 14px !important;
    line-height: 24px !important;
}

ul.rt-tree a {
    padding: 5px 0px 5px 0;
    color: #fff;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.05);*/
}

ul.rt-tree a:hover {
    color: #fff;
}

ul.rt-tree ul.sub-menu {
    display: none;
}

.vertical-menu nav,
.simple-menu nav,
.rt-mobile-menu nav,
.header-is-simple .rt-mobile-menu nav {
    text-align: left;
}

.simple-menu ul.rt-tree,
.header-is-simple .rt-mobile-menu ul.rt-tree,
.mobile-social-header .social-header-wrap {
    width: 360px;
    margin: 0;
    margin-top: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rt-mobile-menu ul.rt-tree {
    width: auto;
    max-width: 290px;
    margin: 0 auto;
}

.simple-menu ul.rt-tree a,
.rt-mobile-menu ul.rt-tree a {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 2px;
    font-weight: 400;
    padding: 12px 0;
    position: relative;
}

.simple-menu ul.rt-tree .sub-menu a,
.rt-mobile-menu ul.rt-tree .sub-menu a {
    padding: 6px 0;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1.6px;
    color: #D9D8E1;
}

.simple-menu ul.rt-tree .sub-menu .sub-menu a,
.header-is-simple .rt-mobile-menu ul.rt-tree .sub-menu .sub-menu a {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.vertical-menu ul.rt-tree ul.sub-menu,
.simple-menu ul.rt-tree ul.sub-menu,
.rt-mobile-menu ul.rt-tree ul.sub-menu,
.header-is-simple .rt-mobile-menu ul.rt-tree ul.sub-menu {
    margin: 0;
}

.simple-menu ul.rt-tree li.rt-tree-node > a::after,
.rt-mobile-menu ul.rt-tree li.rt-tree-node > a::after,
.header-is-simple ul.rt-tree li.rt-tree-node > a::after {
    top: 23px;
    line-height: 0;
}

.rt-mobile-menu ul.rt-tree a {
    padding: 14px 0;
    position: relative;
    color: #ffffff !important;
}

.simple-menu ul.rt-tree li li.rt-tree-node > a::after,
.rt-mobile-menu ul.rt-tree li li.rt-tree-node > a::after,
.header-is-simple ul.rt-tree li li.rt-tree-node > a::after {
    top: 22px;
}

.theme-is-light .simple-menu ul.rt-tree a {
    color: #000;
}

.theme-is-light .rt-mobile-menu .simple-menu ul.rt-tree a {
    color: #000;
}

.theme-is-light .simple-menu ul.rt-tree li li a {
    color: #fff;
}

.theme-is-light .rt-mobile-menu ul.rt-tree a,
.header-is-simple.theme-is-light .rt-mobile-menu ul.rt-tree a {
    color: rgba(255, 255, 255, 0.9);
}

.theme-is-light .rt-mobile-menu ul.rt-tree li li a,
.header-is-simple.theme-is-light .rt-mobile-menu ul.rt-tree li li a {
    color: rgba(255, 255, 255, 0.9);
}

.theme-is-light .rt-mobile-menu ul.rt-tree li li a:hover,
.header-is-simple.theme-is-light .rt-mobile-menu ul.rt-tree li li a:hover,
.theme-is-light .rt-mobile-menu ul.rt-tree li > a:hover,
.theme-is-light .rt-mobile-menu ul.rt-tree a:hover {
    color: rgba(255, 255, 255, 1);
}

.rt-mobile-menu,
.simple-menu {
    padding-top: 0;
}

.simple-menu,
.rt-mobile-menu {
    background: #fff;
    color: #000;
    width: 35%;
    position: fixed;
    right: -20px;
    top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    float: left;
    z-index: 1001;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: right 0.5s, opacity 0.5s, visibility 0.5s;
    transition: right 0.5s, opacity 0.5s, visibility 0.5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rt-mobile-menu-outer {
    width: 590px;
    position: fixed;
    left: 0;
    top: 0;
    float: left;
    z-index: 1001;
    overflow: hidden;
    height: 0%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.minimal-logo:not(.mobile-mode-active) .rt-mobile-menu {
    position: absolute;
}

.rt-mobile-menu {
    color: #fff;
    background: none;
}

.rt-mobile-menu-inner-wrap {
    margin: 0 auto;
    padding: 110px 0;
}

.rt-mobile-menu ul.rt-tree {
    padding: 0;
}

/**
 * Toggle Menu
 */

#toggle-menu {
    display: block;
}

.minimal-menu .social-sharing-toggle {
    right: 50px;
}

.minimal-menu.minimal-menu-fadein .social-sharing-toggle,
.minimal-menu.minimal-menu-fadein .social-header-wrap,
.minimal-menu.minimal-menu-fadein .homemenu {
    -webkit-animation: minimalmenu-fadein 1s;
    -moz-animation: minimalmenu-fadein 1s;
    -ms-animation: minimalmenu-fadein 1s;
    -o-animation: minimalmenu-fadein 1s;
    animation: minimalmenu-fadein 1s;
    opacity: 1;
}

@keyframes minimalmenu-fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes minimalmenu-fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes minimalmenu-fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes minimalmenu-fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.minimal-menu.minimal-menu-fadeout .social-sharing-toggle,
.minimal-menu.minimal-menu-fadeout .social-header-wrap,
.minimal-menu.minimal-menu-fadeout .homemenu {
    -webkit-animation: minimalmenu-fadeout 1s;
    -moz-animation: minimalmenu-fadeout 1s;
    -ms-animation: minimalmenu-fadeout 1s;
    -o-animation: minimalmenu-fadeout 1s;
    animation: minimalmenu-fadeout 1s;
    opacity: 0;
}

@keyframes minimalmenu-fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-moz-keyframes minimalmenu-fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes minimalmenu-fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-o-keyframes minimalmenu-fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.toggle-menu-trigger {
    position: absolute;
    top: 35px;
    left: 35px;
    display: block;
    width: 25px;
    height: 50px;
    cursor: pointer;
    z-index: 130;
}

.sticky-menu-on .toggle-menu-trigger {
    display: none;
}

.toggle-menu-trigger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    margin-top: -3px;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
}

.toggle-menu-open .toggle-menu-trigger span,
.fullscreen-slide-dark .toggle-menu-open .toggle-menu-trigger span,
.fullscreen-slide-light .toggle-menu-open .toggle-menu-trigger span {
    background-color: transparent;
}

.toggle-menu-trigger span:before,
.toggle-menu-trigger span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
}

.toggle-menu-trigger span:before,
.toggle-menu-trigger span:after,
.toggle-menu-open .toggle-menu-trigger span:before,
.toggle-menu-open .toggle-menu-trigger span:after,
.toggle-menu-trigger span {
    background: #000;
}

.toggle-menu-trigger span:before {
    -webkit-transform: translateY(-350%);
    transform: translateY(-350%);
}

.toggle-menu-trigger span:after {
    -webkit-transform: translateY(350%);
    transform: translateY(350%);
}

.toggle-menu-open .toggle-menu-trigger span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.toggle-menu-open .toggle-menu-trigger span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

/* Mobile Menu */

#simple-toggle-menu .rt-main-toggle-menu-trigger {
    left: 32px;
}

nav#rt-main-toggle-menu {
    position: fixed !important;
    right: 55px !important;
    top: 25px !important;
    z-index: 999;
    transition: .4s cubic-bezier(.48, .57, .33, .89) !important;
}

/*nav#rt-main-toggle-menu {
    position: absolute;
    right: 0;
    top: -25px;
    transition: .4s cubic-bezier(.48, .57, .33, .89) !important;
}*/

.rt-main-toggle-menu-trigger {
    position: relative;
    top: 20px;
    right: 0;
    display: block;
    width: 28px;
    height: 40px;
    cursor: pointer;
    float: right;
    z-index: 1010;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
    margin: 0;
}

#minimal-toggle-menu .rt-main-toggle-menu-trigger {
    top: 144px;
    left: 50px;
}

.top-header-present #minimal-toggle-menu .rt-main-toggle-menu-trigger {
    top: 59px;
}

.menu-is-onscreen #minimal-toggle-menu .rt-main-toggle-menu-trigger {
    top: 14px;
}

.sticky-menu-on #minimal-toggle-menu .rt-main-toggle-menu-trigger {
    top: 14px;
}

.rt-main-toggle-menu-trigger span {
    position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    width: 100%;
    height: 2px;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
}

.rt-main-toggle-menu-open .rt-main-toggle-menu-trigger span,
.fullscreen-slide-dark .rt-main-toggle-menu-open .rt-main-toggle-menu-trigger span,
.fullscreen-slide-light .rt-main-toggle-menu-open .rt-main-toggle-menu-trigger span {
    background-color: transparent;
}

.rt-main-toggle-menu-trigger span:before,
.rt-main-toggle-menu-trigger span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
}

.rt-main-toggle-menu-trigger span:before,
.rt-main-toggle-menu-trigger span:after,
.rt-main-toggle-menu-trigger span,
.rt-main-toggle-menu-open .rt-main-toggle-menu-trigger span:before,
.rt-main-toggle-menu-open .rt-main-toggle-menu-trigger span:after {
    background: #000;
}

.minimal-logo:not(.mobile-mode-active).fullscreen-header-dark:not(.menu-is-onscreen) .rt-main-toggle-menu-open .rt-main-toggle-menu-trigger span {
    background: transparent;
}

.rt-main-toggle-menu-trigger span:before,
.rt-main-toggle-menu-trigger span:after,
.rt-main-toggle-menu-trigger span,
.rt-main-toggle-menu-open .rt-main-toggle-menu-trigger span:before,
.rt-main-toggle-menu-open .rt-main-toggle-menu-trigger span:after {
    background: #c5c3c3;
}

.rt-main-toggle-menu-open .rt-main-toggle-menu-trigger span {
    background: transparent !important;
}

.menu-is-onscreen .rt-main-toggle-menu-open .rt-main-toggle-menu-trigger span {
    background: transparent;
}

.rt-main-toggle-menu-trigger span:before {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

.rt-main-toggle-menu-trigger span:after {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
}

.rt-main-toggle-menu-open .rt-main-toggle-menu-trigger span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.rt-main-toggle-menu-open .rt-main-toggle-menu-trigger span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

.rt-mobile-menu .rt-dashboard-columns {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    float: right;
}

.rt-mobile-menu ul.rt-tree {
    margin-bottom: 48px;
}

.toggle-main-menu:not(.mobile-mode-active) .rt-menu-overlay,
.toggle-main-menu:not(.mobile-mode-active) #rt-main-toggle-menu,
.toggle-main-menu:not(.mobile-mode-active) .rt-main-toggle-menu-trigger {
    display: block;
}

.toggle-main-menu:not(.mobile-mode-active) .rt-main-toggle-menu-trigger {
    position: absolute;
    right: 25px;
    top: 14px;
    left: auto;
}

.vertical-menu ul.rt-tree ul.sub-menu li:last-child a {
    border: 0;
}

.vertical-menu ul.rt-tree .sub-menu li.rt-tree-node > a::after {
    top: 13px;
}

.vertical-menu ul.rt-tree li > a:hover,
.vertical-menu ul.rt-tree a:hover {
    color: #fff;
}

.vertical-menu ul.rt-tree a {
    color: rgba(255, 255, 255, 0.8);
}

.vertical-menu ul.rt-tree .sub-menu .sub-menu a {
    color: rgba(255, 255, 255, 0.5);
}

.vertical-menu ul.rt-tree li.rt-tree-open > a {
    color: rgba(255, 255, 255, 1);
}

.rt-mobile-menu .vertical-menu ul.rt-tree a {
    color: rgba(255, 255, 255, 0.5);
}

.vertical-menu ul.rt-tree li li a {
    color: rgba(255, 255, 255, 0.5);
}

.vertical-menu ul.rt-tree > li::before {
    height: 1px;
    left: -22px;
    top: 16px;
}

.vertical-menu ul.rt-tree a {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1.5px;
    font-weight: 400;
    padding: 10px 0;
    position: relative;
}

.vertical-menu ul.rt-tree ul.sub-menu {
    margin: 0;
}

.vertical-menu ul.rt-tree .sub-menu a {
    padding: 6px 0;
}

.vertical-menu ul.rt-tree ul.sub-menu a {
    padding: 7px 0;
}

.vertical-menu ul.rt-tree li li.rt-tree-node > a::after {
    top: 18px;
}

.vertical-menu-wrap ul.rt-tree {
    padding: 0 55px 40px 40px;
}

.vertical-menu ul.rt-tree li.rt-tree-node > a::after {
    top: 16px;
    line-height: 0;
}

.vertical-menu-wrap ul.rt-tree li > a:after {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transform-origin: center center;
}


.rt-menu-btm-area {
    position: relative;
    bottom: 20px;
    left: 0;
    right: 0;
    width: auto;
    max-width: 318px;
    margin: 0 auto;
}

.rt-menu-logo {
    margin-bottom: 28px;
    width: 100%;
}

.rt-menu-logo img {
    width: 30%;
}

.rt-menu-text {
    margin-bottom: 28px;
    font-size: 18px;
}


.rt-social-link {
    margin: 0;
    padding: 0;
}

.rt-social-link ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.rt-social-link ul li {
    float: left;
    padding-right: 10px;
}

.rt-social-link ul li i {
    color: #fff;
}


/*============================= XTRA =============================*/

.menu-detail-box {
    display: hidden;
    visibility: hidden;
}

/*============================= Book an Appointment Starts =============================*/

/*.rt-book-appointment {
  margin: 0 auto;
  max-width: 1000px;
}*/
body .rt-book-appointment .ea-bootstrap {
    margin: 0 auto;
}

.rt-book-appointment .ea-bootstrap #booking-overview .value {
    font-weight: 500;
    font-size: 17px;
}

.rt-book-appointment .ea-bootstrap #booking-overview .ea-label {
    padding: 5px;
    font-size: 17px;
}

.rt-book-appointment .ea-actions-group {
    padding: 0;
}

.rt-book-appointment .ea-bootstrap .final h3 {
    color: #333333 !important;
    font-size: 25px !important;
    line-height: 35px !important;
    /*font-family: "Jost Medium", Sans-serif !important;*/
    margin: 0 !important;
    text-transform: capitalize;
}

.rt-book-appointment .ui-datepicker {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15) !important;
    overflow: hidden !important;
    padding: 30px !important;
}

.rt-book-appointment .ui-datepicker .ui-datepicker-calendar td a {
    font-size: 15px !important;
    /*font-family: "Jost Regular", Sans-serif !important;*/
}

.rt-book-appointment .ea-bootstrap .disabled {
    margin-top: 55px !important;
}

.rt-book-appointment .ea-bootstrap .disabled .block {
    opacity: inherit !important;
    background: none !important;
    position: relative !important;
}

.rt-book-appointment .ea-bootstrap .well-lg {
    border-radius: 0px !important;
    border: none !important;
}

.rt-book-appointment .ea-bootstrap .time-value {
    border: 1px solid #e1e1e1 !important;
}

.rt-book-appointment .ui-datepicker .ui-datepicker-calendar td {
    border-radius: 0px !important;
}

.rt-book-appointment .ea-bootstrap small {
    color: #696D76 !important;
    /*font-family: "Jost Regular", Sans-serif !important;*/
    font-weight: 400 !important;
    line-height: 30px !important;
    font-size: 14px !important;
    width: 100% !important;
    /*overflow: hidden !important;*/
    float: left !important;
    margin-bottom: 20px;
}

.rt-book-appointment .ea-bootstrap label {
    color: #696D76 !important;
    /*font-family: "Jost Regular", Sans-serif !important;*/
    font-weight: 400 !important;
    line-height: 30px !important;
    font-size: 18px !important;
}

.rt-book-appointment .ea-bootstrap input.form-control {
    height: 59px !important;
    background-color: #fafafa !important;
    border: none !important;
    border-radius: 0px !important;
    width: 100% !important;
    font-size: 16px !important;
    line-height: 28px !important;
    color: #7e7e7e !important;
    /*font-family: "Jost Regular", Sans-serif !important;*/
    padding: 0 25px !important;
    box-shadow: none !important;
}

.rt-book-appointment .ea-bootstrap textarea.form-control {
    height: 120px !important;
    resize: none !important;
    background-color: #fafafa !important;
    border: none !important;
    border-radius: 0px !important;
    width: 100% !important;
    font-size: 16px !important;
    line-height: 28px !important;
    color: #7e7e7e !important;
    /*font-family: "Jost Regular", Sans-serif !important;*/
    padding: 0 25px !important;
    box-shadow: none !important;

}

.rt-book-appointment .ea-bootstrap .form-horizontal .form-group {
    overflow: hidden !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.rt-book-appointment .ea-bootstrap .form-group select {
    height: 59px !important;
    background-color: #fafafa !important;
    border: none !important;
    border-radius: 0px !important;
    width: 100% !important;
    font-size: 16px !important;
    line-height: 28px !important;
    color: #7e7e7e !important;
    /*font-family: "Jost Regular", Sans-serif !important;*/
    padding: 0 25px !important;
    box-shadow: none !important;
}

.rt-book-appointment .ea-bootstrap.ea-bootstrap .selected-time,
.rt-book-appointment .ea-bootstrap.ea-bootstrap .selected-time:hover {
    background-color: #EF576C !important;
}

.rt-book-appointment .ui-datepicker .ui-datepicker-current-day {
    background-color: #3498DB !important;
}


.rt-book-appointment .ui-datepicker .ui-state-disabled {
    font-weight: 400 !important;
    font-size: 18px !important;
}

.rt-book-appointment .ui-datepicker .ui-datepicker-next {
    font-size: 18px !important;
}

.rt-book-appointment .ui-datepicker .ui-datepicker-title {
    color: #696D76 !important;
    /*font-family: "Jost Regular", Sans-serif !important;*/
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    margin-bottom: 30px;
}

.rt-book-appointment .ea-bootstrap table.ui-datepicker-calendar {
    float: left !important;
    color: #696D76 !important;
    /*font-family: "Jost Regular", Sans-serif !important;*/
    font-weight: 400 !important;
    font-size: 15px !important;
    margin: 0 !important;
}

.rt-book-appointment .ea-bootstrap #booking-overview table {
    color: #696D76 !important;
    /*font-family: "Jost Regular", Sans-serif !important;*/
    font-weight: 400 !important;
    font-size: 18px !important;
}

.rt-book-appointment .ea-bootstrap #booking-overview {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.rt-book-appointment .ea-bootstrap .booking-button {
    /*font-family: "Jost Medium", Sans-serif !important;*/
    font-size: 17px !important;
    line-height: 27px !important;
    color: #FFFFFF !important;
    padding: 12px 33px 12px 33px !important;
    background-color: #EF576C !important;
    border: none !important;
}

.rt-book-appointment .ea-bootstrap .ea-cancel {
    /*font-family: "Jost Medium", Sans-serif !important;*/
    font-size: 17px !important;
    line-height: 27px !important;
    color: #333333 !important;
    padding: 12px 33px 12px 33px !important;
    background-color: #fff !important;
    border: 1px solid #EF576C !important;
}

.rt-book-appointment .ea-actions-group {
    margin-top: 30px !important;
    display: inline-block !important;
}

.rt-book-appointment .ea-bootstrap .ea-actions-group button {
    margin-left: 0 !important;
    margin-right: 10px !important;
}


@media only screen and (max-width : 767px) {
    .rt-book-appointment .ea-bootstrap .final h3 {
        text-align: center !important;
    }

    .rt-book-appointment .ea-bootstrap small {
        text-align: center !important;
    }

    .rt-book-appointment .ea-actions-group {
        display: inline-flex !important;
    }
}



/*============================= Book an Appointment Ends =============================

/* STYLE NAV END */

/* MEGA MENU RESPONSIVE START */
#rt-main-toggle-menu,
.minimal-menu-overlay,
.rt-menu-overlay,
.rt-menu-wrap {
    display: block;
}

.menu-is-vertical {
    top: 0;
}

.responsive-titles {
    display: block;
}


@media only screen and (max-width : 767px) {
    .menu-is-onscreen .rt-menu-overlay {
        width: 100%;
    }

    .rt-main-toggle-menu-trigger {
        display: none;
    }

    #rt-mainMenu-trigger {
        height: 30px;
        width: 20px;

    }

    #rt-mainMenu nav > ul > li {
        padding: 0;
    }

    #rt-mainMenu nav > ul > li > ul > li {
        padding: 0px 15px;
    }

    #rt-mainMenu nav .mega-menu-item ul.rt-dropdown-menu {
        width: 100% !important;
        left: 0% !important;
        right: 0% !important;
        margin: 0 !important;
        padding-left: 0px !important;
    }

    #rt-mainMenu nav .mega-menu-item ul.rt-dropdown-menu .mega-menu-content {
        padding-left: 0px !important;
    }

    #rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content h5 {
        margin-bottom: 15px;
        margin-top: 10px;
    }

}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .menu-is-onscreen .rt-menu-overlay {
        width: 100%;
    }

    .rt-main-toggle-menu-trigger {
        display: none;
    }

    #rt-mainMenu nav .mega-menu-item ul.rt-dropdown-menu {
        width: 100% !important;
        left: 0% !important;
        right: 0% !important;
        margin: 0 !important;
        padding-left: 0px !important;
    }

    #rt-mainMenu nav .mega-menu-item ul.rt-dropdown-menu .mega-menu-content {
        padding-left: 0px !important;
    }
}

/* MEGA MENU RESPONSIVE END */
.wraper_inner_banner .wraper_inner_banner_breadcrumb .inner_banner_breadcrumb #crumbs .gap:nth-child(3) {
    display: none;
}

.wraper_inner_banner .wraper_inner_banner_breadcrumb .inner_banner_breadcrumb #crumbs {
    /*margin-left:15px;*/
}

.wraper_inner_banner .wraper_inner_banner_main .inner_banner_main .title {
    padding-left: 0;
    margin: 0 0 0 -2px;
    border: none;
    color: #ffffff;
    text-align: center;
}

.wraper_inner_banner .wraper_inner_banner_main .inner_banner_main .title .vcard a {
    color: #ffffff !important;
}

.wraper_inner_banner .wraper_inner_banner_main .inner_banner_main .title .vcard a:hover {
    color: #ffffff !important;
}

/* NEW CSS */

@media screen and (max-width: 1190px) and (min-width: 250px) {
    /*.wraper_blog_main > .container {
    padding-top: 124px;
    padding-bottom: 60px;
  }*/

    .wraper_blog_main {
        width: 100%;
    }
}

.wraper_blog_main.style-five .container {
    padding-top: 120px;
    padding-bottom: 110px;
}

/*.site-main.post .wraper_blog_main > .container {
    padding-top: 140px;
}*/

.hidden {
    display: none;
}

.site-content .blogtitle {
    display: none;
}

.rt-recent-post-with-thumbnail .rt-recent-post-with-thumbnail-holder .rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-title {
    /*font-size: 18px;*/
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    margin-bottom: 0;
}

.rt-recent-post-with-thumbnail .rt-recent-post-with-thumbnail-holder .rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-title a {
    color: #000;
}

@media screen and (max-width: 1190px) and (min-width: 768px) {
    .rt-recent-post-with-thumbnail .rt-recent-post-with-thumbnail-holder .rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-title {
        font-size: 16px;
        line-height: 28px;
    }
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span {
    background-color: transparent !important;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:after,
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .35s cubic-bezier(.04, .11, .6, .97);
    -o-transition: .35s cubic-bezier(.04, .11, .6, .97);
    transition: .35s cubic-bezier(.04, .11, .6, .97);
    display: block !important;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .34s;
    -o-transition-delay: .34s;
    transition-delay: .34s;
}




.widget-area > .widget.widget_radiantthemes_social_widget ul.social {
    list-style: none;
}

.widget-area > .widget.widget_radiantthemes_social_widget ul.social li {
    width: 20px;
    float: left;
    margin: 5px 10px 5px 0px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
}

.widget-area > .widget.widget_radiantthemes_social_widget ul.social li a {
    color: #000;
    transition: opacity .25s ease;
}

.widget-area > .widget.widget_radiantthemes_social_widget ul.social li:hover a {
    color: #000;
    opacity: .7;
    transition: opacity .25s ease;
}

.widget-area .widget .widget-title {
    margin-top: -10px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.widget-area > .widget .tagcloud {
    margin: 0px 0px 14px 0px;
    font-size: 0;
    padding-top: 8px;
}

.widget-area > .widget .tagcloud > [class*="tag-link-"] {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 4px;
    font-weight: 400;
    color: inherit;
    font-size: 14px !important;
    line-height: 26px;
    color: #FD406A;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.widget-area > .widget .tagcloud > a {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.widget-area > .widget .tagcloud > a.tag-cloud-link {
    text-align: center;
    background: #FFF0F7;
    font-size: 14px !important;
    border-radius: 4px;
    color: #FD406A;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 10px 0px;
    padding: 0px 10px 0 10px;
    border: 1px #FFF0F7 solid;
    /* text-transform: capitalize; */
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.widget-area > .widget .tagcloud > a.tag-cloud-link:hover {
    opacity: 1;
    background: #FD406A;
    color: #fff;
    border: 1px solid #FD406A;
}

.widget-area > .widget .tagcloud > a.tag-cloud-link:after,
.widget-area > .widget .tagcloud > a.tag-cloud-link:before {
    display: none;
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .35s cubic-bezier(.04, .11, .6, .97);
    -o-transition: .35s cubic-bezier(.04, .11, .6, .97);
    transition: .35s cubic-bezier(.04, .11, .6, .97);
}

.widget-area > .widget .tagcloud > a.tag-cloud-link:before {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.widget-area > .widget .tagcloud > a.tag-cloud-link:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.widget-area > .widget .tagcloud > a.tag-cloud-link:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.widget-area > .widget .tagcloud > a.tag-cloud-link:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .34s;
    -o-transition-delay: .34s;
    transition-delay: .34s;
}

.widget-area > .widget.widget_archive ul li,
.widget-area > .widget.widget_block ul li,
.widget-area > .widget.widget_categories ul li,
.widget-area > .widget.widget_categories ul li,
.widget-area > .widget.widget_meta ul li,
.widget-area > .widget.widget_meta ul li,
.widget-area > .widget.widget_pages ul li,
.widget-area > .widget.widget_pages ul li,
.widget-area > .widget.widget_nav_menu ul li,
.widget-area > .widget.widget_nav_menu ul li,
.widget-area > .widget.widget_layered_nav ul li,
.widget-area > .widget.widget_layered_nav ul li,
.widget-area > .widget.widget_product_categories ul li,
.widget-area > .widget.widget_product_categories ul li {
    margin-bottom: 8px;
    color: #545454;
    text-transform: capitalize;
}

@media screen and (max-width:767px) {

.widget-area > .widget.widget_archive ul li a,
.widget-area > .widget.widget_block ul li a,
.widget-area > .widget.widget_categories ul li a,
.widget-area > .widget.widget_categories ul li a,
.widget-area > .widget.widget_meta ul li a,
.widget-area > .widget.widget_meta ul li a,
.widget-area > .widget.widget_pages ul li a,
.widget-area > .widget.widget_pages ul li a,
.widget-area > .widget.widget_nav_menu ul li a,
.widget-area > .widget.widget_nav_menu ul li a,
.widget-area > .widget.widget_layered_nav ul li a,
.widget-area > .widget.widget_layered_nav ul li a,
.widget-area > .widget.widget_product_categories ul li a,
.widget-area > .widget.widget_product_categories ul li a {
        font-size: 14px;
        line-height: 28px;
    }
}

.widget-area > .widget.widget_archive ul li:last-child,
.widget-area > .widget.widget_block ul li:only-child,
.widget-area > .widget.widget_categories ul li:last-child,
.widget-area > .widget.widget_categories ul li:only-child,
.widget-area > .widget.widget_meta ul li:last-child,
.widget-area > .widget.widget_meta ul li:only-child,
.widget-area > .widget.widget_pages ul li:last-child,
.widget-area > .widget.widget_pages ul li:only-child,
.widget-area > .widget.widget_nav_menu ul li:last-child,
.widget-area > .widget.widget_nav_menu ul li:only-child,
.widget-area > .widget.widget_layered_nav ul li:last-child,
.widget-area > .widget.widget_layered_nav ul li:only-child,
.widget-area > .widget.widget_product_categories ul li:last-child,
.widget-area > .widget.widget_product_categories ul li:only-child {
    margin-bottom: 0;
}

.widget-area > .widget.widget_archive ul li a,
.widget-area > .widget.widget_block ul li a,
.widget-area > .widget.widget_categories ul li a,
.widget-area > .widget.widget_categories ul li a,
.widget-area > .widget.widget_meta ul li a,
.widget-area > .widget.widget_meta ul li a,
.widget-area > .widget.widget_pages ul li a,
.widget-area > .widget.widget_pages ul li a,
.widget-area > .widget.widget_nav_menu ul li a,
.widget-area > .widget.widget_nav_menu ul li a,
.widget-area > .widget.widget_layered_nav ul li a,
.widget-area > .widget.widget_layered_nav ul li a,
.widget-area > .widget.widget_product_categories ul li a,
.widget-area > .widget.widget_product_categories ul li a {
    position: relative;
    color: #545454;
    display: inline-block;
    transition: all 0.12s ease-in-out;
    -webkit-transition: all 0.12s ease-in-out;
}

.widget-area > .widget.widget_archive ul li a:hover,
.widget-area > .widget.widget_block ul li a:hover,
.widget-area > .widget.widget_categories ul li a:hover,
.widget-area > .widget.widget_categories ul li a:hover,
.widget-area > .widget.widget_meta ul li a:hover,
.widget-area > .widget.widget_meta ul li a:hover,
.widget-area > .widget.widget_pages ul li a:hover,
.widget-area > .widget.widget_pages ul li a:hover,
.widget-area > .widget.widget_nav_menu ul li a:hover,
.widget-area > .widget.widget_nav_menu ul li a:hover,
.widget-area > .widget.widget_layered_nav ul li a:hover,
.widget-area > .widget.widget_layered_nav ul li a:hover,
.widget-area > .widget.widget_product_categories ul li a:hover,
.widget-area > .widget.widget_product_categories ul li a:hover {
    color: #FD406A;
}

.widget-area > .widget.widget_archive ul li a:before,
.widget-area > .widget.widget_block ul li a:before,
.widget-area > .widget.widget_categories ul li a:before,
.widget-area > .widget.widget_categories ul li a:before,
.widget-area > .widget.widget_meta ul li a:before,
.widget-area > .widget.widget_meta ul li a:before,
.widget-area > .widget.widget_pages ul li a:before,
.widget-area > .widget.widget_pages ul li a:before,
.widget-area > .widget.widget_nav_menu ul li a:before,
.widget-area > .widget.widget_nav_menu ul li a:before,
.widget-area > .widget.widget_layered_nav ul li a:before,
.widget-area > .widget.widget_layered_nav ul li a:before,
.widget-area > .widget.widget_product_categories ul li a:before,
.widget-area > .widget.widget_product_categories ul li a:before {
    /*display: none;*/
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.widget-area > .widget.widget_archive ul li a:hover:before,
.widget-area > .widget.widget_block ul li a:hover:before,
.widget-area > .widget.widget_categories ul li a:hover:before,
.widget-area > .widget.widget_categories ul li a:hover:before,
.widget-area > .widget.widget_meta ul li a:hover:before,
.widget-area > .widget.widget_meta ul li a:hover:before,
.widget-area > .widget.widget_pages ul li a:hover:before,
.widget-area > .widget.widget_pages ul li a:hover:before,
.widget-area > .widget.widget_nav_menu ul li a:hover:before,
.widget-area > .widget.widget_nav_menu ul li a:hover:before,
.widget-area > .widget.widget_layered_nav ul li a:hover:before,
.widget-area > .widget.widget_layered_nav ul li a:hover:before,
.widget-area > .widget.widget_product_categories ul li a:hover:before,
.widget-area > .widget.widget_product_categories ul li a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}

.widget-area > .widget.widget_archive ul li ul,
.widget-area > .widget.widget_block ul li ul,
.widget-area > .widget.widget_categories ul li ul,
.widget-area > .widget.widget_categories ul li ul,
.widget-area > .widget.widget_meta ul li ul,
.widget-area > .widget.widget_meta ul li ul,
.widget-area > .widget.widget_pages ul li ul,
.widget-area > .widget.widget_pages ul li ul,
.widget-area > .widget.widget_nav_menu ul li ul,
.widget-area > .widget.widget_nav_menu ul li ul,
.widget-area > .widget.widget_layered_nav ul li ul,
.widget-area > .widget.widget_layered_nav ul li ul,
.widget-area > .widget.widget_product_categories ul li ul,
.widget-area > .widget.widget_product_categories ul li ul {
    margin-top: 12px;
    margin-left: 15px;
}

.widget-area > .widget.widget_search .search-form input[type="search"],
.widget-area > .widget.widget_search .search-form input[type="text"],
.widget-area > .widget.widget_product_search .woocommerce-product-search input[type="search"],
.widget-area > .widget.widget_product_search .woocommerce-product-search input[type="text"] {
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    height: 54px;
    padding: 12px;
    background-color: #f8f8f8;
    border: 1px #f8f8f8 solid;
    border-radius: 4px 0 0 4px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #545454;
}

/*.widget-area > .widget.widget_product_search .woocommerce-product-search input[type="text"] {
  border-bottom: 1px solid #54546F !important;
}*/

.widget-area > .widget.widget_search .search-form input[type="submit"] {
    background: #fff;
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.widget-area > .widget.widget_search .search-submit {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

/*.widget-area > .widget.widget_search .search-form button[type="submit"]:after {
  font-size: 16px !important;
  font-weight: 600;
}

.widget-area > .widget.widget_search .search-form input[type="submit"]:hover {
    /*box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25);
}*/

.widget-area > .widget.widget_search .search-form button[type="submit"],
.widget-area > .widget.widget_product_search .woocommerce-product-search button[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 54px;
    padding: 0px 29px 0px 29px;
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%);
    border: none;
    border-radius: 0 4px 4px 0;
    font-size: 0;
    color: #ffffff !important;
    cursor: pointer;
    vertical-align: top;
    text-transform: capitalize;
}

.widget-area > .widget.widget_search .search-form button[type="submit"]:after,
.widget-area > .widget.widget_product_search .woocommerce-product-search button[type="submit"]:after {
    content: "\e610";
    position: absolute;
    font-family: "themify";
    font-size: 17px;
    vertical-align: middle;
    padding: 0;
    left: 0;
    right: 0;
    top: 18px;
}

.widget-area > .widget.widget_search .search-form button[type="submit"] i,
.widget-area > .widget.widget_product_search .woocommerce-product-search button[type="submit"] i {
    font-size: 16px;
    color: #000;
    line-height: 52px;
}

/*.widget-area > .widget.widget_search .search-form {
  border-bottom: 1px #000 solid;
}*/

/*.wraper_blog_main.style-default .hentry.style-default {
    margin-bottom: 30px;
    width: 100%;
}*/

.post.style-default .entry-main .post-meta .comments {
    margin-right: 10px;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}



@media only screen and (max-width: 988px) and (min-width: 250px) {
    .post.style-default .entry-main .post-meta .comments {
        margin-right: 100%;
    }

    .post.style-default .entry-main .entry-extra .entry-extra-item {
        /*margin-top:10px;*/
    }
}

@media only screen and (max-width: 988px) and (min-width: 576px) {
    .post.style-default .entry-main .entry-extra .entry-extra-item {
        margin-top: 10px;
    }
}

.entry-main .post-meta .date {
    margin-right: 25px;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

.post.single-post .entry-meta > .holder > .data .meta {
    margin-bottom: 7px;
    /*font-weight: 400;*/
    font-size: 12px;
    color: #696969;
    line-height: 22px;
    letter-spacing: 2.41px;
    text-transform: uppercase;
}

.post.single-post .entry-meta > .holder > .data .meta > span i,
.post.single-post .entry-meta > .holder > .data .meta > span span[class*="ti-"] {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 7px;
}

.post.single-post .entry-meta > .holder > .data .meta > span {
    position: relative;
    display: inline-block;
}

.post.single-post .entry-meta > .holder > .data .meta > span:after {
    content: '';
    height: 1px;
    width: 7px;
    background-color: #8c8c8c;
    position: absolute;
    bottom: 42%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 7px;
    margin-right: 6px;
}

.post.single-post .entry-meta > .holder > .data .meta > span.published-on {
    margin-right: 20px;
}

.post.single-post .entry-meta > .holder > .data .meta > span.byline {
    margin-right: 22px;
}

.post.single-post .entry-meta > .holder > .data .meta > span:last-child:after,
.post.single-post .entry-meta > .holder > .data .meta > span:only-child:after {
    display: none;
}

.post.single-post .entry-meta > .holder > .data .meta > span a {
    position: relative;
    color: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #696969;
}

.post.single-post .entry-meta > .holder > .data .meta > span a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}

.post.single-post .entry-meta > .holder > .data .meta > span a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.comments-area .comment-form > p {
    margin-bottom: 10px;
    /*padding-left: 10px;*/
    padding-right: 0px;
    font-size: 16px !important;
    line-height: 26px !important;
    letter-spacing: 0 !important;
    color: #696969;
    text-align: center;
}

@media only screen and (max-width:642px) {
    .comments-area .comment-form > p {
        text-align: left;
    }
}

.comments-area .comment-form > p.form-submit {
    margin-bottom: 0px;
}

.comments-area .comment-form > p.comment-form-author,
.comments-area .comment-form > p.comment-form-email,
.comments-area .comment-form > p.comment-form-url {
    width: 32.5%;
    float: left;
    position: relative;
}

.comments-area .comment-form > p.comment-form-email,
.comments-area .comment-form > p.comment-form-url {
    margin-left: 10px;
}

@media only screen and (max-width:992px) {

    .comments-area .comment-form > p.comment-form-author,
    .comments-area .comment-form > p.comment-form-email,
    .comments-area .comment-form > p.comment-form-url {
        width: 100%;
        float: left;
        margin-left: 0;
    }
}

/*.comments-area .comment-form > p.comment-form-url {
    display: none;
}*/

.comments-area .comment-form > p.comment-form-author:after {
    content: "\e602";
    font-family: "Themify";
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 13px;
    width: 20px;
    height: 100%;
    line-height: 50px;
    text-align: center;
}

.comments-area .comment-form > p.comment-form-email:after {
    content: "\e75a";
    font-family: "Themify";
    font-weight: normal;
    position: absolute;
    top: 2px;
    right: 10px;
    font-size: 13px;
    width: 20px;
    height: 100%;
    line-height: 50px;
    text-align: center;
}

.comments-area .comment-form > p.comment-form-url:after {
    content: "\e665";
    font-family: "Themify";
    font-weight: normal;
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 13px;
    width: 20px;
    height: 100%;
    line-height: 50px;
    text-align: center;
}


.woocommerce #reviews #comments h2 {
    display: none;
}

.comments-area .comment-form > p label {
    display: inline-block;
    vertical-align: top;
    /*width: 100%;*/
    margin-bottom: 10px;
}

p.comment-form-cookies-consent label {
    width: 85%;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 30px;
    vertical-align: top;
}

@media only screen and (min-width:643px) {
    p.comment-form-cookies-consent label {
        width: auto;
    }
}


.comment-form-cookies-consent {
    float: left;
    width: 100%;
}

.comment-form-cookies-consent #wp-comment-cookies-consent {
    position: absolute;
}

.comment-form-cookies-consent label {
    padding-left: 25px;
    display: inline-block !important;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .comment-form-cookies-consent label {
        padding-left: 25px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1024px) {
    .comment-form-cookies-consent label {
        padding-left: 30px;
    }
}

@media screen and (max-width:767px) {
    .comment-form-cookies-consent label {
        padding-left: 1px;
    }
}


@media screen and (max-width:320px) {
    .comment-form-cookies-consent label {
        padding-left: 0;
    }
}

.comment-form-rating {
    width: 100%;
    float: left;
}

.comments-area .comment-form > p .required {
    color: #545454;
}

.comments-area .comment-form > p input[type="text"],
.comments-area .comment-form > p input[type="email"],
.comments-area .comment-form > p input[type="tel"],
.comments-area .comment-form > p input[type="url"],
.comments-area .comment-form > p input[type="password"],
.comments-area .comment-form > p input[type="date"],
.comments-area .comment-form > p input[type="time"],
.comments-area .comment-form > p select,
.comments-area .comment-form > p textarea {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 54px;
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
    padding: 12px;
    font-weight: 400;
    font-size: 14px;
    color: #545454;
    line-height: 26px;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 4px;
}

.comments-area .comment-form > p input[type="text"]:hover,
.comments-area .comment-form > p input[type="email"]:hover,
.comments-area .comment-form > p input[type="tel"]:hover,
.comments-area .comment-form > p input[type="url"]:hover,
.comments-area .comment-form > p input[type="password"]:hover,
.comments-area .comment-form > p input[type="date"]:hover,
.comments-area .comment-form > p input[type="time"]:hover,
.comments-area .comment-form > p select:hover,
.comments-area .comment-form > p textarea:hover {
    border: 1px solid #f8f8f8;
    /*background-color: #fff;*/
}

.comments-area .comment-form > p textarea {
    height: 150px;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
    font-size: 14px;
    line-height: 26px;
    color: #545454;
}


/*.comments-area .comment-form > p textarea:hover {
    border: 1px solid #000;
    background-color: #fff;
}*/

.comments-area .comment-form > p ::-webkit-input-placeholder {
    color: #545454;
    opacity: 1;

}

.comments-area .comment-form > p ::-moz-placeholder {
    color: #545454;
    opacity: 1;

}

.comments-area .comment-form > p :-ms-input-placeholder {
    color: #545454;
    opacity: 1;

}

.comments-area .comment-form > p :-moz-placeholder {
    color: #545454;
    opacity: 1;
}

.comments-area .comment-form > p input[type="submit"],
.comments-area .comment-form > p button[type="reset"] {
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%) !important;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 12px 33px;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-transform: capitalize;
}

.comments-area .comment-form > p input[type="submit"]:hover,
.comments-area .comment-form > p button[type="reset"]:hover {
    box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25) !important;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.comments-area .comment-form > p input[type="submit"] span,
.comments-area .comment-form > p button[type="reset"] span {
    position: relative;
    display: block;
}

/*body.page .comments-area {
  margin-top: 27px;
  padding-bottom: 100px;
}*/

body.page .comments-area {
    padding-top: 99px;
    padding-bottom: 0px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    body.page .comments-area {
        padding-top: 79px;
        padding-bottom: 0px;
    }
}

@media all and (max-width: 767px) {
    body.page .comments-area {
        padding-top: 58px;
        padding-bottom: 0px;
    }
}

.entry.page .entry-content td a,
.single-post .entry-main td a,
.comment-content td a,
.comment-content p a {
    position: relative;
    display: inline-block;
    color: #545454;
    transition: all 0.12s ease-in-out;
    -webkit-transition: all 0.12s ease-in-out;
}

.entry.page .entry-content td a:hover,
.single-post .entry-main td a:hover,
.comment-content td a:hover,
.comment-content p a:hover {
    color: #FD406A;
}

.entry.page .entry-content td a:before,
.single-post .entry-main td a:before,
.comment-content td a:before,
.comment-content p a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.entry.page .entry-content td a:hover:before,
.single-post .entry-main td a:hover:before,
.comment-content td a:hover:before,
.comment-content p a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}

.entry.page .entry-content td a,
.single-post .entry-main th a,
.comment-content td a,
.comment-content p a {
    position: relative;
    display: inline-block;
    color: #545454;
    transition: all 0.12s ease-in-out;
    -webkit-transition: all 0.12s ease-in-out;
}

.entry.page .entry-content td a:hover,
.single-post .entry-main th a:hover,
.comment-content td a:hover,
.comment-content p a:hover {
    color: #FD406A;
}

.entry.page .entry-content td a:before,
.single-post .entry-main th a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.entry.page .entry-content td a:hover:before,
.single-post .entry-main th a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}

a.shipping-calculator-button:before {
    display: none !important;
}

.comments-area .comment-reply-title {
    margin-bottom: 21px;
    /*font-weight: 500;*/
    color: #000000 !important;
    /*font-size: 20px !important;
  line-height: 32px !important;*/
    /*letter-spacing: -0.6px;*/
    margin-top: 0px;
    text-align: center;
}


.comments-area .comment-reply-title small a {
    color: inherit;
    padding: 0 0 0 16px;
    font-size: 16px;
    line-height: 30px;
}

.post-tags a[rel="tag"] {
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 10px 0px;
    padding: 4px 10px 0 10px;
    background: none;
    border: 1px #696969 solid;
    /*border-radius: 5px;*/
    font-size: 16px;
    color: #696969;
    line-height: 28px;
    /*opacity: 0.9;*/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post-tags a[rel="tag"]:hover {
    opacity: 1;
    background: #696969;
    color: #fff !important;
}

.post-tags .tags-title {
    display: none;
}

.wraper_blog_main.style-default .widget-area {
    margin-left: 0px;
    /*margin-top: -17px;*/
    padding-left: 15px;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .wraper_blog_main.style-default .widget-area {
        margin-left: 0;
        padding-left: 0px;

    }

    .comment-form-cookies-consent #wp-comment-cookies-consent {
        position: absolute;
    }
}


@media screen and (max-width: 767px) and (min-width: 250px) {
    .wraper_blog_main.style-default .widget-area {
        margin-left: 0;
        padding-left: 0px;

    }

    .comment-form-cookies-consent #wp-comment-cookies-consent {
        position: relative;
    }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
    .wraper_blog_main.style-default .rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-content .tag-name span::after {
        bottom: 73%;
    }
}

.single-post .wraper_blog_main .widget-area {
    margin-left: 0px;
    padding-left: 15px;
}

@media screen and (max-width: 1023px) and (min-width: 250px) {
    .single-post .wraper_blog_main .widget-area {
        margin-left: 0;
        padding-left: 0px;
    }

    .wraper_blog_main .blog_main {
        padding-right: 0px;
    }
}

@media screen and (max-width: 991px) {
    .wraper_blog_main.style-default .widget-area {
        padding-top: 120px;
    }

    .single-post .wraper_blog_main .widget-area {
        padding-top: 110px;
    }
}

@media screen and (max-width: 767px) {
    .wraper_blog_main.style-default .widget-area {
        padding-top: 100px;
    }

    .single-post .wraper_blog_main .widget-area {
        padding-top: 90px;
    }
}

.wraper_blog_main .widget-area {
    margin-bottom: 40px;
    clear: both;
    margin-left: 0px;
}

/*.widget-area {
    margin-top: -15px;
}*/

@media screen and (max-width: 765px) and (min-width: 250px) {
    .wraper_blog_main .widget-area {
        margin-bottom: 0;
    }
}

.widget-area {
    margin-bottom: 40px;
    clear: both;
    /*margin-top: 15px;*/
}

.post-tags {
    margin-top: 51px;
    margin-bottom: 52px;
    font-size: 0;
    width: 100%;
}

.post-tags a[rel="tag"] {
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 10px 0px;
    padding: 0px 10px 0 10px;
    background: none;
    border: 1px #000000 solid;
    border-radius: 4px;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    /*opacity: 0.8;*/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post-tags a[rel="tag"]:hover {
    opacity: 1;
    background: #FD406A;
    color: #fff !important;
    border: 1px #FD406A solid;
}

.post-navigation {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 0;
}


.comment-navigation {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 0;
}

.post-navigation .nav-links,
.comment-navigation .nav-links {
    margin-left: 0px;
    margin-right: 0px;
}

.post-navigation .nav-links:after,
.comment-navigation .nav-links:after {
    content: " ";
    display: block;
    clear: both;
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
    /*width: 50%;*/
    padding-left: 10px;
    padding-right: 10px;
}

.comment-navigation .nav-links .nav-previous,
.comment-navigation .nav-links .nav-next {
    padding-left: 0;
    padding-right: 0;
}

.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #545454;
    line-height: 30px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.comment-navigation .nav-links .nav-previous a,
.comment-navigation .nav-links .nav-next a {}

/*.post-navigation .nav-links .nav-previous a span,
.post-navigation .nav-links .nav-next a span,
.comment-navigation .nav-links .nav-previous a span,
.comment-navigation .nav-links .nav-next a span {
  position: relative;
  color: #4b5264;
  font-size: 18px;
}

.post-navigation .nav-links .nav-previous a span:hover,
.post-navigation .nav-links .nav-next a span:hover,
.comment-navigation .nav-links .nav-previous a span:hover,
.comment-navigation .nav-links .nav-next a span:hover {
  color: #4b5264;
}*/

.post-navigation .nav-links .nav-previous a span:before {
    position: absolute;
    left: 0;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    color: #0a0114;
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.comment-navigation .nav-links .nav-previous a span:before {}

.post-navigation .nav-links .nav-next a span:before {
    position: absolute;
    right: 0;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.comment-navigation .nav-links .nav-next a span:before {}

.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-next a:hover {
    opacity: 0.9;
}

.comment-navigation .nav-links .nav-previous a:hover,
.comment-navigation .nav-links .nav-next a:hover {}

.post-navigation .nav-links .nav-previous a strong,
.post-navigation .nav-links .nav-next a strong {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
    line-height: 28px;
    font-weight: 400;
}

.comment-navigation .nav-links .nav-previous a strong,
.comment-navigation .nav-links .nav-next a strong {}

.post-navigation .nav-links .nav-previous a strong {
    padding-left: 25px;
}

.comment-navigation .nav-links .nav-previous a strong {}

.post-navigation .nav-links .nav-next a strong {
    padding-right: 25px;
}

.comment-navigation .nav-links .nav-next a strong {}

.post-navigation .nav-links .nav-previous {
    float: left;
    width: 48.5%;
    padding: 16px 15px;
    border-radius: 4px;
    box-shadow: 0 8px 40px -5px rgba(9, 31, 67, .1);
    transition: -webkit-transform .3s cubic-bezier(0, .95, .3, 1);
    transition: transform .3s cubic-bezier(0, .95, .3, 1);
    transition: transform .3s cubic-bezier(0, .95, .3, 1), -webkit-transform .3s cubic-bezier(0, .95, .3, 1);
}

/*.comment-navigation .nav-links .nav-previous {
    margin-top: 40px;
}*/

.post-navigation .nav-links .nav-previous a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-navigation .nav-links .nav-next a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: auto;
    text-align: right;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-navigation .nav-links .nav-previous a span::before {
    position: absolute;
    left: 0;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    color: #696969;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.comment-navigation .nav-links .nav-previous a span::before {}

.post-navigation .nav-links .nav-next a span::before {
    position: absolute;
    right: 0;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    color: #696969;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.comment-navigation .nav-links .nav-next a span::before {}

.post-navigation .nav-links .nav-previous .rt-nav-info {
    width: 80%;
}

.post-navigation .nav-links .nav-previous .ti-angle-left {
    width: 30px;
    height: 28px;
}

.post-navigation .nav-links .nav-previous:hover .ti-angle-left {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
}

.post-navigation .nav-links .nav-next .ti-angle-right {
    width: 30px;
    height: 28px;
}

.post-navigation .nav-links .nav-next:hover .ti-angle-right {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
}

.post-navigation .nav-links .nav-next .rt-nav-info {
    width: 80%;
}

.post-navigation .nav-links .nav-previous a span {
    position: relative;
    text-align: left;
    float: left;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin: 0;
}

.comment-navigation .nav-links .nav-previous a span {}

.post-navigation .nav-links .rt-nav-title {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #696969;
    position: relative;
    /*display: inline-block;*/
}

.post-navigation .nav-links .nav-next a span {
    position: relative;
    color: #000;
    text-align: right;
    float: right;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin: 0;
}

.comment-navigation .nav-links .nav-next a span {}

.post-navigation .nav-links .rt-nav-title {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #696969;
    position: relative;
    display: inline-block;
}

.post-navigation .nav-links .nav-previous a span {
    position: relative;
    text-align: left;
    float: left;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin: 0;
}

.comment-navigation .nav-links .nav-previous a span {}

.post-navigation .nav-links .rt-nav-title {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #696969;
    position: relative;
    display: inline-block;
}

.post-navigation .nav-links .nav-next a span {
    position: relative;
    color: #000;
    text-align: right;
    float: right;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin: 0;
}

.comment-navigation .nav-links .nav-next a span {}


.post-navigation .nav-links .rt-nav-title {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #545454;
    position: relative;
    display: inline-block;
}

.post-navigation .nav-links .rt-nav-title:hover {
    color: #FD406A;
}

.post-navigation .nav-links .rt-nav-date {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    width: 100%;
    display: block;
    color: #000;
}

.post-navigation .nav-links .rt-nav-date:hover {
    color: #FD406A;
}

.post-navigation .nav-links .nav-next a span {
    position: relative;
    color: #000;
    text-align: right;
    float: right;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin: 0;
}

.comment-navigation .nav-links .nav-next a span {}


.post-navigation .nav-links .rt-nav-date {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    width: 100%;
    display: block;
    color: #000;
}

.post-navigation .nav-links .rt-nav-date:hover {
    color: #FD406A;
}

.post-navigation .rt-nav-img {
    display: none;
}

.blog_single .prev_img {
    width: 27%;
    float: left;
    height: auto;
    padding: 6px 0px;
}

.blog_single .nav-next .prev_img {
    width: 27%;
    float: right;
    padding: 6px 0px;
}

.blog_single .prev_img img {
    height: 100%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

/* For image effect css starts */

.blog_single .prev_img img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
}

.blog_single .prev_img {
    transform: scale(1.06) translateX(2%);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}

.blog_single .prev_img:hover {
    transform: scale(1.06);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    overflow: hidden;
}

/* For image effect css ends */


.blog_single .prev_title {
    width: 73%;
    float: left;
    padding-left: 4px;
    margin-top: 0px;
}

.blog_single .nav-next .prev_title {
    width: 73%;
    float: right;
    padding-right: 4px;
}

.blog_single .prev_title h6 {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    -webkit-transition: all 0.4s ease-in-out;
}

.blog_single .prev_title h6:hover {
    color: #FD406A;
}

.blog_single .prev_title .rt-nav-date {
    font-size: 15px !important;
    line-height: 30px;
    color: #545454 !important;
    -webkit-transition: all 0.4s ease-in-out;
}

.blog_single .prev_title .rt-nav-date:hover {
    color: #FD406A !important;
}

.blog_single .nav-previous .ti-arrow-left {
    display: none;
}

.blog_single .nav-next .ti-arrow-right {
    display: none;
}

.hidden {
    display: none !important;
}

.post-navigation .nav-links .nav-previous a,
.comment-navigation .nav-links .nav-previous a {
    text-align: left;
}

.comment-navigation .nav-links .nav-previous a {
    position: relative;
    color: #000;
    display: inline-block;
    transition: all 0.12s ease-in-out;
    -webkit-transition: all 0.12s ease-in-out;
}

.comment-navigation .nav-links .nav-previous a:hover {
    color: #FD406A;
}

.comment-navigation .nav-links .nav-previous a:before {

    content: "\f104";
    font-family: "FontAwesome";
    margin-right: 8px;
}




.post-navigation .nav-links .nav-next {
    float: right;
    width: 48.5%;
    padding: 16px 15px;
    border-radius: 4px;
    box-shadow: 0 8px 40px -5px rgba(9, 31, 67, .1);
    transition: background 0.5s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: -webkit-transform .3s cubic-bezier(0, .95, .3, 1);
    transition: transform .3s cubic-bezier(0, .95, .3, 1);
    transition: transform .3s cubic-bezier(0, .95, .3, 1), -webkit-transform .3s cubic-bezier(0, .95, .3, 1);
}

/*.comment-navigation .nav-links .nav-next {
    margin-top: 40px;
}*/

@media only screen and (max-width:767px) {
    .post-navigation .nav-links .nav-previous {
        width: 100%;
        margin-bottom: 15px;
    }

    .post-navigation .nav-links .nav-next {
        width: 100%;
    }
}


@media screen and (max-width: 480px) {
    .post-navigation .nav-links .nav-previous {
        float: left;
        width: 100%;

    }

    .comment-navigation .nav-links .nav-previous {
        float: left;
    }

    .post-navigation .nav-links .nav-next {
        float: right;
        width: 100%;
    }

    .comment-navigation .nav-links .nav-next {
        float: right;
    }

}

.post-navigation .nav-links .nav-next a,
.comment-navigation .nav-links .nav-next a {
    text-align: right;
}

.comment-navigation .nav-links .nav-next a {
    position: relative;
    color: #000;
    display: inline-block;
    transition: all 0.12s ease-in-out;
    -webkit-transition: all 0.12s ease-in-out;
}

.comment-navigation .nav-links .nav-next a:hover {
    color: #FD406A;
}

/*Instagram area*/

#sb_instagram .sbi_photo_wrap a {
    opacity: 1 !important;
    overflow: hidden;
}

#sb_instagram .sbi_photo_wrap a:hover img {
    -webkit-transform: scale(1.06) translateX(2%) !important;
    transform: scale(1.06) translateX(2%) !important;
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}

#sb_instagram .sbi_photo_wrap a img {
    max-width: 100%;
    transition: transform 1s cubic-bezier(.33, .02, 0, .93) !important;
    -webkit-transition: transform 1s cubic-bezier(.33, .02, 0, .93) !important;
    display: block !important;
    width: 100%;
    height: auto;
    transform: scale(1.06);
}

.rt-instagram {
    position: relative;
    display: inline-block;
}

#sb_instagram #sbi_images {
    padding: 0px !important;
}

#sb_instagram.sbi_col_2 #sbi_images .sbi_item {
    padding-right: 5px !important;
    padding-bottom: 5px !important;
}

#sb_instagram #sbi_images:before {
    content: "\f16d";
    font-family: FontAwesome;
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: #000;
    left: 0px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    /*top: 0;*/
    margin-top: 38%;
    color: #fff;
    font-size: 18px;
}

@media only screen and (max-width: 767px) and (min-width: 450px) {
    #sb_instagram #sbi_images:before {
        left: -1px;
        margin-top: 40%;
    }
}

@media only screen and (max-width: 449px) and (min-width: 250px) {
    #sb_instagram #sbi_images:before {
        left: -1px;
    }
}

#sb_instagram #sbi_images:before #sbi_load {
    opacity: 1;
    transition: all .5s ease-in;
}

#sb_instagram #sbi_images:before #sbi_load {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
}

#sb_instagram .sb_instagram_header .sbi_no_bio {
    display: none;
}

#sb_instagram .sb_instagram_header .sbi_header_img {
    display: none;
}

#sb_instagram .sb_instagram_header {
    margin: 0 !important;
    padding: 0 !important;
}

/*Instagram area End*/

.blog_main .style-five .holder .entry-content {
    font-size: 16px;
    line-height: 28px;
    padding-top: 10px;
}

.blog_main .style-five .holder .meta {
    margin-top: 20px;
}

.blog_main .style-five .holder .meta a,
.blog_main .style-five .holder .meta .published-on,
.blog_main .style-five .holder .meta .byline {
    font-size: 15px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
}

.widget-area #radiantthemes_social_widget-3 .widget-title,
.widget-area #radiantthemes_recent_posts_widget-4 .widget-title {
    color: #000;
}

/*** SHOP MODIFIED **/
.woocommerce ul#shipping_method .amount {
    font-weight: 500;
}

.woocommerce .woocommerce-result-count {
    color: #000;
}

.woocommerce .woocommerce-ordering select {
    height: 45px;
    padding-left: 12px;
    border: 1px #e2e2e2 solid;
    font-size: 16px;
    line-height: 30px !important;
    /*border-radius: 4px;*/
    color: #000;
    font-family: "Rubik";
}

.radiantthemes-shop-box.style-seven > .holder > .data .woocommerce-loop-product__title {
    color: #000;
    /* font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;*/
    margin: 0;
}

.radiantthemes-shop-box.style-seven > .holder {
    position: relative;
    text-align: center;
    margin-left: 2px;
}

.radiantthemes-shop-box.style-seven > .holder .price-box-holder .radiantthemes-cart-border a.button {
    background-color: transparent;
    border: 0;
    color: #000;
    font-size: 17px;
    line-height: 27px;
    left: 0;
    opacity: 0;
    padding: 0;
    position: relative;
    top: 0px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    -o-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    transition: all .45s cubic-bezier(.18, .74, .58, 1);
    left: 0;
    text-transform: capitalize;
}

.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.button {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    -o-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    transition: all .45s cubic-bezier(.18, .74, .58, 1);
}

.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.button:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.button:after,
.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.button:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .35s cubic-bezier(.04, .11, .6, .97);
    -o-transition: .35s cubic-bezier(.04, .11, .6, .97);
    transition: .35s cubic-bezier(.04, .11, .6, .97);
}

.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.button.added {
    opacity: 0;
    visibility: hidden;
}

.radiantthemes-shop-box.style-seven > .holder .price-box-holder .radiantthemes-cart-border a.added_to_cart {
    background: #000 !important;
    color: #fff !important;
    padding: 2px 8px !important;
    font-weight: 500;
    text-transform: capitalize;
}

.radiantthemes-shop-box.style-seven > .holder .price-box-holder .radiantthemes-cart-border a.added_to_cart {
    background-color: transparent;
    border: 0;
    color: #000;
    left: 0;
    line-height: 28px;
    font-size: 16px !important;
    opacity: 0;
    padding: 0;
    position: relative;
    top: 0px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    -o-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    transition: all .45s cubic-bezier(.18, .74, .58, 1);
    left: -12%;
}

.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.added_to_cart {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    -o-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    transition: all .45s cubic-bezier(.18, .74, .58, 1);
    left: -12%;
}

.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.button:before {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.button:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.button:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .34s;
    -o-transition-delay: .34s;
    transition-delay: .34s;
}

.radiantthemes-shop-box.style-seven > .holder .price-box-holder {
    margin-top: 7px;
    /*overflow: hidden;*/
    position: relative;
    text-align: center;
}


.radiantthemes-shop-box.style-seven > .holder > .radiantthemes-cart-border {
    color: #000;
}


.woocommerce nav.woocommerce-pagination {
    display: block !important;
    padding: 0;
    border-radius: 0;
    text-align: center;
    font-size: 0;
    text-align: center;
    margin-top: 20px;
}

.woocommerce nav.woocommerce-pagination ul {
    margin: 0;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    display: inline-block !important;
    vertical-align: top;
    float: none;
    margin: 0px 4px;
    border: none;
    overflow: visible;
}


.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    clear: both;
    padding: 20px 0 0 0;
}


.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a span:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #000;
    /*border: 1px solid;*/
}

/*.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #000 !important;
    /*border: none;
    background-color: #ff5f63 !important;
    /*box-shadow: 0 0 22px rgba(0, 0, 0, 0.18);
    border: 1px solid #ff5f63;
    border-radius: 5px;
}*/


.woocommerce nav.woocommerce-pagination ul li .page-numbers {
    color: #000;
    display: inline-block !important;
    float: none;
    font-weight: 400;
    min-width: 0px;
    padding: 0px 5px;
    font-size: 16px;
    line-height: 26px;
    vertical-align: middle;
    position: relative;
    background: none !important;
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a.next:hover:after,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover:after {
    display: none;
}

.woocommerce nav.woocommerce-pagination ul li span {
    padding: 2px 0;
    border: none;
    text-align: center;
    font-weight: 500;
    color: #000;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #000 !important;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background: none;
}

.woocommerce nav.woocommerce-pagination ul li span.current:after {
    background: currentColor;
    color: #000 !important;
    content: "";
    width: 15px;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.woocommerce nav.woocommerce-pagination ul li span.current:after:hover {
    color: #000 !important;
    right: 0 !important;
    left: 0 !important;
    width: 15px !important;
}

.woocommerce nav.woocommerce-pagination ul li a {
    color: #000 !important;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce nav.woocommerce-pagination ul li a:after {
    content: "";
    background: currentColor;
    color: #000 !important;
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.woocommerce nav.woocommerce-pagination ul li a:hover:after {
    color: #000 !important;
    right: 0 !important;
    left: 0 !important;
    width: 15px !important;
}

.woocommerce nav.woocommerce-pagination .next:hover::after {
    visibility: none
}

.woocommerce nav.woocommerce-pagination ul li a.prev {
    transition: transform .3s cubic-bezier(0, .95, .3, 1), -webkit-transform .3s cubic-bezier(0, .95, .3, 1);
}

.woocommerce nav.woocommerce-pagination ul li a.prev:hover {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
}

.woocommerce nav.woocommerce-pagination ul li a.next {
    transition: transform .3s cubic-bezier(0, .95, .3, 1), -webkit-transform .3s cubic-bezier(0, .95, .3, 1);
}

.woocommerce nav.woocommerce-pagination ul li a.next:hover {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
}

.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
    border: none;
    padding: 0;
    display: none;
}

.woocommerce nav.woocommerce-pagination ul li a.next:hover:after,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover:after {
    display: none;
}

.shop_single > .summary .product_meta > .sku_wrapper .sku,
.shop_single > .summary .product_meta > .posted_in a,
.shop_single > .summary .product_meta > .tagged_as a {
    color: #545454;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.shop_single > .summary .product_meta > .posted_in a:hover,
.shop_single > .summary .product_meta > .tagged_as a:hover {
    color: #FD406A;
}

.shop_single > .summary .post-share .post-share-buttons .rt-social-share {
    float: left;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
}

.shop_single > .summary .post-share .post-share-buttons li {
    float: left;
    width: 22px;
    height: 22px;
    text-align: center;
    background: #000;
    margin: 5px 5px;
    line-height: 21px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.woocommerce div.product form.cart div.quantity.input-group,
.woocommerce table.shop_table > tbody > tr > td .quantity.input-group {
    width: auto;
}

.shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
    position: absolute;
    right: 0;
    bottom: 0;
}

/*.shop_single > .summary .quantity > .input-group-addon.quantity-increase {
    position: absolute;
    right: 0;
    top: 0;
}*/


.shop_single > .summary .quantity > .qty {
    width: 55px;
    height: 53px;
    float: none;
    margin-left: 0px;
    margin-right: 0;
    padding: 0px;
    border: none;
    background: #f7f7f7;
    box-shadow: initial;
    text-align: center;
    border-radius: 0;
}

.shop_single > .summary p.stock {
    color: #696969 !important;
    padding: 0px;
    font-size: 16px !important;
    font-weight: 500;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 18px;
}

.shop_single > .summary p.stock:before {
    color: #00c853;
    content: '\f058';
    float: left;
    font-family: FontAwesome;
    font-size: 14px;
    margin: 0px 8px 0 0;
}

.shop_single > .summary .post-share .post-share-buttons li a {
    color: #fff;
    font-size: 12px;
}

.shop_single > .woocommerce-tabs ul.tabs {
    padding: 0 !important;
}

.shop_single > .woocommerce-tabs ul.tabs li.active a {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    position: relative;
    display: inline-block;
    /*font-family: "Jost Regular" !important;*/
}

.shop_single > .woocommerce-tabs ul.tabs li.active a:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    width: 100%;
}

.shop_single > .woocommerce-tabs ul.tabs li.active a:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    width: 100%;
}

.shop_single > .woocommerce-tabs ul.tabs li a {
    position: relative;
    display: inline-block;
    /*font-family: "Jost Regular" !important;*/
    color: #545454;
    transition: all 0.12s ease-in-out;
    -webkit-transition: all 0.12s ease-in-out;
}

.shop_single > .woocommerce-tabs ul.tabs li a:hover {
    color: #FD406A;
}

.shop_single > .woocommerce-tabs ul.tabs li a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}


.shop_single > .woocommerce-tabs ul.tabs li a:hover {
    color: #000;
}

.shop_single > .woocommerce-tabs ul.tabs li a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0 50px 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000;
}


.shop_single > .woocommerce-tabs ul.tabs:before,
.shop_single > .woocommerce-tabs ul.tabs li.active:before,
.shop_single > .woocommerce-tabs ul.tabs li.active:after,
.shop_single > .woocommerce-tabs ul.tabs li:before,
.shop_single > .woocommerce-tabs ul.tabs li:after {
    display: none !important;
}

.shop_single > .woocommerce-tabs #tab-description h5,
.shop_single > .woocommerce-tabs #tab-additional_information h5 {
    display: none !important;
}

.shop_single > .woocommerce-tabs #tab-description p {
    color: #545454 !important;
}

.woocommerce table.shop_attributes th {
    border-bottom: 1px dotted rgba(84, 84, 111, 0.3);
}

.woocommerce table.shop_attributes .woocommerce-product-attributes-item th {
    color: #000 !important;
}

.shop_single .woocommerce-Reviews p {
    color: #545454 !important;
}

.shop_single .woocommerce-Reviews h5,
.shop_single .woocommerce-Reviews h2 {
    /*color: #000 !important;
font-size: 18px;
line-height: 32px;
font-weight: 600;*/
    text-transform: capitalize;
    /*font-family: "Jost Regular" !important;*/
}

.shop_single #review_form #reply-title {
    /*font-size: 25px;
    line-height: 37px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600;*/
    text-transform: capitalize;
    margin-bottom: 19px;
    margin-top: 70px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .shop_single #review_form #reply-title {
        margin-top: 50px;
    }
}

@media all and (max-width: 767px) {
    .shop_single #review_form #reply-title {
        margin-top: 30px;
    }
}

.shop_single .comment-form-rating {
    color: #000 !important;
}

.shop_single .comment-form-rating p.stars a {
    color: #FD406A !important;
}

.shop_single .comment-form-rating p.stars a:hover {
    color: #FD406A !important;
}

.woocommerce .star-rating span::before {
    color: #FD406A;
}

.wraper_blog_main .container.page-container #post-42384 .entry-header .entry-title,
.wraper_blog_main .container.page-container #post-42385 .entry-header .entry-title {
    display: none;
}


.entry.page .entry-content td.product-name a:hover:before,
.single-post .entry-main th a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}

.entry.page .entry-content td.product-name a:before,
.single-post .entry-main th a:before {
    content: "";
    width: 0px;
    height: 1px;
    bottom: 0px;
    position: absolute;
    left: auto;
    right: 0px;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.entry.page .entry-content td a,
.single-post .entry-main th a,
.comment-content td a,
.comment-content p a {
    position: relative;
    display: inline-block;
    color: #000;

}


.entry.page .entry-content td a:hover,
.single-post .entry-main th a:hover,
.comment-content td a:hover,
.comment-content p a:hover {
    color: #FD406A;
}

.radiantthemes-cart .woocommerce-cart-form__cart-item td a {
    color: #000;
}

span.woocommerce-input-wrapper {
    width: 100%;
    /*font-family: "Poppins";*/
}

.select2-container .select2-selection > .select2-selection__arrow::before {
    display: none !important;
}

.select2-container--default .select2-results > .select2-results__options {
    font-size: 16px !important;
    line-height: 28px !important;
    color: #000 !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0 !important;
}


.page-template-default .entry-content ul li {
    padding: 0px !important;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    color: #000;
    font-size: 16px;
    line-height: 30px;
}

@media (max-width:767px) {
    .woocommerce-checkout #payment ul.payment_methods li label {
        font-size: 14px;
        line-height: 28px;
    }
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    font-size: 14px !important;
    line-height: 26px !important;
    background-color: #dfdcde;
    color: #000;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    top: -16px;
}

.woocommerce-checkout #payment div.payment_box {
    font-size: 16px !important;
    line-height: 30px !important;
    color: #000 !important;
}

@media (max-width:480px) {
    .woocommerce-checkout #payment div.payment_box {
        font-size: 14px !important;
        line-height: 28px !important;
    }

    #add_payment_method #payment div.payment_box::before,
    .woocommerce-cart #payment div.payment_box::before,
    .woocommerce-checkout #payment div.payment_box::before {
        margin: -0.8em 0 0 2em;
    }
}

.woocommerce-checkout #payment div.form-row {
    padding: 15px 0 !important;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    color: #000 !important;
    font-size: 16px;
}

.woocommerce-checkout #payment ul.payment_methods li input:hover {
    color: #000 !important;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
    color: #000 !important;
    font-size: 16px;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a {
    color: #000 !important;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a:hover {
    color: #FD406A !important;
}

.woocommerce-page table.cart .product-thumbnail::before {
    display: none;
}

.woocommerce-checkout #payment div.form-row {
    padding-bottom: 140px !important;
}

.woocommerce table.shop_table {
    text-align: left !important;
}

.woocommerce table.cart td.actions {
    padding-right: 0 !important;
}

.woocommerce ul.order_details li {
    margin-right: 20px !important;
    padding-right: 20px !important;
    color: #000;
    font-weight: 400 !important;
}

.wraper_shop_main #woocommerce_product_search-2 {
    margin-bottom: 45px !important;
}

.widget-area > .widget.widget_price_filter .price_label {
    color: #000 !important;
    line-height: 28px;
    font-size: 16px;
    padding-top: 8px;
}

/*.woocommerce ul.product_list_widget span {
  color: #54546F;
}

.woocommerce ul.product_list_widget span.product-title {
  color: #3F3A64 ;
  font-size: 18px;
  line-height: 32px;
  margin-top: -7px;
}


.woocommerce ul.product_list_widget span bdi {
  font-size: 16px;
  line-height: 28px;
  color: #54546f;
}*/

.wraper_shop_single.style-one .container {
    padding-top: 120px;
    padding-bottom: 35px;
}

.post .entry-main .entry-extra-item {
    /*font-size: 16px;
    line-height: 28px;
    color: #54546F;*/
    font-size: 12px;
    line-height: 22px;
    color: #545454;
    font-weight: 400;
    /*margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2.41px;*/
}

.post .entry-main .entry-extra-item span i {
    display: none;
}

.post .entry-main .entry-extra-item span.ti-direction-alt {
    display: none;
}

.post .entry-main .entry-extra-item span {
    position: relative;
    display: inline-block;
}

/*.post .entry-main .entry-extra-item span:after {
  content: '';
  height: 1px;
  width: 7px;
  background-color: #8c8c8c;
  position: absolute;
  bottom: 42%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 7px;
  margin-right: 6px;
}

.post .entry-main .entry-extra-item span:last-child:after {
  display: none !important;
}*/

.post .entry-main .comments {
    margin-right: 20px;
}

.post .entry-main .comments i {
    padding-right: 12px;
}

.post .entry-main .date {
    margin-right: 20px;
}

.post .entry-main .date i {
    padding-right: 6px;
}

.post.single-post .entry-meta > .holder > .data .meta > span span[class*="ti-"] {
    display: none;
}


.post .entry-main .category a,
.post .entry-main .comments a {
    position: relative;
    display: inline-block;
    color: #545454;
    transition: all 0.12s ease-in-out;
    -webkit-transition: all 0.12s ease-in-out;
}

.post .entry-main .category a:hover,
.post .entry-main .comments a:hover {
    color: #FD406A;
}

.post .entry-main .category a:before,
.post .entry-main .comments a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.post .entry-main .category a:hover:before,
.post .entry-main .comments a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}

.post .entry-main .category a:hover,
.post .entry-main .comments a:hover {
    color: #000 !important;
}

.post .entry-main .ti-direction-alt {
    margin-right: 6px;
}


.logged-in-as a {
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin: 0;
    color: #545454;
}

.logged-in-as a:hover {
    color: #FD406A;
}

.logged-in-as a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.logged-in-as a:hover:before {
    width: 100%;
    left: 0px;
    right: auto;
}

.search .entry-main .entry-extra-item {
    /*font-size: 16px;
    line-height: 28px;
    color: #54546F;*/
    font-size: 15px;
    line-height: 30px;
    color: #696969;
    font-weight: 400;
    /*text-transform: uppercase;*/
    /*letter-spacing: 1.3px;*/
}

.search .entry-main .entry-extra-item span i {
    display: none;
}

.search .entry-main .entry-extra-item span.ti-direction-alt {
    display: none;
}

.search .entry-main .entry-extra-item span {
    position: relative;
    display: inline-block;
}

.search .entry-main .entry-extra-item span:after {
    content: '';
    height: 1px;
    width: 7px;
    background-color: #8c8c8c;
    position: absolute;
    bottom: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 7px;
    margin-right: 6px;
}

.search .entry-main .entry-extra-item span:last-child:after {
    display: none !important;
}

.search .entry-main .comments {
    margin-right: 20px;
}

.search .entry-main .comments i {
    padding-right: 12px;
}

.search .entry-main .date {
    margin-right: 20px;
}

.search .entry-main .date i {
    padding-right: 6px;
}

.search.single-post .entry-meta > .holder > .data .meta > span span[class*="ti-"] {
    display: none;
}

.search.search-results .entry-main .post-meta {
    margin-top: 10px;
    margin-bottom: 25px;
}

.search.search-results .entry-main .entry-extra .entry-extra-item .post-read-more {
    margin-left: 0;
}


.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span {
    background-color: transparent !important;
    box-shadow: none !important;
    background: transparent !important;
    border-radius: 0px !important;
    padding: 0px !important;
    border: 0px none !important;
    font-size: 17px;
    line-height: 30px;
    color: #000;
    position: relative;
    display: inline-block;
}

.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:after,
.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before {
    content: '';
    position: absolute;
    bottom: 3px !important;
    margin: 0px !important;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .35s cubic-bezier(.04, .11, .6, .97);
    -o-transition: .35s cubic-bezier(.04, .11, .6, .97);
    transition: .35s cubic-bezier(.04, .11, .6, .97);
    display: block !important;
}

.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .34s;
    -o-transition-delay: .34s;
    transition-delay: .34s;
}

.blog .rt-btn-right {
    float: right;
    text-align: right;
    margin-left: 10px;
}

.search.search-results .rt-btn-right {
    float: right;
    text-align: right;
    margin-left: 10px;
}

.search.search-results .blog_main .pagination {
    margin-top: 0px;
}

.category-back .data .post-meta .date i {
    padding-right: 8px;
    font-weight: 400;
}

.category-back .data .post-meta .comments i {
    padding-right: 8px;
    font-weight: 400;
}

.wraper_inner_banner .wraper_inner_banner_main > .container .col-lg-12,
.wraper_inner_banner .wraper_inner_banner_main > .container .col-md-12,
.wraper_inner_banner .wraper_inner_banner_main > .container .col-sm-12,
.wraper_inner_banner .wraper_inner_banner_main > .container .col-xs-12 {
    padding: 0 !important;
}

.wraper_inner_banner_breadcrumb > .container .col-lg-12,
.wraper_inner_banner_breadcrumb > .container .col-md-12,
.wraper_inner_banner_breadcrumb > .container .col-sm-12,
.wraper_inner_banner_breadcrumb > .container .col-xs-12 {
    padding: 0;
}

.wraper_inner_banner_main > .container {
    padding-left: 0px;
    padding-right: 0;
}

.wraper_inner_banner_breadcrumb > .container {
    padding-left: 0px;
    padding-right: 0;
}



.wraper_shop_main.right .order-sm-1 {
    padding-right: 20px;
}


/*.wraper_shop_main.right .widget-area {
    margin-right: 15px;
}*/

.wraper_shop_main .widget_price_filter {
    margin-bottom: 47px;
}

.wraper_shop_main .widget_products {
    margin-bottom: 47px;
}

.wraper_shop_single.style-one > .container {
    padding-top: 140px;
    padding-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
}

.shop_single > .summary .post-share {
    display: none;
}


.woocommerce-message .button.wc-forward {
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%) !important;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0px 10px !important;
    border-radius: 3px !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    font-family: "Poppins";
    box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3);
    -webkit-box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3);
}

.woocommerce-message .button.wc-forward:hover {
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%) !important;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0px 10px !important;
    border-radius: 3px !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    font-family: "Poppins";
    box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3);
    -webkit-box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3);
}


.woocommerce-error .button.wc-forward {
    background-color: #000 !important;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    padding: 7px 11px !important;
    border-radius: 0px !important;
}

.woocommerce-error .button.wc-forward:hover {
    color: #ffffff;
}

.woocommerce table.shop_table > tbody > tr > td.product-remove {
    /*text-align: left;*/
    padding: 0px;
}

.woocommerce table.shop_table > tbody > tr > th {
    padding: 20px 0px;
    border: none !important;
    border-bottom: 1px #e7e7e7 solid !important;
    text-align: left;
    font-size: 16px;
    line-height: 30px !important;
    font-family: "Poppins";
    font-weight: 600 !important;
}

.woocommerce .shop_table td.actions {
    padding: 20px 0px 0px !important;
    border-bottom: 0 !important;
}


.woocommerce .cart-collaterals .cart_totals > h4 {
    margin-bottom: 8px;
    padding-bottom: 5px;
    border-bottom: 0 !important;
    text-transform: capitalize;
    /*font-family: Jost;*/
    line-height: 35px;
    letter-spacing: 0px;
    font-weight: 500;
    font-style: normal;
    color: #000;
    font-size: 25px;
}



.woocommerce-billing-fields h4 {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 10px 0px !important;
    border-bottom: 1px rgba(40, 41, 37, 0.2) solid !important;
    font-weight: 500 !important;
    text-transform: capitalize;
    color: #000;
}

.woocommerce-shipping-fields h4 {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0 0px !important;
    border-bottom: 1px rgba(40, 41, 37, 0.2) solid !important;
    font-weight: 500 !important;
    text-transform: capitalize;
    color: #000;
}

.woocommerce-shipping-fields h4 label {
    font-weight: 500 !important;
    text-transform: capitalize;
    color: #000;
}

.woocommerce-additional-fields h4 {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 10px 0px !important;
    border-bottom: 1px rgba(40, 41, 37, 0.2) solid !important;
    font-weight: 500 !important;
    text-transform: capitalize;
    color: #000;
}

.woocommerce-checkout-review-order h4 {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 10px 0px !important;
    border-bottom: 1px rgba(40, 41, 37, 0.2) solid !important;
    font-weight: 500 !important;
    text-transform: capitalize;
    color: #000;
}


.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-size: 16px;
    line-height: 30px;
    font-family: "Poppins";
    letter-spacing: 0;
}

@media (max-width:767px) {

    .woocommerce table.shop_table tbody th,
    .woocommerce table.shop_table tfoot td,
    .woocommerce table.shop_table tfoot th {
        font-size: 14px;
        line-height: 28px;
    }
}

.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside;
}

.woocommerce-checkout-payment ul.wc_payment_methods.payment_methods {
    padding-left: 15px !important;
    border: 1px solid #d3ced2;
    background: #FCFCFC;
    color: #54546f;
}

.woocommerce ul.order_details li strong {
    font-size: 16px;
}

.radiantthemes-cart .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    margin-left: 0 !important;
    padding-left: 0px;
    padding-right: 0px;
}

.woocommerce-message .cart-added {
    display: table;
    width: 100%;
}

.woocommerce-message .cart-added .cart-added-text,
.woocommerce-message .cart-added .cart-added-button {
    display: table-cell;
    vertical-align: middle;
}

.woocommerce-message .cart-added .cart-added-text {
    width: 88%;
    font-size: 16px;
    line-height: 28px;
}

.woocommerce-notices-wrapper .woocommerce-message {
    padding: 1.5em 1.5em 1.5em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background: #03112D !important;
    color: #ffffff !important;
    border: 1px solid #03112D !important;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    border-radius: 4px;
}



.woocommerce .woocommerce-message a {
    color: #FD406A;
}

.woocommerce-notices-wrapper .woocommerce-message::before {
    color: #FD406A;
}

@media screen and (max-width:480px) {
    .woocommerce-notices-wrapper .woocommerce-message {
        padding: 1.1em 1.5em 1.5em 3.5em;
    }

    .woocommerce-message .cart-added .cart-added-text {
        margin-bottom: 11px !important;
    }
}

.woocommerce .woocommerce-info {
    padding: 1.5em 1.5em 1.5em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background: #03112D !important;
    color: #ffffff !important;
    border: 1px solid #03112D !important;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    border-radius: 4px;
}

.woocommerce .woocommerce-info a {
    color: #FD406A;
}

.woocommerce-notices-wrapper .woocommerce-info::before {
    color: #FD406A;
}

@media screen and (max-width:767px) {
    .woocommerce.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message {
        margin-top: 20px;
    }
}

@media screen and (max-width:767px) {
    .woocommerce.woocommerce-page.single.single-product .woocommerce-notices-wrapper .woocommerce-message {
        margin-top: 0px;
    }
}

.rt-cont-detail-area {
    position: relative;
}

.rt-cont-detailgrid-box {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.rt-dr-details .opening-hours:before {
    content: "";
    position: relative;
    display: inline-block;
    top: 47px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}



.comments-area .comment-form > p button[type="submit"],
.comments-area .comment-form > p button[type="reset"] {
    box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3) !important;
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%) !important;
    color: #ffffff;
    font-size: 15px !important;
    line-height: 30px !important;
    padding: 12px 36px !important;
    border: 0px none !important;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-weight: 600 !important;
    text-transform: capitalize;
}


.comments-area .comment-form > p button[type="submit"]:hover,
.comments-area .comment-form > p button[type="reset"]:hover {
    box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3) !important;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}


.moving-image-left-right:hover .elementor-image img {
    transform: translate3d(-10px, 0, 0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.moveup-icon-top .elementor-image-box-img img {
    transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}

.moveup-icon-top:hover .elementor-image-box-img img {
    transform: translate3d(0px, -6px, 0);
}

.moveup-icon-top .elementor-widget-image img {
    transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}

.moveup-icon-top:hover .elementor-widget-image img {
    transform: translate3d(0px, -6px, 0);
}


.move-icon-sidewise .elementor-image img {
    transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}

.move-icon-sidewise:hover .elementor-image img {
    transform: translate3d(-6px, 0, 0);
}




.rt-img-blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

/* ============================================== contact-nutrition (CONTACT FORM STARTS)==============================================*/

.contact-nutrition .form-row input[type="text"],
.contact-nutrition .form-row input[type="email"],
.contact-nutrition .form-row input[type="tel"] {
    width: 100%;
    height: 54px;
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    font-size: 16px;
    line-height: 28px;
    color: #8d8b99;
    margin-bottom: 25px;
    padding: 0 25px;
    border-radius: 0;
}



.contact-nutrition .form-row textarea {
    width: 100%;
    height: 124px;
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    font-size: 16px;
    line-height: 28px;
    color: #8d8b99;
    margin-bottom: 15px;
    resize: none;
    padding: 12px 25px 0;
    border-radius: 0;
}



.contact-nutrition .form-row input[type="submit"] {
    background-color: #FD406A;
    border: 0;
    padding: 12px 33px;
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 0;
}

@media only screen and (max-width: 767px) {
    .contact-nutrition .form-row input[type="submit"] {
        width: 100%;
        border-radius: 0;
    }

    .radiantthemes-shop-box.style-seven > .holder {
        margin: 0;
    }
}

/* ============================================== contact-nutrition (CONTACT FORM ENDS)==============================================*/


.rt-hospital-detail img {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.23);
    padding: 5px;
}

.img-moving-style-up .elementor-image img {
    position: relative;
    animation: iconmoveup 10s infinite;
}

@keyframes iconmoveup {
    0% {
        bottom: 0;
    }

    50% {
        bottom: 50px;
    }

    100% {
        bottom: 0;
    }
}


/* ==============================================
RESPONSIVE
==============================================*/


@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .rt-cont-detailgrid-box {
        position: relative;
        bottom: 0;
    }

    .archive .wraper_shop_main.left .order-sm-12 {
        padding-left: 15px !important;
    }

    .archive .wraper_shop_main.right .order-sm-1 {
        padding-right: 15px !important;
    }
}


@media only screen and (max-width: 767px) {
    .rt-cont-detailgrid-box {
        position: relative;
        bottom: 0;
    }

    .wraper_shop_main.left > .container > .row {
        margin-left: 0;
        margin-right: 0;
    }

    .wraper_shop_main.right > .container > .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .wraper_shop_main.left > .container > .row {
        margin-left: 0;
        margin-right: 0;
    }

    .wraper_shop_main.right > .container > .row {
        margin-left: 0;
        margin-right: 0;
    }

    .wraper_shop_main {
        width: 100%;
    }

    .radiantthemes-shop-box.style-seven > .holder {
        margin-left: 0;
    }
}

@media screen and (min-width:992px) and (max-width:1023px) {
    .post-type-archive-product .wraper_shop_main > .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {

    .post-type-archive-product .wraper_shop_main > .container {
        padding-top: 50px;
        padding-bottom: 70px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .radiantthemes-shop.three-column > .radiantthemes-shop-box {
        width: 50%;
    }
}

@media screen and (min-width:250px) and (max-width:767px) {

    .post-type-archive-product .wraper_shop_main > .container {
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .radiantthemes-shop.three-column > .radiantthemes-shop-box {
        width: 100%;
    }

    .woocommerce-page .woocommerce-ordering {
        float: right;
    }
}

@media screen and (min-width:250px) and (max-width:445px) {
    .woocommerce-page .woocommerce-ordering {
        float: left;
    }
}

@media screen and (min-width:250px) and (max-width:768px) {

    .shop_single > .summary .product_meta {
        border-top: 1px solid #e7eae5;
        border-bottom: 1px solid #e7eae5;
        margin: 17px 0 25px 0;
        padding: 25px 0 25px 0;
    }

    .woocommerce div.product div.summary {
        margin-bottom: 0;
    }

}

@media screen and (min-width:250px) and (max-width:318px) {
    .shop_single > .summary form.cart .button {
        margin-top: 30px;
    }

}

@media screen and (min-width:250px) and (max-width:432px) {
    .shop_single table.shop_attributes > tbody > tr > th {
        width: 100px !important;
    }
}

@media screen and (max-width:768px) {
    .woocommerce table.shop_table > tbody > tr > td.product-remove {
        /*width: 30px;*/
        /*float: left;*/
        border-bottom: none !important;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent !important;
    }

    .woocommerce form #customer_details {
        width: 100% !important;
    }

    .woocommerce-checkout #payment div.form-row {
        padding-bottom: 0px !important;
    }

    .shop_single .woocommerce-Reviews p.comment-form-author,
    .shop_single .woocommerce-Reviews p.comment-form-email {
        width: 100% !important;
        padding: 0px !important;
    }

}

.shop_single .woocommerce-Reviews p.comment-form-author,
.shop_single .woocommerce-Reviews p.comment-form-email {
    width: 50%;
    float: left;
    position: relative;
}

.shop_single .woocommerce-Reviews p.comment-form-author {
    padding-right: 0px;
}

.shop_single .woocommerce-Reviews p.comment-form-email {
    padding-left: 15px;
}

.shop_single .woocommerce-Reviews p.comment-form-author:after {
    content: "\e602";
    font-family: "Themify";
    font-weight: normal;
    position: absolute;
    top: auto;
    right: 10px;
    font-size: 13px;
    width: 20px;
    height: 100%;
    line-height: 50px;
    text-align: center;
}

.shop_single .woocommerce-Reviews p.comment-form-email:after {
    content: "\e75a";
    font-family: "Themify";
    font-weight: normal;
    position: absolute;
    top: auto;
    right: 10px;
    font-size: 13px;
    width: 20px;
    height: 100%;
    line-height: 50px;
    text-align: center;
}

@media screen and (max-width:767px) {

    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        float: left !important;
        margin-top: 15px;
    }

    .woocommerce ul.order_details li {
        padding-top: 15px !important;
    }

    .post-type-archive-product .wraper_shop_main #secondary {
        margin-bottom: 0 !important;
    }

    .post-type-archive-product .wraper_shop_main #woocommerce_product_tag_cloud-2 .tagcloud {
        margin: 0 !important;
    }

    .wraper_shop_main.left .container {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .wraper_shop_main .row {
        margin: 0;
    }

    .wraper_shop_main.right .order-sm-1 {
        padding-right: 15px;
        padding-left: 15px;
    }


    .wraper_shop_main.right .widget-area {
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
    }



    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        margin-top: 10px !important;
    }

    .woocommerce-message .cart-added .cart-added-text,
    .woocommerce-message .cart-added .cart-added-button {
        display: block;
        margin-bottom: 20px;
        width: auto;
        float: left;
    }

    .woocommerce-message .cart-added .cart-added-button {
        margin-bottom: 0 !important;
    }

    .comments-area .comment-form > p {
        padding: 0 !important;
    }

    .comments-area .comment-form > p.comment-form-author,
    .comments-area .comment-form > p.comment-form-email,
    .comments-area .comment-form > p.comment-form-url {
        width: 100% !important;
    }

    input[type="checkbox"] {
        margin: 7px 0 0;
        flex: 0 0 auto;
        margin-right: 10px !important;
        width: 18px;
        height: 20px;
        float: left;
    }

    p.comment-form-cookies-consent label {
        /*width: 80% !important;*/
        margin-bottom: 0;
        margin-left: 0px;
        float: left;
        margin-bottom: 10px;
    }

    .woocommerce #content div.product .woocommerce-tabs,
    .woocommerce div.product .woocommerce-tabs,
    .woocommerce-page #content div.product .woocommerce-tabs,
    .woocommerce-page div.product .woocommerce-tabs {
        padding: 0;
    }

    .shop_single > .woocommerce-tabs ul.tabs li {
        margin-bottom: 15px !important;
        width: 100%;
    }

    .wraper_blog_main > .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .post-type-archive-product .wraper_shop_main > .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {

    /*.container {
    max-width: 768px;
  }*/
    #header .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    /*.archive.post-type-archive .wraper_inner_banner_main > .container {
        margin: 0 15px;
    }*/

    .wraper_blog_main.style-default > .container > .row {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }

    .single.single-post .wraper_blog_main .container .row {
        margin-left: -7px !important;
        margin-right: -7px !important;
    }

    .wraper_inner_banner_breadcrumb > .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .wraper_inner_banner_main > .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .wraper_blog_main.style-default .widget-area {
        margin-left: 0 !important;
        padding-left: 0px;
    }

    .widget-area > .widget.widget_search .search-form {
        margin-right: 0 !important;
    }

    .tag-gallery .entry-content.default-page .wp-block-gallery {
        margin-bottom: 30px;
    }

    .radiantthemes-shop.three-column > .radiantthemes-shop-box {
        width: 50%;
    }


    .checkout.woocommerce-checkout #customer_details .col-12 {
        padding: 0;
    }

    .checkout.woocommerce-checkout .woocommerce-checkout-review-order {
        padding: 0 !important;
    }



    td.product-thumbnail:before {
        display: none;
    }

    .woocommerce table.shop_table > tbody > tr > td {
        padding: 20px 0px;
    }

    .woocommerce-message .cart-added .cart-added-text {
        width: 80%;
    }

    .order-sm-12 {
        -ms-flex-order: inherit;
        order: inherit;
    }

    .order-sm-1 {
        -ms-flex-order: inherit;
        order: inherit;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {

    /*.archive.post-type-archive .wraper_inner_banner_main > .container{margin: 0 15px;}
    .archive.post-type-archive .wraper_inner_banner_breadcrumb > .container{margin: 0 15px;}
    .archive.post-type-archive .wraper_shop_main.left > .container{margin: 0 15px;}*/

    .wraper_shop_main.right .widget-area {
        margin-right: 0;
    }

}

@media screen and (max-width:767px) {

    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        float: left !important;
        margin-top: 47px !important;
        margin-bottom: 30px !important;
    }
}

@media screen and (max-width:413px) {

    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        float: left !important;
        margin-top: 39px !important;
        margin-bottom: 30px !important;
    }

    .wraper_shop_single.style-two .container {}
}

.container.page-container {
    padding-top: 130px;
    padding-bottom: 140px;
    overflow: hidden;
}



.page.page-id-1133 .wraper_blog_main {
    padding-bottom: 0px;
}

@media screen and (max-width:1024px) {
    .wraper_blog_main .container.page-container {
        padding-top: 110px;
        padding-bottom: 120px;
    }

    .woocommerce-checkout .site .wraper_blog_main .container.page-container {
        padding-bottom: 0px !important;
    }

    .woocommerce-checkout #payment div.form-row {
        padding-bottom: 120px !important;
    }

    .wraper_shop_single.style-one .container {
        padding-top: 120px;
        padding-bottom: 80px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .wraper_shop_single.style-one .radiantthemes-shop {
        margin-bottom: 0 !important;
    }

    /*.post-type-archive-product .wraper_shop_main > .container {
        padding-top: 50px;
        padding-bottom: 70px;
    }
*/
    .wraper_shop_main.left .container {
        padding-top: 50px;
        padding-bottom: 70px;
    }


}

@media screen and (max-width:768px) {
    .woocommerce-checkout #payment div.form-row {
        padding-bottom: 99px !important;
    }
}

@media screen and (max-width:767px) {
    .wraper_shop_single.style-one .container {
        padding-top: 100px;
        padding-bottom: 62px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .woocommerce-checkout #payment div.form-row {
        padding-bottom: 85px !important;
    }

    .wraper_blog_main .container.page-container {
        padding-top: 90px;
        padding-bottom: 100px;
    }

}

/*** SHOP MODIFIED **/


.process-img-box {
    overflow: hidden;
    margin: 0;
}

.process-img-box .elementor-column-wrap {
    position: relative;
}

/*.process-img-box .elementor-column-wrap:before {
    content: "";
    width: 0;
    height: 100%;
    background: rgba(236, 158, 124, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    transition: all .5s ease 0s;
}

.process-img-box .elementor-column-wrap:hover:before {
    width: 100%;
}*/

.process-img-box .elementor-column-wrap .elementor-image {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
    transition: transform .5s ease 0s;
}

.process-img-box .elementor-column-wrap:hover .elementor-image {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.process-img-box .elementor-column-wrap .elementor-heading-title {
    opacity: 1;
    transform: translate3d(0, 70px, 0);
    transition: transform .5s ease 0s;
}

.process-img-box .elementor-column-wrap:hover .elementor-heading-title {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
    color: #fff !important;
    transition-delay: .15s;
}

.process-img-box .elementor-column-wrap .elementor-text-editor {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
    transition: all .5s ease 0s;
}

.process-img-box .elementor-column-wrap:hover .elementor-text-editor {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
    transition-delay: .15s;
}

.process-img-box .elementor-column-wrap .radiantthemes-custom-button {
    /*position: absolute;
    opacity: 0;
    z-index: 1;
    transition: all .7s ease 0s;*/

    opacity: 0;
    transform: translate3d(0, 70px, 0);
    transition: all .5s ease 0s;
}

.process-img-box .elementor-column-wrap:hover .radiantthemes-custom-button {
    /*opacity: 1;
    transition-delay: .15s;*/
    opacity: 1;
    transform: translate3d(0, -20px, 0);
    transition-delay: .15s;
}

/******/
.service-counseller {
    overflow: hidden;
    margin: 0;
}

.service-counseller .elementor-column-wrap {
    position: relative;
    margin: 0 10px;
}

.service-counseller .elementor-column-wrap:before {
    content: "";
    width: 94%;
    height: 94%;
    background: rgba(236, 158, 124, 0.7);
    position: absolute;
    top: 3%;
    left: 3%;
    transition: all .5s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.service-counseller .elementor-column-wrap:hover:before {
    /*width: 94%;
    height: 94%*/
    transition: all .5s ease 0s;
    opacity: 1;
    visibility: visible;
}

.service-counseller .elementor-column-wrap .elementor-heading-title {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
    transition: transform .5s ease 0s;
}

.service-counseller .elementor-column-wrap:hover .elementor-heading-title {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    /*transition-delay: .15s;*/
}

.service-counseller .elementor-column-wrap .elementor-text-editor {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
    transition: all .5s ease 0s;
}

.service-counseller .elementor-column-wrap:hover .elementor-text-editor {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    transition-delay: .15s;
}

.service-counseller .elementor-column-wrap .radiantthemes-custom-button {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
    transition: all .5s ease 0s;
}

.service-counseller .elementor-column-wrap:hover .radiantthemes-custom-button {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
    transition-delay: .15s;
}

@media(max-width:1024px) {
    .process-img-box .elementor-column-wrap .elementor-heading-title {
        opacity: 1;
        transform: translate3d(0, 85px, 0);
        transition: transform .5s ease 0s;
    }

    .service-counseller .elementor-column-wrap .elementor-heading-title {
        opacity: 1;
        transform: translate3d(0, 85px, 0);
        transition: transform .5s ease 0s;
    }

}

@media(max-width:767px) {
    .process-img-box .elementor-column-wrap .elementor-heading-title {
        opacity: 1;
        transform: translate3d(0, 100px, 0);
        transition: transform .5s ease 0s;
    }

    .service-counseller .elementor-column-wrap .elementor-heading-title {
        opacity: 1;
        transform: translate3d(0, 100px, 0);
        transition: transform .5s ease 0s;
    }


}

.clinic-img-box .elementor-section-boxed {
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
}

.clinic-img-box:hover .elementor-section-boxed {
    transform: translateY(-20px);
}

.counsel-img-box {
    overflow: hidden;
    margin: 0;
}

.counsel-img-box .elementor-column-wrap {
    position: relative;
    overflow: hidden
}

.counsel-img-box .elementor-column-wrap:before {
    content: "";
    width: 0;
    height: 100%;
    background: rgba(248, 242, 232, 0.8);
    position: absolute;
    top: 0;
    left: -180px;
    bottom: 0;
    transform: skewX(-36deg);
    transition: all .5s ease 0s
}

.counsel-img-box .elementor-column-wrap:hover:before {
    width: 245%
}

.counsel-img-box .elementor-column-wrap .elementor-image {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
    transition: transform .5s ease 0s
}

.counsel-img-box .elementor-column-wrap:hover .elementor-image {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.counsel-img-box .elementor-column-wrap .elementor-heading-title {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    transition: all .7s ease 0s
}

.counsel-img-box .elementor-column-wrap:hover .elementor-heading-title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: .15s
}


.counsel-img-box .elementor-column-wrap .elementor-text-editor {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    transition: all .7s ease 0s
}



.counsel-img-box .elementor-column-wrap:hover .elementor-text-editor {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: .15s
}

.counsel-img-box .elementor-column-wrap .radiantthemes-custom-button {
    position: absolute;
    opacity: 0;
    z-index: 1;
    transition: all .7s ease 0s
}

.counsel-img-box .elementor-column-wrap:hover .radiantthemes-custom-button {
    opacity: 1;
    transition-delay: .15s
}







.service-box-rt {
    overflow: hidden;
    margin: 0;
}

.service-box-rt .elementor-column-wrap {
    position: relative;
    overflow: hidden
}

.service-box-rt .elementor-column-wrap:before {
    content: "";
    width: 0;
    height: 100%;
    background: rgba(236, 158, 124, 0.7);
    position: absolute;
    top: 0;
    left: -180px;
    bottom: 0;
    transform: skewX(-36deg);
    transition: all .5s ease 0s
}

.service-box-rt .elementor-column-wrap:hover:before {
    width: 245%
}

.service-box-rt .elementor-column-wrap .elementor-image {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
    transition: transform .5s ease 0s
}

.service-box-rt .elementor-column-wrap:hover .elementor-image {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.service-box-rt .elementor-column-wrap .elementor-heading-title {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    transition: all .7s ease 0s
}

.service-box-rt .elementor-column-wrap:hover .elementor-heading-title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: .15s
}


.service-box-rt .elementor-column-wrap .elementor-text-editor {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    transition: all .7s ease 0s
}



.service-box-rt .elementor-column-wrap:hover .elementor-text-editor {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: .15s
}

.service-box-rt .elementor-column-wrap .radiantthemes-custom-button {
    position: absolute;
    opacity: 0;
    z-index: 1;
    transition: all .7s ease 0s
}

.service-box-rt .elementor-column-wrap:hover .radiantthemes-custom-button {
    opacity: 1;
    transition-delay: .15s
}

.skin-clinic-read-more a {
    position: relative;
    display: inline-block;
}

.skin-clinic-read-more a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #4F4F4F;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.skin-clinic-read-more a:hover:before {
    width: 0;
}

.info-box .info-number .elementor-text-editor p {
    margin: 0px;
}

.info-box .info-number .elementor-text-editor {
    background: #FDF5F2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.info-box .info-bg .elementor-column-wrap.elementor-element-populated {
    background: #FDF5F2;
    transition: all 0.3s ease;
}

.info-box:hover .info-bg .elementor-column-wrap.elementor-element-populated {
    background: #e69472;
}

.info-box .info-bg .elementor-text-editor {
    transition: all 0.3s ease;
}

.info-box:hover .info-bg .elementor-text-editor {
    color: #fff;
}

.info-box:hover .info-number .elementor-text-editor {
    background: #e69472;
    color: #fff;
}

.info-box .info-bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 40%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #fdf5f2;
    border-left: 0;
    margin-top: -10px;
    margin-left: -10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.info-box:hover .info-bg:before {
    border-right-color: #e69472;
}

.info-box .info-number .elementor-text-editor:before {
    content: "";
    width: 2px;
    height: 104px;
    position: absolute;
    transition: all 0.35s linear;
    background: #fdf5f2;
    top: 50px;
    left: 27%;
}

.info-box .info-number .elementor-text-editor:after {
    content: "";
    width: 2px;
    height: 0px;
    position: absolute;
    transition: all 0.35s linear;
    background: #e69472;
    top: 50px;
    left: 27%;
}

.info-box:hover .info-number .elementor-text-editor:after {
    height: 104px;
}

.info-box .info-number.b-none .elementor-text-editor:before {
    display: none;
}

.info-box .info-number.b-none .elementor-text-editor:after {
    display: none;
}

@media screen and (min-width:768px) and (max-width:991px) {
    .info-box .info-number .elementor-text-editor:before {
        content: "";
        width: 2px;
        height: 104px;
        position: absolute;
        transition: all 0.35s linear;
        background: #fdf5f2;
        top: 50px;
        left: 45%;
    }

    .info-box .info-number .elementor-text-editor:after {
        content: "";
        width: 2px;
        height: 0px;
        position: absolute;
        transition: all 0.35s linear;
        background: #e69472;
        top: 50px;
        left: 45%;
    }
}

@media screen and (min-width:480px) and (max-width:767px) {}

@media screen and (min-width:321px) and (max-width:479px) {
    .info-box .info-number .elementor-text-editor:before {
        display: none;
    }

    .info-box .info-number .elementor-text-editor:after {
        display: none;
    }

    .info-box .info-bg:before {
        content: '';
        position: absolute;
        left: 25px;
        top: -10px;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fdf5f2;
        margin-top: -10px;
        margin-left: -10px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    .info-box:hover .info-bg:before {
        border-bottom: 10px solid #e69472;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

}

@media screen and (max-width:320px) {
    .info-box .info-number .elementor-text-editor:before {
        display: none;
    }

    .info-box .info-number .elementor-text-editor:after {
        display: none;
    }

    .info-box .info-bg:before {
        content: '';
        position: absolute;
        left: 25px;
        top: -10px;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fdf5f2;
        margin-top: -10px;
        margin-left: -10px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    .info-box:hover .info-bg:before {
        border-bottom: 10px solid #e69472;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

}

.rt-clinic-icon-align .elementor-image-box-img {
    padding: 8px 0 15px 0;

}



.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    display: none !important;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: left;
    width: 40%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 57%;
    float: right;
}

.archive .wraper_shop_main.left .order-sm-12 {
    padding-left: 50px;
}

.archive .wraper_shop_main.left .order-sm-1 {
    padding-left: 17px;
}

.archive .wraper_shop_main.right .order-sm-1 {
    padding-right: 50px;
    padding-left: 17px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        float: left;
        width: 48%;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 48%;
        float: right;
    }
}

@media only screen and (max-width: 767px) {

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 100%;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 100%;
    }

    .order-sm-12 {
        -ms-flex-order: inherit;
        order: inherit;
    }

    .order-sm-1 {
        -ms-flex-order: inherit;
        order: inherit;
    }
}

/*========================================= SANTANU STARTS =========================================*/

.premium-progressbar-container {
    position: relative;
}

.premium-progressbar-bar-wrap {
    position: relative;
    text-align: left;
    overflow: hidden;
    height: 25px;
    margin-bottom: 50px;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.premium-progressbar-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    background: #6ec1e4;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    overflow: hidden;
    -webkit-transition: width 0s ease-in-out !important;
    transition: width 0s ease-in-out !important;
}

.premium-progressbar-striped .premium-progressbar-bar {
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.premium-progressbar-active .premium-progressbar-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.premium-progressbar-gradient .premium-progressbar-bar {
    -webkit-background-size: 400% 400% !important;
    background-size: 400% 400% !important;
    -webkit-animation: progress-bar-gradient 10s ease-in-out infinite;
    animation: progress-bar-gradient 10s ease-in-out infinite;
}

.premium-progressbar-container .clearfix {
    clear: both;
}

.premium-progressbar-container p:first-of-type {
    margin: 0;
    float: left;
}

.premium-progressbar-container p:nth-of-type(2) {
    margin: 0;
    float: right;
}

.header-social-icon .elementor-social-icon {
    padding: 0.1em;
    margin-right: 7px;
}

.demo-three-social .elementor-icon .ti-facebook {
    width: 0.9em;
    height: 0.9em;
    border-radius: 3px;
}

.together-we-can .elementor-widget-container {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.together-we-can:hover .elementor-widget-container {
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 800px) {}

@media only screen and (max-width:760px) {}

@media only screen and (max-width:375px) {}

@media only screen and (max-width:355px) {}

.healthy-and-happy-life .elementor-image-box-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.healthy-and-happy-life .elementor-image {
    overflow: hidden;
}

.healthy-and-happy-life img {
    transform: scale(1);
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
}

.healthy-and-happy-life:hover img {
    transform: scale(1.03);
    transition: all 0.3s ease;
}

.healthy-and-happy-life .elementor-image-box-img {
    overflow: hidden;
}

.home-page-two-read-more .elementor-icon-list-text:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.home-page-two-read-more .elementor-icon-list-text:hover:before {
    width: 0;
}


.why-choose-cura {
    box-shadow: none;
    transition: all 0.3s ease;
}

.why-choose-cura:hover {
    box-shadow: 4.33px 2.5px 23px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}


/* ======================= skin-clinic Page =======================*/
.skin-info .bubble-box {
    position: relative;
    background: #fdf5f2;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;


}

.skin-info .bubble-box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #fdf5f2;
    border-left: 0;
    margin-top: -10px;
    margin-left: -10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.skin-info:hover .bubble-box {
    background: #e69472;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;

}

.skin-info:hover .bubble-box:after {
    border-right-color: #e69472;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;

}



@media only screen and (max-width: 1200px) and (min-width: 824px) {

    .skin-info .number-effect:before,
    .skin-info .number-effect-last:before {
        left: 15%;
        width: 70%;
        height: 100%;
    }
}

.skin-info .skin-info-title-one {
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.skin-info .skin-info-title-two {
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.skin-info:hover .skin-info-title-one {
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.skin-info:hover .skin-info-title-two {
    opacity: 1;
    z-index: 3;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.skin-info .skin-info-des-one {
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.skin-info .skin-info-des-two {
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.skin-info:hover .skin-info-des-one {
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.skin-info:hover .skin-info-des-two {
    opacity: 1;
    z-index: 3;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.skin-info .skin-info-img-one {
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.skin-info .skin-info-img-two {
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.skin-info:hover .skin-info-img-one {
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.skin-info:hover .skin-info-img-two {
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.skin-info .skin-info-one p {
    color: #3D3C37;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.skin-info:hover .skin-info-one p {
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.skin-info .number-effect:before,
.skin-info .number-effect-last:before {
    content: "";
    position: absolute;
    top: -15%;
    left: 22%;
    width: 58%;
    height: 100%;
    border-radius: 150px;
    background-color: currentColor;
    z-index: -1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.skin-info:hover .number-effect:before,
.skin-info:hover .number-effect-last:before {
    background-color: currentColor;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.skin-info .number-effect:after {
    content: "";
    position: absolute;
    top: 45px;
    left: 50%;
    width: 2px;
    height: 0;
    background-color: currentColor;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.skin-info .number-effect-back:before {
    content: "";
    position: absolute;
    top: 45px;
    left: 50%;
    width: 2px;
    height: 93px;
    background-color: currentColor;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.skin-info:hover .number-effect:after {
    height: 95px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.skin-info:hover .number-effect-back:before {
    height: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

@media only screen and (max-width: 734px) and (min-width: 500px) {

    .skin-info .number-effect:before,
    .skin-info .number-effect-last:before {
        left: 20%;
        width: 58%;
        height: 100%;
    }
}

@media only screen and (max-width: 499px) {

    .skin-info .number-effect:before,
    .skin-info .number-effect-last:before {
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media screen and (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
    .skin-info .number-effect:before {
        width: 54%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1266px) {
    .skin-info .number-effect:before {
        left: 10px;
        width: 70%;
    }

    .skin-info .number-effect-back:before {
        height: 107px;
    }

    .skin-info:hover .number-effect:after {
        height: 107px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .skin-info .number-effect:before {
        left: 0;
        width: 100%;
    }

    .skin-info .number-effect-last:before {
        left: 0;
        width: 100%;
    }

    .skin-info .number-effect-back:before {
        height: 107px;
    }

    .skin-info:hover .number-effect:after {
        height: 107px;
    }
}

@media only screen and (max-width: 767px) {
    .skin-info .number-effect-back:before {
        height: 107px;
        display: none;
    }

    .skin-info:hover .number-effect:after {
        height: 107px;
        display: none;
    }

    .skin-info .bubble-box:after {
        display: none;
    }
}

@media screen and (min-width: 320px) and (max-width: 568px) and (orientation: landscape) {
    .rt-round {
        width: 18% !important;
    }
}

@media screen and (max-width: 320px) {

    .skin-info .number-effect:before,
    .skin-info .number-effect-last:before {
        top: -4px;
        left: 0;
        width: 100%;
        height: 80%;
    }
}





.type-of-counselling .elementor-icon-list-text:before {
    content: "";
    position: absolute;
    top: 95%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #EC9E7C;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.type-of-counselling:hover .elementor-icon-list-text:before {
    width: 0;
}




.special-treatment-effect .elementor-heading-title:before {
    content: "";
    position: absolute;
    left: 20%;
    top: -35%;
    /*margin:0 70% 0 20%;*/
    width: 60%;
    height: 180%;
    background-color: #f5ab4a;
    Z-index: -1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}


.special-treatment-effect .elementor-element.elementor-element-7a01e4c,
.special-treatment-effect .elementor-element.elementor-element-7f41454,
.special-treatment-effect .elementor-element.elementor-element-abc6c38 {

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.special-treatment-effect:hover .elementor-element.elementor-element-7a01e4c,
.special-treatment-effect:hover .elementor-element.elementor-element-7f41454,
.special-treatment-effect:hover .elementor-element.elementor-element-abc6c38 {
    top: 83%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}


/*===================== ACCORDIAN STYLE =====================*/


.about-three-accordian .elementor-accordion-item .elementor-tab-title.elementor-active {
    background-color: #FD406A !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
    margin-bottom: 0 !important;
}

.about-three-accordian .elementor-accordion-item .elementor-tab-title {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
    margin-bottom: 25px;
}

.about-three-accordian .elementor-accordion-item .elementor-tab-content.elementor-active {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
    margin-bottom: 25px;
}

.about-three-accordian .elementor-accordion-icon {
    padding-top: 5px;
}

.about-eight-accordian .elementor-accordion-item .elementor-tab-title.elementor-active {
    background-color: #47A1E7 !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
    margin-bottom: 0 !important;
}

.about-eight-accordian .elementor-accordion-item .elementor-tab-title {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
    margin-bottom: 25px;
}

.about-eight-accordian .elementor-accordion-item .elementor-tab-content.elementor-active {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
    margin-bottom: 25px;
}

.about-eight-accordian .elementor-accordion-icon {
    padding-top: 5px;
}

/*============Team===============*/
.team-img-gap .team.element-eight .team-item {
    margin: 0;
}



.appointment .form input[type="text"] {
    /*width:calc(100% - 20px);*/
    width: 100%;
    height: 56px;
    border: 0;
    background-color: #f6f3ee;
    font-size: 16px;
    line-height: 28px;
    color: #858585;
    /*font-family: "Jost Regular";*/
    padding-left: 25px;
    border-radius: 0;

}

.appointment .form input[type="email"] {
    /*width:calc(100% - 20px);*/
    width: 100%;
    height: 56px;
    border: 0;
    background-color: #f6f3ee;
    font-size: 16px;
    line-height: 28px;
    color: #858585;
    /*font-family: "Jost Regular";*/
    padding-left: 25px;
    border-radius: 0;
    /* margin-left:-20px;*/
}

.appointment .form input[type="submit"] {
    width: 100%;
    /*padding: 12px 33px;*/
    height: 56px;
    border: 0;
    background-color: #ec9e7c;
    font-size: 17px;
    line-height: 27px;
    color: #ffffff;
    border-radius: 0;
    /*font-family: "Jost Medium";*/
    /*margin-left:-40px;*/
}

.appointment .padding-space {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.counter-div .counter-effect-two:before {
    content: "";
    position: absolute;
    left: 0;
    top: 120%;
    width: 105px;
    height: 1px;
    background-color: #9d4c3d;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.counter-div:hover .counter-effect-two:before {
    width: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.counter-div .counter-effect-two .elementor-counter-number-prefix {
    display: none;
}

.counter-div .counter-effect:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 105px;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.counter-div:hover .counter-effect:before {
    width: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.counter-div .counter-effect .elementor-counter-number-prefix {
    display: none;
}

.pet-counter .elementor-counter .elementor-counter-number-prefix {
    display: none;
}

.pet-counter .elementor-counter .elementor-counter-title {
    text-align: left;
}

@media only screen and (max-width: 767px) {

    .appointment .form input[type="text"] {
        margin-bottom: 10px;
    }

    .appointment .form input[type="email"] {
        margin-bottom: 10px;
    }

    .appointment .form input[type="submit"] {
        margin-bottom: 10px;
        width: 100%;
    }

    .pet-counter .elementor-counter .elementor-counter-number-prefix {
        display: none;
    }

    .pet-counter .elementor-counter .elementor-counter-title {
        text-align: left;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .pet-counter .elementor-counter .elementor-counter-number-prefix {
        display: none;
    }

    .pet-counter .elementor-counter .elementor-counter-title {
        text-align: left;
    }
}

@media only screen and (max-width: 800px) {
    .appointment .form input[type="submit"] {
        padding: 11px 14px;
        width: 100%;
    }
}


/*========================================= SANTANU Ends =========================================*/


.clinic-treatment-effect .elementor-heading-title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    width: 60%;
    height: 180%;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
    z-index: -1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}


.clinic-treatment-effect .elementor-widget-heading {

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.clinic-treatment-effect:hover .elementor-widget-heading {
    top: 83% !important;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {

    .clinic-treatment-effect .elementor-heading-title:before {
        width: 80%;
    }


}

.rt-customer-support .swiper-pagination {
    position: relative !important;
    text-align: left !important;
}

.rt-customer-support .swiper-pagination span.swiper-pagination-bullet-active {
    position: relative;
    display: inline-block;
}

.rt-customer-support .swiper-pagination span.swiper-pagination-bullet-active:after {
    border-radius: 50% !important;
    border: 1px solid #000 !important;
    width: 16px !important;
    height: 16px !important;
    background: transparent;
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    right: 0;
    margin: 0 auto;
}



.rt-customer-support .swiper-pagination span {
    position: relative;
    display: inline-block;
}

.rt-customer-support .swiper-pagination span:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    background: #000;
    width: 6px;
    height: 6px;
}





/*==================================== LANDING PAGE ====================================*/


.landing-home-one {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}



.landing-home-one:hover {
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    transform: translateY(-7px);
}



/*.landing-home-one:hover .elementor-widget-image-box .elementor-image-box-title {
    color: #0067DA;
}*/



.landing-home-one .elementor-image-box-img img {
    box-shadow: 0px 10px 50px -10px rgba(103, 100, 253, 0.2);
    border-radius: 4px;
}



/*Shop/Blog Banner*/
.post-type-archive-product .wraper_shop_main > .container {
    padding-top: 140px;
    padding-bottom: 138px;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .post-type-archive-product .wraper_shop_main > .container {
        padding-top: 120px;
        padding-bottom: 118px;
    }
}

@media screen and (min-width:481px) and (max-width:767px) {
    .post-type-archive-product .wraper_shop_main > .container {
        padding-top: 81px;
        padding-bottom: 98px;
    }
}

@media screen and (max-width: 480px) {
    .post-type-archive-product .wraper_shop_main > .container {
        padding-top: 81px;
        padding-bottom: 98px;
    }
}

/*=======================*/

.wishlist-title.wishlist-title-with-form .btn.show-title-form {
    background: none;
    display: none;
}

.wishlist-title.wishlist-title-with-form .btn.show-title-form:hover {
    background: none;
}

/*.single.single-product .wraper_inner_banner {
  background-image: none !important;
}*/


/*.single.single-product .wraper_inner_banner_main > .container {
  padding-top: 125px !important;
  padding-bottom: 10px !important;
}

.single.single-product .wraper_inner_banner_breadcrumb > .container {
  padding-top: 0 !important;
  padding-bottom: 45px !important;
}

.single.single-product .wraper_inner_banner_main > .container .inner_banner_main .title {
  color: #000;
}


.single.single-product .wraper_inner_banner_breadcrumb > .container .inner_banner_breadcrumb #crumbs {
  color: #696969;
}*/

.widget.widget_products .product-info h5 {
    margin: 0;
}

.wraper_blog_main .entry.status-publish .entry-header {
    display: none;
}


.yith_wcwl_wishlist_footer .yith-wcwl-share ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share ul li {
    margin: 0;
    padding: 0;
    float: left;
    margin: 0 10px 0 0;
    list-style-type: none;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share h4 {
    margin-bottom: 10px;
    font-weight: 500 !important;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000 !important;
    text-transform: capitalize;
}



#calc_shipping_state_field span {
    width: 100% !important;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none !important;
}

.select2-selection__arrow:after {
    content: "\e64b";
    position: absolute;
    /* left: 50%; */
    top: 50%;
    margin-left: 0;
    margin-top: -8px;
    font-family: 'themify';
    font-size: 10px;
    width: 0;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

@media screen and (max-width: 1024px) {
    .select2-selection__arrow:after {
        margin-left: -24px;
    }
}

@media screen and (max-width: 480px) {
    .select2-selection__arrow:after {
        margin-left: -24px;
    }

    .woocommerce .cart-collaterals {
        background: #EEF5FF;
        padding: 2px 30px;
    }
}

.shipping-calculator-form .form-row {
    padding: 3px 0 !important;
}

.rt-select-wrapper .rt-select-button:before,
.select2-container .select2-selection > .select2-selection__arrow:before {
    content: "\e64b";
    position: absolute;
    right: 0;
    top: 50%;
    margin-left: -3px;
    margin-top: -3px;
    font-family: 'themify';
    font-size: 10px;
    width: 18px;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}



.select2-hidden-accessible {
    position: absolute !important;
    width: 100% !important;
    border: 0 !important;
    clip: none !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: none !important;
    padding: 0 !important;
    float: left !important;
}

.woocommerce-terms-and-conditions-wrapper {
    text-align: left;
    margin: 0;
}

/*.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 0 !important;
  background: #FD406A;
  color: #fff;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
   background: #FD406A;
  color: #fff;
}*/

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    font-weight: 600;
    border-radius: 4px;
    left: auto;
    border: 0;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
    /*background: linear-gradient(to right, #ff0c86, #ff3275, #ff4b67, #ff615c, #ff7454);*/
    border-radius: 4px;
    color: #fff;
    padding: 14px 50px;
}

.woocommerce button.button:hover {
    color: #fff !important;
}

.checkout_coupon.woocommerce-form-coupon .button {
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%) !important;
    border: none !important;
    border-radius: 4px;
    color: #fff;
    height: 54px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1px;
}

@media screen and (max-width: 768px) {

    .rt-select-wrapper .rt-select-button:before,
    .select2-container .select2-selection > .select2-selection__arrow:before {
        right: 13px;
    }

    .shipping-calculator-form .form-row .select2-container .select2-selection--single .select2-selection__rendered {
        padding-right: 30px;
    }
}


.woocommerce-cart .cart-collaterals .shipping-calculator-button:hover {
    color: #000;
}


.woocommerce ul.product_list_widget .rt-edu-product-item .rt-thumbnail {
    float: right;
}

.woocommerce ul.product_list_widget .rt-edu-product-item .product-info {
    float: left;
    margin-top: -8px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px rgba(40, 41, 37, 0.2) solid;
    border-radius: 4px;
}

.woocommerce ul.product_list_widget li a {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}


/*======================================================================================
SEARCH
======================================================================================*/


.rt-search-box {
    width: 100%;
    position: relative;
}

.search-btn {
    position: absolute;
    /* color: #FFF; */
    float: right;
    right: 0;
    top: 7px;
}

.search-btn:hover {
    cursor: pointer;

}

.search-btn:before {
    content: "\e610";
    font-family: 'themify';
    font-size: 18px;
}



.rt-search-btn {
    position: absolute;
    top: 10px;
    right: 0;
    color: #FFF;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;

}


.rt-search-btn.fa-2x {
    font-size: 18px;
}

#search-overlay {
    display: none;
}

.block {
    position: fixed;
    /*left: auto;*/
    left: 0;
    right: 0;
    z-index: 90;
    margin: 0 auto;
    /*width: 100%;*/
    width: 1184px;
    overflow: auto;
    text-align: center;
    border: 0px;
    transform: translate3d(0px, 63px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    display: block;
    transition: transform .1s ease-in-out;
}

.block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
}

.centered {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    float: left;
    padding: 0;
    color: #FFF;
    border: none;
    background: #f8f8f8;
}

#search-box {
    position: relative;
    width: 100%;
    margin: 0;
}

#search-form {
    overflow: hidden;
}

#search-text {
    font-size: 13px;
    text-transform: capitalize;
    color: #ddd;

}

#search-box input[type="text"] {
    /*    background: rgba(255, 255, 255, 0.9);*/
    background: #e5e6e9;
    width: 90%;
    float: left;
    padding: 0;
    color: #000;
    outline: none;
    font-size: 16px;
    line-height: 27px;
    padding: 12px 30px;
    text-transform: capitalize;
    border: 0px;
}

#search-box input[type="text"]::-webkit-input-placeholder {
    color: #545454;
}

#search-box input[type="text"]::-moz-placeholder {
    color: #545454;
}

#search-box input[type="text"]:-ms-input-placeholder {
    color: #545454;
}


#search-box input[type="submit"] {
    width: 10%;
    float: right;
    padding: 12px 33px;
    background: none;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    border: 0;
    cursor: pointer;
    background: #FD406A;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #search-box input[type="text"] {
        width: 83%;
    }

    #search-box input[type="submit"] {
        width: 17%;
    }

}

@media screen and (max-width: 767px) {

    .centered {
        width: 100%;
    }

    #search-box input[type="text"] {
        width: 100%;
        padding: 15px;
        margin-bottom: 10px;
    }

    #search-box input[type="submit"] {
        width: 100%;
        padding: 15px 33px;
    }

    .search-btn.fa-2x {
        font-size: 16px;
    }

    .rt-search-btn.fa-2x {
        font-size: 16px;
    }

    #close-btn.fa-2x {
        font-size: 16px;
    }

    .rt-search-btn {
        position: absolute;
        top: 10px;
        right: 0;
        color: #FFF;
    }
}

/*.post-thumbnail:hover .wp-post-image {
    transform: scale(1.06) translateX(2%);
    transition: transform 1s cubic-bezier(.33,.02,0,.93);
}*/
header#header.sticky-active .rt-cart-box.hidden-md {
    display: none;
}


.appointment-booking .wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 50px;
    margin-bottom: 15px;
    padding: 0 10px;
    background: #077ece;
    color: #fff;
}

.appointment-booking ::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.appointment-booking ::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1;
}

.appointment-booking ::-ms-input-placeholder {
    color: #fff !important;
    opacity: 1;
}

.appointment-booking ::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}

.appointment-booking .form-row {
    margin: 0px;
}

.appointment-booking .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    padding: 0;
}

.appointment-booking .wpcf7-submit {
    width: 100%;
    border: none;
    background: #EF576C;
    color: #fff;
    height: 50px;
    font-weight: 500;
}

.appointment-booking select.wpcf7-form-control.wpcf7-select {
    background: url(//sonpati.xyz/wp-content/themes/uvo/assets/css/assets/images/ar-d.png) no-repeat right #077ece;
    background-position-x: 96%;
    background-size: 12px;
    -webkit-appearance: none;
    appearance: none;
}

.wp-block-file .wp-block-file__button,
.wp-block-button__link {
    /*border-radius: 0;*/
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 11px 40px 11px 40px;
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%);
    box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3);
    border-radius: 4px;
    margin: 0px 0px 0px 0px;
    margin-bottom: 0px;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    font-family: "Poppins";
    text-transform: capitalize;
}

.wp-block-button__link:hover {
    box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}


.is-style-outline>.wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
    background: transparent;
    color:  #FF0C86 !important;
    box-shadow: none;
    border: 2px solid #FF0C86;
}

.wp-block-cover .wp-block-cover-text {
    max-width: 862px;
    color: #fff !important;
}


.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
    background: url(https://cura.radiantthemes.com/wp-content/uploads/2020/10/ar-db.png) no-repeat left #ffffff;
    appearance: none;
    background-position-x: 97.5%;
    background-size: 9px;
}

.rt-selectbox {
    opacity: 0;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.country_select,
.state_select {
    min-height: 50px;
    font-size: 16px;
    color: #000;
    background: #f8f8f8;
    border: 1px #f8f8f8 solid;
    border-radius: 0;
    padding: 10px 10px 10px 7px;
    line-height: inherit;
    background: #f8f8f8 url(//sonpati.xyz/wp-content/themes/uvo/assets/images/icon.png) no-repeat center right 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
}


/* WRAPPER CSS STARTS */

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1266px !important;
}

@media (min-width: 1266px) {
    .wraper_shop_main .container {
        max-width: 1266px !important;
    }

    /*.wraper_blog_main .container {
        max-width: 75% !important;
    }

    .wraper_blog_main.default-page .container {
        max-width: 75% !important;
    }*/

    .wraper_blog_main.style-five .container {
        max-width: 1236px !important;
    }

    .wraper_blog_main.style-default .container {
        max-width: 1266px !important;
    }

    .wraper_shop_single.style-one .container {
        max-width: 1266px !important;
    }

}

/* WRAPPER CSS ENDS */

/* FOOTER CSS STARTS */

.footer-para p {
    margin-bottom: 0px;
}

.menu-footer-link-style-three a {
    color: #d2d3d5;
    font-weight: 400;
}

.menu-footer-link-style-three li {
    margin-bottom: 10px;
}

.menu-footer-link-style-three a:hover {
    color: #ffffff;
}

.digital-marketing-footer input[type=email] {
    border: 1px solid #f8f8f8;
    color: #545454;
    font-weight: 400;
    padding: 12px;
    background: #f8f8f8;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    border-radius: 4px;
    margin-bottom: 15px;
}

.digital-marketing-footer input[type="submit"] {
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%);
    border: none;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0px;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 600;
    text-transform: capitalize;
    float: right;
    border-radius: 4px;
    letter-spacing: 0;
    font-family: "Poppins";
    box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3);
    -webkit-box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3);
    margin-top: 5px;
}

@media screen and (max-width: 480px) {
    .digital-marketing-footer input[type="submit"] {
        margin-top: 5px;
    }
}

.digital-marketing-footer input[type=email]::placeholder {
    color: #545454 !important;
    opacity: 1;
}

.footer-one p {
    color: #D2D3D5
}

/* FOOTER CSS ENDS */

/* for header search css for seo agency */

.header_nav_action.seo_search {
    float: left;
    margin-top: 0px;
}

.header_nav_action.seo_search ul > li:last-child,
.header_nav_action ul > li:only-child {
    margin-right: 0;
}

.header_nav_action.seo_search ul > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}

.header_nav_action.seo_search ul > li.expanded-searchbar .form-row input[type=search] {
    max-width: 175px;
}

.header_nav_action.seo_search ul > li.expanded-searchbar .form-row {
    position: relative;
    padding: 0;
    margin: 0;
}

.header_nav_action.seo_search ul > li.expanded-searchbar .form-row input[type=search] {
    width: 100%;
    height: 20px;
    padding: 0px 30px 0px 15px;
    background-color: transparent;
    border: none;
    border-left: 1px rgba(255, 255, 255, 0.9) solid;
    box-shadow: initial;
    text-transform: capitalize;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0px;
}

.header_nav_action.seo_search ul > li.expanded-searchbar .form-row input[type=search]::placeholder {
    color: #ffffff !important;
}

.header_nav_action.seo_search ul > li.expanded-searchbar .form-row button[type=submit] {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 1;
    width: 20px;
    height: 100%;
    background-image: url(//sonpati.xyz/wp-content/themes/uvo/assets/css/service-box-img/search-white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: initial;
    background-size: 18px auto;
    border: none;
    cursor: pointer;
    opacity: 0.9;
}

/* seo agency search css ends */



/* megamenu new css starts */

#rt-mainMenu nav > ul > li.mega-menu-item > .rt-dropdown-menu {
    /*left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    transition-duration: .3s !important*/
    width: 65em !important;
    left: -70% !important;
    right: -90% !important;
    margin: 0 auto !important;
}

@media only screen and (max-width : 1024px) {
    #rt-mainMenu nav > ul > li.mega-menu-item > .rt-dropdown-menu {
        /*width: 50em !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;*/

        width: 100% !important;
        left: 0% !important;
        right: 0% !important;
        margin: 0 !important;
        padding-left: 0 !important;
    }

}

@media only screen and (max-width : 480px) {
    #rt-mainMenu nav > ul > li.mega-menu-item > .rt-dropdown-menu {
        width: 10em !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
    }
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content {
    /*padding: 20px;*/
    padding: 30px 0 0 20px;
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content .mega-menu-title {
    /*font-family: poppins, sans-serif;*/
    color: #000000;
    font-size: 13px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 12px;
    text-align: left;
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content li ~ .mega-menu-title {
    margin-top: 12px
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content > a,
#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content > span,
#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li > a {
    padding: 10px 0
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content > a > i,
#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content > span > i,
#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li > a > i {
    margin-left: 0;
    margin-right: 8px
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li:first-child > a {
    padding-top: 0
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li:last-child > a {
    padding-bottom: 0
}


/* megamenu new css ends */

/* digital agency banner form starts */

.digi-agency-slider-form .wpcf7-form-control-wrap {
    position: relative;
}

.digi-agency-slider-form input[type="text"] {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #ffffff;
    border-radius: 4px;
    font-weight: 400;
    padding-left: 20px;
    font-size: 15px;
    color: #545454;
    line-height: 30px;
    height: 54px;
    margin-bottom: 15px;
}

.digi-agency-slider-form input[type="email"] {
    width: 100%;
    position: static;
    margin: 0;

    border: 1px solid #ffffff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 15px;
    color: #545454;
    line-height: 30px;
    height: 54px;
    padding-left: 17px;
    margin-bottom: 15px;

}

.digi-agency-slider-form input[type="submit"] {
    padding: 12px 0;
    width: 100%;

    position: relative;
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%);
    border: none;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0px;
    /*padding: 12px 61px;*/
    font-weight: 600;
    text-transform: capitalize;
    float: right;
    border-radius: 4px 4px 4px 4px;
    letter-spacing: 0;
    font-family: "Poppins";
}

@media (min-width: 992px) {
    .digi-agency-slider-form .col-lg-4 {
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }
}


/*@media screen and (min-width: 1024px) and (max-width: 1170px) {
.rs-parallax-wrap.rt-ipadpro{padding-left:12px;}
#rt-free-btn .rev-btn{padding:14px 33px !important; height:52px !important; margin-top:-5px;}
  .rt-gen-text{font-size:16px !important; line-height:28px !important;}
}

@media screen and (max-width: 767px) {
#rt-free-btn .rev-btn{padding:14px 33px !important; height:52px !important; }
  .rt-gen-text{font-size:16px !important; line-height:28px !important;}
}

 @media screen and (max-width: 360px) {
#rt-free-btn .rev-btn{padding:12px 33px !important; height:42px !important; }
  .rt-gen-text{font-size:16px !important; line-height:28px !important;}
}*/


@media screen and (max-width: 767px) {
    .digi-agency-slider-form {
        padding-left: 18px;
        padding-right: 18px;
    }

    .digi-agency-slider-form input[type="text"] {
        height: 46px;
        margin-top: 10px;
    }

    .digi-agency-slider-form input[type="email"] {
        height: 46px;
    }

    .digi-agency-slider-form input[type="submit"] {
        padding: 8px 0;
    }

    .digi-agency-slider-form input[type="text"],
    .digi-agency-slider-form input[type="email"] {
        margin-bottom: 12px;
    }
}

/* digital agency banner form ends */

/* digital agency image box css starts */

.digi-mrktng-img-box .elementor-image-box-img img {
    margin-top: 9px;
}

@media all and (max-width: 767px) {
    .digi-mrktng-img-box .elementor-image-box-img img {
        margin-bottom: 21px;
    }
}

.digi-mrktng-circlular-img-box .elementor-image-box-img img {
    margin-top: 4px;
}

.digi-mrktng-circlular-img-box-ipad .elementor-image-box-img img {
    margin-top: 4px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .digi-mrktng-circlular-img-box-ipad .elementor-image-box-content .elementor-image-box-title {
        margin-top: 28px;
    }
}

@media all and (max-width: 767px) {
    .digi-mrktng-circlular-img-box .elementor-image-box-img img {
        margin-bottom: 21px;
    }

    .digi-mrktng-circlular-img-box-ipad .elementor-image-box-img img {
        margin-bottom: 21px;
    }
}

/* digital agency image box css ends */

/* pink vdo button css starts */

.video-button-anim-pink-banner img {
    position: relative;
    right: 0px;
    background-color: rgba(255, 54, 112, 0.11);
    border-radius: 50% !important;
    animation: pulse-border-pink 1.5s linear infinite;
}

@keyframes pulse-border-pink {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 54, 112, 0.6);
    }

    100% {
        box-shadow: 0 0 0 15px rgba(255, 54, 112, 0);
    }

}

.blue-button-anim-pink-banner img {
    position: relative;
    right: 0px;
    background-color: rgba(64, 105, 252, 0.11);
    border-radius: 50% !important;
    animation: pulse-border-blue 1.5s linear infinite;
}

@keyframes pulse-border-blue {
    0% {
        box-shadow: 0 0 0 0 rgba(64, 105, 252, 0.6);
    }

    100% {
        box-shadow: 0 0 0 15px rgba(64, 105, 252, 0);
    }

}

/* pink vdo button css ends */

/* gradient text css starts */

.internet-marketing-gradient-text {
    /*background: -webkit-gradient(linear, left top, right top, from(#30CFD0), to(#330867));
  background: linear-gradient(to right, #30CFD0 0%, #330867 100%);*/
    background: -webkit-linear-gradient(to left, #FF7454 0%, #FF0C86 100%);
    background: linear-gradient(to left, #FF7454 0%, #FF0C86 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid #FF0C86 !important;
}

.internet-marketing-gradient-text-1 {
    /*background: linear-gradient(to right, #FF0C86 0%, #FF7454 100%);*/
    background: linear-gradient(to left, #FF7454 0%, #FF0C86 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* gradient text css ends */

/* digital agency testimonial starts */

.home-five-testimonial .testimonial.element-six .testimonial-item {

    /*box-shadow: 0px 10px 17px 0px rgba(11, 83, 255, 0.1);*/
    box-shadow: 0px 11px 31px -8px rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.home-five-testimonial .owl-carousel.owl-drag .owl-item {
    padding: 15px 0 !important;
}

.home-five-testimonial .testimonial.element-six .testimonial-item > .holder {
    background: #FFFFFF url(//sonpati.xyz/wp-content/themes/uvo/assets/css/digi-marktng-quote.png) no-repeat center left;
    background-size: contain;
    padding-top: 31px;
    padding-bottom: 40px;
    border-bottom: none;
    border-radius: 4px;
}

.home-five-testimonial .testimonial.element-six > .owl-dots {
    margin-top: 20px;
}

.home-five-testimonial .testimonial.element-six > .owl-dots {
    text-align: center !important;
}

/* digital agency testimonial ends */

/* list icon css starts */

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: 10px;
    margin-left: 10px;
}

/* list icon css ends */

/* seo agency icon box starts */

.home-four-icon-box .elementor-icon i {
    margin-top: 8px;
}

.premium-progressbar-bar-wrap {
    margin-top: 12px;
    margin-bottom: 20px;
}

.srvc-megamenu .elementor-nav-menu .sub-menu .menu-item a {
    color: #000 !important;
}

.srvc-megamenu .elementor-nav-menu .sub-menu .menu-item a:hover {
    color: #FD406A !important;
}


/* seo agency icon box ends */


/* DIGITAL AGENCY IMAGE BOX STARTS */

.digiag-imgbox-one {
    -webkit-transition: all 0.4s cubic-bezier(.2, 0, .3, 1);
    -o-transition: all 0.4s cubic-bezier(.2, 0, .3, 1);
    -moz-transition: all 0.4s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.25s ease;
}

.digiag-imgbox-one:hover {
    -webkit-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}

.digiag-imgbox-one .elementor-image-box-img img {
    box-shadow: 0px 8px 20px 0px rgba(20, 202, 151, 0.3);
    -webkit-box-shadow: 0px 8px 20px 0px rgba(20, 202, 151, 0.3);
    border-radius: 22px;
}

.digiag-imgbox-two {
    -webkit-transition: all 0.4s cubic-bezier(.2, 0, .3, 1);
    -o-transition: all all 0.4s cubic-bezier(.2, 0, .3, 1);
    -moz-transition: all 0.4s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.4s cubic-bezier(.2, 0, .3, 1);
}

.digiag-imgbox-two:hover {
    -webkit-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}

.digiag-imgbox-two .elementor-image-box-img img {
    box-shadow: 0px 8px 20px 0px rgba(247, 169, 51, 0.3);
    -webkit-box-shadow: 0px 8px 20px 0px rgba(247, 169, 51, 0.3);
    border-radius: 22px;
}

@media screen and (max-width: 767px) {

    .digiag-imgbox-one .elementor-image-box-img img {
        margin-bottom: 15px;
    }

    .digiag-imgbox-two .elementor-image-box-img img {
        margin-bottom: 15px;
    }

}

/* DIGITAL AGENCY IMAGE BOX ENDS */

/* digital maketing image box hover css starts */

.box-one-hover h6 {
    color: #000000;
}

.box-one-hover p {
    color: #545454;
}

.box-one-hover .elementor-heading-title[class*=elementor-size-] > a {
    color: #FD406A;
}

.box-one-hover:hover h6,
.box-one-hover:hover p,
.box-one-hover:hover .elementor-heading-title[class*=elementor-size-] > a {
    color: #FFFFFF;
}

.box-one-hover:hover .elementor-image img {
    filter: brightness(0) invert(1) !important;
}

.box-two-hover p {
    color: #000000;
}

.box-two-hover:hover p {
    color: #FFFFFF;
}

/* digital maketing image box hover css ends */

/* digital maketing accodion css starts */

.social-media-accodian .elementor-accordion .elementor-accordion-title {
    text-transform: capitalize;
}

.social-media-accodian .fas {
    margin-top: 8px !important;
}

.social-media-accodian .elementor-accordion .elementor-tab-content {
    padding: 0px 45px 0px 20px;
}

.social-media-accodian .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
    margin-top: 8px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .social-media-accodian .elementor-accordion .elementor-tab-content {
        padding: 0px 55px 0px 20px;
    }
}

@media all and (max-width: 767px) {
    .social-media-accodian .elementor-accordion .elementor-tab-content {
        padding: 0px 30px 0px 0px;
    }

    .social-media-accodian .elementor-accordion .elementor-tab-title {
        padding: 12px 0px;
    }
}

/* digital maketing accodion css ends */

/* pr agency client css starts */
.pr-agency-client-one .clients.element-five .client-item .client-logo {
    background: transparent;
}

.pr-agency-client-two .clients.element-five .client-item .client-logo {
    background: transparent;
}

.pr-agency-client-two .clients.element-five .client-item {
    border-bottom: 1px solid transparent;
}

/* pr agency client css ends */

/* pr agency form css starts */

.pr-agency-contact-form input[type=text] {
    border: 1px solid #eff0f2;
    color: #545454;
    font-weight: 400;
    padding: 12px;
    background: #eff0f2;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    border-radius: 4px;
    margin-bottom: 20px;
}

.pr-agency-contact-form textarea {
    border: 1px solid #eff0f2;
    color: #545454;
    font-weight: 400;
    padding: 11px 20px;
    background: #eff0f2;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    border-radius: 4px;
    margin-bottom: 5px;
    height: 120px;
}

.pr-agency-contact-form input[type="submit"] {
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%);
    border: none;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0px;
    padding: 12px 37px;
    font-weight: 600;
    text-transform: capitalize;
    float: right;
    border-radius: 4px;
    letter-spacing: 0;
    font-family: "Poppins";
    box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3);
    -webkit-box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3);
    margin-top: 4px;
}

.pr-agency-contact-form textarea::placeholder,
.pr-agency-contact-form input[type=text]::placeholder {
    color: #545454 !important;
    opacity: 1;
}

/* pr agency form css ends */

/* internet marketing agency header css starts */

.seo-agency-header-icon-box .elementor-icon i {
    margin-top: 5px;
}

/* internet marketing agency header css ends */

/* internet marketing agency accodion css starts */
.internet-marketing-accodian .elementor-accordion .elementor-accordion-title {
    text-transform: capitalize;
    margin-left: 5px;
}

.internet-marketing-accodian .elementor-accordion .elementor-accordion-item {
    border: 1px solid transparent;
    /*box-shadow: 0px 10px 50px -10px rgba(103, 100, 253, 0.2);*/
    margin-bottom: 20px;
    background: #F3F7FF;
    border-radius: 4px;

    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.internet-marketing-accodian .elementor-accordion .elementor-accordion-item:hover {
    transform: translate(0, -5px) !important;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
}

.internet-marketing-accodian .fas {
    margin-top: 6px !important;
}

.internet-marketing-accodian .elementor-accordion .elementor-tab-content {
    padding: 0px 75px 14px 25px;
}

.internet-marketing-accodian .elementor-accordion .elementor-tab-content p {
    margin-bottom: 0;
}

.internet-marketing-accodian .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
    margin-top: 8px;
}

@media all and (max-width: 1024px) {
    .internet-marketing-accodian .elementor-accordion .elementor-accordion-title {
        margin-left: 0px;
    }

}

@media all and (max-width: 767px) {
    .internet-marketing-accodian .elementor-accordion .elementor-tab-content {
        padding: 0px 50px 14px 20px;
    }

    .internet-marketing-accodian .elementor-accordion .elementor-tab-title {
        padding: 12px 26px 12px 20px;
    }

}

/* internet marketing agency accodion css ends */

/* button css starts */

.btn-left .radiantthemes-custom-button.element-one[data-button-direction=left] {
    text-align: left !important;
}

.btn-right .radiantthemes-custom-button.element-one[data-button-direction=right] {
    text-align: right !important;
}

.get-started-btn .radiantthemes-custom-button .radiantthemes-custom-button-main > .placeholder {
    box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3);
    -webkit-box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3);
    border-radius: 4px;
}


.get-started-btn-blue .radiantthemes-custom-button .radiantthemes-custom-button-main > .placeholder {
    box-shadow: 0px 3px 15px 2px rgba(57, 71, 238, 0.3);
    -webkit-box-shadow: 0px 3px 15px 2px rgba(57, 71, 238, 0.3);
    border-radius: 4px;
}

#slider-btn-hover .radiantthemes-custom-button.hover-style-five .radiantthemes-custom-button-main:hover {
    /*box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25);*/
    /*box-shadow:0px 3px 15px 2px rgba(255, 28, 125, 0.3);*/
    -webkit-box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3);

    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

@media (max-width:767px) {

    .radiantthemes-custom-button.element-one[data-button-direction=left] {
        text-align: center !important;
    }

    .radiantthemes-custom-button.element-one[data-button-direction=right] {
        text-align: center !important;
    }
}

/* button css ends */

/*how it works image box starts*/

.about-us-img-box .elementor-image-box-content .elementor-image-box-title {
    margin-top: 17px;
}

.how-it-img-box .elementor-image-box-img img {
    margin-top: 6px;
}

@media all and (max-width: 1024px) {
    .about-us-img-box .elementor-image-box-content .elementor-image-box-title {
        margin-top: 0px;
    }
}

@media all and (max-width: 767px) {
    .about-us-img-box .elementor-image-box-img img {
        margin-bottom: 22px;
    }

    .how-it-img-box .elementor-image-box-img img {
        margin-bottom: 21px;
    }
}

/*how it works image box ends*/


/*our team contacts form starts starts*/

.team-page-contact-form input[type=text] {
    border: 1px solid #eff0f2;
    color: #545454;
    font-weight: 400;
    padding: 12px;
    background: #eff0f2;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    border-radius: 4px;
    margin-bottom: 20px;
}

.team-page-contact-form textarea {
    border: 1px solid #eff0f2;
    color: #545454;
    font-weight: 400;
    padding: 12px;
    background: #eff0f2;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    border-radius: 4px;
    margin-bottom: 5px;
    height: 120px;
}

.team-page-contact-form input[type="submit"] {
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%);
    border: none;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0px;
    padding: 12px 37px;
    font-weight: 600;
    text-transform: capitalize;
    float: right;
    border-radius: 4px;
    letter-spacing: 0;
    font-family: "Poppins";
    box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3);
    -webkit-box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3);
    margin-top: 5px;
}

.team-page-contact-form input[type=text]::placeholder,
.team-page-contact-form textarea::placeholder {
    color: #545454 !important;
    opacity: 1;
}


.pr-agcy-counter .elementor-counter .elementor-counter-title {
    text-align: left;
}

.pr-agcy-counter .elementor-counter .elementor-counter-number-prefix {
    display: none;
}

/*our team contacts form starts ends*/


/*contact us page contact form starts*/

.new-contact-page-contact-form input[type=text] {
    border: 1px solid #f8f8f8;
    color: #545454;
    font-weight: 400;
    padding: 12px;
    background: #f8f8f8;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    border-radius: 4px;
    margin-bottom: 20px;
}

.new-contact-page-contact-form textarea {
    border: 1px solid #f8f8f8;
    color: #545454;
    font-weight: 400;
    padding: 12px;
    background: #f8f8f8;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    border-radius: 4px;
    margin-bottom: 5px;
    height: 120px;
}

.new-contact-page-contact-form input[type="submit"] {
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%);
    border: none;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0px;
    padding: 12px 37px;
    font-weight: 600;
    text-transform: capitalize;
    float: right;
    border-radius: 4px;
    letter-spacing: 0;
    font-family: "Poppins";
    box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3);
    -webkit-box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3);
    margin-top: 5px;
}

.new-contact-page-contact-form input[type=text]::placeholder,
.new-contact-page-contact-form textarea::placeholder {
    color: #545454 !important;
    opacity: 1;
}

/*contact us page contact form ends*/

/*Pay Per Click Management image box css starts */
.service-img-box-7:hover .elementor-image-box-content .elementor-image-box-title {
    color: #fff !important;
}

.service-img-box-7:hover .elementor-image-box-content .elementor-image-box-description {
    color: #fff !important;
}

.service-img-box-7:hover .elementor-image-box-img img {
    filter: brightness(0) invert(1) !important;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

/*Pay Per Click Management image box css ends */

/*Social Media Marketing contact form starts */

.home-three-frm input[type=text] {
    border: 1px solid #f8f8f8;
    color: #545454;
    font-weight: 400;
    padding: 12px;
    background: #f8f8f8;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    border-radius: 4px;
    margin-bottom: 0px;
}

.home-three-frm .wpcf7-form-control-wrap {
    position: inherit;
}

.home-three-frm input[type="submit"] {
    padding: 12px 0;
    width: 100%;
    position: relative;
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%);
    border: none;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0px;
    /* padding: 12px 61px; */
    font-weight: 600;
    text-transform: capitalize;
    float: right;
    border-radius: 4px 4px 4px 4px;
    letter-spacing: 0;
    font-family: "Poppins";
}

.home-three-frm input[type=email]::placeholder,
.home-three-frm input[type=text]::placeholder,
.home1-banner input[type=text]::placeholder {
    color: #545454 !important;
    opacity: 1;

}

/*Social Media Marketing contact form ends */

/* button hover style two css starts */
.radiantthemes-custom-button.hover-style-two .radiantthemes-custom-button-main .placeholder {
    position: relative;
    display: inline-block;
}

.radiantthemes-custom-button.hover-style-two .radiantthemes-custom-button-main .placeholder:before {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.radiantthemes-custom-button.hover-style-two .radiantthemes-custom-button-main .placeholder:after,
.radiantthemes-custom-button.hover-style-two .radiantthemes-custom-button-main .placeholder:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .35s cubic-bezier(.04, .11, .6, .97);
    -o-transition: .35s cubic-bezier(.04, .11, .6, .97);
    transition: .35s cubic-bezier(.04, .11, .6, .97);
}

.radiantthemes-custom-button.hover-style-two .radiantthemes-custom-button-main:hover .placeholder:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.radiantthemes-custom-button.hover-style-two .radiantthemes-custom-button-main .placeholder:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.radiantthemes-custom-button.hover-style-two .radiantthemes-custom-button-main:hover .placeholder:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .34s;
    -o-transition-delay: .34s;
    transition-delay: .34s;
}

/* button hover style two css ends */

@media screen and (max-width:767px) {
    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    p {
        font-size: 14px;
        line-height: 28px;
    }

    .elementor-counter-number-wrapper {
        font-size: 30px;
    }
}

/*blog pagination hide css starts */

.swiper-pagination {
    visibility: hidden;
}

/*blog pagination hide css ends */

/* pricing table css starts */

/*.rt-pricing-table.element-nine .rt-price .rt-supsub .rt-subscript {
    font-size: 16px !important;
    color: #545454 !important;
    font-weight: 500 !important;
    top: 28px !important;
}*/

.pricing-new-one .rt-pricing-table.element-nine {
    background: #F3F7FF;
    box-shadow: none !important;
}

.pricing-new-two .rt-pricing-table.element-nine {
    background: #03112D;
    box-shadow: none !important;
}

.rt-pricing-table.element-nine > .rt-list ul li {
    font-size: 16px !important;
    color: #000000 !important;
    padding-bottom: 14px !important;
}

.pricing-new-two .rt-pricing-table.element-nine > .rt-list ul li {
    color: #d2d3d5 !important;
}

.pricing-new-two .rt-pricing-table.element-nine .rt-price .rt-supsub .rt-subscript {
    color: #d2d3d5;
}

.pricing-new-two .rt-pricing-table.element-nine .rt-table-buy .rt-pricing-action {
    border: none !important;
}

.rt-pricing-table.element-nine.spotlight > .rt-list ul li {
    font-size: 16px !important;
    color: #000000 !important;
    padding-bottom: 14px !important;
}

.rt-pricing-table.element-nine > .rt-list ul li i {
    font-size: 16px;
    margin-right: 14px;
    color: #000;
}

@media screen and (max-width:768px) {
    .rt-pricing-table.element-nine > .rt-list ul li i {
        font-size: 14px;
        margin-right: 0px;
    }
}

.pricing-new-two .rt-pricing-table.element-nine > .rt-list ul li i {
    color: #ffffff;
}

.rt-pricing-table.element-nine.spotlight > .rt-list ul li i {
    font-size: 16px;
    margin-right: 14px;
    color: #3D34F0;
}

.rt-pricing-table.element-nine {
    border-radius: 4px !important;
    border: none !important;
    box-shadow: 0px 11px 31px -8px rgba(103, 100, 253, 0.2) !important;
    -webkit-box-shadow: 0px 11px 31px -8px rgba(103, 100, 253, 0.2) !important;
}

.rt-pricing-table.element-nine.spotlight {
    border-radius: 4px !important;
    border: none !important;
    box-shadow: 0px 11px 31px -8px rgba(103, 100, 253, 0.2) !important;
    -webkit-box-shadow: 0px 11px 31px -8px rgba(103, 100, 253, 0.2) !important;
}

/*.rt-pricing-table.element-nine.spotlight > .spotlight-tag > .spotlight-tag-text:after {
    display:none !important;
}

.rt-pricing-table.element-nine.spotlight > .spotlight-tag {
    position: absolute !important;
    right: 24px !important;
    top: 25px !important;
}

.rt-pricing-table.element-nine.spotlight > .spotlight-tag > .spotlight-tag-text {
    position: relative !important;
    display: block !important;
    margin: 0 !important;
    padding: 7px 21px 7px 21px !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #ffffff !important;
    line-height: 25px !important;
    letter-spacing: 1px !important;
}*/

.rt-pricing-table.element-nine .rt-table-buy .rt-pricing-action {
    border-radius: 4px !important;
}

.rt-pricing-table.element-nine.spotlight .rt-table-buy .rt-pricing-action {
    border-radius: 4px !important;
}

/* pricing table css ends */

/**** Start Desktop Hamburger ****/
.rt-hamburger-menu-logo {
    width: auto;
    max-width: 290px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.rt-hamburger-about-text {
    width: auto;
    max-width: 290px;
    margin: 0 auto;
}

.rt-hamburger-about-text p {
    margin: 15px 0px;
}

.rt-hamburger-about-text h4,
.rt-hamburger-about-text h5 {
    margin: 30px 0 15px 0;
    font-weight: 600;
}

.rt-hamburger-social-link {
    width: auto;
    max-width: 290px;
    margin: 0 auto;
}

.rt-hamburger-social-link h4 {
    margin: 30px 0 15px 0;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
}

.rt-hamburger-social-link ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}

.rt-hamburger-social-link ul li {
    float: left;
    padding-right: 25px;
    font-size: 15px;
}

.rt-hamburger-social-link ul li i {
    color: #fff;
}

/**** End Desktop Hamburger ****/


/* SHOP NEW CSS STARTS */

/*--------------------------------------------------------------
# Shop Box (Style Seven)
--------------------------------------------------------------*/
.radiantthemes-shop-box.style-seven {
    margin-bottom: 0px !important;
}

.single.single-product .radiantthemes-shop-box.style-seven {
    margin-bottom: 0px !important;
}


.radiantthemes-shop-box.style-seven > .holder {
    position: relative;
    text-align: center;

}

.radiantthemes-shop-box.style-seven > .holder > .onsale {
    top: 15px;
    left: 15px;
    width: 50px;
    min-width: initial;
    height: 50px;
    min-height: initial;
    margin: 0;
    padding: 5px;
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    line-height: 40px;
    background: #fff;
    color: #000;
}

.radiantthemes-shop-box.style-seven > .holder > .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 4px;
}

.radiantthemes-shop-box.style-seven > .holder > .pic:before {
    content: " ";
    display: block;
    padding-top: calc((120 / 90) * 100%);
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .product-image {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transform: perspective(1px) translateZ(0);
    transition: all 1.5s cubic-bezier(0, 0, .2, 1);
}

.radiantthemes-shop-box.style-seven:hover .holder > .pic > .product-image {
    transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}


.radiantthemes-shop-box.style-seven > .holder > .pic > .overlay {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-seven > .holder .data {
    text-align: center;
}

.radiantthemes-shop-box.style-seven > .holder .price-box-holder {
    margin-top: 4px;
    /*overflow: hidden;*/
    position: relative;
    text-align: center;
}

.radiantthemes-shop-box.style-seven > .holder .price-box-holder .radiantthemes-cart-border a.button {
    background-color: transparent !important;
    border: 0;
    color: #545454;
    left: 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    opacity: 0;
    padding: 0;
    position: relative;
    top: 0px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    left: 0;
    text-transform: capitalize;
}

.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.button {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
}

.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.button:after,
.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.button:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .35s cubic-bezier(.04, .11, .6, .97);
    -o-transition: .35s cubic-bezier(.04, .11, .6, .97);
    transition: .35s cubic-bezier(.04, .11, .6, .97);
}

.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.button:before {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.button:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.button:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.button:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .35s;
    -o-transition-delay: .35s;
    transition-delay: .35s;
}

.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.button.added {
    opacity: 0;
    visibility: hidden;
}

.radiantthemes-shop-box.style-seven > .holder .price-box-holder .radiantthemes-cart-border a.added_to_cart {
    background: #000000 !important;
    color: #fff !important;
    padding: 2px 8px !important;
    font-weight: 700;
    text-transform: capitalize;
}

.radiantthemes-shop-box.style-seven > .holder .price-box-holder .radiantthemes-cart-border a.added_to_cart {
    background-color: transparent !important;
    border: 0;
    color: #000;
    left: 0;
    line-height: 30px;
    opacity: 0;
    padding: 0;
    position: relative;
    top: 0px;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
}

.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.added_to_cart {
    opacity: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons .button.add_to_cart_button.added {
    display: none;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons .button.add_to_cart_button.loading {
    opacity: 1;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons .button.add_to_cart_button.loading:after {
    top: 8px;
    right: 10px;
}

.radiantthemes-shop-box.style-seven > .holder > .data .woocommerce-loop-product__title {
    margin-bottom: 0;
    /*font-weight: 600;
    font-size: 18px;
    color: #000;
    line-height: 32px;*/
    padding-top: 30px;
}

.radiantthemes-shop-box.style-seven > .holder > .data .star-rating {
    display: inline-block;
    vertical-align: top;
    margin-top: -90px;
    /*left: 0;
    margin-left: 39%;
    position: absolute;*/
    float: none;
    clear: both;
}

.radiantthemes-shop-box.style-seven > .holder > .data .price {
    margin-bottom: 5px;
    font-size: 16px;
    color: #545454;
    line-height: 25px;
    letter-spacing: 0;
    font-weight: 400;

    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    right: 0;


    top: 2px;
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    right: 0;
}

.radiantthemes-shop-box.style-seven > .holder > .data .price > ins {
    background: inherit;
    font-weight: 400 !important;
    display: inline-block;
    color: #545454;
}

.radiantthemes-shop-box.style-seven > .holder:hover > .data .price {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
}

.radiantthemes-shop-box.style-seven > .holder:hover > .pic > .overlay {
    opacity: 1;
    visibility: visible;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .radiantthemes-shop-box.style-seven > .holder > .data {
        margin-left: 0px;
    }

    .radiantthemes-shop-box.style-seven > .holder > .data .star-rating {
        left: 0%;
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    .radiantthemes-shop-box.style-seven > .holder > .data {
        margin-left: 0px;
    }
}

@media screen and (min-width: 321px) and (max-width: 480px) {
    .radiantthemes-shop-box.style-seven > .holder > .data {
        margin-left: 0px;
    }

    .radiantthemes-shop-box.style-seven > .holder > .data .star-rating {
        left: 0%;
    }
}

@media screen and (max-width: 320px) {
    .radiantthemes-shop-box.style-seven > .holder > .data {
        margin-left: 0px;
    }

    .radiantthemes-shop-box.style-seven > .holder > .data .star-rating {
        left: 0%;
    }
}


/* Woocomm Pagenation Starts */

.woocommerce nav.woocommerce-pagination ul li .page-numbers {
    /*color: #1a1c26;
    display: inline-block !important;
    float: none;
    min-width: 0px;
    padding: 0px 5px;
    font-size: 15px;
    line-height: 30px;
    vertical-align: middle;
    position: relative;
    font-weight: 500;*/

    padding: 5px 16px 5px 16px;
    border-radius: 50%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #1a1c26;
    line-height: 30px;
    background: #f5f7ff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    vertical-align: middle;
    position: relative;
    display: inline-block !important;
    float: none;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
    color: #ffffff !important;
    background: #FD406A !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
    color: #ffffff !important;
    background: #FD406A !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
    background: transparent !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
    width: 20px;
    padding: 9px 0;
    border: none;
    background: transparent;
}


.woocommerce nav.woocommerce-pagination ul li a:hover:after {
    content: "";
    background: #000000;
    width: 15px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
}

.woocommerce nav.woocommerce-pagination ul li a.next:hover:after,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover:after {
    display: none;
}

.woocommerce nav.woocommerce-pagination ul li span.current:after {
    content: "";
    background: #FD406A;
    width: 15px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
}

.woocommerce nav.woocommerce-pagination ul li span {
    font-size: 20px;
}


/* Woocomm Pagenation Ends */

/*--------------------------------------------------------------
## Product Single Page
--------------------------------------------------------------*/

/* Product Deatails Page CSS Starts 1 */

.wraper_shop_single {
    width: 100%;
}

.wraper_shop_single > .container {
    padding-top: 140px;
    padding-bottom: 38px;
}

@media (max-width:768px) {
    .wraper_shop_single > .container {
        padding-top: 120px;
        padding-bottom: 18px;
    }
}

@media (max-width:480px) {
    .wraper_shop_single > .container {
        padding-top: 100px;
        padding-bottom: 0px;
    }
}

.shop_single > .onsale {
    width: 60px;
    height: 60px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    line-height: 55px !important;
}

.wraper_shop_single.style-one .shop_single > .woocommerce-product-gallery .flex-viewport,
.wraper_shop_single.style-two .shop_single > .woocommerce-product-gallery .flex-viewport,
.wraper_shop_single.style-three .shop_single > .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 30px;
}

.wraper_shop_single.style-one .shop_single > .woocommerce-product-gallery ol.flex-control-nav {
    display: none;
}

.wraper_shop_single.style-one .shop_single > .woocommerce-product-gallery ol.flex-control-nav,
.wraper_shop_single.style-two .shop_single > .woocommerce-product-gallery ol.flex-control-nav,
.wraper_shop_single.style-three .shop_single > .woocommerce-product-gallery ol.flex-control-nav {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.wraper_shop_single.style-one .shop_single > .woocommerce-product-gallery ol.flex-control-nav > li,
.wraper_shop_single.style-two .shop_single > .woocommerce-product-gallery ol.flex-control-nav > li,
.wraper_shop_single.style-three .shop_single > .woocommerce-product-gallery ol.flex-control-nav > li {
    margin-bottom: 30px !important;
    padding-left: 15px;
    padding-right: 15px;
}

/* new css starts */
/*.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
    width: calc(100% - 120px);
    position: relative;
    display: inline-block;
    left: 120px;
    height: 580px;
    }*/


.woocommerce-product-gallery .flex-viewport {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
    background: #e5f1fe;
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    left: -120px;
    top: 0px;
}

/*.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0px;
    top: 0px;
}*/

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    float: none;
    margin: 0;
    list-style: none;
    margin-bottom: 18px;
}

@media screen and (min-width: 321px) and (max-width: 767px) {
    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 20% !important;
        display: inline-block !important;
    }

    .woocommerce div.product div.images img {
        width: 100% !important;
        margin-left: 0% !important;
    }

    .woocommerce div.product div.images .flex-control-thumbs {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        top: 10px !important;
    }

}

@media screen and (max-width: 320px) {
    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 20% !important;
        display: inline-block !important;
    }

    .woocommerce div.product div.images img {
        width: 100% !important;
        margin-left: 0% !important;
    }

    .woocommerce div.product div.images .flex-control-thumbs {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        top: 10px !important;
    }

}



/*@media screen and (min-width: 834px) and (max-width: 1024px) {
   .woocommerce div.product div.images img {
    margin-left: 21.5%;
    width: 78.5%;
   } 
}

@media screen and (min-width: 768px) and (max-width: 833px) {
   .woocommerce div.product div.images img {
    margin-left: 15%;
    width: 85%;
   } 
}*/

.woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: 0.5;
    border: 1px solid #E7F3FD;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin: 0;
    border-radius: 4px;
}

.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    border: 1px solid #FF1F7B;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    top: 50%;
    right: 40%;
    background: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%);
    border-radius: 50%;
    box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.25);
    width: 55px;
    height: 55px;
    text-transform: capitalize;
}

@media screen and (min-width:767px) {
    .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
        right: 50%;
    }
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    border: 2px solid #fff;
    top: 20px;
    left: 21px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    background: #fff;
    top: 30px;
    left: 32px;
}

@media screen and (max-width: 480px) {
    .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
        top: 35%;
    }
}

@media screen and (max-width: 320px) {
    .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
        top: 30%;
    }
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    margin-top: 16px;
}

/* new css ends */


.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover {
    color: #fff;
}

.shop_single > .summary {
    margin-top: -9px;
}

.shop_single > .summary .product_title {
    color: #000 !important;
    margin-bottom: 19px;
    letter-spacing: 0;
}

.shop_single > .summary .woocommerce-product-rating {
    margin-bottom: 0px !important;
}

.shop_single > .summary .text-price {
    color: #000;
}

.shop_single > .summary > .yith-wcwl-add-to-wishlist {
    display: none !important;
}

.shop_single > .summary .price,
.shop_single > .summary .woocommerce-variation-price {
    margin-bottom: 20px;
    font-size: 30px !important;
    color: #FD406A !important;
    line-height: 42px;
    font-weight: 600;
    font-family: "Poppins";
}

.shop_single > .summary .woocommerce-product-details__short-description {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.shop_single > .summary .woocommerce-product-details__short-description strong {
    color: #000;
    font-weight: 500;
}

.shop_single > .summary table.group_table {
    margin: 0px 0px 30px 0px;
    font-size: 14px;
}

.shop_single > .summary table.group_table td {
    vertical-align: middle !important;
}

.shop_single > .summary table.group_table td label {
    margin-bottom: 0;
}

.shop_single > .summary .wcppec-checkout-buttons {
    max-width: 120px;
    margin-top: 0;
    margin-bottom: 40px;
}

.woocommerce div.product form.cart {
    margin-bottom: 30px;
    margin-top: 31px;
}

.shop_single > .summary .product_meta {
    margin-bottom: 25px;
}

.shop_single > .summary p.stock {
    font-size: 17px !important;
    font-weight: 600;
    color: #000000;
}

.shop_single > .summary .product_meta > .sku_wrapper,
.shop_single > .summary .product_meta > .posted_in,
.shop_single > .summary .product_meta > .tagged_as {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.shop_single > .summary .product_meta > .sku_wrapper .sku,
.shop_single > .summary .product_meta > .posted_in a,
.shop_single > .summary .product_meta > .tagged_as a {
    color: #545454;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

@media (max-width:767px) {

    .shop_single > .summary .product_meta > .sku_wrapper,
    .shop_single > .summary .product_meta > .posted_in,
    .shop_single > .summary .product_meta > .tagged_as {
        font-size: 14px;
        line-height: 28px;
    }

    .shop_single > .summary .product_meta > .sku_wrapper .sku,
    .shop_single > .summary .product_meta > .posted_in a,
    .shop_single > .summary .product_meta > .tagged_as a {
        font-size: 14px;
        line-height: 28px;
    }
}

.shop_single > .summary .product_meta > .posted_in a:hover,
.shop_single > .summary .product_meta > .tagged_as a:hover {
    color: #FD406A;
}

.shop_single > .summary .product_meta > .sku_wrapper span {
    margin-left: 80px;
}

.shop_single > .summary .product_meta > .posted_in a:first-child {
    margin-left: 42px;
}

.shop_single > .summary .product_meta > .tagged_as a:first-child {
    margin-left: 24px;
}

/*.shop_single > .summary .product_meta > .posted_in a::before {
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.shop_single > .summary .product_meta > .posted_in a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}*/
.shop_single > .summary .post-share {
    float: left;
    margin-bottom: 20px;
    display: none;
}

.shop_single > .summary .post-share .post-share-buttons .rt-social-share {
    float: left;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.shop_single > .summary .post-share .post-share-buttons li {
    float: left;
    width: 22px;
    height: 22px;
    text-align: center;
    background: #FD406A;
    border-radius: 4px;
    margin: 2px 5px 5px;
    line-height: 21px;
}

.shop_single > .summary .post-share .post-share-buttons li a {
    color: #fff;
    font-size: 12px;
}

.shop_single > .summary .quantity {
    min-width: auto;
    margin: 0px 20px 0px 0px !important;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
}

.shop_single > .summary .quantity > .input-group-addon {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    padding: 0;
    border-radius: 4px;
    /* poulami */
    text-align: center;
    font-size: 17px;
    color: #030712;
    line-height: 23px;
    cursor: pointer;
    user-select: none;
    background-color: #fff;
}

.shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
    position: absolute;
    right: 0;
    bottom: 6px;
}

.shop_single > .summary .quantity > .input-group-addon.quantity-increase {
    position: absolute;
    right: 0;
    top: 6px;
}


.shop_single > .summary .quantity > .qty {
    width: 55px;
    height: 100%;
    float: none;
    margin-left: 0px;
    margin-right: 0;
    padding: 0px;
    border: none;
    background: #fff;
    box-shadow: initial;
    text-align: center;
    border-radius: 0;
}

.wraper_shop_single.style-three div.product form.cart div.quantity.input-group {
    margin: 0 20px 0 0 !important;
    padding: 0 25px 0 8px;
}

.shop_single > .summary .quantity > .qty::-webkit-inner-spin-button,
.shop_single > .summary .quantity > .qty::-webkit-outer-spin-button {
    -webkit-appearance: auto;
    margin: 0;
}

.shop_single > .summary .quantity > .qty:focus {
    border: none;
}


.shop_single > .summary select {
    height: 54px;
    padding: 0px 10px 0px 10px;
    border: 1px rgba(195, 196, 198, 0.5) solid;
    font-weight: 400;
    font-size: 15px;
    color: #191717;
}

.shop_single > .summary .variations {
    margin-bottom: 30px !important;
}

.shop_single > .summary .variations tr:not(:last-child) td {
    padding-bottom: 15px;
}

.shop_single > .summary .variations label {
    color: initial;
}

.shop_single > .summary form.cart .button {
    text-transform: capitalize;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/*.shop_single > .summary form.cart .button:before {
    margin-right: 10px;
    content: "\e655";
    font-family: "themify";
}*/

.shop_single > .summary .yith-wcwl-add-to-wishlist {
    display: inline-block;
    vertical-align: middle;
    margin-top: 11px;
    margin-left: 18px;
}

.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse {
    font-size: 0;
}

.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button .feedback,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button .ajax-loading,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse .feedback,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse .feedback,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse .ajax-loading {
    display: none !important;
}

.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > a,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse > a,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse > a {
    display: block;
}

.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > a:before,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse > a:before,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse > a:before {
    font-family: "Themify";
    font-weight: 400;
    font-size: 20px;
    color: #3a3d42;
    line-height: 1;
}

.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > a:before {
    content: "\e634";
}

.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse > a:before,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse > a:before {
    content: "\e635";
}

/*--------------------------------------------------------------
### Shop Details Box (Style One)
--------------------------------------------------------------*/
.shop_single > .woocommerce-tabs ul.tabs {
    padding: 0px !important;
    text-align: center;
    /*poulami*/
    border-bottom: 1px solid #eaeaea;
    /*poulami*/
}

.shop_single > .woocommerce-tabs ul.tabs::before {
    border-bottom: none !important;
    display: none !important;
    /*poulami*/
}

.shop_single > .woocommerce-tabs ul.tabs li::after,
.shop_single > .woocommerce-tabs ul.tabs li::before {
    border: none !important;
    display: none !important;
}

.shop_single > .woocommerce-tabs ul.tabs li {
    border: none !important;
    background: none !important;
    border-radius: 4px !important;
    margin-right: 10px !important;
    padding: 0px !important;
    margin: 0px 42px 0 0 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 480px) {
    .shop_single > .woocommerce-tabs ul.tabs li {
        width: 100%;
        text-align: left;
        margin: 0 !important;
    }
}

.shop_single > .woocommerce-tabs ul.tabs li a {
    padding: 2px 5px 10px 5px !important;
    color: #000000 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

.shop_single > .woocommerce-tabs ul.tabs li:hover {
    border: none !important;
    /*background: #FD406A !important;*/
    /*poulami*/
    border-radius: 4px !important;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}

.shop_single > .woocommerce-tabs ul.tabs li a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}


.shop_single > .woocommerce-tabs ul.tabs li:hover a {
    /*color: #fff !important;*/
    /*poulami*/
    color: #FF1F7B !important;
    /*poulami*/
}

/*.shop_single > .woocommerce-tabs ul.tabs li.active {
    background: #FD406A !important;
    border-radius:4px !important;
}*/
/*poulami*/

.shop_single > .woocommerce-tabs ul.tabs li a:before {
    content: "";
    width: 0;
    height: 2px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #ff1e7e;
}

.shop_single > .woocommerce-tabs ul.tabs li.active a:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #ff1e7e !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
    animation: slide-up 0.5s ease-out;
}

@keyframes slide-up {
    0% {
        opacity: 1;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }

}

.shop_single > .woocommerce-tabs #tab-description h5,
.shop_single > .woocommerce-tabs #tab-additional_information h5 {
    display: none;
}

.wraper_shop_single.style-one .shop_single_tabs {
    margin-top: 40px;
    /*margin-bottom: 50px;*/
    margin-bottom: 0px;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs {
    margin-bottom: 30px;
    border-bottom-color: transparent;
    text-align: left;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-right: 20px;
    margin-bottom: 0;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li:last-child {
    margin-right: 0;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a {
    position: relative;
    display: block;
    margin-right: 0;
    margin-bottom: -2px;
    padding: 2px 7px;
    border: none;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li:hover > a {
    background: #000000;
    color: #fff;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li.active > a {
    background: #000000;
    color: #fff;
}

/*.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    content: " ";
    width: auto;
    height: 3px;
    background-color: #000000;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li.active > a:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}*/

.wraper_shop_single.style-one .shop_single_tabs > .tab-content > .tab-pane h2 {
    color: #0A0114;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

/* Product Deatails Page CSS Ends 1 */

/* Product Deatails Page CSS Starts 2 */

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: calc(100% - 140px);
    position: relative;
    display: inline-block;
    left: 120px;
    /*height: 580px;*/
}

@media screen and (max-width: 767px) {

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        left: 0px !important;
        height: auto !important;
        width: 100% !important;
    }
}


.shop_single .rt-product-gallery {
    display: block;
    position: relative;
    width: 55%;
    margin: 0;
    float: left;
    /*padding-right: 30px;*/
    padding-right: 0px;
}

.shop_single .rt-product-gallery span.onsale {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .shop_single .rt-product-gallery {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .shop_single .rt-product-gallery {
        width: 100%;
        padding: 0;
    }
}

.woocommerce-product-gallery .flex-viewport {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
}

.wraper_shop_single.style-one div.summary {
    width: 45% !important;
    padding-left: 30px;
    float: right;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .wraper_shop_single.style-one div.summary {
        width: 100% !important;
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .wraper_shop_single.style-one div.summary {
        width: 100% !important;
        padding-left: 0;
    }
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
}

.woocommerce-product-gallery .flex-viewport {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
}

.mkdf-woo-single-page .mkdf-single-product-summary form.cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 14px 0 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: auto;
    margin: 0;
}

/*input[type=number] {
    -moz-appearance:textfield;
}*/

.shop_single > .summary .quantity {
    min-width: auto;
    margin: 0px 20px 0px 0px !important;
}

.shop_single > .summary .quantity > .input-group-addon {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    /*height: 25px;*/
    padding: 0;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #696969;
    /*line-height: 25px;*/
    cursor: pointer;
    user-select: none;
}

.shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
    position: absolute;
    right: 0;
    bottom: 0;
}

.shop_single > .summary .quantity > .input-group-addon.quantity-increase {
    position: absolute;
    right: 0;
    top: 0;
}


.shop_single > .summary .quantity > .qty {
    width: 30px;
    height: 50px;
    float: none;
    margin-left: 20px;
    margin-right: 25px;
    padding: 0px;
    border: none;
    background: #fff;
    box-shadow: initial;
    text-align: center;
    -moz-appearance: textfield;
    border-radius: 4px;
}

.shop_single > .summary .quantity > .qty::-webkit-inner-spin-button,
.shop_single > .summary .quantity > .qty::-webkit-outer-spin-button {
    -webkit-appearance: auto;
    margin: 0;
}

.shop_single > .summary .quantity > .qty:focus {
    border: none;
}

.shop_single > .summary .share-media {
    display: none;
}

/* Product Deatails Page CSS Ends 2 */

/*CART SECTION*/
.woocommerce-cart table.cart td.actions .coupon .input-text {
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
    font-size: 14px;
    line-height: 26px;
    padding: 12px !important;
    font-family: "Rubik";
    text-transform: capitalize;
}

.woocommerce .coupon input.input-text,
.woocommerce .checkout_coupon input.input-text {
    height: 54px;
    padding: 12px !important;
    /* text-transform: capitalize; */
    /* border-radius: 5px; */
    /*margin-right: 15px !important;*/
    border-color: #f5f5f5;
    background-color: #f5f5f5;
}

.woocommerce .coupon:before,
.woocommerce .coupon:after,
.woocommerce .checkout_coupon:before,
.woocommerce .checkout_coupon:after {
    display: none;
}

.woocommerce-page table.cart td.actions .coupon .button {
    /*height: auto !important;*/
    background-image: linear-gradient(to top right, #FF0C86 0%, #FF7454 100%) !important;
}

.woocommerce-cart .shop_table .coupon .button {
    flex-shrink: 0;
    /* margin: 0 10px 10px 0; */
    margin: 0;
}

.woocommerce .coupon button.button,
.woocommerce .checkout_coupon button.button {
    padding: 0 41px;
    height: 52px;
    line-height: 50px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-transform: capitalize;
}

.woocommerce-cart .shop_table .coupon {
    max-width: 500px !important;
    display: flex;
    align-items: flex-start;
    border: 0px none;
}

@media (max-width:767px) {
    .woocommerce-cart .shop_table .coupon {
        max-width: 100% !important;
    }
}

.wraper_shop_single {
    width: 100%;
}

.radiantthemes-cart [class*="col-"] {
    /*padding-left: 15px;
    padding-right: 15px;*/

    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (min-width: 992px) and (max-width: 1170px) {
    .radiantthemes-cart .col-lg-8 {
        -ms-flex: 100%;
        ;
        flex: 100%;
        max-width: 100%;
    }

    .radiantthemes-cart .col-lg-4 {
        -ms-flex: 100%;
        ;
        flex: 100%;
        max-width: 100%;
    }
}

.radiantthemes-cart .woocommerce-cart-form {
    padding-right: 40px;
    padding-top: 35px;
}

@media screen and (max-width: 1170px) {
    .radiantthemes-cart .woocommerce-cart-form {
        padding-right: 0;
    }
}

@media screen and (max-width: 1023px) {
    .radiantthemes-cart .woocommerce-cart-form {
        padding-right: 0px;
        padding-top: 0px;
    }
}

.woocommerce table.shop_table > tbody > tr > td.product-name {
    font-size: 16px;
    line-height: 30px !important;
    font-weight: 400 !important;
    color: #000 !important;
}

@media screen and (max-width: 767px) {
    .woocommerce table.shop_table > tbody > tr > td.product-name {
        font-size: 14px !important;
        line-height: 28px !important;
    }
}

.woocommerce table.shop_table > tbody > tr > td.product-name strong {
    font-weight: 400;
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    font-weight: 600 !important;
    color: #000;
    font-family: "Poppins";
}

.woocommerce button.button[name=update_cart],
.woocommerce button.button[name=update_cart] {
    background: #ffffff !important;
    color: #FD406A !important;
    border: 1px solid #FD406A !important;
    line-height: 30px !important;
}

.woocommerce button.button[name=update_cart],
.woocommerce button.button[name=update_cart]:disabled {
    background: #ffffff !important;
    color: #FD406A !important;
    border: 1px solid #FD406A !important;
    line-height: 30px !important;
}

.woocommerce button.button[name=update_cart],
.woocommerce button.button[name=update_cart]:hover {
    background: #ffffff !important;
    color: #FD406A !important;
    border: 1px solid #FD406A !important;
    line-height: 30px !important;
}

.woocommerce .quantity .qty {
    height: 40px;
    width: 80px;
    padding: 0px 5px 0px 21px;
    border: 1px rgba(84, 84, 111, 0.3) solid;
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    color: #545454;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    line-height: 30px;
}

/*@media screen and (max-width:1024px) {
  .woocommerce .quantity .qty {
    padding: 0px 5px 0px 5px;
  }
}*/

/*.woocommerce .quantity .qty input::-webkit-outer-spin-button,
.woocommerce .quantity .qty input::-webkit-inner-spin-button {
-webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}*/
span.product-price {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #545454 !important;
}

@media (max-width:767px) {
    span.product-price {
        font-size: 14px;
        line-height: 28px;
    }
}

.page-template-default .entry-content ul.woocommerce-error li:after {
    display: none;
}

.woocommerce-checkout .woocommerce .checkout_coupon {
    max-width: 600px !important;
    padding: 11px 20px 10px 20px !important;
}

.woocommerce-checkout .woocommerce form.woocommerce-form-coupon .form-row-first {
    width: 64%;
    padding-top: 15px;
    padding-bottom: 10px;
}

.woocommerce-checkout .woocommerce form.woocommerce-form-coupon .form-row-last {
    width: 34%;
    padding-top: 15px;
    padding-bottom: 10px;
}

@media screen and (max-width: 480px) {

    .woocommerce-checkout .woocommerce form.woocommerce-form-coupon .form-row-first,
    .woocommerce-checkout .woocommerce form.woocommerce-form-coupon .form-row-last {
        width: 100%;
        padding-top: 3px;
    }
}

.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
    padding-left: 0;
    padding-right: 0;
}

.woocommerce a.button {
    background: none !important;
}

.shop_single > .summary .quantity > input[type=number]::-webkit-outer-spin-button,
.shop_single > .summary .quantity > input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.shop_single > .summary .quantity > input[type=number] {
    -moz-appearance: textfield;
}

.woocommerce ul#shipping_method li input {
    margin: 9px .4375em 0 0;
    vertical-align: top;
}

.woocommerce-shipping-destination strong {
    font-weight: 400;
}

.entry.page .entry-content .woocommerce .cart-collaterals td a {
    color: #FD406A;
}

/*@media screen and (max-width: 1170px) {

    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        text-align: right !important;
    }
}*/

@media screen and (min-width: 1025px) and (max-width: 1170px) {

    .woocommerce table.shop_table_responsive tr td ul,
    .woocommerce-page table.shop_table_responsive tr td ul {
        text-align: left !important;
    }

    .woocommerce table.shop_table_responsive tr td p,
    .woocommerce-page table.shop_table_responsive tr td p {
        text-align: left !important;
    }

    .woocommerce table.shop_table_responsive tr td p .select2-selection__arrow::after,
    .woocommerce-page table.shop_table_responsive tr td p .select2-selection__arrow::after {
        left: 100% !important;
    }

    .woocommerce table.shop_table_responsive tr td form,
    .woocommerce-page table.shop_table_responsive tr td form {
        text-align: left !important;
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {

    .woocommerce table.shop_table_responsive tr td ul,
    .woocommerce-page table.shop_table_responsive tr td ul {
        text-align: left !important;
    }

    .woocommerce table.shop_table_responsive tr td p,
    .woocommerce-page table.shop_table_responsive tr td p {
        text-align: left !important;
    }

    .woocommerce table.shop_table_responsive tr td p .select2-selection__arrow::after,
    .woocommerce-page table.shop_table_responsive tr td p .select2-selection__arrow::after {
        left: 100% !important;
    }

    .woocommerce table.shop_table_responsive tr td form,
    .woocommerce-page table.shop_table_responsive tr td form {
        text-align: left !important;
    }
}

@media screen and (max-width: 767px) {

    .woocommerce table.shop_table_responsive tr td ul,
    .woocommerce-page table.shop_table_responsive tr td ul {
        text-align: left !important;
    }

    .woocommerce table.shop_table_responsive tr td p,
    .woocommerce-page table.shop_table_responsive tr td p {
        text-align: left !important;
    }

    .woocommerce table.shop_table_responsive tr td p .select2-selection__arrow::after,
    .woocommerce-page table.shop_table_responsive tr td p .select2-selection__arrow::after {
        left: 100% !important;
    }

    .woocommerce table.shop_table_responsive tr td form,
    .woocommerce-page table.shop_table_responsive tr td form {
        text-align: left !important;
    }

}

/*CART SECTION*/


/* Details Page Tab CSS Starts */

.wraper_shop_single.style-one .shop_single_tabs {
    margin-top: 13px;
    margin-bottom: 31px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .wraper_shop_single.style-one .shop_single_tabs {
        margin-top: 13px;
        margin-bottom: 31px;
    }
}

@media screen and (max-width: 767px) {
    .wraper_shop_single.style-one .shop_single_tabs {
        margin-top: 13px;
        margin-bottom: 28px;
    }
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs {
    margin-bottom: 35px;
    /*border-bottom-color: #cfced1;*/
    border-bottom: 0;
    text-align: left;
    overflow: hidden;
    display: block;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li:last-child {
    margin-right: 0;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a {
    position: relative;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 14px;
    border: none;
    /*font-weight: 600;
  font-size: 20px;
  line-height: 25px;*/
    color: #000 !important;
    padding: 10px 15px;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: #eff0f4 !important;
    border-radius: 4px;
}

@media screen and (max-width: 480px) {
    .wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li {
        width: 100%;
    }

    .wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a {
        padding: 10px 0;
        text-align: center;
        margin-top: 10px;
    }
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a p {
    color: #000;
    font-weight: 600;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a.active {
    background-color: #FD406A !important;
}


.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a.active p {
    color: #fff !important;
}


/*.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  width: auto;
  height: 3px;
  background-color: #104cba;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li a.active:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}*/

.wraper_shop_single.style-one .shop_single_tabs .tab-pane h5 {
    display: none;
}

.wraper_shop_single.style-one .shop_single_tabs .tab-pane ul.rt-ul-group {
    margin: 30px 0 0 0;
    padding: 0;
    list-style-type: none;
}

.wraper_shop_single.style-one .shop_single_tabs .tab-pane ul.rt-ul-group li {
    margin: 0;
    padding: 0 0 10px 35px;
    display: block;
    width: 100%;
    background: url(//sonpati.xyz/wp-content/themes/uvo/assets/images/tick.png) no-repeat 0 4px;
    background-size: 20px;
}

.wraper_shop_single.style-one .shop_single_tabs .tab-pane ul.rt-ul-group li:last-child {
    padding: 0 0 0 35px;
}

/* Details Page Tab CSS Ends */

/* Cart and Checkout Page CSS Starts */

.woocommerce-checkout .site {
    padding-top: 0px;
    padding-bottom: 0px;
}

.woocommerce-checkout .site .wraper_blog_main .container.page-container {
    padding-top: 140px;
    padding-bottom: 0px;
}

@media screen and (max-width: 1024px) {

    .woocommerce-checkout .site .wraper_blog_main .container.page-container {
        padding-top: 120px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce-checkout .site .wraper_blog_main .container.page-container {
        padding-top: 100px;
        padding-bottom: 0;
    }
}

.woocommerce-cart .site {
    padding-top: 0px;
    padding-bottom: 0px;
}

/*.woocommerce-cart .site .wraper_blog_main .container.page-container {
  padding-top: 140px;
  padding-bottom: 140px;
}

@media screen and (min-width:834px) and (max-width:1023px) {
  .woocommerce-cart .site .wraper_blog_main .container.page-container {
  padding-top: 110px;
  padding-bottom: 120px !important;
}
}

@media screen and (max-width: 768px) {
  .woocommerce-cart .site .wraper_blog_main .container.page-container {
  padding-top: 100px;
  padding-bottom: 120px !important;
}
}


@media screen and (max-width: 480px) {
  .woocommerce-cart .site .wraper_blog_main .container.page-container {
  padding-top: 80px;
  padding-bottom: 100px !important;
}
}*/

/* Cart and Checkout Page CSS Ends */

/* Blog New Structure CSS Starts */

.post.hentry .entry-extra-item,
.page.hentry .entry-extra-item,
.style-default .entry-extra-item,
.single-post .entry-extra-item {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 2px 0 15px 0;
}

/*.post.hentry .entry-extra-item a {
  display: none;
}*/

.post.hentry .entry-extra-item .author-box,
.page.hentry .entry-extra-item .author-box,
.style-default .entry-extra-item .author-box,
.single-post .entry-extra-item .author-box {
    float: left;
}

.post.hentry .entry-extra-item .author-pic,
.page.hentry .entry-extra-item .author-pic,
.style-default .entry-extra-item .author-pic,
.single-post .entry-extra-item .author-pic {
    float: left;
}

.post.hentry .entry-extra-item .author-pic img,
.page.hentry .entry-extra-item .author-pic img,
.style-default .entry-extra-item .author-pic img,
.single-post .entry-extra-item .author-pic img {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.post.hentry .entry-extra-item .author,
.page.hentry .entry-extra-item .author,
.style-default .entry-extra-item .author,
.single-post .entry-extra-item .author {
    float: left;
    line-height: 30px;
    font-size: 15px;
    padding-top: 2px;
}

.post.hentry .entry-extra-item .author .fa.fa-user,
.page.hentry .entry-extra-item .author .fa.fa-user,
.style-default .entry-extra-item .author .fa.fa-user,
.single-post .entry-extra-item .author .fa.fa-user {
    display: none;
}


.post.hentry .entry-extra-item .comment,
.page.hentry .entry-extra-item .comment,
.style-default .entry-extra-item .comment,
.single-post .entry-extra-item .comment {
    float: left;
    margin-left: 14px;
    line-height: 30px;
    font-size: 15px;
    padding-top: 2px;
    color: #545454;
}

.post.hentry .entry-extra-item .comment i,
.page.hentry .entry-extra-item .comment i,
.style-default .entry-extra-item .comment i,
.single-post .entry-extra-item .comment i {
    padding-right: 10px !important;
    color: #FD406A;
}

/* New css starts */

.post.hentry .entry-extra-item .date,
.page.hentry .entry-extra-item .date,
.style-default .entry-extra-item .date,
.single-post .entry-extra-item .date {
    float: left;
    margin-left: 15px;
    line-height: 30px;
    font-size: 15px;
    padding-top: 2px;
    color: #545454;
}

.post.hentry .entry-extra-item .date i,
.page.hentry .entry-extra-item .date i,
.style-default .entry-extra-item .date i,
.single-post .entry-extra-item .date i {
    padding-right: 11px !important;
    color: #FD406A;
}

.post.hentry .entry-extra-item .category,
.page.hentry .entry-extra-item .category,
.style-default .entry-extra-item .category,
.single-post .entry-extra-item .category {
    float: left;
    margin-left: 14px;
    line-height: 30px;
    font-size: 15px;
    padding-top: 2px;
    color: #545454;
}

.post.hentry .entry-extra-item .category i,
.page.hentry .entry-extra-item .category i,
.style-default .entry-extra-item .category i,
.single-post .entry-extra-item .category i {
    padding-right: 5px !important;
    color: #FD406A;
}



.post.hentry .entry-extra-item .category a,
.page.hentry .entry-extra-item .category a,
.style-default .entry-extra-item .category a,
.single-post .entry-extra-item .category a {
    /*color: #FD406A;*/
    color: #545454;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    display: inline-block;
    border-radius: 4px;
    opacity: 1;
    transition: all 0.12s ease-in-out;
    -webkit-transition: all 0.12s ease-in-out;
    margin-left: 5px;

    position: relative;
    color: inherit;
}

.post.hentry .entry-extra-item .category a:hover,
.page.hentry .entry-extra-item .category a:hover,
.style-default .entry-extra-item .category a:hover,
.single-post .entry-extra-item .category a:hover {
    color: #FD406A;
}

.post.hentry .entry-extra-item .category a:before,
.page.hentry .entry-extra-item .category a:before,
.style-default .entry-extra-item .category a:before,
.single-post .entry-extra-item .category a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 2px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.post.hentry .entry-extra-item .category a:hover:before,
.page.hentry .entry-extra-item .category a:hover:before,
.style-default .entry-extra-item .category a:hover:before,
.single-post .entry-extra-item .category a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}

.post.hentry .entry-extra-item .category a:hover,
.page.hentry .entry-extra-item .category a:hover,
.style-default .entry-extra-item .category a:hover,
.single-post .entry-extra-item .category a:hover {
    color: #FD406A !important;
}



/* New css ends */




@media screen and (max-width: 480px) {
    .post.hentry .entry-extra-item .comment,
    .post.hentry .entry-extra-item .date,
    .post.hentry .entry-extra-item .category,

    .page.hentry .entry-extra-item .comment,
    .page.hentry .entry-extra-item .date,
    .page.hentry .entry-extra-item .category,

    .style-default .entry-extra-item .comment,
    .style-default .entry-extra-item .date,
    .style-default .entry-extra-item .category,

    .single-post .entry-extra-item .comment,
    .single-post .entry-extra-item .date,
    .single-post .entry-extra-item .category {
        margin-left: 0px;
        margin-top: 0;
        padding-top: 0;
        width: 100%;
    }

    .post.hentry .entry-extra-item .author-box,
    .page.hentry .entry-extra-item .author-box,
    .style-default .entry-extra-item .author-box,
    .single-post .entry-extra-item .author-box {
        margin-bottom: 10px;
    }

}

/* Blog New Structure CSS Ends */

/* Progressbar new css starts */
.elementor-progress-bar {
    float: left;
}


/* Progressbar new css ends */
/* Progress Bar Start */
.rt-progressbar-container {
    position: relative;
}

.rt-progressbar-bar-wrap {
    position: relative;
    text-align: left;
    overflow: hidden;
    height: 25px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.rt-progressbar-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    background: #6ec1e4;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    overflow: hidden;
    -webkit-transition: width 0s ease-in-out !important;
    transition: width 0s ease-in-out !important;
}

.rt-progressbar-striped .rt-progressbar-bar {
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.rt-progressbar-active .rt-progressbar-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.rt-progressbar-gradient .rt-progressbar-bar {
    -webkit-background-size: 400% 400% !important;
    background-size: 400% 400% !important;
    -webkit-animation: progress-bar-gradient 10s ease-in-out infinite;
    animation: progress-bar-gradient 10s ease-in-out infinite;
}

.rt-progressbar-container .clearfix {
    clear: both;
}

.rt-progressbar-container p:first-of-type {
    margin: 0;
    float: left;
}

.rt-progressbar-container p:nth-of-type(2) {
    margin: 0;
    float: right;
}

/* Progress Bar End */

/* SEO Agency Header CSS Starts */
.page.page-id-21 .lines,
.page.page-id-21 .lines:before,
.page.page-id-21 .lines:after {
    background-color: #ffffff;
}

.page.page-id-21 #rt-mainMenu nav > ul > li.rt-dropdown:before {
    color: #ffffff;
}

@media screen and (max-width: 1024px) {
    .page.page-id-21 #rt-mainMenu .elementor-icon-list-icon i {
        color: #ffffff;
    }

    .page.page-id-21 #rt-mainMenu .elementor-icon-list-text {
        color: #ffffff;
    }

    .page.page-id-21 .elementor-nav-menu .menu-item a:hover {
        color: #ffffff !important;
    }
}

/* SEO Agency Header CSS Ends */

/* SEO and PR Header(Thin header) CCS Starts*/

@media screen and (min-width: 1200px) {
    .header-two #rt-mainMenu nav > ul > li.menu-item-object-mega_menu .rt-dropdown-menu {
        top: 59px;
    }

    .header-two #rt-mainMenu nav > ul > li .rt-dropdown-menu {
        top: 44px;
    }

    .header-two .cart-block {
        top: 120%;
    }
}


/* SEO and PR Header(Thin header) CCS Ends*/

/* Default Theme Pagination CSS Starts */

.default-page .page-links,
.comment-content .page-links,
.wpb_text_column .page-links {
    clear: both;
    margin-bottom: 10px;
    font-size: 14px;
    color: #252525;
    line-height: 30px;
}

.default-page .page-links > a:hover::after,
.comment-content .page-links > a:hover::after,
.wpb_text_column .page-links > a:hover::after {
    display: none;
}

.entry-content > .page-links > .post-page-numbers.current {
    display: inline-block !important;
    float: none;
    color: #ffffff;
    min-width: 0px;
    padding: 0px 5px;
    width: 40px;
    height: 40px;
    margin: 0px 5px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background: #FD406A;
    border: none;
    text-align: center;
}

.entry-content > .page-links > .post-page-numbers {
    display: inline-block !important;
    float: none;
    color: #000;
    min-width: 0px;
    padding: 0px 5px;
    width: 40px;
    height: 40px;
    margin: 0px 5px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background: #F5F7FF;
    text-align: center;
}

.entry-content > .page-links > .post-page-numbers:hover {
    background: #FD406A;
    color: #ffffff;
}

/* Default Theme Pagination CSS Ends */

/* Default theme Shop Details Pagination Starts */

.woocommerce #content div.product div.images .woocommerce-product-gallery__wrapper,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
.woocommerce-page #content div.product div.images .woocommerce-product-gallery__wrapper,
.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper {
    width: calc(100% - -120px);
    position: relative;
    display: inline-block;
    left: -120px;
    height: auto;
    float: left;
}

@media screen and (max-width:767px) {

    .woocommerce #content div.product div.images .woocommerce-product-gallery__wrapper,
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
    .woocommerce-page #content div.product div.images .woocommerce-product-gallery__wrapper,
    .woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper {
        width: 100%;
        left: 0;

    }
}

/* Default theme Shop Details Pagination Ends */

/* Default theme Comment Pagination Starts */

/*.wp-block-latest-comments__comment-author {
  font-size: 16px !important;
  line-height: 30px !important;
  font-weight: 600 !important;
  color: #000 !important;
  letter-spacing: 0;
}

.wp-block-latest-comments__comment-author:hover {
  color: #FD406A !important;
}

.wp-block-latest-comments__comment-link,
.wp-block-latest-comments__comment {
  font-size: 16px !important;
  line-height: 30px !important;
  letter-spacing: 0;
}

.wp-block-latest-comments__comment-date {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  color: #545454;
  margin-top: -13px;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  margin-left: 94px;
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    border-radius: 50%;
    display: block;
    float: left;
    height: 70px;
    margin-right: 24px;
    width: 70px;
}*/

@media (max-width:767px) {
    .wp-block-archives.wp-block-archives-list li a {
        font-size: 14px;
        line-height: 28px;
    }
}


/* Cart page CSS Starts */

.page.woocommerce-cart .site .wraper_blog_main .container.page-container {
    padding-top: 140px;
    padding-bottom: 140px;
}

@media screen and (min-width:1025px) and (max-width:1170px) {
    .page.woocommerce-cart .site .wraper_blog_main .container.page-container {
        padding-top: 95px;
        padding-bottom: 140px;
    }
}

@media screen and (max-width:1024px) {
    .page.woocommerce-cart .site .wraper_blog_main .container.page-container {
        padding-top: 75px;
        padding-bottom: 120px;
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .page.woocommerce-cart .site .wraper_blog_main .container.page-container {
        padding-top: 110px;
        padding-bottom: 120px;
    }
}

@media screen and (min-width:768px) and (max-width:768px) {
    .page.woocommerce-cart .site .wraper_blog_main .container.page-container {
        padding-top: 100px;
        padding-bottom: 120px;
    }
}

@media screen and (max-width:768px) {
    .woocommerce .product-thumbnail .size-woocommerce_thumbnail {
        width: 100% !important;
    }
}

@media screen and (min-width:481px) and (max-width:767px) {
    .page.woocommerce-cart .site .wraper_blog_main .container.page-container {
        padding-top: 81px;
        padding-bottom: 100px;
    }

    .woocommerce .product-thumbnail .size-woocommerce_thumbnail {
        width: 100% !important;
    }
}



@media screen and (max-width:480px) {
    .page.woocommerce-cart .site .wraper_blog_main .container.page-container {
        padding-top: 81px;
        padding-bottom: 100px;
    }

    .woocommerce .product-thumbnail .size-woocommerce_thumbnail {
        width: 100% !important;
    }
}



@media all and (min-width: 1171px) {
    .page.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: relative;
        top: 1px;
        left: 100%;
    }

    .page.woocommerce-cart .select2-selection__arrow::after {
        margin-left: -10px;
        line-height: 3px;
    }
}


@media screen and (min-width: 1025px) and (max-width: 1170px) {
    .page.woocommerce-cart .select2-container .select2-selection > .select2-selection__arrow {
        right: 22px;
    }
}

.page.woocommerce-cart ul#shipping_method li input {
    margin: 1px .4375em 0 0;
}

.page.woocommerce-cart ul#shipping_method li label {
    display: inline-block;
}

/* Cart page CSS Ends */

/* My Account page section Gap css starts */

.page.woocommerce-account .wraper_blog_main .container.page-container {
    padding-top: 129px;
    padding-bottom: 140px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .page.woocommerce-account .wraper_blog_main .container.page-container {
        padding-top: 109px;
        padding-bottom: 120px;
    }
}

@media screen and (max-width: 767px) {
    .page.woocommerce-account .wraper_blog_main .container.page-container {
        padding-top: 89px;
        padding-bottom: 100px;
    }
}

.page.woocommerce-account p.lost_password {
    margin-left: -10px;
    text-transform: capitalize;
}

/* My Account page section Gap css ends */

/*.page.woocommerce-checkout .wraper_blog_main {
  overflow: none !important;
}

.page.woocommerce-checkout .container.page-container {
  overflow: none !important;
}*/

/* FORM FIX CSS STARTS */

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px !important;
    margin-left: -10px !important;
}

.woocommerce #review_form #respond p {
    margin: 0 0 6px;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent {
    margin: 6px 0 0px 0;
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
    width: 49%;
    overflow: visible;

}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    float: right;
    width: 49%;
}

.woocommerce-page.woocommerce-checkout .woocommerce form .form-row {
    margin: 0px 0 0px 0 !important;
}

.woocommerce-page.woocommerce-checkout .select2-container .select2-selection {
    margin-bottom: 0px;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 2px 1em 0px 0;
}

.woocommerce ul#shipping_method li label {
    display: inline-block;
}

.woocommerce ul#shipping_method li input {
    margin: 1px .4375em 0 0;
}

.comments-area .comment-form > p.comment-notes {
    margin-bottom: 13px;
}

/* FORM FIX CSS ENDS */

.woocommerce table.shop_table > tbody > tr > td.product-remove a::before {
    display: none !important;
}



/* WOOCOMMERCE MESSAGE CSS STARTS */

@media all and (max-width: 767px) {

    .woocommerce .woocommerce-error .button,
    .woocommerce .woocommerce-info .button,
    .woocommerce .woocommerce-message .button,
    .woocommerce-page .woocommerce-error .button,
    .woocommerce-page .woocommerce-info .button,
    .woocommerce-page .woocommerce-message .button {
        float: left;
    }

    .woocommerce-message .cart-added .cart-added-text,
    .woocommerce-message .cart-added .cart-added-button {
        display: block;
        width: 100%;
    }

    .woocommerce-notices-wrapper .woocommerce-message {
        padding: 1.1em 1.5em 1.5em 3.5em;
    }

}

.checkout_coupon.woocommerce-form-coupon p {
    margin-bottom: 0;
}

.comments-area ol.comment-list > li:last-child {
    margin-bottom: 120px;
}

.comment-navigation {
    margin-bottom: 122px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .comments-area ol.comment-list > li:last-child {
        margin-bottom: 100px;
    }

    .comment-navigation {
        margin-bottom: 102px;
    }
}

@media all and (max-width: 767px) {
    .comments-area ol.comment-list > li:last-child {
        margin-bottom: 80px;
    }

    .comment-navigation {
        margin-bottom: 82px;
    }
}



/* WOOCOMMERCE MESSAGE CSS ENDS */

/* DEFAULT THEME BLOG BANNER CSS STARTS */

.single .wraper_blog_main.style-one {
    padding-top: 0px;
    padding-bottom: 0px;
}

.wraper_blog_main.style-one > .container {
    padding-top: 130px;
    padding-bottom: 140px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .single .wraper_blog_main.style-one {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .wraper_blog_main.style-one > .container {
        padding-top: 110px;
        padding-bottom: 120px;
    }

}

@media all and (max-width: 767px) {
    .single .wraper_blog_main.style-one {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .wraper_blog_main.style-one > .container {
        padding-top: 91px;
        padding-bottom: 100px;
    }

}

/* wraper_blog_banner style-one */
/*.single-post .wraper_inner_banner {
    display: block;
    background: #f0f2f5 !important;
}*/
.wraper_blog_banner.style-one {
    position: relative;
    width: 100%;
    background: center top no-repeat #eff2f7;
    background-size: cover;
    /* wraper_blog_banner_main */
    /* wraper_blog_banner_tags */
}

.single-post .wraper_inner_banner {}

.wraper_blog_banner.style-one:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    content: " ";
    /*background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);*/
}

.wraper_blog_banner.style-one .wraper_blog_banner_main {
    position: relative;
    width: 100%;
    border-bottom: none;
}

.wraper_blog_banner.style-one .wraper_blog_banner_main > .container {
    padding-top: 243px;
    padding-bottom: 0;
}

.wraper_blog_banner.style-one .wraper_blog_banner_main > .container > .blog_banner_main .blog_banner_main_item > .entry-header > .entry-title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 40px;
    color: #000;
    line-height: 50px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags {
    position: relative;
    width: 100%;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container {
    padding-top: 0;
    padding-bottom: 156px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .wraper_blog_banner.style-one .wraper_blog_banner_main > .container {
        padding-top: 204px;
        padding-bottom: 0;
    }

    .wraper_blog_banner.style-one .wraper_blog_banner_tags > .container {
        padding-top: 0;
        padding-bottom: 122px;
    }
}


@media all and (max-width: 767px) {
    .wraper_blog_banner.style-one .wraper_blog_banner_main > .container {
        padding-top: 154px;
        padding-bottom: 0;
    }

    .wraper_blog_banner.style-one .wraper_blog_banner_tags > .container {
        padding-top: 0;
        padding-bottom: 92px;
    }

}


.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item {
    margin-bottom: 20px;
    margin-top: 2px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item.blog-published {
    margin-left: 20px;
}

@media all and (max-width: 575px) {
    .wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item.blog-published {
        margin-left: 0px;
    }
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta {
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    line-height: 27px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta strong {
    display: block;
    margin-top: 1px;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a {
    color: inherit;
    margin-left: -1px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:after {
    content: ",";
    margin-right: 5px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:last-child:after,
.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:only-child:after {
    display: none;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .author-pic {
    float: left;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .author-pic img {
    width: 34px;
    height: 34px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 0;
    border-radius: 50%;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags span.comment {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    line-height: 27px;
    padding: 0;
    margin-left: 0;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags span.join-comments {
    display: block;
    margin-top: 1px;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000;
    float: left;
    width: 100%;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .row {
    margin-right: -15px;
    margin-left: -15px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_main > .container .row {
    margin-right: -15px;
    margin-left: -15px;
}

.wraper_blog_banner.style-one .inner_banner_main .title {
    text-align: left;
    font-size: 34px;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: 0;
    color: #000;
}


/* DEFAULT THEME BLOG BANNER CSS ENDS */

/* BLOG DETAILS NEW CSS STARTS */

.comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata .comment-date-and-time {
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.comments-area ol.comment-list li .reply {
    text-transform: capitalize;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    color: #1d1847;
    float: left;
    /*margin-top: 2px;*/
}

@media screen and (max-width: 420px) {
    .comments-area ol.comment-list li .reply {
        width: 100%;
    }
}


/* BLOG DETAILS NEW CSS ENDS */

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    color: #555;
    font-size: 13px;
    line-height: 25px;
}


.wp-block-file__button:hover {
    box-shadow: 0px 3px 15px 2px rgba(255, 28, 125, 0.3);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

@media screen and (max-width: 480px) {
    .wp-block-image .alignleft {
        width: 100% !important;
    }

    .wp-block-image .alignright {
        width: 100% !important;
    }

    .wp-block-image img {
        width: 100% !important;
    }

    img.alignleft {
        width: 100%;
    }

    img.alignright {
        width: 100%;
    }
    
}


.inner_banner_main .title {
    font-size: 34px;
    line-height: 45px !important;
}

.wp-block-latest-comments [class^="wp-block-"] {
    margin-bottom: 9px;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    margin-top: 10px;
}

.wp-block-cover {
    margin: 30px 0;
}

.shop_single > .summary .quantity > .input-group-addon {
    font-size: 12px;
    height: 19px !important;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    margin-bottom: 0px;
}

[class^="wp-block-"] {
    margin-bottom: 30px;
    margin-top: 0px;
}

.default-page table,
.comment-content table,
.wpb_text_column table {
    width: 100%;
    margin-bottom: 25px;
    table-layout: fixed;
}



/*------------------ burger menu ------------------*/

.cross-menu {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 99;
}

.cross-menu i {
    color: #fff;
}


.wp-block-group.has-background {
    margin-bottom: 20px;
}

.single.single-post.postid-2 .default-page p {
    margin-bottom: 50px;
}


.wraper_header .wraper_header_main .nav, .wraper_header .wraper_header_main .header-hamburger-menu {
    margin:     !important;
}

.radiantthemes-website-layout.boxed{
    max-width: 1200px ;
}

@media (min-width: 1200px){

    .radiantthemes-website-layout.boxed .container{
        width: calc( 1200px - 30px) ;
    }

    .radiantthemes-website-layout.boxed .container.page-container{
        width: 1200px ;
    }

}

.radiantthemes-website-layout.boxed .container-fluid{
    max-width: calc( 1200px - 30px) ;
}

.wraper_inner_banner_main .inner_banner_main{
    text-align: center ;
}

.wraper_inner_banner_breadcrumb .inner_banner_breadcrumb{
    text-align: center ;
}


.swiper-pagination {
    bottom: -10px;
    left: 0;
    width: 100%;
    visibility: visible;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 40px 5px 0 5px;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #FD406A !important;
}

/* RESPONSIVE HEADER CORRECTION CSS STARTS */

@media screen and (max-width: 1219px) {
    .pr-agency-top-header {
        display: none;
    }
}

@media screen and (max-width: 1240px) {
    .seo-agency-top-header {
        display: none;
    }

}

@media screen and (min-width: 1025px) and (max-width: 1170px) {
   .pr-agency-bottom-header .rt-search-cart-holder {
        display: none;
    }

    .rt-search-cart-holder {
        display: none !important;
    }
}

/* RESPONSIVE HEADER CORRECTION CSS ENDS */



.default-page .rt-testimonial blockquote, .default-page .rt-testimonial blockquote {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
} 

.swiper-button-next, .swiper-button-prev {
    width: 17px !important;
    height: 34px !important;
    margin-top: -10% !important;
}

.wp-calendar-table {
    width: 100%;
}

.wp-calendar-table thead tr th {
    font-weight: 400;
    background: #ddd;
}

.wp-calendar-table thead tr th,
.wp-calendar-table tbody tr td {
    border: 1px #e2e2e2 solid;
    padding: 10px 10px 10px 10px;
    font-weight: 400;
    text-align: center;
}

.wp-calendar-table caption {
    color: #272727;
    text-align: left;
    caption-side: top;
    font-weight: 500;
    text-transform: capitalize;
}