body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    font-weight: 400;
    height: 100%;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    background-color: #e9f0ec;
    overflow-x: hidden;
    counter-reset: service-box;
}
span[class*=" gym-builder-icon-"]:before,
span[class^="gym-builder-icon-"]:before{
    font-family: gym-builder-icons!important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.alignleft {
    float: left;
    margin-bottom: 15px;
    margin-right: 25px;
    margin-top: 10px;
}
.alignright {
    float: right;
    margin-left: 25px;
    margin-top: 10px;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 15px;
}
a {
    color: #016A7B;
    text-decoration: none;
    transition: all 0.3s;
}
a:focus {
    outline: 0px solid;
    text-decoration: none;
    outline: 0 none;
}

a:focus,
a:active {
    text-decoration: none;
    outline: 0 none;
    box-shadow: none!important;
}
a:hover {
    color: #016A7B;
    text-decoration: none;
    outline: 0 none;
}
img {
    max-width: 100%;
    height: auto;
}
.fix {
    overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1400px ) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px;
    }
}
p {
    margin: 0 0 20px 0;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 20px 0;
    color: #000000;
}
h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 50px;
}
h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
}
h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
}
h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}
h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}
h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}
.clear {
    clear: both;
}
.clear:after {
    clear: both;
    content: "";
    display: block;
}
#wrapper {
    overflow: hidden;
    transition: all 0.5s ease-out;
}
.gbyoga-btn{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-decoration: none;
    box-shadow: none;
    font-family: var(--gbyoga-heading-font);
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-style: normal;
    padding: 18px 35px;
    border: none;
    border-radius: 50px;
    transition: all .3s;
    z-index: 1;
    color: #fff;
    background-color: var(--gbyoga-primary-color);
}
.gbyoga-btn .icon{
    line-height: 0;
    font-size: 26px;
}
.gbyoga-btn .icon i:before{
    display: inline-block;
    transition: transform 0.4s ease-in-out;
    transform: scale(1) translate(0, 0);
}
.gbyoga-btn:hover{
    background-color: var(--gbyoga-secondary-color);
    color:#fff;
}
.gbyoga-btn:hover .icon i:before{
    transform: scale(1) translate(5px, 0);
}
/*-------------------------------------
#. Header
---------------------------------------*/
.trheader .site-header {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 999;
}
@media(max-width: 991px) {
    .trheader .site-header {
        position: inherit;
    }
}
/* Mobile Multi Column Menu */
.mean-container .mega-menu.hide-header > ul > li {
    border-top: none;
}
.mean-container .mega-menu.hide-header > ul > li > a {
    display: none;
}
.mean-container .mega-menu.hide-header > ul > li > ul {
    display: block !important;
}
/*Header Search*/
.header-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.header-search .header-search-form,
.header-search .stylish-input-group,
.header-search .custom-search-input {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.header-search .stylish-input-group input[type=search],
.header-search .header-search-form input[type=search],
.header-search .custom-search-input input[type=text] {
    width: 54%;
    height: 70px;
    color: #fff;
    font-size: 24px;
    flex: initial;
    text-align: left;
    border: none;
    border-radius: 0;
    margin: 0px auto;
    padding: 20px 35px 20px 20px;
    outline: none;
    background: transparent;
    border-bottom: 2px solid #016A7B;;
    line-height: 28px;
}
@media (max-width: 425px) {
    .header-search .stylish-input-group input[type=search],
    .header-search .header-search-form input[type=search],
    .header-search .custom-search-input input[type=text] {
        width: 70%;
    }
}
.header-search .stylish-input-group input::-webkit-input-placeholder,
.header-search .header-search-form input::-webkit-input-placeholder,
.header-search .custom-search-input input::-webkit-input-placeholder {
    color: #cfcfcf;
}
.header-search .stylish-input-group input:-ms-input-placeholder,
.header-search .header-search-form input:-ms-input-placeholder,
.header-search .custom-search-input input:-ms-input-placeholder {
    color: #cfcfcf;
}
.header-search .stylish-input-group input:-moz-placeholder,
.header-search .header-search-form input:-moz-placeholder,
.header-search .custom-search-input input:-moz-placeholder {
    color: #cfcfcf;
}
.header-search .header-search-form .search-btn,
.header-search .stylish-input-group .btn,
.header-search .custom-search-input .btn {
    padding: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    color: #cfcfcf;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0px;
    margin-left: -32px;
    background: transparent;
    line-height: 29px;
    z-index: 12;
    transition: all 300ms;
}
.header-search .header-search-form .search-btn i {
    line-height: 28px;
}
.header-search .header-search-form .search-btn:hover,
.header-search .stylish-input-group .btn:hover,
.header-search .custom-search-input .btn:hover {
    color: var(--gbyoga-primary-color);
}
.header-search .stylish-input-group .btn,
.header-search .custom-search-input .btn {
    position: absolute;
    left: 20%;
}
.header-search .stylish-input-group input:focus,
.header-search .stylish-input-group .search-btn:focus,
.header-search .stylish-input-group .btn:focus,
.header-search .custom-search-input input:focus,
.header-search .header-search-form .search-btn:focus,
.header-search .custom-search-input .btn:focus {
    box-shadow: none;
    outline: none;
}
.header-search.open {
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    visibility: visible;
}
.header-search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    margin: 0 auto;
    color: #ffffff;
    border-radius: 3px;
    border: none;
    opacity: 1;
    visibility: visible;
    padding: 3px 15px 5px;
    font-size: 70px;
    font-weight: 300;
    cursor: pointer;
    background: transparent;
    transition: all 300ms;
}
.header-search .close:focus {
    box-shadow: none;
    border: none;
    outline: none;
}
.header-search .close:hover {
    transform: scale(1.2);
    opacity: 1 !important;
}

/* Sticky Header */
.header-menu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    background-color: #e9f0ec;
}
.admin-bar .gbyoga-sticky {
    top: 32px;
}
.gbyoga-sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 12px 12px 0 rgb(0 0 0 / 16%);
    min-height: 65px;
    background-color: #e9f0ec;
}
/* Transparent Header */
.trheader .offcanvas-menu-wrap button.offcanvas-btn-dark .menu-btn-icon > span {
    background-color: #ffffff;
}
/*new*/
.trheader .site-header .main-navigation nav > ul > li > a,
.trheader .site-header .main-navigation .menu > li > a {
    color: #010101;
}
.trheader .site-header .header-icon-area .search-box .search-button i {
    color: #ffffff;
}
.trheader.non-stickh .header-area {
    background: #fff;
}
/*common transparent*/
.trheader .header-area {
    background: transparent;
}
@media(max-width:991px){
    .trheader .header-area{
        border-bottom: 0;
    }
}
/* Header text Logo */
.site-header .site-branding a.dark-logo.text-logo {
    display: table-cell;
    vertical-align: middle;
}
.site-header .site-branding h1{
    margin-bottom: 0;
}
.site-header .site-branding a{
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    text-transform: capitalize;

}
.site-header .site-branding a.dark-logo{
    color: #016A7B;
}
.site-header .site-branding a.light-logo{
    color: #fff;
}
.site-header .site-branding a.light-logo {
    display: none;
}

.site-header .gbyoga-sticky .site-branding a.dark-logo.text-logo{
    display: table-cell;
    vertical-align: middle;
}
.site-header .gbyoga-sticky .site-branding a.light-logo.text-logo{
    display: none;
}
/*transparent header text logo*/

.trheader .site-header .site-branding a.dark-logo.text-logo {
    display: none;
}
.trheader .site-header .site-branding a.light-logo.text-logo {
    display: table-cell;
    vertical-align: middle;
}
.trheader  .site-header .gbyoga-sticky .site-branding a.dark-logo.text-logo {
    display: table-cell;
    vertical-align: middle;
}
.trheader .site-header .gbyoga-sticky .site-branding a.light-logo.text-logo{
    display: none;
}


/* Header img Logo */
.site-header .site-branding a.dark-logo.img-logo {
    display: table-cell;
    vertical-align: middle;
}
.site-header .site-branding a.light-logo.img-log {
    display: none;
}
.site-header .site-branding a img {
    max-width: 192px;
    width: 100%;
}
.gbyoga-sticky .site-branding a img{
    max-width: 192px;
    width: 100%;
}


/*transparent header img logo*/
.trheader .site-header .site-branding a.dark-logo.img-logo {
    display: none;
}
.trheader .site-header .site-branding a.light-logo.img-logo {
    display: table-cell;
    vertical-align: middle;
}
.trheader .site-header .gbyoga-sticky  .site-branding a.light-logo.img-logo{
    display: none;
}
.trheader  .site-header .gbyoga-sticky .site-branding a.dark-logo.img-logo{
    display: table-cell;
    vertical-align: middle;
}
/* Header img Logo end */
.trheader .header-area .header-menu {
    background-color: transparent;
}
.trheader .header-area .header-menu.gbyoga-sticky {
    background-color: #e9f0ec;
}
/* Main Navigation */
.main-navigation .menu .menu-item-has-children{
    position: relative;
}
.main-navigation .menu .menu-item-has-children a{
    position: relative;
}
.main-navigation .menu .menu-item-has-children > a:after{
    content: "";
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: var(--gbyoga-primary-color);
    border-radius: 50%;
}
.site-header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.site-header .main-navigation nav ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}
.site-header .main-navigation nav ul li a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
    padding: 34px 0;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}
.site-header .main-navigation nav > ul > li > a{
    transition: none;
}
.fallbackcd-menu-item .fallbackcd {
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #000000;
    padding: 34px 15px;
    text-transform: capitalize;
    transition: all ease 0.31s;
}
@media(max-width:1199px){
    .site-header .main-navigation nav ul li a{
        font-size: 15px!important;
    }
}
.site-header .main-navigation nav > ul > li{
    padding: 0 16px;
}
.site-header .main-navigation nav > ul > li.menu-item-has-children{
    padding-right: 25px;
}
.site-header .main-navigation nav > ul > li:last-child{
    padding-right: 0;
}
.site-header .main-navigation nav > ul > li:first-child{
    padding-left: 0;
}
.site-header .main-navigation nav ul li.has-no-icon a{
    padding-right: 0;
}

@media(min-width:992px) and (max-width:1191px){
    .site-header .main-navigation nav ul li a{
        padding: 40px 0;
    }
    .site-header .main-navigation nav > ul > li{
        padding: 0 13px;
    }
}
.site-header .main-navigation nav ul li a:hover{
    color: #016A7B;
}

.site-header .main-navigation ul.menu > li.current-menu-item > a,
.site-header .main-navigation ul.menu > li.current > a {
    color: var(--gbyoga-primary-color);
    position: relative;
}

/* Submenu */
.site-header .main-navigation ul li ul {
    text-align: left;
}

.site-header .main-navigation ul li ul li:last-child {
    border-bottom: none;
}
.site-header .main-navigation ul li ul li{
    padding: 0 25px;
}
.site-header .main-navigation ul li ul li a {
    position: relative;
    overflow: hidden;
    display: block;
    color: #000;
    text-transform: inherit;
    padding: 10px 0;
    font-weight: 500;
    font-size: 14px;
    z-index: 2;
    transition: all 140ms ease-in-out;
}
.site-header .main-navigation ul.menu li ul.sub-menu  li.menu-item-has-children > a:after{
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 700;
    transition: transform 0.4s ease 0s;
}
.site-header .main-navigation ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    margin: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
    text-align: left;
    box-shadow: 0px 0px 90px 0px rgb(0 0 0 / 10%);
    visibility: hidden;
    padding: 15px 0;
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    opacity: 0;
    z-index: 100;
    transform: scaleY(0);
    transform-origin: 0 0 0;
}
@media(min-width:991px){
    .site-header .main-navigation ul  li.mega-menu >  ul:after,
    .site-header .main-navigation ul > li > ul:after{
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        top: 0;
        background-color: #016A7B;
    }
    .site-header .main-navigation ul  li.mega-menu  ul li ul:after{
        display: none!important;
    }
}
.site-header .main-navigation ul > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
    transform: scaleY(1);
}

.site-header .main-navigation ul.menu li.mega-menu li ul{
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.site-header .main-navigation ul > li > ul li ul {
    left: 220px;
    top: 0;
    width: 220px;
}
.site-header .main-navigation ul > li:hover > ul li ul {
    top: 0;
}
.site-header .main-navigation ul li ul li {
    display: block;
    border-bottom: none;
    border-left: none;
    background-color: #ffffff;
}
.site-header .main-navigation ul li ul li:last-child {
    border-bottom: none;
}
/*Menu hover effect*/
.site-header .main-navigation ul.menu li ul.sub-menu li{
    position: relative;
}
.site-header .main-navigation ul li ul li a{
    position: relative;
    transition: all 0.5s ease 0s;
}
.site-header .main-navigation ul li ul li a::before{
    content: "";
    position: absolute;
    left: -12px;
    top: 20px;
    background-color: #016A7B;
    width: 7px;
    height: 2px;
    transition: all 0.4s ease;

}

.site-header .main-navigation ul li ul li a:hover:before{
    left: 0;
}
.site-header .main-navigation ul.menu li ul.sub-menu li a:hover {
    color: var(--gbyoga-primary-color);
    padding-left: 15px;
}
.site-header .main-navigation ul li ul li a{
    position: relative;
}

/* Mega Menu */
.site-header .main-navigation ul li.mega-menu {
    position: static;
}
.site-header .main-navigation ul li.mega-menu:hover ul {
    opacity: 1;
    visibility: visible;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li {
    background-color: inherit;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li a:last-child {
    border-bottom: none;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li a {
    color: #010101;
    padding-left: 15px;
    transition: all 0.5s ease 0s;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu {
    background-color: #ffffff;
    width: 100%;
    max-width: 1146px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 15px;
    display: flex;
    justify-content: space-around;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li {
    display: inline-block;
    margin: 0 15px;
    width: 100%;
    border: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li ul {
    top: 0;
    position: relative;
    width: inherit;
    left: inherit;
    box-shadow: none;
    border-top: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu li:after {
    content: '';
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #016A7B;
    width: 0;
    height: 2px;
    transition: all 0.4s ease;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a {
    font-size: 15px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a {
    font-weight: 500;
}
.site-header .main-navigation ul li.mega-menu.hide-header > ul.sub-menu > li > a {
    display: none;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li a {
    padding-left: 0;
}
.site-header .main-navigation ul li.mega-menu>ul.sub-menu>li>a{
    font-weight: 500;
    margin-bottom: 1px;
    font-size: 16px;
    color: #000;
}
.site-header .main-navigation ul li.mega-menu ul>li>a:after{
    display: none;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li{
    padding-left: 0;
}
.site-header .main-navigation ul li.mega-menu.menu-two-column,
.site-header .main-navigation ul li.mega-menu.menu-three-column {
    position: relative;
}
.site-header .main-navigation ul li.mega-menu.menu-two-column > ul.sub-menu {
    width: 535px;
}
.site-header .main-navigation ul li.mega-menu.menu-three-column > ul.sub-menu {
    width: 750px;
}
/*Mega Menu hover effect*/
.site-header .main-navigation ul.menu li.mega-menu ul.sub-menu li:after,
.site-header .main-navigation ul.menu li.mega-menu ul.sub-menu li.menu-item-has-children:before {
    display: none;
}
.site-header .main-navigation ul li.mega-menu>ul.sub-menu >li a:hover::before{
    display: none;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li a:hover{
    padding-left: 0;
}
.site-header .main-navigation ul.menu li.mega-menu ul.sub-menu li a:hover {
    color: var(--gbyoga-primary-color);
}
.site-header .main-navigation ul.menu li.mega-menu ul.sub-menu  li li a:hover{
    padding-left: 15px;
}
.site-header .main-navigation ul li.mega-menu ul li:hover:before{
    width: 7px;
    left: 0;
}
/* Sticky header */
.trheader .site-header .gbyoga-sticky .main-navigation ul li a{
    color: #000;
}
.gbyoga-sticky  .additional-menu-area span.side-menu-trigger span,
.gbyoga-sticky  .additional-menu-area span.side-menu-trigger span:before{
    background-color: #fff;
}

/* Transparent Header */
.site-header .gbyoga-sticky .main-navigation ul.menu > li.current-menu-item > a{
    color:#016A7B;
}
.site-header .header-actions{
    display: flex;
    align-items: center;
    gap:20px;
}
.site-header .header-btn{
    border-radius: 0px 0px 0px 30px;
    position: relative;
    padding: 20px 0px 22px 20px;
    margin-left: 30px;
}
.site-header .phone .icon,
.site-header .search-icon a{
    font-size: 16px;
    width: 48px;
    height: 48px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}
/*Header Style 1*/
.header-style-1 .header-right{
    display: flex;
    align-items: center;
}

.trheader.header-style-1 .header-btn{
    background-color: #e9f0ec;
}
.header-style-1 .phone a{
    display: block;
}

.header-style-1 .search-icon{
    margin-right: 80px;
}
.header-style-1 .phone .icon,
.header-style-1 .search-icon a{
    color: #fff;
    background-color: var(--gbyoga-primary-color);
}
.header-style-1 .phone .icon{
    margin-right: 3px;
}
.header-style-1 .phone .icon i{
    margin-top: 1px;
}
.header-style-1 .phone .number{
    font-weight: 500;
}
.header-style-1 .phone .icon:hover,
.header-style-1 .search-icon a:hover{
    background-color: var(--gbyoga-secondary-color);
}
.header-style-1 .header-shape{
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(-90deg);
}
.header-style-1 .header-top-left-shape{
    top: 0;
    left: -30px;
}
.header-style-1 .header-bottom-right-shape{
    bottom: -30px;
    right: 6px;
}
.trheader  .header-menu.gbyoga-sticky .header-bottom-right-shape{
    opacity: 0;
}
.header-style-1.trheader .site-header .gbyoga-sticky .site-branding a.light-logo.text-logo{
    display: none;
}
.header-style-1.trheader .site-header .gbyoga-sticky .site-branding a.dark-logo.text-logo{
    display: table-cell;
}

.header-style-1.trheader .site-header .main-navigation .menu > li > a{
    color:#fff;
}
.header-style-1.trheader .main-navigation .menu .menu-item-has-children > a:after{
    background-color:#fff;
}
.header-style-1 .site-header .main-navigation ul.menu > li.current-menu-item > a{
    color: var(--gbyoga-secondary-color);
}
.header-style-1.trheader .phone a .number{
    transition: all 0.5s ease-in-out;
}
.header-style-1.trheader .phone a{
    color:#fff;
}
.header-style-1.trheader .phone .icon,
.header-style-1.trheader .search-icon a{
    background-color: #fff;
    color:#181a17;
    transition: all 0.5s ease-in-out;
}
.header-style-1.trheader .phone .icon:hover,
.header-style-1.trheader .search-icon a:hover{
    background-color: var(--gbyoga-secondary-color);
    color:#fff;
}
.header-style-1.trheader .phone a:hover .number{
    color: var(--gbyoga-secondary-color);
}
.header-style-1.trheader .search-icon a:hover svg path{
    stroke: #fff;
}
.header-style-1.trheader .search-icon svg path{
    stroke: #181a17;
}
.header-style-1.trheader .site-header .gbyoga-sticky .main-navigation .menu > li > a{
    color:#181a17;
}
.header-style-1.trheader .gbyoga-sticky .main-navigation .menu .menu-item-has-children > a:after{
    background-color:#181a17;
}
.header-style-1.trheader .gbyoga-sticky .phone a .number{
    color:#181a17;
}
.header-style-1 .site-header .gbyoga-sticky .main-navigation ul.menu > li.current-menu-item > a{
    color:var(--gbyoga-secondary-color);
}
@media(min-width:1200px){
    .trheader .site-content:before{
        display: unset;
    }

}

/*Header Style 2*/
.header-style-2 .header-right{
    display: flex;
    align-items: center;
    gap: 30px;
}
.header-style-2 .header-actions .phone a{
    display: flex;
    align-items: center;
    gap:5px;
}
.header-style-2 .header-actions .search-icon a,
.header-style-2 .header-actions .phone .icon{
    color: #181a17;
    background-color:#fff;
}
.header-style-2 .header-actions  .search-icon svg path{
    stroke: #181a17;
}
.header-style-2 .header-actions .phone .icon i{
    margin-top: 3px;
}
.header-style-2 .phone .icon:hover,
.header-style-2 .search-icon a:hover{
    background-color: var(--gbyoga-secondary-color);
    color:#fff;
}
.header-style-2 .phone .number{
    color:#181a17;
    font-weight: 500    ;
}
.header-style-2 .gbyoga-btn{
    background-color: var(--gbyoga-secondary-color);
}
.header-style-2 .gbyoga-btn:hover{
    background-color: var(--gbyoga-primary-color);
}
.header-style-2.trheader .site-header .gbyoga-sticky .site-branding a.light-logo.text-logo{
    display: none;
}
.header-style-2.trheader .site-header .gbyoga-sticky .site-branding a.dark-logo.text-logo{
    display: table-cell;
}
@media (min-width: 992px) {
    .header-style-2 .header-menu .container,
    .header-style-1 .header-menu .container {
        max-width: 1900px !important;
    }
    .header-style-2 .header-menu .container{
        padding: 0 50px!important;
    }
    .header-style-1 .header-menu .site-branding{
        padding-left: 60px
    }
}
/*Header Style 3*/
.header-style-3 .header-right{
    display:flex;
    align-items: center;
}
.header-style-3  .search-icon a{
    background-color: var(--gbyoga-secondary-color);
}
.header-style-3 .menu-wrapper{
    display: flex;
    align-items: center;
    gap:65px;
}
.header-style-3 .main-navigation{
    background-color: #fff;
    padding: 0 35px;
    border-radius: 30px;
}
.header-style-3 .site-header .main-navigation nav > ul > li > a{
    padding: 20px 0;
}
.header-style-3 .gbyoga-btn{
    background-color: var(--gbyoga-secondary-color);
}
.header-style-3 .gbyoga-btn:hover{
     background-color: var(--gbyoga-primary-color);
 }

.trheader.header-style-3 .site-header .main-navigation nav > ul > li > a:hover{
    color:var(--gbyoga-primary-color);
}
/*Header mobile responsive*/
@media all and (max-width: 767px) {
    .site-header .site-branding {
        display: block;
        height: inherit;
        padding: 20px 0;
        text-align: center;
    }
    .site-header .site-branding a {
        display: block;
        vertical-align: inherit;
    }
    .site-header .site-branding,
    .header-firstrow-right {
        display: block;
        height: inherit;
    }
    .site-header .site-branding {
        padding: 0 0 10px 0px;
    }
    .site-header .site-branding a img {
        max-height: 35px;
    }
    .site-header .main-navigation ul {
        text-align: center;
    }
    .site-header .main-navigation ul li a {
        padding: 10px 15px;
    }

    .header-firstrow-wrap {
        padding-top: 10px;
    }
    .site-header .site-branding,
    .header-firstrow {
        display: block;
        height: inherit;
        text-align: center;
        padding-top: 0;
        padding-bottom: 10px;
    }
    .header-firstrow-contents {
        display: block;
    }
    .header-firstrow-contents-right {
        text-align: center;
    }
    .site-header .site-branding {
        float: none;
        height: inherit;
    }
    .site-header .main-navigation {
        float: none;
    }
    .site-header .main-navigation ul.menu > li > a {
        padding: 10px 15px;
        border-left: none;
    }
}

.main-navigation ul li span.new-menu {
    background: #ff1f1f;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 5px 3px 5px;
    margin-left: 2px;
}
/*Mobile Menu Css*/
.mean-container .mean-bar{
    border-bottom: none!important;
}
.mean-container .mean-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border-bottom: 1px solid rgba(181, 181, 181, 0.3);
    float: none;
    position: relative;
    padding: 15px 15px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    transition: all 0.3s linear;
}
.mean-container .mean-bar h1{
    margin-bottom: 0;
}
.mean-container .mobile-mene-bar {
    position: relative;
}
.mean-container.mobile-sticky .mobile-mene-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0;
    right: 0;
    background-color: transparent;
    transition: background 0.2s ease, padding 0.8s linear;
}
.gbyoga-slide-nav .offscreen-navigation .sub-menu {
    display: none;
}
.gbyoga-slide-nav .offscreen-navigation nav > ul {
    padding-top: 10px;
    padding-bottom: 10px;
}
.gbyoga-slide-nav .offscreen-navigation ul li {
    position: relative;
}
.gbyoga-slide-nav .offscreen-navigation ul li > span {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    cursor: pointer;
}
.gbyoga-slide-nav .offscreen-navigation ul li:last-child {
    border-bottom: none;
}
.gbyoga-slide-nav .offscreen-navigation ul li > a {
    display: block;
    position: relative;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    background: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
}
.gbyoga-slide-nav .offscreen-navigation ul > li > a {
    padding-left: 12px;
}
.gbyoga-slide-nav .offscreen-navigation ul ul > li > a {
    padding-left: 36px;
}
.gbyoga-slide-nav .offscreen-navigation ul ul ul > li > a {
    padding-left: 60px;
}
.gbyoga-slide-nav .offscreen-navigation ul > li > a:hover {
    padding-left: 24px;
}
.gbyoga-slide-nav .offscreen-navigation ul ul > li > a:hover {
    padding-left: 44px;
}
.gbyoga-slide-nav .offscreen-navigation ul ul ul > li > a:hover {
    padding-left: 72px;
}
.gbyoga-slide-nav .offscreen-navigation .sub-menu li > a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding-bottom: 7px;
    padding-top: 7px;
    color: #000;
}
.gbyoga-slide-nav .offscreen-navigation li.current-menu-item > a,
.gbyoga-slide-nav .offscreen-navigation li.current-menu-parent > a {
    color:var(--gbyoga-primary-color);
}
.gbyoga-slide-nav .offscreen-navigation ul li > span:after {
    content: '\f1fd';
    display: inline-block;
    font-family: "gym-builder-icons";
    transition: .1s;
    right: 15px;
    font-weight: 700;
    position: absolute;
    font-size: 13px;
    color: #000;
}
.gbyoga-slide-nav .offscreen-navigation ul li > span.open:after {
    content: '\f1fe';
    color: var(--gbyoga-primary-color);
}
.gbyoga-slide-nav .offscreen-navigation ul li > a:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 0px;
    top: 0;
    transform: translateY(0);
    background: #000;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.31s;
}
.gbyoga-slide-nav .offscreen-navigation ul li > a:hover:before {
    background: var(--gbyoga-primary-color);
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
    transition: all ease 0.31s;
}
.gbyoga-slide-nav .offscreen-navigation ul li > a:before {
    left: 12px;
}
.gbyoga-slide-nav .offscreen-navigation ul ul li > a::before {
    left: 32px;
}
.gbyoga-slide-nav .offscreen-navigation ul ul ul li > a::before {
    left: 60px;
}
.mean-bar .header-btn-new.mobile-btn {
    position: absolute;
    right: 12%;
    top: 8px;
}
.mean-bar .sidebarBtn{
    font-size: 20px;
    cursor: pointer;
    color: #000000;
    margin-left: auto;
}
.mean-bar .sidebarBtn {
    display: block;
    cursor: pointer;
    transition: all ease 0.31s;
}
.mean-bar .sidebarBtn .bar {
    background: #000000;
    height: 2px;
    width: 25px;
    display: block;
    margin-bottom: 3px;
    transition: all ease 0.31s;
}
.mean-bar .sidebarBtn .bar:nth-child(2),
.mean-bar .sidebarBtn .bar:nth-child(3) {
    width: 20px;
}
.mean-bar .sidebarBtn .bar:last-child {
    margin-bottom: 0;
}
.slidemenuon .sidebarBtn .bar:nth-child(2),
.slidemenuon .sidebarBtn .bar:nth-child(3) {
    opacity: 0;
}
.slidemenuon .sidebarBtn .bar:nth-child(1) {
    transform: rotate(45deg) translate(3px, 8px);
}
.slidemenuon .sidebarBtn .bar:nth-child(4) {
    transform: rotate(-45deg) translate(3px, -8px);
}
.gbyoga-slide-nav {
    display: block;
    position: absolute;
    background: white;
    left: 12px;
    right: 12px;
    z-index: 111;
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.08);
    transform: translateX(-200%);
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    will-change: transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.slidemenuon .gbyoga-slide-nav {
    transform: translateX(0);
}
.gbyoga-slide-nav ul{
    list-style-type: none;
    margin: 0px;
    padding: 0;
}
@media only screen and (min-width: 992px){
    #meanmenu {
        display: none;
    }
}
@media only screen and (max-width: 991px){
    .header-area {
        display: none;
    }
}
.gbyoga-slide-nav nav,
.gbyoga-slide-nav .menu-main-menu-container {
    display: block;
}
.gbyoga-slide-nav nav > ul > li.mega-menu,
.gbyoga-slide-nav nav > ul > li ul.sub-menu li ul,
.gbyoga-slide-nav nav > ul > li > ul.sub-menu {
    position: relative;
    width: 100%;
    transition: inherit;
    transform: inherit;
    background: none;
    box-shadow: none;
    transform-origin: inherit;
    opacity:  1;
    visibility: visible;
    left: 0;
}
/*By Milton*/
.widget_gbyoga_contact_address .corporate-address {
    padding-left: 0;
    margin:0;
}
.widget_gbyoga_contact_address  .des{
    margin-bottom: 10px;
}
.footer-top-widget .widget.widget_fluentform_widget{
    margin-top: 0;
}
.widget_gbyoga_contact_address .corporate-address li {
    list-style-type: none !important;
    margin-bottom: 5px;
}
.widget_gbyoga_contact_address .corporate-address li:last-child{
    margin-bottom: 0;
}

.widget_gbyoga_contact_address .corporate-address li i {
    margin-right: 7px;
}
.widget_gbyoga_contact_address .corporate-address li i {
    line-height: inherit;
}

.widget_gbyoga_contact_address .corporate-address a:hover {
    color: var(--gbyoga-primary-color);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

/*Blog Archive  Page*/
.gbyoga-blog-box .thumb-wrapper{
    position:relative;
}
.gbyoga-blog-box .post-categories,
.gbyoga-blog-box .entry-meta{
    padding: 0;
    margin-left: 0;
    list-style-type: none;
}
.gbyoga-blog-box .post-categories{
    display:flex;
    align-items: center;
    gap:10px;
}

.gbyoga-blog-box .post-categories a{
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    display:inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color:#181a17;
    padding: 5px 15px;
    border-radius: 15px;
    font-weight: 500;
}
.gbyoga-blog-box .read-more-btn a{
    background-color: var(--gbyoga-secondary-color);
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:20px;
    transition: all 0.5s ease 0s;
    font-family: var(--gbyoga-heading-font);
}
.gbyoga-blog-box .read-more-btn a i{
    line-height: 0;
}
.gbyoga-blog-box .read-more-btn a i:before{
    display: inline-block;
    transition: transform 0.4s ease-in-out;
    transform: scale(1) translate(0, 0);
}
.gbyoga-blog-box:hover .read-more-btn a{
    background-color: var(--gbyoga-primary-color);
}
.gbyoga-blog-box:hover .read-more-btn a i:before{
    transform: scale(1) translate(5px, 0);
}
.el-blog-post-addon.layout-1 .gbyoga-blog-box .category,
.has-post-thumbnail .gbyoga-blog-box .category{
    position:absolute;
    top: 20px;
    left: 25px;
    z-index: 1;
}
.el-blog-post-addon.layout-1 .gbyoga-blog-box .read-more-btn,
.has-post-thumbnail .gbyoga-blog-box .read-more-btn{
    position:absolute;
    bottom: 2px;
    right: 2px;
    z-index: 1;
}
.el-blog-post-addon.layout-1 .gbyoga-blog-box .blog-img,
.has-post-thumbnail .gbyoga-blog-box  .blog-img{
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    display: block;
    clip-path: polygon(6.726% 0%, 93.274% 0%, 93.274% 0%, 94.364% 0.119%, 95.399% 0.464%, 96.364% 1.015%, 97.245% 1.755%, 98.029% 2.664%, 98.701% 3.723%, 99.249% 4.915%, 99.657% 6.219%, 99.912% 7.617%, 100% 9.091%, 100% 66.97%, 100% 66.97%, 99.732% 70.984%, 98.988% 73.969%, 97.863% 76.111%, 96.447% 77.599%, 94.835% 78.618%, 93.119% 79.355%, 91.39% 79.998%, 89.742% 80.733%, 88.268% 81.747%, 87.061% 83.227%, 87.061% 83.227%, 86.147% 85.185%, 85.483% 87.323%, 84.946% 89.551%, 84.409% 91.777%, 83.749% 93.91%, 82.839% 95.86%, 81.556% 97.535%, 79.775% 98.844%, 77.369% 99.696%, 74.215% 100%, 6.726% 100%, 6.726% 100%, 5.636% 99.881%, 4.601% 99.536%, 3.636% 98.985%, 2.755% 98.245%, 1.971% 97.336%, 1.299% 96.277%, 0.751% 95.085%, 0.343% 93.781%, 0.088% 92.383%, 0% 90.909%, 0% 9.091%, 0% 9.091%, 0.088% 7.617%, 0.343% 6.219%, 0.751% 4.915%, 1.299% 3.723%, 1.971% 2.664%, 2.755% 1.755%, 3.636% 1.015%, 4.601% 0.464%, 5.636% 0.119%, 6.726% 0%);
}
.el-blog-post-addon.layout-1 .gbyoga-blog-box .blog-img img,
.has-post-thumbnail .gbyoga-blog-box  .blog-img img{
    position: relative;
    width: 100%;
    border-radius: 30px;
    transition: all 0.5s ease 0s;
}
.el-blog-post-addon.layout-1 .gbyoga-blog-box:hover .blog-img img,
.has-post-thumbnail .gbyoga-blog-box:hover  .blog-img img{
    backface-visibility: hidden;
    transform: scale(1.05);
}
.entry-meta{
    margin-top: 25px;
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    gap:20px;
    padding-left: 0;
    margin-left: 0;
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--gbyoga-heading-font);
}
.entry-meta li{
    display: inline-flex;
    align-items: center;
    color:#181a17;
}
.entry-meta li i{
    color:var(--gbyoga-primary-color);
}
.entry-meta li svg circle,
.entry-meta li svg path{
    stroke:var(--gbyoga-primary-color);
}
.entry-meta li a{
    color:#181a17;
}
.entry-meta li a:hover{
    color:var(--gbyoga-primary-color);
}
.entry-meta i{
    display: inline-block;
    margin-right: 5px;
    line-height: 0;
    font-size: 14px;
}
.entry-meta svg{
    margin-right: 3px;
}
.gbyoga-blog-box .entry-content .entry-title{
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
}
.gbyoga-blog-box .entry-content .entry-title a{
    color:#181a17;
    transition: all 0.5s ease-out 0s;
}
.gbyoga-blog-box .entry-content .entry-title a:hover{
    color:var(--gbyoga-primary-color);
}
/*Pagination*/
.pagination-wrapper{
    margin-top: 60px;
}
.pagination-wrapper .pagination{
    margin-left: 0;
    margin-top: 20px;
    justify-content:center;
    gap:5px;
}
.pagination-wrapper .pagination a{
    background-color: var(--gbyoga-secondary-color);
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.5s ease 0s;
}
.pagination-wrapper .pagination a.active,
.pagination-wrapper .pagination a:hover{
    background-color: var(--gbyoga-primary-color);
}
/*Blog Single*/
.blog-details .entry-thumbnail-area{
    margin-bottom: 30px;
    position: relative;
}
.blog-details .entry-thumbnail-area img{
    border-radius: 30px;
    width: 100%;
}

.blog-details .entry-meta{
    margin-top: 0;
    border-bottom: 1px solid rgba(24, 26, 23, 0.1);
    margin-bottom: 25px;
    padding-bottom: 15px;
}
.blog-details .blog-category{
    gap:5px;
}
.blog-details .blog-category a{
    padding: 8px 17px;
    background: var(--gbyoga-primary-color);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
    border-radius: 15px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
}
.blog-details .blog-category a:hover{
    background: var(--gbyoga-secondary-color);
    color:#fff;
}
.blog-details .gbyoga-single-content h2{
    font-weight: 500;
    margin-bottom: 15px;
}
.blog-details .gbyoga-single-content img{
    border-radius: 30px;
}
.blog-details .gbyoga-single-content  ul{
    font-weight: 600;
    color:#181a17;
}
.blog-details .gbyoga-single-content  ul li{
    position: relative;
    line-height: 32px;
}
.blog-details .entry-footer{
    margin-top: 20px;
    border-top: 1px solid rgba(24, 26, 23, 0.10);
    border-bottom: 1px solid rgba(24, 26, 23, 0.10);
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
}

.blog-details .entry-footer .label{
    font-weight: 500;
    color:#181a17;
    margin-right: 5px;
}
.blog-details .entry-footer .item-tags{
    display: flex;
    align-items: center;
}
.blog-details .entry-footer .item-tags a{
    line-height: 30px;
    margin: 0 4px 0 0;
    display: inline-block;
    font-size: 13px !important;
    padding: 0 20px;
    height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    color:#181a17;
    background-color: #fff;
    border-radius: 20px;
}
.blog-details .entry-footer .item-tags a:hover{
    background-color: var(--gbyoga-primary-color);
    color:#fff;
}
.blog-details .entry-footer .post-share{
    display:flex;
    align-items: center;
    gap:5px;
}
.blog-details .entry-footer .post-share .social .facebook-share-button .btn-text,
.blog-details .entry-footer .post-share .social .twitter-share-button .btn-text,
.blog-details .entry-footer .post-share .social .linkedin-share-button .btn-text,
.blog-details .entry-footer .post-share .social .pinterest-share-button .btn-text{
    display:none
}
.blog-details .entry-footer .post-share .social .facebook-share-button > span,
.blog-details .entry-footer .post-share .social .twitter-share-button > span,
.blog-details .entry-footer .post-share .social .linkedin-share-button > span,
.blog-details .entry-footer .post-share .social .pinterest-share-button > span{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    color:#181a17;
    transition: 0.4s ease-out 0s;
}
.blog-details .entry-footer .post-share .social .facebook-share-button:hover > span,
.blog-details .entry-footer .post-share .social .twitter-share-button:hover > span,
.blog-details .entry-footer .post-share .social .linkedin-share-button:hover > span,
.blog-details .entry-footer .post-share .social .pinterest-share-button:hover > span{
    background-color: var(--gbyoga-primary-color);
    color:#fff
}
.blog-details .entry-footer .post-share .social .whatsapp-share-button,
.blog-details .entry-footer .post-share .social .stumbleupon-share-button,
.blog-details .entry-footer .post-share .social .print-share-button,
.blog-details .entry-footer .post-share .social .tumblr-share-button,
.blog-details .entry-footer .post-share .social .reddit-share-button,
.blog-details .entry-footer .post-share .social .email-share-button{
    background-color: #fff;
    color:#181a17;
    padding: 10px 17px;
    font-size: 12px;
    border-radius: 30px;
    text-transform: uppercase;
    margin-right: 5px;
    font-weight: 500;
    font-family: var(--gbyoga-heading-font);
}
.blog-details .entry-footer .post-share .social  .whatsapp-share-button:hover,
.blog-details .entry-footer .post-share .social .stumbleupon-share-button:hover,
.blog-details .entry-footer .post-share .social  .print-share-button:hover,
.blog-details .entry-footer .post-share .social .tumblr-share-button:hover,
.blog-details .entry-footer .post-share .social  .reddit-share-button:hover,
.blog-details .entry-footer .post-share .social  .email-share-button:hover{
    background-color: var(--gbyoga-primary-color);
    color:#fff
}
.single-post .post-navigation{
    margin-top: 60px;
}
.single-post .post-navigation .post-content{
    display:flex;
    gap:20px;
}
.single-post .post-navigation .post-content .content{
    flex: 1;
}
.single-post .post-navigation .post-content .thumb img{
    border-radius: 30px;
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.single-post .post-navigation .post-content .post-nav-link > span{
    line-height: 30px;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    gap:5px;
    font-size: 13px;
    padding: 0 20px;
    height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: 0.4s ease-out 0s;
    color: #181a17;
    background-color: #fff;
    border-radius: 20px;
    font-weight: 500;
    font-family: var(--gbyoga-heading-font);
}

.single-post .post-navigation .post-content .post-nav-link > span a{
    color: #181a17;
    line-height: 1;
}
.single-post .post-navigation .post-content .post-nav-link > span:hover{
    background-color: var(--gbyoga-primary-color);

}
.single-post .post-navigation .post-content .post-nav-link > span:hover a{
    color:#fff
}
.single-post .post-navigation .post-content .post-nav-link svg path{
    stroke: #181a17;
}
.single-post .post-navigation .post-content .post-nav-link > span:hover svg path{
    stroke: #fff;
}
.single-post .post-navigation .post-content .post-nav-title{
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 26px;
}
.single-post .post-navigation .post-content .post-nav-title a{
    color: #181a17;
}
.single-post .post-navigation .post-content .post-nav-title a:hover{
    color:var(--gbyoga-primary-color);
}
.single-post .post-navigation .post-content p{
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
}
.single-post .author-content{
    margin-top: 60px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    padding: 40px;
    padding-right: 90px;
    background-color: var(--gbyoga-primary-color);
    background-image: url(../img/author-box-pattern.png);
    background-position: center center;
    background-repeat: repeat;
    border-radius: 30px;
}
.single-post .author-content .about-author{
    display:flex;
    gap:35px;
    flex-wrap: wrap;
    align-items: center;
}
.single-post .author-content .pull-left img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 4px solid var(--gbyoga-secondary-color);
    display: block;
    overflow: hidden;
    border-radius: 50%;
}
.single-post .author-content .about-author .media-body{
    flex: 1;
    color:#fff;
}
.single-post .author-content .about-author .author-box-social{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 15px;
}
.single-post .author-content .about-author .author-box-social a{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    color: #181a17;
    transition: 0.4s ease-out 0s;
}
.single-post .author-content .about-author .author-box-social a i{
    line-height: 0;
}
.single-post .author-content .about-author .author-box-social a:hover{
    background-color: var(--gbyoga-secondary-color);
    color:#fff;
}
.single-post .author-content .author-title{
    line-height: 24px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 8px;
}
.single-post .author-content .author-title a{
    color:#fff;
}
.single-post .author-content .author-designation{
    margin-bottom: 15px;
    line-height: 20px;
}
.single-post .gbyoga-related-post{
    margin-top: 80px;
}
.single-post .related-title{
    font-weight: 500;
}
blockquote {
    position: relative;
    padding: 40px 70px 40px 120px!important;
    background-color: #fff;
    margin: 30px 0!important;
    border-left: 0!important;
    border-radius: 30px;
}
blockquote:before{
    content:'\f1ff';
    position: absolute;
    font-family: "gym-builder-icons";
    font-size: 60px;
    line-height: 60px;
    left: 35px;
    top: 38px;
    z-index: 1;
    font-weight: 900;
    color: var(--gbyoga-primary-color);
}
blockquote p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0!important;
    font-family: var(--gbyoga-heading-font);
    color:#181a17;
}

blockquote cite {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--gbyoga-primary-color);
    display: block;
    line-height: 24px;
    font-style: normal !important;
    margin-top: 15px;
}

.wp-block-code {
    font-family: Menlo, Consolas, monaco, monospace;
    font-size: 15px;
    color: #fff;
    padding: 30px;
    border: 1px solid #414141;
    border-radius: 5px;
    background-color: transparent;
}
.wp-block-pullquote{
    position: relative;
    margin: 30px 0!important;
    border-left: 0!important;
    padding: 0;
    border-top: 2px solid var(--gbyoga-primary-color);
    border-bottom: 2px solid var(--gbyoga-primary-color);
    text-align: left;
}
@media(max-width:767px){
    blockquote.wp-block-quote cite{
        bottom: 30px;
    }
}

blockquote.wp-block-quote[style="text-align:right"] cite:after {
    left: inherit;
    right: 0;
}
blockquote.wp-block-quote[style="text-align:right"] cite {
    padding-right: 34px;
}
.blog-details .prev-next-post{
    margin-bottom: 45px;
}
.blog-details .prev-next-post .post-nav-link .prev-article,
.blog-details .prev-next-post .post-nav-link .next-article{
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color);
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.blog-details .prev-next-post .post-nav-link .prev-article a,
.blog-details .prev-next-post .post-nav-link .next-article a{
    font-weight: 600;
}
.blog-details .prev-next-post .post-nav-link .prev-article i,
.blog-details .prev-next-post .post-nav-link .next-article i{
    font-size: 24px;
    transition: var(--transition);
}
.blog-details .prev-next-post .post-nav-link .prev-article:hover i,
.blog-details .prev-next-post .post-nav-link .next-article:hover i{
    color:var(--gbyoga-primary-color);
}
.blog-details .prev-next-post .prev .post-nav-link{
    text-align: right;
}
/*-------------------------------------
#. Sidebar
---------------------------------------*/
.right-sidebar .gbyoga-sidebar-spacer{
    margin-right: 30px;
}
.left-sidebar .gbyoga-sidebar-spacer{
    margin-left: 30px;
}
.sidebar-widget-area .widgettitle,
.sidebar-widget-area .wp-block-heading{
    display: block;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
    width: auto;
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
    color: #181a17;
    font-weight: 500;
}
.sidebar-widget-area .widgettitle:after,
.sidebar-widget-area .wp-block-heading:after{
    content: '';
    width: 30px;
    height: 5px;
    background-color: var(--gbyoga-primary-color);
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.sidebar-widget-area .widget{
    padding: 30px;
    border-radius: 30px;
    background-color: #fff;
    margin-bottom: 40px;
}
.sidebar-widget-area .widget_archive ul,
.sidebar-widget-area .widget_recent_entries ul,
.sidebar-widget-area .widget_categories ul{
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}
.sidebar-widget-area .widget_archive ul li,
.sidebar-widget-area .widget_recent_entries ul li,
.sidebar-widget-area .widget_categories ul li{
    margin-bottom: 12px;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 1.2px;
    padding-left: 20px;
    font-weight: 500;
    color: rgba(24, 26, 23, .8);
    text-transform: uppercase;
    font-family: var(--gbyoga-heading-font);
    border-bottom: 1px solid rgba(24, 26, 23, 0.10);
    padding-bottom: 12px;
}
.sidebar-widget-area .widget_archive ul li a,
.sidebar-widget-area .widget_recent_entries ul li a,
.sidebar-widget-area .widget_categories ul li a{
    color: rgba(24, 26, 23, .8);
    transition: all 0.3s ease-in-out;
}
.sidebar-widget-area .widget_archive ul li a:hover,
.sidebar-widget-area .widget_recent_entries ul li a:hover,
.sidebar-widget-area .widget_categories ul li a:hover{
    color: var(--gbyoga-primary-color);
}
.sidebar-widget-area .widget_archive ul li:before,
.sidebar-widget-area .widget_recent_entries ul li:before,
.sidebar-widget-area .widget_categories ul li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    height: 8px;
    width: 8px;
    background-color: var(--gbyoga-primary-color);
    border-radius: 50%;
}
.sidebar-widget-area .widget_archive ul li:last-child,
.sidebar-widget-area .widget_recent_entries ul li:last-child,
.sidebar-widget-area .widget_categories ul li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.sidebar-widget-area .widget_search{
    background-color: var(--gbyoga-primary-color);
    background-image: url(../img/author-box-pattern.png);
    background-repeat: repeat;
}
.sidebar-widget-area .widget_search .widgettitle{
    color:#fff;
}
.sidebar-widget-area .widget_search .widgettitle:after{
    background-color: #fff;
}
.sidebar-widget-area .widget_search .custom-search-input{
    display:flex;
    margin-top: 25px;
}
.sidebar-widget-area .widget_search .custom-search-input{
    border-radius: 40px;
    height: 65px;
    background-color: #fff;
    position: relative;
}
.sidebar-widget-area .widget_search .custom-search-input input::placeholder,
.sidebar-widget-area .widget_search .custom-search-input input{
    color:#181a17;
    font-size: 15px;
    padding-left: 10px;
}

.sidebar-widget-area .widget_search .custom-search-input button,
.sidebar-widget-area .widget_search .custom-search-input input{
    background-color: transparent;
    border:none;
}
.sidebar-widget-area .widget_search .custom-search-input button:focus,
.sidebar-widget-area .widget_search .custom-search-input input:focus{
    box-shadow: none;
    outline: none;
}
.sidebar-widget-area .widget_search .custom-search-input button {
    background-color: var(--gbyoga-secondary-color);
    width: 55px;
    height: 55px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 5px;
    transition: all 0.3s ease-in-out;
}
.sidebar-widget-area .widget_search .custom-search-input button:hover{
    background-color: var(--gbyoga-primary-color);
}
.sidebar-widget-area .widget_tag_cloud .tagcloud{
    display: inline-flex;
    align-items: center;
    gap:5px;
    flex-wrap: wrap;
}
.sidebar-widget-area .widget_tag_cloud .tagcloud a{
    line-height: 30px;
    margin: 0 4px 12px 0;
    display: inline-block;
    font-size: 13px!important;
    padding: 0 20px;
    height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: 0.4s ease-out 0s;
    color: #181a17;
    background-color: var(--gbyoga-primary-light-color);
    border-radius: 20px;
}
.sidebar-widget-area .widget_tag_cloud .tagcloud a:hover{
    background-color: var(--gbyoga-primary-color);
    color:#fff;
}
.sidebar-widget-area .gbyoga-feature-post .latest-single{
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(24, 26, 23, 0.10);
    margin-top: 20px;
    padding-bottom: 20px;
    gap:20px;
}
.sidebar-widget-area .gbyoga-feature-post .latest-single:first-child{
    padding-top: 0;
}
.sidebar-widget-area .gbyoga-feature-post .latest-single:last-child{
    border-bottom:0;
    padding-bottom: 0;
}
.sidebar-widget-area .gbyoga-feature-post .latest-single img{
    height: 90px;
    width: 90px;
    object-fit: cover;
    border-radius: 20px;
}
.sidebar-widget-area .gbyoga-feature-post .latest-single .latest-content{
    flex: 1;
}
.sidebar-widget-area .gbyoga-feature-post .latest-single .category-list,
.sidebar-widget-area .gbyoga-feature-post .latest-single .feature-date{
    color: var(--gbyoga-primary-color);
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-family: var(--gbyoga-heading-font);
    line-height: 26px;
}
.sidebar-widget-area .gbyoga-feature-post .latest-single .feature-post-title{
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;

}
.sidebar-widget-area .gbyoga-feature-post .latest-single .feature-post-title a{
    color:#181a17;
}
.sidebar-widget-area .gbyoga-feature-post .latest-single .feature-post-title a:hover{
    color: var(--gbyoga-primary-color);
}
.widget_gbyoga_ads{
    background-color: var(--gbyoga-primary-color) !important;
    background-image: url(../img/author-box-pattern.png);
    background-size: auto;
    text-align: center;
}
.widget_gbyoga_ads .ads-title{
    padding-top: 30px;
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
}
.widget_gbyoga_ads .ads-phone{
    display:flex;
    align-items: center;
    gap:5px;
    justify-content: center;
    margin-bottom: 20px;
}
.widget_gbyoga_ads .ads-phone a{
    color: #fff;
}
.widget_gbyoga_ads .ads-phone i{
    color:var(--gbyoga-secondary-color);
    line-height: 0;
}
.ads-btn .gbyoga-btn{
    background-color:var(--gbyoga-secondary-color);
}
.ads-btn .gbyoga-btn:hover{
    background-color:var(--gbyoga-primary-color);
}
/*-------------------------------------
#. Comments
---------------------------------------*/
.comment-respond {
    margin-top: 30px;
}

.comment-respond > h4 {
    display: block;
    position: relative;
    font-size: 24px;
    margin-bottom:5px;
    line-height: 1.4;
    font-weight: 500;
}
.comments-area ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.comments-area > ul.comment-list {
    margin-bottom: 30px;
}
.comments-area h3.comment-num {
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 35px;
    position: relative;
}
.comments-area h3.comment-num:after {
    background: #016A7B;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    margin: 5px 0 0;
    top: 0;
    width: 80px;
}
.comments-area .comment-form {
    margin-top: 0px;
}
.comments-area .main-comments .imgholder {
    float: left;
}
.comments-area .main-comments .imgholder img {
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 0px;
    max-width: 75px;
}
.comments-area .main-comments .comment-meta {
    font-size: 15px;
}
@media(max-width: 767px) {
    .comments-area .main-comments .comment-meta {
        display: flow-root;
    }
}
.comments-area .main-comments .comment-meta .comment-author-name {
    color: #181a17;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.comments-area .main-comments .comment-meta .comment-author-name a,
.comments-area .main-comments .comment-meta .comment-author-name span {
    color: var(--gbyoga-primary-color);
    font-size: 18px;
    font-weight: 500;
    display: block;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.comments-area .main-comments .replay-area {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
.comments-area .main-comments .replay-area a {
    background: var(--gbyoga-primary-color);
    font-size: 13px;
    transition: all 0.3s ease-in-out;
    padding: 8px 15px;
    font-weight: 500;
    color:#fff;
    border-radius: 6px;
}

.main-comments .each-comment {
    margin-bottom: 30px;
    margin-top: 30px;
    background: #fff;
    padding: 30px;
    border: 1px solid #ced4da;
    border-radius: 30px;
}
.comments-area .main-comments .comments-body {
    display: flow-root;
}

@media(max-width: 425px) {
    .comments-area .main-comments .imgholder {
        float: inherit;
    }
}
.comments-area .main-comments .comment-text {
    font-size: 15px;
}
.comments-area .main-comments .comments-body p {
    margin-bottom: 5px;
}
.comments-area .main-comments .comment-respond {
    margin-top: 0px;
    margin-bottom: 30px;
}
.comments-area .reply-separator {
    margin-top: 40px;
    padding-top: 50px;
}
.main-comments ul.children {
    margin-left: 50px;
    padding: 0;
}
.comments-area .main-comments .comment-text li {
    border-top: none;
}
@media(max-width: 1200px) {
    .main-comments ul.children {
        margin-left: 30px;
    }
    .comments-area .main-comments .imgholder img {
        max-width: 80px;
    }
}
@media(max-width: 767px) {
    .main-comments ul.children {
        margin-left: 10px;
    }
    .comments-area .main-comments .imgholder img {
        max-width: 60px;
        margin-right: 10px;
    }
}
.avatar-disabled .main-comments ul.children {
    margin-left: 50px;
    padding: 0;
}
.no-comments {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    padding-top: 20px;
}
.comment-awaiting-moderation {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}
.comment-navigation ul {
    margin-top: 30px;
}
.comment-navigation ul li {
    margin-right: 5px;
    margin-top: 0;
}
.comment-navigation ul li a {
    display: inline;
    font-size: 12px;
    height: 49px;
    line-height: inherit;
    padding: 10px;
    width: inherit;
}
.comment-list pre {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}
.comments-area {
    margin-top: 30px;
    border-radius: 4px;
}

.comments-area > h4 {
    display: block;
    position: relative;
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1.4;
    font-weight: 500;

}

#respond .comment-notes {
    margin-bottom: 30px;
}
#respond .logged-in-as {
    margin-bottom: 30px;
    font-size: 15px;
}
#respond .logged-in-as a {
}
#respond .logged-in-as a:hover{
    color:var(--gbyoga-primary-color);
}
#respond .form-group {
    margin-bottom: 25px;
}
#respond .form-group.form-submit {
    margin-bottom: 0px;
}
#respond form .form-control {
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    margin-right: 20px;
    box-shadow: none;
    padding: 12px 20px!important;
    border:1px solid #ced4da;
    border-radius: 30px;
    width: 100%;
    text-transform: capitalize;
}
#respond form .form-group  label{
    display:none;
}
#respond form input.form-control {
    height: 50px;
}
#respond form input:focus,
#respond form textarea:focus {
    box-shadow: none;
}
#respond form .form-control {
    padding: 10px 20px;
}
input.form-control::placeholder,
textarea.form-control::placeholder {
    color: #a9a9a9;
}
#respond input.form-control::placeholder,
#respond input.form-control::-webkit-input-placeholder,
#respond input.form-control::-moz-placeholder,
#respond input.form-control:-moz-placeholder,
#respond input.form-control:-ms-input-placeholder {
    color: #a9a9a9;
}
#respond textarea.form-control::placeholder,
#respond textarea.form-control::-webkit-input-placeholder,
#respond textarea.form-control::-moz-placeholder,
#respond textarea.form-control:-moz-placeholder,
#respond textarea.form-control:-ms-input-placeholder {
    color: #a9a9a9;
}
#respond form .btn-send {
    margin-top: 40px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    background-color: var(--gbyoga-primary-color);
    color: #fff;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    border-radius: 6px;
    gap: 12px;
    padding: 14px 32px;
    font-weight: 600;
}
#respond form .btn-send:hover{
    background-color: var(--gbyoga-secondary-color);
}
#respond #cancel-comment-reply-link {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin-left: 5px;
}
#respond form .comment-form-cookies-consent {
    position: relative;
    display: inline-flex;
}
#respond form .comment-form-cookies-consent input {
    background: transparent;
    border: none;
    margin-right: 10px;
    height: inherit;
    box-shadow: none;
    position: absolute;
    top: 5px;
}
#respond form .comment-form-cookies-consent label {
    padding-left: 25px;
    line-height: 1.5;
}
.comment-list li {
    border-top: 1px solid #414141;
}
.comment-list > li:first-child {
    border-top: none;
}
.comment-list .comment-text ul {
    padding: 0 15px;
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
    margin-left: 18px;
}
.comment-list .comment-text ul li {
    padding-top: 0px;
}
.comment-list .comment-text ul li .children li {
    padding-top: 0px;
}
.comment-list .comment-text ul ul {
    margin-bottom: 0px;
}
.comment-list .comment-text ol {
    margin-bottom: 20px;
}
.comment-list .comment-text ol li {
    padding-top: 0px;
}
.comment-list .comment-text ol li .children li {
    padding-top: 0px;
}
.comment-list .comment-text ol ol {
    margin-bottom: 0;
}


/*Banner css*/
.entry-banner {
    background: #000;
    position: relative;
    z-index: 99;
}

.entry-banner:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.0);
    z-index: 1;
}

.entry-banner .entry-banner-content h1 {
    line-height: 52px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
}
.breadcrumb-area{
    border: 1px dashed #fff;
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 100px;
    margin-top: 20px;
    position: relative;
    z-index: 99;
}
.breadcrumb-area .home-icon{

}
.breadcrumb-area .entry-breadcrumb span a {
    color: #fff;
    text-transform: uppercase;
}
.breadcrumb-area .entry-breadcrumb span a span{
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 500;
}
.breadcrumb-area .entry-breadcrumb span a:hover span{
    color:var(--gbyoga-primary-color);
}
.breadcrumb-area .entry-breadcrumb>span:last-child .current-item{
    color: var(--gbyoga-primary-color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.breadcrumb-area .entry-breadcrumb .dvdr{
    font-size: 14px;
    line-height: 0;
}
.entry-banner .entry-banner-content {
    padding: 240px 0 150px;
    z-index: 2;
}

@media(max-width: 991px){
    .entry-banner .entry-banner-content{
        padding: 80px 0 80px!important;
    }

}
@media(min-width:1200px){
    .trheader .entry-banner{
        margin: 20px 20px 0;
        max-width: 100%;
        overflow: hidden;
        border-radius: 30px;
        height:600px;
    }
}
@media(min-width:575px) and (max-width: 1299px){
    .header-style-2 .navbar__options{
        display:flex;
    }
}
/*=============================
//  pre-loader
===========================*/
.img-pre-loader{
    overflow: visible;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
@media(max-width:991px){
    .img-pre-loader {
        background-size: 15vw;
    }
}
.img-pre-loader  {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Footer*/
.footer-area{
    margin-bottom: -20px;
}
.footer-copyright-wrapper{
    padding: 30px 0;
}
.has-footer-widget .footer-top-widget{
    padding-top: 80px;
    padding-bottom: 30px;
}
.footer-area .footer-copyright{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-area a{
    color:#181a17;
}
.footer-area p{
    color:#181a17;
}
.footer-area a:hover{
    color:var(--gbyoga-primary-color);
}
.footer-copyright-text p{
    margin-bottom: 0;
}
.footer-menu-wrap .footer-menu{
    margin: 0;
    padding: 0;
    display: inline-flex;
    list-style-type: none;
}
.footer-menu-wrap .footer-menu li{
    padding: 0 10px;
    position: relative;
}
.footer-menu-wrap .footer-menu li:first-child{
    padding-left: 0;
}
.footer-menu-wrap .footer-menu li:before{
    content: "";
    position: absolute;
    height: 15px;
    width: 1px;
    background-color: rgba(24, 26, 23, 0.20);
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.footer-menu-wrap .footer-menu li:first-child:before{
    display: none;
}

.footer-area .footer-content-wrapper{
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: scroll;
    font-size: 15px;
    color: #181a17;
    background-color: #fff;
}
.footer-area .footer-content-wrapper.no-shape{
    background-image: none!important;
}
.footer-top-widget .widget .widgettitle{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position:relative;
    color:#181a17;
}
.footer-top-widget .widget .widgettitle:after{
    content: '';
    width: 30px;
    height: 5px;
    background-color: var(--gbyoga-primary-color);
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer-top-widget .textwidget p{
    margin-bottom: 5px!important;
}
.footer-top-widget .widget.widget_media_image{
    margin: 0;
}
.footer-top-widget .widget .textwidget p{
    margin-bottom: 10px;
}
.footer-top-widget .widget{
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

@media(min-width: 992px){
    .footer-top-widget .row>div:nth-child(2) {
        padding-left: 80px!important;
    }

}
.gbyoga-social-widget .social{
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap;
}
.gbyoga-social-widget .social a{
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    justify-content: center;
    color: #181a17;
    border: 1px solid #181a17;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}
.gbyoga-social-widget .social a:hover{
    background-color: var(--gbyoga-primary-color);
    color:#fff;
    border-color:var(--gbyoga-primary-color);
}
.gbyoga-social-widget .social a i{
    line-height: 0;
}
.footer-top-widget .widget_nav_menu ul{
    padding: 0;
    margin-left: 0;
    list-style: none;
}
.footer-top-widget .widget_nav_menu ul li{
    list-style-type: none!important;
}

/*Unit Testing Css*/
.fallbackcd-menu-item .fallbackcd{
    padding: 41px 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.blog-main .no_image .meta{
    margin-top: 0;
}
.no-footer-widget .footer-area .section{
    padding-top: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 15px;
}
.widget_block .wp-block-latest-comments{
    padding-left: 15px;
}
.widget_block .wp-block-latest-comments .wp-block-latest-comments__comment{
    list-style-type: disc;
    line-height: 30px;
    padding: 6px 0;
    margin-bottom: 0;
}
.widget_block .wp-block-latest-comments .wp-block-latest-comments__comment:first-child{
    padding-top: 0;
}
.widget_block .wp-block-latest-comments .wp-block-latest-comments__comment a{
    display: inline;
}
.sidebar-widget-area .widget_block.widget_search form input {
    width: 100%;
    padding: 12px 20px 12px 20px;
    background-color: var(--black);
    color: #fff;
    border: 1px solid #414141;
}
.sidebar-widget-area .widget_block.widget_search .wp-block-search__button {
    padding: 12px 20px 12px 20px;
    background-color: var(--black);
    color: var(--gbyoga-primary-color);
    border: 1px solid #414141;
}
.widget select {
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    padding: 14px 12px;
    width: 100%;
    outline: none;
}
.footer-top-widget  .widget select,
.sidebar-widget-area .widget select {
    margin-top: 7px;
    background-color: var(--black);
    color: #fff;
    border: 1px solid #414141;
    border-radius: 0;
}
.widget_categories select,
.widget_archive select,
.widget_text select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 12px;
    background-image: url(../img/select-arrow.png) !important;
    background-repeat: no-repeat;
    background-position: 95%;
}
.footer-top-widget .widget.widget_calendar .calendar_wrap,
.sidebar-widget-area .widget.widget_calendar .calendar_wrap {
    margin-top: 30px;
}
.widget_calendar table td,
.widget_calendar table th{
    border-color:#414141;
}
.footer-top-widget .widget_product_categories ul li ul,
.footer-top-widget .widget ul li ul.children,
.footer-top-widget .widget ul li ul.sub-menu,
.sidebar-widget-area .widget_product_categories ul li ul,
.sidebar-widget-area .widget ul li ul.children,
.sidebar-widget-area .widget ul li ul.sub-menu {
    padding-left: 17px;
    float: left;
    width: 100%;
}
.footer-top-widget .widget ul li ul.sub-menu li:first-child,
.footer-top-widget .widget ul li ul.children li:first-child,
.footer-top-widget .widget_product_categories ul li ul li:first-child,
.sidebar-widget-area .widget_product_categories ul li ul li:first-child,
.sidebar-widget-area .widget ul li ul.children li:first-child,
.sidebar-widget-area .widget ul li ul.sub-menu li:first-child{
    padding-top: 6px;
}
.sidebar-widget-area  .textwidget p{
    margin-bottom: 20px;
}
.footer-top-widget .widget_product_categories ul li ul,
.footer-top-widget .widget ul li ul.children,
.footer-top-widget .widget ul li ul.sub-menu,
.sidebar-widget-area .widget_product_categories ul li ul,
.sidebar-widget-area .widget ul li ul.children,
.sidebar-widget-area .widget ul li ul.sub-menu {
    padding-left: 17px;
    float: left;
    width: 100%;
}
.footer-top-widget .widget ul li ul.sub-menu li:first-child,
.footer-top-widget .widget ul li ul.children li:first-child,
.footer-top-widget .widget_product_categories ul li ul li:first-child,
.sidebar-widget-area .widget_product_categories ul li ul li:first-child,
.sidebar-widget-area .widget ul li ul.children li:first-child,
.sidebar-widget-area .widget ul li ul.sub-menu li:first-child{
    padding-top: 6px;
}
.sidebar-widget-area  .textwidget p{
    margin-bottom: 20px;
}
.footer-top-widget .widget_nav_menu ul li,
.footer-top-widget .widget_rss ul li,
.footer-top-widget .widget_recent_entries ul li,
.footer-top-widget .widget_recent_comments ul li,
.footer-top-widget .widget_meta ul li,
.footer-top-widget .widget_pages ul li,
.footer-top-widget .widget_categories ul li,
.footer-top-widget .widget_archive ul li{
    line-height: 30px;
    margin-bottom: 0;
}
.footer-top-widget .widget_nav_menu ul li:first-child,
.footer-top-widget .widget_rss ul li:first-child,
.footer-top-widget .widget_recent_entries ul li:first-child,
.footer-top-widget .widget_recent_comments ul li:first-child,
.footer-top-widget .widget_meta ul li:first-child,
.footer-top-widget .widget_pages ul li:first-child,
.footer-top-widget .widget_categories ul li:first-child,
.footer-top-widget .widget_archive ul li:first-child{
    padding-top: 0;
}
.footer-top-widget .widget_nav_menu ul li a,
.footer-top-widget .widget_rss ul li a,
.footer-top-widget .widget_recent_entries ul li a,
.footer-top-widget .widget_recent_comments ul li a,
.footer-top-widget .widget_meta ul li a,
.footer-top-widget .widget_pages ul li a,
.footer-top-widget .widget_categories ul li a,
.footer-top-widget .widget_archive ul li a{
    font-size: 15px;
    position: relative;
    color: #181a17;
    transition: all 0.3s ease-in-out;
    display: inline;
}
.footer-top-widget .widget_nav_menu ul li a:hover,
.footer-top-widget .widget_rss ul li a:hover,
.footer-top-widget .widget_recent_entries ul li a:hover,
.footer-top-widget .widget_recent_comments ul li a:hover,
.footer-top-widget .widget_meta ul li a:hover,
.footer-top-widget .widget_pages ul li a:hover,
.footer-top-widget .widget_categories ul li a:hover,
.footer-top-widget .widget_archive ul li a:hover{
    padding-left: 0;
    color: var(--gbyoga-primary-color);
}
.blog-details .bd-meta .meta__left .post-categories{
    margin-left: 0;
}
.wp-block-group.has-background {
    margin-bottom: 20px;
}
.blog-details .entry-content h1{
    margin-bottom: 20px;
}
ul.wp-block-post-template{
    list-style-type: none;
}
ul.wp-block-post-template li{
    list-style-type: none!important;
    margin-left: 16px!important;
}

.wp-block-post-comments-form .comment-form textarea{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-right: 20px;
    box-shadow: none;
    padding: 12px 20px!important;
    background-color: #101010;
    border: 1px solid #414141;
    border-radius: 5px;
    width: 100%;
    text-transform: capitalize;
}
.wp-block-post-comments-form input[type=submit]{
    margin-top: 40px;
    font-size: 16px;
    background: var(--gbyoga-primary-color);
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    background-color: var(--gbyoga-primary-color);
    color: var(--white);
    text-transform: capitalize;
    border: 1px solid #0e0e0e !important;
    display: flex;
    align-items: center;
    border-radius: 6px;
    gap: 12px;
    padding: 14px 32px;
    font-weight: 700;
}
.wp-block-search__inside-wrapper input{
    background-color: var(--black);
}
.wp-block-search__inside-wrapper button{
    background-color: var(--black);
    color: #fff;
    border: 1px solid #414141;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){
    border: 1px solid #414141;
}
.wp-block-button__link{
    background-color: #f5f5f5;
    color:#000;
}
.wp-block-button__link:hover{
    background-color: var(--gbyoga-primary-color);
    color:#fff;
}
.wp-block-button.is-style-outline a.wp-block-button__link:not([href]):not([tabindex]) {
    color: var(--gbyoga-primary-color);
    background: transparent;
    border: 1px solid var(--gbyoga-primary-color);
}
.page-links a:hover span{
    color:var(--gbyoga-primary-color);
}
.wp-block-cover {
    margin-bottom: 23px;
}
.has-media-on-the-right.is-stacked-on-mobile {
    margin-bottom: 20px;
}
.wp-block-button {
    margin-bottom: 25px;
}
.wp-block-gallery .blocks-gallery-item img {
    border-radius: 5px;
}
.blocks-gallery-item figcaption {
    line-height: 1.4;
}
.wp-block-image figcaption{
    color:#fff;
}
.wp-block-quote.is-style-large:after{
    right: 46px;
}
.wp-block-quote.has-text-align-right:after{
    right: 46px;
}
.wp-block-quote.has-text-align-right{
    border-right: 0!important;
}
.wp-block-categories select, .wp-block-archives-dropdown select {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 14px 13px;
    color: #646464;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 12px;
    background-image: url(../img/select-arrow.png) !important;
    background-repeat: no-repeat;
    background-position: 98%;
}
:where(.wp-block-calendar table:not(.has-background) th){
    background-color: gray;
}
ul.wp-block-rss.wp-block-rss{
    list-style-position: inside;
}
ul.wp-block-rss.wp-block-rss .wp-block-rss__item-title{
    display: inline-block;
}
.wp-block-media-text.has-background p,
.gbyoga-single-content .wp-block-group.has-background p{
    color:#000;
}
.wp-block-media-text.has-background p{
    line-height: 1.2;
}
.wp-block-separator {
    border: none;
    border-bottom: 2px solid #cccccc;
    margin: 50px 0;
    text-align: left;
    background: transparent;
}
.gbyoga-single-content hr{
    margin: 15px 0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd){
    background-color: gray;
}
ins{
    color:#000;
}
code, a code{
    color:var(--gbyoga-primary-color);
}
.page-links span.current .page-number,
.page-links a.post-page-numbers:hover .page-number {
    background-color: var(--gbyoga-primary-color);
    color: var(--white);
    border: 1px solid var(--gbyoga-primary-color);
}

.page-links .page-number {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9d9d9;
    background-color: #000;
    color: #fff;
    transition: var(--transition);
    display: inline-flex;
    margin: 0 2px;
}
form.post-password-form label>input {
    background: transparent;
    border: 1px solid #414141;
    padding: 12px 8px;
}
form.post-password-form input[type="submit"] {
    padding: 12px 20px 12px 20px;
    background-color: var(--black);
    color: #fff;
    border: 1px solid #414141;
}
.gallery .gallery-item .gallery-caption {
    font-size: 13px;
}
.gallery-caption {
    display: block;
}
.gallery .gallery-item .gallery-icon {
    margin: 5px;
}
.gallery .gallery-item {
    text-align: center;
}
.mejs-time{
    padding-top: 6px!important;
}
.blog-main__content .entry-content ol li{
    margin-bottom: 10px;
}
.wp-block-button.is-style-squared .wp-block-button__link{
    border-radius: 0;
}
/* --------------------------------------
* 17 - Cursor
* ---------------------------------------*/
.gbyoga-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    contain: layout style size;
    pointer-events: none;
    will-change: transform;
    transition: opacity 0.3s, color 0.4s;
}
.gbyoga-cursor:before {
    content: "";
    position: absolute;
    top: -24px;
    left: -24px;
    display: block;
    width: 48px;
    height: 48px;
    transform: scale(0);
    background: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
    -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.1s;
    transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.gbyoga-cursor-text {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0) rotate(10deg);
    opacity: 0;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: opacity 0.4s, -webkit-transform 0.3s;
    transition: opacity 0.4s, transform 0.3s;
    transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.gbyoga-cursor-text i {
    font-size: 20px;
}
@supports (mix-blend-mode: exclusion) {
    .gbyoga-cursor.-exclusion,
    .gbyoga-cursor.-opaque {
        mix-blend-mode: exclusion;
    }
}
@supports (mix-blend-mode: exclusion) {
    .gbyoga-cursor.-exclusion:before,
    .gbyoga-cursor.-opaque:before {
        background: white;
    }
}
.gbyoga-cursor.-normal,
.gbyoga-cursor.-text {
    mix-blend-mode: normal;
}
.gbyoga-cursor.-normal:before,
.gbyoga-cursor.-text:before {
    background: #000;
}
.gbyoga-cursor.-inverse {
    color: white;
}
.gbyoga-cursor.-visible:before {
    transform: scale(0.2);
}
.gbyoga-cursor.-visible.-active:before {
    transform: scale(0.23);
    transition-duration: 0.2s;
}
.gbyoga-cursor.-pointer:before {
    transform: scale(0.15);
}
.gbyoga-cursor.-text:before {
    opacity: 1;
    transform: scale(1.7);
}
.gbyoga-cursor.-text .gbyoga-cursor-text {
    opacity: 1;
    transform: scale(1);
}
.gbyoga-cursor.-text.-active:before {
    transform: scale(1.6);
    transition-duration: 0.2s;
}
.gbyoga-cursor.-tooltip:before {
    opacity: 0;
    transform: scale(0);
}
.gbyoga-cursor.-tooltip .gbyoga-cursor-text {
    opacity: 1;
    transform: scale(1);
    text-align: left;
    display: block;
    width: auto;
    height: auto;
    justify-content: unset;
    align-items: unset
}
.gbyoga-cursor.-tooltip .gbyoga-cursor-text .gbyog-pogbyoga-cat {
    background-color: #181a17;
    padding: 5px 15px 5px 15px;
    display: inline-block;
    margin-bottom: 1px;
    color: #fff;
}
.gbyoga-cursor.-tooltip .gbyoga-cursor-text .gbyog-pogbyoga-cat a {
    color: #fff;
}
.gbyoga-cursor.-tooltip .gbyoga-cursor-text>* {
    color:#181a17;
    background-color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 15px;
}
.gbyoga-cursor.-tooltip .gbyoga-cursor-text .gbyog-title {
    width: 270px;
    word-wrap: break-word;
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
}
.gbyoga-cursor.-opaque:before {
    transform: scale(1.32);
}
.gbyoga-cursor.-opaque.-active:before {
    transform: scale(1.2);
}
.gbyoga-cursor.-lg:before {
    transform: scale(2);
}
.gbyoga-cursor.-hidden:before {
    transform: scale(0);
}
.gbyoga-cursor.-color-red:before {
    background: red;
}

.gbyoga-cursor.-team:before {
    transform: scale(10);
}
/*Gym Builder Plugin Css*/
.gym-builder-page .gbyoga-btn{
    color:#fff;
}
.gym-builder-page .gbyoga-btn:hover{
    color:#fff;
}
.gym-builder .gym-builder-wrapper{
    padding-top: 0;
    padding-bottom: 0;
}
.gym-builder .gym-builder-wrapper .gym-builder-header{
    display:none;
}
/*class archive page css*/
.gym-builder .gbyoga-layout-1 .gbyoga-class-item .class-meta{
    display: block;
    margin-top: 5px;
}
.gym-builder .gbyoga-layout-1 .gbyoga-class-item .class-meta li{
    position: relative;
    display: inline-block;
    margin-right: 20px;
    padding-left: 20px;
    line-height: 32px;
    color:#181a17;
    font-size: 15px;
}
.gym-builder .gbyoga-layout-1 .gbyoga-class-item .class-meta li:before{
    content: '\f19b';
    position: absolute;
    left: 0;
    top: 0;
    font-family: "gym-builder-icons";
    font-weight: 900;
    line-height: 30px;
    font-size: 15px;
    color:var(--gbyoga-primary-color);
}
.gym-builder .gbyoga-layout-1 .gbyoga-class-item .duration{
    display: inline-flex;
    align-items: center;
    gap:5px;
    color:#181a17;
    font-size: 15px;
}
.gym-builder .gbyoga-layout-1 .gbyoga-class-item .duration .icon{
    line-height: 1;
}
.gym-builder .gbyoga-layout-1 .gbyoga-class-item .duration i{
    font-size: 18px;
    color:var(--gbyoga-primary-color);
}
.gym-builder .gbyoga-layout-1 .gbyoga-class-item .course-price{
    margin-top: 10px;
    font-size: 22px;
    color:var(--gbyoga-secondary-color);
    font-weight: 500;
}
.gym-builder .gbyoga-layout-1 .gbyoga-class-item .gym-builder-class-title{
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
}
.gym-builder .gbyoga-layout-1 .gbyoga-class-item .gym-builder-class-title a{
    color:#181a17;
}
.gym-builder .gbyoga-layout-1 .gbyoga-class-item .gym-builder-class-title a:hover{
    color:var(--gbyoga-primary-color);
}
.gbyoga-layout-1 .gbyoga-class-item .class-thumb-wrapper{
    position: relative;
}
.gbyoga-layout-1 .gbyoga-class-item .class-thumb{
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    display: block;
    clip-path: polygon(6.726% 0%, 93.274% 0%, 93.274% 0%, 94.364% 0.119%, 95.399% 0.464%, 96.364% 1.015%, 97.245% 1.755%, 98.029% 2.664%, 98.701% 3.723%, 99.249% 4.915%, 99.657% 6.219%, 99.912% 7.617%, 100% 9.091%, 100% 66.97%, 100% 66.97%, 99.732% 70.984%, 98.988% 73.969%, 97.863% 76.111%, 96.447% 77.599%, 94.835% 78.618%, 93.119% 79.355%, 91.39% 79.998%, 89.742% 80.733%, 88.268% 81.747%, 87.061% 83.227%, 87.061% 83.227%, 86.147% 85.185%, 85.483% 87.323%, 84.946% 89.551%, 84.409% 91.777%, 83.749% 93.91%, 82.839% 95.86%, 81.556% 97.535%, 79.775% 98.844%, 77.369% 99.696%, 74.215% 100%, 6.726% 100%, 6.726% 100%, 5.636% 99.881%, 4.601% 99.536%, 3.636% 98.985%, 2.755% 98.245%, 1.971% 97.336%, 1.299% 96.277%, 0.751% 95.085%, 0.343% 93.781%, 0.088% 92.383%, 0% 90.909%, 0% 9.091%, 0% 9.091%, 0.088% 7.617%, 0.343% 6.219%, 0.751% 4.915%, 1.299% 3.723%, 1.971% 2.664%, 2.755% 1.755%, 3.636% 1.015%, 4.601% 0.464%, 5.636% 0.119%, 6.726% 0%);
    margin-bottom: 20px;
}
.gbyoga-layout-1 .gbyoga-class-item .class-thumb img{
    position: relative;
    width: 100%;
    border-radius: 30px;
    transition: all 0.5s ease 0s;
}
.gbyoga-layout-1 .gbyoga-class-item:hover .class-thumb img{
    backface-visibility: hidden;
    transform: scale(1.05);
}
.gbyoga-layout-1 .gbyoga-class-item  .class-category{
    position: absolute;
    top: 20px;
    left: 25px;
    z-index: 1;
}
.gbyoga-layout-1 .gbyoga-class-item  .class-category a{
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #181a17;
    padding: 5px 15px;
    border-radius: 15px;
    font-weight: 500;
}
.gbyoga-class-item  .read-more-btn{
    position: absolute;
    bottom: 2px;
    right: 2px;
    z-index: 1;
}
.gbyoga-class-item  .read-more-btn a{
    background-color: var(--gbyoga-primary-color);
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.5s ease 0s;
    font-family: var(--gbyoga-heading-font);
}
.gbyoga-class-item:hover .read-more-btn a{
    background-color: var(--gbyoga-secondary-color);
}
.gbyoga-class-item .read-more-btn a i{
    line-height: 0;
}
.gbyoga-class-item .read-more-btn a i:before{
    display: inline-block;
    transition: transform 0.4s ease-in-out;
    transform: scale(1) translate(0, 0);
}
.gbyoga-class-item:hover .read-more-btn a i:before{
    transform: scale(1) translate(5px, 0);
}
/*gym builder pagination*/
.gym-builder .pagination .page-link{
    background-color: var(--gbyoga-secondary-color);
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.5s ease 0s;
    border:0;
}
.gym-builder .pagination .page-item.active .page-link {
    color: #fff;
    background-color: var(--gbyoga-primary-color);
}
.gym-builder .pagination .page-link:hover{
    color: #fff;
    background-color: var(--gbyoga-primary-color);
}
.mfp-iframe-holder .mfp-close:hover{
    background-color: transparent;
}
/*Class Single Page*/
.gbyoga-class-single .class-thumb{
    position: relative;
    margin-bottom: 25px;
}
.gbyoga-class-single .class-thumb:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    background-color: rgba(0,0,0,0.2);
    z-index: 1;
}
.gbyoga-class-single .class-thumb img{
    border-radius: 30px;
    display: block;
    width: 100%;
}
.gbyoga-class-single .video-icon{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}
.gbyoga-class-single .video-icon:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,.1);
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.gbyoga-class-single .video-icon:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,.4);
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.gbyoga-class-single .video-icon a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--gbyoga-primary-color);
    position: relative;
    transition: all .3s ease;
    font-size: 20px;
}
.gbyoga-class-single .video-icon a i{
    margin-top: 2px;
}
.gbyoga-class-single .video-icon a span{
    display: inline-block;
    margin-top: 4px;
}
.gbyoga-class-single.right-sidebar .class-sidebar{
    padding-left: 30px!important;
}
.gbyoga-class-single.left-sidebar .class-sidebar{
    padding-right: 30px!important;
}
.gbyoga-class-single .class-sidebar .class-price-info{
    color:#fff;
    border-radius: 30px;
    padding:30px;
    margin-bottom: 40px;
    background-color: var(--gbyoga-primary-color);
    background-image: url(../img/author-box-pattern.png);
    background-repeat: repeat;
}
.gbyoga-class-single .class-sidebar .class-price-info .label{
    font-family: var(--gbyoga-heading-font);
    font-weight: 500;
    color: var(--gbyoga-secondary-color);
}
.gbyoga-class-single .class-sidebar .class-price-info .item{
    display:flex;
    flex-wrap: wrap;
    gap:3px;
    margin-bottom: 15px;
}
.gbyoga-class-single .class-sidebar .class-price-info .item:last-child{
    margin-bottom: 0;
}
.gbyoga-class-single .class-sidebar .class-price-info .content{
    font-size: 15px;
}
.gym-builder-sidebar  .gym-builder-widget-heading h2,
.gbyoga-class-single .class-sidebar .single-heading{
    display: block;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
    width: auto;
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
    color: #181a17;
    font-weight: 500;
}
.gym-builder-sidebar  .gym-builder-widget-heading h2:after,
.gbyoga-class-single .class-sidebar .single-heading:after{
    content: '';
    width: 30px;
    height: 5px;
    background-color: var(--gbyoga-primary-color);
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.gbyoga-class-single .class-sidebar .class-price-info .single-heading{
    color:#fff;
}
.gbyoga-class-single .class-sidebar .class-price-info .single-heading:after{
    background-color: #fff;
}
.gbyoga-class-single .class-single-btn{
    margin-top: 30px;
}
.gbyoga-class-single .class-single-btn a{
    width: 100%;
    position: relative;
    border-radius: 30px;
    padding: 19px 40px;
    background-color: #fff;
    color: #181a17;
    transition: all 0.4s ease-in;
    line-height: 1.42;
    margin: 5px 0;
    letter-spacing: 0;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    font-family: var(--gbyoga-heading-font);
}
.gbyoga-class-single .class-single-btn a .icon{
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: var(--gbyoga-primary-color);
    color: #fff;
    transition: all 0.4s ease-in-out;
}
.gbyoga-class-single .class-single-btn a .icon i{
    display: inline-block;
    margin-top: 14px;
    font-size: 20px;
    line-height: 0;
}
.gbyoga-class-single .class-single-btn a:hover{
    background-color: var(--gbyoga-secondary-color);
}
.gbyoga-class-single .class-single-btn a:hover .icon{
    background-color: #fff;
    color:#181a17;
}
.gbyoga-class-single .class-sidebar .class-schedule{
    padding: 30px;
    border-radius: 30px;
    background-color: #fff;
    margin-bottom: 40px;
}
.gbyoga-class-single .class-sidebar .class-schedule table td,
.gbyoga-class-single .class-sidebar .class-schedule table th{
    padding: 10px 20px;
    font-family: var(--gbyoga-heading-font);
    font-size: 15px;
    font-weight: 600;
    color: #181a17;
    border: 1px solid #ebebeb;
}
.gbyoga-class-single .class-sidebar .class-schedule table th{
    color: var(--gbyoga-primary-color);
}
.gbyoga-class-single .class-sidebar .class-schedule table td{
    padding: 10px;
    position: relative;
}
.gbyoga-class-single .class-sidebar .class-schedule table td img{
    width:100px;
    height:100px;
}
.gbyoga-class-single .class-sidebar .class-schedule table tr:nth-child(odd){
    background-color: #f8f8f8;
}
.trainer-hidden-thumb{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: calc(100% + 50px);
    right: 0;
    z-index: 1;
    transition: all .2s ease-out;
}
.gbyoga-class-single .class-sidebar .table-responsive{
    overflow-x: inherit;
}
.gbyoga-class-single .class-sidebar .class-schedule table td:hover .trainer-hidden-thumb{
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 0px);
    transition: all .8s cubic-bezier(0,0,.15,1.88);
}
/*class widget*/
.gym-builder-sidebar .gym-builder-widget{
    padding: 30px;
    border-radius: 30px;
    background-color: #fff;
    margin-bottom: 40px;
}
.widget_gym_builder_class_widget .class-item{
    border-bottom: 1px solid rgba(24, 26, 23, 0.10);
    margin-top: 20px;
    padding-bottom: 23px;
}
.widget_gym_builder_class_widget .class-item:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.widget_gym_builder_class_widget .class-item .thumb img{
    height: 90px;
    width: 90px;
    object-fit: cover;
    border-radius: 20px;
}
.widget_gym_builder_class_widget .class-item .entry-title{
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
.widget_gym_builder_class_widget .class-item .entry-title a{
    color:#181a17;
}
.widget_gym_builder_class_widget .class-item .entry-title a:hover{
    color:var(--gbyoga-primary-color);
}
.widget_gym_builder_class_widget .class-item .class-meta li{
    position:relative;
    padding-left: 20px;
    font-size: 15px;
}
.widget_gym_builder_class_widget .class-item .class-meta li:before{
    content: '\f19b';
    position: absolute;
    left: 0;
    top: 0;
    font-family: "gym-builder-icons";
    font-weight: 900;
    line-height: 28px;
    font-size: 15px;
    color: var(--gbyoga-primary-color);
}
/*trainer css*/
.gbyoga-trainer-wrapper .trainer-item{
    padding:0;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
}
.gbyoga-trainer-wrapper .trainer-item .trainer-thumb-wrapper{
    position: relative;
}
.gbyoga-trainer-wrapper .trainer-item .trainer-thumb{
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    display: block;
    clip-path: polygon( 9.202% 0%,90.798% 0%,90.798% 0%,92.289% 0.11%,93.705% 0.429%,95.025% 0.939%,96.231% 1.622%,97.303% 2.463%,98.223% 3.442%,98.972% 4.543%,99.531% 5.748%,99.879% 7.041%,100% 8.403%,100% 69.468%,100% 69.468%,99.633% 73.178%,98.616% 75.937%,97.076% 77.918%,95.14% 79.293%,92.934% 80.235%,90.585% 80.917%,88.221% 81.511%,85.967% 82.19%,83.95% 83.128%,82.298% 84.496%,82.298% 84.496%,81.047% 86.306%,80.14% 88.282%,79.405% 90.341%,78.671% 92.399%,77.767% 94.371%,76.523% 96.173%,74.767% 97.721%,72.33% 98.931%,69.039% 99.719%,64.724% 100%,9.202% 100%,9.202% 100%,7.711% 99.89%,6.295% 99.571%,4.975% 99.061%,3.769% 98.378%,2.697% 97.538%,1.777% 96.558%,1.028% 95.457%,0.469% 94.252%,0.121% 92.959%,0% 91.597%,0% 8.403%,0% 8.403%,0.121% 7.041%,0.469% 5.748%,1.028% 4.543%,1.777% 3.442%,2.697% 2.463%,3.769% 1.622%,4.975% 0.939%,6.295% 0.429%,7.711% 0.11%,9.202% 0% );
    margin-bottom: 25px;
}
.gbyoga-trainer-wrapper .trainer-item .trainer-thumb img{
    position: relative;
    width: 100%;
    border-radius: 30px;
    transition: all 0.5s ease 0s;
}
.gbyoga-trainer-wrapper .trainer-item:hover .trainer-thumb img{
    backface-visibility: hidden;
    transform: scale(1.05);
}
.gbyoga-trainer-wrapper .trainer-item .social-icon-wrapper{
    position: absolute;
    bottom: 2px;
    right: 2px;
    z-index: 1;
}
.gbyoga-trainer-wrapper .trainer-item  .share-icon{
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all .6s ease-in-out;
}
.gbyoga-trainer-wrapper   .icons-wrapper{
    text-align: center;
    position: absolute;
    bottom: 50px;
    right: 0;
    transform: translateY(10px);
    opacity: 0;
    padding: 3px;
    transition: all .6s ease-in-out;
}
.gbyoga-trainer-wrapper .trainer-item  .social-icons{
    margin:0;
    padding:0;
    display: flex;
    list-style-type: none;
    flex-direction: column-reverse;
}
.gbyoga-trainer-wrapper .trainer-item  .social-icons li{
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 5px;
    transform: translate(0);
    transition: all 600ms ease-in-out;
}
.gbyoga-trainer-wrapper .trainer-item  .social-icons li i{
    line-height: 0;
}
.gbyoga-trainer-wrapper .trainer-item  .social-icons li a{
    display: block;
    opacity: 1;
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: 1;
    background: transparent;
    color: #181a17;
    transition: all 600ms ease-in-out;
}
.gbyoga-trainer-wrapper .social-icon-wrapper:hover  .icons-wrapper{
    transform: translateY(-25px);
    opacity: 1;
}
.gbyoga-trainer-wrapper .trainer-item  .social-icons li:hover,
.gbyoga-trainer-wrapper .social-icon-wrapper:hover  .share-icon{
    background-color: var(--gbyoga-primary-color);
}
.gbyoga-trainer-wrapper .trainer-item  .social-icons li:hover a{
    color:#fff;
}
.gbyoga-trainer-wrapper   .share-icon svg g:nth-child(3) path{
    transition: all .6s ease-in-out;
}
.gbyoga-trainer-wrapper .social-icon-wrapper:hover  .share-icon svg g:nth-child(3) path{
    fill:#fff;
}
.gbyoga-trainer-wrapper .trainer-item  .share-icon:hover .social-icons li{
    transform: translate(0);
}
.gbyoga-trainer-wrapper .trainer-item .trainer-designation{
    display: inline-block;
    font-size: 12px;
    line-height: 28px;
    text-transform: uppercase;
    padding-left: 15px;
    position: relative;
    letter-spacing: 0.6px;
    font-weight: 500;
    font-family: var(--gbyoga-heading-font);
}
.gbyoga-trainer-wrapper .trainer-item .trainer-designation:before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0 , -50%);
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--gbyoga-primary-color);
}
.gbyoga-trainer-wrapper .trainer-item .gym-builder-trainer-title{
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0;
    font-weight: 500;
}
/*trainer single page*/
.gbyoga-trainer-single.left-sidebar .gym-builder-sidebar{
    padding-right: 60px!important;
}
.gbyoga-trainer-single.right-sidebar .gym-builder-sidebar{
    padding-left: 60px!important;
}
.gbyoga-trainer-single .gym-builder-sidebar .gym-builder-trainer-info{
    border:0;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    margin-bottom: 0;
    padding:0;
}
.gbyoga-trainer-single .gym-builder-sidebar .gym-builder-trainer-info .thumb img{
    border-radius: 0;
    width: 100%;
    height: auto;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.gbyoga-trainer-single .gym-builder-sidebar .trainer-content{
    position: relative;
}
.gbyoga-trainer-single .gym-builder-sidebar .content-wrapper{
    padding: 45px 30px 70px;
    background-color: var(--gbyoga-primary-color);
    background-image: url(../img/author-box-pattern.png);
    background-position: bottom center;
    background-repeat: repeat;
    border-bottom-left-radius: 30px;
}
.gbyoga-trainer-single .gym-builder-sidebar .shape-bottom-left-corner{
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: -30px;
    transform: none;
}
.gbyoga-trainer-single .gym-builder-sidebar .shape-top-right-corner{
    top: -29px;
    right: 0;
    transform: none;
    width: 30px;
    height: 30px;
    position: absolute;
}
.gbyoga-trainer-single .gym-builder-sidebar .shape-top-right-corner svg path,
.gbyoga-trainer-single .gym-builder-sidebar .shape-bottom-left-corner svg path{
    fill:var(--gbyoga-primary-light-color);
}
.gbyoga-trainer-single .gym-builder-sidebar .social-icon-wrapper{
    position: absolute;
    right: 0;
    bottom: -2px;
    background: var(--gbyoga-primary-light-color);
    border-radius: 50% 0 0 0;
}

.gbyoga-trainer-single .gym-builder-sidebar .social-icon-wrapper .share-icon{
    background-color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all .6s ease-in-out;
}
.gbyoga-trainer-single .gym-builder-sidebar   .share-icon svg g:nth-child(3) path {
    transition: all .6s ease-in-out;
}
.gbyoga-trainer-single .gym-builder-sidebar .full-icons{
    position: relative;
    display: block;
    padding: 15px 0 0 15px;
    border-radius: 50%;
    background-color: var(--gbyoga-primary-light-color);
}
.gbyoga-trainer-single .gym-builder-sidebar .social-icon-wrapper .social-icon{
    text-align: center;
    position: absolute;
    bottom: 8px;
    right: 0;
    transform: translate(-40px , 0);
    opacity: 0;
    padding: 3px;
    display: flex;
    flex-direction: row-reverse;
    transition: all 0.3s ease-in;
    z-index: 99;
}
.gbyoga-trainer-single .gym-builder-sidebar .social-icon-wrapper .social-icon li{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(0);
    transition: all 600ms ease-in-out;
}
.gbyoga-trainer-single .gym-builder-sidebar .social-icon-wrapper .social-icon li:first-child{
    transform: translate(0, 0);
}
.gbyoga-trainer-single .gym-builder-sidebar .social-icon-wrapper .social-icon li a{
    display: block;
    opacity: 1;
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: 1;
    background: transparent;
    color: #181a17;
    transition: all 0.5s ease-out 0s;
}
.gbyoga-trainer-single .gym-builder-sidebar .social-icon li:nth-child(2){
    transform: translate(43px, 0);
}
.gbyoga-trainer-single .gym-builder-sidebar .social-icon  li:nth-child(3){
    transform: translate(86px, 0);
}
.gbyoga-trainer-single .gym-builder-sidebar .social-icon  li:nth-child(4){
    transform: translate(129px, 0);
}
.gbyoga-trainer-single .gym-builder-sidebar .social-icon  li:nth-child(5){
    transform: translate(172px, 0);
}
.gbyoga-trainer-single .gym-builder-sidebar .social-icon  li:nth-child(6){
    transform: translate(215px, 0);
}
.gbyoga-trainer-single .gym-builder-sidebar .social-icon  li:nth-child(7){
    transform: translate(258px, 0);
}
.gbyoga-trainer-single .gym-builder-sidebar .social-icon-wrapper .social-icon li a:hover{
    background-color: transparent;
}
.gbyoga-trainer-single .gym-builder-sidebar .social-icon-wrapper .social-icon li a i{
    color: #181a17;
    transition: all 0.5s ease-out 0s;
}
.gbyoga-trainer-single .gym-builder-sidebar .social-icon-wrapper:hover .social-icon{
    transform: translate(-70px, 0);
    opacity: 1;
}
.gbyoga-trainer-single .gym-builder-sidebar .social-icon-wrapper:hover .social-icon li {
    transform: translate(0);
}
.gbyoga-trainer-single .gym-builder-sidebar .social-icon-wrapper:hover .share-icon{
    background-color: var(--gbyoga-secondary-color);
}
.gbyoga-trainer-single .gym-builder-sidebar .social-icon li:hover{
    background-color: var(--gbyoga-secondary-color);
}
.gbyoga-trainer-single .gym-builder-sidebar .trainer-designation{
    font-size: 12px;
    line-height: 20px;
    padding-left: 13px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 8px;
    font-family: var(--gbyoga-heading-font);
}
.gbyoga-trainer-single .gym-builder-sidebar .trainer-designation:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    background-color: var(--gbyoga-secondary-color);
    border-radius: 50%;
}
.gbyoga-trainer-single .gym-builder-sidebar .entry-title{
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}
.gbyoga-trainer-single .gym-builder-sidebar .content-top{
    padding-bottom: 28px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.gbyoga-trainer-single .gym-builder-sidebar .trainer-class-schedule h4{
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}
.gbyoga-trainer-single .gym-builder-sidebar .schedule-list{
    display:flex;
    flex-direction: column;
    align-items: flex-start!important;
}
.gbyoga-trainer-single .gym-builder-sidebar .schedule-list li{
    color:#fff;
    display:flex;
    gap:5px;
    font-family:var(--gbyoga-heading-font);
}
.gbyoga-trainer-single  .entry-content > h1,
.gbyoga-trainer-single  .entry-content > h2,
.gbyoga-trainer-single  .entry-content > h3,
.gbyoga-trainer-single  .entry-content .heading{
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 15px;
}
.gbyoga-trainer-single .trainer-skill-wrap{
    margin-top: 30px;
}
.gbyoga-trainer-single .trainer-skill-wrap .trainer-skill-each .progress{
    background: #ffffff;
    height: auto!important;
}
.gbyoga-trainer-single .trainer-skill-wrap .trainer-skill-each .skill-name{
    color:#181a17;
    font-family: var(--gbyoga-heading-font);
}
.gbyoga-trainer-single .post-wrapper .entry-content .shape-bottom-left-corner,
.gbyoga-trainer-single .post-wrapper .entry-content .shape-top-right-corner,
.gbyoga-trainer-single .post-wrapper .entry-content .share-icon{
    display:none;
}
.gbyoga-trainer-single .post-wrapper .entry-content .gym-builder-trainer-info{
    gap:30px;
    background-color: #fff!important;
    border:0;
    border-radius: 30px;
    margin-bottom: 60px;
}
.gbyoga-trainer-single .post-wrapper .entry-content .trainer-designation{
    font-size: 14px;
    line-height: 20px;
    padding-left: 13px;
    color:#181a17;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px;
    font-family:var(--gbyoga-heading-font);
    font-weight: 500;
}
.gbyoga-trainer-single .post-wrapper .entry-content .trainer-designation:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    background-color: var(--gbyoga-primary-color);
    border-radius: 50%;
}
.gbyoga-trainer-single .post-wrapper .entry-content .entry-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 30px;
}
.gbyoga-trainer-single .post-wrapper .entry-content .trainer-class-schedule h4{
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}
.gbyoga-trainer-single .post-wrapper .entry-content .schedule-list{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.gbyoga-trainer-single .post-wrapper .entry-content .schedule-list li{
    font-family: var(--gbyoga-heading-font);
    color:#181a17;
    line-height: 1.2;
}
.gbyoga-trainer-single .post-wrapper .entry-content .social-icon-wrapper{
    margin-top: 30px;
}
.gbyoga-trainer-single .post-wrapper .entry-content .social-icon-wrapper .social-icon li a{
    width: 40px!important;
    height: 40px!important;
    border-radius: 50%;
}
.gbyoga-trainer-single .post-wrapper .entry-content .social-icon-wrapper .social-icon li a i{
    line-height: 0;
}
/*trainer contact form*/
 .trainer-contact-form{
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 100px;
    padding: 50px;
    border-radius: 30px;
    background-color: #fff;
}
 .trainer-contact-form .heading{
    margin-bottom: 30px;
}
.frm-fluent-form .trainer-form input {
    font-size: 14px;
    color: #000;
    padding: 12px 20px;
    height: 51px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}
.frm-fluent-form .trainer-form .choices__list--single {
    display: flex;
    align-items: center;
    height: 50px;
    color: #000;
    font-size: 14px;
}
.frm-fluent-form .trainer-form .choices__list--single .choices__item {
    font-size: 14px;
    line-height: 28px;
    color: #838b92;
}
.frm-fluent-form .trainer-submit-form .ff-btn-submit {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: var(--gbyoga-heading-font);
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-style: normal;
    padding: 18px 35px;
    border: none;
    border-radius: 50px;
    transition: all .3s;
    z-index: 1;
    color: #fff;
    background-color: var(--gbyoga-primary-color);
}
.frm-fluent-form .trainer-submit-form .ff-btn-submit:hover{
    background-color: var(--gbyoga-secondary-color);
}
.frm-fluent-form .trainer-submit-form {
    margin-bottom: 0!important;
}
/*Elementor Widget*/
.gbyoga-banner-slider-addon{
    margin: 0 20px 0 20px;
    max-width: 100%;
    overflow: hidden;
    border-radius: 30px;
}
.gbyoga-banner-slider-addon .gbyoga-banner-swiper-slider .swiper-slide{
    overflow: hidden;
}
.gbyoga-banner-slider-addon .gbyoga-banner-swiper-slider .single-slider {
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.gbyoga-banner-slider-addon .gbyoga-banner-swiper-slider .single-slider:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.gbyoga-banner-slider-addon .gbyoga-banner-swiper-slider .slider-content-wrapper{
    position:relative;
    z-index: 9;
}
.gbyoga-banner-slider-addon .gbyoga-banner-swiper-slider .el-swiper-button-next,
.gbyoga-banner-slider-addon .gbyoga-banner-swiper-slider .el-swiper-button-prev{
    width: 55px;
    height: 55px;
    line-height: 53px;
    text-align: center;
    background-color:var(--gbyoga-primary-color);
    border-radius: 55px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease;
}
@media(max-width:767px){
    .gbyoga-banner-slider-addon .gbyoga-banner-swiper-slider .el-swiper-button-next,
    .gbyoga-banner-slider-addon .gbyoga-banner-swiper-slider .el-swiper-button-prev{
        display:none;
    }
}
.gbyoga-banner-slider-addon .gbyoga-banner-swiper-slider .el-swiper-button-next svg path,
.gbyoga-banner-slider-addon .gbyoga-banner-swiper-slider .el-swiper-button-prev svg path{
    stroke:#fff;
}
.gbyoga-banner-slider-addon .gbyoga-banner-swiper-slider .el-swiper-button-prev{
    transform:translateX(50px);
}
.gbyoga-banner-slider-addon .gbyoga-banner-swiper-slider .el-swiper-button-next{
    transform:translateX(-50px);
}
.gbyoga-banner-slider-addon .gbyoga-banner-swiper-slider:hover .el-swiper-button-next,
.gbyoga-banner-slider-addon .gbyoga-banner-swiper-slider:hover .el-swiper-button-prev{
    transform:translateX(0);
    opacity:1;
    visibility:visible;
}
.gbyoga-banner-slider-addon .gbyoga-banner-swiper-slider .swiper-navigation > div.el-swiper-button-next {
    left: 40px;
}
.gbyoga-banner-slider-addon .gbyoga-banner-swiper-slider .swiper-navigation > div.el-swiper-button-prev {
    right: 40px;
}
.gbyoga-banner-slider-addon .gbyoga-banner-swiper-slider .el-swiper-pagination{
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 9;
}
.gbyoga-banner-slider-addon .gbyoga-banner-swiper-slider .el-swiper-pagination > span{
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 0 5px;
    opacity: 1;
}
.gbyoga-banner-slider-addon .gbyoga-banner-swiper-slider .el-swiper-pagination > span.swiper-pagination-bullet-active{
    outline: 1px solid #fff;
    outline-offset: 4px;
}
.gbyoga-banner-slider-addon,
.gbyoga-banner-slider-addon .slider-subtitle,
.gbyoga-banner-slider-addon .gbyoga-banner-swiper-slider .slider-title{
    transition:all .4s ease;
}
.gbyoga-banner-slider-addon .btn-wrapper a{
    transition:all .4s ease;
}
.swiper-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-top: 2px solid var(--gbyoga-primary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.gbyoga-banner-swiper-slider.loaded .swiper-preloader {
    display: none;
}
.gbyoga-banner-slider-addon .gbyoga-banner-swiper-slider .slider-subtitle{
    display:inline-block;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 12px;
    border: 1px solid rgb(255, 255, 255);
    padding: 2px 18px;
    border-radius: 20px;
    text-transform: uppercase;
    color:#fff;
    font-family:var(--gbyoga-heading-font);
    margin-bottom: 15px;
}
.gbyoga-banner-slider-addon .gbyoga-banner-swiper-slider .slider-title{
    font-size: 60px;
    line-height: 1.2;
    color:#fff;
    font-weight: 600;
    margin-bottom: 30px;
}
.gbyoga-banner-slider-addon .gbyoga-banner-swiper-slider .slider-content{
    padding-top: 30px;
    font-size: 18px;
    color:#fff;
    border-top:1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 40px;
}
.gbyoga-banner-slider-addon .gbyoga-banner-swiper-slider .btn-wrapper{
    display:flex;
    gap:20px;
    align-items: center;
}

.gbyoga-banner-slider-addon.layout-2 .gbyoga-banner-swiper-slider .slider-content-wrapper{
    text-align: center;
}
.gbyoga-banner-slider-addon.layout-2 .gbyoga-banner-swiper-slider .btn-wrapper{
    justify-content: center;
}
.gbyoga-banner-slider-addon.layout-2 .gbyoga-banner-swiper-slider .slider-subtitle{
    background-color:#fff;
    color:#181a17;
    transition: all ease 1.5s;
}
.gbyoga-banner-slider-addon.layout-2 .gbyoga-banner-swiper-slider .slider-title{
    font-size: 70px;
    transition: all ease 1.5s;
}
.gbyoga-banner-slider-addon.layout-2 .gbyoga-banner-swiper-slider .slider-content{
    transition: all ease 1.5s;
}
.gbyoga-banner-slider-addon.layout-2 .gbyoga-banner-swiper-slider .btn-wrapper {
    transition: all ease 1.5s;
}
.gbyoga-banner-slider-addon .gbyoga-btn{
    padding: 15px 35px;
}
.gbyoga-banner-slider-addon.layout-2 .gbyoga-btn-1{
    background-color: transparent;
    color:#fff;
    border:2px solid #fff;
}
.gbyoga-banner-slider-addon.layout-2 .gbyoga-btn-2{
    background-color:var(--gbyoga-secondary-color);
    border:2px solid var(--gbyoga-secondary-color);
}
.gbyoga-banner-slider-addon.layout-2 .gbyoga-btn-1:hover{
    background-color: #fff;
    color:#181a17;
}
.gbyoga-banner-slider-addon.layout-2 .gbyoga-btn-2:hover{
    background-color:var(--gbyoga-primary-color);
    border:2px solid var(--gbyoga-primary-color);
}
.gbyoga-banner-slider-addon.layout-2 .gbyoga-banner-swiper-slider .el-swiper-button-next,
.gbyoga-banner-slider-addon.layout-2 .gbyoga-banner-swiper-slider .el-swiper-button-prev{
    background-color:var(--gbyoga-secondary-color);
    border:2px solid var(--gbyoga-secondary-color);
}
.gbyoga-banner-slider-addon.layout-2 .gbyoga-banner-swiper-slider .slider-content-wrapper * {
    animation-duration: 0.8s;
    animation-fill-mode: both;
}
.gbyoga-banner-slider-addon.layout-2 .gbyoga-banner-swiper-slider .swiper-slide-active .slider-subtitle{
    animation-name: gbyogaFadeInUp;
    animation-delay: 0.2s;
}
.gbyoga-banner-slider-addon.layout-2 .gbyoga-banner-swiper-slider .swiper-slide-active .slider-title{
    animation-name: gbyogaFadeInUp;
    animation-delay: 0.4s;
}
.gbyoga-banner-slider-addon.layout-2 .gbyoga-banner-swiper-slider .swiper-slide-active .slider-content{
    animation-name: gbyogaFadeInUp;
    animation-delay: 0.6s;
}
.gbyoga-banner-slider-addon.layout-2 .gbyoga-banner-swiper-slider .swiper-slide-active .btn-wrapper{
    animation-name: gbyogaFadeInUp;
    animation-delay: 0.8s;
}
.gbyoga-banner-slider-addon.layout-2 .gbyoga-banner-swiper-slider:not(.swiper-initialized) .slider-content-wrapper {
    opacity: 0;
}
.gbyoga-banner-slider-addon.layout-2 .gbyoga-banner-swiper-slider .swiper-navigation > div.el-swiper-button-next{
    left:130px;
}
.gbyoga-banner-slider-addon.layout-2 .gbyoga-banner-swiper-slider .swiper-navigation > div.el-swiper-button-prev {
    right:130px;
}
.gbyoga-banner-slider-addon.layout-2 .gbyoga-banner-swiper-slider .slider-social-section{
    margin:0;
    padding:0;
    list-style-type: none;
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    z-index: 99;
}
.gbyoga-banner-slider-addon.layout-2 .gbyoga-banner-swiper-slider .slider-social-section li a{
    display: block;
    padding:13px 0;
    color:#fff;
    font-family: var(--gbyoga-heading-font);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
.gbyoga-banner-slider-addon.layout-2 .gbyoga-banner-swiper-slider .slider-social-section li a:hover{
    color: var(--gbyoga-secondary-color);
}
.gbyoga-banner-slider-addon.layout-2{
    margin:0 50px;
}
.gbyoga-members{
    position: relative;
    width: 260px;
    margin-left: auto;
    padding: 28px 36px 4px;
    border-radius: 30px 0 0;
    background-color: var(--gbyoga-primary-light-color);
}
.gbyoga-members .shape-left-corner-icon{
    bottom: 0;
    left: -30px;
    width: 30px;
    height: 30px;
    position: absolute;
}
.gbyoga-members .shape-right-corner-icon{
    top: -30px;
    right: 0;
    width: 30px;
    height: 30px;
    position: absolute;
}
.gbyoga-members svg path{
    fill:var(--gbyoga-primary-light-color);
}
.gbyoga-members .content{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
.gbyoga-members .member-img{
    margin-bottom: 20px;
}
.gbyoga-members-wrapper{
    padding: 0 50px;
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
}
/*Hero Banner*/
.gbyoga-hero-banner-wrapper{
    position: relative;
    background-color: var(--gbyoga-primary-color);
    background-image: url(../img/banner-pattern.png);
    background-repeat: repeat;
    background-size: cover;
}
.gbyoga-hero-banner-wrapper .banner-subtitle{
    display: inline-block;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 12px;
    border: 1px solid rgb(255, 255, 255);
    padding: 2px 18px;
    border-radius: 20px;
    text-transform: uppercase;
    color: #fff;
    font-family: var(--gbyoga-heading-font);
    margin-bottom: 15px;
    animation: gbyogaFadeInUp 0.8s;
}
.gbyoga-hero-banner-wrapper .banner-title{
    font-size: 60px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
    animation: gbyogaFadeInUp 0.8s;
}
.gbyoga-hero-banner-wrapper .banner-content{
    padding-top: 30px;
    font-size: 18px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 40px;
    animation: gbyogaFadeInUp 0.8s;
}
.gbyoga-hero-banner-wrapper .gbyoga-btn{
    padding: 15px 35px;
    border-radius:30px;
    transition: all .4s ease;
    background-color: #fff;
    color:#000;
}
.gbyoga-hero-banner-wrapper .button-wrap{
    animation: gbyogaFadeInUp 0.8s;
}
.gbyoga-hero-banner-wrapper .gbyoga-btn:hover{
    background-color: var(--gbyoga-secondary-color);
    color:#fff;
}
.gbyoga-hero-banner-wrapper .gbyoga-banner-members-wrapper{
    margin-top: 50px;
    animation: gbyogaFadeInUp 0.8s;
}
.gbyoga-hero-banner-wrapper .gbyoga-banner-members{
    display:flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 15px;
    align-items: center;
}
.gbyoga-hero-banner-wrapper .gbyoga-banner-members .title{
    line-height: 24px;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 0;
    color:#fff;
}
.gbyoga-hero-banner-wrapper .gbyoga-banner-members .title span{
    color:var(--gbyoga-secondary-color);
}
.img-paralax{
    animation: paralax infinite 5s;
}
.gbyogaFadeInUp {
    animation-name: gbyogaFadeInUp;
}
.gbyoga-hero-banner-wrapper .banner-social-section{
    margin:0;
    padding:0;
    list-style-type: none;
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    z-index: 99;
}
.gbyoga-hero-banner-wrapper .banner-social-section li{
    display: block;
    color:#fff;
}
.gbyoga-hero-banner-wrapper .banner-social-section li a{
    font-size: 15px;
    font-weight: 500;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: var(--gbyoga-primary-color);
    border-radius: 50%;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}
.gbyoga-hero-banner-wrapper .banner-social-section li:last-child a{
    margin-bottom: 0;
}
.gbyoga-hero-banner-wrapper .banner-social-section li a i{
    line-height: 0;
}
.gbyoga-hero-banner-wrapper .banner-social-section li a:hover{
    background-color: var(--gbyoga-secondary-color);
    color:#fff;
}
/*Gbyoga class widget*/
.el-class-addon.layout-1 .gbyoga-class-item .content-wrap{
    position:relative;

}
.el-class-addon.layout-1 .gbyoga-class-item .content-wrap .content-inner-wrap{
    background-color: rgba(255, 255, 255,.6);
    padding: 55px 40px 45px;
    border-radius: 30px;
    min-height: 355px;
    display: flex;
    flex-direction: column;
    clip-path: polygon(9.202% 0%, 90.798% 0%, 90.798% 0%, 92.289% 0.11%, 93.705% 0.429%, 95.025% 0.939%, 96.231% 1.622%, 97.303% 2.463%, 98.223% 3.442%, 98.972% 4.543%, 99.531% 5.748%, 99.879% 7.041%, 100% 8.403%, 100% 69.468%, 100% 69.468%, 99.633% 73.178%, 98.616% 75.937%, 97.076% 77.918%, 95.14% 79.293%, 92.934% 80.235%, 90.585% 80.917%, 88.221% 81.511%, 85.967% 82.19%, 83.95% 83.128%, 82.298% 84.496%, 82.298% 84.496%, 81.047% 86.306%, 80.14% 88.282%, 79.405% 90.341%, 78.671% 92.399%, 77.767% 94.371%, 76.523% 96.173%, 74.767% 97.721%, 72.33% 98.931%, 69.039% 99.719%, 64.724% 100%, 9.202% 100%, 9.202% 100%, 7.711% 99.89%, 6.295% 99.571%, 4.975% 99.061%, 3.769% 98.378%, 2.697% 97.538%, 1.777% 96.558%, 1.028% 95.457%, 0.469% 94.252%, 0.121% 92.959%, 0% 91.597%, 0% 8.403%, 0% 8.403%, 0.121% 7.041%, 0.469% 5.748%, 1.028% 4.543%, 1.777% 3.442%, 2.697% 2.463%, 3.769% 1.622%, 4.975% 0.939%, 6.295% 0.429%, 7.711% 0.11%, 9.202% 0%);
}
.el-class-addon.layout-1 .gbyoga-class-item .content-bottom{
    font-size: 98px;
    line-height: 70px;
    margin-top: auto;
    color: #181a17;
}
.el-class-addon .gbyoga-class-item .trainer-name{
    font-size: 12px;
    line-height: 32px;
    text-transform: uppercase;
    padding-left: 15px;
    position: relative;
    letter-spacing: 0.6px;
    font-weight: 500;
    font-family: var(--gbyoga-heading-font);
}
.el-class-addon .gbyoga-class-item .trainer-name a{
    color:#181a17
}
.el-class-addon .gbyoga-class-item .trainer-name a:hover{
    color: var(--gbyoga-primary-color);
}
.el-class-addon .gbyoga-class-item .trainer-name:before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--gbyoga-primary-color);
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translate(0 , -50%);
}
.el-class-addon.layout-1 .gbyoga-class-item .read-more-btn a{
    background:#fff;
    color:#181a17;
    transition: all 0.5s ease-in-out;
}
.el-class-addon.layout-1 .gbyoga-class-item .read-more-btn a:hover{
    background-color: var(--gbyoga-primary-color);
    color:#fff;
}
.el-class-addon.layout-1 .gbyoga-class-item:hover .read-more-btn a i:before {
    transform: none;
}
.el-class-addon.layout-1 .gbyoga-class-item .read-more-btn a:hover i:before{
    transform: scale(1) translate(5px, 0);
}
.el-class-addon.layout-1 .gbyoga-class-item .class-title{
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
}
.el-class-addon.layout-1 .gbyoga-class-item .class-title a{
    color:#181a17;
}
.el-class-addon.layout-1 .gbyoga-class-item .class-title a:hover{
    color: var(--gbyoga-primary-color);
}
.el-swiper-pagination {
    text-align: center;
    margin-top: 60px;
}
.el-swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.el-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: var(--gbyoga-primary-color);
}
.el-testimonial-addon .swiper-navigation,
.el-blog-post-addon .swiper-navigation,
.el-trainer-addon .swiper-navigation,
.el-class-addon .swiper-navigation{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 60px;
    gap:10px;
}
.el-testimonial-addon .swiper-navigation > div,
.el-blog-post-addon .swiper-navigation > div,
.el-trainer-addon .swiper-navigation > div,
.el-class-addon .swiper-navigation > div{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 60px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #181a17;
    color: #181a17;
    transition: all 500ms ease;
    z-index: 99;
}
.el-testimonial-addon .swiper-navigation > div:hover,
.el-blog-post-addon .swiper-navigation > div:hover,
.el-trainer-addon .swiper-navigation > div:hover,
.el-class-addon .swiper-navigation > div:hover{
    background-color: var(--gbyoga-primary-color);
    border-color: var(--gbyoga-primary-color);
}
.el-testimonial-addon .swiper-navigation > div svg path,
.el-blog-post-addon .swiper-navigation > div svg path,
.el-trainer-addon .swiper-navigation > div svg path,
.el-class-addon .swiper-navigation > div svg path{
    transition: all 500ms ease;
}
.el-testimonial-addon .swiper-navigation > div:hover svg path,
.el-trainer-addon .swiper-navigation > div:hover svg path,
.el-blog-post-addon .swiper-navigation > div:hover svg path,
.el-class-addon .swiper-navigation > div:hover svg path{
    stroke: #fff;
}
/*class layout 2*/
.el-class-addon.layout-2 .class-meta{
    margin-left: 0;
    padding-left: 0;
}
/*class layout 3*/
.gbyoga-main-hover-slider .swiper-slide {
    transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.gbyoga-main-hover-slider .gbyoga-hover-image .swiper-slide-active {
    opacity: 1;
}

.gbyoga-main-hover-slider .gbyoga-hover-image .swiper-slide {
    opacity: 0;
}
.gbyoga-hover-image .swiper-wrapper {
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.gbyoga-class-wrapper.layout-3 .gbyoga-hover-image .class-thumb{
    clip-path: polygon( 5.329% 0%,94.671% 0%,94.671% 0%,95.535% 0.073%,96.355% 0.286%,97.119% 0.625%,97.818% 1.081%,98.439% 1.64%,98.971% 2.292%,99.405% 3.026%,99.728% 3.829%,99.93% 4.69%,100% 5.597%,100% 79.664%,100% 79.664%,99.787% 82.136%,99.199% 83.973%,98.307% 85.292%,97.186% 86.208%,95.909% 86.836%,94.549% 87.29%,93.179% 87.685%,91.874% 88.138%,90.706% 88.762%,89.75% 89.674%,89.75% 89.674%,89.026% 90.879%,88.5% 92.195%,88.074% 93.567%,87.649% 94.937%,87.126% 96.251%,86.406% 97.451%,85.389% 98.482%,83.978% 99.288%,82.072% 99.813%,79.574% 100%,5.329% 100%,5.329% 100%,4.465% 99.927%,3.645% 99.714%,2.881% 99.375%,2.182% 98.919%,1.561% 98.36%,1.029% 97.708%,0.595% 96.974%,0.272% 96.171%,0.07% 95.31%,0% 94.403%,0% 5.597%,0% 5.597%,0.07% 4.69%,0.272% 3.829%,0.595% 3.026%,1.029% 2.292%,1.561% 1.64%,2.182% 1.081%,2.881% 0.625%,3.645% 0.286%,4.465% 0.073%,5.329% 0% );
}
.gbyoga-class-wrapper.layout-3 .gbyoga-hover-image .class-thumb a{
    display: block;
}
.gbyoga-class-wrapper.layout-3 .gbyoga-hover-image .class-thumb img{
    border-radius: 30px;
    width: 100%;
}
.gbyoga-class-wrapper.layout-3 .class-hover-content{
    list-style-type: none;
    padding-left: 55px;
    margin:0;
}
.gbyoga-class-wrapper.layout-3 .gbyoga-class-item{
    position: relative;
    cursor: pointer;
}
.gbyoga-class-wrapper.layout-3 .gbyoga-class-item .trainer-name{
    display: block;
}
.gbyoga-class-wrapper.layout-3 .gbyoga-class-item .class-title{
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 0;
}
.gbyoga-class-wrapper.layout-3 .gbyoga-class-item .class-title a{
    color:#181a17;
}
.gbyoga-class-wrapper.layout-3 .gbyoga-class-item .class-title a:hover{
    color:var(--gbyoga-primary-color);
}
.gbyoga-class-wrapper.layout-3 .gbyoga-class-item{
    border-bottom: 1px solid #181a17;
    padding: 22px 0 28px;
    position: relative;
}
.gbyoga-class-wrapper.layout-3 .gbyoga-class-item:first-child{
    padding-top: 0;
}
.gbyoga-class-wrapper.layout-3 .gbyoga-class-item:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.gbyoga-class-wrapper.layout-3 .gbyoga-class-item .read-more-btn{
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
/*Trainer Style*/
.el-trainer-addon.gbyoga-layout-1{
    position: relative;
}
.el-trainer-addon.gbyoga-layout-1 .gbyoga-trainer-item{
    padding: 33px 0 33px;
    border-bottom: 1px solid rgba(24, 26, 23,.5);
}
.el-trainer-addon.gbyoga-layout-1 .gbyoga-trainer-item:first-child{
    border-top: 1px solid rgba(24, 26, 23,.5);
}
.el-trainer-addon.gbyoga-layout-1 .trainer-content-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.el-trainer-addon.gbyoga-layout-1 .title-wrapper{
    align-items: baseline;
    display: flex;
}
.el-trainer-addon.gbyoga-layout-1 .gym-builder-trainer-title{
    font-size: 60px;
    line-height: 54px;
    margin-bottom: 0;
    transform-style: preserve-3d;
    font-weight: 500;
}
.el-trainer-addon.gbyoga-layout-1 .gym-builder-trainer-title a{
    color:#181a17
}
.el-trainer-addon.gbyoga-layout-1 .gym-builder-trainer-title a:hover{
    color:var(--gbyoga-primary-color);
}
.el-trainer-addon.gbyoga-layout-1 .gym-builder-trainer-title:hover .gym-builder-trainer-title a{
    color: var(--gbyoga-primary-color);
}
.el-trainer-addon.gbyoga-layout-1 .trainer-designation{
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 1.2px;
    font-weight: 500;
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
    text-transform: uppercase;
    transition: all .4s ease-in;
    font-family: var(--gbyoga-heading-font);
}
.el-trainer-addon.gbyoga-layout-1 .trainer-designation::before {
    content: "/";
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(5deg);
}
.el-trainer-addon.gbyoga-layout-1 .trainer-thumb-wrapper img {
    position: absolute;
    top: -177px;
    left: 48%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    transform: translateY(30%);
    border-radius: 30px;
    transition: all .3s ease-in;
}
.el-trainer-addon.gbyoga-layout-1 .gbyoga-trainer-item:last-child .trainer-thumb-wrapper img {
    top: -220px;
}
.el-trainer-addon.gbyoga-layout-1 .gbyoga-trainer-item:hover .trainer-thumb-wrapper img {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.el-trainer-addon.gbyoga-layout-1 .gbyoga-btn{
    padding:12px 30px;
    background-color: transparent;
    border: 1px solid #181a17;
    letter-spacing: 0.65px;
    font-size: 13px;
    text-transform: uppercase;
    color:#181a17;
}
.el-trainer-addon.gbyoga-layout-1 .gbyoga-btn:hover i:before{
    transform: none;
}
.el-trainer-addon.gbyoga-layout-1 .gbyoga-trainer-item:hover .gbyoga-btn{
    background-color: #fff;
    border-color: #fff;
}
.el-trainer-addon.gbyoga-layout-1 .gbyoga-trainer-item:hover .gbyoga-btn i:before{
    transform: scale(1) translate(5px, 0);
}
/*Blog Post Addon*/
.content-limit-2-lines{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}
.content-limit-3-lines{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}
.content-limit-1-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}
.el-blog-post-addon.layout-2 .gbyoga-blog-box{
    display: flex;
    border-radius: 30px;
}
.el-blog-post-addon.layout-2 .category a{
    border: 1px solid rgba(24, 26, 23, .5);
    border-radius: 20px;
    padding: 6px 15px;
    transition: all 0.5s ease-out 0s;
    font-size: 12px;
}

.el-blog-post-addon.layout-2 .thumb-wrapper{
    background: #fff;
    border-radius: 30px 0 0 30px;
    flex: 1 1 0%;
    max-width: 320px;

}
@media(max-width: 991px){
    .el-blog-post-addon.layout-2 .gbyoga-blog-box{
        flex-direction: column;
    }
    .el-blog-post-addon.layout-2 .thumb-wrapper{
        max-width: 100%;
        border-radius: 30px;
    }
    .el-blog-post-addon.layout-2 .entry-content{
        border-radius: 30px;
        margin-top: 20px;
    }
}
.el-blog-post-addon.layout-2 .content-wrapper{
    flex: 1 1 0%;
    position: relative;
}
.el-blog-post-addon.layout-2 .entry-content{
    padding: 30px;
    background: #fff;
    min-height: 340px;
    z-index: 0;
    position: relative;
    clip-path: polygon( 0% 0%,92.788% 0%,92.788% 0%,93.958% 0.111%,95.067% 0.432%,96.101% 0.947%,97.046% 1.636%,97.887% 2.483%,98.608% 3.471%,99.195% 4.581%,99.632% 5.797%,99.906% 7.101%,100% 8.475%,100% 69.209%,100% 69.209%,99.712% 72.951%,98.915% 75.734%,97.709% 77.731%,96.191% 79.118%,94.463% 80.067%,92.622% 80.755%,90.769% 81.354%,89.003% 82.039%,87.422% 82.985%,86.127% 84.364%,86.127% 84.364%,85.148% 86.19%,84.436% 88.183%,83.86% 90.259%,83.285% 92.334%,82.577% 94.323%,81.602% 96.14%,80.226% 97.702%,78.316% 98.922%,75.737% 99.716%,72.356% 100%,0% 100% );
}
.el-blog-post-addon.layout-2 .read-more-btn{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.el-blog-post-addon.layout-2 .blog-img{
    height: 100%;
}
.el-blog-post-addon.layout-2 .blog-img a{
    display: block;
    height: 100%;
}
.el-blog-post-addon.layout-2 .blog-img img{
    height: 100%;
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
}
.el-blog-post-addon .content{
    padding-top: 23px;
    border-top: 1px solid rgba(24, 26, 23, .1);
}
.el-blog-post-addon .content p{
    margin-bottom: 0;
}
.el-blog-post-addon.layout-2 .gbyoga-blog-box:hover .category a{
    background-color: #181a17;
    color:#fff;
}
/*Testimonial Addon Styles*/
.el-testimonial-addon .rating{
    list-style-type: none;
    padding: 0;
    margin:0;
    display: flex;
    align-items: center;
    gap:5px;
    margin-bottom: 20px;
}
.el-testimonial-addon .rating li.active svg path{
    fill: #fdcf00;
}
.el-testimonial-addon.layout-1 .testimonial-item{
    position: relative;
}
.el-testimonial-addon.layout-1 .testimonial-item:before{
    font-family: "gym-builder-icons";
    content: "\f1ff";
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    font-size: 24px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
    background-color: var(--gbyoga-primary-color);
    color:#fff;
}
.el-testimonial-addon.layout-1 .testimonial-content-wrapper{
    padding: 45px;
    background-color: rgba(255, 255, 255,.5);
    clip-path: polygon( 6.726% 100%,93.274% 100%,93.274% 100%,94.364% 99.896%,95.399% 99.594%,96.364% 99.111%,97.245% 98.464%,98.029% 97.668%,98.701% 96.741%,99.249% 95.698%,99.657% 94.556%,99.912% 93.332%,100% 92.042%,100% 28.912%,100% 28.912%,99.732% 25.399%,98.988% 22.786%,97.863% 20.91%,96.447% 19.608%,94.835% 18.717%,93.119% 18.071%,91.39% 17.508%,89.742% 16.865%,88.268% 15.977%,87.061% 14.682%,87.061% 14.682%,86.147% 12.968%,85.483% 11.096%,84.946% 9.146%,84.409% 7.198%,83.749% 5.331%,82.839% 3.624%,81.556% 2.158%,79.775% 1.012%,77.369% 0.266%,74.215% 0%,6.726% 0%,6.726% 0%,5.636% 0.104%,4.601% 0.406%,3.636% 0.889%,2.755% 1.536%,1.971% 2.332%,1.299% 3.259%,0.751% 4.302%,0.343% 5.444%,0.088% 6.668%,0% 7.958%,0% 92.042%,0% 92.042%,0.088% 93.332%,0.343% 94.556%,0.751% 95.698%,1.299% 96.741%,1.971% 97.668%,2.755% 98.464%,3.636% 99.111%,4.601% 99.594%,5.636% 99.896%,6.726% 100% );
    position: relative;
    z-index: 0;
}
.el-testimonial-addon .testimonial-item .content{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
    font-weight: 400;
    font-family: var(--gbyoga-heading-font);
}
.el-testimonial-addon .testimonial-item .author-box{
    display: flex;
    align-items: center;
    gap: 15px;
}

.el-testimonial-addon .testimonial-img img{
   width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 50%;
}
.el-testimonial-addon .author-name{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    font-weight: 500;
}
.el-testimonial-addon .author-designation{
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.6px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--gbyoga-heading-font);
}
/*Layout 2*/
.el-testimonial-addon.layout-2{
    background-image: url(../img/banner-pattern.png);
    border-radius: 30px;
    background-color: var(--gbyoga-secondary-color);
}

.el-testimonial-addon.layout-2 .swiper-navigation{
    margin-top: 30px;
    margin-right: 30px;
}
.el-testimonial-addon.layout-2 .testimonial-item{
    position: relative;
    z-index: 1;
}
.el-testimonial-addon.layout-2  .testimonial-content-wrap{
    padding: 70px 60px 0px 54px;
}
.el-testimonial-addon.layout-2 .section-testimonial-img{
    height: 100%;
    border-radius: 30px;
}
.el-testimonial-addon.layout-2 .section-testimonial-img img{
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.el-testimonial-addon.layout-2 .testimonial-section-subtitle{
    font-family: var(--gbyoga-heading-font);
    font-weight: 600;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.6px;
    color: #181a17;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
    display: inline-block;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 2px 23px 0;
    border-radius: 30px;
    margin-bottom: 10px;
}
.el-testimonial-addon.layout-2 .testimonial-section-title{
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0px;
    color: #fff;
    text-transform: none;
    font-style: normal;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    padding-top: 22px;
    margin-top: 15px;
    margin-bottom: 0;
}
.el-testimonial-addon.layout-2 .el-swiper-pagination{
    text-align: right;
}
.el-testimonial-addon.layout-2 .shape-wrapper{
    right: 0;
    left: auto;
    display: inline-block;
    padding: 40px 120px;
    background-color: var(--gbyoga-primary-light-color);
    border-radius: 30px 0 0;
    width: auto;
    bottom: -4px;
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 0;
}
.el-testimonial-addon.layout-2 .shape-wrapper .shape-left-corner{
    bottom: 5%;
    left: -30px;
    transform: none;
    width: 30px;
    height: 30px;
    position: absolute;
}
.el-testimonial-addon.layout-2 .shape-wrapper .shape-right-corner{
    top: -30px;
    right: 0%;
    transform: none;
    width: 30px;
    height: 30px;
    position: absolute;
}
.el-testimonial-addon.layout-2 .shape-wrapper .shape-left-corner svg path,
.el-testimonial-addon.layout-2 .shape-wrapper .shape-right-corner svg path{
  fill: var(--gbyoga-primary-light-color);
}
.el-testimonial-addon.layout-2 .el-swiper-pagination{
    margin-top: 60px;
}
.el-testimonial-addon.layout-2 .content-top{
    margin-bottom: 40px;
}
.el-testimonial-addon.layout-2 .testimonial-item{
    position: relative;
    padding-left: 120px;
}
.el-testimonial-addon.layout-2 .row{
    justify-content: space-between;
}
.el-testimonial-addon.layout-2 .row .first-col{
    height: 100%;
}
.el-testimonial-addon.layout-2 .testimonial-item:before{
    font-family: "gym-builder-icons";
    content: "\f1ff";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 100px;
    z-index: 1;
    color:#fff;
    line-height: 80px;
}
.el-testimonial-addon.layout-2 .rating .deactive svg path{
    fill:#fff;
}
/* --------------------------------------
* 20 - Marquee Text Slide
* ---------------------------------------*/
.gbyoga-text-slider-wrapper .text-title {
    font-size: 90px;
    line-height: 110px!important;
    position: relative!important;
    overflow: visible!important;
    display: flex;
    font-weight: 800 !important;
    overflow: visible!important;
    text-shadow: 1px 1px 0 rgba(24, 26, 23,.8), -1px -1px 0 rgba(24, 26, 23,.8), 1px -1px 0 rgba(24, 26, 23,.8), -1px 1px 0 rgba(24, 26, 23,.8), 1px 1px 0 rgba(24, 26, 23,.8);
    -webkit-text-fill-color: var(--gbyoga-primary-light-color);
    -webkit-text-stroke-width: 0;
    color: transparent;
    letter-spacing: 0.8px;
    margin-bottom: 0;
}
.gbyoga-text-slider-wrapper .text-title:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    content: attr(data-text);
    transition: max-width .8s cubic-bezier(.22, .61, .36, 1);
    -webkit-text-fill-color: #181a17;
    -webkit-text-stroke: transparent;
    max-width: 0;
}
.gbyoga-text-slider-wrapper .text-title:hover:before {
    max-width: 100%;
}
.gbyoga-text-slider-wrapper .text-slide-item{
    padding-left: 100px;
    margin-left: 60px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}
.gbyoga-text-slider-wrapper .text-slide-item svg path{
    fill: var(--gbyoga-primary-color);
}
.gbyoga-text-slider-wrapper .swiper-wrapper{
    -webkit-transition-timing-function:linear!important;
    transition-timing-function:linear!important;
}
.gbyoga-text-slider-wrapper .swiper-slide{
    display: flex;
    width: auto!important;
}
/*Class Routine*/

.gbyoga-routine {
    border: none;
    margin: 0;
    width: 99.9%;
}
.gbyoga-routine::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 10px;
}
.gbyoga-routine::-webkit-scrollbar-thumb {
    background-color: var(--gbyoga-primary-color);
}
.table-responsive{
    overflow-x: inherit;
}
@media only screen and (max-width: 1400px) {
    .table-responsive {
        overflow-x: auto!important;
    }

}
.gbyoga-routine .nav-tabs {
    border: none;
    margin-bottom: 45px;
    margin-left: 0;
    text-align: center;
}
.gbyoga-routine .nav-tabs {
    text-align: center;
}
.gbyoga-routine .nav-tabs li {
    display: inline-block;
    float: inherit;
    margin: 0;
}
.gbyoga-routine .nav-tabs li a {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    border-width: 1px;
    border-color: #d7d7d7;
    border-style: solid;
    background-color: white;
    border-radius: 23px;
    margin-right: 10px;
    padding: 7px 30px;
    color: #000;
    font-family: var(--gbyoga-heading-font);
    font-size: 15px;
    font-weight: 600;
}
.gbyoga-routine .nav-tabs li.active a,
.gbyoga-routine .nav-tabs li.active a:hover,
.gbyoga-routine .nav-tabs li a:hover {
    background: var(--gbyoga-primary-color);
    color: #fff;
    border-color: var(--gbyoga-primary-color);
}
.gbyoga-routine .nav-tabs li a:hover{
    box-shadow: 0px 12px 38px 0px rgba(99, 99, 99, 0.35);
}
.gbyoga-routine .nav-tabs li:last-child a {
    margin-right: 0;
}
.gbyoga-routine table {
    margin: 0 0 5px;
    background-color: transparent;
}
.gbyoga-routine th,
.gbyoga-routine td {
    text-align: center;
    border-color: rgba(24, 26, 23, .05);
    position: relative;
    padding: 0;
}
.gbyoga-routine .gbyoga-col-title{
    background-color: #fff;
}
.gbyoga-routine .gbyoga-col-title {
    margin: 0;
    padding: 19px 25px;
}
.gbyoga-routine .gbyoga-col-title > span {
    color:#404040;;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
    display: inline-block;
    font-family: var(--gbyoga-heading-font);
}
.gbyoga-routine .gbyoga-row-title {
    color: #404040;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 25px;
    font-family: var(--gbyoga-heading-font);
}
.gbyoga-routine .gbyoga-item {
    background-color: transparent;
    margin-top: 1px;
    display: block;
    padding:10px
}
.gbyoga-routine td .gbyoga-item:first-child {
    margin-top: 0;
}
.gbyoga-routine .gbyoga-item-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
}
.gbyoga-routine .gbyoga-item-time{
    color: #404040;
    font-weight: 500;
    font-size: 14px;
    font-family: var(--gbyoga-heading-font);
}

.gbyoga-routine.gbyoga-light .nav-tabs li a {
    background-color: #f5f5f5;
    color: #333333;
}

@media all and (max-width: 767px) {
    .gbyoga-routine .gbyoga-col-title > div,
    .gbyoga-routine .gbyoga-row-title,
    .gbyoga-routine .gbyoga-item {
        padding: 10px;
    }
}
.gbyoga-routine .gbyoga-item{
    text-align: center;
}
.gbyoga-routine .gbyoga-item .trainer-thumb{
    opacity: 0;
    visibility: hidden;
    padding: 25px;
    width: 328px;
    position: absolute;
    bottom: calc(100% + 50px);
    right: calc(-50% - 11px);
    z-index: 1;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 4px 20px 0px rgba(17,17,17, 0.25);
    transition: all 0.2s ease-out;
    display: flex;
    align-items: flex-start;
}
@media(max-width:767px){
    .gbyoga-routine .gbyoga-item .trainer-thumb{
        display: block;
        text-align: center;
        width: 220px;
        padding: 20px 10px;
    }
}
.gbyoga-routine .gbyoga-item .trainer-thumb:before{
    content: "";
    background-color: transparent;
    height: calc(100% + 15px);
    width: 100%;
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: -1;
}
.gbyoga-routine .gbyoga-item .trainer-thumb .trainer-profile{
    background-color: #c6c6c6;
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    height: 80px;
    display: inline-block;
}
.gbyoga-routine .gbyoga-item .trainer-thumb .trainer-profile img{
    height: 80px;
    object-fit: cover;
}
.gbyoga-routine .gbyoga-item .trainer-thumb .media-body .trainer-title{
    margin-bottom: 0;
    color: #111;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
}
.gbyoga-routine .gbyoga-item .trainer-thumb .trainer-position{
    font-weight: 500;
    color: var(--gbyoga-primary-color);
    line-height: 1.5;
    margin-bottom: 15px;
}
.gbyoga-routine .gbyoga-item .trainer-thumb .media-body .trainer-btn{
    font-weight: 500;
    padding: 4px 10px;
    font-size: 12px;
    letter-spacing: 1px;
    border: 1px solid;
    border-color: var(--gbyoga-primary-color);
    background-color: var(--gbyoga-primary-color);
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.gbyoga-routine .gbyoga-item .trainer-thumb .media-body .trainer-btn:hover{
    background-color: #fff;
    color: var(--gbyoga-primary-color);
}
.gbyoga-routine .gbyoga-item .trainer-thumb img{
    display: block;
}
.gbyoga-routine .gbyoga-item .trainer-thumb .media-body{
    flex: 1;
    text-align: left;
    margin-left: 30px;
}
@media(max-width:767px){
    .gbyoga-routine .gbyoga-item .trainer-thumb .media-body{
        margin-left: 0;
        text-align: center;
    }
}
.gbyoga-routine .gbyoga-item:hover .trainer-thumb {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 15px);
    transition: all 0.8s cubic-bezier(0, 0, 0.15, 1.88);

}
.gbyoga-routine .gbyoga-item .trainer-thumb:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-top: 15px solid #ffffff;
    border-left: 15px solid transparent;
    transition: all 0.1s ease-out;
}

/** Progress Circle **/
.gbyoga-progress-circle-wrapper .gbyoga-circle{
    position: relative;
    display: inline-block;
}
.gbyoga-progress-circle-wrapper .gbyoga-circle canvas{
    transform: rotate(-60deg);
}
.gbyoga-progress-circle-wrapper .gbyoga-circle .gbyoga-fid-inner{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--gbyoga-secondary-color);
    color:#fff;
    border-radius: 50%;
    height: 92px;
    width: 92px;
    top: 48%;
    left: 50%;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    transform: translate(-50%, -50%);
    font-family: var(--gbyoga-heading-font);
}
.gbyoga-progress-circle-wrapper .progress-content-wrapper{
    display: flex;
    gap: 30px;
    align-items: center;
}
.progress-circle-content .title{
    font-size: 22px;
    line-height: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .7);
    padding-bottom: 16px;
    margin-bottom: 18px;
    font-weight: 500;
}
.gbyoga-progress-circle-wrapper.layout-2 .progress-content-wrapper{
    flex-direction: column;
    text-align: center;
    gap:20px
}
.gbyoga-progress-circle-wrapper.layout-2 .progress-circle-content .title{
    border:none;
    padding-bottom:0;
    margin-bottom: 15px;
}
/*Video Modal*/
.gbyoga-video-modal{
    display: inline-block;
    position: relative;
}
.gbyoga-video-modal .video-img{
    width: 170px;
    height: 105px;
}
.gbyoga-video-modal .video-img img{
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gbyoga-video-modal .video-icon{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}
.gbyoga-video-modal .video-icon:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,.1);
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.gbyoga-video-modal .video-icon:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,.4);
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.gbyoga-video-modal .gbyoga-video-popup{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--gbyoga-primary-color);
    position: relative;
    transition: all .3s ease;
    font-size: 17px;
}
.gbyoga-video-modal .gbyoga-video-popup .play-icon{
    line-height: 0;
}
/*Spining Image*/
.gbyoga-spining-img-wrapper .content-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gbyoga-spining-img-wrapper .content-wrapper .img-spining{
    height: 150px;
    width: 150px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.gbyoga-spining-img-wrapper .content-wrapper .img-spining img{
    animation-duration: 10s;
    animation: fa-spin 6s linear infinite;
}
.gbyoga-spining-img-wrapper .content-wrapper .icon{
    background-color: #fff;
    border: 1px solid #ECF1FF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 88px;
    width: 88px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
/*Heading*/
.gbyoga-heading-wrapper .gbyoga-subtitle{
    font-family: var(--gbyoga-heading-font);
    font-weight: 600;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.6px;
    color: #181a17;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
    display: inline-block;
    border: 1px solid #181a17;
    padding: 2px 23px 0;
    border-radius: 30px;
    margin-bottom: 8px;
}
.gbyoga-heading-wrapper .subtitle-wrapper{
    border-bottom: 1px solid rgba(24, 26, 23, 0.5);
    padding-bottom: 15px;
}
.gbyoga-heading-wrapper .gbyoga-title{
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    color: #181a17;
    text-transform: none;
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 15px;
}
/*Contact Info*/
.contact-info-wrapper.layout-1 .list-icon{
    background-color: var(--gbyoga-primary-color);
    color: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 17px;
    line-height: 15px;
}
.contact-info-wrapper.layout-1 .contact-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.contact-info-wrapper.layout-1 .contact-item{
    display: flex;
    align-items: center;
}
.contact-info-wrapper.layout-1 .list-content{
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
    font-family: var(--gbyoga-heading-font);
    color:#181a17;
}
.contact-info-wrapper.layout-1 .list-content a{
    color:#181a17;
}
.contact-info-wrapper.layout-1 .list-content a:hover{
    color:var(--gbyoga-primary-color);
}
/*Layout 2*/
.contact-info-wrapper.layout-2 .list-item{
    display: flex;
    gap:8px;
    margin-bottom: 5px;
}
.contact-info-wrapper.layout-2 .list-item:last-child{
    margin-bottom: 0;
}
.contact-info-wrapper.layout-2 .contact-title{
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(24, 26, 23,.1);
    font-weight: 500;
}
.contact-info-wrapper.layout-2 .contact-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.contact-info-wrapper.layout-2 .group-contact-icon{
    border: 3px solid var(--gbyoga-primary-color);
    border-radius: 50%;
    height: 127px;
    min-width: 127px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}
.contact-info-wrapper.layout-2 .gbyoga-icon{
    font-size: 35px;
    line-height: 30px;
    height: 92px;
    width: 92px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #181a17;
    background-color: #fff;
    position: relative;
    z-index: 0;
}
/*Image addon*/
.gbyoga-image-addon-wrapper .gbyoga-image-addon{
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding: 320px;
}
.gbyoga-image-addon-wrapper .image-content-wrap{
    position: absolute;
    width: auto;
    bottom: 0px;
    right: 0;
}
.gbyoga-image-addon-wrapper .image-content-wrap .shape-content-wrapper{
    padding: 25px 0  0 25px;
    position: relative;
    background-color: var(--gbyoga-primary-light-color);
    border-radius: 30px 0 0;
}
.gbyoga-image-addon-wrapper .gbyoga-sticky-corner{
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(-90deg);
}
.gbyoga-image-addon-wrapper .gbyoga-sticky-corner svg path{
    fill:var(--gbyoga-primary-light-color);
}
.gbyoga-image-addon-wrapper .gbyoga-bottom-left-corner{
    bottom: 0%;
    left: -30px;
    transform: none;
}
.gbyoga-image-addon-wrapper .gbyoga-top-right-corner{
    top: -30px;
    right: 0%;
    transform: none;
}
.gbyoga-image-addon-wrapper .counter-wrapper{
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 10px;
    min-width: 180px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(24, 26, 23,.2);
}
.gbyoga-image-addon-wrapper .image-content{
    padding: 45px 40px;
    background-color: #fff;
    border-radius: 30px;
    min-width: 280px;
}
.gbyoga-image-addon-wrapper .star-icon svg path{
    fill:var(--gbyoga-primary-color);
}
/*Nav Menu Widget*/
.gbyoga-el-nav ul{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
.gbyoga-el-nav .widgettitle{
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    color: #181a17;
}
.gbyoga-el-nav .widgettitle:after{
    content: '';
    width: 30px;
    height: 5px;
    background-color: var(--gbyoga-primary-color);
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.gbyoga-el-nav ul li a{
    padding: 4px 0;
    display: inline-block;
    color:#181a17;
    font-weight: 500;
}
.gbyoga-el-nav ul li a:hover{
    color:var(--gbyoga-primary-color);
}
.gbyoga-el-nav.inline-position ul li{
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}
.gbyoga-el-nav.inline-position ul > li {
    padding: 0 16px;
}
.gbyoga-el-nav.inline-position ul > li:first-child {
    padding-left: 0;
}
.gbyoga-el-nav.inline-position .menu-item-has-children > a:after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: var(--gbyoga-primary-color);
    border-radius: 50%;
}
.gbyoga-el-nav.inline-position ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    margin: 0;
    background-color: #fff;
    text-align: left;
    box-shadow: 0px 0px 90px 0px rgb(0 0 0 / 10%);
    visibility: hidden;
    padding: 15px 0;
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    opacity: 0;
    z-index: 100;
    transform: scaleY(0);
    transform-origin: 0 0 0;
}
.gbyoga-el-nav.inline-position ul > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
    transform: scaleY(1);
}
.gbyoga-el-nav.inline-position ul  li ul li a{
    display: block;
    padding: 5px 20px;
}
.gbyoga-el-nav.inline-position ul  li ul{
    padding-left: 0;
    margin-left: 0;
}
.gbyoga-el-nav.inline-position ul  li ul li {
    padding: 0;
}
/*Advanced Tabs*/
.gbyoga-advanced-tab .tab{
    display:flex;
}

.gbyoga-advanced-tab .nav{
    margin: 0;
    display: block;
    text-align: left;
    position: relative;
    padding: 0;
    border: none;
}
.gbyoga-advanced-tab .icon{
    line-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: right;
    width: 54px;
    height: 54px;
    font-size: 22px;
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s ease-in;
    color: #fff;
    background-color: var(--gbyoga-primary-color);
}
.gbyoga-advanced-tab .icon i{
    line-height: 0;
}
.gbyoga-advanced-tab .tab-content{
    padding-left: 75px;
}
.gbyoga-advanced-tab .nav-item .nav-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px 5px 40px;
    margin-bottom: 20px;
    cursor: pointer;
    color: #181a17;
    background-color: #fff;
    border-radius: 50px;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
    width: 345px;
    font-weight: 500;
    border: none;
    font-family: var(--gbyoga-heading-font);
}
.gbyoga-advanced-tab .nav .nav-item a.active {
    color: #fff;
    background-color: var(--gbyoga-secondary-color);
}
.gbyoga-advanced-tab .nav .nav-item a.active .icon {
    color: #181a17;
    background-color: #fff;
}
.gbyoga-advanced-tab .gbyoga-column-inner img{
    border-radius: 30px;
}
.gbyoga-advanced-tab .gbyoga-column-inner .content-wrap{
    padding-top: 35px;
    padding-left: 35px;
}
.gbyoga-advanced-tab .gbyoga-column-inner .content-heading{
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 40px;
    font-weight: 500;
}
.gbyoga-advanced-tab .gbyoga-column-inner .content ul{
    padding-left: 0;
}
.gbyoga-advanced-tab .gbyoga-column-inner .content ul li{
    font-weight: 500;
    color:#181a17;
    line-height: 32px;
}
/*Info Box */
.gbyoga-info-layout-1 .icon-wrap{
    background-color: var(--gbyoga-secondary-color);
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 45px;
    color:#fff;
}
.gbyoga-info-layout-1 .info-content-holder{
    margin-top: 25px;
    overflow: hidden;
}
.gbyoga-info-layout-1 .info-title{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: 500;
}
.gbyoga-info-layout-1 .gbyoga-btn{
    padding:15px 35px
}
.gbyoga-info-layout-1{
    transition: all 0.4s ease-in;
}
.gbyoga-info-layout-1:hover{
    transform: translate(0, -10px);
}
/*Service Box*/
.gbyoga-service-box{
    overflow: hidden;
}
.gbyoga-service-box .service-box-wrap {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
}
.gbyoga-service-box .gbyoga-el-static-box {
    width: 25%;
    height: 100%;
    position: relative;
    z-index: 1;
    transition: 0.7s;
    padding: 0 !important;
    margin-bottom: 30px;
}
.gbyoga-service-box .gbyoga-el-static-box.gbyoga-active {
    margin-right: 25%!important;
    transition: 0.9s;
    background-color: #fff;
    border-radius: 30px 0 0 30px;
}
.gbyoga-service-box .gbyoga-el-static-box .gbyoga-bg-img-box {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0px;
    transition: 0.7s;
    height: 100%;
    width: auto;
    border-radius: 30px;
    margin-right: 20px;
}
.gbyoga-service-box .gbyoga-el-static-box:last-child .gbyoga-bg-img-box{
    margin-right: 0px;
}
.gbyoga-service-box .gbyoga-el-static-box:last-child .gbyoga-bg-img-box,
.gbyoga-service-box .gbyoga-el-static-box.gbyoga-active .gbyoga-bg-img-box {
    margin-right: 0px;
    transition: margin-right 2s;
}
.gbyoga-service-box .gbyoga-el-static-box .gbyoga-content-box-inner {
    position: relative;
    padding: 85px 65px 55px;
    width: 100%;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateX(calc(100%));
    border-radius: 0 30px 30px 0;
    transition: all 0.3s ease-in;
}
.gbyoga-service-box .gbyoga-el-static-box.gbyoga-active:last-child .gbyoga-content-box-inner {
    transform: translateX(100% );
}
.gbyoga-service-box .gbyoga-el-static-box.gbyoga-active .gbyoga-content-box{
    padding-right: 24px;
    transition: all 0.3s ease-in;
}
.gbyoga-service-box .gbyoga-el-static-box.gbyoga-active:last-child .gbyoga-content-box{
    padding-right: 0;
}
.gbyoga-service-box .gbyoga-el-static-box.gbyoga-active .gbyoga-content-box-inner {
    opacity: 1;
    visibility: visible;
    transform: translateX(calc(100% + 24px));
    transition: all 0.3s ease-in;
}
.gbyoga-el-static-box.gbyoga-active .gbyoga-bg-img-box .gbyoga-img-text:after {
    opacity: 0;
    visibility: hidden;
}
.gbyoga-service-box .gbyoga-el-static-box.gbyoga-active .gbyoga-content-box-inner .gbyoga-icon-wrapper {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
    opacity: 1;
}
.gbyoga-service-box .gbyoga-el-static-box .gbyoga-content-box-inner .gbyoga-box-title{
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
}
@media(min-width: 1024px){
    .gbyoga-service-box .gbyoga-el-static-box .gbyoga-content-box-inner .gbyoga-box-title{
        width: 230px;
    }
}
.gbyoga-service-box .gbyoga-el-static-box .gbyoga-content-box-inner .gbyoga-static-box-desc {
    margin: 37px 0 20px;
}
.gbyoga-el-static-box.gbyoga-active .gbyoga-bg-img-box .gbyoga-text,
.gbyoga-el-static-box .gbyoga-img {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
}
.gbyoga-el-static-box .gbyoga-img-text{
    height: 100%;
    background-color: rgba(24, 26, 23,.2);
    border-radius: 30px;
}
.gbyoga-el-static-box .gbyoga-img-text .gbyoga-text {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in;
}
.gbyoga-el-static-box .gbyoga-bg-img-box .gbyoga-text .gbyoga-static-box-number {
    font-size: 120px;
    line-height: 120px;
    font-weight: 500;
    color: transparent;
    -webkit-text-stroke: 0.5px rgb(255, 255, 255, .80);
    font-family: var(--gbyoga-heading-font);
}
.gbyoga-el-static-box .gbyoga-bg-img-box .gbyoga-text .gbyoga-box-title {
    font-size: 22px;
    line-height: 32px;
    margin-left: -50px;
    max-width: 180px;
    font-weight: 500;
}
.gbyoga-el-static-box .gbyoga-bg-img-box .gbyoga-text .gbyoga-box-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}
.gbyoga-el-static-box .gbyoga-content-box-inner:before {
    counter-increment: service-box;
    content: counter(service-box, decimal-leading-zero);
    position: absolute;
    font-size: 120px;
    line-height: 120px;
    font-weight: 800 !important;
    color: transparent;
    text-shadow: 1px 1px 0 rgba(24, 26, 23,.1), -1px -1px 0 rgba(24, 26, 23,.1), 1px -1px 0 rgba(24, 26, 23,.1), -1px 1px 0 rgba(24, 26, 23,.1), 1px 1px 0 rgba(24, 26, 23,.1);
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 0;
    top: 40px;
    right: 40px;
    z-index: -1;
    font-family: var(--gbyoga-heading-font);
}
/*Newsletter Form*/
.gbyoga-newsletter-wrapper{
    position: relative;
    background-color: var(--gbyoga-primary-color);
    background-image: url(../img/author-box-pattern.png);
    background-size: auto;
    border-radius: 30px;
    padding: 80px 50px;
}
.gbyoga-newsletter-wrapper .newsletter-items{
    display: flex;
    gap: 30px;
    align-items: center;
}
.gbyoga-newsletter-wrapper .newsletter-items .subscribe-form{
    flex: 0 0 50%;
    max-width: 50%;
}
.gbyoga-newsletter-wrapper .newsletter-items .content{
    flex: 0 0 30%;
    max-width: 30%;
}
.gbyoga-newsletter-wrapper .shape-img{
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.gbyoga-newsletter-wrapper .icon-wrapper{
    width: 125px;
    height: 125px;
    background-color: var(--gbyoga-secondary-color);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.gbyoga-newsletter-wrapper .icon-wrapper svg{
    transform: rotate(-40deg);
}
.gbyoga-newsletter-wrapper .newsletter-title{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
}
.fluentform .gbyoga-subscribe-form .ff-el-group{
    margin-bottom: 0;
}
.fluentform .gbyoga-subscribe-form .ff-el-group input{
    height: 65px;
    padding-left: 38px;
    color: #181a17;
    background-color:#fff;
    border-radius: 40px;
    border: 0;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.gbyoga-newsletter-wrapper .frm-fluent-form .gbyoga-subscribe-form{
    gap:0!important;
    position: relative;
}
.gbyoga-newsletter-wrapper .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom,
.gbyoga-newsletter-wrapper .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button{
    margin: 0!important;
}
.gbyoga-newsletter-wrapper .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button{
    position: relative;
    top: 0;
    right: 140px;
    height: 100%;
    border-radius: 40px;
    padding: 15px 40px;
    font-size: 13px;
    border: none;
    line-height: 36px;
    letter-spacing: 0.65px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: var(--gbyoga-secondary-color);
    color: #fff;
    transition: all .4s ease-in;
    font-family: var(--gbyoga-heading-font);
    z-index: 99;
}
.gbyoga-newsletter-wrapper .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button:hover{
    background-color: #181a17;
    opacity: 1;
    color:#fff;
}
/*---------------------------------------------------------
#. Footer - Scroll to top, Copyright
-----------------------------------------------------------*/
a.scrollup {
    overflow: hidden;
    position: fixed;
    height: 50px;
    width: 50px;
    line-height: 20px;
    border-radius: 50%;
    bottom: -105px;
    right: 20px;
    padding: 9px 0;
    text-align: center;
    z-index: 9999;
    background-color: var(--gbyoga-primary-color);
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.15, 1.88);
    transition: all 0.8s cubic-bezier(0, 0, 0.15, 1.88);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

a.scrollup svg{
    margin-top: -3px;
    stroke: #fff;
}
a.scrollup i {
    display: block;
}
a.scrollup:hover {
    background-color: var(--gbyoga-secondary-color);
    color: #ff0336;
}
a.scrollup.back-top {
    bottom: 25px;
}
/*-------------------
#. Preloader css
--------------------*/
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: visible;
    z-index: 999999999;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
}

.loader {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    background: #FFFFFF;
}

.loader .cssload-loader {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.loader .cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 50%;
}

.loader .cssload-inner.cssload-one {
    left: 0;
    top: 0;
    animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 5px solid var(--gbyoga-primary-color);
}

.loader .cssload-inner.cssload-two {
    right: 0;
    top: 0;
    animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 5px solid var(--gbyoga-primary-color);
}

.loader .cssload-inner.cssload-three {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 5px solid var(--gbyoga-primary-color);
}
/*Pricing Plan*/
.gb-membership-package-wrapper .package-item-content.tab-active{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.gb-membership-package-wrapper .package-item-content.tab-active:hover{
    transform: translateY(-5px);
}
.gb-membership-package-wrapper .package-item-content{
    background-color: #fff;
    border:0;
    border-radius: 30px;
    transition: all 0.6s ease-in-out;
}
.gb-membership-package-wrapper .package-name{
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    color:#181a17;
}
.gb-membership-package-wrapper .pricing-wrap{
    color:var(--gbyoga-primary-color);
}
.gb-membership-package-wrapper .pricing-wrap span{
    color: rgba(24, 26, 23, 0.7);
}
.gb-membership-package-wrapper .package-type a{
    border-radius: 30px;
    border-color: var(--gbyoga-primary-color);
}
.gb-membership-package-wrapper .button-wrap .gym-builder-btn{
    padding:10px 35px;
    border-radius: 30px;
}
/*Static Pricing Plan*/
.gbyoga-el-static-pricing .package-item-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 30px;
    transition: all 0.6s ease-in-out;
    padding: 50px 20px;
}
.gbyoga-el-static-pricing .package-item-content:hover{
    transform: translateY(-5px);
}
.gbyoga-el-static-pricing .package-name {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    color: #181a17;
    margin-bottom: 20px;
}
.gbyoga-el-static-pricing .pricing-wrap {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    color: var(--gbyoga-primary-color);
}
.gbyoga-el-static-pricing .pricing-wrap span {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(24, 26, 23, 0.7);
}
.gbyoga-el-static-pricing .package-item-content ul {
    margin-left: 0;
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 40px;
    list-style-type: none;
}
.gbyoga-el-static-pricing .package-item-content ul li span {
    margin-right: 5px;
}
.gbyoga-el-static-pricing .package-item-content ul li span.check svg path {
    fill: var(--gbyoga-primary-color);
}
.gbyoga-el-static-pricing .package-item-content ul li span.uncheck svg path {
    fill: #dfe6e9;
}
.gbyoga-el-static-pricing .button-wrap .gym-builder-btn {
    background-color: var(--gbyoga-primary-color);
    color: #fff;
    text-decoration: none;
    padding: 10px 35px;
    border-radius: 30px;
}
.gbyoga-el-static-pricing .button-wrap .gym-builder-btn:hover{
    background-color: var(--gym-builder-secondary-color);
}
/*popup css*/
.gb-registration-page-popup-wrapper .gb-registration-page-popup-close-btn{
    line-height: 34px;
}
.gb-registration-page-popup-wrapper.layout-3 .gb-registration-page-popup .gb-page-discount-text,
.gb-registration-page-popup-wrapper.layout-3 .gb-registration-page-popup .gb-page-title{
    font-weight: 500;
}
.gb-class-type-badge li{
    padding: 6px 12px!important;
}
/*zoom integration addon css*/
.gym-builder-single-class-wrapper .schedule-table .get-zoom-link{
    font-size: 12px;
    padding:8px 12px;
}
.gym-builder-single-class-wrapper .schedule-table .class-type{
    display: block;
}
.gym-builder-single-class-wrapper .schedule-table .get-zoom-link i{
    display:none;
}
.gb-class-type-badge li{
    border-radius: 15px;
    padding: 5px 15px;
    font-size: 12px;
}
/*Class Booking Payment CSS*/
.gb-class-booking-error-notice{
    background-color:#a1353e;
    border-color:#a1353e;
}
.class-price-info .gb-class-booking-and-payment-btn{
    width: 100%;
    position: relative;
    border-radius: 30px;
    padding: 19px 40px;
    background-color: #fff;
    color: #181a17;
    transition: all 0.4s ease-in;
    line-height: 1.42;
    margin: 5px 0;
    letter-spacing: 0;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    font-family: var(--gbyoga-heading-font);
}
.class-price-info .gb-class-booking-and-payment-btn:hover{
    background-color: var(--gbyoga-secondary-color);
}
.class-price-info .gb-booking-price{
    margin-top: 25px;
    margin-bottom: 10px;
}
.wc-block-components-product-metadata__description {
    display: none !important;
}
@keyframes cssload-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}
@keyframes cssload-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}
@keyframes cssload-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}
@media (max-width: 1366px) {
    .gbyoga-service-box .gbyoga-el-static-box {
        width: 50%;
        margin-right: 50%;
        margin-bottom: 30px;
        border-radius: 30px 0 0 30px;
        padding: 0 !important;
        background-color: #fff;
    }
    .gbyoga-service-box .gbyoga-el-static-box.gbyoga-active {
        margin-right: 50% !important;
    }
    .gbyoga-service-box .gbyoga-el-static-box .gbyoga-content-box-inner {
        opacity: 1;
        visibility: visible;
        transform: translateX(100%);
        transition: all 0.3s ease-in;
    }
    .gbyoga-service-box .gbyoga-el-static-box.gbyoga-active .gbyoga-content-box-inner {
        opacity: 1;
        visibility: visible;
        transform: translateX(100%);
        transition: all 0.3s ease-in;
        background-color: #fff;
    }
}

@media (max-width: 1200px) {
    .gbyoga-service-box .gbyoga-el-static-box .gbyoga-bg-img-box,
    .gbyoga-service-box .gbyoga-el-static-box.gbyoga-active .gbyoga-content-box {
        margin: 0;
        padding: 0;
        transition: margin-right 2s;
    }
    .gbyoga-service-box .service-box-wrap.row {
        padding: 0 15px;
    }
}
@media(max-width: 991px){
    .gbyoga-advanced-tab .tab{
        flex-direction: column;
        align-items: center;
    }
    .gbyoga-advanced-tab .tab-content{
        padding-left: 15px;
        padding-right: 15px;
    }
    .gbyoga-advanced-tab .gbyoga-column-inner img{
        width: 100%;
    }
    .gbyoga-advanced-tab .nav li{
        display: inline-block;
    }
    .gbyoga-service-box .gbyoga-el-static-box .gbyoga-content-box-inner{
        padding:30px;
    }
    .gbyoga-service-box .gbyoga-el-static-box .gbyoga-content-box-inner:before{
        display: none;
    }
    .gbyoga-service-box .gbyoga-el-static-box .gbyoga-content-box-inner .gbyoga-static-box-desc{
        margin-top: 20px;
    }
    .el-testimonial-addon.layout-2 .shape-wrapper{
        display:none;
    }
    .el-testimonial-addon.layout-2 .testimonial-content-wrap{
        padding:30px;
    }
    .el-testimonial-addon.layout-2 .el-swiper-pagination{
        text-align: center;
    }
    .gbyoga-newsletter-wrapper .newsletter-items{
        flex-wrap: wrap;
    }
    .gbyoga-newsletter-wrapper .newsletter-items .content{
        flex: 0 0 60%;
        max-width: 60%;
    }
    .gbyoga-newsletter-wrapper .newsletter-items .subscribe-form {
        margin-top: 20px;
        flex: 100%;
        max-width: 100%;
    }
    .gbyoga-newsletter-wrapper{
        padding:50px;
    }
    .gbyoga-hero-banner-wrapper .gbyoga-banner-members-wrapper{
        margin-top: 30px;
    }
    .gbyoga-hero-banner-wrapper .row > div:first-child{
        order:2;
    }
    .gbyoga-hero-banner-wrapper .row > div:last-child{
        order:1;
    }
    .gbyoga-hero-banner-wrapper .img-paralax{
        width: 400px;
        height: 400px;
        object-fit: cover;
        text-align: center;
        margin: 0 auto;
    }
    .gbyoga-class-single.left-sidebar .class-sidebar,
    .gbyoga-class-single.right-sidebar .class-sidebar,
    .gbyoga-trainer-single.right-sidebar .gym-builder-sidebar,
    .gbyoga-trainer-single.left-sidebar .gym-builder-sidebar,
    .gbyoga-class-single .class-sidebar{
        padding:0!important;
        margin-top: 20px;
    }
    .gym-builder-single-trainer-wrapper,
    .gym-builder-single-class-wrapper{
        padding:0 15px!important;
    }
    .content-area{
        padding-top: 80px!important;
        padding-bottom: 80px!important;
    }
    .gym-builder-single-trainer-wrapper .entry-content{
        margin-top: 20px;
    }
    .right-sidebar .gbyoga-sidebar-spacer{
        margin-right: 0;
    }
    .left-sidebar .gbyoga-sidebar-spacer{
        margin-left: 0;
    }
    .entry-banner .entry-banner-content h1{
        font-size: 40px;
        line-height: 50px;
    }
    .sidebar-widget-area{
        margin-top: 30px;
    }
}

@media(max-width: 767px){
    .gbyoga-advanced-tab .gbyoga-column-inner .content-wrap{
        padding-left: 0;
    }
    .gbyoga-advanced-tab .gbyoga-column-inner .content-heading{
        margin-bottom: 20px;
    }
    .gbyoga-service-box .gbyoga-el-static-box {
        width: 100%;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        flex-direction: column;
        border-radius: 30px !important;
        overflow: hidden;
    }
    .gbyoga-service-box .gbyoga-el-static-box .gbyoga-bg-img-box {
        position: unset;
        display: none;
    }
    .gbyoga-el-static-box .gbyoga-img {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .gbyoga-el-static-box .gbyoga-img img {
        width: 100%;
    }
    .gbyoga-service-box .gbyoga-el-static-box .gbyoga-content-box-inner {
        transform: translateX(0%) !important;
        height: auto;
    }
    .gbyoga-banner-slider-addon{
        margin: 0 15px 0 15px;
    }
    .gbyoga-video-modal .video-img{
        width: 100%;
        height: 100%;
    }
    .el-trainer-addon.gbyoga-layout-1 .trainer-content-box{
        flex-direction: column;
        align-items: flex-start;
    }
    .el-trainer-addon.gbyoga-layout-1 .read-more-btn{
        margin-top: 20px;
    }
    .el-trainer-addon.gbyoga-layout-1 .trainer-thumb-wrapper img{
        display: none;
    }
    .gbyoga-progress-circle-wrapper .progress-content-wrapper{
        flex-wrap: wrap;
    }
    .gbyoga-banner-slider-addon.layout-2{
        margin:0 15px;
    }
    .gbyoga-banner-slider-addon .gbyoga-btn {
        padding: 10px 20px;
    }
    .gbyoga-members-wrapper{
        padding:0;
        position: unset;
    }
    .gbyoga-banner-slider-addon.layout-2 .gbyoga-banner-swiper-slider .slider-social-section li a {
        display: block;
        padding: 3px 0;
        font-size: 11px;
    }
    .gbyoga-banner-slider-addon.layout-2 .gbyoga-banner-swiper-slider .slider-social-section {
        left: 50%;
        transform: translateX(-50%) !important;
        top: auto;
        bottom: 20px;
        display: inline-flex;
        gap:10px;
    }
    .gbyoga-banner-slider-addon .gbyoga-btn {
        padding: 10px 20px;
    }
    .gbyoga-members{
        width: 100%;
        padding-left: 0;
        padding-bottom: 30px;
    }
    .gbyoga-members .shape-right-corner-icon{
        display: none;
    }
    .gbyoga-members .shape-left-corner-icon{
        display:none;
    }
    .gbyoga-image-addon-wrapper .gbyoga-sticky-corner{
        display:none;
    }
    .gbyoga-image-addon-wrapper .gbyoga-image-addon{
        height: 400px;
        object-fit: contain;
        padding:0;
    }
    .gbyoga-image-addon-wrapper .image-content {
        padding: 25px 35px;
        min-width: 250px;
    }
    .gbyoga-image-addon-wrapper .counter-wrapper {
        font-size: 45px;
        line-height: 45px;
    }
    .gbyoga-image-addon-wrapper .image-content-wrap .shape-content-wrapper {
        padding: 20px 0  0 20px;
    }
    .el-testimonial-addon.layout-2 .testimonial-section-title{
        font-size: 36px;
        line-height: 1.2;
    }
    .el-testimonial-addon.layout-2 .testimonial-item{
        padding-left: 90px;
    }
    .el-testimonial-addon.layout-2 .testimonial-item:before{
        font-size: 70px;
    }
    .gbyoga-newsletter-wrapper .shape-img{
        display:none;
    }
    .gbyoga-newsletter-wrapper .newsletter-items{
        display: block;
        text-align: center;
    }
    .gbyoga-newsletter-wrapper .newsletter-items .content{
        margin-top: 20px;
        max-width: 100%;
    }
    .gbyoga-newsletter-wrapper .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button{
        right: 0;
        margin-top: 20px!important;
    }
    .gbyoga-banner-members-wrapper{
        display:none;
    }
    .gbyoga-hero-banner-wrapper .banner-social-section{
        top:auto;
        left: 15px;
        display: flex;
        gap:10px;
        bottom:10px;
        justify-content: flex-start;
    }
    .gbyoga-class-wrapper.layout-3 .class-hover-content{
        padding-left: 0;
        margin-top: 20px;
    }
    .gbyoga-class-wrapper.layout-3 .gbyoga-class-item .class-title {
        font-size: 26px;
        line-height: 36px;
        padding-right: 50px;
    }

}
@media (max-width: 575px) {
    .gbyoga-service-box .gbyoga-el-static-box .gbyoga-content-box-inner {
        padding: 40px 30px 40px;
        margin-top: -1px;
    }

}

@-webkit-keyframes fa-spin{
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(1turn);
    }
}
@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(1turn);
    }
}
@-webkit-keyframes paralax {
    0% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-30px) translateX(10px);
    }
    100% {
        transform: translateY(0) translateX(0);
    }
}
@keyframes paralax {
    0% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-30px) translateX(10px);
    }
    100% {
        transform: translateY(0) translateX(0);
    }
}
@keyframes gbyogaFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 0;
    }
}