/*
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

*{
    transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
}

p{
    font-size: 18px;
    line-height: 150%;
    font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

section{
    width: 100%;
    float: left;
    padding: 60px 0;
    position: relative;
}

.pr-20{
    padding-right: 20px;
}

.mb-40{
    margin-bottom: 40px;
}

.master{
    padding-top: 80px;
    width: 100%;
    overflow-x: hidden;
}

.navbar{
    width: 100%;
    height: 80px;
    padding: 10px 0 10px 60px;
    background: #fff;
    border-bottom: 1px solid #efefef;
    position: fixed;
    top: 0;
}
.logo{
    width: 102px;
    height: 60px;
    display: block;
    float: left;
}
.logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.navbar .download-bt{
    width: 260px;
    float: right;
    margin-top: -10px;
    margin-bottom: -10px;
    background: url(../images/diagonal-bt-1.png) no-repeat center left;
    background-size: cover;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 25px 0 25px 20px;
}

.navbar .sub-menu{
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    height: 50px;
    background: #f4f4f4;
    text-align: center;
}
.navbar .sub-menu li{
    display: inline-block;
    font-size: 14px;
}
.navbar .sub-menu li a{
    display: block;
    padding: 15px 15px;
    color: #333;
    font-size: 600;
}
.navbar .sub-menu li.active a,
.navbar .sub-menu li a:hover{
    color: #D84D26;
}

.menu{
    width: calc(100% - 362px);
    float: right;
    text-align: right;
    padding-right: 20px;
}
.menu li{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}
.menu li a{
    display: block;
    padding: 17px 15px;
    color: #333;
    position: relative;
}
.menu li a::before{
    content: "";
    pointer-events: none;
    width: 80px;
    height: 80px;
    background: url(../images/menu-active-mark.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    opacity: 0;
}
.menu li a:hover{
    color: #D84D26;
}
.menu li.active a{
    color: #D84D26;
}
.menu li.active a::before{
    opacity: 1;
}
.menu li.dropdown a{
    padding-right: 20px;
    background: url(../images/caret-down.png) no-repeat center right;
}

.menu li.dropdown .drop-ct li a{
    background: none;
    padding-right: 20px;
    padding-left: 20px;
}

.menu li.dropdown .drop-ct{
    pointer-events: none;
    opacity: 0;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #fff;
    padding: 10px 0;
    border: 1px solid #dedede;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.menu li.dropdown:hover .drop-ct{
    pointer-events: auto;
    opacity: 1;
}
.menu li.dropdown .drop-ct li{
    width: 100%;
}

.burger{
    width: 60px;
    height: 60px;
    margin-right: -15px;
    margin-top: -10px;
    float: right;
    text-align: center;
    padding-top: 14px;
    font-size: 18px;
    color: #333;
    background: #D84D26;
    color: #fff;
}
.burger:hover{
    color: #fff;
}

section.headline{
    padding: 0;
    background: url(../images/left-rect.png) no-repeat, url(../images/right-rect.png) no-repeat;
    background-position: left bottom, right bottom;
}
section.headline.no-bg{
    background: none;
}

.headline .item{
    height: 510px;
}

.headline .text{
    width: 58%;
    float: left;
    padding-top: 120px;
}
.headline .pic{
    width: 42%;
    float: left;
}

.headline h1{
    font-size: 72px;
    font-weight: 900;
    line-height: 100%;
    margin-bottom: 20px;
}
.headline h1 a{
    color: #333;
}
.headline p{
    color: #666;
    margin-bottom: 30px;
}
.headline .pic figure{
    width: 100%;
    height: 500px;
    transform: translateY(15px);
    -moz-transform: translateY(15px);
    -webkit-transform: translateY(15px);
}
.headline .pic figure img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.headline .text .button-group{
    width: 100%;
}
.headline .text .button-group li{
    display: inline-block;
    margin-right: 10px;
}
.headline .text .button-group li a{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    border: 2px solid #D84D26;
    color: #D84D26;
    display: block;
    padding: 15px 40px;
}
.headline .text .button-group li a.cta{
    background: #D84D26;
    color: #fff;
}

#hero-slider .owl-prev,
#hero-slider .owl-next{
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    overflow: hidden;
    text-indent: -200px;
    opacity: 0.5;
}
#hero-slider .owl-prev{
    left: -80px;
    background: url(../images/mufit-arrow-left.png) no-repeat center;
    background-size: contain;
}
#hero-slider .owl-next{
    right: -80px;
    background: url(../images/mufit-arrow-right.png) no-repeat center;
    background-size: contain;
}
#hero-slider .owl-prev:hover,
#hero-slider .owl-next:hover{
    opacity: 1;
}

#hero-slider .owl-pagination{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 40px;
}
#hero-slider .owl-pagination .owl-page{
    display: inline-block;
}
#hero-slider .owl-pagination .owl-page span{
    display: block;
    width: 12px;
    height: 8px;
    background: url(../images/mufit-pagination.png) no-repeat center;
    background-size: contain;
}
#hero-slider .owl-pagination .owl-page.active span{
    width: 32px;
    background: url(../images/mufit-pagination-active.png) no-repeat center;
    background-size: contain;
}

section.about{
    background: #f4f4f4;
}

.title{
    width: 100%;
    margin-bottom: 20px;
}

.title h2{
    font-size: 48px;
    font-weight: 800;
    color: #000;
    width: 100%;
    margin-bottom: 20px;
}
.title p{
    font-size: 18px;
    width: 100%;
    color: #666;
    font-weight: 400;
}

.ratio{
    width: 100%;
    position: relative;
    height: 0;
}
.ratio16{
    padding-top: 56.25%;
}
.ratio135{
    padding-top: 135%;
}
.ratio75{
    padding-top: 75%;
}
.ratio1{
    padding-top: 100%;
}

.ratio img,
.ratio iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.quote-1{
    background: url(../images/bank/gym.jpg) no-repeat center fixed;
    background-size: cover;
}
.quote-1::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
}
.quote-1 p{
    color: #fff;
    font-weight: 800;
    font-size: 36px;
    position: relative;
}
.quote-1 p::before{
    content: "";
    width: 90px;
    height: 76px;
    background: url(../images/quote-open.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: -150px;
    top: -30px;
}

section.clients{
    background: #f4f4f4;
}

.clients .ratio{
    padding-top: 30%;
}
.clients .ratio img{
    width: 80%;
    height: 80%;
    object-fit: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.clients .is-4 .ratio img{
    width: 60%;
}

.accordion li,
.accordion{
    width: 100%;
    float: left;
}
.accordion{
    margin-bottom: 30px;
}
.accordion li{
    /*max-height: 60px;*/
    border-bottom: 1px solid #dedede;
    overflow: hidden;
}
.accordion li a{
    display: block;
    font-size: 18px;
    padding: 15px 0;
    color: #333;
    font-weight: 600;
    position: relative;
}
.accordion li a:focus{
    outline: none;
}
.accordion li a i{
    position: absolute;
    top: 20px;
    right: 20px;
}
.accordion li.active{
    max-height: 800px;
    border-color: #D84D26;
    background: #FFEEE9;
}
.accordion li.active a{
    color: #D84D26;
    background: #fff;
}
.accordion li a:hover{
    color: #D84D26;
}
.accordion li p{
    font-size: 18px;
    padding: 20px;
    color: #666;
    line-height: 200%;
}
.accordion li ul,
.accordion.acc-full li ul{
    padding: 0 20px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}
.accordion.acc-full li ul li,
.accordion li ul li{
    font-size: 18px;
    color: #333;
    border: none;
    padding-left: 24px;
    position: relative;
}
.accordion.acc-full li ul li::before,
.accordion li ul li::before{
    content: "";
    width: 8px;
    height: 8px;
    background: #D84D26;
    position: absolute;
    top: 9px;
    left: 0;
}

.accordion .acc-ct{
    width: 100%;
    float: left;
    max-height: 0;
    overflow: hidden;
}

.accordion li.active .acc-ct{
    max-height: 800px;
}


.btn{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #D84D26;
    padding: 15px 40px;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
}

.top-footer,
.footer,
.copyright{
    width: 100%;
    float: left;
}

.top-footer{
    height: 432px;
    background: #f4f4f4;
    overflow: hidden;
}
.top-footer form{
    padding: 140px 20px 140px 0;
    width: 100%;
    float: left;
}
.top-footer form h3{
    font-size: 36px;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}
.top-footer form .input-group{
    width: 100%;
    float: left;
}

.top-footer form input{
    width: calc(100% - 183px);
    float: left;
    height: 56px;
    padding: 15px 30px;
    background: #fff;
    font-size: 14px;
    border: 1px solid #dedede;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.top-footer form button{
    width: 163px;
    margin-left: 20px;
    float: left;
    height: 56px;
}
.foot-img{
    width: 100%;
    float: left;
    position: relative;
}
.foot-img figure{
    width: 285px;
    position: absolute;
}
.foot-img figure.ratio{
    padding-top: 432px;
}
.foot-img figure:nth-child(1){
    left: 0;
    top: 60px;
}
.foot-img figure:nth-child(2){
    left: 286px;
}
.foot-img figure:nth-child(3){
    left: 572px;
    top: -60px;
}

.footer{
    padding-top: 120px;
}
.footer p{
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
}

.footer h4{
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.footer h4::before{
    content: "";
    width: 34px;
    height: 4px;
    background: url(../images/titling-border.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sitemap{
    width: 100%;
    margin-bottom: 40px;
}
.sitemap li{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.sitemap li a{
    color: #333;
    padding-bottom: 10px;
    display: block;
}
.sitemap li a:hover{
    color: #D84D26;
    text-decoration: underline;
}

.social-media{
    width: 100%;
}
.social-media li{
    display: inline-block;
    margin-right: 10px;
}
.social-media li a{
    display: block;
    width: 40px;
    height: 40px;
    background: #efefef;
    font-size: 18px;
    color: #D84D26;
    text-align: center;
    padding-top: 7px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.social-media li a:hover{
    background: #D84D26;
    color: #fff;
}

.foot-download-bt{
    width: 106px;
    height: 36px;
    display: inline-block;
}
.foot-download-bt img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer h5{
    display: inline-block;
    padding-right: 20px;
    transform: translateY(-14px);
}
.copyright{
    width: 100%;
    float: left;
    height: 80px;
    padding: 20px 0;
    background: #333;
}
.copyright p{
    font-size: 14px;
    color: #fff;
    padding: 9px 0;
}
.copyright p strong{
    color: #fff;
}

.copyright ul.cc{
    padding-top: 9px;
}
.copyright ul.cc li{
    display: inline-block;
    margin-left: 5px;
}

section.static-page{
    padding: 100px 0;
}

section.static-page h2{
    font-size: 24px;
    color: #333;
    font-weight: 700;
    margin-bottom: 30px;
}
section.static-page p{
    font-size: 18px;
    color: #333;
    line-height: 200%;
    margin-bottom: 20px;
}

.button-group-2{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
}
.button-group-2 a{
    display: inline-block;
    padding: 16px;
    height: 56px;
    width: 160px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 5px;
}
.button-group-2 a:first-child{
    background: #e1e1e1;
    color: #949494;
}
.button-group-2 a:last-child{
    background: #D84D26;
    color: #fff;
}

.whats-happening-header{
    width: 100%;
    float: left;
    position: relative;
}
.whats-happening-header .pic{
    width: 100%;
    max-width: 950px;
    height: 400px;
}
.whats-happening-header .pic figure{
    width: 100%;
    height: 100%;
}
.whats-happening-header .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.whats-happening-header .text{
    position: absolute;
    right: 0;
    max-width: 590px;
    width: 60%;
    top: 25%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.whats-happening-header .text h1{
    color: #D84D26;
    font-size: 96px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    line-height: 120%;
}

.quote-2 p{
    font-size: 24px;
    color: #000;
    line-height: 200%;
    font-weight: 700;
}

.wh-slider .item{
    height: 400px;
}

.wh-slider .owl-prev,
.wh-slider .owl-next{
    width: 40px;
    height: 60px;
    position: absolute;
    top: calc(50% - 30px);
    overflow: hidden;
    text-indent: -200px;
}
.wh-slider .owl-prev{
    left: 20px;
    background: url(../images/angle-left.png) no-repeat center;
    background-size: contain;
}
.wh-slider .owl-next{
    right: 20px;
    background: url(../images/angle-right.png) no-repeat center;
    background-size: contain;
}

.wh-slider{
    margin-bottom: 40px;
}

.slide-list h3{
    font-size: 36px;
    margin-bottom: 30px;
}
.slide-list h3 a{
    color: #333;
}

.wh-counter{
    position: relative;
    background: url(../images/bank/gym.jpg) no-repeat center fixed;
    background-size: cover;
}
.wh-counter::before{
    content: "";
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wh-counter .title{
    color: #fff;
    font-size: 36px;
}
.wh-counter .numbers{
    font-size: 96px;
    color: #fff;
    font-weight: 900;
}
.wh-counter p{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.quote-3 h2{
    font-size: 48px;
    color: #333;
    font-weight: 900;
}

.quote-3 .btn{
    display: inline-block;
    padding: 13px 30px;
    color: #fff;
    background: #D84D26;
    font-weight: 700;
    height: 50px;
    font-size: 16px;
}

.full-width-map{
    padding-top: 50px;
}
.full-width-map iframe{
    width: 100%;
    height: 440px;
}

.contact-box{
    border: 1px solid #dedede;
    width: 100%;
    float: left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 200px;
    padding: 30px;
    margin-bottom: 100px;
}
.contact-box .icon{
    width: 100%;
    float: left;
    height: 50px;
    margin-bottom: 30px;
}
.contact-box .icon i{
    font-size: 48px;
    color: #D84D26;
    display: inline-block;
}
.contact-box .icon p{}

.accordion.acc-full li{
    border: 1px solid #dedede;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 10px;
}

.accordion.acc-full li a{
    padding: 15px 20px;
}

.accordion.acc-full li.active{
    border: 1px solid #D84D26;
}

.faq{
    padding-top: 100px;
    background: url(../images/f1.png) no-repeat left center, url(../images/f2.png) no-repeat right top, url(../images/f3.png) no-repeat right bottom;
}

.faq .title h3{
    font-size: 24px;
}

.faq-form{
    width: 100%;
    float: left;
    background: #f4f4f4;
    border: 1px solid #dedede;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 30px;
}

.faq-form h5{
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    float: left;
}
.faq-form p{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #777;
    margin-bottom: 30px;
}
.faq-form .input-group{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.faq-form .input-group label,
.faq-form .input-group input{
    width: 100%;
    float: left;
}

.faq-form .input-group label{
    font-size: 13px;
    color: #333;
    margin-bottom: 5px;
}
.faq-form .input-group input,
.faq-form .input-group textarea{
    padding: 15px 20px;
    font-size: 14px;
    color: #333;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 100%;
}
.faq-form .input-group .btn{
    width: 100%;
}

.submenu-2{
    width: 100%;
    float: left;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}
.submenu-2 li{
    display: inline-block;
}
.submenu-2 li a{
    display: block;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    border-bottom: 3px solid #fff;
}
.submenu-2 li.active a,
.submenu-2 li a:hover{
    border-color: #D84D26;
    color: #D84D26;
}

.post{
    width: 100%;
    float: left;
}

.post-list{
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    float: left;
    margin-bottom: 30px;
    position: relative;
}
.post-list:nth-child(even){
    margin-right: 0;
}
.post-list .text{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 150px 30px 30px;
    background: url(../images/shadow.png) repeat-x top;
}
.post-list .text h3{
    font-size: 24px;
    margin-bottom: 20px;
}
.post-list .text h3 a{
    color: #fff;
}
.post-list .text p{
    font-size: 16px;
    color: #fff;
}

.pagination{
    width: 100%;
    text-align: center;
    display: block;
}
.pagination li{
    display: inline-block;
    margin: 5px;
}
.pagination li a{
    min-width: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    background: #efefef;
    display: block;
    text-align: center;
    padding-top: 8px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 40px;
}
.pagination li.active a{
    background: #D84D26;
    color: #fff;
}
.pagination li:first-child a,
.pagination li:last-child a{
    width: 120px;
}

.article{
    margin-bottom: 60px;
}

.breadcrumb{
    width: 100%;
    float: left;
}
.breadcrumb li{
    display: inline-block;
}
.breadcrumb li a,
.breadcrumb li {
    font-size: 14px;
    color: #777;
}
.breadcrumb li::before{
    display: none;
}
.breadcrumb li:last-child{
    color: #D84D26;
    padding-left: 10px;
}

.blog-detail h1{
    font-size: 36px;
    color: #333;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}
.blog-detail .date{
    font-size: 14px;
    color: #777;
}

.article-head{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.article figure{
    margin-bottom: 20px;
}

.article-ct{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.article-ct p{
    font-size: 18px;
    color: #333;
    line-height: 200%;
    margin-bottom: 20px;
}

.share{
    width: 100%;
    float: left;
    border: 1px solid #dedede;
    padding: 10px 20px;
}
.share h5{
    width: 160px;
    float: left;
    padding-top: 8px;
}
.share ul.share-group{
    width: calc(100% - 160px);
    float: left;
    text-align: right;
}
.share ul.share-group li{
    display: inline-block;
    margin-left: 5px;
}
.share ul.share-group li a{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 6px;
}
.share ul.share-group li a.facebook{background: #3D5A96;}
.share ul.share-group li a.twitter{background: #2AA3EF;}
.share ul.share-group li a.line{background: #2AB858;}
.share ul.share-group li a.whatsapp{background: #30A055;}
.share ul.share-group li a.linkedin{background: #007AB7;}

form.src{
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}
form.src input{
    width: 100%;
    height: 56px;
    background: #fff;
    border: 1px solid #dedede;
    padding: 10px 20px;
    font-size: 16px;
    color: #333;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
form.src input:focus{
    outline: none;
}
form.src button{
    font-size: 20px;
    width: 75px;
    height: 56px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
}

.related{
    width: 100%;
    float: left;
}
.related h4{
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    margin-bottom: 20px;
}

.sidebar-post{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.sidebar-post li{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.sidebar-post li .pic{
    width: 160px;
    float: left;
}
.sidebar-post li .text{
    width: calc(100% - 160px);
    float: left;
    padding-left: 20px;
    padding-top: 20px;
}
.sidebar-post li .text h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.sidebar-post li .text h3 a{
    color: #333;
}

.related .btn-2{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #D84D26;
    padding: 15px;
}

.services-list{
    width: 100%;
    float: left;
    margin-bottom: 60px;
    display: none;
}
.services-list.show{
    display: block;
}
.services-item{
    margin-bottom: 40px;
    width: 100%;
    float: left;
}
.services-item .pic{
    width: 25%;
    float: left;
    position: relative;
}
.services-item .pic::before{
    width: 240px;
    height: 5px;
    background: #333;
    content: "";
    position: absolute;
    bottom: 60px;
    right: -180px;
    z-index: 2;
}
.services-item:nth-child(even) .pic{
    float: right;
}
.services-item:nth-child(even) .pic::before{
    right: auto;
    left: -180px;
}
.services-item .text{
    width: 75%;
    float: left;
    padding-left: 30px;
}
.services-item .text h3{
    font-size: 64px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    float: left;
    line-height: 120%;
    margin-bottom: 20px;
}
.services-item .text h3 a{
    color: #333;
}
.services-item .text h4{
    width: 100%;
    float: left;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    line-height: 120%;
    margin-bottom: 20px;
}

.tab-bt-list{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.tab-bt-list li{
    display: inline-block;
}
.tab-bt-list li a{
    display: block;
    width: 160px;
    height: 46px;
    position: relative;
    text-align: center;
    background: #efefef;
    line-height: 100%;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 700;
    color: #777;
}
.tab-bt-list li.active a{
    background: #D84D26;
    color: #fff;
}
.tab-bt-list li a::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 47px 0 0 15px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.tab-bt-list li a::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 46px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.tab-bt-list li:first-child a::before{
    display: none;
}

.key-behavior .box{
    width: 100%;
    float: left;
    position: relative;
    padding: 100% 0 0;
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    cursor: pointer;
}
.key-behavior .box figure{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.box .text{
    padding: 20px 0;
    width: 100%;
    float: left;
    position: relative;
}
.box .text::before{
    position: absolute;
    font-weight: 900;
    font-size: 120px;
    color: rgba(0,0,0,0.1);
    top: -15px;
    left: 0;
    z-index: -1;
    line-height: 100%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.box .text.m::before{content: "M";}
.box .text.u::before{content: "U";}
.box .text.f::before{content: "F";}
.box .text.i::before{content: "I";}
.box .text.t::before{content: "T";}
.box .text h5{
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 900;
    color: #D84D26;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}
.box .text h3{
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 900;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}
.box .text p{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
}

.box .text-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px 20px 20px 20px;
    z-index: 5;
    opacity: 0;
}
.box .text-overlay h4{
    width: 100%;
    float: left;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.box .text-overlay h5{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #D84D26;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.box .text-overlay p{
    width: 100%;
    float: left;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.box .text-overlay::before{
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 900;
    font-size: 120px;
    line-height: 70%;
    color: rgba(255,255,255,0.3);
}
.box .text-overlay.m::before{content: "M";}
.box .text-overlay.u::before{content: "U";}
.box .text-overlay.f::before{content: "F";}
.box .text-overlay.i::before{content: "I";}
.box .text-overlay.t::before{content: "T";}

.key-behavior .box::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
}
.key-behavior .box:hover::before,
.box:hover .text-overlay{
    opacity: 1;
}
.key-behavior .box:hover{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
.key-behavior .box:hover figure.ratio.ratio1{
    height: 100%;
}

section.interactive{
    background: #333;
}
section.interactive .title h2,
section.interactive p,
section.interactive h3{
    color: #fff;
}
section.interactive h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    margin-bottom: 20px;
    font-size: 18px;
}
section.interactive h3 span{
    width: 100%;
    float: left;
    font-size: 32px;
    font-weight: 700;
}

.news-post figure{
    margin-bottom: 20px;
}
.news-post h3{
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.news-post h3 a{
    color: #333;
}

.how-to{
    background: #f4f4f4;
}
.how-to.white-bg{
    background: #fff;
}
.how-to figure.ratio{
    padding-top: 220px;
    margin-bottom: 40px;
}
.how-to figure.ratio img{
    object-fit: contain;
}

.how-to h3{
    font-size: 24px;
    margin-bottom: 20px;
}
.how-to h3 a{
    color: #333;
}

.quote-5{
    background: url(../images/quote-bg.jpg) no-repeat center fixed;
    background-size: cover;
}
.quote-5 p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px;
}

.about-header{
    padding-bottom: 0;
}
.about-header img{
    display: block;
}

.about-header h1{
    font-size: 72px;
    line-height: 120%;
}

.quote-4{
    background: #f4f4f4;
}
.quote-4 h4{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #D84D26;
    margin-bottom: 20px;
}
.quote-4 p{
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: #333;
}
.mufit-story .text,
.mufit-story .title{
    padding-left: 30px;
}
.mufit-story .title h3{
    font-size: 48px;
}
.mufit-story .text p{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 200%;
    color: #555;
}

.office-img{
    background: #f4f4f4;
}

.office-grid{
    width: 100%;
    float: left;
    position: relative;
    height: 570px;
}
.office-grid .grid-item{
    position: absolute;
}
.office-grid .grid-item figure{
    width: 100%;
    height: 100%;
}
.office-grid .grid-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.office-grid .grid-item:nth-child(1),
.office-grid .grid-item:nth-child(4){
    width: calc(33.33% - 20px);
    left: 0;
}
.office-grid .grid-item:nth-child(2),
.office-grid .grid-item:nth-child(5){
    width: calc(41.66% - 20px);
    left: 33.33%;
}
.office-grid .grid-item:nth-child(3){
    width: 25%;
    left: 75%;
}

.office-grid .grid-item:nth-child(1){
    height: 387px;
    top: 0;
}
.office-grid .grid-item:nth-child(2){
    height: 275px;
    top: 0;
}
.office-grid .grid-item:nth-child(3){
    height: 570px;
    top: 0;
}
.office-grid .grid-item:nth-child(4){
    height: 163px;
    top: 407px;
}
.office-grid .grid-item:nth-child(5){
    height: 275px;
    top: 295px;
}

.testimony{
    background: #333;
}
.testimony .title h2,
.testimony p{
    color: #fff;
}
.testimony span{
    color: #D84D26;
    font-size: 14px;
}

.testimony p{
    margin-bottom: 30px;
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    line-height: 200%;
}
.testimony .item{
    padding: 30px 0;
}

.testimony .owl-prev,
.testimony .owl-next{
    width: 30px;
    height: 10px;
    position: absolute;
    bottom: 34px;
    overflow: hidden;
    text-indent: -200px;
}
.testimony .owl-prev{
    background: url(../images/mufit-arrow-left.png) no-repeat center;
    background-size: contain;
    left: 25%;
}
.testimony .owl-next{
    background: url(../images/mufit-arrow-right.png) no-repeat center;
    background-size: contain;
    right: 25%;
}

@keyframes marquee {
    from {transform: translateX(0); -moz-transform: translateX(0); -webkit-transform: translateX(0);}
    to {transform: translateX(-100%); -moz-transform: translateX(-100%); -webkit-transform: translateX(-100%);}
}

.img-marquee{
    width: 100%;
    padding: 0;
    height: 498px;
    white-space: nowrap;
}
.img-marquee img{
    width: 100%;
    animation: marquee linear 10s infinite;
    display: inline-block;
    margin-left: -4px;
}

.company-reg-form{
    padding-top: 0;
}
.company-reg-form .container{
    padding: 30px 0;
    position: relative;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    background: #D84D26;
}
.company-reg-form .container::before{
    content: "";
    width: calc(100% - -60px);
    height: 58px;
    background: url(../images/shadow-2.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: -30px;
    bottom: -30px;
    z-index: -1;
}
.company-reg-form h3{
    padding-left: 40px;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.company-reg-form form{
    width: 100%;
    float: left;
    padding-right: 30px;
}
.company-reg-form form input,
.company-reg-form form button{
    width: calc((100% - 60px) / 4);
    float: left;
    margin-right: 20px;
    height: 50px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 14px;
    margin-bottom: 10px;
}
.company-reg-form form input{
    border: 1px solid #dedede;
    color: #333;
    padding: 0 20px;
}
.company-reg-form form input::placeholder{
    color: #333;
}
.company-reg-form form button{
    margin-right: 0;
    border: none;
    font-weight: 700;
    background: rgba(0,0,0,0.2);
    color: #fff;
}
.company-reg-form p{
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}
.company-reg-form p a{
    color: #fff;
    font-weight: 700;
}

.quote-6 p{
    font-size: 36px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    padding: 60px 0 60px 50px;
    position: relative;
}
.quote-6 p::before{
    content: "";
    width: 10px;
    background: #efefef;
    height: 100%;
    position: absolute;
    left: -10px;
    top: 0;
}
.quote-6 p::after{
    content: "";
    width: 60px;
    background: url(../images/quote-close.png) no-repeat center;
    background-size: contain;
    height: 74px;
    position: absolute;
    right: 40px;
    bottom: 0;
}

.slider-2 .owl-prev,
.slider-2 .owl-next{
    width: 30px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    overflow: hidden;
    text-indent: -200px;
}
.slider-2 .owl-prev{
    background: url(../images/mufit-arrow-left.png) no-repeat center;
    background-size: contain;
    left: 10px;
}
.slider-2 .owl-next{
    background: url(../images/mufit-arrow-right.png) no-repeat center;
    background-size: contain;
    right: 10px;
}

.for-mobile{display: none;}
.for-desktop{display: block;}

.ui-slider-horizontal{
    height: 5px;
    background: #fff;
    margin: 60px 0;
}
.ui-slider-horizontal .ui-slider-handle{
    width: 80px;
    height: 40px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    background: #D84D26;
    border: 5px solid #fff;
    top: -1.2em;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 2px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    cursor: grab;
}
.ui-slider-horizontal .ui-slider-handle:focus{
    outline: none;
}
.ui-slider-horizontal .ui-slider-handle:active{
    cursor: grabbing;
}

.is-rtl{
    flex-direction: row-reverse;
}

.overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 31;
    opacity: 0;
    pointer-events: none;
}
.popup{
    z-index: 32;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 30px;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: calc(100% - 40px);
    max-width: 400px;
}
.overlay.show{
    opacity: 1;
    pointer-events: auto;
}
.popup.show{
    top: 50%;
}
.popup h3{
    font-size: 24px;
}
.popup p{
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.popup ul{
    width: 100%;
    float: left;
}
.popup li{
    width: 50%;
    float: left;
    padding: 5px;
}
.popup li a{
    display: block;
    padding: 10px;
    border: 1px solid #dedede;
    color: #333;
}
.popup li a i{
    font-size: 48px;
    display: block;
    height: 60px;
}
.popup li a:hover i{
    color: #D84D26;
}
.popup .close-bt{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 8px;
    font-size: 18px;
    color: #999;
    cursor: pointer;
}

.popup-ct{
    width: 100%;
    max-width: 800px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.popup-ct .close-bt{
    font-size: 18px;
    color: rgba(255,255,255,0.3);
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
}
.popup-ct .close-bt:hover{
    color: rgba(255,255,255,1);
    cursor: pointer;
    background: rgba(0,0,0,0.3);
}

.ui-slider-horizontal .ui-slider-handle::before{
    content: "DRAG HERE";
    font-size: 10px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 40px;
    width: 100%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

@media only screen and (max-width: 768px){
    .for-mobile{display: block;}
    .for-desktop{display: none;}

    .navbar{
        height: 60px;
        padding: 10px 15px;
        max-width: 100%;
        left: 0;
    }
    .logo{
        height: 40px;
    }
    .navbar .download-bt{
        width: calc(100% - 152px);
        max-width: 180px;
        height: 60px;
        padding: 18px 10px 20px 30px;
        font-size: 14px;
    }

    section{overflow-x: hidden;}
    section.headline{
        overflow-y: hidden;
    }

    .menu{
        position: absolute;
        top: 60px;
        right: -80%;
        width: 80%;
        height: calc(100vh - 60px);
        padding: 30px;
        text-align: left;
        background: #f4f4f4;
        margin-right: 0;
        border-left: 1px solid #dedede;
        z-index: 3;
    }
    .menu.show{
        right: 0;
    }
    .menu li{width: 100%; float: left;}
    .menu li a{padding-left: 0; padding-right: 0;}
    .menu li.active a::before{display: none;}

    .columns{
        padding-left: 15px;
        padding-right: 15px;
    }

    .copyright{
        height: auto;
        text-align: center;
    }
    .copyright ul.cc{
        text-align: center;
    }

    .foot-img{
        display: none;
    }

    .footer{padding-top: 40px; padding-bottom: 40px;}

    .sitemap{
        margin-bottom: 0;
    }

    .social-media{
        margin-bottom: 30px;
    }
    .footer .column.is-5.has-text-right{
        text-align: left !important;
    }

    .top-footer{
        height: auto;
        padding-bottom: 10px;
    }

    .top-footer form{
        padding: 40px 0;
    }
    .top-footer form input{
        width: 100%;
        margin-bottom: 10px;
    }
    .top-footer form button{
        width: 100%;
        margin-left: 0;
    }

    .accordion li{
        /*max-height: 90px;*/
    }

    .faq{
        padding-top: 40px;
    }

    .title h2{
        font-size: 36px;
    }

    .quote-1 p{
        font-size: 32px;
    }

    .headline .text{
        width: 100%;
        padding-top: 40px;
    }
    .headline h1,
    .about-header h1{
        font-size: 36px;
    }
    .headline .text .button-group li a{
        padding: 10px 20px;
        font-size: 14px;
    }

    p,
    .title p,
    .accordion li p,
    .accordion.acc-full li .acc-ct li,
    .article-ct p,
    section.static-page p{
        font-size: 14px;
    }
    .headline .pic{
        width: 100%;
    }
    .headline .pic figure{
        height: auto;
    }

    .accordion li.active{
        max-height: 1200px;
    }

    .about-header h1{
        text-align: center;
    }

    .quote-4 p{
        font-size: 28px;
    }
    .mufit-story .text, .mufit-story .title{
        padding-left: 0;
    }

    .mufit-story .title h3{
        font-size: 36px;
    }

    .testimony .owl-prev{
        left: 0;
    }
    .testimony .owl-next{
        right: 0;
    }
        
    .img-marquee{
        height: auto;
    }

    .office-grid .grid-item:nth-child(1),
    .office-grid .grid-item:nth-child(2),
    .office-grid .grid-item:nth-child(3),
    .office-grid .grid-item:nth-child(4),
    .office-grid .grid-item:nth-child(5){
        width: 100%;
        left: 0;
        height: 200px;
    }
    .office-grid .grid-item:nth-child(2){
        top: 210px;
    }
    .office-grid .grid-item:nth-child(3){
        top: 420px;
    }
    .office-grid .grid-item:nth-child(4){
        top: 630px;
    }
    .office-grid .grid-item:nth-child(5){
        top: 840px;
    }
    .office-grid{
        height: 1040px;
    }

    section.blog-detail{
        padding-top: 20px;
    }
    .blog-detail h1{
        font-size: 28px;
        line-height: 150%;
    }
    .share ul.share-group{
        text-align: left;
        width: 100%;
        margin-top: 20px;
    }
    .share{
        margin-bottom: 30px;
    }
    .sidebar-post li .pic{
        width: 100px;
    }
    .sidebar-post li .text{
        width: calc(100% - 100px);
        padding-top: 0;
    }
    .sidebar-post li .text h3{
        font-size: 16px;
    }

    .post-list{
        width: 100%;
        margin-right: 0;
    }

    section.blog{
        padding-top: 0;
    }

    .submenu-2,
    .navbar .sub-menu{
        white-space: nowrap;
        overflow-x: scroll;
    }

    section.contact-page{
        padding-top: 0;
    }
    .contact-box{
        margin-bottom: 20px;
    }

    .company-reg-form form{
        padding-right: 0;
    }
    .company-reg-form form input, .company-reg-form form button{
        width: 100%;
        margin-right: 0;
    }

    .quote-6 p{
        padding: 40px 20px;
        font-size: 28px;
    }

    .services-item figure.ratio.ratio135{
        padding-top: 56.25%;
    }
    .services-item .pic{
        width: 100%;
        margin-bottom: 20px;
    }
    .services-item .text{
        width: 100%;
        padding-left: 0;
    }
    .services-item .text h3{
        font-size: 36px;
    }
    .services-item .text h4{
        font-size: 24px;
    }
    .services-item .text p{
        line-height: 200%;
    }
    .services-item .pic::before{
        display: none;
    }
    .button-group-2 a{
        padding: 15px;
        height: 50px;
    }

    .wh-slider .item{
        height: auto;
    }

    .whats-happening-header .pic{
        height: 200px;
    }
    .whats-happening-header .text{
        top: 50px;
        left: 0;
        width: 100%;
        text-align: center;
        transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
    }
    .whats-happening-header .text h1{
        font-size: 48px;
        color: #fff;
    }

    section.whats-happening-header{
        padding: 0;
    }

    .wh-slider{
        margin-bottom: 0;
    }

    .slide-list .columns{
        margin-bottom: 40px;
    }

    .slide-list h3{
        font-size: 28px;
        margin-bottom: 10px;
    }

    .wh-counter .title{
        font-size: 28px;
    }
    .wh-counter p{
        font-size: 18px;
    }
    .wh-counter .numbers{
        font-size: 72px;
    }
    .quote-3 h2{
        font-size: 24px;
    }

    .top-footer form h3{
        text-align: center;
        font-size: 28px;
    }
    .box .text::before{
        right: 0;
        transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        left: auto;
    }

    .quote-5 p{
        font-size: 28px;
    }

    .footer{
        padding-left: 0;
        padding-right: 0;
    }

    .menu li.dropdown .drop-ct{
        position: relative;
        opacity: 1;
        height: auto;
        float: left;
        width: 100%;
        border: none;
        max-height: 0;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }
    .menu li.dropdown .drop-ct.show{
        max-height: 500px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer h5{
        width: 100%;
    }
    section.headline.no-bg{
        overflow: hidden;
    }

    .accordion li a{
        padding-right: 40px;
    }

}


/*EXERCISE PAGE*/
/*
h2{font-size: 60px;}
h3{font-size: 32px;}
h4{font-size: 28px;}
h5{font-size: 20px;}
*/
.ff-mts{font-family: 'Montserrat', sans-serif;}
.f-12{font-size: 12px;}
.f-14{font-size: 14px;}
.f-16{font-size: 16px;}
.f-18{font-size: 18px;}
.f-20{font-size: 20px;}
.f-22{font-size: 22px;}
.f-24{font-size: 24px;}
.f-28{font-size: 28px;}

.landing-page-cover .cta{
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.landing-page-cover{
    height: 100vh;
    padding: 100px 0;
}
.landing-page-cover figure{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.landing-page-cover figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.landing-page-cover h2{
    margin-bottom: 20px;
}
.landing-page-cover p{
    margin-bottom: 30px;
}
.landing-page-cover h4{
    margin: 80px 0 30px;

}
.landing-page-cover h4 span{
    color: #D84D26;
}

.landing-page-cover figure::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
    z-index: 0;
}

.landing-page-cover a.cta,
.consult-form .cta,
.subs-form .cta{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    border: 2px solid #D84D26;
    color: #D84D26;
    padding: 15px 40px;
    background: #D84D26;
    color: #fff;
    display: inline-block;
}
.value-slider .item{
    padding: 10px;
    width: 100%;
    float: left;
}
.value-slider .owl-prev,
.value-slider .owl-next{
    width: 40px;
    height: 40px;
    position: absolute;
    top: -60px;
    overflow: hidden;
    text-indent: -300px;
}
.value-slider .owl-prev{
    right: 60px;
    background: url(../images/img-v2/prev-button.png);
    background-size: contain;
}
.value-slider .owl-prev:hover{
    background: url(../images/img-v2/prev-button-hover.png);
}
.value-slider .owl-next{
    right: 0;
    background: url(../images/img-v2/next-button.png);
    background-size: contain;
}
.value-slider .owl-next:hover{
    background: url(../images/img-v2/next-button-hover.png);
}
.value-card{
    width: 100%;
    float: left;
    padding: 24px 24px 28px 24px;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.value-card h5{
    margin-bottom: 0;
    font-size: 18px;
}
.value-card span{
    font-size: 14px;
    color: #888;
    margin-bottom: 5px;
    width: 100%;
    float: left;
}
.value-card p{
    margin-bottom: 0;
}
.value-card .lp-icon{
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
.value-card .lp-icon img{
    width: 100%;
    height:  100%;
    object-fit: contain;
}
.title-1{
    width: 100%;
    float: left;
}
.title-1 h3{
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
}
.title-1 h3::before{
    content: "";
    width: 360px;
    height: 8px;
    background: #D84D26;
    position: absolute;
    bottom: 0;
    left: 0;
    
}

section.record{
    background: #f2f2f2;
    padding: 100px 0;
}

.record-card{
    width: 100%;
    float: left;
    padding: 30px;
    background: #fff;
    border: 4px solid #d1d1d1;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    margin: 40px 0;
}
.record-card .pic{
    width: 25%;
    float: left;
}
.record-card .text{
    width: 75%;
    float: left;
    padding-left: 20px;
}
.ratio .img-contain,
.img-contain{
    object-fit: contain;
}
.record-card figure::before{
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    z-index: 2;
}

.mufit-tag{
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.mufit-tag li{
    display: inline-block;
    margin: 0 20px;
    font-size: 20px;
    padding-left: 36px;
    position: relative;
}
.mufit-tag li span{
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    background: #DEE2E6;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #00AA44;
    font-size: 16px;
    padding-top: 2px;
}

.counter-card{
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 30px;
}
.counter-card .num{
    width: 100%;
    float: left;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}
.testimony-2-slider{
    padding-bottom: 60px;
    border-bottom: 2px solid #dedede;
    margin-bottom: 60px;
}
.testimony-2-slider .item figure img{
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.testimony-2-slider .item .text{
    padding-left: 140px;
    position: relative;
}
.testimony-2-slider .item .text p{
    font-weight: 700;
    margin-bottom: 40px;
}
.testimony-2-slider .item .text span{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #6E6E6E;
}
.testimony-2-slider .item .text::before{
    width: 60px;
    height: 60px;
    background: url(../images/img-v2/quote.png) no-repeat center;
    background-size: contain;
    content: "";
    position: absolute;
    top: 0;
    left: 50px;
}
.testimony-2-slider .owl-prev,
.testimony-2-slider .owl-next{
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 60px;
    overflow: hidden;
    text-indent: -300px;
}
.testimony-2-slider .owl-prev{
    right: 60px;
    background: url(../images/img-v2/prev-button.png);
    background-size: contain;
}
.testimony-2-slider .owl-prev:hover{
    background: url(../images/img-v2/prev-button-hover.png);
}
.testimony-2-slider .owl-next{
    right: 0;
    background: url(../images/img-v2/next-button.png);
    background-size: contain;
}
.testimony-2-slider .owl-next:hover{
    background: url(../images/img-v2/next-button-hover.png);
}

.br-12{
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.companies{
    width: 100%;
    float: left;
}
.companies li{
    width: 50%;
    float: left;
    height: 100px;
}
.companies li img{
    width: 70%;
    height: 100%;
    object-fit: contain;
}
.companies li p{
    font-size: 20px;
    color: #6e6e6e;
    font-weight: 700;
    line-height: 130%;
    padding-top: 10px;
}

.consult-form{
    width: 100%;
    float: left;
    background: #FFE6DD;
    padding: 60px;
    border-radius: 40px;
}
.consult-form h4{
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.consult-form .inp-group{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.consult-form .inp-group:last-child{
    margin-bottom: 0;
}
.consult-form .inp-group input[type="text"],
.consult-form .inp-group input[type="email"],
.consult-form .inp-group input[type="password"],
.consult-form .inp-group select{
    width: 100%;
    height: 60px;
    background: #fff;
    border: none;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 0 20px;
}
.consult-form .inp-group input[type="checkbox"]{
    width: 20px;
    height: 20px;
    float: left;
}
.consult-form .inp-group input[type="checkbox"] ~ label{
    width: calc(100% - 20px);
    padding-left: 10px;
    float: left;
    margin-top: -3px;
}
.consult-form .cta{
    width: 100%;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.title-2 h3{
    margin-bottom: 20px;
}

.sticky-subs{
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    padding: 30px 0;
}
.sticky-subs::before{
    content: "";
    width: 100%;
    height: 200%;
    position: absolute;
    bottom: 100%;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.sticky-subs p{
    font-size: 16px;
}
.subs-form{
    width: 100%;
    float: left;
    position: relative;
}
.subs-form input{
    width: calc(100% - 170px);
    float: left;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    margin-right: 10px;
    border: 1px solid #dedede;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.subs-form button.cta{
    width: 160px;
    float: left;
    height: 60px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.exercise-page{
    height: 120vh;
    overflow: hidden;
}
.exercise-page.subscribed{
    height: auto;
}
.exercise-page.subscribed .sticky-subs{
    display: none;
}

@media only screen and (max-width: 768px){
    .master{
        padding-top: 60px;
    }
    .landing-page-cover{
        height: auto;
    }
    .landing-page-cover h2{
        font-size: 48px;
        line-height: 100%;
    }
    .landing-page-cover p.f-24,
    .landing-page-cover a.cta, 
    .consult-form .cta{
        font-size: 16px;
    }

    .landing-page-cover h4{
        font-size: 24px;
        width: 100%;
        margin-bottom: 0;
    }
    .value-slider .owl-prev,
    .value-slider .owl-next{
        top: auto;
        bottom: -50px;
    }
    .value-slider .owl-prev{
        left: 20px;
        right: auto;
    }
    .value-slider .owl-next{
        left: 70px;
        right: auto;
    }

    h3{
        font-size: 24px;
    }
    .title-1 h3::before{
        width: 50%;
    }
    .exercise p.f-24,
    .record p{
        font-size: 16px;
    }
    .record-card{
        margin: 10px 0;
    }
    .record-card .pic{
        width: 100%;
        margin-bottom: 20px;
    }
    .record-card .pic .ratio1{
        padding-top: 50%;
    }
    .record-card .text{
        padding-left: 0;
        width: 100%;
    }
    .record-card .text h4{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .record-card .text p{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .mufit-tag li{
        font-size: 14px;
        padding-left: 24px;
        margin: 10px 5px;
    }
    .mufit-tag li span{
        font-size: 11px;
        width: 20px;
        height: 20px;
    }

    .counter-card{
        margin-bottom: 20px;
        padding: 0;
    }
    .counter-card .num{
        width: 50%;
        float: left;
        font-size: 36px;
    }
    .counter-card p{
        width: 50%;
        text-align: left;
        float: left;
        font-size: 13px;
        padding-top: 10px;
    }
    .testimony-2-slider .item .text{
        padding-left: 0;
    }
    .testimony-2-slider .item .text::before{
        display: none;
    }
    .testimony-2-slider .item .text p.f-28{
        font-size: 16px;
    }
    .testimony-2-slider .item .text span{
        font-size: 12px;
    }
    .testimony-2-slider .owl-next{
        right: 10px;
    }
    .testimony-2-slider .owl-prev,
    .testimony-2-slider .owl-next{
        bottom: 10px;
    }

    .consult-form{
        margin: 30px 0;
        padding: 30px 20px;
    }
    .consult-form h4{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .exercise-page{
        height: 200vh;
    }
    .sticky-subs{
        padding: 20px 0;
    }
    .sticky-subs p{
        margin-bottom: 0;
        font-size: 14px;
    }
    .subs-form input{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .subs-form button.cta{
        width: 100%;
    }
}


/*WEB MONITORING*/
.web-monitoring{
    background: #F5F5F5;
}
.wm-page-cover{
    height: 240px;
    padding: 48px 0;
}
.wm-page-cover figure{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.wm-page-cover figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile a.profile-btn{
    float: right;
    height: 48px;
    padding: 10px 40px 10px 58px;
    background: #fff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    position: relative;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.profile a img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
}
.profile a i{
    position: absolute;
    top: 15px;
    right: 15px;
    color: #D84D26;
}
.notification-btn{
    width: 48px;
    height: 48px;
    position: relative;
    float: left;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 6px 5px;
    text-align: center;
}
.notification-btn span{
    position: absolute;
    background: #D84D26;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    width: 24px;
    height: 24px;
    line-height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: 0;
    right: -12px;
    text-align: center;
    padding-top: 2px;
}
.wm-page-cover h1{
    margin-top: 20px;
    margin-left: 48px;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

.monitoring-card{
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}
.m-title{
    width: 100%;
    float: left;
    border-bottom: 1px solid #efefef;
    padding: 20px;
}
.m-title img{
    width: 48px;
    height: 48px;
    object-fit: contain;
    float: left;
}
.m-title h2{
    width: calc(100% - 48px);
    padding-left: 20px;
    float: left;
    font-size: 24px;
    font-weight: 800;
    color: #444;
    padding-top: 5px;
}
.monitoring-content .group{
    width: calc(100% - 40px);
    float: left;
    padding: 20px 0;
    margin-left: 20px;
    border-bottom: 1px solid #efefef;
}
.monitoring-content .group h3{
    font-size: 20px;
    font-weight: 700;
}
.orange{
    color: #D84D26;
}

.monitoring-content .scale{
    width: 100%;
    position: relative;
    float: left;
    height: 12px;
    margin-top: 60px;
    margin-bottom: 100px;
    background: #efefef;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.monitoring-content .scale .bar{
    height: 12px;
    position: absolute;
    left: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.monitoring-content .scale .bar-1{
    left: 0;
    background: #752775;
    z-index: 10;
}
.monitoring-content .scale .bar-2{
    background: #8CC53F;
    z-index: 8;
}
.monitoring-content .scale .bar-3{
    background: #FF8B41;
    z-index: 6;
}
.monitoring-content .scale .bar-4{
    background: #EF502F;
    z-index: 4;
}
.monitoring-content .scale .bar-5{
    background: #AE1E00;
    z-index: 2;
}
.monitoring-content .scale .bar .num,
.monitoring-content .scale .bar .label{
    font-size: 16px;
    color: #333;
    position: absolute;
    right: 0;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
}
.monitoring-content .scale .bar .num{
    top: -40px;
    font-weight: 600;
}
.monitoring-content .scale .bar .label{
    bottom: -30px;
    font-weight: 700;
}
.monitoring-content .scale .current{
    font-size: 16px;
    color: #333;
    font-weight: 700;
    padding: 5px 20px;
    background: #FFDF2C;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: absolute;
    top: -70px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.chart-bar{
    width: 100%;
    height: 110px;
    float: left;
    position: relative;
}
.chart-row{
    width: 100%;
    float: left;
    position: relative;
}
.chart-label{
    width: 100px;
    float: left;
    text-align: right;
    border-right: 1px solid #333;
    padding-right: 20px;
    font-weight: 700;
    height: 40px;
    padding-top: 5px;
}
.chart-row:last-child .chart-label{
    color: #777;
    border-right: none;
}
.foot-bar{
    width: calc(100% - 100px);
    float: left;
    border-top: 1px solid #333;
    position: relative;
}
.foot-bar span{
    width: calc(100% / 8);
    float: left;
    text-align: right;
    color: #777;
    font-weight: 700;
}
.bar{
    height: 40px;
}
.bar span{
    background: #EF502F;
    border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
    display: block;
    float: left;
    height: 40px;
}
.chart-row:nth-child(2) .bar span{
    background: #FFE6DD;
}

.chart-bar .bar{
    width: 100%;
}

.pop-article{
    width: 100%;
    float: left;
    padding: 20px;
}
.pop-article h3{
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #333;
}
.pop-article p{
    font-size: 16px;
    line-height: 200%;
}

.notif-items{
    width: 100%;
    float: left;
    padding: 20px;
}
.notif-items li{
    width: 100%;
    float: left;
    border-bottom: 1px solid #efefef;
    padding: 20px 0;
}
.notif-items li:first-child{
    padding-top: 0;
}
.notif-items li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.notif-items li img{
    width: 48px;
    height: 48px;
    float: left;
}
.notif-items li p{
    width: calc(100% - 48px);
    float: left;
    padding-left: 20px;
    font-size: 20px;
    padding-top: 7px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media only screen and (max-width: 991px){
    .wm-page-cover h1{
        margin-left: 0;
        font-size: 36px;
    }
    .monitoring-content .scale .bar .num, .monitoring-content .scale .bar .label{
        font-size: 11px;
        right: 0;
        bottom: -22px;
    }
    .monitoring-content .scale .bar:nth-child(even) .label{
        bottom: -35px;
    }
    .monitoring-content .scale{
        margin-top: 50px;
        margin-bottom: 80px;
    }
    .monitoring-content .scale .bar .num{
        top: -20px;
    }
    .monitoring-content .scale .current{
        font-size: 11px;
        top: -50px;
    }
    .chart-label{
        font-size: 14px;
        width: 70px;
    }
    .bar,
    .foot-bar{
        width: calc(100% - 70px);
    }
    .monitoring-card{
        margin-top: 20px;
    }
}

.apexcharts-toolbar{
    display: none;
}

.notification-btn{
    display: block;
}
.notification-btn ~ .dropdown-area,
.profile .dropdown-area{
    width: 80%;
    max-width: 240px;
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 5;
    background: #fff;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    padding: 10px 0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    opacity: 0;
    pointer-events: none;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
}
.profile .dropdown-area{
    left: auto;
    right: 0;
    text-align: right;
    max-width: 200px;
}
.notification-btn ~ .dropdown-area.show,
.profile .dropdown-area.show{
    opacity: 1;
    pointer-events: auto;
}
.notification-btn ~ .dropdown-area li,
.profile .dropdown-area li{
    width: 100%;
    float: left;
    padding: 8px 24px;
    border-bottom: 1px solid #dedede;
}
.notification-btn ~ .dropdown-area li span,
.profile .dropdown-area li span{
    font-size: 12px;
    color: #777;
}
.notification-btn ~ .dropdown-area li a,
.profile .dropdown-area li a{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notification-btn ~ .dropdown-area li:last-child{
    border-bottom: none;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.notification-btn ~ .dropdown-area li:last-child a{
    color: #D84D26;
    padding-top: 8px;
}
.apexcharts-toolbar{
    display: none;
}