/*======================= 
   typography
======================= */

body {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background-color: #fff;
    font-weight: 400;
    color: #666666;
    padding: 0;
    margin: 0;
}

/* ======================
    normalize css
======================= */

p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin: 0;
    margin-bottom: 15px;
}

span {
    font-size: 16px;
    color: #666666;
}

i {
    line-height: 1;
    font-style: normal;
}

/*a {
    text-decoration: none;
    outline: 0 none;
    color: inherit;
}*/

a:hover {
    text-decoration: none;
    outline: 0 none;
    color: inherit;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

iframe {
    border: none;
}

:active {
    outline: none !important;
}

.class-box:hover .class-schedule {
    background-color: #ff5164 !important;
}

.cta-7{
    padding: 100px 0px;
    background-color: #ff5164;
}

.cta-7 .section-title, .heading-description p{
    color: #fff;
}

.cta-7 h2 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: capitalize;
}

.cta-7 p {
    letter-spacing: 1px;
    max-width: 800px;
    margin: auto;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
}

.cta-7 .flex-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-7:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-color: #000;*/
    opacity: 0.6;
}

.cta-7 .btn {
    padding: 14px 38px;
    color: #272727;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    border: 2px solid #fff;
    border-radius: 50px;
    background-color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.bg-img {
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.btn {
    display: inline-block;
    margin-top: 15px;
    border-radius: 0;
    font-size: 15px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn:hover {
    border: 2px solid #ff5164;
    background-color: #ff5164;
    color: #fff;
}

.arrow_left:before {
    content: "\f104";
}

.arrow_right:before {
    content: "\f105";
}

.owl-nav, .owl-dots {
    display: block !important;
}

i.arrow_left{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.arrow_right{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blog-title{
    color: #232323;
    position: relative !important;
    margin-bottom: 10px;
    font-weight: 700 !important;
}

.blog-title:after, .blog-title:before{
    position: absolute;
    left: 0;
    right: 0;
    margin: -9px auto;
    background: #ff5164;
    content: '';
}

.blog-title:before {
    width: 125px;
    height: 4px;
    bottom: -4px;
}

.blog-title:after {
    width: 150px;
    height: 4px;
    bottom: -11px;
}

.section-title p {
    max-width: 800px !important;
    margin: 42px auto 0 !important;
    color: #666666 !important;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.blog-5 .date-box {
    width: 54px;
    position: absolute;
    top: 0;
    background: #ff5164;
    text-align: center;
    color: #fff;
    z-index: 1;
    margin: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 5px 5px 40px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 40px 0px rgb(0 0 0 / 10%);
}

.date-box .m {
    font-size: 32px;
    padding: 8px;
    font-weight: bold;
}

.date-box .d {
    font-size: 12px;
    background: rgba(0, 0, 0, 0.1);
    letter-spacing: 2px;
    padding: 5px;
}

.blog-5 .btn-wraper .read-more-btn {
    font-size: 0.938rem;
    font-weight: 700;
    border: 2px solid #ff5164;
    background: #ffffff;
    color: #01012f !important;
    padding: 0.55rem 1.3rem 0.55rem;
    border-radius: 50px;
    display: inline-block;
    line-height: 1;
    transition: all 0.5s;
    box-shadow: none !important;
}

.blog-5 .btn-wraper .read-more-btn:hover {
    background-color: #fff !important;
}

.blog-5 .blog-item:hover a.heading {
    color: #ff5164;
}

.blog-5{
    background-color: #f7f7f7;
}

.carousel-item.active {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.carousel-caption h1 {
    font-size: 50px;
    color: #ff5164;
    line-height: 70px;
    letter-spacing: 3px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.carousel-caption p {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: 0 auto 30px !important;
    line-height: 30px !important;
}

.hero-sec{
    display: flex;
    align-items: center;
    min-height: 850px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.hero-sec{
    height: 100% !important;
}

@media (min-width: 991px){
.header-two {
    padding: 15px 75px;
    background: transparent;
}
}

.carousel-caption a{
    border-color: #ff5164 !important;
}

.main-navigation .nav-menu>.menu-item>a {
    color: #fff !important;
}

.site-title, .site-description {
    color: #fff !important;
}

.main-menu .menu-item-has-children > a::after{
    content: "\f067" !important;
}

.admin-bar .affix.sticky-menu {
    display: block !important;
}

@media (max-width: 992px){
.header-two {
    background-color: #1f1f1f;
}
}

.comment-respond .form-submit input:hover, .comment-respond .form-submit input:focus{
    text-decoration: underline !important;
}

.wp-block-group__inner-container p a,.wp-block-group__inner-container a:hover,.wp-block-group__inner-container a:focus{
   color: #ff5164 !important;
   text-decoration: underline !important; 
}

.reply a:hover,.reply a:focus{
   text-decoration: underline !important; 
}

.post-meta a{
    text-decoration: none !important;
}

.post-tags a{
    text-decoration: none !important;
}

.blog-detail a, .comment-content p a{
    color: #ff5164;
}

.hero-sec .banner-content .banner-title {
    font-size: 60px;
    text-transform: capitalize;
    line-height: 1.1;
    margin-bottom: 15px;
}

.desc p {
    color: #fff;
    font-size: 16px;
}

.readmore-btn {
    font-size: 16px;
    font-weight: 600;
    padding: 0 32px;
    line-height: 56px;
    outline: 0;
    border: none;
    color: #000;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    background-color: #fff;
    text-transform: capitalize;
    overflow: hidden;
    transition: all 0.5s;
}

.readmore-btn:hover{
    color: #fff;
    background-color: #ff5164;
}

@media only screen and (min-width: 1440px){
    .hero-sec {
        min-height: 880px;
    }
}

@media (max-width: 1024px){
    .hero-sec .banner-content .banner-title {
        font-size: 50px;
    }
}

.hero-sec .banner-content .banner-title{
    color: #fff;
}

.banner-btn{
    margin-top: 30px;
}

.project:hover .pop-btn:hover {
    color: #ff5164;
}

.bot-box{
    padding: 20px 0px;
}

.banner-content{
    width: 70%;
    margin: auto;
}

::-moz-selection {
    background: #232323;
    color: #fff;
}

::selection {
    background: #232323;
    color: #fff;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-control:hover {
    border-color: #ff5164 !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.center-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.px-30 {
    padding: 0 30px;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.c-blue {
    color: #ff5164;
}

.c-black {
    color: #232323
}

a.c-blue:hover {
    color: #232323
}

.bor-1 {
    border: 1px solid #d7d7d7;
}

.bor-b {
    border-bottom: 1px solid #d7d7d7;
}

/* ======================
    HEADINGS
======================= */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #232323;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
}

h1 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

h3 {
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
}

h4 {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

h5 a,
h6 a {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

h5 a:hover,
h6 a:hover {
    color: #ff5164
}

h6 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.sp-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sp-70-100 {
    padding-top: 70px;
    padding-bottom: 100px;
}

.sp-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.mb-30 {
    margin-bottom: 30px;
}

/*=========================== 
   custom scrollbar
============================= */

/* width */

::-webkit-scrollbar {
    width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #ccc;
    box-shadow: inset 0 0 5px #ccc;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #ff5164;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #ff5164;
}

/*======================= 
   custom button
======================= */

.btn {
    border: 0;
    border-radius: 0;
    font-size: 16px;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-sm {
    padding: 6px 20px;
    font-size: 14px;
}

/*  btn-one */

.btn-one {
    background-color: #ff5164;
    color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 0;
}

.btn-one:hover {
    color: #ff5164;
}

.btn-one:before,
.btn-one:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 25px solid #fff;
    border-bottom: 25px solid #fff;
    z-index: -1;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.btn-one:before {
    border-right: 25px solid transparent;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn-one:after {
    border-left: 25px solid transparent;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-one:hover:before {
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
}

.btn-one:hover:after {
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
}
.btn-sm.btn:before,
.btn-sm.btn:after{
   border-width: 17px;
}
/*  btn-two */

.btn-two {
    background-color: #fff;
    border: 1px solid transparent;
    color: #ff5164;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 0;
}

.btn-two:hover {
    color: #fff;
}

.btn-two:before,
.btn-two:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 25px solid #ff5164;
    border-bottom: 25px solid #ff5164;
    z-index: -1;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.btn-two:before {
    border-right: 25px solid transparent;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn-two:after {
    border-left: 25px solid transparent;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-two:hover:before {
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
}

.btn-two:hover:after {
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
}

/*  btn-dark */

.btn-dark {
    background-color: #232323;
    color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 0;
}

.btn-dark:hover {
    color: #232323;
}

.btn-dark:before,
.btn-dark:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 25px solid #fff;
    border-bottom: 25px solid #fff;
    z-index: -1;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.btn-dark:before {
    border-right: 25px solid transparent;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn-dark:after {
    border-left: 25px solid transparent;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-dark:hover:before {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
}

.btn-dark:hover:after {
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
}

/*  btn-trans */

.btn-trans {
    color: #232323;
    border: 1px solid #232323;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 0;
}

.btn-trans:hover {
    color: #fff;
}

.btn-trans:before,
.btn-trans:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 25px solid #232323;
    border-bottom: 25px solid #232323;
    z-index: -1;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.btn-trans:before {
    border-right: 25px solid transparent;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn-trans:after {
    border-left: 25px solid transparent;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-trans:hover:before {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
}

.btn-trans:hover:after {
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
}

.read-more {
    text-transform: capitalize;
    color: #232323;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px;
    position: relative;
    font-weight: 600;
}
.read-more::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color:#ff5164;
    left: 0;
    bottom: 0;
    transform: translateY(3px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.read-more:hover {
    color: #ff5164;
}
.read-more:hover::after{
   transform: translateY(0);
   opacity: 1;
}

/* ======================
    background color
======================= */

.bg-w {
    background-color: #fff;
}

.bg-dull {
    background-color: #f7f7f7;
}

.bg-blue {
    background-color: #ff5164;
}

/* ======================
    color
======================= */

.c-theme {
    color: #ff5164
}

.c-white {
    color: #fff;
}

.fw-5 {
    font-weight: 500
}

/*================== 
    owl custom
==================*/

.owl-theme .owl-dots .owl-dot span {
    background: #232323;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 7px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff5164
}

/* =====================
    list styles
========================*/

.list-2 li {
    position: relative;
    padding-left: 15px;
}

.list-2 li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    top: 8px;
    background-color: #ff5164;
}

/*==================    
   all title 
==================*/

.all-title {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

.sec-title {
    color: #232323;
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
}

.all-title.white2 .sec-title {
    color: #fff;
}

.all-title .title-sep {
    fill: #ff5164;
}

.title-sep2 {
    padding-bottom: 15px;
    position: relative
}

.title-sep2::after {
    position: absolute;
    background-color: #ff5164;
    height: 2px;
    width: 60px;
    content: '';
    bottom: 0;
    left: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.all-title.white .sec-title {
    color: #fff
}

.all-title.white2 .title-sep {
    fill: #fff;
}

.sec-title span {
    color: #232323;
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.all-title p {
    max-width: 800px;
    margin: 42px auto 0;
    color: #666666;
}

.all-title.white p,
.all-title.white2 p {
    color: #fff
}

.title-sep {
    fill: #232323;
    height: 22px;
    width: 83px;
}

/*================== 
    back-to-top
==================*/

#c-scroll {
    display: none;
    position: fixed;
    line-height: 40px;
    text-align: center;
    background-color: #ff5164;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    -webkit-animation-delay: .95s;
    animation-delay: .95s;
    padding: 8px 13px;
    border-radius: 0;
    color: #fff;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    cursor: pointer;
    line-height: 1;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}
#c-scroll:after{
    content: '';
    border: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-bottom-color: #ff5164;
    top: -11px;
    position: absolute;
    left:13px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: -1;
}
#c-scroll:hover:after{
    top: -26px;
}

/*====================== 
    Preloader Css
========================*/

.preloader {
    height: 100%;
    width: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99999;
    text-align: center;
}

.loader-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader-inner .text {
    text-align: center;
    color: #232323;
    font-weight: 300;
    -webkit-animation: fadeAnim 1s linear infinite;
    animation: fadeAnim 1s linear infinite;
    fill: #232323;
    font-weight: 800;
    margin-top: 10px;
    margin-left: 10px;
}

.loader-inner img {
    -webkit-animation: fadeAnim 1s linear infinite;
    animation: fadeAnim 1s linear infinite;
}

@-webkit-keyframes fadeAnim {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeAnim {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*====================== 
    Header Css
========================*/

.logo h1{
    margin-bottom: 0;
    line-height: 1;
}
.navbar-nav .nav-item .mega-heading {
    display: none !important;
}

.menu-search-form {
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    z-index: 999;
}

.menu-search-form.s-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.header-one .menu-search a {
    height: 30px;
    width: 30px;
    background-color: #ff5164;
    display: block;
    color: #fff;
    padding-top: 3px;
    text-align: center;
    font-size: 15px;
}

.header-three .menu-search a {
    color: #ff5164
}

.menu-search-form input {
    padding: 10px;
    width: 100%;
    min-width: 250px;
    color: #232323;
    border: 1px solid #ff5164;
}

.btn-search {
    position: absolute;
    right: 5px;
    height: 95%;
    width: 30px;
    padding: 0;
    background-color: transparent;
    color: #ff5164;
}

.header-one {
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.logo-one {
    width: 20%;
}

.logo-one .logo {
    width: 100%;
    max-width: 300px;
    margin: 0 auto
}

.logo-one .logo a {
    display: block;
    padding: 29px 10px;
}

.head-top-one {
    background-color: #ff5164;
    position: relative;
}

.header-one:after {
    background-color: #ff5164;
    content: "";
    position: absolute;
    bottom: 0;
    height: 62px;
    z-index: -1;
    right: 0;
    width: 900px;
    top: 0
}

.head-top-one:after {
    background-color: #ff5164;
    content: "";
    position: absolute;
    height: 62px;
    z-index: -1;
    left: -32px;
    width: 66px;
    top: 0;
    -webkit-transform: skew(43deg);
    transform: skew(43deg);
    -moz-transform: skew(43deg);
    -ms-transform: skew(43deg);
    -o-transform: skew(43deg);
}

.head-con {
    padding: 13.5px 0;
}

.head-con li i {
    margin-right: 5px;
}

.head-con li {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: inline-block;
    color: #fff;
    padding: 5px 0;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.3)
}

.head-con li:last-child {
    border-right: 0;
}

.head-socials {
    text-align: right;
}

.head-socials a {
    color: #fff;
    font-size: 20px;
    margin: 21px 0;
    margin-left: 18px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.head-socials a:hover {
    color: #232323;
}

.menu-one {
    position: relative;
}

header {
    position: relative;
    z-index: 999;
}

/* header two */

.header-two {
    padding: 20px 0;
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
    left: 0;
}

.header-two.light .navbar-nav .nav-link {
    color: #fff
}

.affix.sticky-menu.light {
    background-color: #232323;
}

/* header three */

.header-three {
    padding: 14px 0;
}

/*====================== 
    programs
========================*/

/* programs-slider-one */

.slider-wrap {
    position: relative;
    text-align: center;
}

.programs-slider-one {
    padding-top: 89px;
    text-align: center;
    height: 450px;
}

.programs-slider-one .swiper-slide img {
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    margin-bottom: 50px;
}

.programs-slider-one .swiper-slide-active img {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    margin-bottom: 120px;
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
}
.programs-slider-one .swiper-slide-active h5 {
    color: #ff5164;
    margin: 0;
}

.programs-slider-one .swiper-slide:not(.swiper-slide-active) {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.slider-wrap .swiper-button-next,
.slider-wrap .swiper-button-prev {
    background: none;
    height: auto;
    width: auto;
    line-height: 1;
    margin-top: -53px;
    font-size: 45px;
}

.slider-wrap .swiper-button-next {
    right: -50px;
}

.slider-wrap .swiper-button-prev {
    left: -50px;
}

.slider-wrap .swiper-button-prev::after {
    font-family: 'fontAwesome';
    content: '\f104';
    color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.slider-wrap .swiper-button-next::after {
    font-family: 'fontAwesome';
    content: '\f105';
    color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.slider-wrap .swiper-button-prev:hover::after,
.slider-wrap .swiper-button-next:hover::after {
    color: #ff5164;
}


/*====================== 
    video
========================*/

.video-one {
    margin-bottom: -190px;
}

.extra-pad {
    padding-top: 290px;
}

.vid-box {
    position: relative;
    text-align: center;
    z-index: 0;
}

.vid-box2 {
    position: relative;
    text-align: right;
    z-index: 0;
}

.vid-box2 img {
    width: 100%;
}

.video-one .vid-box::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, .5);
    z-index: 0;
}

.video-one .vid-box::before {
    width: 96%;
    height: 22px;
    bottom: 1px;
    left: 2%;
    position: absolute;
    content: '';
    -webkit-box-shadow: 0 11px 11px -4px rgba(123, 123, 132, 0.63);
    box-shadow: 0 13px 20px 0px rgba(123, 123, 132, 0.63);
    z-index: -1;
}

.vid-btn {
    position: absolute;
    z-index: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 50%;
    color: #ff5164;
    width: 60px;
    height: 60px;
    line-height: 61px;
    text-align: center;
    -webkit-animation: inout 1s infinite;
    animation: inout 1s infinite;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    font-size: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 9;
}

.vid-btn.dark {
    color: #232323;
    -webkit-animation: inout2 1s infinite;
    animation: inout2 1s infinite;
}

.vid-btn:hover {
    color: #ff5164;
}

@-webkit-keyframes inout {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(90, 175, 41, 0.95);
        box-shadow: 0 0 0 0 rgba(90, 175, 41, 0.95);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(90, 175, 41, 0);
        box-shadow: 0 0 0 20px rgba(90, 175, 41, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(90, 175, 41, 0);
        box-shadow: 0 0 0 0 rgba(90, 175, 41, 0);
    }
}

@keyframes inout {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(90, 175, 41, 0.95);
        box-shadow: 0 0 0 0 rgba(90, 175, 41, 0.95);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(90, 175, 41, 0);
        box-shadow: 0 0 0 20px rgba(90, 175, 41, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(90, 175, 41, 0);
        box-shadow: 0 0 0 0 rgba(90, 175, 41, 0);
    }
}

@-webkit-keyframes inout2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(35, 35, 35, 0.95);
        box-shadow: 0 0 0 0 rgba(35, 35, 35, 0.95);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(35, 35, 35, 0);
        box-shadow: 0 0 0 20px rgba(35, 35, 35, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(35, 35, 35, 0);
        box-shadow: 0 0 0 0 rgba(35, 35, 35, 0);
    }
}

@keyframes inout2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(35, 35, 35, 0.95);
        box-shadow: 0 0 0 0 rgba(35, 35, 35, 0.95);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(35, 35, 35, 0);
        box-shadow: 0 0 0 20px rgba(35, 35, 35, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(35, 35, 35, 0);
        box-shadow: 0 0 0 0 rgba(35, 35, 35, 0);
    }
}

/*====================== 
    about
========================*/

/* about-one */

.feature-box {
    padding:24.2px 23px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: #fff;
    margin-bottom: 30px;
    position: relative;
}
.feature-box::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 3px;
    height:0;
    transition: all 0.4s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -webkit-transition: all 0.4s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -moz-transition: all 0.4s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -ms-transition: all 0.4s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -o-transition: all 0.4s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    z-index: 1;
    background: #ff5164;
}
.feature-box:hover::after{
   height: 100%;
   transition-delay: 0.21s
}
.feature-box.type2 {
    border: 1px solid #d7d7d7;
}

.feature-box.type2:hover {
    border-color: transparent;
}

.feature-box p {
    margin-bottom: 0
}

.feature-box:hover {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.feature-box h5 {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.feature-box:hover h5 {
    color: #ff5164
}

/* about-2 */

.about-2 {
    position: relative;
    z-index: 0;
}

.about-2::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 38%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.15;
}

/* about-3 */

.abt-box {
    display: table;
}

.text-box,
.btn-box {
    display: table-cell;
    vertical-align: middle;
}

.btn-box {
    padding-left: 20px;
}

/*====================== 
    services
========================*/

.service-two {
    font-size: 0;
    padding: 0;
}

.service-box {
    background-color: #fff;
    margin-bottom: 30px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.service-box img {
    width: 100%;
}

.service-box:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.service-box .service-content {
    padding: 23px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    border: 1px solid #d7d7d7;
}

.service-box .service-content * {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.service-box:hover .service-content * {
    color: #fff;
}

.service-box:hover .service-content {
    background-color: #ff5164;
    border-color: #ff5164;
}

.service-box2 {
    padding: 40px 40px 25px;
    display: inline-block;
    border: 1px solid #d7d7d7;
    border-top: 0;
    border-left: 0;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    position: relative;
    z-index: 0;
}
.service-box2:after {
    opacity:0.2;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ff5164;
    -webkit-transition: transform 0.4s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -moz-transition: transform 0.4s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -o-transition: transform 0.4s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    transition: transform 0.4s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -ms-transition: transform 0.4s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    z-index: -1;
    transform: scalex(0);
    -webkit-transform: scalex(0);
    -moz-transform: scalex(0);
    -ms-transform: scalex(0);
    -o-transform: scalex(0);
}
/*.service-box2:hover::after{
    transform: scalex(1);
    -webkit-transform: scalex(1);
    -moz-transform: scalex(1);
    -ms-transform: scalex(1);
    -o-transform: scalex(1);
    opacity: 1;
}*/
.service-box2 * {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

/*.service-box2:hover * {
    color: #fff;
}*/

.s-icon-box {
    display: table-cell;
    vertical-align: top;
}

.s-icon-box i {
    color: #fff;
    text-align: center;
    font-size: 45px;
    height: 71px;
    width: 71px;
    border: 1px solid #d7d7d7;
    display: block;
    padding: 12px 0;
    background-color: #ff5164;
}

/*.service-box2:hover,
.service-box2:hover .s-icon-box i {
    border-color: #fff;
}*/

.s-content {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}

/* service 3 */

.service-box3 {
    position: relative;
    overflow: hidden;
}
.owl-carousel .owl-item .service-box3 img{
    position: relative;
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.owl-carousel .owl-item .service-box3:hover img{
    transform: scale(1.06) translateX(-7px);
    -webkit-transform: scale(1.06) translateX(-7px);
    -moz-transform: scale(1.06) translateX(-7px);
    -ms-transform: scale(1.06) translateX(-7px);
    -o-transform: scale(1.06) translateX(-7px);
}
.service-box3 h5 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 20px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
    overflow: hidden;
}

.service-box3 h5::before, 
.service-box3 h5::after {
    background: #fff;
    content: '';
    position: absolute;
    z-index: -1;

}
.service-box3 h5::after {
    background-color:#ff5164;
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -webkit-transition: all 0.4s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -moz-transition: all 0.4s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -ms-transition: all 0.4s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -o-transition: all 0.4s cubic-bezier(0.815, 1.650, 0.400, 0.680);
}
.service-box3:hover h5::after {
    height: 100%;
    width: 135%;
    opacity: 1;
}


/*====================== 
    counter
========================*/

.counter-one {
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 0;
    background-size: cover;
    position: relative;
}

.counter-one::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, .75);
    z-index: -1;
}

.counter-box * {
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
}

.counter-box {
    text-align: center;
    padding: 35px 20px;
    background-color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    position: relative;
    z-index: 0;
}
.counter-box:after {
    opacity:1;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width:100%;
    height:100%;
    background-color: #ff5164;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    z-index: -1;
    transform: scaleY(0) skewY(25deg);
    -webkit-transform: scaleY(0) skewY(25deg);
    -moz-transform: scaleY(0) skewY(25deg);
    -ms-transform: scaleY(0) skewY(25deg);
    -o-transform: scaleY(0) skewY(25deg);
}

.counter-box:hover:after,
.counter-box.active:after {
    opacity: 1;
    transform: scaleY(1) skewY(0);
    -webkit-transform: scaleY(1) skewY(0);
    -moz-transform:scaleY(1) skewY(0);
    -ms-transform: scaleY(1) skewY(0);
    -o-transform:scaleY(1) skewY(0);
}
.counter-box h2 {
    line-height: 1;
}

.counter-box.active *,
.counter-box:hover * {
    color: #fff
}

.icon-box {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 20px;
    text-align: center
}

.icon-box i {
    font-size: 40px;
    color: #232323;
    position: relative;
}

.icon-box::after {
    position: absolute;
    background-color: #d7d7d7;
    height: 4px;
    width: 40px;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.counter-box.active .icon-box::after,
.counter-box:hover .icon-box::after {
    background-color: #fff;
}

/*====================== 
    classes
========================*/

.class-box {
    text-align: center;
    margin-bottom: 30px;
}

.class-img {
    overflow: hidden;
}

.class-box img {
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    width: 100%;
}

.class-box:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.class-box h5 {
    padding: 15px;
    background-color: #d7d7d7;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.class-box h5 a{
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.class-box h5:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: -1;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}

.class-box h5:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: -1;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}

/*.class-box:hover h5:before,
.class-box:hover h5:after {
    width: 100%;
    background-color: #ff5164;
}*/


/*.class-box:hover h5 a {
    color: #fff;
}*/

.class-schedule {
    border: 1px solid #d7d7d7;
    padding:22px 10px 17px;
    background-color: #fff;
    transition:all 0.5s;
}

.class-box .class-icon {
    color: #232323;
    text-align: center;
    border: 1px solid #d7d7d7;
    border-bottom: 0;
    padding: 20px 10px;
}

.class-box i {
    font-size: 70px;
}

.class-3slider.owl-theme .owl-nav {
    margin-top: 50px;
}

.class-3slider.owl-theme .owl-nav [class*=owl-] {
    padding: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 45px;
    font-weight: 700;
    background-color: transparent;
    margin: 0 10px;
    line-height: 1;
    color: #232323;
}

.class-3slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #ff5164
}

 

/*====================== 
   trainer
========================*/

/* trainer-one */

.trainer-one {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    z-index: 0;
    position: relative;
}

.trainer-one::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, .85);
    z-index: -1;
}

.team-one {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.team-one .team-img {
    position: relative;
    max-height: 300px;
    overflow: hidden;
}

.team-one .team-img::after {
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255, 255, 255) 20%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0));
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgb(255, 255, 255)), color-stop(80%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255, 255, 255) 20%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0));
    background-image: linear-gradient(left, rgba(255, 255, 255, 0), rgb(255, 255, 255) 20%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0));
}

.team-one .team-det {
    text-align: center;
}

.team-one .t-overlay {
    position: absolute;
    bottom: 20px;
    left: 0;
    background: #fff;
    width: 100%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0.5) rotate(-20deg);
    -ms-transform: scale(0.5) rotate(-20deg);
    transform: scale(0.5) rotate(-20deg);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.team-one:hover .t-overlay {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}

.team-one .team-social {
    width: 45px;
    height: 100%;
    padding: 10px;
    background-color: #ff5164;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.team-one .t-content {
    display: table-cell;
    vertical-align: middle;
    padding: 24px;
    text-align: left
}

.team-one .team-social li {
    margin: 13px 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateX(-20px) rotateY(180deg);
    transform: translateX(-20px) rotateY(180deg);
    opacity: 0;
}

.team-one:hover .team-social li {
    opacity: 1;
    ;
    -webkit-transform: translateX(0) rotateY(0);
    ;
    transform: translateX(0) rotateY(0);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.team-one:hover .team-social li:nth-child(odd) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.team-one .team-social li a {
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.team-one .team-social li a:hover {
    color: #232323;
}

/* trainer-two */

.team-two {
    border: 1px solid #d7d7d7;
    background-color: #e0dddd;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: table;
    width: 100%;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.team-two:hover {
    border-color: #ff5164;
}

.team-two .team-det {
    display: table-cell;
    vertical-align: middle;
    max-width: 70%;
    /*padding-right: 25px;*/
}

.team-two .team-img {
    display: table-cell;
    width: 155px;
    vertical-align: bottom;
}

.team-two .team-img img {
    width: auto;
    margin-bottom: -31px;
    max-width: 100%;
}

.team-two .t-socials a {
    margin-right: 15px;
    margin-top: 5px;
    display: inline-block;
    font-size: 16px;
    color: #232323;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team-two .t-socials a:hover {
    color: #ff5164
}

.team-slider-two.owl-theme .owl-nav {
    margin-top: 50px;
}

.team-slider-two.owl-theme .owl-nav .owl-prev,
.team-slider-two.owl-theme .owl-nav .owl-next {
    padding: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 45px;
    font-weight: 700;
    background-color: transparent;
    margin: 0 10px;
    line-height: 1;
    color: #232323;
}

.team-slider-two.owl-theme .owl-nav [class*=owl-]:hover {
    color: #ff5164
}

/*====================== 
   blog
========================*/

.blog {
    position: relative;
    z-index: 0;
}

.blog-item {
    margin-bottom: 30px;
    background-color: #fff;
    position: relative;
}

.blog-item iframe {
    width: 100%;
    height: 250px;
    border: 0;
}

.blog-1 {
    text-align: center;
}

.post-meta {
    padding: 7px 0;
    position: relative;
    text-align: center;
}

.blog-2 .post-meta {
    background-color: #d7d7d7;
}

.blog-1 .post-meta {
    margin: 0 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    z-index: 1;
    background-color: #fff;
}

.post-meta li {
    display: inline-block;
    font-size: 16px;
    margin: 8px 0;
    padding: 0 20px;
    position: relative;
    line-height: 1;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}
.blog-1 .post-img {
    overflow: hidden;
    margin-bottom: -20px;
    position: relative;
}
.post-img {
    overflow: hidden;
}

.post-img img {
    width: 100%;
    transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}
.blog-item:hover .post-img img{
    transform: scale(1.1) rotate(-2deg);
    -webkit-transform: scale(1.1) rotate(-2deg);
    -moz-transform: scale(1.1) rotate(-2deg);
    -ms-transform: scale(1.1) rotate(-2deg);
    -o-transform: scale(1.1) rotate(-2deg);
}
.post-meta li::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 1px;
    height: 15px;
    background-color: rgba(0, 0, 0, 0.5);
}

.post-meta li:last-child::after {
    display: none;
}

.post-meta li i {
    margin-right: 5px;
    color: #232323;
}

.post-meta li a {
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-2 .post-meta li a {
    color: #232323;
}

.post-meta li a:hover {
    color: #ff5164
}

.blog-2 .post-content {
    border: 1px solid #d7d7d7;
}

.post-content h5 a {
    text-transform: initial;
    line-height: 1.4;
}

.date {
    background-color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 8px;
    text-align: center;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    min-width: 60px;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
}

.blog-item:hover .date {
    background-color: #ff5164;
}

.blog-item:hover .date * {
    color: #fff;
}

.date p {
    font-size: 16px;
    color: #232323;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.date span {
    font-size: 24px;
    color: #232323;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 5px;
    display: block;
}

/*====================== 
   blog detail
========================*/

.blog-detail .post-meta li:first-child {
    padding-left: 0;
}

.blog-detail .post-meta li i {
    color: #ff5164;
}

blockquote {
    margin: 30px 0;
    margin-left: 25px;
    border-left: 5px solid #ff5164;
    padding-left: 25px;
}

blockquote p {
    font-style: italic;
    color: #232323;
}

.share .jssocials-share {
    display: inline-block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 5px;
    margin: 0 5px;
    text-align: center;
}

.share .jssocials-share a {
    font-size: 19px;
    color: #858585;
    line-height: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.share .jssocials-share:hover a {
    color: #ff5164;
}

.post-tags {
    padding: 15px 0;
    border: 1px solid #d7d7d7;
    border-left: 0;
    border-right: 0;
    font-family: 'Roboto', sans-serif;
}

.post-tags a {
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 2px;
}

.post-tags a:hover {
    color: #ff5164;
}

.author-post {
    background-color: #f5f5f5;
    padding: 30px;
}

.aut-img {
    display: table-cell;
    vertical-align: middle;
    width: 160px;
    padding-right: 20px;
}

.aut-img span {
    border: 2px solid #ff5164;
    display: inline-block;
    padding: 3px;
}

.aut-content {
    display: table-cell;
    vertical-align: middle;
}

/* comments */

.comment-body {
    position: relative;
    margin-bottom: 30px;
    position: relative;
    padding-left: 150px;
}

ol.comment-list {
    position: relative;
    padding: 0;
}

.comment-author .avatar {
    position: absolute;
    left: 0;
    width: 130px;
}

.comment-author .fn {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #232323;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
}

.says {
    color: #ff5164;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.comment-meta a {
    color: #ff5164;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    margin-top: 2px;
    display: block;
}

.reply {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f5f5f5;
    padding: 2px 8px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.reply:hover {
    background-color: #ff5164;
    color: #fff;
}

.form-control {
    margin-bottom: 30px;
    border: 0;
    border: 1px solid #d7d7d7;
    text-transform: capitalize;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding-left: 55px;
    background-color: #fff;
    color: #666;
    font-weight: 400;
    position: relative;
    padding: 10px;
    height: auto;
}

/*====================== 
   cta
========================*/

.cta {
    background-color: #ff5164;
    padding: 90px 0;
}

/*====================== 
   footer
========================*/

/* footer-one */

.footer .foot-top {
    padding: 100px 0 40px;
}

.foot-logo {
    margin-bottom: 39px;
}

.foot-top {
    position: relative;
}

.quick-link a,
.news-content a {
    font-family: 'Roboto', sans-serif;
}

.footer-one {
    color: #fff;
    background-color: #232323;
}

.footer-one *,
.footer-two * {
    color: #fff;
}

.footer-two .foot-top {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    z-index: 0;
}

.footer-three {
    background-color: #fff;
}

.footer-three * {
    color: #232323;
}

.footer-two .foot-top::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, .83);
    z-index: -1;
}

.foot-title {
    margin-bottom: 35px;
}

.foot-title h4 {
    padding-bottom: 15px;
    position: relative;
}

.foot-title h4::after {
    position: absolute;
    background-color: #ff5164;
    height: 2px;
    width: 60px;
    content: '';
    bottom: 0;
    left: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.address li {
    position: relative;
    padding-left: 30px;
    margin: 20px 0;
}

.address i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 15px;
    color: #ff5164;
}

.news-content a {
    margin-bottom: 4px;
    display: block;
    font-weight: 400;
}

.news-content p,
.news-content p i {
    font-size: 14px;
    color: #ff5164;
    margin-bottom: 0;
}

.news-post {
    position: relative;
    margin-bottom: 30px;
}

.news-post:last-child {
    margin-bottom: 0;
}

.news-post .thumb {
    width: 90px;
    display: table-cell;
    vertical-align: top;
    padding-right: 15px;
}

.news-content {
    display: table-cell;
    vertical-align: top;
}

.foot-socials a {
    font-size: 20px;
    margin-top: 10px;
    margin-right: 18px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.foot-socials a:hover {
    color: #ff5164;
}

.quick-link li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(179, 179, 179, 0.5)
}

.quick-link li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.quick-link li a {
    position: relative;
    padding-left: 30px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.quick-link li a:after {
    font-size: 17px;
    content: "\f101";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.quick-link li a:hover:after {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
    color: #ff5164
}

.quick-link li a:hover {
    color: #ff5164
}

.hours-schedule li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(179, 179, 179, 0.5);
    display: block;
    overflow: hidden;
}

.hours-schedule li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.hours-schedule li span {
    float: left;
    text-transform: capitalize;
}

.hours-schedule li span+span {
    float: right;
}

/* foot-bottom */

.foot-bottom {
    padding: 26px 0 10px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.foot-bottom a {
    color: #ff5164;
    font-weight: 600;
}

.footer-two .foot-bottom {
    background-color: #232323;
}

.footer-three .foot-bottom {
    background-color: #fff;
}

/*====================== 
    gallary
========================*/

/* gallary one */

.sorting {
    font-size: 0;
    width: 100%;
    padding: 0 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.filter-btn {
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
    color: #232323;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.filter-btn.active span {
    color: #fff;
}

.filter-btn span {
    display: block;
    position: relative;
    z-index: 5;
    color: #232323;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.filter-btn:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 1;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
}

.filter-btn:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 1;
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
}

.filter-btn.active:before,
.filter-btn.active:after {
    width: 100%;
    background-color: #ff5164;
}

.project {
    position: relative;
}

.project .proj-img {
    position: relative;
    overflow: hidden;
}

.project .proj-img img {
    width: 100%;
}

.proj-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0;
}

.proj-overlay:after {
    opacity: 1;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    -webkit-transition: all 0.45s ease-in-out 0s;
    -o-transition: all 0.45s ease-in-out 0s;
    transition: all 0.45s ease-in-out 0s;
    -moz-transition: all 0.45s ease-in-out 0s;
    -ms-transition: all 0.45s ease-in-out 0s;
    z-index: -1;
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
}

.proj-overlay:before {
    opacity: 1;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    -webkit-transition: all 0.45s ease-in-out 0s;
    -o-transition: all 0.45s ease-in-out 0s;
    transition: all 0.45s ease-in-out 0s;
    -moz-transition: all 0.45s ease-in-out 0s;
    -ms-transition: all 0.45s ease-in-out 0s;
    z-index: -1;
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
}

.project:hover .proj-overlay:after,
.project:hover .proj-overlay:before {
    opacity: 1;
    width: 100%;
    transform: skewX(0);
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    -ms-transform: skewX(0);
    -o-transform: skewX(0);
}

.proj-overlay .pop-btn {
    opacity: 0;
    color: #fff;
    font-size: 40px;
    -webkit-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transform: translateY(-20px) rotateX(80deg);
    -webkit-transform: translateY(-20px) rotateX(80deg);
    -moz-transform: translateY(-20px) rotateX(80deg);
    -ms-transform: translateY(-20px) rotateX(80deg);
    -o-transform: translateY(-20px) rotateX(80deg);
}

.project:hover .pop-btn {
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    transform: translateY(0) rotateX(0);
    -webkit-transform: translateY(0) rotateX(0);
    -moz-transform: translateY(0) rotateX(0);
    -ms-transform: translateY(0) rotateX(0);
    -o-transform: translateY(0) rotateX(0);
}

.proj-content {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    padding: 15px;
    text-align: center;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.proj-content h5,
.proj-content h6 {
    margin-bottom: 0;
}

.proj-content h6 {
    font-size: 14px;
}

.proj-content * {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.project:hover .proj-content {
    background-color: #ff5164
}

.project:hover .proj-content * {
    color: #fff
}

/*====================== 
    testimonial
========================*/

/* testimonial one */

.testi-inner {
    pointer-events: none;
    position: relative;
    overflow: hidden;
}

.testi-inner img {
    width: 100%;
}

.testi-dot {
    cursor: pointer;
    margin-bottom: 30px;
}

.testi-overlay {
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.testi-overlay::after {
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    z-index: -1;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
}

.testi-dot.active .testi-overlay::after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.overlay-in {
    opacity: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 20px;
    padding-bottom: 40px;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    z-index: 99;
}

.testi-dot.active .overlay-in {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.testi-one-slider {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    padding: 30px;
    margin-top: -50px;
}

.testi-item p {
    position: relative;
    padding-left: 25px;
    padding-top: 10px;
    margin-bottom: 0;
}

.testi-item p::before {
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 20px;
    color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
}

.testi-item p::after {
    content: "\f10e";
    font-family: "FontAwesome";
    font-size: 20px;
    color: rgba(0, 0, 0, 0.2);
    padding-left: 10px;
}

.testi-one-slider.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 24px;
    padding: 0;
    padding-top: 4px;
    line-height: 1;
    border-radius: 0;
    height: 33px;
    width: 33px;
    background-color: #232323;
}
.testi-one-slider .owl-nav{
    margin-top:20px;
}


/*====================== 
    partner
========================*/

.partner-one {
    padding: 80px 0;
}

.partner-slider .owl-item img {
    width: auto;
    margin: 0 auto;
}

/* ==========================
    page-banner
============================*/

.page-banner {
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-position: center;
    padding: 180px 0 110px 0;
}

.page-banner.type-2 {
    padding-top: 205px
}

.page-banner::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.80;
    background-color: #000;
    z-index: -1;
}

.page-banner h3 {
    color: #fff;
    margin: 0;
    margin-bottom: 15px;
    font-size: 40px;
}

.banner-link li {
    display: inline-block;
    position: relative;
    margin: 6px 0 0;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 500;
}

.banner-link li::after {
    content: '/';
    color: #fff;
}

.banner-link li:last-child {
    margin-right: 0;
}

.banner-link li a {
    color: #fff;
    text-transform: uppercase;
    padding-right: 5px;
}

.banner-link li:last-child::after {
    display: none;
}

.banner-link li span {
    font-size: 18px;
    font-weight: 500;
    color: #ff5164;
    text-transform: uppercase;
}

/* ======================
    accordion
======================= */

.acc-card {
    margin-bottom: 30px;
    background-color: #fff;
}

.acc-link {
    display: block;
    padding: 10px 20px;
    padding-left: 57px;
    border: 1px solid #d7d7d7;
    font-size: 16px;
    color: #232323;
    background-color: #fff;
    font-weight: 600;
    width: 100%;
    text-align: left;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    text-transform: uppercase;
}

.acc-link.collapsed {
    border-color: #d7d7d7;
}

.acc-link:before,
.acc-link.collapsed:before {
    position: absolute;
    content: "\f068";
    font-family: "fontAwesome";
    color: #232323;
    left: 20px;
    text-align: center;
    font-size: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.acc-link.collapsed:before {
    content: "\f067";
}

.acc-card .card-body {
    padding: 20px 20px 5px;
    border: 1px solid #d7d7d7;
    border-top: 0;
    padding-left: 57px;
}

/* ======================
    sidebar
======================= */

.widget {
    margin-bottom: 60px;
    position: relative;
}

.widget:last-child {
    margin-bottom: 0 !important;
}

.widget li {
    font-family: 'Roboto', sans-serif;
}

.widget.widget_media_gallery {
    margin-bottom: 45px;
}

.widget_categories li,
.widget_archive li {
    padding-bottom: 15px;
    text-align: right;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px dashed #d7d7d7;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
}

.widget_categories li:last-child,
.widget_archive li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.widget_categories li a,
.widget_archive li a {
    float: left;
    clear: both;
}

.widget_categories li:hover,
.widget_archive li:hover {
    color: #ff5164;
}

.widget_media_gallery .gallery-item {
    width: calc((100% - 30px) / 3);
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.widget_media_gallery .gallery-item img {
    width: 100%
}

.widget_media_gallery .gallery-item:nth-child(3n+3) {
    margin-right: 0;
}

.news-box .form-control {
    display: block;
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    padding: 10px;
    height: auto;
    margin-bottom: 20px;
}

.news-box .btn {
    width: 100%;
}

.search-box .form-control {
    border: 1px solid #d7d7d7;
    border-radius: 0;
    padding: 10px;
    height: 45px;
}

.search-box .input-group-btn button {
    background-color: #ff5164;
    border: 0;
    color: #fff;
    font-size: 15px;
    padding: 0 16px;
    height: 45px;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.tagcloud li {
    display: inline-block;
    margin: 4px 2px;
}

.tagcloud li a {
    display: block;
    color: #232323;
    border: 1px solid #d7d7d7;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: capitalize;
    padding: 5px 20px;
    font-size: 16px;
}

.tagcloud li a:hover {
    border-color: #ff5164;
    background-color: #ff5164;
    color: #fff;
}

.widget-tabs {
    border-bottom: 1px solid #ff5164;
}

.widget-tabs a {
    width: 50%;
    padding: 5px;
    background-color: #f5f5f5;
    color: #232323;
    padding: 10px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.widget-tabs a.active {
    background-color: #ff5164;
}

.widget-tabs a.active h5 {
    color: #fff;
}

/*====================== 
   pagination
========================*/

.pagination {
    border-radius: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-numbers {
    text-transform: capitalize;
    height: 27px;
    width: 27px;
    line-height: 26px;
    border: 1px solid #d7d7d7;
    margin: 0 5px;
    color: #232323;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
}

.page-numbers:hover {
    background-color: #ff5164;
    border-color: #ff5164;
    color: #fff;
}

.page-numbers.prev,
.page-numbers.next {
    border: 0;
    margin: 0 10px;
    height: auto;
    width: auto;
    line-height: 1.7;
}

.page-numbers:hover {
    background-color: #ff5164;
    border-color: #ff5164;
    color: #fff;
}

.page-numbers.prev:hover,
.page-numbers.next:hover {
    background-color: transparent;
    border-color: none;
    color: #ff5164;
}

.pagination-blog {
    overflow: hidden;
}

.pagination-blog a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #232323;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.blog-next {
    float: right;
}

.pagination-blog a:hover {
    color: #ff5164;
}

/*====================== 
   contact us
========================*/

#theme-map {
    height: 245px;
    width: 100%;
}

.adress-box {
    border: 1px solid #d7d7d7;
    padding: 30px;
    padding-bottom: 10px;
}

/*====================== 
   error
========================*/

.error-one {
    padding: 120px 0 140px;
    text-align: center;
}

.error-one h2 {
    color: #ffffff;
    font-weight: 800;
    font-size: 250px;
    line-height: 1;
    text-shadow: 8.485px 8.485px 30px rgba(35, 35, 35, 0.3);
}

.error-one h3 {
    font-size: 70px;
    margin-bottom: 30px;
    font-weight: 700;
}
 
.error-bottom {
  /*  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;*/
    text-align: center;
    max-width:500px;
    margin: 0 auto;
} 

.or {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

.error-two {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 285px 0;
    background-position: center;
    text-align: center;
}

.error-text h2 {
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 700;
    font-size: 250px;
    line-height: 1;
    text-shadow: -10.607px 10.607px 4px rgba(0, 0, 0, 0.3);
}

.error-text p {
    color: #232323;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.go-home {
    font-size: 25px;
    color: #232323;
    text-transform: capitalize;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.go-home:hover {
    color: #000
}

/* ======================
    element page
======================= */

.element-head span {
    display: inline-block;
    padding: 8px 30px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
    background-color: #232323;
}

.typography .btn {
    margin-right: 15px;
    margin-bottom: 15px;
}

.typography li {
    font-family: 'Roboto', sans-serif;
}

.typography li::before {
    content: "\25C7";
    padding-right: 2px;
    color: #232323;
    font-size: 12px;
    font-weight: 700;
    vertical-align: middle;
}


::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
    background: #ff5164;
}

.form-control:hover {
    border-color: #ff5164 !important;
}
.bg-theme{
    background-color: #ff5164;
}
h5 a:hover, h6 a:hover {
    color: #ff5164;
}
.c-theme {
    color:#ff5164;
}
.all-title .title-sep {
    fill: #ff5164;
}
/*  btn-one */
.btn-one{
    background-color: #ff5164;
}
.btn-one:hover{
    color:#ff5164;
}


/*  btn-two */

.btn-two{
    color: #ff5164;
}

.btn-two:before, 
.btn-two:after {
    border-top-color:#ff5164;
    border-bottom-color: #ff5164;
}
#c-scroll:after{
    border-bottom-color: #ff5164;
}
#c-scroll {
    background-color: #ff5164;
}
.navbar-nav .nav-item:hover .nav-link {
    color: #ff5164;
}
.navbar-toggler-icon{
    background-color: #ff5164;
}
.dropdown-item > a::before {
    background-color: #ff5164;
}
.navbar-nav .dropdown-menu .dropdown-item:hover>a {
    color: #ff5164;
}

.service-box2::after{
    background-color: #ff5164;
}

.title-sep2::after {
    background-color:#ff5164;
}
.list-2 li:before {
    background-color:#ff5164;
}
.filter-btn.active:before,
.filter-btn.active:after {
    background-color: #ff5164;
}
.team-two .t-socials a:hover{
    color: #ff5164;
}
.team-two:hover{
    border-color:  #ff5164;
}
.team-slider-two.owl-theme .owl-nav [class*=owl-]:hover{
    color: #ff5164;  
 }
 .service-box3 h5::after {
    background-color: #ff5164;
}
.service-box:hover .service-content{
    background-color:#ff5164;
    border-color: #ff5164;
}
 .foot-title h4::after {
    background-color: #ff5164;
 }
 .address i,
 .news-content p, 
 .news-content p i,
 .quick-link li a:hover,
 .foot-socials a:hover,
 .foot-bottom a,
 .quick-link li a:hover::after {
    color: #ff5164;
}
.navbar-nav .nav-item .mega-heading {
    color: #ff5164;
}
.cta {
    background-color: #ff5164;
}
.counter-box:after {
    background-color: #ff5164;
}
.feature-box:hover h5,
.banner-link li span {
    color: #ff5164;
}
.header-three .menu-search a,
.widget_categories li:hover,
.widget_archive li:hover{
    color:#ff5164;
}
.blog-item:hover .date,
.feature-box::after,
.class-box:hover h5:before, 
.class-box:hover h5:after{
    background-color: #ff5164;
}
.price-box .amount::after {
    background:#ff5164;
}
.price-box .amount::after,
.amount::before{
    background-color: #ff5164;
}

.price-box2:hover h5,
.price-box:hover h5 {
    color: #ff5164;
}
.price-content h5::after {
    background-color: #ff5164;
}
.programs-slider-one .swiper-slide-active h5 {
    color:  #ff5164;
}
.slider-wrap .swiper-button-prev:hover::after, 
.slider-wrap .swiper-button-next:hover::after {
    color: #ff5164;
}
.team-one .team-social {
    background-color:#ff5164;
}
.vid-btn:hover {
    color: #ff5164;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
    background: #f15a28;
}

.form-control:hover {
    border-color: #f15a28 !important;
}
h5 a:hover,
h6 a:hover {
    color: #f15a28;
}

/*  btn-one */

.btn-one {
    background-color: #f15a28;
}

.btn-one:hover {
    color: #f15a28;
}

/*  btn-two */

.btn-two {
    color: #f15a28;
}

.btn-two:before,
.btn-two:after {
    border-top-color: #f15a28;
    border-bottom-color: #f15a28;
}

.read-more:hover {
    color: #f15a28;
}

.title-sep2::after {
    background-color: #f15a28;
}
#c-scroll:after{
    border-bottom-color: #f15a28;
}
#c-scroll {
    background-color: #f15a28;
}

.c-theme {
    color: #f15a28;
}

.all-title .title-sep {
    fill: #f15a28;
}

.navbar-nav .nav-item:hover .nav-link {
    color: #f15a28;
}

.navbar-toggler-icon {
    background-color: #f15a28;
}

.dropdown-item>a::before {
    background-color: #f15a28;
}

.navbar-nav .dropdown-menu .dropdown-item:hover>a {
    color: #f15a28;
}

.service-box3 h5::after {
    background-color: #f15a28;
}
.service-box2:after {
    background-color: #f15a28;
}
.service-box:hover .service-content{
    background-color:#f15a28;
    border-color: #f15a28;
}

.blog-item:hover .date,
.feature-box::after,
.price-box .amount::after,
.amount::before{
    background-color: #f15a28;
}

.price-box .amount::after {
    background: #f15a28;
}
.header-three .menu-search a,
.price-box2:hover h5 {
    color: #f15a28;
}
.price-box:hover h5 {
    color: #f15a28;
}
.price-content h5::after {
    background-color: #f15a28;
}
.class-box:hover h5:before, 
.class-box:hover h5:after{
    background-color: #f15a28;
}
.blog-item:hover .date {
    background-color: #f15a28;
}
.class-3slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #f15a28;
}
.post-meta li a:hover {
    color: #f15a28;
}

.cta {
    background-color: #f15a28;
}

.foot-title h4::after {
    background-color: #f15a28;
}

.address i,
.news-content p,
.news-content p i,
.quick-link li a:hover,
.foot-socials a:hover,
.foot-bottom a,
.quick-link li a:hover::after {
    color: #f15a28;
}

.navbar-nav .nav-item .mega-heading {
    color: #f15a28;
}
.header-three .menu-search a,
.btn-search {
    color: #f15a28;
 }
 .menu-search-form input {
    border-color: #f15a28;
}

.team-two:hover {
    border-color: #f15a28;
}

.feature-box:hover h5,
.banner-link li span {
    color: #f15a28;
}

.counter-box:after{
    background-color: #f15a28;
}
.team-two .t-socials a:hover {
    color: #f15a28;
}
.team-slider-two.owl-theme .owl-nav [class*=owl-]:hover {
    color: #f15a28;
}
.widget_categories li:hover,
.widget_archive li:hover{
    color:#f15a28;
}
.programs-slider-one .swiper-slide-active h5 {
    color: #f15a28;
}
.slider-wrap .swiper-button-prev:hover::after, 
.slider-wrap .swiper-button-next:hover::after {
    color: #f15a28;
}
.team-one .team-social {
    background-color:#f15a28;
}
.vid-btn:hover {
    color: #f15a28;
}

@media (max-width: 1299px) {
    .slider-wrap .swiper-button-next,
    .slider-wrap .swiper-button-prev {
        margin-top: 0;
        position: relative;
        top: 0;
        left: auto;
        right: auto;
        display: inline-block;
        margin: 0 10px;
    }
    /*.service-box2 {
        width: calc(100% / 3);
    }*/
}

@media (max-width: 1300px) {
    .programs-slider-one {
        margin-bottom: 50px;
    }
}
@media (max-width: 1199px) {
    .head-top-one:after {
        left: -20%;
        width: 500px;
        -webkit-transform: skew(0);
        transform: skew(0);
        -moz-transform: skew(0);
        -ms-transform: skew(0);
        -o-transform: skew(0);
    }
    .video-one{
        margin-bottom: -159px;
    }
    .extra-pad {
        padding-top: 259px;
    }
    .about-2::after {
        display: none;
    }
    .vid-box2 {
        text-align: center;
    }
    .post-meta li{
        padding: 0 12px;
    }
    .amount {
        width: 100%;
        display: block;
    }
    .price-content {
        display: block;
        padding:30px 25px;
    }
    .error-one h2 {
        font-size: 220px;
    }
    .programs-slider-one {
        height: 413px;
        margin-bottom:50px;
    }
}

@media (min-width:1200px) {
    .about-one {
        background-repeat: no-repeat;
        background-position: 100% 80%;
    }
    .cta {
        background-repeat: no-repeat;
        background-position: 4% bottom;
    }
    .team-slider-two.owl-theme .owl-nav,
    .class-3slider.owl-theme .owl-nav {
        position: absolute;
        top: 50%;
        margin-top: -25px;
        width: 100%;
        left: 0;
    }

    .team-slider-two.owl-theme .owl-nav .owl-prev {
        left: -25px;
    }
    .team-slider-two.owl-theme .owl-nav .owl-next{
        right: -25px;
    }
    .team-slider-two.owl-theme .owl-nav .owl-prev, 
    .team-slider-two.owl-theme .owl-nav .owl-next,
    .class-3slider.owl-theme .owl-nav [class*=owl-] {
        position: absolute;
        margin: 0;
    }
    
}
@media (min-width: 1400px) {
    .team-slider-two.owl-theme .owl-nav .owl-prev,
    .class-3slider.owl-theme .owl-nav .owl-prev {
        left: -40px;
    }
    .team-slider-two.owl-theme .owl-nav .owl-next,
    .class-3slider.owl-theme .owl-nav .owl-next {
        right: -40px;
    }
}


@media (max-width: 1399px) {
    .logo-one .logo a {
        padding: 32px 10px;
        padding-right: 30px;
    }
}

@media (max-width: 991px) {
    .navbar-nav .nav-item .mega-heading {
        color: #ff5164;
        padding: 10px;
        display: block;
        pointer-events: none;
    }
    .header-one:after {
        display: none;
    }
    .navbar-nav .nav-item a,
    .navbar-nav .dropdown-item a,
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 0;
        font-size: 14px;
    }
    .video-one {
        margin-bottom: -118px;
    }
    .extra-pad {
        padding-top: 218px;
    }
    /*.service-box2 {
        width: calc(100% / 2);
    }*/
    .testi-one-slider{
        margin-top: 0;
    }
    .error-one{
        text-align: center;
    }
    .error-one h2{
        font-size:170px;
    }
    .error-text h2{
        font-size:150px;
    }
    .error-one h3 {
        font-size: 50px;
    }
    .error-one p {
        font-size: 20px;
    }    
    .programs-slider-one {
        height: 458px;
        margin-bottom:40px;
    }
}

@media (min-width: 992px) {
    .testi-one-slider .owl-nav {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        width: 100%;
        left: 0;
    }
    .testi-one-slider.owl-theme .owl-nav .owl-prev {
        left: -65px;
    }
    .testi-one-slider.owl-theme .owl-nav .owl-next  {
        right: -65px;
    }
    .testi-one-slider.owl-theme .owl-nav .owl-prev, 
    .testi-one-slider.owl-theme .owl-nav .owl-next {
        position: absolute;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .video-one {
        margin-bottom: -87px;
    }
    .extra-pad {
        padding-top: 187px;
    }
    .service-box2 {
        width: 100%;
        display: block;
    }
    .error-bottom{
        display:block;
    }
    .programs-slider-one {
        height: 400px;
    }
}

@media (max-width: 576px) {
    .programs-slider-one .swiper-slide img {
        max-width: 180px;
        width: 100%;
    }
    .team-two .team-det{
        display: block;
        padding-right: 0;
        max-width: 100%;
    }
    .team-two .team-img {
        display: none;
    }
    .aut-img {
        display: block;
        width: 150px;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .text-box, .btn-box {
        display:block;
    }
    .btn-box {
       padding-left: 0
    }
    .comment-body {
        padding-left:90px;
    }
    .comment-author .avatar {
        width: 70px;
    }
    .programs-slider-one {
        height: 410px;    
        padding-top: 73px;
    }
}

.affix.sticky-menu {
    position: fixed;
    color: #000;
    padding:10px 20px;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    z-index: 9999;
    background-color: #000;
    -webkit-animation: slideInDown;
    animation: slideInDown;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.6);
}
.header-one .affix.sticky-menu .navbar{
    max-width: 1140px;
    margin: 0 auto;
}
.navbar {
    padding: 0;
}
.main-menu {
    position: relative;
}
.menu {
    color: #232323
}

.navbar-nav .nav-item a,
.navbar-nav .dropdown-item a,
.navbar-expand-lg .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 600;
    padding:20px 0;
    color: inherit;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #232323;
}

.navbar-nav .nav-link {
    position: relative;
}

.navbar-nav .nav-item:hover .nav-link{
    color: #ff5164;
}
.navbar-nav .dropdown-item a {
    padding: 13px 0px;
}

.navbar-nav .dropdown-menu .dropdown-item a {
    color: #000;
    font-size: 16px;
    display: block;
    padding: 8px 15px;
    margin: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    text-transform: capitalize;
    font-weight: 400;
}

.navbar-toggler {
    padding: 2px;
    line-height: 1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    z-index: 999;
    position: absolute;
    right: 0;
    top: -52px;
}

.navbar-toggler-icon {
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px 0;
    position: relative;
    z-index: 1;
    -webkit-transform-origin: 4px 0px;
    transform-origin: 4px 0px;
    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    background-color: #ff5164;
    -webkit-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    -moz-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    -ms-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

bar1 {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

bar3 {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.navbar-toggler.open .navbar-toggler-icon {
    opacity: 1;
    transform: rotate(45deg) translate(-1px, -8px);
    -webkit-transform: rotate(45deg) translate(-1px, -8px);
    -moz-transform: rotate(45deg) translate(-1px, -8px);
    -ms-transform: rotate(45deg) translate(-1px, -8px);
    -o-transform: rotate(45deg) translate(-1px, -8px);
    background-color: #232323
}

.navbar-toggler.open .bar1 {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
    -moz-transform: rotate(0deg) scale(0.2, 0.2);
    -ms-transform: rotate(0deg) scale(0.2, 0.2);
    -o-transform: rotate(0deg) scale(0.2, 0.2);
    background-color: #fff
}

.navbar-toggler.open .bar3 {
    transform: rotate(-45deg) translate(1px, 2px);
    -webkit-transform: rotate(-45deg) translate(1px, 2px);
    -moz-transform: rotate(-45deg) translate(1px, 2px);
    -ms-transform: rotate(-45deg) translate(1px, 2px);
    -o-transform: rotate(-45deg) translate(1px, 2px);
}

.dropdown-menu {
    text-align: left;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: transparent
}

.dropdown-toggle::after {
    font-family: "FontAwesome";
    content: "\f107";
    position: relative;
    margin-left: 5px;
    vertical-align: top;
    border: 0;
    width: auto;
    height: auto;
}

.dropdown-menu .dropdown-toggle::after {
    position: absolute;
    right: 20px;
}

.menu-con {
    text-align: right;
}

.menu-con .btn-blue {
    margin-top: 22px;
    padding: 13px 25px;
}

/*.navbar-nav .nav-item:last-child {
    margin-right:0;
}*/

@media (max-width: 991px) {

    .navbar-collapse {
        background-color: #000;
        margin-top: 0;
        margin-left: 0;
        padding: 15px 25px;
        overflow-y: scroll;
        max-height: 350px;
        margin-top: 15px;
    }
    .navbar-nav .dropdown-menu .dropdown-item a {
        color: #fff;
        padding: 10px 0;
    }
    .dropdown-item:hover {
        color: #fff;
        text-decoration: none;
        background-color: transparent;
    }
    .dropdown-menu .dropdown-item {
        padding: 0;
        padding-left: 20px
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
    }
}

@media (min-width: 992px) {
    .navbar-nav .nav-item {
        margin-right: 28px;
    }
    .dropdown-menu {
        display: block;
        position: absolute;
        min-width: 190px;
        width: auto;
        z-index: 3;
        opacity: 0;
        visibility: hidden;
        text-align: left;
        margin: 0;
        padding: 0;
        display: block;
        border: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        font-size: 15px;
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -webkit-box-shadow: 0 0 10px rgba(105, 105, 105, 0.1);
        box-shadow: 0 0 10px rgba(105, 105, 105, 0.1);
    }
    .dropdown-menu .dropdown-menu {
        left: -100%;
        top: 0;
    }
    .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
    .mega-dropdown {
        background-color: #fff;
    }

    .dropdown-item {
        padding: 5px;
        margin: 0;
        position: relative;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        background-color: #fff
    }
    .dropdown-item:hover {
        background-color: #ffff;
    }
    .dropdown-item > a{
        position: relative;
    }
    .dropdown-item > a::before{
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 4px;
        height:0;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        background-color: #ff5164;
    }
    .dropdown-item:hover>a::before {
        height: 100%;
    }
    .navbar-nav .dropdown-menu .dropdown-item:hover>a {
        color: #ff5164;
    }
    .dropdown-item {
        background-color: #fff
    }

    .dropdown-item:last-child {
        border: 0
    }
    .dropdown.has-mega {
        position: static;
    }
    .dropdown-menu.mega-dropdown {
        width: 100%;
        padding: 10px 0;
    }
    .mega-dropdown>li {
        width: 25%;
        float: left;
        background-color: #fff;
    }
    .navbar-nav .nav-item .mega-heading {
        text-transform: uppercase;
        color: #232323;
        font-weight: 700;
        display: block;
        padding: 10px 0;
        pointer-events: none;
        border-bottom: 1px solid #d7d7d7
    }
}

@media (min-width: 1199px) {

    .navbar-nav .nav-item {
        margin-right: 40px;
    }
}

.carousel-indicators {
    bottom: 30px;
}

.menu-two{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-two .logo img,
.footer .company-details img{
    width: 180px;
    max-width: 100%;
    height: auto;
}

.sec-title:before {
    width: 125px;
    height: 4px;
    bottom: -4px;
}

.sec-title:after {
    width: 150px;
    height: 4px;
    bottom: -11px;
}

.sec-title:after, .sec-title:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: -9px auto;
    background:#ff5164 !important;
    content: '';
}
.sec-title2{
    text-align: center;
    color: #fff;
    position: relative;
}

.sec-title2:before {
    width: 125px;
    height: 4px;
    bottom: -8px;
}

.sec-title2:after {
    width: 150px;
    height: 4px;
    bottom: -16px;
}

.sec-title2:after, .sec-title2:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: -9px auto;
    background: #fff;
    content: '';
}

.carousel-inner img {
    width: 100%;
    height: 100vh;
  }

.carousel-indicators li {
    position: relative;
    width: 30px;
    height: 10px;
    background-color: #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    background-color: #ff5164;
}

.carousel-caption{
    position: absolute;  
    top: 35%;
    left: 400px;
    text-align: left;   
}

.carousel-caption p{
    font-size: 50px;
    color: #ff5164;
    line-height: 70px;
    letter-spacing: 3px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.carousel-caption a{
    font-size: 16px;
    padding: 12px 35px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-width: 2px;
    border-style: solid;
    border-color: #ff5164;
    background: #ff5164;
}

@media screen and (max-width: 1440px){
    .carousel-caption{
        position: absolute;  
        left: 250px;
  }
 .carousel-caption p{
    font-size: 45px;
  }
}

@media screen and (max-width: 1024px){
    .carousel-caption{
        position: absolute;  
        left: 180px;
  }
 .carousel-caption p{
    font-size: 38px;
  }
}

@media screen and (max-width: 768px){
    .carousel-caption{
        position: absolute;  
        left: 100px;
  }
 .carousel-caption p{
    font-size: 25px;
    line-height: 50px;
    letter-spacing: 1px;
  }
}

.testimonial-section {
    background: #f9f9f9;
}

.testimonial-slider.owl-carousel .owl-item img {
    margin: 0 auto;
}

.testimonial-slider.owl-carousel .owl-nav .owl-prev,
.testimonial-slider.owl-carousel .owl-nav .owl-next{
    height: 44px;
    width: 44px;
    border: 1px solid #ff5164;
    font-size: 24px;
    color: #ff5164;
    background: #fff;
    line-height: 44px;
    text-align: center;
    border-radius: 0%;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.testimonial-slider.owl-carousel .owl-nav .owl-prev{
    position: absolute;
    left: -190px;
    top: 50%;
}

.testimonial-slider.owl-carousel .owl-nav .owl-next{
    position: absolute;
    right: -190px;
    top: 50%;
}

.testimonial-slider .ts-item {
    text-align: center;
}
.testimonial-slider .ts-item p {
    font-size: 17px;
    color: #fff;
    line-height: 30px;
    margin: 20px 20px;
    letter-spacing: 1px;
}

.testimonial-slider .ts-item .ti-author {
    margin-bottom: 20px;
}

.testimonial-slider .ts-item img {
    position: relative;
    width: 50%;
    height: auto;
    border-radius: 5%;
}

.testimonial-slider .ts-item .ti-author .rating {
    display: inline-block;
}
.testimonial-slider .ts-item .ti-author .rating i {
    color: #f5b917;
    font-size: 16px;
}
.testimonial-slider .ts-item .ti-author h5 {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
}

.testimonial-slider .ts-item .ti-author .designation {
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
    margin-top: 0px;
}

.proj-overlay i{
    width: 80px;
    height: 80px;
    background: #00000075;
    text-align: center;
    line-height: 80px;
}

.proj-overlay .pop-btn {
    font-size: 30px !important;
}

.team-two .team-det {
    display: table-cell;
    vertical-align: middle;
    max-width: 70%;
    padding-left: 30px;
    padding-top: 21px;
}

.all-title .content{
    color: #fff;
}

.our-team{
    text-align: center;
}
.our-team .pic{
    position: relative;
    overflow: hidden;
}
.our-team .pic img{
    max-width: 600px;
    height: auto;
    transition: all 0.2s ease 0s;
}

.our-team .social_media_team{
    width: 100%;
    position: absolute;
    bottom: -100%;
    padding: 25px;
    background-color: rgb(255 81 100);
    transition: all 0.35s ease 0s;
}
.our-team:hover .social_media_team{
    bottom: 0px;
}
.our-team .description{
    margin-top: 10px;
    color: #fff;
}
.our-team .team_social{
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    position: relative;
    top:2%;
}
.our-team .team_social li{
    display: inline-block;
    margin: 0 5px 0 0;
}
.our-team .team_social li a{
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    color:#fff;
    font-size: 18px;
    transition: all .3s;
}
.our-team .team_social li a:hover{
    background: #fff;
    color:#ff5164;
}
.our-team .team-prof{
    margin-top: 10px;
}
.our-team .post-title a{
    font-size: 25px;
    text-transform: capitalize;
    color:#424242;
    transition: all 0.2s ease 0s;
}
.our-team .post-title a:hover{
    text-decoration: none;
    color:#ff5164;
}
.our-team .post{
    color:#ff5164;
    font-size: 18px;
    text-transform: capitalize;
}

@media screen and (max-width: 991px){
    .our-team{
        margin-bottom: 30px;
    }
    .testimonial-slider.owl-carousel .owl-nav .owl-prev,
    .testimonial-slider.owl-carousel .owl-nav .owl-next{
        display: none;
    }
}

@media screen and (max-width: 991px){
    .navbar {
        width: 100%;
        padding: 0;
        position: absolute;
        top: 62px;
    }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }


.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
    
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */
.lity {
    z-index: 99999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.lity.lity-opened {
    opacity: 1;
}
.lity.lity-closed {
    opacity: 0;
}
.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}
.lity-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
    opacity: 1;
}
.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}
.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.lity-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close:hover,
.lity-close:active,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.lity-close:active {
    top: 1px;
}
.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px;
}
.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
.lity-hide {
    display: none;
}
