/*
Theme Name: Drox
Theme URI: http://themewar.com/wp/drox/
Author: ThemeWar
Author URI: http://themewar.com/
Description: Drox - Agency & Portfolio Responsive WordPress Theme
Version: 1.0
License: 
License URI: 
Text Domain: drox
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*=======================================================================
 [Table of contents]
 =========================================================================
 1. All Home Page
 2. About Page
 3. Others Page
 4. All Folio Page
 5. All Blog Pagelefside_menu
 6. All Shop Page
 7. All Feature Page
 8. Popup Menu
 9. Custome Mouse
 10. Preloader
 11. Popup Social
*/

/*------------------------------------------------------------------------------------
/ 1. All Home Page
/-------------------------------------------------------------------------------------*/
.header_01{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    padding: 0 15px;
    background: transparent;
    min-height: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
}
.error404 .header_01{
    border-bottom: none;
}
.header_01.in_container{
    padding: 0;
}
.logo_1{
    position: relative;
    line-height: 1;
    padding: 32px 0 31px;
}
.logo_1.noLogoFound{
    line-height: .8;
}
.logo_1 img{
    height: 16px;
    width: auto;
}
.noLogoFound a{
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    line-height: .8;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
.noLogoFound a:hover{
    color: #FFF;
}
.menu_01{
    line-height: .8;
}
.in_container .menu_01{
    display: flex;
    justify-content: flex-end;
}
.menu_01 ul{
    margin: 0;
    padding: 0;
    line-height: .8;
    display: flex;
    justify-content: center;
}
.menu_01 ul li{
    list-style: none;
    line-height: .8;
    margin: 0 15px;
    position: relative;
    padding: 35px 0 33px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
}
.menu_01 ul li a{
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    color: #FFF;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: .8;
}
.header_dark_mode .menu_01 > ul > li > a{
    color: #232931;
}
.menu_01 ul li.active > a, .menu_01 ul li:hover > a{
    color: #a47864;
}
.header_dark_mode .menu_01 > ul > li.current-menu-item > a, 
.header_dark_mode .menu_01 > ul > li:hover > a{
    color: #a47864;
}
.menu_01 ul ul.sub-menu {
    background: #17191b;
    width: 220px;
    z-index: 9;
    text-align: left;
    padding: 0;
    display: block;
    left: 50%;
    margin: auto;
    position: absolute;
    right: 0;
    padding: 17px 0;
    visibility: hidden;
    opacity: 0;
    top: 125%;
    border-bottom: 2px solid #1fb4cc;
    transform: translateX(-21%);
    -moz-transform: translateX(-21%);
    -webkit-transform: translateX(-21%);
    z-index: 9;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}
.menu_01 ul ul.sub-menu li{
    display: block;
    padding: 0;
    margin: 0;
}
.menu_01 ul ul.sub-menu li a{
    padding: 5px 30px;
    line-height: 20px;
    text-transform: capitalize;
}
.menu_01 ul li:hover ul.sub-menu{
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.menu_01 ul ul.sub-menu li.menu-item-has-children{
    position: relative;
}
.menu_01 ul ul.sub-menu li.menu-item-has-children:after{
    position: absolute;
    right: 28px;
    top: 2px;
    content: '...';
    color: #fff;
    font-size: 21px;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}
.menu_01 ul ul.sub-menu li.menu-item-has-children:hover:after{
    color: #1fb4cc;
}
.menu_01 ul ul.sub-menu ul.sub-menu{
    top: 0;
    visibility: hidden;
    opacity: 0;
    top: -51%;
    left: 120%;
    transform: translateX(0%);
    transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
}
.menu_01 ul ul.sub-menu li:hover ul.sub-menu{
    left: 100%;
    visibility: visible;
    opacity: 1;
}
.h1_cogs{
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-top: 34px;
}
.in_container .h1_cogs{
    margin-left: 15px;
    padding-left: 7px;
}
.in_container .h1_cogs:after{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 1px;
    height: 20px;
    content: '';
    z-index: 2;
    background: rgba(255, 255, 255, .10);
}
.h1_cogs > div{
    position: relative;
    line-height: 1;
    margin-left: 24px;
}
.h1_cogs div a{
    display: block;
    font-size: 14px;
    color: #FFF;
    line-height: 1;
    position: relative;
}
.header_dark_mode .h1_cogs > div > a{
    color: #232931;
}
.h1_cogs div a:hover, .h1_cogs div a.active, 
.header_dark_mode .h1_cogs div a:hover, .header_dark_mode .h1_cogs div a.active{
    color: #a47864;
}
.h1_cogs div.carts a{
    bottom: -2px;
}
.h1_cogs div.carts a span{
    font-size: 9px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: .8;
    position: absolute;
    min-width: 100%;
    text-align: center;
    top: -12px;
}
.header_02{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    z-index: 9;
}
.header_02.relative_header{
    position: relative;
    background: #FFF;
}
.header_02.relative_header.header_dark_mode{
    background: #17191b;
}
.logo_3{
    position: relative;
    line-height: 1;
    padding: 32px 0 32px;
}
.logo_3 img{
    height: 16px;
    width: auto;
}
.navitations{
    position: relative;
    line-height: 15px;
    padding: 34px 0 31px;
    display: flex;
    justify-content: flex-end;
}
.navitations a.popup_togggle_menu{
    height: 12px;
    width: 15px;
    position: relative;
    line-height: 15px;
    margin-left: 24px;
}
.navitations a.popup_togggle_menu span{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
    height: 2px;
    background: #17191b;
    transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
}
.header_light_mode .navitations a.popup_togggle_menu span, 
.relative_header.header_dark_mode .navitations a.popup_togggle_menu span{
    background: #FFF;
}
.relative_header.header_light_mode .navitations a.popup_togggle_menu span{
    background: #17191b;
}
.navitations a.popup_togggle_menu span:first-child{
    top: 0;
    bottom: auto;
}
.navitations a.popup_togggle_menu span:last-child{
    top: auto;
    bottom: 0;
}
.navitations a.popup_togggle_menu:hover span:nth-child(2){
    display: none;
}
.navitations a.popup_togggle_menu:hover span{
    background: #1fb4cc;
    top: 4px;
}
.relative_header.header_light_mode .navitations a.popup_togggle_menu:hover span, 
.relative_header.header_dark_mode .navitations a.popup_togggle_menu:hover span{
    background: #1fb4cc;
}
.navitations a.popup_togggle_menu:hover span:last-child{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    top: -2px;
}
.navitations a.popup_togggle_menu:hover{
    width: 14px;
}
.navitations div.inliners{
    position: relative;
    line-height: 15px;
    margin-left: 24px;
}
.navitations div.inliners > a{
    display: block;
    font-size: 14px;
    color: #17191b;
    line-height: 15px;
    position: relative;
}
.header_light_mode .navitations div.inliners > a, .relative_header.header_dark_mode .navitations div.inliners > a{
    color: #FFF;
}
.relative_header.header_light_mode .navitations div.inliners > a{
    color: #17191b;
}
.navitations div.inliners:hover > a, .header_light_mode .navitations div.inliners:hover > a, .relative_header.header_light_mode .navitations div.inliners:hover > a, 
.relative_header.header_dark_mode .navitations div.inliners:hover > a{
    color: #1fb4cc;
}
.navitations div.inliners.carts a{
    bottom: -1px;
}
.navitations div.inliners.carts a span{
    font-size: 9px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: .8;
    position: absolute;
    min-width: 100%;
    text-align: center;
    top: -12px;
}
.header_01.black_color{
    background: #fff;
}
.header_01.black_color .menu_01 > ul > li > a{
    color: #232931;
}
.header_01.black_color .menu_01 > ul > li.active > a, .header_01.black_color .menu_01 > ul > li:hover > a{
    color: #1fb4cc;
}
.header_01.black_color .h1_cogs > div > a{
    color: #232931;
}
.header_01.black_color .h1_cogs div a:hover{
    color: #1fb4cc;
}
.header_01.black_color .h1_cogs:after{
    background: #eee;
}
.popup_socail_sec{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.popup_social_overlay{
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: rgba(23, 25, 27, .6);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    cursor: url(../images/close.png), auto;

    -webkit-transition: all .4s ease-in .8s;
    -o-transition: all .4s ease-in .8s;
    transition: all .4s ease-in .8s;
}
.popup_socail_sec.active .popup_social_overlay {
    visibility: visible;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
    top: 0;
    opacity: 1;
}
.pop_background{
    background: #17191b;
    width: 100%;
    height: 400px;
    top: -100%;
    z-index: 99;
    position: fixed;
    left: 0;
    opacity: 0;
    visibility: hidden;

    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.6s cubic-bezier(0.9, 0.03, 0, 0.96) 0.7s;
    -o-transition: all 0.6s cubic-bezier(0.9, 0.03, 0, 0.96) 0.7s;
    transition: all 0.6s cubic-bezier(0.9, 0.03, 0, 0.96) 0.7s;
}
.pop_background .pb_social_bg{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3b5998;
    opacity: 0;
    visibility: hidden;
    z-index: 1;

    transition: all ease 300ms;
    -moz-transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
}
.popup_socail_sec.active .pop_background {
    opacity: 1;
    visibility: visible;
    top: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
}
.pop_background .container{
    position: relative;
    z-index: 2;
}
.social_popup{
    position: relative;
    text-align: center;
}
.social_popup a{
    display: inline-block;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    position: relative;
    text-align: center;
    margin: 0 36px;
    z-index: 2;
}
.social_popup a span{
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    bottom: -49px;
    white-space: nowrap;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    text-align: center;
    transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
}
.social_popup a:hover span{
    visibility: visible;
    opacity: 1;
    bottom: -39px;
}
.social_popup a:nth-child(01){
    -webkit-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, -400px, 0);
    -moz-transform: translate3d(0, -400px, 0);
    -webkit-transform: translate3d(0, -400px, 0);
    -ms-transform: translate3d(0, -400px, 0);
    -o-transform: translate3d(0, -400px, 0);
}
.social_popup a:nth-child(02){
    -webkit-transition: all 1300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, -400px, 0);
    -moz-transform: translate3d(0, -400px, 0);
    -webkit-transform: translate3d(0, -400px, 0);
    -ms-transform: translate3d(0, -400px, 0);
    -o-transform: translate3d(0, -400px, 0);
}
.social_popup a:nth-child(03){
    -webkit-transition: all 1400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, -400px, 0);
    -moz-transform: translate3d(0, -400px, 0);
    -webkit-transform: translate3d(0, -400px, 0);
    -ms-transform: translate3d(0, -400px, 0);
    -o-transform: translate3d(0, -400px, 0);
}
.social_popup a:nth-child(04){
    -webkit-transition: all 1500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, -400px, 0);
    -moz-transform: translate3d(0, -400px, 0);
    -webkit-transform: translate3d(0, -400px, 0);
    -ms-transform: translate3d(0, -400px, 0);
    -o-transform: translate3d(0, -400px, 0);
}
.social_popup a:nth-child(05){
    -webkit-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, -400px, 0);
    -moz-transform: translate3d(0, -400px, 0);
    -webkit-transform: translate3d(0, -400px, 0);
    -ms-transform: translate3d(0, -400px, 0);
    -o-transform: translate3d(0, -400px, 0);
}
.social_popup a:nth-child(06){
    -webkit-transition: all 1700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, -400px, 0);
    -moz-transform: translate3d(0, -400px, 0);
    -webkit-transform: translate3d(0, -400px, 0);
    -ms-transform: translate3d(0, -400px, 0);
    -o-transform: translate3d(0, -400px, 0);
}
.social_popup a:nth-child(07){
    -webkit-transition: all 1800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, -400px, 0);
    -moz-transform: translate3d(0, -400px, 0);
    -webkit-transform: translate3d(0, -400px, 0);
    -ms-transform: translate3d(0, -400px, 0);
    -o-transform: translate3d(0, -400px, 0);
}
.social_popup a:nth-child(08){
    -webkit-transition: all 1900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, -400px, 0);
    -moz-transform: translate3d(0, -400px, 0);
    -webkit-transform: translate3d(0, -400px, 0);
    -ms-transform: translate3d(0, -400px, 0);
    -o-transform: translate3d(0, -400px, 0);
}
.social_popup a:nth-child(09){
    -webkit-transition: all 2000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 2000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 2000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 2000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 2000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, -400px, 0);
    -moz-transform: translate3d(0, -400px, 0);
    -webkit-transform: translate3d(0, -400px, 0);
    -ms-transform: translate3d(0, -400px, 0);
    -o-transform: translate3d(0, -400px, 0);
}
.popup_socail_sec.active .social_popup a:nth-child(01),
.popup_socail_sec.active .social_popup a:nth-child(02),
.popup_socail_sec.active .social_popup a:nth-child(03),
.popup_socail_sec.active .social_popup a:nth-child(04),
.popup_socail_sec.active .social_popup a:nth-child(05),
.popup_socail_sec.active .social_popup a:nth-child(06),
.popup_socail_sec.active .social_popup a:nth-child(07),
.popup_socail_sec.active .social_popup a:nth-child(08),
.popup_socail_sec.active .social_popup a:nth-child(09){
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}
.popup_logo{
    position: relative;
    padding: 29px 0 0;
}
.popup_logo img{
    max-width: 100%;
    height: auto;
}
.middle_social {
    position: relative;
    top: 48%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    z-index: 2;
}
.sfCloser{
    float: right;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    padding: 23px 0 0;
}
.sfCloser:hover{
    color: #1fb4cc;
}
.popup_search_sec{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.popup_search_overlay{
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: rgba(23, 25, 27, .6);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    cursor: url(../images/close.png), auto;

    -webkit-transition: all .4s ease-in .8s;
    -o-transition: all .4s ease-in .8s;
    transition: all .4s ease-in .8s;
}
.popup_search_sec.active .popup_search_overlay {
    visibility: visible;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
    top: 0;
    opacity: 1;
}
.pop_search_background{
    background: #17191b;
    width: 100%;
    height: 400px;
    top: -100%;
    z-index: 99;
    position: fixed;
    left: 0;
    opacity: 0;
    visibility: hidden;

    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.6s cubic-bezier(0.9, 0.03, 0, 0.96) 0.7s;
    -o-transition: all 0.6s cubic-bezier(0.9, 0.03, 0, 0.96) 0.7s;
    transition: all 0.6s cubic-bezier(0.9, 0.03, 0, 0.96) 0.7s;
}
.popup_search_sec.active .pop_search_background {
    opacity: 1;
    visibility: visible;
    top: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
}
.popup_search_form{
    position: relative;
}
.popup_search_form:after{
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
    position: absolute;
    content: '';
    height: 1px;
    background: rgba(255, 255, 255, .15);
    width: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.popup_search_sec.active .popup_search_form:after {
    -webkit-animation-name: fadeInGo;
    animation-name: fadeInGo;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
    opacity: 1;
    width: 100%;
}
.popup_search_form input[type="search"]{
    width: 100%;
    height: 70px;
    border: none;
    background: transparent;
    outline: none;
    font-size: 20px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.popup_search_form input[type="search"]::-moz-placeholder{
    color: #ffffff;
    opacity: 1;
}
.popup_search_form input[type="search"]::-ms-input-placeholder{
    color: #ffffff;
    opacity: 1;
}
.popup_search_form input[type="search"]::-webkit-input-placeholder{
    color: #ffffff;
    opacity: 1;
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-webkit-keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

@-webkit-keyframes fadeInGo {
    0% {opacity: 0.1; width: 0; }
    100% {opacity: 1; width: 100%; }
}
@keyframes fadeInGo {
    0% {opacity: 0.1; width: 0; }
    100% {opacity: 1; width: 100%; }
}

@-webkit-keyframes fadeOutGo {
    0% {opacity: 1; width: 100%; }
    100% {opacity: 0; width: 0; }
}
@keyframes fadeOutGo {
    0% {opacity: 1; width: 100%; }
    100% {opacity: 0; width: 0; }
}

@-webkit-keyframes fadeOutGo2 {
    0% {opacity: 0.8; width: 100%; }
    100% {opacity: 0.14; width: 0; }
}
@keyframes fadeOutGo2 {
    0% {opacity: 0.8; width: 100%; }
    100% {opacity: 0.14; width: 0; }
}
.popup_search_form  button[type="submit"]{
    position: absolute;
    right: 0;
    top: 23px;
    border: none;
    outline: none;
    z-index: 2;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    background: transparent;
    color: #ffffff;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.popup_search_form  button[type="submit"]:hover{
    color: #1fb4cc;
}
.middle_search {
    position: relative;
    top: 43%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    z-index: 2;
}
.search_Closer{
    float: right;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    padding: 23px 0 0;
}
.search_Closer:hover{
    color: #1fb4cc;
}
.show_cart_area{
    width: 280px;
    background: #17191b;
    padding: 30px;
    position: absolute;
    right: -30px;
    top: 55px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
.show_cart_area p.woocommerce-mini-cart__empty-message{
    margin: 0;
}
.show_cart_area.cart_in_head ul{
    display: block;
    padding: 0;
    margin: 0;
}
.show_cart_area.cart_in_head ul li{
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: none;
}
.sc_product{
    position: relative;
    min-height: 60px;
    text-align: left;
    padding-left: 74px;
    margin-bottom: 30px;
}
.cart_in_head .sc_product{
    padding-right: 30px;
}
.sc_product img{
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
}
header .sc_product a, .cart_in_head .sc_product a{
    display: block;
    font-size: 12px;
    line-height: 20px;
    position: relative;
    top: -4px;
    bottom: auto;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 2px;
    text-transform: none;
}
.sc_product .product_price, .cart_in_head .sc_product .product_price{
    font-size: 12px;
    line-height: 12px;
}
header .sc_product .close_product, .cart_in_head .sc_product .close_product{
    font-size: 12px;
    color: #999999;
    position: absolute;
    right: 0;
    top: -4px;
    margin: 0;
}
.cart_in_head .sc_product .close_product:hover{
    color: #1fb4cc;
}
.total_price, .cart_in_head .woocommerce-mini-cart__total{
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: left;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin: -4px 0 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}
.total_price, .cart_in_head .woocommerce-mini-cart__total strong{
    font-weight: 600;
}
.total_price .price, .cart_in_head .woocommerce-mini-cart__total .amount{
    float: right;
}
.total_price .price span span, .cart_in_head .woocommerce-mini-cart__total .amount > span{
    margin-right: 2px;
}
.sc_btn, .cart_in_head .woocommerce-mini-cart__buttons{
    position: relative;
    text-align: left;
    margin: 0;
}
header .sc_btn a, .cart_in_head .woocommerce-mini-cart__buttons a{
    display: inline-block;
    text-align: center;
    height: 30px;
    background: #fff;
    font-size: 11px;
    color: #1b1b1b;
    border-radius: 1px;
    min-width: 100px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    padding: 12px 7px 11px;
    bottom: 0 !important;
    line-height: .8;
}
.cart_in_head .woocommerce-mini-cart__buttons a:hover{
    background: #1fb4cc;
    color: #FFF;
}
header .sc_btn a.checkout, .cart_in_head .woocommerce-mini-cart__buttons a.checkout{
    float: right;
}
.h1_cogs > div.carts:hover .show_cart_area, .navitations > div.carts:hover .show_cart_area{
    visibility: visible;
    opacity: 1;
    top: 45px;
}
.megali {
    position: static !important;
}
.column_static{
    position: static !important;
}
header .container{
    position: relative;
}
.megamenu{
    background: #17191b;
    border-bottom: 2px solid #1fb4cc;
    z-index: 99;
    position: absolute;
    max-width: 1140px;
    padding: 30px 30px 18px;
    text-align: left;
    left: 15px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
.megamenu .mg-title{
    font-size: 14px;
    line-height: .8;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 18px;
}
.megamenu ul{
    margin: 0;
    display: block;
    padding: 0;
    border-right: 1px solid rgba(255, 255, 255, .05);
}
.megamenu ul.no-border{
    border-right: none;
}
.megamenu ul li{
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.megamenu ul li a{
    font-size: 12px;
    line-height: 32px;
    color: #fff;
    width: 100%;
    text-transform: capitalize;
    display: block;
    padding: 0;
}
.menu_01 > ul > li:hover .megamenu{
    visibility: visible;
    opacity: 1;
}
.mobileMenuBar{
    display: none;
}
.drox_rev_slider{
    width: 100%;
    height: 100vh;
    background: #17191b;
    overflow: hidden;
}
.tp-bannertimer{
    display: none;
}
rs-dotted.twoxtwo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(23, 25, 27, .50);
}
.drox_rev_slider .custom.tparrows{
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
}
.drox_rev_slider .custom.tparrows:before{
    opacity: 1 !important;
    color: #fff !important;
    font-size: 26px !important;
    line-height: 30px !important;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.drox_rev_slider .custom.tparrows:hover:before{
    color: #1fb4cc !important;
}
.drox_rev_slider .tp-bullets .tp-bullet{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.drox_rev_slider .tp-bullets .tp-bullet.selected,
.drox_rev_slider .tp-bullets .tp-bullet:hover{
    background: #1fb4cc;
}
#rev_slider_2 .tp-caption.poppins,
#rev_slider_1 .tp-caption.poppins{
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.slider_02{
    width: 100%;
    height: 100vh;
    background: #17191b;
    overflow: hidden;
}
.slider_02 .tp-loader.spinner0{
    display: none;
}
.slider_02 .slotholder:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(23, 25, 27, .50);
}
.info_img{
    position: relative;
    padding: 30px 0 30px 52px;
}
.info_img img{
    max-width: 100%;
    height: auto;
    position: relative;
    box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.info_img:before{
    position: absolute;
    width: 152px;
    height: 152px;
    content: '';
    top: 0;
    left: 20px;
    background-image: url(../images/bg/3_shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #1fb4cc;
    border-radius: 5px;
    box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.1);
}
.info_img.no_box:before{
    display: none !important;
}
.yearsXP{
    position: absolute;
    z-index: 1;
    right: 7px;
    bottom: 60px;
    width: 157px;
    height: 180px;
    background-image: url(../images/bg/3_shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #1fb4cc;
    border-radius: 5px;
    padding: 37px 10px 0 23px;
    box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.1);
}
.yearsXP h2{
    font-size: 40px;
    line-height: .8;
    color: #FFF;
    margin: 0 0 18px;
}
.yearsXP h3{
    font-size: 20px;
    line-height: 30px;
    color: #FFF;
    margin: 0;
}
.info_head{
    font-size: 36px;
    margin: 0 0 26px;
}
.p_lead{
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 45px;
}
.dr_tab_01{
    position: relative;
}
.dr_tab_01 ul{
    margin: 0 0 35px;
    padding: 0;
    border-bottom: 1px solid #f2f2f2;
}
.nav-tabs .nav-item{
    margin-bottom: 0;
}
.dr_tab_01 ul li{
    list-style: none;
    margin: 0 40px 0 0;
    padding: 0;
    float: left;
    line-height: .8;
}
.dr_tab_01 ul li:last-child{
    margin-right: 0;
}
.dr_tab_01 ul li a{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #232931;
    display: block;
    line-height: .8;
    position: relative;
    padding: 0 0 24px;
}
.dr_tab_01 ul li a:after{
    width: 0%;
    height: 1px;
    background: #1fb4cc;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    content: '';
    opacity: 0;
    visibility: hidden;
    margin: 0 auto;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.dr_tab_01 ul li a:hover, .dr_tab_01 ul li a.active{
    color: #1fb4cc;
}
.dr_tab_01 ul li a:hover:after, .dr_tab_01 ul li a.active:after{
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.dr_bat_01_con .tab-pane{
    margin: 0;
    padding: 0;
}
.dr_bat_01_con .tab-pane p{
    margin-bottom: 15px;
}
.dr_bat_01_con .tab-pane p:last-of-type{
    margin: 0;
}
.folio_01{
    position: relative;
    overflow: hidden;
}
.folio_01 img{
    width: 100%;
    height: auto;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.folio_01:hover img{
    transform: scale(1.08) rotate(-2deg);
    -moz-transform: scale(1.08) rotate(-2deg);
    -webkit-transform: scale(1.08) rotate(-2deg);
    -ms-transform: scale(1.08) rotate(-2deg);
    -o-transform: scale(1.08) rotate(-2deg);
}
.f01_content{
    position: absolute;
    z-index: 2;
    left: 30px;
    bottom: 0px;
    width: calc(100% - 60px);
    background: #fff;
    padding: 24px 30px 22px;
    opacity: 0;
    visibility: hidden;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.folio_01:hover .f01_content{
    opacity: 1;
    visibility: visible;
    box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.1);
    bottom: 30px;
}
.f01_content h3{
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.f01_content h3 a{
    color: inherit;
}
.f01_content h3 a:hover{
    color: #1fb4cc;
}
.f01_content p{
    line-height: 24px;
    margin: 0;
}
.f01_content p a{
    color: inherit;
}
.f01_content p a:hover{
    color: #1fb4cc;
}
.folio_02{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.folio_02:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(164, 120, 100,);
    opacity: 0;

    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.34,.66,.79,.58),opacity .3s cubic-bezier(.165,.84,.44,1);
    -moz-transition: -webkit-transform .4s cubic-bezier(.34,.66,.79,.58),opacity .3s cubic-bezier(.165,.84,.44,1);
    transition: transform .4s cubic-bezier(.34,.66,.79,.58),opacity .3s cubic-bezier(.165,.84,.44,1);
}
.folio_02:hover:after{
	background: rgb(164, 120, 100,);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.folio_02 img{
    width: 100%;
    height: auto;

    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.folio_02:hover img{
    transform: scale(1.09) rotate(-2deg);
    -moz-transform: scale(1.08) rotate(-2deg);
    -webkit-transform: scale(1.08) rotate(-2deg);
    -ms-transform: scale(1.08) rotate(-2deg);
    -o-transform: scale(1.08) rotate(-2deg);
}
.f02_content{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 2;
}
.f02_content h3{
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    color: #ffffff;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    opacity: 0;
    visibility: hidden;

    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.folio_02:hover .f02_content h3{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.f02_content h3 a{
    color: inherit;
}
.f02_content h3 a:hover{
    color: #232931;
}
.f02_content p{
    line-height: 24px;
    margin: 0;
    color: #ffffff;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    opacity: 0;
    visibility: hidden;

    transition: all ease 1000ms;
    -moz-transition: all ease 1000ms;
    -webkit-transition: all ease 1000ms;
    -ms-transition: all ease 1000ms;
    -o-transition: all ease 1000ms;
}
.folio_02:hover .f02_content p{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.f02_content p a{
    color: inherit;
}
.f02_content p a:hover{
    color: #232931;
}
.folio_nav{
    position: relative;
    display: flex;
    justify-content: center;
    line-height: 1;
    padding: 0;
    margin: 0 0 44px;
}
.folio_nav li{
    list-style: none;
    font-family: 'Poppins', sans-serif;
    color: #232931;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.11px;
    margin: 0 15px;
    cursor: pointer;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.folio_nav li.active, .folio_nav li:hover{
    color: #1fb4cc;
}
.folio_03{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.folio_03:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 180, 204, .8);
    opacity: 0;
    transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -webkit-transform: translate3d(-100%,0,0);

    /*    transition: all ease 300ms;
        -moz-transition: all ease 300ms;
        -webkit-transition: all ease 300ms;
        -ms-transition: all ease 300ms;
        -o-transition: all ease 300ms;*/
    -webkit-transition: -webkit-transform .4s cubic-bezier(.34,.66,.79,.58),opacity .3s cubic-bezier(.165,.84,.44,1);
    -moz-transition: -webkit-transform .4s cubic-bezier(.34,.66,.79,.58),opacity .3s cubic-bezier(.165,.84,.44,1);
    transition: transform .4s cubic-bezier(.34,.66,.79,.58),opacity .3s cubic-bezier(.165,.84,.44,1);
}
.folio_03:hover:after{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.folio_03 img{
    width: 100%;
    height: auto;

    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.folio_03:hover img{
    transform: scale(1.09) rotate(-2deg);
    -moz-transform: scale(1.08) rotate(-2deg);
    -webkit-transform: scale(1.08) rotate(-2deg);
    -ms-transform: scale(1.08) rotate(-2deg);
    -o-transform: scale(1.08) rotate(-2deg);
}
.f03_content{
    position: absolute;
    left: 0;
    bottom: 22px;
    width: 100%;
    text-align: left;
    padding: 0 0 0 30px;
    z-index: 2;
}
.f03_content h3{
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    color: #FFF;
    transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    opacity: 0;
    visibility: hidden;

    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.folio_03:hover .f03_content h3{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
}
.f03_content h3 a{
    color: inherit;
}
.f03_content h3 a:hover{
    color: #232931;
}
.f03_content p{
    line-height: 24px;
    margin: 0;
    color: #FFF;
    transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    opacity: 0;
    visibility: hidden;

    transition: all ease 1000ms;
    -moz-transition: all ease 1000ms;
    -webkit-transition: all ease 1000ms;
    -ms-transition: all ease 1000ms;
    -o-transition: all ease 1000ms;
}
.folio_03:hover .f03_content p{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
}
.f03_content p a{
    color: inherit;
}
.f03_content p a:hover{
    color: #232931;
}
.folio_04{
    position: relative;
    z-index: 3;
    margin: 0 0 60px;
}
.f04_thumb{
    position: relative;
    overflow: hidden;
    margin: 0 0 24px;
}
.f04_thumb:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: rgba(31, 180, 204, .8);
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transition: all ease 250ms;
    -webkit-transition: all ease 250ms;
    -moz-transition: all ease 250ms;
}
.folio_04:hover .f04_thumb:after {
    opacity: 1;
    visibility: visible;
}
.f04_thumb img{
    width: 100%;
    height: auto;
}
.popup_folio{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    display: block;
    z-index: 5;
    font-size: 24px;
    color: #fff;
    line-height: .8;
    visibility: hidden;
    opacity: 0;
    transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -moz-transition: all ease 700ms;
}
.folio_04:hover .popup_folio{
    visibility: visible;
    opacity: 1;
}
.popup_folio:hover{
    color: #232931;
}
.f04_content{
    position: relative;
}
.f04_content h3{
    font-size: 18px;
    line-height: 28px;
    color: #232931;
    font-weight: 600;
    margin: 0 0 2px;
}
.f04_content h3 a{
    color: inherit;
}
.f04_content h3 a:hover{
    color: #1fb4cc;
}
.f04_content p{
    margin: 0;
    color: #999999;
}
.f04_content p a{
    color: inherit;
}
.f04_content p a:hover{
    color: #1fb4cc;
}
.folio_05{
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 0 60px;
}
.folio_05 img{
    width: 100%;
    height: auto;
    display: block;
}
.f05_content{
    text-align: left;
    display: none;
    width: 0;
    height: 0;
    overflow: hidden;
}
.folio_tooltips_wrapper {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    z-index: 8000;
    -webkit-transition: opacity .15s ease;
    -moz-transition: opacity .15s ease;
    transition: opacity .15s ease;
}
.folio_tooltips_wrapper.fwt_is_active {
    opacity: 1;
}
.folio_tooltips_wrapper .ftw_titler{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    background: #232931;
    text-align: center;
    padding: 8px 15px;
    margin: 0;
    z-index: 3;
    position: relative;
    font-weight: 600;
    letter-spacing: 0;
    font-family: 'Poppins', sans-serif;

    webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
}
.folio_tooltips_wrapper.fwt_is_active .ftw_titler{
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition: .4s cubic-bezier(.165,.84,.44,1);
    -moz-transition: .4s cubic-bezier(.165,.84,.44,1);
    transition: .4s cubic-bezier(.165,.84,.44,1);
}
.folio_tooltips_wrapper .ftw_cater{
    margin: 0;
    padding: 15px 15px;
    display: inline-block;
    color: #999999;
    background: #232931;
    line-height: .8;
    font-size: 14px;
    text-align: center;
    position: relative;

    webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
}
.folio_tooltips_wrapper.fwt_is_active .ftw_cater{
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition: .4s cubic-bezier(.165,.84,.44,1);
    -moz-transition: .4s cubic-bezier(.165,.84,.44,1);
    transition: .4s cubic-bezier(.165,.84,.44,1);
}
.icon_box_01{
    position: relative;
    padding-left: 80px;
    margin-bottom: 67px;
}
.icon_box_01.ib_without_icon{
    padding-left: 0;
    padding-right: 0;
}
.icon_box_01.ib_icon_in_right{
    padding-right: 80px;
    padding-left: 0;
}
.icon_box_01.ib_icon_on_top{
    padding-right: 0;
    padding-left: 0;
}
.icon_box_01.withBG{
    background: #f7f7f7;
    padding: 91px 45px 85px 145px;
    margin-bottom: 0;
}
.icon_box_01 i{
    font-size: 50px;
    color: #1fb4cc;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
}
.icon_box_01.ib_icon_in_right i{
    left: auto;
    right: 0;
}
.icon_box_01.ib_icon_on_top i{
    left: auto;
    right: auto;
    position: relative;
    margin-bottom: 29px;
    display: block;
}
.icon_box_01.withBG i{
    top: 91px;
    left: 67px;
}
.icon_box_01 h3{
    font-size: 18px;
    margin: 0px 0 18px;
    position: relative;
    top: -3px;
}
.icon_box_01 h3 a{
    color: inherit;
}
.icon_box_01 h3 a:hover{
    color: #1fb4cc;
}
.icon_box_01 p{
    margin: 0;
}
.icon_box_01.withBG.ib_icon_in_right{
    padding-right: 145px;
    padding-left: 45px;
    text-align: right;
}
.icon_box_01.withBG.ib_icon_on_top{
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
}
.icon_box_01.withBG.ib_icon_in_right i{
    left: auto;
    right: 67px;
}
.icon_box_01.withBG.ib_icon_on_top i{
    left: auto;
    top: auto;
    right: auto;
    position: relative;
    margin-bottom: 29px;
    display: block;
}
.client_sliders{
    position: relative;
}
.cs_item{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.cs_item img{
    max-width: 100%;
    width: auto !important;
    height: auto;
    display: inline-block !important;
}
.client_sliders .owl-nav{
    margin: 0;
}
.client_sliders.owl-carousel .owl-nav button{
    height: 45px;
    width: 45px;
    background: #FFF;
    border-radius: 0;
    font-size: 26px;
    color: #232931;
    text-align: center;
    padding: 0;
    position: absolute;
    left: -60px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 4;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.client_sliders.owl-carousel .owl-nav button:focus{
    outline: 0;
    box-shadow: none;
}
.client_sliders.owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: -60px;
}
.client_sliders.owl-carousel .owl-nav button:hover{
    color: #1fb4cc;
    background: #232931;
}



.video_elem{
    position: relative;
}
.drox_icon_btn{
    font-size: 14px;
    color: #232931;
    line-height: .8;
    text-align: center;
    height: 80px;
    width: 80px;
    background: #FFF;
    border-radius: 50%;
    display: inline-block;
    padding: 33px 0;
}
.drox_icon_btn:hover{
    color: #FFF;
    background: #1fb4cc;
}
.drox_icon_btn_2{
    font-size: 14px;
    color: #232931;
    line-height: .8;
    text-align: center;
    height: 80px;
    width: 80px;
    background: #FFF;
    border-radius: 50%;
    display: inline-block;
    padding: 33px 0;
    overflow: hidden;
    position: relative;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.drox_icon_btn_2 i{
    position: relative;
    z-index: 2;
}
.drox_icon_btn_2 span {
    background: #1fb4cc;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: 1;
}
.drox_icon_btn_2:hover span {
    height: 100vh;
    width: 100vh;
}
.drox_icon_btn_2:hover{
    color: #FFF;
}
.drox_icon_btn_3{
    color: #1fb4cc;
    display: inline-block;
    position: relative;
    padding: 0;
    animation: video_shadows 1s linear infinite;
    border-radius: 50%;
}
.drox_icon_btn_3 i{
    display: inline-block;
    line-height: .8;
    font-size: 16px;
    color: #232931;
    background: #FFF;
    width: 80px;
    height: 80px;
    z-index: 3;
    position: relative;
    border-radius: 50%;
    padding: 33px 0;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.drox_icon_btn_3:hover i{
    background: #1fb4cc;
    color: #FFF;
}
@keyframes video_shadows {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .06), 0 0 0 20px rgba(255, 255, 255, .06), 0 0 0 40px rgba(255, 255, 255, .06);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, .06), 0 0 0 40px rgba(255, 255, 255, .06), 0 0 0 60px rgba(255, 255, 255, 0);
    }
}
.video_elem h3{
    font-size: 26px;
    color: #FFF;
    margin: 36px 0 0;
}
.blog_item_01{
    position: relative;
    margin-bottom: 67px;
}
.lb_slider .blog_item_01{
    margin-bottom: 0;
}
.bi01_thumb{
    position: relative;
    overflow: hidden;
    margin: 0 0 39px;
}
.bi01_thumb img{
    width: auto;
    max-width: 100%;
    height: auto;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.blog_item_01:hover .bi01_thumb img{
    transform: scale(1.08) rotate(-2deg);
    -moz-transform: scale(1.08) rotate(-2deg);
    -webkit-transform: scale(1.08) rotate(-2deg);
    -ms-transform: scale(1.08) rotate(-2deg);
    -o-transform: scale(1.08) rotate(-2deg);
}
.iframe_popup{
    font-size: 14px;
    color: #FFF;
    line-height: .8;
    text-align: center;
    height: 80px;
    width: 80px;
    background: #232931;
    border-radius: 50%;
    display: inline-block;
    padding: 33px 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.iframe_popup:hover{
    background: #1fb4cc;
    color: #FFF;
}
.bl_gallery{
    margin: 0 0 39px;
}
.bl_gallery a.carousel-control-prev, 
.bl_gallery a.carousel-control-next{
    width: 50px;
    height: 50px;
    position: absolute;
    box-shadow: none;
    text-shadow: none;
    opacity: 1;
    background: #232931;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.bl_gallery a.carousel-control-prev:hover, 
.bl_gallery a.carousel-control-next:hover{
    background: #1fb4cc;
}
.thumb_popup{
    position: relative;
}
.thumb_popup:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(31, 180, 204, .8);
    visibility: hidden;
    opacity: 0;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
}
.blog_item_01:hover .thumb_popup:after{
    visibility: visible;
    opacity: 1;
}
.thumb_popup .popup_folio{
    font-size: 20px;
}
.blog_item_01:hover .popup_folio {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.bi01_details{
    position: relative;
}
.bi01_meta{
    position: relative;
    font-size: 12px;
    line-height: 12px;
    text-transform: capitalize;
}
.bi01_meta a{
    color: inherit;
    margin-right: 22px;
    position: relative;
}
.bi01_meta a:hover{
    color: #1fb4cc;
}
.bi01_meta a:after{
    width: 1px;
    height: 10px;
    content: '';
    position: relative;
    right: -12px;
    background: #eeeeee;
    display: inline-block;
    top: 1px;
}
.bi01_meta a:last-child:after{
    display: none;
}
.bi01_meta a:last-child{
    margin-right: 0;
}
.bi01_details h3{
    word-break: break-all;
    font-size: 18px;
    margin: 12px 0 21px;
}
.bi01_details h3 a{
    color: inherit;
}
.bi01_details h3 a:hover{
    color: #1fb4cc;
}
.bi01_con{
    position: relative;
    margin: 0 0 38px;
}
.readmore{
    font-size: 14px;
    color: #232931;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    line-height: .8;
}
.readmore:hover{
    color: #1fb4cc;
}
.lb_slider .owl-nav{
    margin: 0;
}
.lb_slider.owl-carousel .owl-nav button{
    height: 45px;
    width: 45px;
    background: #232931;
    border-radius: 0;
    font-size: 26px;
    color: #FFF;
    text-align: center;
    padding: 0;
    position: absolute;
    left: -75px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 4;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.lb_slider.owl-carousel .owl-nav button:focus{
    outline: 0;
    box-shadow: none;
}
.lb_slider.owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: -60px;
}
.lb_slider.owl-carousel .owl-nav button:hover{
    color: #FFF;
    background: #1fb4cc;
}
.cta_content{
    position: relative;
}
.cta_content p{
    margin: 0 0 5px;
}
.cta_content h2{
    font-size: 36px;
    margin: 0 0 35px;
}
.cta_content h2 i{
    font-size: 30px;
    color: inherit;
    margin-right: 24px;
}
.footer_01{
    position: relative;
    background: #17191b;
    padding: 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}
.footer_01.light_mode{
    background: #FFF;
    border-top: 1px solid #eeeeee;
    border-bottom-color: #eeeeee;
}
.logo_2{
    position: relative;
    display: flex;
    justify-content: flex-start;
    line-height: 1;
    padding: 30px 0 28px;
}
.logo_2 img{
    max-width: 100%;
    height: auto;
}
.menu_02{
    position: relative;
    line-height: .8;
    padding: 32px 0 31px;
    text-align: right;
}
.menu_02 ul{
    margin: 0;
    padding: 0;
    line-height: .8;
}
.menu_02 ul li{
    list-style: none;
    display: inline-block;
    line-height: .8;
    margin-right: 26px;
}
.menu_02 ul li:last-child{
    margin-right: 0;
}
.menu_02 ul li a{
    font-size: 12px;
    line-height: .8;
    display: inline-block;
    color: #999999;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.footer_01.light_mode .menu_02 ul li a{
    color: #232931;
}
.menu_02 ul li a:hover, .menu_02 ul li a.active, .footer_01.light_mode .menu_02 ul li a:hover, .footer_01.light_mode .menu_02 ul li.current-menu-item a{
    color: #1fb4cc;
}
.copyright_01{
    position: relative;
    background: #17191b;
    padding: 0 15px;
}
.pattern_bg_copyright{
    position: relative;
    padding: 0 15px;
    background: url(../images/bg/12.png) no-repeat center center / cover #fff;
}
.copys_01{
    position: relative;
    padding: 27px 0;
}
.copys_01 p{
    margin: 0;
}
.copys_01 a{
    color: #FFF;
}
.copys_01 a:hover{
    color: #1fb4cc;
}
.socials_01{
    position: relative;
    line-height: .8;
    padding: 30px 0;
    text-align: right;
}
.socials_01 a{
    display: inline-block;
    font-size: 14px;
    color: #999999;
    line-height: .8;
    margin-right: 25px;
}
.socials_01 a:last-child{
    margin-right: 0;
}
.socials_01 a:hover{
    color: #1fb4cc;
}
.socials_01 a.popupsocial_mod_2{
    font-size: 14px;
    color: #999999;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 0 0;
}
.white_bg_copyright .socials_01 a.popupsocial_mod_2{
    color: #232931;
}
.socials_01 a.popupsocial_mod_2 i {
    padding-left: 15px;
}
.socials_01 a.popupsocial_mod_2:hover, .white_bg_copyright .socials_01 a.popupsocial_mod_2:hover{
    color: #1fb4cc;
}
.wid_social {
    position: relative;
}
.wid_social a {
    background: transparent;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 8px;
    margin-right: 4px;
    text-align: center;
    width: 45px;
}
.wid_social a.fac{
    background: #4267B2;
}
.wid_social a.twi{
    background: #1DABDD;
}
.wid_social a.dri{
    background: #F16797;
}
.wid_social a.pin{
    background: #EE2D34;
}
.wid_social a.lin{
    background: #2969B1;
}
.wid_social a.red{
    background: #FF4500;
}
.wid_social a.tum{
    background: #34526F;
}
.wid_social a.xing{
    background: #046064;
}
.wid_social a.beh{
    background: #1769FF;
}
.wid_social a.ins{
    background: #0A0A08;
}
.wid_social a:hover{
    background: #1fb4cc;
    color: #fff;
}
.footer_02{
    background: #17191b;
    padding: 130px 15px 129px;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}
.footer_02 .widget{
    margin: 0;
    position: relative;
}
.footer_02 .widget_title{
    font-size: 18px;
    line-height: .8;
    color: #FFF;
    margin: 0 0 50px;
}
footer .widget .rc_posts{
    position: relative;
    margin-top: -7px;
}
footer .widget .src_post{
    position: relative;
    padding-left: 24px;
    margin-bottom: 29px;
}
footer .widget .src_post:last-of-type{
    margin-bottom: 0;
}
footer .widget .src_post:before{
    content: "\ec60";
    font-family: 'themewar';
    position: absolute;
    left: 0;
    top: 8px;
    color: #999999;
    font-size: 11px;
    line-height: .8;
    font-weight: 400;
}
footer .widget .src_post a{
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    margin: 0 0 8px;
}
footer .widget .src_post a:hover{
    color: #1fb4cc;
}
footer .widget .src_post p{
    font-size: 12px;
    line-height: .8;
    color: #999999;
    margin: 0;
}
footer .widget .src_post p a{
    color: inherit;
}
footer .widget .src_post p a:hover{
    color: #1fb4cc;
}
footer .widget ul li .sp_post{
    padding-top: 0;
}
footer .widget ul li .sp_post:last-of-type{
    margin-bottom: 0;
}
footer .widget ul li .sp_post a{
    color: #fff;
    padding-left: 0;
    line-height: 24px;
    margin-bottom: 1px;
}
footer .widget ul li .sp_post a:hover{
    color: #1fb4cc;
    padding-left: 0;
}
footer .widget ul li .sp_post a:before{
    display: none;
}
footer.light_mode .widget ul li .sp_post a{
    color: #232931;
}
footer.light_mode .widget ul li .sp_post a:hover{
    color: #1fb4cc;
}
.footer_02 .widget ul{
    margin: 0;
    padding: 0;
}
.footer_02 .widget ul li{
    list-style: none;
    line-height: .8;
    margin-bottom: 19px;
    position: relative;
}
.footer_02 .widget ul li:last-child{
    margin-bottom: 0;
}
.footer_02 .widget ul li a{
    display: block;
    line-height: .8;
    font-size: 14px;
    color: #999999;
    position: relative;
    padding-left: 20px;
}
.footer_02 .widget ul li a:before{
    content: "\ec60";
    font-family: 'themewar';
    position: absolute;
    left: 0;
    top: 2px;
    color: #999999;
    font-size: 11px;
    line-height: .8;
    font-weight: 400;
}
.footer_02 .widget ul li a:hover{
    color: #1fb4cc;
    padding-left: 25px;
}
.insta_snaps{
    position: relative;
}
.insta_snaps a{
    display: block;
    float: left;
}
.insta_snaps a img{
    width: 66px;
    height: 66px;
    margin-right: 2px;
    margin-bottom: 2px;
}
.insta_snaps a:nth-child(4) img{
    margin-right: 0;
}
.pdl6 {
    padding-left: 6px;
}
footer.light_mode .widget .src_post a{
    color: #232931;
}
footer.light_mode .widget .src_post a:hover{
    color: #1fb4cc;
}
.team_01{
    position: relative;
    overflow: hidden;
}
.team_01.team_01_margin{
    margin-bottom: 30px;
}
.team_01 img{
    width: 100%;
    height: auto;
}
.team_01:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(31, 180, 204, .8);
    opacity: 0;
    visibility: hidden;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.team_01:hover:after{
    opacity: 1;
    visibility: visible;
}
.t01_content{
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2;
    text-align: center;
}
.t01_content h3{
    font-size: 20px;
    color: #FFF;
    line-height: .8;
    margin: 0 0 11px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);

    transition: all ease 600ms;
    -moz-transition: all ease 600ms;
    -webkit-transition: all ease 600ms;
    -ms-transition: all ease 600ms;
    -o-transition: all ease 600ms;
}
.team_01:hover .t01_content h3{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.t01_content h3 a{
    color: inherit;
}
.t01_content h3 a:hover{
    color: #232931;
}
.t01_content span{
    font-size: 14px;
    line-height: .8;
    color: #FFF;
    display: block;
    margin-bottom: 24px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);

    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    -ms-transition: all ease 800ms;
    -o-transition: all ease 800ms;
}
.team_01:hover .t01_content span{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.t01_content .t01_social{
    position: relative;

    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);

    transition: all ease 1000ms;
    -moz-transition: all ease 1000ms;
    -webkit-transition: all ease 1000ms;
    -ms-transition: all ease 1000ms;
    -o-transition: all ease 1000ms;
}
.team_01:hover .t01_content .t01_social{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.t01_content .t01_social a{
    display: inline-block;
    width: 28px;
    height: 28px;
    background: transparent;
    color: #fff;
    line-height: .8;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    padding: 7px 0;
    margin: 0 5px;
}
.t01_content .t01_social a:hover{
    background: #fff;
    color: #1fb4cc;
}
.team_slider .owl-nav{
    margin: 0;
}
.team_slider.owl-carousel .owl-nav button{
    height: 45px;
    width: 45px;
    background: #232931;
    border-radius: 0;
    font-size: 26px;
    color: #FFF;
    text-align: center;
    padding: 0;
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 4;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.team_slider.owl-carousel .owl-nav button:focus{
    outline: 0;
    box-shadow: none;
}
.team_slider.owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: 30px;
}
.team_slider.owl-carousel .owl-nav button:hover{
    color: #FFF;
    background: #1fb4cc;
}
.owl-carousel .owl-dots{
    text-align: center;
    line-height: 8px;
    margin: 50px 0 0;
}
.owl-carousel button.owl-dot{
    width: 8px;
    height: 8px;
    background: #17191b;
    border-radius: 50%;
    border: none;
    margin: 0 5px;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.owl-carousel button.owl-dot:focus{
    outline: 0;
    box-shadow: none;
}
.owl-carousel button.owl-dot span{
    display: none;
}
.owl-carousel button.owl-dot:hover, .owl-carousel button.owl-dot.active{
    background: #1fb4cc;
}
.single_skill{
    position: relative;
    margin-bottom: 53px;
}
.single_skill h4{
    font-size: 12px;
    line-height: .8;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.ss_parent{
    position: relative;
    background: #f7f7f7;
    height: 8px;
    width: 100%;
}
.ss_parent span{
    position: absolute;
    font-size: 12px;
    line-height: .8;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #232931;
    font-weight: 600;
    right: 0;
    top: -23px;
}
.ss_child{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #1fb4cc;
}
.testimonial_item{
    position: relative;
    padding: 0 70px;
}
.testimonial_item h3{
    font-size: 24px;
    line-height: 36px;
    color: #FFF;
    margin: 0 0 28px;
}
.testimonial_item p{
    font-size: 14px;
    line-height: 1;
    color: #FFF;
    margin: 0;
}
.testimonial_item img{
    width: 70px !important;
    height: 70px;
    display: inline-block !important;
    border-radius: 50% !important;
    margin-bottom: 38px;
}
.testimonial_slider .owl-nav{
    margin: 0;
}
.testimonial_slider.owl-carousel .owl-nav button{
    height: 45px;
    width: 45px;
    background: #FFF;
    border-radius: 0;
    font-size: 26px;
    color: #232931;
    text-align: center;
    padding: 0;
    position: absolute;
    left: -60px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 4;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.testimonial_slider.owl-carousel .owl-nav button span{
    line-height: 100%;
}
.testimonial_slider.owl-carousel .owl-nav button:focus{
    outline: 0;
    box-shadow: none;
}
.testimonial_slider.owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: -60px;
}
.testimonial_slider.owl-carousel .owl-nav button:hover{
    color: #1fb4cc;
    background: #232931;
}
.fixed_banner_content{
    position: relative;
    padding: 189px 30px 186px;
}
.fixed_banner_content h2{
    font-size: 72px;
    line-height: 108px;
    font-weight: 700;
    margin: 0;
}
.sign_img{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.sign_img img{
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.home_4{
    position: relative;
    height: 100vh;
}
.home_4 .header_02.h_2_bg{
    position: absolute;
}
.home_4_slider{
    position: relative;
    height: 100vh;
    background: transparent;
}
.ss_single_folio {
    position: relative;
    padding: 0 0;
    text-align: center;
}
.ss_single_folio img{
    height: auto;
    overflow: hidden;
    cursor: pointer;
    max-width: 100%;
    display: inline-block !important;
    width: auto !important;
}
.ss_f_detail{
    position: absolute;
    left: 0;
    bottom: 74px;
    z-index: 5;
    text-align: left;
    overflow: hidden;

    -webkit-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, 80px, 0);
    -moz-transform: translate3d(0, 80px, 0);
    -webkit-transform: translate3d(0, 80px, 0);
    -ms-transform: translate3d(0, 80px, 0);
    -o-transform: translate3d(0, 80px, 0);

    opacity: 0;
    visibility: hidden;
}
.h4_slider.owl-carousel .owl-item.active.center .activeReady .ss_f_detail{
    opacity: 1;
    visibility: visible;

    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}
.ss_f_detail h3{
    font-size: 60px;
    line-height: 70px;
    color: #232931;
    font-weight: 700;
    margin: 0 0 21px;
}
.ss_f_detail h3 a{
    color: inherit;
}
.ss_f_detail h3 a:hover{
    color: #1fb4cc;
}
.ss_f_detail p{
    font-size: 14px;
    color: #999999;
    line-height: 1;
    margin: 0;
}
.ss_f_detail p a{
    color: inherit;
}
.ss_f_detail p a:hover{
    color: #1fb4cc;
}
.h4_slider .owl-nav{
    margin: 0;
}
.h4_slider.owl-carousel .owl-nav button{
    height: 75px;
    width: 75px;
    background: #FFF;
    border-radius: 0;
    font-size: 26px;
    color: #232931;
    text-align: center;
    padding: 0;
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 4;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.h4_slider.owl-carousel .owl-nav button:focus{
    outline: 0;
    box-shadow: none;
}
.h4_slider.owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: 30px;
}
.h4_slider.owl-carousel .owl-nav button:hover{
    color: #1fb4cc;
    background: #232931;
}
.h4_slider.owl-carousel .owl-dots{
    position: relative;
    z-index: 2;
}
.copyright_01.foo_h_4{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: transparent;
    width: 100%;
    padding: 0 15px;
}
.copyright_01.foo_h_4 .copys_01 a {
    color: #232931;
}
.copyright_01.foo_h_4 .copys_01 a:hover {
    color: #1fb4cc;
}
.copyright_01.foo_h_4 .socials_01 a {
    font-size: 14px;
    color: #232931;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 0 0;
}
.copyright_01.foo_h_4 .socials_01 a i{
    padding-left: 15px;
}
.copyright_01.foo_h_4 .socials_01 a:hover{
    color: #1fb4cc;
}
.lefside_menu{
    position: fixed;
    width: 290px;
    height: 100vh;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
    background: url(../images/bg/11.png) no-repeat center center / cover #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid #eeeeee;
}
.logo_5{
    position: relative;
    text-align: center;
    padding: 57px 50px 0;
}
.logo_5 img{
    max-width: 100%;
    height: auto;
}
.menu_05{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.menu_05 ul{
    margin: 0;
    padding: 0;
}
.menu_05 ul li{
    list-style: none;
    display: block;
    position: relative;
    margin: 0 0 12px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
}
.menu_05 ul li a{
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #232931;
    font-weight: 600;
    text-transform: uppercase;
}
.menu_05 ul li.active > a,
.menu_05 ul li:hover > a{
    color: #1fb4cc;
}
.menu_05 ul ul.sub-menu{
    margin: 0;
    padding: 29px 0 3px;
    display: none;
}
.menu_05 ul ul.sub-menu li{
    display: block;
    margin: 0 0 11px;
}
.menu_05 ul ul.sub-menu li a{
    display: inline-block;
    text-transform: capitalize;
}
.socials_bottom{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 50px 55px;
    margin: 0 auto;
    text-align: center;
}
.socials_bottom a{
    font-size: 13px;
    line-height: .8;
    color: #232931;
    display: inline-block;
    margin: 0 9px;
}
.socials_bottom a:hover{
    color: #1fb4cc;
}
.lefside_menu.lm_dark_mode{
    background-color: #17191b;
}
.lefside_menu.lm_dark_mode .menu_05 ul li a{
    color: #fff;
}
.lefside_menu.lm_dark_mode .menu_05 ul li.active > a,
.lefside_menu.lm_dark_mode .menu_05 ul li > a:hover{
    color: #1fb4cc;
}
.lefside_menu.lm_dark_mode .socials_bottom a{
    color: #fff;
}
.lefside_menu.lm_dark_mode .socials_bottom a:hover{
    color: #1fb4cc;
}
.content_area{
    position: relative;
    margin-left: 290px;
}
.mb_menu_5{
    display: none;
}
.h_2_transparent{
    padding: 0 15px;
    background: transparent;
}
.home_6_slider{
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #FFF;
}
.h6s_item{
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.h6s_content{
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 445px;
    height: 172px;
    padding: 46px 50px 0;
    visibility: hidden;
    background: url(../images/bg/16.png) no-repeat center center #fff;
    opacity: 0;
    transition: all ease 600ms;
    -moz-transition: all ease 600ms;
    -webkit-transition: all ease 600ms;
    -ms-transition: all ease 600ms;
}
.h6s_item.activeReady .h6s_content{
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.h6s_content h2{
    font-size: 40px;
    font-weight: 700;
    color: #232931;
    line-height: 1;
    margin: 0 0 25px;
}
.h6s_content h2 a{
    color: inherit;
}
.h6s_content h2 a:hover{
    color: #1fb4cc;
}
.h6s_content p{
    font-size: 14px;
    color: #999999;
    line-height: 1;
    margin: 0;
}
.h6s_content p a{
    color: inherit;
}
.h6s_content p a:hover{
    color: #1fb4cc;
}
.h6s_content > a{
    font-size: 18px;
    color: #232931;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #232931;
    border-radius: 50%;
    position: absolute;
    right: 50px;
    top: 45px;
    padding: 15px 0;
}
.h6s_content > a:hover{
    color: #1fb4cc;
    border-color: #1fb4cc;
}
.h6_full_screen_slider.owl-carousel .owl-dots{
    position: absolute;
    margin: 0;
    width: 8px;
    right: 30px;
    line-height: 8px;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.h6_full_screen_slider.owl-carousel button.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #17191b;
    padding: 0;
    display: inline-block;
    float: none;
    margin: 5px 0;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.h6_full_screen_slider.owl-carousel button.owl-dot.active, .h6_full_screen_slider.owl-carousel button.owl-dot:hover{
    background: #1fb4cc;
}
.h6_full_screen_slider .owl-nav{
    position: absolute;
    margin: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
}
.h6_full_screen_slider.owl-carousel .owl-nav button{
    height: 75px;
    width: 75px;
    background: #FFF;
    border-radius: 0;
    font-size: 26px;
    color: #232931;
    text-align: center;
    padding: 0;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.h6_full_screen_slider.owl-carousel .owl-nav button:focus{
    outline: 0;
    box-shadow: none;
}
.h6_full_screen_slider.owl-carousel .owl-nav button.owl-next{
    margin-left: 5px;
}
.h6_full_screen_slider.owl-carousel .owl-nav button:hover{
    color: #1fb4cc;
    background: #232931;
}
.full_container{
    padding: 0 15px;
}
.showCate_section{
    position: relative;
    height: 100vh;
    background: #fff;
}
.cate_show{
    padding: 0 385px 112px 75px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
}
.cate_show h2{
    font-size: 60px;
    line-height: 90px;
    color: #232931;
    margin: 0;
}
.cate_show h2 a{
    color: inherit;
    margin: 0 11px;
}
.cate_show h2 a:hover{
    color: #1fb4cc;
}
.cate_images{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}
.cate_images img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.34,.66,.79,.58),opacity .3s cubic-bezier(.165,.84,.44,1);
    -moz-transition: -webkit-transform .4s cubic-bezier(.34,.66,.79,.58),opacity .3s cubic-bezier(.165,.84,.44,1);
    transition: transform .4s cubic-bezier(.34,.66,.79,.58),opacity .3s cubic-bezier(.165,.84,.44,1);
}
.cate_images img.active{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.home_folio_carosel{
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.home_folio_carosel .slide_style{
    margin-bottom: 0;
    max-height: calc(100vh - 155px);
}
.home_folio_carosel .owl-nav{
    margin: 0;
}
.home_folio_carosel.owl-carousel .owl-nav button{
    height: 75px;
    width: 75px;
    background: #FFF;
    border-radius: 0;
    font-size: 26px;
    color: #232931;
    text-align: center;
    padding: 0;

    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 4;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.home_folio_carosel.owl-carousel .owl-nav button:focus{
    outline: 0;
    box-shadow: none;
}
.home_folio_carosel.owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: 30px;
}
.home_folio_carosel.owl-carousel .owl-nav button:hover{
    color: #1fb4cc;
    background: #232931;
}
.foot_home_8{
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
}
.foot_home_8 .copys_01 a{
    color: #232931;
}
.foot_home_8 .copys_01 a:hover{
    color: #1fb4cc;
}
.header_01.relative_header{
    position: relative;
    background: #fff;
}
.header_01.relative_header .menu_01 > ul > li > a{
    color: #232931;
}
.header_01.relative_header .menu_01 > ul > li.active > a, .header_01.relative_header .menu_01 > ul > li:hover > a{
    color: #1fb4cc;
}
.header_01.relative_header .h1_cogs > div > a{
    color: #232931;
}
.header_01.relative_header .h1_cogs div a:hover {
    color: #1fb4cc;
}
.header_01.relative_header.header_dark_mode{
    background: #17191b;
}
.header_01.relative_header.header_dark_mode .menu_01 > ul > li > a{
    color: #FFF;
}
.header_01.relative_header.header_dark_mode .menu_01 > ul > li.active > a, .header_01.relative_header .menu_01 > ul > li:hover > a{
    color: #1fb4cc;
}
.header_01.relative_header.header_dark_mode .h1_cogs > div > a{
    color: #FFF;
}
.header_01.relative_header.header_dark_mode .h1_cogs div a:hover {
    color: #1fb4cc;
}
.in_container_fulide .h1_cogs{
    margin-left: 15px;
    padding-left: 7px;
}
.in_container_fulide .h1_cogs:after{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 1px;
    height: 20px;
    content: '';
    z-index: 2;
    background: rgba(255, 255, 255, .10);
}
.error404 .header_dark_mode.in_container_fulide .h1_cogs:after{
    background: #eee;
}
.relative_header .h1_cogs:after{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 1px;
    height: 20px;
    content: '';
    z-index: 2;
    background: #eee;
}
.relative_header.header_dark_mode .h1_cogs:after{
    background: rgba(255, 255, 255, .10);
}
.h02.relative_header .h1_cogs:after{
    display: none;
}
.h02.relative_header .h1_cogs{
    padding-left: 0;
    margin-left: 0;
}
.in_container_fulide .menu_01 {
    display: flex;
    justify-content: flex-end;
}
.in_container_fulide .menu_01 ul li:nth-last-child(1) > ul.sub-menu ul.sub-menu, 
.in_container_fulide .menu_01 ul li:nth-last-child(2) > ul.sub-menu ul.sub-menu, 
.in_container_fulide .menu_01 ul li:nth-last-child(3) > ul.sub-menu ul.sub-menu, 
.in_container_fulide .menu_01 ul li:nth-last-child(4) > ul.sub-menu ul.sub-menu{
    left: auto;
    right: 110%;
}
.in_container_fulide .menu_01 ul li:nth-last-child(1) > ul.sub-menu li:hover ul.sub-menu, 
.in_container_fulide .menu_01 ul li:nth-last-child(2) > ul.sub-menu li:hover ul.sub-menu, 
.in_container_fulide .menu_01 ul li:nth-last-child(3) > ul.sub-menu li:hover ul.sub-menu, 
.in_container_fulide .menu_01 ul li:nth-last-child(4) > ul.sub-menu li:hover ul.sub-menu{
    right: 100%;
}
.in_container_fulide .megamenu{
    left: auto;
    right: 0;
}
.home09_folio .folio_05{
    margin: 0;
}
.home09_folio{
    position: relative;
    padding-top: 80px;
    overflow: hidden;
    width: 100vw;
}
body.h_m_9{
    overflow-x: hidden;
}
/*------------------------------------------------------------------------------------
/ 2. About Page
/-------------------------------------------------------------------------------------*/
.inner_page_banner{
    position: relative;
    min-height: 400px;
    background: rgba(23, 25, 27, 1);
    padding: 222px 0 0;
}
.inner_page_banner .ip_overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(23, 25, 27, .5);
}
.inner_page_banner .container{
    position: relative;
    z-index: 1;
}
.inner_page_banner h2{
    word-break: break-all;
    position: relative;
    z-index: 1;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    margin: 0;
}
.subtitle_exist.inner_page_banner h2{
    line-height: 50px;
}
.breadcrumb_title{
    font-size: 14px;
    line-height: .8;
    color: #fff;
    font-weight: 400;
    margin: 9px 0 0;
    position: relative;
    z-index: 1;
    text-align: right;
}
.subtitle_exist.inner_page_banner .breadcrumb_title{
    margin-top: 52px;
}
.breadcrumb_title a{
    color: inherit;
    text-transform: capitalize;
}
.breadcrumb_title a:hover{
    color: #1fb4cc;
}
.sp_head .breadcrumb_title span{
    margin: 0 7px;
}
.fol_head.inner_page_banner p.page_sub, .fols_head.inner_page_banner p.page_sub,
.shop_head.inner_page_banner p.page_sub, .product_head.inner_page_banner p.page_sub, 
.inner_page_banner p.page_sub{
    display: block;
    margin: 0;
    color: #fff;
    position: relative;
    z-index: 1;
    line-height: 30px;
}
.fol_head.inner_page_banner.banner_color p.page_sub, .fols_head.inner_page_banner.banner_color p.page_sub,
.shop_head.inner_page_banner.banner_color p.page_sub, .product_head.inner_page_banner.banner_color p.page_sub, 
.inner_page_banner.banner_color p.page_sub{
    color: #999999;
}
.inner_page_banner_2 {
    position: relative;
    min-height: 400px;
    background: rgba(23, 25, 27, 1);
    padding: 200px 0 0;
}
.inner_page_banner_2 .ip_overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 25, 27, .5);
}
.inner_page_banner_2 .container{
    position: relative;
    z-index: 1;
}
.inner_page_banner_2 h2{
    position: relative;
    z-index: 1;
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    margin: 0;
}
.inner_page_banner_2 p{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0;
}
.inner_page_banner_2 p a{
    color: inherit;
    text-transform: capitalize;
}
.inner_page_banner_2 p a:hover{
    color: #1fb4cc;
}
.inner_page_banner_2 p span{
    margin: 0 7px;
}
.inner_page_banner_2 p b{
    font-weight: normal;
}
/*------------------------------------------------------------------------------------
/ 3. Others Page
/-------------------------------------------------------------------------------------*/
.feature_slider .owl-carousel .owl-dots{
    margin-top: 20px;
}
.feature_slider .owl-nav{
    margin: 0;
}
.feature_slider.owl-carousel .owl-nav button{
    height: 75px;
    width: 75px;
    background: #FFF;
    border-radius: 0;
    font-size: 26px;
    color: #232931;
    text-align: center;
    padding: 0;
    position: absolute;
    left: 30px;
    top: -35px;
    bottom: 0;
    margin: auto 0;
    z-index: 4;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.feature_slider.owl-carousel .owl-nav button:focus{
    outline: 0;
    box-shadow: none;
}
.feature_slider.owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: 30px;
}
.feature_slider.owl-carousel .owl-nav button:hover{
    color: #1fb4cc;
    background: #232931;
}
.folio_carousel_item > div{
    margin-bottom: 0;
}
.single_pricing{
    position: relative;
    margin-top: 30px;
    border: 1px solid #eee;
}
.pt2_head{
    position: relative;
    padding: 48px 0 50px;
    background: #f7f7f7;
    overflow: hidden;
}
.pt2_head .pth1_price{
    font-size: 60px;
    color: #232931;
    line-height: 70px;
    font-weight: 600;
    margin: 0 0 14px;
}
.pt2_head .pth1_price sup{
    font-size: 20px;
    color: #232931;
    top: -28px;
    margin: 0 5px 0 0;
}
.pt2_head .pth1_price sub{
    font-size: 14px;
    color: #232931;
    bottom: 0;
    margin: 0;
}
.pt2_head h3{
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #232931;
    margin: 0 0 0;
}
.pt2_body{
    position: relative;
}
.pt2_body ul{
    margin: 0;
    padding: 0;
}
.pt2_body ul li{
    display: block;
    margin: 0;
    list-style: none;
    font-size: 14px;
    line-height: 25px;
    color: #999999;
    padding: 12px 15px 13px;
}
.pt2_body ul li.disabled{
    text-decoration: line-through;
}
.pt2_body ul li:nth-child(odd){
    background: #fcfcfc
}
.pt2_body ul li:nth-child(even){
    background: #f7f7f7
}
.pt2_footer{
    position: relative;
    background: #fcfcfc;
    padding: 40px 15px 34px;
}
.pt2_footer .drox_btn{
    background: #232931;
}
.pt2_footer .drox_btn span{
    background: #1fb4cc;
}
.single_pricing.active{
    margin-top: 0;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}
.single_pricing.active .pt2_head{
    background: #1fb4cc;
    padding: 63px 15px 65px;
}
.single_pricing.active .pt2_head h3,
.single_pricing.active .pt2_head .pth1_price sub,
.single_pricing.active .pt2_head .pth1_price sup,
.single_pricing.active .pt2_head .pth1_price{
    color: #fff;
}
.single_pricing.active .pt2_footer{
    padding-bottom: 64px;
}
.single_pricing.active .drox_btn{
    background: #1fb4cc;
}
.single_pricing.active .drox_btn span{
    background: #232931;
}
.pri_feature{
    background: #00dcff;
    height: 40px;
    font-size: 14px;
    line-height: .8;
    text-align: center;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    position: absolute;
    right: -105px;
    top: 27px;
    z-index: 3;
    width: 100%;
    padding: 15px 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.pri_feature.col_4{
    right: -135px;
}
.mrB_30{
    margin-bottom: 30px;
}
.singleFaq {
    position: relative;
    padding: 0;
    border: 1px solid #eeeeee;
    margin: 0 0 30px;
    border-radius: 0;
}
.singleFaq .card-header {
    position: relative;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    border-radius: 0;
}
.singleFaq .card-header .btn {
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    color: #232931;
    font-weight: 600;
    border: none;
    outline: none;
    width: 100%;
    text-align: left;
    padding: 18px 35px 16px;
    margin: 0;
    position: relative;
    background: #fff;
    border-radius: 0;
}
.singleFaq .card-header .btn:after{
    position: absolute;
    right: 34px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '-';
    font-size: 24px;
    color: #1fb4cc;
    font-weight: 400;
    line-height: 65px;
}
.singleFaq .card-header .btn.collapsed:after {
    content: '+';
}
.singleFaq .card-body {
    border-top: 1px solid #eeeeee;
    background: #fff;
    padding: 24px 35px 24px;
    font-size: 14px;
    color: #999999;
    line-height: 21px;
    margin: 0;
}
.singleFaq .card-body p{
    margin-bottom: 15px;
}
.singleFaq .card-body p:last-of-type{
    margin-bottom: 0;
}
.drox_map, .drox_map_2{
    position: relative;
    line-height: .8;
}
.drox_map_2{
    height: 560px;
}
.drox_map iframe{
    width: 100%;
    height: 560px;
    border: none;
}
.grayscale iframe{
    -webkit-filter: grayscale(100%); 
    -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
    filter: grayscale(100%);
}
.contact_form{
    position: relative;
}
.contact_form input, 
.contact_form select, 
.contact_form input:not([type="submit"]), 
.contact_form textarea {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 25px;
    border: none;
    line-height: 50px;
    outline: none;
    background: #f1f1f1;
    margin-bottom: 30px;
    font-size: 12px;
    color: #999999;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 0;
}
.contact_form textarea{
    resize: none;
    height: 260px;
    padding-top: 16px;
}
.contact_form select{
    cursor: pointer;
}
.contact_form span{
    position: relative;
    display: block;
}
.contact_form textarea::-moz-placeholder,
.contact_form form input::-moz-placeholder{
    color: #999999;
    opacity: 1;
}
.contact_form textarea::-ms-input-placeholder,
.contact_form form input::-ms-input-placeholder{
    color: #999999;
    opacity: 1;
}
.contact_form textarea::-webkit-input-placeholder,
.contact_form form input::-webkit-input-placeholder{
    color: #999999;
    opacity: 1;
}
.contact_form input[type="submit"], .contact_form button{
    display: block;
    width: 100%;
    height: 50px;
    background: #1fb4cc;
    line-height: 50px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 1px;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    outline: none;
    border: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.contact_form input[type="submit"]:hover, .contact_form button:hover{
    color: #fff;
    background: #232931;
}
.wpcf7-checkbox, .wpcf7-radio{
    display: block;
}
.wpcf7-checkbox .wpcf7-list-item, .wpcf7-radio .wpcf7-list-item{
    margin: 0 0 9px;
    text-align: left;
}
.wpcf7-checkbox .wpcf7-list-item > label, .wpcf7-radio .wpcf7-list-item > label{
    margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item input, .wpcf7-radio .wpcf7-list-item input{
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    margin: 0 7px 0 0;
}
.wpcf7-checkbox .wpcf7-list-item-label, .wpcf7-radio .wpcf7-list-item-label{
    display: inline-block;
    line-height: 20px;
    position: relative;
    top: -6px;
    margin-right: 10px;
}
.ast_loader{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 15px;
    text-align: center;
    display: none;
}
.ast_con_message{
    color: #fff;
    background-color: #1fb4cc;
    border: 3px solid #1fb4cc;
    padding: 10px 15px;
    margin-top: 30px;
    display: none;
}
.contact_form input.reqError,
.contact_form .reqError{
    background: #f00;
}
/*------------------------------------------------------------------------------------
/ 4. All Folio Page
/-------------------------------------------------------------------------------------*/
.folio_type_gal{
    padding: 100px 0;
}
.folio_type_gal .folio_03{
    margin: 0;
}
.folio_type_gal.static_filter .folio_03{
    margin-bottom: 30px;
}
.folio_type_gal.static_filter .no_gapping .folio_03{
    margin-bottom: 0;
}
.folio_type_grid{
    padding: 45px 0 70px;
}
.folio_type_standard{
    padding: 45px 0 34px;
}
.folio_type_carousel{
    padding: 100px 0;
}
.folio_carousel .folio_04{
    margin: 0;
}
.folio_carousel .owl-carousel .owl-dots{
    margin-top: 34px;
}
.folio_one_column{
    padding: 100px 0 70px;
}
.col_5_divide .col-lg-2{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.black_overlay:after{
    background: rgba(23, 25, 27, .8);
}
.black_overlay .f02_content h3 a:hover,
.black_overlay .f02_content p a:hover{
    color: #1fb4cc;
}
.folio_type_slide_bottom{
    padding: 100px 0 70px;
}
.folio_type_slide_bottom .folio_01{
    margin-bottom: 30px;
}
.folio_single_01{
    position: relative;
    padding: 100px 0 70px;
}
.fs_thumb{
    position: relative;
    margin: 0 0 30px;
}
.fs_thumb img{
    width: 100%;
    height: auto;
}
.sf_details{
    position: relative;
}
.sf_details h3{
    font-size: 24px;
    line-height: 36px;
    color: #232931;
    font-weight: 600;
    margin: -7px 0 4px;
}
.sf_details .f_s_title{
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}
.sf_contents{
    position: relative;
    margin: 29px 0 0;
}
.sf_contents p{
    margin: 0 0 21px;
}
.sf_contents p:last-of-type{
    margin-bottom: 0;
}
.sf_meta{
    position: relative;
    margin: 62px 0 0;
}
.sf_meta p{
    font-size: 14px;
    line-height: 25px;
    color: #999999;
    font-weight: 400;
    position: relative;
    padding-left: 84px;
    margin: 0 0 10px;
}
.sf_meta p span{
    position: absolute;
    left: 0;
    top: 0;
    color: #232931;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.sf_meta p a{
    color: #999999;
}
.sf_meta p.socials a{
    display: inline-block;
    font-size: 12px;
    color: #999999;
    line-height: 23px;
    margin-right: 15px;
}
.sf_meta p a:hover{
    color: #1fb4cc;
}
.folio_pagi_section{
    background: #f9f9f9;
    padding: 60px 0 63px;
    border-top: 1px solid #eeeeee;
}
.folio_paginations {
    position: relative;
    padding: 0;
}
.folio_paginations .pagin{
    position: relative;
}
.folio_paginations .pagin p{
    font-size: 12px;
    line-height: .8;
    color: #898989;
    margin: 0 0 15px;
}
.folio_paginations .pagin p i{
    font-size: 10px;
    line-height: .8;
    margin-right: 10px;
}
.folio_paginations .pagin.text-right p i{
    margin-right: 0;
    margin-left: 10px;
}
.folio_paginations .pagin h3{
    font-size: 16px;
    line-height: .8;
    color: #232931;
    font-weight: 600;
    margin: 0;
}
.folio_paginations .pagin h3 a{
    color: inherit;
}
.folio_paginations .pagin h3 a:hover{
    color: #1fb4cc;
}
.folio_paginations:after {
    width: 18px;
    height: 18px;
    content: '';
    background: url(../images/pagin.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.folio_single_small_slider{
    position: relative;
    padding: 80px 15px 80px;
}
.fs_single_sSlider{
    padding-bottom: 100px;
}
.fs_single_sSlider.owl-carousel .owl-dots{
    margin-top: 10px;
}
.sf_details_full{
    position: relative;
}
.sf_details_full .sf_meta{
    margin-top: -5px;
}
.fs_single_bSlider{
    padding-bottom: 100px;
}
.fs_single_bSlider.pdb30{
    padding-bottom: 30px;
}
.fs_single_bSlider.pdb0{
    padding-bottom: 0;
}
.fs_single_bSlider.owl-carousel .owl-dots{
    margin-top: 10px;
}
.folio_single_big_gall{
    padding: 100px 0 80px
}
.folio_single_big_gall .sf_details,
.folio_single_big_gall .sf_details_full{
    margin-top: 70px;
}
.folio_trim, 
.folio_trim .trim_thumb {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.folio_trim{
    margin-bottom: 30px;
}
.trim_thumb{
    margin: 0 0 24px;
    overflow: hidden;
    position: relative;
}
.trim_thumb .popup_folio{
    transform: none;
}
.folio_trim:hover .trim_thumb .popup_folio{
    visibility: visible;
    opacity: 1;
}
.trim_thumb img {
    max-width: 100%;
    height: auto;
}
.trim_content {
    position: relative;
}
.trim_content h3 {
    font-size: 18px;
    line-height: 28px;
    color: #232931;
    font-weight: 600;
    margin: 0 0 2px;
}
.trim_content h3 a {
    color: inherit;
}
.trim_content h3 a:hover {
    color: #1fb4cc;
}
.trim_content p {
    margin: 0;
    color: #999999;
}
.trim_content p a {
    color: inherit;
}
.trim_content p a:hover {
    color: #1fb4cc;
}
.folio_trim .trim_thumb:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: rgba(31, 180, 204, .8);
    z-index: 4;
    visibility: hidden;
    opacity: 0;
    transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
}
.folio_trim:hover .trim_thumb:after {
    visibility: visible;
    opacity: 1;
    width: calc(100% - 44px);
    height: calc(100% - 44px);
}
.folio_trim:hover .trim_thumb .popup_folio {
    visibility: visible;
    opacity: 1;
}
.folio_trim .trim_thumb .tw-trim-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.folio_trim .trim_thumb .tw-trim-overlay .tw-trim-item {
    position: absolute;
    background-color: #fff;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.165,.84,.44,1);
    -moz-transition: -moz-transform .6s cubic-bezier(.165,.84,.44,1);
    transition: transform .6s cubic-bezier(.165,.84,.44,1);
    will-change: transform;
}
.folio_trim .trim_thumb .tw-trim-overlay .tw-trim-item:first-child {
    top: -1px;
    left: 0;
    height: 22px;
    width: 100%;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
}
.folio_trim .trim_thumb .tw-trim-overlay .tw-trim-item:nth-child(2) {
    top: 0;
    right: -1px;
    height: 100%;
    width: 22px;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}
.folio_trim .trim_thumb .tw-trim-overlay .tw-trim-item:nth-child(3) {
    bottom: -1px;
    right: 0;
    height: 22px;
    width: 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
}
.folio_trim .trim_thumb .tw-trim-overlay .tw-trim-item:last-child {
    bottom: 0;
    left: -1px;
    height: 100%;
    width: 22px;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}
.folio_trim:hover .tw-trim-overlay .tw-trim-item:nth-child(odd) {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}
.folio_trim:hover .tw-trim-overlay .tw-trim-item:nth-child(even) {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}
.slide_style{
    position: relative;
    overflow: hidden;
    margin: 0 0 30px;
}
.slide_style img {
    width: 100%;
    height: auto;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.slide_style .slide_content {
    position: absolute;
    display: block;
    width: calc(100% - 60px);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 24px 30px 23px;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.77,0,.175,1) .1s;
    -moz-transition: -moz-transform .3s cubic-bezier(.77,0,.175,1) .1s;
    transition: transform .3s cubic-bezier(.77,0,.175,1) .1s;
}
.slide_style:hover .slide_content {
    -webkit-transform: translateY(-31%);
    -moz-transform: translateY(-31%);
    transform: translateY(-31%);
    -webkit-transition: -webkit-transform .45s cubic-bezier(.77,0,.175,1);
    -moz-transition: -moz-transform .45s cubic-bezier(.77,0,.175,1);
    transition: transform .45s cubic-bezier(.77,0,.175,1);
}
.slide_style .sc_wrapper {
    opacity: 0;
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .4s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
}
.slide_style:hover .sc_wrapper {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s cubic-bezier(.165,.84,.44,1) .2s;
    -moz-transition: .3s cubic-bezier(.165,.84,.44,1) .2s;
    transition: .3s cubic-bezier(.165,.84,.44,1) .2s;
}
.sc_wrapper h3 {
    font-size: 18px;
    line-height: 28px;
    color: #232931;
    font-weight: 600;
    margin: 0 0 2px;
}
.sc_wrapper h3 a {
    color: inherit;
}
.sc_wrapper h3 a:hover {
    color: #1fb4cc;
}
.sc_wrapper p {
    margin: 0;
    color: #999999;
}
.sc_wrapper p a {
    color: inherit;
}
.sc_wrapper p a:hover {
    color: #1fb4cc;
}
.slide_style.right_slide img, .slide_style.left_slide img{
    display: block;
    width: 100%;
    height: auto;
}
.slide_style.right_slide .slide_content{
    right: auto;
    left: 0;
    bottom: 30px;
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    transform: translateX(-110%);
}
.slide_style.left_slide .slide_content{
    right: 0;
    left: auto;
    bottom: 30px;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    transform: translateX(110%);
}
.slide_style.right_slide:hover .slide_content{
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    transform: translateX(30px);
}
.slide_style.left_slide:hover .slide_content{
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    transform: translateX(-30px);
}
.slide_style.right_slide .sc_wrapper{
    text-align: left;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
}
.slide_style.right_slide:hover .sc_wrapper{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
}
.slide_style.left_slide .sc_wrapper{
    text-align: left;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
}
.slide_style.left_slide:hover .sc_wrapper{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
}
/*------------------------------------------------------------------------------------
/ 5. All Blog Page
/-------------------------------------------------------------------------------------*/
.blog_grid_section{
    position: relative;
    padding: 100px 0;
}
.blog_item_01.mrB_68{
    margin-bottom: 68px;
}
.drox_pagination{
    position: relative;
}
.drox_pagination a, .drox_pagination span {
    width: 40px;
    height: 40px;
    background: #f4f4f4;
    border-radius: 2px;
    font-size: 14px;
    color: #232931;
    line-height: .8;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    padding: 15px 0 14px;
    margin: 0 6px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.drox_pagination a i{
    font-size: 12px;
}
.drox_pagination a:hover, .drox_pagination span.current {
    background: #1fb4cc;
    color: #FFF;
}
.drox_pagination .screen-reader-text{
    display: none;
}
.drox_pagination .nav-links{
    display: block;
    width: 100%;
}
.mail_chimp_form{
    position: relative;
}
.mail_chimp_form p{
    font-size: 14px;
    line-height: .8;
    color: #fff;
    margin: 0 0 1px;
}
.mail_chimp_form input[type="email"] {
    width: 75%;
    height: 70px;
    border: none;
    background: transparent;
    outline: none;
    font-size: 36px;
    display: inline-block;
    line-height: 70px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.mail_chimp_form input[type="email"]::-moz-placeholder{
    color: #ffffff;
    opacity: 1;
}
.mail_chimp_form input[type="email"]::-ms-input-placeholder{
    color: #ffffff;
    opacity: 1;
}
.mail_chimp_form input[type="email"]::-webkit-input-placeholder{
    color: #ffffff;
    opacity: 1;
}
.mail_chimp_form i{
    display: inline-block;
    float: left;
    font-size: 30px;
    line-height: 70px;
    color: #fff;
    margin-right: 22px;
}
.mail_chimp_form input[type="submit"]{
    position: absolute;
    right: 0;
    top: 12px;
    border: none;
    outline: none;
    display: inline-block;
    background: #FFF;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    border-radius: 3px;
    overflow: hidden;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.mail_chimp_form input[type="submit"]:hover{
    background: #000;
    color: #fff;
}
.mc4wp-alert{
    position: relative;
    margin-top: 12px;
}
.mc4wp-error p {
    color: rgba(216,48,57,.87);
    background: #ffbaba;
    padding: 12px;
}
.mc4wp-success{
    background: #d4edda;
    color: #155724;
    padding: 12px;
    text-align: left;
}
.sidebar_1{
    position: relative;
    background: #f9f9f9;
    padding: 50px 50px 41px;
}
.sidebar_1 .widget{
    position: relative;
    margin: 0 0 50px;
    padding-bottom: 45px;
    border-bottom: 1px solid #eeeeee;
}
.sidebar_1 .widget:last-child{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sidebar_1 .widget.widget_search .widget_title{
    display: none;
}
.sidebar_1 .widget_title {
    font-size: 16px;
    color: #232931;
    line-height: .8;
    margin: 0 0 40px;
}
.sidebar_1 .widget_title a{
    color: inherit;
}
.sidebar_1 .search_form{
    position: relative;
    margin: 0;
    padding: 0;
}
.sidebar_1 .search_form input {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    border-radius: 0;
    background: #fff;
    font-size: 12px;
    line-height: 50px;
    color: #999999;
    padding: 0 25px;
}
.sidebar_1 .search_form input::-moz-placeholder{
    color: #999999;
    opacity: 1;
}
.sidebar_1 .search_form input::-ms-input-placeholder{
    color: #999999;
    opacity: 1;
}
.sidebar_1 .search_form input::-webkit-input-placeholder{
    color: #999999;
    opacity: 1;
}
.sidebar_1 .search_form button{
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border: none;
    outline: none;
    z-index: 2;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background: transparent;
    color: #999999;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.sidebar_1 .search_form button:hover{
    color: #1fb4cc;
}
.sidebar_1 ul{
    margin: 0;
    padding: 0;
}
.sidebar_1 ul li{
    list-style: none;
    margin: 0;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    font-weight: 400;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.sidebar_1 ul li a{
    position: relative;
    color: inherit;
    padding-left: 25px;
    display: inline-block;
}
.sidebar_1 ul li a:after{
    content: "\ec60";
    font-family: 'themewar';
    position: absolute;
    left: 0;
    top: 0;
    color: #999999;
    font-size: 10px;
    font-weight: 400;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.sidebar_1 ul li a:hover:after{
    left: 5px;
    color: #1fb4cc;
}
.sidebar_1 ul li a:hover{
    color: #1fb4cc;
}
.sidebar_1 .widget_recent_comments ul li a{
    padding-left: 0;
}
.sidebar_1 .widget_recent_comments ul li a:after{
    display: none;
}
.sidebar_1 .widget_recent_comments ul li{
    padding-left: 25px;
    position: relative;
}
.sidebar_1 .widget_recent_comments ul li:after{
    content: "\ec60";
    font-family: 'themewar';
    position: absolute;
    left: 0;
    top: 0;
    color: #999999;
    font-size: 10px;
    font-weight: 400;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.sidebar_1 .widget_recent_comments ul li:hover:after{
    left: 5px;
    color: #1fb4cc;
}
.rc_posts{
    position: relative;
}
.src_post{
    position: relative;
    padding-left: 25px;
    margin-bottom: 28px;
}
.src_post:after{
    content: "\ec60";
    font-family: 'themewar';
    position: absolute;
    left: 0;
    top: 1px;
    color: #999999;
    font-size: 10px;
    font-weight: 400;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.src_post a{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #232931;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 6px;
}
.src_post a:hover{
    color: #1fb4cc;
}
.src_post span{
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #999999;
    font-weight: 400;
    margin: 0;
}
.src_post:last-child{
    margin-bottom: 0;
}
.tagcloud{
    position: relative;
}
.tagcloud a{
    font-size: 11px !important;
    line-height: .8 !important;
    text-align: center !important;
    text-transform: capitalize !important;
    color: #999999;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif;
    height: 24px;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    display: inline-block;
    background: #fff;
    padding: 7px 9px;
    margin: 0 7px 10px 0;
}
.tagcloud a:hover{
    background: #1fb4cc;
    border-color: #1fb4cc;
    color: #fff;
}
.standard{
    border-bottom: 1px solid #eee;
    margin-bottom: 70px;
    padding-bottom: 68px;
}
.singleblog_section{
    position: relative;
    padding: 100px 0 80px;
}
.single_blog{
    position: relative;
}
.sb_thumb{
    position: relative;
    margin: 0 0 33px;
}
.sb_thumb img{
    max-width: 100%;
    width: auto;
    height: auto;
}
.sb_thumb .sp_popup{
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #232931;
    text-align: center;
    line-height: .8;
    padding: 18px 0;
    color: #FFF;
}
.sb_thumb .sp_popup:hover{
    background: #1fb4cc;
    color: #FFF;
}
.sb_details{
    position: relative;
}
.sb_details p{
    margin-bottom: 21px;
}
.sb_details .wp_bloc_title{
    font-size: 18px;
    color: #232931;
    line-height: 30px;
    margin-bottom: 16px;
}
blockquote {
    background: #f9f9f9;
    border: none;
    border-left: 4px solid #1fb4cc;
    padding: 25px 25px 28px 40px;
    position: relative;
    margin: 41px 0 38px;
}
blockquote p{
    font-size: 16px;
    color: #232931;
    font-weight: 600;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 0;
}
.sb_details blockquote p{
    margin-bottom: 9px;
}
blockquote cite{
    font-size: 14px;
    line-height: .8;
    color: #999999;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}
.sb_details .wp-block-columns{
    margin-bottom: 20px;
    margin-top: 31px;
}
.wp-block-columns .wp-block-column{
    margin-bottom: 0;
}
.wp-block-column img{
    width: 100%;
    height: auto;
    margin-top: 5px;
}
.wp-block-column span, .wp-block-image figcaption{
    font-size: 12px;
    color: #999999;
    line-height: 25px;
    margin: 3px 0 0;
    font-style: italic;
    text-align: center;
    display: block;
}
.divider{
    border-bottom: 1px solid #eeeeee;
    line-height: .8;
    margin: 66px 0 63px;
}
.socil_share,
.tags{
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: #898989;
    margin: 0 0 14px;
}
.socil_share h6,
.tags h6{
    font-size: 14px;
    color: #232931;
    font-weight: 600;
    margin: 0 55px 0 0;
    display: inline-block;
}
.socil_share h6{
    margin-right: 43px;
}
.socil_share a{
    margin-right: 12px;
}
.socil_share a,
.tags a{
    color: inherit;
    display: inline-block;
}
.socil_share a:hover,
.tags a:hover{
    color: #1fb4cc;
}
.post_author{
    position: relative;
    background: #f9f9f9;
    padding: 52px 30px 45px 160px;
    margin: 92px 0 92px;
}
.post_author img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: 50px;
    top: 50px;
}
.post_author h5{
    font-size: 16px;
    line-height: .8;
    color: #232931;
    margin: 0 0 24px;
}
.post_author h5 a{
    color: inherit;
}
.post_author h5 a:hover{
    color: #1fb4cc;
}
.post_author p{
    margin: 0 0 28px;
}
.at_social{
    position: relative;
}
.at_social a{
    display: inline-block;
    font-size: 14px;
    line-height: .8;
    color: #999999;
    margin-right: 26px;
}
.at_social a:hover{
    color: #1fb4cc;
}
.sb_details .rc_title{
    font-size: 18px;
    color: #232931;
    line-height: 30px;
    margin-bottom: 41px;
}
.comment_section{
    position: relative;
    background: #f7f7f7;
    padding: 100px 0;
}
.comment_area{
    position: relative;
    margin: 0 0 0;
}
.comment_area h6{
    font-size: 12px;
    color: #232931;
    margin-bottom: 47px;
}
.single-comment{
    position: relative;
    padding-left: 110px;
    margin: 0 0 46px;
}
.single-comment img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.single-comment h5{
    font-size: 14px;
    color: #232931;
    margin: 0 0 22px;
    text-transform: capitalize;
}
.single-comment h5 a{
    color: inherit;
}
.single-comment h5 a:hover{
    color: #1fb4cc;
}
.single-comment .comment{
    margin-bottom: 24px;
    position: relative;
}
.single-comment .comment p{
    margin: 0 0 24px;
}
.single-comment .comment p:last-of-type{
    margin: 0;
}
.single-comment span{
    display: inline-block;
    color: #999999;
    font-size: 12px;
    position: relative;
    text-transform: capitalize;
    line-height: 12px;
    margin: 0 18px 0 0;
}
.single-comment span:after{
    position: absolute;
    right: -10px;
    top: 1px;
    width: 1px;
    height: 10px;
    content: '';
    background: #ececec;
}
.comment-reply-link{
    font-size: 12px;
    line-height: 12px;
    color: #1fb4cc;
    display: inline-block;
    margin: 0px;
    text-transform: capitalize;
}
.comment-reply-link i{
    margin-right: 6px;
}
.comment_list{
    margin: 0 0 98px;
    padding: 0 0 50px;
    border-bottom: 1px solid #eeeeee;
}
.comment_list li{
    list-style: none;
    display: block;
    position: relative;
}
.comment_list li .children{
    margin-left: 100px;
    padding: 0;
}
.commentForm, .commentForm_holder{
    position: relative;
}
.commentForm_holder h6, .comment-respond h6{
    font-size: 12px;
    margin-bottom: 5px;
}
.commentForm_holder p, .comment-respond p{
    font-size: 12px;
    line-height: 25px;
    color: #999999;
    margin: 0 0 43px;
}
.commentForm input,
.commentForm textarea,
.commentForm input:not([type="submit"]){
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 25px;
    border: none;
    line-height: 50px;
    outline: none;
    background: #fff;
    margin-bottom: 30px;
    font-size: 12px;
    color: #999999;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 0;
}
.commentForm textarea{
    resize: none;
    height: 260px;
    line-height: 24px;
    padding-top: 14px;
}
.commentForm textarea::-moz-placeholder,
.commentForm input::-moz-placeholder{
    color: #999999;
    opacity: 1;
}
.commentForm textarea::-ms-input-placeholder,
.commentForm input::-ms-input-placeholder{
    color: #999999;
    opacity: 1;
}
.commentForm textarea::-webkit-input-placeholder,
.commentForm input::-webkit-input-placeholder{
    color: #999999;
    opacity: 1;
}
.commentForm input[type="submit"]{
    display: block;
    width: 100%;
    height: 50px;
    background: #1fb4cc;
    line-height: 50px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 1px;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    outline: none;
    border: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.commentForm input[type="submit"]:hover{
    color: #fff;
    background: #232931;
}
.comment-respond .cancel_reply_btn{
    float: right;
    font-weight: 600;
    font-size: 12px;
}
.comment_list .comment-respond{
    margin-bottom: 50px;
}
.featured_post {
    background: rgba(31, 180, 204, .10);
    padding: 30px 30px;
}
.sidebar_1 .widget label{
    display: none;
}
.wp-block-categories-dropdown select,
.sidebar_1 .widget select {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    border-radius: 0;
    background: #fff;
    font-size: 12px;
    line-height: 50px;
    color: #999999;
    padding: 0 25px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.wp-block-categories-dropdown select{
    background: #f9f9f9;
}
.wp-block-search input[type="search"] {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    border-radius: 0;
    background: #f9f9f9;
    font-size: 12px;
    line-height: 50px;
    color: #999999;
    padding: 0 25px;
    margin-bottom: 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.wp-block-search button{
    height: 50px;
    border: none;
    background: #232931;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    line-height: .8;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    padding: 16px 16px;
    margin: 0 !important;
}
.wp-block-search{
    margin-bottom: 30px;
}
.wp-block-search button:hover{
    background: #1fb4cc;
    color: #fff;
}
.PaginInner{
    position: relative;
    margin: 20px 0;
}
.PaginInner strong{
    color: #232931;
}
.PaginInner a, .PaginInner span.current {
    width: 30px;
    height: 30px;
    background: #f4f4f4;
    border-radius: 2px;
    font-size: 14px;
    color: #232931;
    line-height: .8;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    padding: 10px 0;
    margin: 0 6px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.PaginInner a:hover, .PaginInner span.current{
    background: #1fb4cc;
    color: #fff;
}
.sidebar_1 .widget table {
    width: 100%;
    border: 1px solid #ebebeb;
}
.sidebar_1 .widget table caption {
    font-size: 14px;
    color: #232931;
    font-weight: 600;
    line-height: .8;
    caption-side: top;
    padding: 16px 5px;
    text-align: center;
    border: 1px solid #eeeeee;
    border-bottom: none;
    text-transform: uppercase;
}
.sidebar_1 .widget table thead tr th {
    font-size: 12px;
    color: #232931;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    padding: 7px 2px;
    border-right: 1px solid #eeeeee;
}
.sidebar_1 .widget table tbody tr td {
    font-size: 12px;
    color: #999999;
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    padding: 7px 2px;
}
.sidebar_1 .widget table tfoot tr td {
    padding: 5px 10px;
}
.sidebar_1 .widget table tfoot tr td#next{
    text-align: right;
}
.sidebar_1 .widget table tfoot tr td a {
    font-size: 14px;
    color: #232931;
    font-weight: 500;
}
.sidebar_1 .widget table tfoot tr td a:hover{
    color: #1fb4cc;
}
.sidebar_1 .widget.widget_rss ul li{
    font-size: 14px;
    line-height: 24px;
}
.sidebar_1 .widget.widget_rss ul li a:after{
    display: none;
    left: 0;
}
.sidebar_1 .widget.widget_rss ul li a{
    padding-left: 0;
}
.sidebar_1 .widget.widget_rss ul li span.rss-date {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin: 7px 0 8px;
}
.sidebar_1 .widget.widget_rss ul li cite {
    display: block;
    font-size: 12px;
    color: #232931;
    font-weight: 500;
    margin: 7px 0 8px;
}
.textwidget p{
    margin: 0;
}
.textwidget img{
    max-width: 100%;
    height: auto;
    margin: 15px 0;
}
.textwidget select{
    margin-top: 15px;
}
.wp-block-button__link{
    margin-bottom: 10px;
}
.wp-block-cover.has-background-dim{
    margin: 10px 0;
}
.sb_details iframe{
    max-width: 100% !important;
    margin-bottom: 15px;
    max-height: 400px;
}
.sb_details .wp-block-embed-youtube iframe{
    height: 400px;
}
.sb_details ol,
.sb_details ul{
    margin: 0;
    padding: 0;
}
.sb_details ol li,
.sb_details ul li{
    list-style-position: inside;
    margin: 0 0 10px;
    line-height: 24px;
}
.sb_details ol li a,
.sb_details ul li a{
    color: inherit;
}
.sb_details ol li a:hover,
.sb_details ul li a:hover{
    color: #1fb4cc;
}
.sb_details ol ol,
.sb_details ul ul{
    padding-left: 15px;
    margin: 8px 0 0;
}
.sb_details code{
    font-size: 14px;
    color: #1fb4cc;
    font-weight: 400;
    margin: 15px 0;
    display: block;
}
.sb_details .wp-block-archives label{
    display: none;
}
.sb_details .wp-block-archives select {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    border-radius: 0;
    background: #f9f9f9;
    font-size: 12px;
    line-height: 50px;
    color: #999999;
    padding: 0 25px;
    margin-bottom: 15px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.sb_details .wp-block-categories li,
.sb_details .wp-block-archives li{
    list-style: none;
    list-style: none;
    margin: 0;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    font-weight: 400;
}
.sb_details .wp-block-categories li a,
.sb_details .wp-block-archives li a{
    color: inherit;
    position: relative;
    padding-left: 25px;
    display: inline-block;
}
.sb_details .wp-block-categories li a:after,
.sb_details .wp-block-archives li a:after {
    content: "\ec60";
    font-family: 'themewar';
    position: absolute;
    left: 0;
    top: 0;
    color: #999999;
    font-size: 10px;
    font-weight: 400;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.sb_details .wp-block-categories li a:hover,
.sb_details .wp-block-archives li a:hover{
    color: #1fb4cc;
}
.sb_details .wp-block-categories li a:hover:after,
.sb_details .wp-block-archives li a:hover:after{
    color: #1fb4cc;
    left: 5px;
}
.sb_details .wp-block-archives,
.sb_details .wp-block-categories{
    margin-bottom: 15px;
}
.sb_details .wp-block-archives ul,
.sb_details .wp-block-categories ul{
    padding-left: 0;
}
.sb_details .wp-block-latest-comments li a{
    color: inherit;
}
.sb_details .wp-block-latest-comments li a:hover{
    color: #1fb4cc;
}
.comment table,
.sb_details table{
    width: 100%;
    margin: 0 0 25px;
}
.comment table tbody tr th,
.sb_details table thead tr th{
    font-weight: 500;
    font-size: 14px;
    color: #232931;
    padding: 8px 15px;
    border: 1px solid #eeeeee;
}
.comment table tbody tr td,
.sb_details table tbody tr th,
.sb_details table tbody tr td{
    border: 1px solid #eeeeee;
    color: #999999;
    font-size: 12px;
    padding: 8px 15px;
    line-height: 20px;
    font-weight: 400;
}
.comment table tbody tr td a,
.sb_details table tbody tr th a{
    color: inherit;
    font-weight: 500;
    color: #232931;
}
.comment table tbody tr td a:hover,
.sb_details table tbody tr th a:hover{
    color: #1fb4cc;
}
.comment dl dt{
    color: #232931;
    margin: 0 0 5px;
}
.comment dl dd{
    margin: 0 0 15px;
}
.comment ol,
.comment ul{
    margin: 0 0 0 18px;
    padding: 0;
}
.comment ol li,
.comment ul li{
    margin: 0 0 10px;
    display: list-item;
    list-style-position: inside;
    list-style: inherit;
}
.comment ol ol,
.comment ul ul{
    padding-left: 15px;
    margin: 8px 0 0;
}
.comment code{
    font-size: 14px;
    color: #1fb4cc;
    font-weight: 400;
    margin: 15px 0;
    display: block;
}
.comment pre{
    max-height: 300px;
    overflow: scroll;
    max-width: 100%;
    background: #eeeeee;
    padding: 20px;
    margin: 25px 0;
    color: #232931;
}
.comment img{
    position: relative;
    width: auto;
    height: auto;
    border-radius: 0;
    margin: 10px 0;
}
.single-comment.pingbackcomments {
    padding-left: 0;
}
.wp-block-media-text.alignfull{
    margin-bottom: 15px;
}
.has-large-font-size{
    line-height: 40px;
}
.sb_details pre{
    max-height: 300px;
    overflow: scroll;
    max-width: 100%;
    background: #eeeeee;
    padding: 20px;
    margin: 25px 0;
    color: #232931;
}
.sb_details .wp-block-table,
.sb_details .wp-block-table.is-style-stripes{
    width: 100%;
    margin: 15px 0 0;
}
.aligncenter,
.alignnone{
    max-width: 100%;
    height: auto;
}
.aligncenter{
    margin: 0 auto;
    display: block;
}
.alignleft img,
.alignright img,
.alignnone img,
.aligncenter img{
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.alignleft{
    float: left;
    margin-right: 10px;
}
.alignright{
    float: right;
    margin-left: 10px;
}
.sb_details input[type="password"] {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    border-radius: 0;
    background: #f8f8f8;
    font-size: 12px;
    line-height: 50px;
    color: #999999;
    padding: 0 15px;
    margin: 15px 0 0;
}
.sb_details input[type="submit"]{
    height: 50px;
    border: none;
    background: #1fb4cc;
    padding: 16px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    line-height: .8;
    text-align: center;
}
.sb_details input[type="submit"]:hover{
    color: #fff;
    background: #232931;
}
.gallery-item img{
    margin-bottom: 10px;
}
.wp-block-cover.has-background-dim.alignleft{
    margin-right: 10px;
}
.wp-block-gallery.alignleft{
    margin-right: 10px;
}

/*------------------------------------------------------------------------------------
/ 6. All Shop Page
/-------------------------------------------------------------------------------------*/
.shop_page_section{
    position: relative;
    padding: 95px 0 100px;
}
.results{
    font-size: 14px;
    line-height: 23px;
    color: #999999;
    margin: 0 0 26px;
}
.sorts{
    position: relative;
    margin: 0 0 26px;
}
.sorts select {
    float: right;
    border: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    cursor: pointer;
    color: #999999;
    outline: none;
    padding: 0 30px;
    padding-left: 15px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.sorts i {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 23px;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
}
.single_product{
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
}
.prc_items .single_product{
    margin-bottom: 0;
}
.sp_thumb{
    position: relative;
    overflow: hidden;
    margin: 0 0 24px;
}
.sp_thumb img{
    width: 100%;
    height: auto;
}
.sp_thumb:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    background: rgba(31, 180, 204, .8);
    z-index: 4;
    transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
}
.sp_cart_btns{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 50px;
    bottom: 0;
    margin: auto 0;
    opacity: 0;
    visibility: visible;
    z-index: 5;

    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    transform: scale(.5);
    -moz-transform: scale(.5);
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
}
.single_product:hover .sp_thumb:after {
    visibility: visible;
    opacity: 1;
}
.single_product:hover .sp_cart_btns {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.add_to_cart_button, .woocommerce a.button.add_to_cart_button {
    text-align: center;
    display: inline-block;
    z-index: 5;
    font-size: 16px;
    width: 50px;
    height: 50px;
    background: #fff;
    color: #1fb4cc;
    padding: 17px 0;
    border-radius: 1px;
    line-height: .8;
    position: relative;
}
.add_to_cart_button i, .woocommerce a.button.add_to_cart_button i{
    position: relative;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.add_to_cart_button.loading i, .woocommerce a.button.loading i{
    opacity: 0;
    visibility: hidden;
}
.woocommerce a.button.add_to_cart_button:hover{
    color: #232931;
}
.add_to_cart_button.loading:after, .woocommerce a.button.loading::after{
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: middle;
    font-weight: 400;
    position: absolute;
    top: 19px;
    right: 15px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.woocommerce a.button.added::after, .add_to_cart_button.added:after{
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0;
    left: 0;
    top: 0;
    line-height: 50px;
    font-size: 30px;
    color: rgba(0, 0, 0, .15);
}
.added_to_cart{
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    z-index: 5;
    font-size: 16px;
    width: 50px;
    height: 50px;
    background: #fff;
    color: #1fb4cc;
    padding: 19px 0 !important;
    border-radius: 1px;
    line-height: .8;
    font-size: 0px;
    position: relative;
    top: 0px;
}
.added_to_cart:before{
    content: "\eb13";
    font-family: 'themewar';
    font-size: 16px;
}
.flash_lavel{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 5;
    text-align: right;
}
.flash_lavel p{
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    height: 18px;
    background: #1fb4cc;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin: 0 0 5px;
    border-radius: 2px;
    padding: 0 7.5px 0;
    display: inline-block;
}
.flash_lavel p.slae{
    background: #ff0000;
}
.flash_lavel p.featureds{
    background: #1fb4cc;
}
.flash_lavel p.limitedStok{
    background: #232931;
}
.flash_lavel p.outofStock{
    background: #FFD700;
}
.sp_details{
    position: relative;
}
.sp_details h5{
    font-size: 18px;
    line-height: 28px;
    color: #232931;
    margin: 0 70px 9px 0;
}
.sp_details h5 a{
    color: inherit;
}
.sp_details h5 a:hover{
    color: #1fb4cc;
}
.product_price{
    font-size: 14px;
    line-height: .8;
    color: #999999;
    font-weight: 400;
    margin: 0;
}
.product_price .price{
    display: inline-block;
    color: inherit;
}
.product_price .price span span{
    color: inherit;
    margin-right: 3px;
}
.product_price .price del{
    color: #999999;
    margin-right: 11px;
}
.product_price .price ins{
    color: #ff0000;
    text-decoration: none;
}
.single_product .star-rating{
    position: absolute;
    right: 0;
    top: 6px;
    line-height: 13px;
    font-size: 0;
    float: none;
}
.single_product .star-rating, .woocommerce .star-rating{
    background: url(../images/rating2.png) no-repeat left top;
    width: 66px;
    height: 13px;
    overflow: hidden;
}
.star-rating > span, .woocommerce .star-rating > span{
    text-indent: -9999px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    background: url(../images/rating1.png) no-repeat left top;
}
.woocommerce .single_product .star-rating::before, .woocommerce .star-rating::before{
    display: none;
}
.product_carousel .owl-nav{
    margin: 0;
}
.product_carousel.owl-carousel .owl-nav button{
    height: 50px;
    width: 50px;
    background: #232931;
    border-radius: 0;
    font-size: 26px;
    color: #FFF;
    text-align: center;
    padding: 0;
    position: absolute;
    left: -65px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 4;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.product_carousel.owl-carousel .owl-nav button:focus{
    outline: 0;
    box-shadow: none;
}
.product_carousel.owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: -65px;
}
.elementor-section-full_width .product_carousel.owl-carousel .owl-nav button.owl-next{
    right: 30px;
}
.elementor-section-full_width .product_carousel.owl-carousel .owl-nav button.owl-prev{
    left: 30px;
}
.product_carousel.owl-carousel .owl-nav button:hover{
    color: #FFF;
    background: #1fb4cc;
}
.price_slider_wrapper{
    text-align: center;
    margin-bottom: 0;
}
.woocommerce .widget_price_filter .ui-slider.price_slider{
    height: 3px;
    background: #eeeeee;
    position: relative;
    margin-bottom: 23px;
    margin-top: 42px;
    margin-right: 0;
}
.woocommerce .widget_price_filter .ui-slider.price_slider .ui-slider-handle{
    background: #1fb4cc;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    position: absolute;
    top: -5px;
    width: 12px;
    cursor: pointer;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
}
.woocommerce .widget_price_filter .ui-slider.price_slider .ui-slider-handle:focus{
    outline: 0;
    box-shadow: none;
}
.woocommerce .widget_price_filter .ui-slider.price_slider .ui-slider-range{
    background: #1fb4cc;
    height: 3px;
    position: absolute;
}
.woocommerce .widget_price_filter .price_slider_amount{
    font-size: 14px;
    color: #999999;
    line-height: 21px;
    text-align: left;
    margin: 0;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label{
    margin-top: 6px;
    float: left;
}
.woocommerce .widget_price_filter .price_slider_amount .from{
    display: inline-block;
    text-align: left;
    margin: 0 0 0 4px;
}
.woocommerce .widget_price_filter .price_slider_amount .button{
    float: right;
    height: 30px;
    color: #FFF;
    text-transform: capitalize;
    background: #1fb4cc;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 600;
    line-height: 30px;
    border: none;
    font-family: 'Poppins', sans-serif;
    outline: none;
    padding: 0 16px;
    text-align: center;
    margin-top: 1px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover{
    color: #fff;
    background: #232931;
}
.shop_posts{
    position: relative;
}
.sp_post{
    position: relative;
    min-height: 50px;
    padding-left: 70px;
    margin-bottom: 20px;
}
.sp_post img{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}
.sp_post a{
    display: block;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    top: -5px;
    color: #232931;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 2px;
}
.sp_post a:hover{
    color: #1fb4cc;
}
.sp_post .product_price{
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #999999;
    font-weight: 400;
    margin: 0;
}
.sp_post .product_price .price span span{
    color: inherit;
    margin-right: 3px;
}
.shop_single_product {
    position: relative;
    padding: 100px 0;
}
.productSlide{
    position: relative;
}
.productSlide .carousel-indicators {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 30px 0 0 0;
    width: 100%;
    text-align: left;
    display: block;
}
.productSlide .carousel-indicators li {
    width: 145px;
    height: 145px;
    border-radius: 0;
    margin: 0;
    position: relative;
    text-indent: 0;
    flex: none;
    -moz-flex: none;
    -webkit-flex: none;
    float: left;
    margin: 0 24px 0 0;
    border: none;
    opacity: 1;
    background: transparent;
}
.pro_gall_full .productSlide .carousel-indicators li{
    width: 145px;
    height: 100px;
}
.productSlide .carousel-indicators li.active{
    opacity: .5;
}
.productSlide .carousel-indicators li:last-of-type{
    margin-right: 0;
}
.pro_gall_full{
    margin-bottom: 74px;
}
.product_decp{
    position: relative;
}
.product_decp h4{
    font-size: 24px;
    color: #232931;
    line-height: 30px;
    margin: -5px 0 9px;
}
.woocommerce div.product .product_decp .woocommerce-product-rating{
    margin-bottom: 25px;
    line-height: 1;
}
.woocommerce .product_decp .woocommerce-product-rating .star-rating{
    display: inline-block;
    position: relative;
    margin: 0;
    float: none;
    top: 1px;
}
.product_decp .woocommerce-product-rating .woocommerce-review-link{
    display: inline-block;
    color: #999999;
    text-transform: capitalize;
    margin-left: 5px;
}
.product_decp .woocommerce-product-rating .woocommerce-review-link:hover{
    color: #1fb4cc;
}
.woocommerce div.product .product_decp p.price{
    font-size: 16px;
    line-height: 28px;
    color: #999999;
    margin: 0;
}
.woocommerce div.product .product_decp p.price ins, .woocommerce div.product .product_decp span.price ins{
    font-weight: 400;
}
.product_decp .product_price{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}
.product_decp .pro_exps{
    margin-bottom: 61px;
}
.product_decp .pro_exps p{
    margin: 0 0 21px;
}
.product_decp .pro_exps > p:last-of-type {
    margin-bottom: 0;
}
.single_sp_meta{
    position: relative;
    margin-bottom: 41px;
}
.single_sp_meta .metatext{
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    margin: 0 0 11px;
    display: block;
    padding-left: 85px;
    position: relative;
}
.single_sp_meta .metatext span{
    position: absolute;
    left: 0;
    top: 0;
    color: #232931;
    display: inline-block;
    font-weight: 600;
}
.single_sp_meta .metatext a{
    color: inherit;
    display: inline-block;
}
.single_sp_meta .mt_social a{
    font-size: 12px;
    color: #999999;
    margin-right: 14px;
}
.single_sp_meta .metatext a:hover{
    color: #1fb4cc;
}
.quantityd {
    border: 1px solid #ececec;
    height: 50px;
    position: relative;
    z-index: 1;
    border-radius: 1px;
    width: 140px;
    float: left;
}
.quantityd button.qtyBtn {
    background: transparent;
    height: 100%;
    width: 29%;
    padding: 0;
    position: absolute;
    font-size: 18px;
    border: none;
    outline: none;
    border-right: 1px solid #ececec;
    color: #232931;
    letter-spacing: 0;
    font-weight: 600;
    padding: 0;
    text-align: center;
    top: 0;
    left: 0;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.quantityd input[type="number"] {
    border: medium none;
    color: #232931;
    font-weight: 600;
    height: 100%;
    font-size: 11px;
    line-height: 50px;
    width: 42%;
    background: #f7f7f7;
    left: 0;
    margin: auto;
    outline: none;
    padding: 0 24px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: -1;
}
.quantityd input[type="number"]::-webkit-outer-spin-button,
.quantityd input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.woocommerce div.product form.cart{
    margin-bottom: 0;
}

/* Firefox */
.quantityd input[type="number"] {
    -moz-appearance: textfield;
}
.quantityd button.qtyBtn.btnPlus {
    left: auto;
    right: 0;
    border: none;
    border-left: 1px solid #ececec;
}
.quantityd button.qtyBtn:hover{
    color: #1fb4cc;
}
.woocommerce button.button.alt.single_add_to_cart_button {
    float: left;
    height: 50px;
    min-width: 180px;
    background: #1fb4cc;
    color: #FFF;
    text-align: center;
    padding: 18px 15px;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: .8;
    outline: none;
    margin-left: 30px;
    border-radius: 0;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.woocommerce button.button.alt.single_add_to_cart_button i{
    font-size: 14px;
    display: inline-block;
    margin-right: 8px;
}
.woocommerce button.button.alt.single_add_to_cart_button:hover{
    background: #232931;
    color: #fff;
}
.mb_100{
    margin-bottom: 100px;
}
.mt100{
    margin-top: 100px;
}
.productTabs.nav-tabs {
    border-bottom: 1px solid #ececec;
    margin: 0 0 35px;
}
.productTabs.nav-tabs .nav-item {
    display: inline-block;
    float: none;
    margin: 0 40px 0 0;
    position: relative;
}
.productTabs.nav-tabs .nav-item:last-of-type{
    margin-right: 0;
}
.productTabs.nav-tabs .nav-link {
    padding: 0;
    border: none;
    color: #232931;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: .8;
    position: relative;
    padding: 0 0 20px;
}
.productTabs.nav-tabs .nav-link:after {
    position: absolute;
    width: 20%;
    height: 2px;
    background: #1fb4cc;
    content: '';
    left: 0;
    bottom: -1px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.productTabs.nav-tabs .nav-link.active, .productTabs.nav-tabs .nav-link:hover {
    color: #1fb4cc;
}
.productTabs.nav-tabs .nav-link:hover:after, .productTabs.nav-tabs .nav-link.active:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.descriptionContent{
    position: relative;
    margin: 0;
}
.descriptionContent > p{
    margin: 0 0 20px;
}
.descriptionContent > p:last-of-type{
    margin-bottom: 0;
}
.adinfo{
    position: relative;
}
.woocommerce .additionalContent table{
    width: 100%;
    position: relative;
    border: none;
    margin: 0;
}
.woocommerce .additionalContent table tr th{
    font-size: 14px;
    line-height: 34px;
    color: #232931;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    width: 15%;
    margin: 0 0 0;
    padding: 0;
    background: transparent !important;
    border: none;
}
.woocommerce .additionalContent table tr td{
    font-size: 14px;
    color: #999999;
    font-style: normal;
    margin: 0;
    background: transparent !important;
    border: none;
}
.review_area{
    position: relative;
    margin: 0;
}
.review_area .comment-reply-title{
    font-size: 12px;
    color: #232931;
    line-height: 1;
    display: block;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 48px;
}
.review_area .single-comment .star-rating{
    position: relative;
    display: inline-block;
}
.woocommerce .review_area .single-comment .star-rating{
    float: none;
    line-height: 1;
    display: inline-block;
    top: 3px;
}
.review_area .comment_list{
    padding-bottom: 0;
    margin-bottom: 48px;
}
.review_area .commentForm input, 
.review_area .commentForm textarea, 
.review_area .commentForm input:not([type="submit"]){
    background: #f7f7f7;
}
.review_area .commentForm input[type="submit"], .woocommerce #respond input#submit{
    display: block;
    width: 100%;
    height: 50px;
    background: #1fb4cc;
    line-height: 50px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 1px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    outline: none;
    border: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.review_area .commentForm input[type="submit"]:hover, .woocommerce #respond input#submit:hover{
    background-color: #232931;
    color: #fff;
}
.productCommentForm .comment-notes{
    display: none;
}
.commentForm_holder .notp{
    margin-bottom: 43px !important;
}
.commentForm .comment-form-rating{
    position: relative;
    margin: 0 0 28px
}
.commentForm .comment-form-rating label {
    display: inline-block;
    color: #999999;
    font-size: 12px;
    position: relative;
    text-transform: capitalize;
    line-height: 12px;
    margin: 0 18px 0 0;
}
.commentForm .comment-form-rating label:after {
    position: absolute;
    right: -10px;
    top: 1px;
    width: 1px;
    height: 10px;
    content: '';
    background: #ececec;
}
.commentForm .comment-form-rating .stars{
    position: relative;
    display: inline-block;
    margin: 0 !important;
    font-size: 11px;
    line-height: 12px;
    color: #ffd700;
    top: 1px;
}
.commentForm .comment-form-rating .stars a{
    color: inherit;
}
.woocommerce #reviews #comment{
    height: 260px;
}
.realtedProarea{
    position: relative;
    margin: 100px 0 0;
}
.realtedProarea h3{
    font-size: 18px;
    line-height: .8;
    color: #232931;
    margin-bottom: 50px;
}
.pro_realtedSlider .single_product{
    margin-bottom: 0;
}
/*------------------------------------------------------------------------------------
/ 7. All Feature Page
/-------------------------------------------------------------------------------------*/
.comin_soon_section{
    position: relative;
    width: 100%;
    height: 100vh;
}
.comin_soon_section:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 25, 27, .5);
    content: '';
}
.cs_middle{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    z-index: 2;
}
.cs_content{
    position: relative;
    margin: 0 0 97px;
}
.cs_logo{
    max-width: 100%;
    height: auto;
}
.cs_content h2{
    font-size: 72px;
    line-height: 1;
    color: #FFF;
    margin: 37px 0 25px;
    text-transform: uppercase;
}
.cs_content p{
    font-size: 16px;
    color: #FFF;
    line-height: 24px;
    margin: 0;
}
.countdown_dashboard{
    text-align: center;
}
.countdown_dashboard .countdown-section{
    float: left;
    width: 25%;
    text-align: center;
}
.countdown_dashboard .countdown-section .countdown-amount {
    font-size: 30px;
    line-height: 1;
    color: #FFF;
    margin: 0 0 14px;
    display: block;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.countdown_dashboard .countdown-section .countdown-period{
    font-size: 16px;
    line-height: 1;
    color: #FFF;
    margin: 0;
    display: block;
}
.maintenance_section{
    position: relative;
    width: 100%;
    height: 100vh;
}
.maintenance_section:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 25, 27, .5);
    content: '';
}
.mt_middle{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    z-index: 2;
}
.maintenance_section .cs_content{
    padding: 0 60px;
    margin-bottom: 73px;
}
.maintenance_section .single_skill h4{
    color: #fff;
}
.maintenance_section .ss_parent span{
    color: #fff;
}
.maintanance_bar{
    position: relative;
}
.maintanance_bar h4 {
    font-size: 12px;
    line-height: .8;
    margin: 0 0 15px;
    color: #fff;
    text-transform: uppercase;
}
.mb_parent {
    position: relative;
    background: #f7f7f7;
    height: 8px;
    width: 100%;
}
.mb_child {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #1fb4cc;
}
.mb_parent span {
    position: absolute;
    font-size: 12px;
    line-height: .8;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #FFF;
    font-weight: 600;
    right: 0;
    top: -23px;
}
.header_01.in_container_fulide.bg_transparent{
    background: transparent;
    border: none;
}
.section_404{
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../images/bg/1.png) no-repeat center center / cover;
}
.section_404.dark_fof_sec{
    background-color: #17191b;
}
.middle_404{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    z-index: 1;
}
.contetn_404{
    position: relative;
}
.contetn_404 img{
    max-width: 100%;
    height: auto;
    margin-left: -58px;
}
.fof_cons{
    position: relative;
    text-align: center;
}
.fof_cons h2{
    font-size: 64px;
    line-height: .8;
    font-weight: 600;
    color: #232931;
    text-transform: uppercase;
    margin: 0 0 23px;
}
.dark_fof_sec .fof_cons h2{
    color: #FFF;
}
.fof_cons p{
    text-transform: none;
    margin: 0;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
}
.dark_fof_sec .fof_cons p{
    color: #FFF;
}
.contetn_404 .drox_btn{
    margin-top: 55px;
}
.footer_404{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: transparent;
    width: 100%;
    padding: 0 15px;
}
.footer_404 .copys_01 a{
    color: #232931;
}
.footer_404.dark_fof_footer a{
    color: #FFF;
}
.footer_404 .copys_01 a:hover, .footer_404.dark_fof_footer a:hover{
    color: #1fb4cc;
}
.light_mode{
    background: #fff;
    border-color: #eeeeee;
}
.light_mode .widget_title{
    color: #232931;
}
.light_mode .pp_item h3{
    color: #232931;
}
.white_bg_copyright{
    background: #fff;
}
.white_bg_copyright .copys_01 a{
    color: #232931;
}
.white_bg_copyright .copys_01 a:hover{
    color: #1fb4cc;
}
.copyright_02{
    position: relative;
    padding: 0 15px;
}
.copyright_02 .copys_01 a{
    color: #232931;
}
.copyright_02 .copys_01 a:hover{
    color: #1fb4cc;
}
.copyright_02 .socials_01 a{
    font-size: 14px;
    color: #232931;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 0 0;
}
.copyright_02 .socials_01 a i{
    padding-left: 15px;
}
.copyright_02 .socials_01 a:hover{
    color: #1fb4cc;
}
.sec_divider{
    height: 80px;
    width: 100%;
    background: #f0f0f0;
    position: relative;
}
.style_wrap{
    position: relative;
}
.overlay_3:after{
    background: rgba(31, 180, 204, .8);
}
.banner_color{
    background: #f7f7f7;
}
.banner_color:after{
    display: none;
}
.banner_color h2{
    color: #232931;
}
.banner_color .breadcrumb_title,
.banner_color p{
    color: #999999;
}
.h_bg_white{
    background: #fff;
}
.header_02.h_2_bg{
    background: #fff;
    padding: 0 15px;
    position: relative;
}
.header_02.h_2_padd{
    padding: 0 15px;
}
.position_relative{
    position: relative;
}
.nav_banner{
    position: relative;
    height: 600px;
}
.nav_banner:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(23, 25, 27, .5);
}
/*------------------------------------------------------------------------------------
/ 8. Popup Menu
/-------------------------------------------------------------------------------------*/
body.menu_open{
    overflow: hidden;
}
.menu_pop_logo{
    z-index: 99;
    position: absolute;
    left: 0;
    top: 28px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
    -webkit-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.popup_menu.active .menu_pop_logo{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.menu_pop_logo img{
    max-height: 100%;
    width: auto;
}
.close-popup {
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    z-index: 99;
    position: absolute;
    right: 0;
    top: 21px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 1400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.popup_menu.active .close-popup{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.close-popup:hover{
    color: #a47864;
}
.popup_menu .menu_top{
    position: relative;
    width: 100%;
    z-index: 99;
}
.popup_menu {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(23, 25, 27, 1);
    display: none;
}
.popup_menu.active{

}
.menu_middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    z-index: -1;
}
.popup_menu.active .menu_middle{
    z-index: 99;
}
.menu_popup {
    position: relative;
    text-align: center;
}
.menu_popup ul {
    margin: 0;
    padding: 0;
}
.menu_popup > ul{
    max-height: calc(100vh - 160px);
}
.menu_popup ul li {
    list-style: none;
    margin: 23px 0;
    position: relative;
}
.menu_popup ul li a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    line-height: .8;
    letter-spacing: 0;
    font-weight: 600;    
    font-family: 'Poppins', sans-serif;
    padding: 0 15px;
    position: relative;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}
.menu_popup ul li.active > a,
.menu_popup ul li:hover > a{
    color: #a47864;
}
.menu_popup ul li.menu-item-has-children > a{
    position: relative;
}
.menu_popup ul li.menu-item-has-children.active > a:before,
.menu_popup ul li.menu-item-has-children > a:hover:before{
    transform: rotate(-180deg);
    color: #a47864;
}
.menu_popup > ul > li {
    opacity: 0;
    -webkit-transition: translateY(80px);
    transform: translateY(80px);
}
.menu_popup ul li ul.sub-menu {
    display: none;
    padding: 17px 0 1px;
    transform: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.menu_popup ul li .sub-menu li{
    margin: 11px 0;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.menu_popup ul li ul.sub-menu li a{
    font-size: 12px;
    text-transform: capitalize;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.bottom_menu{
    position: absolute;
    left: 0;
    bottom: 26px;
    z-index: -1;
    width: 100%
}
.f_copy{
    position: relative;
}
.bottom_menu .f_copy{
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(90px);
    -moz-transform: translateY(90px);
    -ms-transform: translateY(90px);
    -o-transform: translateY(90px);
    transform: translateY(90px);
    -webkit-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.popup_menu.active .bottom_menu .f_copy{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.f_copy p{
    font-size: 14px;
    line-height: 25px;
    color: #999999;
    margin: 0;
}
.f_copy p a{
    color: #fff;
}
.f_copy p a:hover{
    color: #a47864;
}
.foo_social {
    position: relative;
}
.bottom_menu .foo_social{
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(90px);
    -moz-transform: translateY(90px);
    -ms-transform: translateY(90px);
    -o-transform: translateY(90px);
    transform: translateY(90px);
    -webkit-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.popup_menu.active .bottom_menu .foo_social{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.foo_social a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: .8;
    color: #999999;
    text-align: center;
    margin: 0 0 0 21px;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.foo_social a:hover{
    color: #a47864;
}
.popup_menu.active .bottom_menu{
    z-index: 99;
}
header{
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.fixedHeader{
    background: #17191b;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 98;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.header_01.black_color.fixedHeader{
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.header_02.fixedHeader{
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#backtotop {
    position: fixed;
    right: 50px;
    bottom: -50px;
    width: 40px;
    height: 40px;
    background: #a47864;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}
#backtotop:hover{
    background: #56443f;
}
/*------------------------------------------------------------------------------------
/ 9. Custome Mouse
/-------------------------------------------------------------------------------------*/
html:not(.touch) .enable_drox_coursor * {
    cursor: none !important;
}
.enable_drox_coursor #drox_custom_cursor_holder {
    position: fixed;
    top: -7px;
    left: -7px;
    height: 14px;
    width: 14px;
    pointer-events: none;
    z-index: 99999;
    will-change: transform;
}
.enable_drox_coursor #drox_custom_cursor_holder {
    z-index: 9999999;
}
.enable_drox_coursor #drox_custom_cursor_holder.drox_hovering{
    top:-9px;
    left:-9px;
    height:18px;
    width:18px;
}
.enable_drox_coursor #drox_custom_cursor {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    outline: transparent solid 1px;
    background-color: rgba(86, 68, 63, .1);!important;
}
.enable_drox_coursor #drox_custom_cursor.drox_fade_coursor {
    opacity: 1;
}
.enable_drox_coursor #drox_custom_cursor.drox_reverse,
.enable_drox_coursor.drox_popup_menu_open #drox_custom_cursor{
    background-color: rgba(164, 120, 100, .1);!important;
}
.enable_drox_coursor #drox_custom_cursor_holder.drox_cross{
    top:-11px;
    left:-11px;
    height:22px;
    width:22px;
}
.enable_drox_coursor #drox_custom_cursor_holder.drox_cross #drox_custom_cursor{
    background-color: transparent;
    background-image: url(../images/close.png);
    background-position: center center;
}
/*------------------------------------------------------------------------------------
/ 10. Preloader
/-------------------------------------------------------------------------------------*/
.preloader-wrap {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0; 
    left: 0;
    background: #FFF;
    z-index : 9999; 
}
.loader_bar{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #17191b;
}
#precent {
    text-align: center;
    color: #FFF;
    line-height: 1;
    font-size: 12vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 900;
    mix-blend-mode: difference;
}
/*------------------------------------------------------------------------------------
/ 11. Popup Social
/-------------------------------------------------------------------------------------*/
.popu_social_mod{
    background: #17191b;
    width: 100%;
    height: 100%;
    top: -100%;
    z-index: 99;
    position: fixed;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.6s cubic-bezier(.14,.52,.68,.69) 0.5s;
    -o-transition: all 0.6s cubic-bezier(.14,.52,.68,.69) 0.5s;
    transition: all 0.6s cubic-bezier(.14,.52,.68,.69) 0.5s;
}
.popu_social_mod.active {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.popu_social_mod .pb_social_bg{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3b5998;
    opacity: 0;
    visibility: hidden;
    z-index: 1;

    transition: all ease 300ms;
    -moz-transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
}
.popu_social_mod .container{
    position: relative;
    z-index: 2;
}
.popu_social_mod .middle_social {
    position: relative;
    top: 48%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    z-index: 2;
}
.popu_social_mod .social_popup a:nth-child(01){
    -webkit-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, -400px, 0);
    -moz-transform: translate3d(0, -400px, 0);
    -webkit-transform: translate3d(0, -400px, 0);
    -ms-transform: translate3d(0, -400px, 0);
    -o-transform: translate3d(0, -400px, 0);
}
.popu_social_mod .social_popup a:nth-child(02){
    -webkit-transition: all 1300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, -400px, 0);
    -moz-transform: translate3d(0, -400px, 0);
    -webkit-transform: translate3d(0, -400px, 0);
    -ms-transform: translate3d(0, -400px, 0);
    -o-transform: translate3d(0, -400px, 0);
}
.popu_social_mod .social_popup a:nth-child(03){
    -webkit-transition: all 1400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, -400px, 0);
    -moz-transform: translate3d(0, -400px, 0);
    -webkit-transform: translate3d(0, -400px, 0);
    -ms-transform: translate3d(0, -400px, 0);
    -o-transform: translate3d(0, -400px, 0);
}
.popu_social_mod .social_popup a:nth-child(04){
    -webkit-transition: all 1500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, -400px, 0);
    -moz-transform: translate3d(0, -400px, 0);
    -webkit-transform: translate3d(0, -400px, 0);
    -ms-transform: translate3d(0, -400px, 0);
    -o-transform: translate3d(0, -400px, 0);
}
.popu_social_mod .social_popup a:nth-child(05){
    -webkit-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, -400px, 0);
    -moz-transform: translate3d(0, -400px, 0);
    -webkit-transform: translate3d(0, -400px, 0);
    -ms-transform: translate3d(0, -400px, 0);
    -o-transform: translate3d(0, -400px, 0);
}
.popu_social_mod .social_popup a:nth-child(06){
    -webkit-transition: all 1700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, -400px, 0);
    -moz-transform: translate3d(0, -400px, 0);
    -webkit-transform: translate3d(0, -400px, 0);
    -ms-transform: translate3d(0, -400px, 0);
    -o-transform: translate3d(0, -400px, 0);
}
.popu_social_mod .social_popup a:nth-child(07){
    -webkit-transition: all 1800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, -400px, 0);
    -moz-transform: translate3d(0, -400px, 0);
    -webkit-transform: translate3d(0, -400px, 0);
    -ms-transform: translate3d(0, -400px, 0);
    -o-transform: translate3d(0, -400px, 0);
}
.popu_social_mod .social_popup a:nth-child(08){
    -webkit-transition: all 1900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, -400px, 0);
    -moz-transform: translate3d(0, -400px, 0);
    -webkit-transform: translate3d(0, -400px, 0);
    -ms-transform: translate3d(0, -400px, 0);
    -o-transform: translate3d(0, -400px, 0);
}
.popu_social_mod .social_popup a:nth-child(09){
    -webkit-transition: all 2000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 2000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 2000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 2000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 2000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, -400px, 0);
    -moz-transform: translate3d(0, -400px, 0);
    -webkit-transform: translate3d(0, -400px, 0);
    -ms-transform: translate3d(0, -400px, 0);
    -o-transform: translate3d(0, -400px, 0);
}
.popu_social_mod .social_popup a:nth-child(10){
    -webkit-transition: all 2100ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 2100ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 2100ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 2100ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 2100ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, -400px, 0);
    -moz-transform: translate3d(0, -400px, 0);
    -webkit-transform: translate3d(0, -400px, 0);
    -ms-transform: translate3d(0, -400px, 0);
    -o-transform: translate3d(0, -400px, 0);
}
.popu_social_mod.active .social_popup a:nth-child(01),
.popu_social_mod.active .social_popup a:nth-child(02),
.popu_social_mod.active .social_popup a:nth-child(03),
.popu_social_mod.active .social_popup a:nth-child(04),
.popu_social_mod.active .social_popup a:nth-child(05),
.popu_social_mod.active .social_popup a:nth-child(06),
.popu_social_mod.active .social_popup a:nth-child(07),
.popu_social_mod.active .social_popup a:nth-child(08),
.popu_social_mod.active .social_popup a:nth-child(09),
.popu_social_mod.active .social_popup a:nth-child(10){
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

/* Elementor Modification */
.col-lg5,
.col-sm-lg5,
.col-md-lg5,
.col-lg-lg5,
.col-xl-lg5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-lg5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-lg5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-lg5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-lg5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-lg5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.folio_mouse_dir_1{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.no_gapping .folio_mouse_dir_1{
    margin-bottom: 0;
}
.folio_mouse_dir_1 img{
    width: 100%;
    height: auto;
}
.fmd1_content{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: rgba(31, 180, 204, .8);
}
.fmd1c{
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    width: 100%;
}
.fmd1_content h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    color: #FFF;
}
.fmd1_content a{
    color: inherit;
}
.fmd1_content a:hover{
    color: #232931;
}
.fmd1_content p{
    line-height: 24px;
    margin: 0;
    color: #FFF;
}
.fmd1_content p a{
    color: inherit;
}
.fmd1_content p a:hover{
    color: #232931;
}

.folio_flipper {
    -webkit-transform-origin: 100% 213.5px;
    -moz-transform-origin: 100% 213.5px;
    -ms-transform-origin: 100% 213.5px;
    transform-origin: 100% 213.5px;
    margin-bottom: 30px;
}
.folio_flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}
.folio_flipper .ff_front, .folio_flipper .ff_back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0;
}
.folio_flipper .ff_front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    background: transparent;
    z-index: 2;
    padding: 0;
    width: 100%;
}
.folio_flipper .ff_front img{
    width: 100%;
    height: auto;
}
.folio_flipper.vertical .ff_back {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.folio_flipper .ff_back {
    background: #1fb4cc;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    position: relative;
    width: 100%;
}
.folio_flipper .ff_back img{
    width: 100%;
    height: auto;
    opacity: .07;
}
.folio_flipper:hover .ff_front, .folio_flipper.hover .ff_front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.folio_flipper:hover .ff_back, .folio_flipper.hover .ff_back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.ffb_con{
    position: absolute;
    left: 0;
    bottom: 22px;
    padding: 0 30px;
    text-align: center;
    width: 100%;
}
.ffb_con h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    color: #FFF;
}
.ffb_con a{
    color: inherit;
}
.ffb_con a:hover{
    color: #232931;
}
.ffb_con p{
    line-height: 24px;
    margin: 0;
    color: #FFF;
}
.ffb_con p a{
    color: inherit;
}
.ffb_con p a:hover{
    color: #232931;
}
.folio_parallax {
    margin: 0 0 30px;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.folio_parallax .fp_tops{
    position: relative;
}
.folio_parallax .fp_tops img{
    width: 100%;
    height: auto;
    position: relative;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.folio_parallax:hover .fp_tops img{
    transform: translateY(-50%);                         
    -moz-transform: translateY(-50%);                         
    -webkit-transform: translateY(-50%);                         
}
.folio_parallax .fp_bottoms {
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 100%;
    background: #1fb4cc;
    padding: 30px 30px 0;
    text-align: center;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.folio_parallax:hover .fp_bottoms{
    transform: translateY(-100%);                         
    -moz-transform: translateY(-100%);                         
    -webkit-transform: translateY(-100%); 
}
.fpb_con{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    height: auto;
}
.fpb_con h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    color: #FFF;
}
.fpb_con a{
    color: inherit;
}
.fpb_con a:hover{
    color: #232931;
}
.fpb_con p{
    line-height: 24px;
    margin: 0;
    color: #FFF;
}
.fpb_con p a{
    color: inherit;
}
.fpb_con p a:hover{
    color: #232931;
}
body .elementor-widget.elementor-widget-tw-heading{
    margin-bottom: 0;
}
body .elementor-widget:not(:last-child){
    margin-bottom: 0;
}
.row.noMarginRow{
    margin-left: 0;
    margin-right: 0;
}
.no_gapping{
    padding: 0;
}
.no_gapping .folio_02, .no_gapping .folio_03, .no_gapping .slide_style, .no_gapping .folio_05, .no_gapping .folio_mouse_dir_1, 
.no_gapping .folio_flipper, .no_gapping .folio_parallax{
    margin: 0;
}
.no_gapping .folio_05{
    margin: 0;
}
.prodocut_tab{
    position: relative;
}
.prodocut_tab ul {
    position: relative;
    display: flex;
    justify-content: center;
    line-height: 1;
    padding: 0;
    margin: 0 0 44px;
    border: none;
}
.prodocut_tab ul li{
    list-style: none;
    margin: 0 15px;
}
.prodocut_tab ul li a{
    display: block;
    font-family: 'Poppins', sans-serif;
    color: #232931;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.11px;
    cursor: pointer;
}
.prodocut_tab ul li a.active, .prodocut_tab ul li a:hover{
    color: #1fb4cc;
}
/* Woocommerce Modification */
.woocommerce .woocommerce-ordering{
    margin: 0;
}
.woocommerce ul.product_list_widget li{
    padding: 0;
}
.woocommerce ul.product_list_widget li a{
    padding-left: 0;
    color: #232931;
    font-weight: 600;
}
.woocommerce ul.product_list_widget li a:hover{
    color: #1fb4cc;
}
.woocommerce ul.product_list_widget li a:after{
    display: none;
}
.woocommerce ul.product_list_widget li img{
    float: none;
    margin-left: 0;
    width: 50px;
    height: 50px;
    box-shadow: none;
}
.sp_post .product_price{
    position: relative;
}
.sp_post .product_price .star-rating{
    display: inline-block;
    margin-left: 11px;
}
.woocommerce .wd_product_items .star-rating{
    background: url(../images/small_rating2.png) no-repeat left top;
    width: 51px;
    height: 10px;
    overflow: hidden;
}
.woocommerce .wd_product_items .star-rating > span{
    text-indent: -9999px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/small_rating1.png) no-repeat left top;
}
.woocommerce .widget_rating_filter ul li{
    padding: 0;
}
.woocommerce .widget_rating_filter ul li a{
    padding: 0 0 0 25px;
}
.woocommerce .widget_rating_filter ul li .star-rating{
    position: relative;
    top: 2px;
}
.product_price .reviewer{
    display: inline-block;
    color: inherit;
    text-transform: capitalize;
}
.woocommerce .sidebar_1 ul.cart_list{
    margin: 0 0 -4px;
}
.woocommerce .sidebar_1 .widget_shopping_cart .cart_list li, 
.woocommerce.widget_shopping_cart .cart_list li{
    padding: 0;
}
.woocommerce .sidebar_1 .widget_shopping_cart ul.product_list_widget li .sc_product img{
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
}
.woocommerce .sidebar_1 .widget_shopping_cart ul.product_list_widget li .sc_product a {
    display: block;
    font-size: 12px;
    line-height: 20px;
    position: relative;
    top: -4px;
    bottom: auto;
    color: #232931;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 2px;
}
.woocommerce .sidebar_1 .widget_shopping_cart ul.product_list_widget li .sc_product a:hover{
    color: #1fb4cc;
}
.woocommerce .sidebar_1 .widget_shopping_cart ul.product_list_widget li .sc_product .product_price {
    font-size: 12px;
    line-height: 12px;
    color: #999999;
    font-weight: 400;
    margin: 0;
}
.woocommerce .sidebar_1 .widget_shopping_cart ul.product_list_widget li .sc_product .product_price .price {
    display: inline-block;
    color: inherit;
}
.woocommerce .sidebar_1 .widget_shopping_cart ul.product_list_widget li .sc_product .close_product {
    font-size: 12px;
    color: #999999 !important;
    position: absolute;
    right: 0;
    left: auto;
    top: 0px;
    margin: 0;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    border-radius: 0;
    background: none;
    width: auto;
    height: auto;
    line-height: .8;
}
.woocommerce .sidebar_1 .widget_shopping_cart ul.product_list_widget li .sc_product .close_product:hover{
    color: #1fb4cc !important;
}
.woocommerce .sidebar_1 .widget_shopping_cart .total,  .sidebar_1 .woocommerce.widget_shopping_cart .total{
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #232931;
    text-align: left;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin: -4px 0 20px;
    padding: 0 0 14px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}
.woocommerce .sidebar_1 .widget_shopping_cart .total > strong{
    font-weight: 600;
}
.woocommerce .sidebar_1 .widget_shopping_cart .total > span{
    float: right;
}
.sidebar_1 .woocommerce-mini-cart__buttons.buttons{
    margin: 0;
}
.woocommerce .sidebar_1 .widget_shopping_cart .buttons a, 
.sidebar_1 .woocommerce.widget_shopping_cart .buttons a{
    display: inline-block;
    text-align: center;
    height: 30px;
    background: #232931;
    font-size: 11px;
    color: #FFF;
    border-radius: 1px;
    min-width: 100px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    padding: 11px 7px;
    bottom: 0 !important;
    line-height: .8;
    margin: 0;
}
.woocommerce .sidebar_1 .widget_shopping_cart .buttons a:hover, 
.sidebar_1 .woocommerce.widget_shopping_cart .buttons a:hover{
    background: #1fb4cc;
}
.woocommerce .sidebar_1 .widget_shopping_cart .buttons a.checkout, 
.sidebar_1 .woocommerce.widget_shopping_cart .buttons a.checkout{
    float: right;
}
.sidebar_1 .woocommerce-mini-cart__empty-message{
    margin: 0;
}

/* Cart Page */
.woocommerce table.shop_table.cart_table{
    width: 100%;
    position: relative;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 0 80px;
}
.woocommerce table.shop_table.cart_table tbody{
    background: #fff;
}
.woocommerce table.shop_table.cart_table thead tr th{
    font-size: 13px;
    color: #232931;
    text-transform: uppercase;
    background: transparent;
    padding: 20px 15px 18px;
    font-weight: 700;
    line-height: 1;
    border: none;
    border: 1px solid #ececec;
    font-family: 'Poppins', sans-serif;
}
.woocommerce table.shop_table.cart_table thead tr th:first-child, 
.woocommerce table.shop_table.cart_table thead tr th:nth-last-child(2){
    border-right: none;
}
.woocommerce table.shop_table.cart_table thead tr th:nth-child(2), 
.woocommerce table.shop_table.cart_table thead tr th:last-child, 
.woocommerce table.shop_table.cart_table thead tr th:nth-child(2){
    border-left: none;
}
.woocommerce table.shop_table.cart_table td{
    border-top: 1px solid #ececec;
}
.woocommerce table.shop_table.cart_table td:first-child{
    border-left: 1px solid #ececec;
}
.woocommerce table.shop_table.cart_table td:last-child{
    border-right: 1px solid #ececec;
}
.woocommerce-cart table.cart td.product-thumbnail{
    min-width: 60px;
    padding: 30px 15px 30px 30px;
    width: 105px;
}
.woocommerce-cart table.cart .product-thumbnail img{
    width: 60px;
    height: 60px;
}
.woocommerce-cart table.cart td.product-name{
    padding-left: 15px;
}
.woocommerce table.shop_table.cart_table.cart .product-name a{
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #999999;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.woocommerce table.shop_table.cart_table.cart .product-name a:hover{
    color: #1fb4cc;
}
.woocommerce table.shop_table.cart_table.cart td.product-price{
    padding: 0 15px;
    font-size: 12px;
    line-height: 12px;
}
.shop_table.cart_table .quantityd input[type="number"]{
    margin: auto !important;
}
.woocommerce table.shop_table.cart_table.cart td.product-subtotal{
    padding: 0 15px;
    font-size: 12px;
    line-height: 12px;
    color: #232931;
    font-weight: 600;
}
.woocommerce table.shop_table.cart_table tbody tr td.actions{
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding: 30px 0 0 0;
}
.woocommerce table.shop_table.cart_table tbody tr td.actions .coupon{
    overflow: hidden;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
    width: 275px;
    height: 50px;
    padding: 0 25px;
    border: none;
    line-height: 50px;
    outline: none;
    background: #f1f1f1;
    margin-bottom: 30px;
    font-size: 12px;
    color: #999999;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 0;
    border: none;
    margin: 0;
}
.woocommerce-cart table.cart td.actions .coupon label{
    display: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text::-webkit-input-placeholder, 
.woocommerce-cart table.cart td.actions .coupon .input-text::-moz-placeholder, 
.woocommerce-cart table.cart td.actions .coupon .input-text::-moz-placeholder, 
.woocommerce-cart table.cart td.actions .coupon .input-text::-ms-input-placeholder{
    color: #999999;
    opacity: 1;
}
.woocommerce table.shop_table.cart_table tbody tr td.actions .coupon button.button{
    width: auto;
    height: 50px;
    background: #232931;
    padding: 2px 40px 0;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 1px;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    outline: none;
    border: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.woocommerce table.shop_table.cart_table tbody tr td.actions .coupon button.button:hover{
    background: #1fb4cc;
}
.woocommerce table.shop_table.cart_table tbody tr td.actions button.button[name="update_cart"]{
    width: auto;
    height: 50px;
    background: #232931;
    padding: 2px 40px 0;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 1px;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    outline: none;
    border: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.woocommerce table.shop_table.cart_table tbody tr td.actions button.button[name="update_cart"]:hover{
    background: #1fb4cc;
}
.woocommerce table.shop_table.cart_table tbody tr td.actions button.button[name="update_cart"]:disabled[disabled]:hover{
    background: #232931;
    cursor: not-allowed;
}
.woocommerce .cart_table a.remove{
    font-size: 16px;
    color: #232931 !important;
    background: transparent;
    width: auto;
    height: auto;
    line-height: 12px;
    border-radius: 0;
}
.woocommerce .cart_table a.remove:hover{
    color: #1fb4cc !important;
}
.cart-collaterals h2{
    font-size: 18px;
    color: #232931;
    line-height: .8;
    margin-bottom: 30px;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
    border-radius: 0;
    border: 1px solid #ececec;
    margin: 0 0 30px;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr th, 
.woocommerce-cart .cart-collaterals .cart_totals table tr td{
    padding: 10px 15px;
    font-size: 14px;
    color: #999;
    line-height: 25px;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr th{
    font-weight: 700;
    color: #232931;
}
.woocommerce ul#shipping_method{
    margin: 6px 0 0;
    padding: 0;
    line-height: .7;
}
.woocommerce ul#shipping_method li{
    margin: 0 0 18px;
    list-style: none;
    display: block;
    position: relative;
    padding: 0;
}
.woocommerce ul#shipping_method li label{
    font-size: 14px;
    color: #999;
    line-height: 1;
    text-transform: capitalize;
    display: block;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
}
.woocommerce ul#shipping_method li label .amount{
    color: #232931;
    font-weight: 600;
    font-size: 14px;
    margin-left: 5px;
    line-height: 1;
}
.woocommerce ul#shipping_method li input[type="radio"]{
    margin: 0;
    display: none;
}
.woocommerce ul#shipping_method li input[type="radio"]:checked + label{
    color: #1fb4cc;
}
.woocommerce ul#shipping_method li input[type="radio"]:checked + label .amount{
    color: #1fb4cc;
}
.woocommerce ul#shipping_method li label::before {
    background: transparent;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 15px;
    border: 2px solid #ececec;
}
.woocommerce ul#shipping_method li input:checked + label::after {
    background: #1fb4cc;
    bottom: 0;
    content: "";
    height: 5px;
    left: 5px;
    margin: auto;
    position: absolute;
    top: 1px;
    width: 5px;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination{
    font-size: 14px;
    color: #999;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 400;
    margin: 5px 0 10px;
    cursor: pointer;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination strong{
    color: #232931;
    line-height: 1.5;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button{
    font-size: 14px;
    color: #232931;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: underline;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button:hover{
    color: #1fb4cc;
}
.woocommerce form.woocommerce-shipping-calculator .form-row, 
.woocommerce form.woocommerce-shipping-calculator .shipping-calculator-form > p{
    padding: 0;
    margin: 0;
}
.shipping-calculator-form > p#calc_shipping_state_field span{
    width: 100%;
}
.shipping-calculator-form > p#calc_shipping_state_field span .select2-container--default .select2-selection--single .select2-selection__arrow b{
    left: auto;
    right: 15px;
}
.woocommerce form.woocommerce-shipping-calculator .form-row input.input-text{
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 25px;
    border: none;
    line-height: 50px;
    outline: none;
    background: #f1f1f1;
    margin-bottom: 15px;
    font-size: 12px;
    color: #999999;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 0;
}
.woocommerce form.woocommerce-shipping-calculator .form-row input.input-text::-webkit-input-placeholder, 
.woocommerce form.woocommerce-shipping-calculator .form-row input.input-text::-moz-placeholder, 
.woocommerce form.woocommerce-shipping-calculator .form-row input.input-text::-moz-placeholder, 
.woocommerce form.woocommerce-shipping-calculator .form-row input.input-text::-ms-input-placeholder{
    color: #999999;
    opacity: 1;
}
.woocommerce form .form-row .select2-container{
    line-height: inherit;
    margin-bottom: 15px;
    height: 50px;
}
.woocommerce .select2-container .select2-selection--single{
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 25px;
    border: none;
    line-height: 50px;
    text-align: left;
    outline: none;
    background: #f1f1f1;
    font-size: 12px;
    color: #999999;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 0;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 50px;
    background: #f1f1f1;
    color: #999999;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100%;
    right: 15px;
}
.woocommerce form.woocommerce-shipping-calculator button.button{
    width: auto;
    height: 50px;
    background: #232931;
    padding: 2px 40px 0;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 1px;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    outline: none;
    border: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.woocommerce form.woocommerce-shipping-calculator button.button:hover{
    background: #1fb4cc;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td .amount{
    color: #232931;
}
.woocommerce-cart .wc-proceed-to-checkout{
    padding: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    width: auto;
    height: 50px;
    line-height: 50px;
    background: #1fb4cc;
    padding: 0 40px 0;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 1px;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    outline: none;
    border: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
    background: #232931;
}
.woocommerce ul.product_list_widget li .sc_product a{
    color: #fff;
}
.woocommerce ul.product_list_widget li .sc_product a:hover{
    color: #1fb4cc;
}
.woocommerce ul.product_list_widget li .sc_product a.remove{
    color: #fff !important;
    background: transparent;
}
.woocommerce ul.product_list_widget li .sc_product a.remove:hover{
    color: #1fb4cc !important;
    background: transparent;
}

/* Checkout Page */
.drox_checkouts h3{
    font-size: 18px;
    color: #232931;
    line-height: .8;
    margin-bottom: 30px;
}
.woocommerce form.drox_checkouts .form-row{
    margin: 0;
    padding: 0;
}
.woocommerce form.drox_checkouts .woocommerce-input-wrapper{
    display: block;
    width: 100%;
}
.woocommerce form.drox_checkouts .form-row input.input-text{
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 25px;
    border: none;
    line-height: 50px;
    outline: none;
    background: #f1f1f1;
    margin-bottom: 15px;
    font-size: 12px;
    color: #999999;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 0;
}
.woocommerce form.drox_checkouts .form-row textarea.input-text{
    display: block;
    width: 100%;
    height: 150px;
    padding: 15px 25px;
    border: none;
    line-height: inherit;
    outline: none;
    background: #f1f1f1;
    margin-bottom: 15px;
    font-size: 12px;
    color: #999999;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 0;
    resize: none;
}
.woocommerce form.drox_checkouts .form-row .input-text::-webkit-input-placeholder, 
.woocommerce form.drox_checkouts .form-row .input-text:-moz-placeholder, 
.woocommerce form.drox_checkouts .form-row .input-text::-moz-placeholder, 
.woocommerce form.drox_checkouts .form-row .input-text::-ms-input-placeholder{
    color: #999999;
    opacity: 1;
}
#ship-to-different-address, .woocommerce form .create-account{
    padding-left: 25px;
    position: relative;
    text-transform: capitalize;
    line-height: .8;
    cursor: pointer;
    margin: 16px 0 30px;
    font-size: 18px;
    color: #232931;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.woocommerce form .create-account{
    margin-bottom: 14px;
}
#ship-to-different-address label, .woocommerce form .create-account label{
    margin: 0;
    line-height: inherit;
    cursor: pointer;
}
#ship-to-different-address input[type="checkbox"], .woocommerce form .create-account input[type="checkbox"]{
    display: none;
}
#ship-to-different-address label::before, .woocommerce form .create-account label:before {
    background: transparent;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 15px;
    border: 2px solid #ececec;
}
#ship-to-different-address input:checked + label::after, .woocommerce form .create-account input:checked + label::after {
    background: #1fb4cc;
    bottom: 0;
    content: "";
    height: 5px;
    left: 5px;
    position: absolute;
    top: 4px;
    width: 5px;
}
.woocommerce .drox_checkouts table.shop_table{
    border: 1px solid #ececec;
    border-radius: 0;
    margin-bottom: 30px;
    border-spacing: 0;
}
.woocommerce .drox_checkouts table.shop_table th{
    padding: 10px 15px;
    font-size: 14px;
    color: #232931;
    line-height: 25px;
    font-weight: 700;
}
.woocommerce .drox_checkouts table.shop_table td{
    padding: 10px 15px;
    font-size: 14px;
    color: #999;
    line-height: 25px;
}
.woocommerce .drox_checkouts table.shop_table .cart-subtotal td .amount,
.woocommerce .drox_checkouts table.shop_table .order-total td .amount{
    color: #232931;
}
.woocommerce-checkout.drox_checkouts #payment{
    background: #f1f1f1;
    border-radius: 0;
}
.woocommerce-checkout #payment ul.payment_methods{
    margin: 0;
    padding: 30px 30px;
    border-bottom: 1px solid #e9e9e9;
}
.woocommerce-checkout #payment ul.payment_methods li{
    padding-left: 25px;
    position: relative;
    text-transform: capitalize;
    line-height: 1;
    cursor: pointer;
    font-size: 14px;
    color: #232931;
    font-weight: 600;
    margin: 0 0 15px;
}
.woocommerce-checkout #payment ul.payment_methods li:last-child{
    margin-bottom: 0;
}
.woocommerce-checkout #payment ul.payment_methods li label{
    margin: 0;
    line-height: inherit;
    cursor: pointer;
}
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]{
    display: none;
}
.woocommerce-checkout #payment ul.payment_methods li label::before {
    background: transparent;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 15px;
    border: 2px solid #dfdcde;
    border-radius: 50%;
}
.woocommerce-checkout #payment ul.payment_methods li input:checked + label::after {
    background: #1fb4cc;
    bottom: 0;
    content: "";
    height: 5px;
    left: 5px;
    margin: 0;
    position: absolute;
    top: 4px;
    width: 5px;
    border-radius: 50%;
}
.woocommerce-checkout #payment div.payment_box {
    margin: 16px 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    padding: 11px 15px;
    background: #e9e9e9;
    color: #999;
}
.woocommerce-checkout #payment div.payment_box::before{
    border-bottom-color: #e9e9e9;
}
.woocommerce-checkout #payment div.form-row {
    padding: 26px 30px 30px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    display: inline-block;
    width: auto;
    height: 50px;
    background: #1fb4cc;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 1px;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding: 0 40px;
    outline: none;
    border: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover{
    background: #232931;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    margin: 0 0 30px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login{
    border-color: #ececec;
    border-radius: 0;
    margin: 30px 0;
    padding: 30px;
}
.woocommerce form.checkout_coupon p, .woocommerce form.login p{
    color: #999;
    margin: 0 0 15px;
    line-height: 25px;
    font-size: 14px;
}
.woocommerce form.checkout_coupon p.form-row{
    margin: 0;
    padding: 0;
    float: none;
    display: inline-block;
}
.woocommerce form.checkout_coupon .form-row input.input-text{
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 25px;
    border: none;
    line-height: 50px;
    outline: none;
    background: #f1f1f1;
    margin-bottom: 0;
    font-size: 12px;
    color: #999999;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 0;
}
.woocommerce form.checkout_coupon .form-row button{
    display: inline-block;
    width: auto;
    height: 50px;
    background: #232931;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 1px;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding: 0 40px;
    outline: none;
    border: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.woocommerce form.checkout_coupon .form-row button:hover{
    background: #1fb4cc;
}
.woocommerce p.return-to-shop a.button.wc-backward{
    display: inline-block;
    width: auto;
    height: 50px;
    line-height: 50px;
    background: #232931;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 1px;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding: 0 40px;
    outline: none;
    border: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.woocommerce p.return-to-shop a.button.wc-backward:hover{
    background: #1fb4cc;
}
.sb_details .woocommerce-error, .sb_details .woocommerce-info, .sb_details .woocommerce-message,
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    font-size: 14px;
    line-height: 21px;
    color: #999999;
    background: #f1f1f1;
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
}
.woocommerce-error strong{
    font-weight: 600;
    color: #232931;
}
.woocommerce form.login .form-row label{
    font-size: 14px;
    color: #232931;
    margin: 0 0 10px;
    line-height: .8;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.woocommerce form.login p.form-row{
    margin: 0;
    padding: 0;
}
.woocommerce form.login p.form-row input.input-text{
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 25px;
    border: none;
    line-height: 50px;
    outline: none;
    background: #f1f1f1;
    margin-bottom: 20px;
    font-size: 12px;
    color: #999999;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 0;
}
.woocommerce form.login .form-row label.woocommerce-form-login__rememberme{
    display: block;
    width: 100%;
    margin: 0 0 20px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
    display: inline-block;
    width: auto;
    height: 50px;
    background: #1fb4cc;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 1px;
    font-weight: 600;
    margin: 0 0 13px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding: 0 40px;
    outline: none;
    border: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover{
    background: #232931;
    color: #FFF;
}
.woocommerce form.login p.lost_password{
    margin: 0;
}
.woocommerce .woocommerce-order p.woocommerce-thankyou-order-received{
    background: #f1f1f1;
    padding: 15px 30px;
    margin-bottom: 2px;
}
.woocommerce ul.order_details{
    padding: 0;
    margin: 0 0 30px;
}
.woocommerce ul.order_details li{
    background: #f1f1f1;
    margin: 0;
    padding: 30px;
    width: 20%;
}
.woocommerce ul.order_details li strong{
    color: #232931;
}
.woocommerce .woocommerce-order-details{
    padding-top: 5px;
    margin-bottom: 35px;
}
h2.woocommerce-order-details__title{
    font-size: 18px;
    color: #232931;
    line-height: .8;
    margin-bottom: 30px;
}
.woocommerce table.shop_table.order_details{
    border: 1px solid #ececec;
    border-radius: 0;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
.woocommerce table.shop_table.order_details th{
    font-weight: 700;
    color: #232931;
    padding: 12px 15px;
}
.woocommerce table.shop_table.order_details thead tr th:first-child{
    width: 30%;
}
.woocommerce table.shop_table.order_details td{
    padding: 12px 15px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}
.woocommerce table.shop_table.order_details td a{
    color: #999;
}
.woocommerce table.shop_table.order_details td strong{
    color: #232931;
}
.woocommerce table.shop_table.order_details tfoot td .amount{
    font-weight: 600;
    color: #232931;
}
.woocommerce-customer-details h2{
    font-size: 18px;
    color: #232931;
    line-height: .8;
    margin-bottom: 30px;
}
.woocommerce .woocommerce-customer-details address{
    padding: 23px 30px;
    background: #f1f1f1;
    border: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 25px;
}
/* My Account */
.woocommerce-account .woocommerce-MyAccount-navigation{
    position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
    margin: 0;
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
    list-style: none;
    display: block;
    border-bottom: 2px solid #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    display: block;
    background: #f1f1f1;
    font-size: 14px;
    line-height: .8;
    color: #999;
    padding: 21px 15px;
    font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before{
    content: "\ec60";
    font-family: 'themewar';
    display: inline-block;
    position: relative;
    font-size: 12px;
    margin-right: 8px;
    font-weight: 400;

    transition: margin-right ease 300ms;
    -moz-transition: margin-right ease 300ms;
    -webkit-transition: margin-right ease 300ms;
    -ms-transition: margin-right ease 300ms;
    -o-transition: margin-right ease 300ms;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover, 
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
    background: #1fb4cc;
    color: #FFF;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before, 
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before{
    margin-right: 12px;
}
.woocommerce-account .woocommerce-MyAccount-content{
    padding-left: 7px;
}
.woocommerce-MyAccount-content p strong{
    color: #232931;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table{
    border: 1px solid #ececec;
    border-radius: 0;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table th{
    font-weight: 700;
    color: #232931;
    font-size: 14px;
    padding: 12px 15px;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table td{
    padding: 12px 15px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    vertical-align: middle;
}
.woocommerce table.my_account_orders .button{
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    background: #1fb4cc;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 1px;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding: 0 15px;
    outline: none;
    border: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.woocommerce table.my_account_orders .button:hover{
    background: #232931;
}
.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, 
.woocommerce .woocommerce-MyAccount-content a.button.alt{
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    background: #1fb4cc;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 1px;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding: 0 15px;
    outline: none;
    border: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, 
.woocommerce .woocommerce-message .button:hover, .woocommerce-page .woocommerce-error .button:hover, 
.woocommerce-page .woocommerce-info .button:hover, .woocommerce-page .woocommerce-message .button:hover, 
.woocommerce .woocommerce-MyAccount-content a.button.alt:hover{
    background: #232931;
    color: #fff;
}
.woocommerce-account .addresses .title h3{
    font-size: 18px;
    color: #232931;
    line-height: .8;
    margin-bottom: 30px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address address{
    padding: 23px 30px;
    background: #f1f1f1;
    border: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 25px;
}
.woocommerce .woocommerce-MyAccount-content form .form-row{
    margin: 0;
    padding: 0;
}
.woocommerce .woocommerce-MyAccount-content form .form-row input.input-text{
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 25px;
    border: none;
    line-height: 50px;
    outline: none;
    background: #f1f1f1;
    margin-bottom: 20px;
    font-size: 12px;
    color: #999999;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 0;
}
.edit_account_title{
    font-size: 18px;
    color: #232931;
    line-height: .8;
    margin: 10px 0 30px;
}
.woocommerce .woocommerce-MyAccount-content form  .button{
    display: inline-block;
    width: auto;
    height: 50px;
    background: #1fb4cc;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 1px;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding: 0 30px;
    outline: none;
    border: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.woocommerce .woocommerce-MyAccount-content form  .button:hover{
    background: #232931;
    color: #FFF;
}
.woocommerce .woocommerce-MyAccount-content form .form-row > span{
    display: block;
    width: 100%;
}
.address_edit_titles, .login_frm_heads{
    font-size: 18px;
    color: #232931;
    line-height: .8;
    margin: 0 0 30px;
}
.woocommerce .woo_login_pass form.login{
    margin: 0;
    padding: 0;
    border: none;
}
.woocommerce .woo_login_pass form.register{
    margin: 0;
    padding: 0;
    border: none;
}
.woocommerce form.register p.form-row, .woocommerce form.lost_reset_password .form-row{
    margin: 0;
    padding: 0;
}
.woocommerce form.register .form-row label, .woocommerce form.lost_reset_password .form-row label{
    font-size: 14px;
    color: #232931;
    margin: 0 0 10px;
    line-height: .8;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.woocommerce form.register p.form-row input.input-text, .woocommerce form.lost_reset_password .form-row input.input-text {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 25px;
    border: none;
    line-height: 50px;
    outline: none;
    background: #f1f1f1;
    margin-bottom: 20px;
    font-size: 12px;
    color: #999999;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 0;
}
.woocommerce form.register .woocommerce-form-register__submit, .woocommerce form.lost_reset_password button {
    display: inline-block;
    width: auto;
    height: 50px;
    background: #232931;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 1px;
    font-weight: 600;
    margin: 0 0 13px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding: 0 40px;
    outline: none;
    border: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.woocommerce form.register .woocommerce-form-register__submit:hover, 
.woocommerce form.lost_reset_password button:hover{
    background: #1fb4cc;
    color: #FFF;
}

/* Single Member Page */
.singleMemberSection{
    position: relative;
    padding: 100px 0;
}
.td_thumbs{
    position: relative;
}
.td_thumbs img{
    width: 100%;
    height: auto;
}
.member_details_area{
    position: relative;
    padding-top: 0;
}
.member_details_area h3{
    font-size: 25px;
    line-height: .8;
    letter-spacing: 0.80px;
    text-transform: uppercase;
    color: #232931;
    display: block;
    margin: 0 0 9px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.member_details_area h5{
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #999;
    text-transform: uppercase;
    position: relative;
    line-height: .8;
    display: inline-block;
    margin-bottom: 32px;
    padding-bottom: 4px;
}
.member_details_area h5:after {
    width: 100%;
    height: 1px;
    content: '';
    background: #999;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 1px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.mem_det{
    margin-bottom: 26px;
    line-height: 25px;
}
.mem_det p{
    margin: 0 0 16px;
}
.mem_det p:last-of-type, .mem_det p:last-child{
    margin: 0;
}
.member_meta{
    margin: 0 0 40px;
    padding: 0;
}
.member_meta li{
    text-transform: none;
    color: #999;
    display: block;
    padding: 9px 0;
    border-bottom: 1px solid #ececec;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}
.member_meta li i {
    display: inline-block;
    color: #1fb4cc;
    font-size: 18px;
    line-height: 21px;
    position: relative;
    bottom: -1px;
}
.member_meta li span {
    font-weight: 600;
    display: inline-block;
    padding: 0 10px;
    color: #232931;
}
.memSocial {
    margin: 0 0;
    line-height: .8;
}
.memSocial > a {
    color: #232931;
    font-size: 12px;
    margin-right: 22px;
}
.memSocial > a:hover{
    color: #1fb4cc;
}
.memSocial > a:hover span{
    color: #232931;
}
.memSocial a span {
    text-transform: uppercase;
    font-weight: 600;
    color: #999;
    margin-left: 5px;
    letter-spacing: .48px;
}
.mem_facts{
    background: #17191b;
    padding: 0 0;
}
.MEMBR{
    border-right: 1px solid #1a1a1a;
}
.mem_fact{
    position: relative;
    padding: 125px 0;
}
.mem_fact h1{
    font-size: 60px;
    line-height: .8;
    letter-spacing: 0;
    font-weight: 300;
    color: #fff;
    margin: 0 0 25px;
    position: relative;
    padding-left: 75px;
}
.mem_fact.mef_fact_noicon h1{
    padding-left: 0;
}
.mem_fact h1 i{
    line-height: 1;
    display: inline-block;
    font-size: 50px;
    position: absolute;
    left: 0;
    top: 0;
    color: #1fb4cc;
}
.mem_fact h3{
    text-transform: uppercase;
    font-size: 14px;
    line-height: .8;
    color: #FFF;
    letter-spacing: 0;
    margin: 0;
    padding-left: 75px;
}
.mem_fact.mef_fact_noicon h3{
    padding-left: 0;
}
.sectionColleague{
    position: relative;
    padding: 100px 0;
}
.coleague_title{
    font-size: 18px;
    color: #232931;
    line-height: .8;
    margin: 0 0 30px;
}
.content_none_drox{
    position: relative;
}
.content_none_drox h2{
    line-height: .8;
    margin: 0 0 15px;
}
.content_none_drox p{
    margin-bottom: 30px;
}
.content_none_drox .search_form{
    position: relative;
    margin: 0;
    padding: 0;
    width: 300px;
    max-width: 100%;
}
.content_none_drox .search_form input {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    border-radius: 0;
    background: #f1f1f1;
    font-size: 12px;
    line-height: 50px;
    color: #999999;
    padding: 0 25px;
}
.content_none_drox .search_form input::-moz-placeholder{
    color: #999999;
    opacity: 1;
}
.content_none_drox .search_form input::-ms-input-placeholder{
    color: #999999;
    opacity: 1;
}
.content_none_drox .search_form input::-webkit-input-placeholder{
    color: #999999;
    opacity: 1;
}
.content_none_drox .search_form button{
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border: none;
    outline: none;
    z-index: 2;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background: transparent;
    color: #999999;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.content_none_drox .search_form button:hover{
    color: #1fb4cc;
}
.logged-in header{
    top: 32px;
}
.logged-in header.relative_header{
    top: 0;
}
.copyright_absolute{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 4;
}
.copyright_transparent{
    background: transparent;
    z-index: 4;
}
.copyright_transparent .copys_01 a{
    color: #232931;
}
.copyright_transparent .copys_01 a:hover{
    color: #1fb4cc;
}
.preview{
    position: relative;
}
.preview:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(23, 25, 27, .0);
}
.preview img{
    width: 100%;
    height: auto;
}
.preview a{
    position: absolute;
    z-index: 2;
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 180px;
    padding: 0 10px;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
}
.preview:hover a{
    visibility: visible;
    opacity: 1;
}
/* Mega Menu Css */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link{
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
    font-weight: 600 !important;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
    display: none;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 18px;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, 
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{
    font-family: 'Poppins', sans-serif;
    line-height: 32px;
    font-weight: 600 !important;
}
.header_01.header_dark_mode #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link{
    color: #232931;
}
.header_01.header_dark_mode #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:hover > a.mega-menu-link{
    color: #1fb4cc;
}
.relative_header.header_dark_mode #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link{
    color: #fff;
}
.relative_header.header_dark_mode #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:hover > a.mega-menu-link{
    color: #1fb4cc;
}
/*.h02.relative_header.header_light_mode #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link{
    color: #232931;*/
}
.h02.relative_header.header_light_mode #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:hover > a.mega-menu-link{
    color: #1fb4cc;
}
.in_container.relative_header.header_light_mode #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link,
.in_container_fulide.relative_header.header_light_mode #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link{
    color: #232931;
}
.in_container.relative_header.header_light_mode #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:hover > a.mega-menu-link,
.in_container_fulide.relative_header.header_light_mode #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:hover > a.mega-menu-link{
    color: #1fb4cc;
}
.header_01.h02 #mega-menu-wrap-primary-menu #mega-menu-primary-menu{
    text-align: center;
}
.mega-menu-primary-menu #mega-menu-wrap-primary-menu .mega-menu-row ul.mega-sub-menu ul.mega-sub-menu{
    border-right: 1px solid rgba(255, 255, 255, .05) !important;
}
.mega-menu-primary-menu #mega-menu-wrap-primary-menu .mega-menu-row .no-border ul.mega-sub-menu ul.mega-sub-menu{
    border-right: none !important;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{
    margin-left: 30px;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item .mega-indicator{
    display: block;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-flyout li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    content: '...' !important;
    color: #fff;
    font-size: 21px;
    line-height: .8;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}
.in_container_fulide.relative_header #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{
    position: absolute;
    left: auto;
    top: 0;
    right: 100%;
    margin: 0 30px 0 0;
}




