/* ===================================
                About
   =================================== */

/*
    Theme Name: Product
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page , Multi Parallax Template
    Tags: One page, multi page, multipurpose, parallax, creative, html5

 */

/***************Table of Content**************/
/*  - Fonts
    - General Classes
    - Preloader
    - Scroll bar
    - Header And Navigation
    - Slider
    - About Yoga
    - Types of Yoga
    - Gallery
    - Training Vedio
    - Clients
    - Blog
    - Contact
    - Map
    - Footer
    - Price Page
    - Schedule Page
    - Gallery Page
    - Blog Page
    - About Yoga Page
    - Contact Us Page
    - Media Queries   */


/*IMPORT FONTS*/
@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');





















/******************************PROCESS PAGE START******************************/
.header1_img{
    background: url(../img/process/header_img1.png);
    background-attachment: fixed;
}
.img{
    height: 100%;
    width: 100%;
}
.overlay{
    background-image: -webkit-linear-gradient( 180deg, #ffffffde 30%, #ffffffe0 70%);
}
.header_tittle1{
    font-size: 72px;
    font-family: 'Raleway', sans-serif;
    color: rgb(255, 255, 255);
}
.header_tittle2{
    font-size: 24px;
    font-family: 'OpenSans' , sans-serif;
    color: rgb(255, 255, 255);
    line-height: 2;
}
.header_tittle{
    text-align: center;
    padding-top: 13%;
    padding-bottom: 5.5%;
    letter-spacing: 0;
    font-weight: 100 !important;
}

/*************INFORMATION PROCESS SECTION START*****************/
#information_process{
    margin-top: 130px;
    margin-bottom: 130px;
}
.information_process{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
/******************DETAIL PROCESS SECTION START*****************/
#detail_process{
    background: #f6f6f6;
    overflow: hidden !important;
}
.process_text{
    padding: 85px;
    text-align: center;
}
.margin-col{
    margin-top: auto;
    margin-bottom: auto;
}
.width{
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}
/****IMAGE HOVER*****/
.figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,.3)));
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.figure:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
    100% {
        left: 100%;
    }
}
@keyframes shine {
    100% {
        left: 100%;
    }
}



/******************************GALLERY PAGE START******************************/
.header4_img{
    background: url(../img/portfolio/header4_img.png);
    background-attachment: fixed;
}

/*filters*/
.cbp {
    margin-top: 25px;
}
.cbp-l-filters .cbp-filter-item {
    cursor: pointer;
    margin: 15px;
    display: inline-block;
}
.cbp-l-filters .cbp-filter-item span {
    font-size: 16px;
    font-family: 'Raleway' , sans-serif;
    color: #212331;
    display: inline-block;
    font-weight: bold;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.cbp-l-filters .cbp-filter-item-active {
    cursor: default;
}
.cbp-l-filters .cbp-filter-item:hover span {
    color: #00bcd4;
}
.cbp-l-filters .cbp-filter-item-active span,
.cbp-l-filters .cbp-filter-item:focus span {
    color: #00bcd4;
    cursor: pointer;
}

/*portfolio hover*/
#flat-gallery .cbp-item figure:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.snip1577 *,
.snip1577:before,
.snip1577:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.snip1577 img {
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    vertical-align: top;
}
.snip1577:before,
.snip1577:after {
    position: absolute;
    top: 20px;
    right: 20px;
    content: '';
    background-color: #ffffff;
    z-index: 1;
    opacity: 0;
}
.snip1577:before {
    width: 0;
    height: 1px;
}
.snip1577:after {
    height: 0;
    width: 1px;
}
.snip1577 figcaption {
    text-align: center;
    position: absolute;
    left: 45px;
    bottom: 60px;
    padding: 15px 20px;
}
.snip1577 .icon-show{
    background-color: white;
    height: 55px !important;
    width: 55px !important;
    border-radius: 50% !important;
    padding: 14px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 13px;
}
.snip1577 p {
    font-size: 18px;
    font-weight: normal;
    opacity: 0;
}
.snip1577 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.snip1577:hover img,
.snip1577.hover img {
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.snip1577:hover:before,
.snip1577.hover:before,
.snip1577:hover:after,
.snip1577.hover:after {
    opacity: 1;
    -webkit-transition-delay: 0.1s !important;
    -o-transition-delay: 0.1s !important;
    transition-delay: 0.1s !important;
}
.snip1577:hover:before,
.snip1577.hover:before {
    width: 45px;
}
.snip1577:hover:after,
.snip1577.hover:after {
    height: 45px;
}
.snip1577:hover p,
.snip1577.hover p{
    opacity: 1;
}
.snip1577:hover p,
.snip1577.hover p {
    -webkit-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
.hover_text{
    font-size: 18px;
    font-family: 'Raleway' , sans-serif;
    color: #016DB5;
}
.white_bg{
    background-color: white;
}
.hover_search{
    font-size: 24px;
    background: -webkit-linear-gradient( 180deg,#016DB5 30%, #016DB5 90%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

/*******************BLOG PAGE START*******************/
.header5_img{
    background: url(../img/blog/header5-img.png);
    background-attachment: fixed;
}
.grey_bg{
    background-color: #f6f6f6;
}





                                                                                                                                               transform:translateX(-50%) translatey(0px); -webkit-transform:translateX(-50%) translatey(0px)}
