/* Global Styling */
@import url(https://fonts.googleapis.com/css?family=Playfair+Display);

/*Table Of Contents

/* CSS Document

Table Of Content

+General Styling and Tags
*body
+ @font-face

+ #home
    - header
         -navbar-nav
     - .rev_slider_wrapper
+ #about-us
    - #about-nicki
    - #qualifications
+ #techniques
    - #techniques-info
    - #sessions-table

+ #sessions
    - #sessions-table
    - #happy-clients

+ #contact-us
    - #contact-form
    - #contact-address

+ footer

*/


/*loader start */

.loader {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 1200;
    background: #ffffff;
}

.cssload-loader {
    width: 54px;
    height: 54px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    top: 50%;
}

.cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
}

.cssload-inner.cssload-one {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 1.15s linear infinite;
    -o-animation: cssload-rotate-one 1.15s linear infinite;
    -ms-animation: cssload-rotate-one 1.15s linear infinite;
    -webkit-animation: cssload-rotate-one 1.15s linear infinite;
    -moz-animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 3px solid rgba(81, 58, 88, 0.97);
}

.cssload-inner.cssload-two {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 1.15s linear infinite;
    -o-animation: cssload-rotate-two 1.15s linear infinite;
    -ms-animation: cssload-rotate-two 1.15s linear infinite;
    -webkit-animation: cssload-rotate-two 1.15s linear infinite;
    -moz-animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 3px solid rgb(81, 58, 88);
}

.cssload-inner.cssload-three {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.15s linear infinite;
    -o-animation: cssload-rotate-three 1.15s linear infinite;
    -ms-animation: cssload-rotate-three 1.15s linear infinite;
    -webkit-animation: cssload-rotate-three 1.15s linear infinite;
    -moz-animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 3px solid rgb(81, 58, 88);
}

@keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-one {
    0% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-one {
    0% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-two {
    0% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-two {
    0% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-three {
    0% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-three {
    0% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}


/*loader start */

body {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 15px;
    font-family: 'Century Gothic', sans-serif;
    color: #1b1b1b;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.buttons {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    -moz-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 16px 50px;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Century Gothic', sans-serif;
}

.buttons:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform, -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.buttons:hover,
.buttons:focus,
.buttons:active {
    color: white;
}

.buttons:hover:before,
.buttons:focus:before,
.buttons:active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

.fade {
    -webkit-transition: opacity 500ms linear !important;
    -o-transition: opacity 500ms linear !important;
    -moz-transition: opacity 500ms linear !important;
    transition: opacity 500ms linear !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-weight: 400;
    font-family: 'Playfair Display', sans-serif;
}

h2 {
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
    color: #513a58;
}

h2.alternative {
    color: #9bc8b5;
}

h3 {
    font-size: 26px;
    font-weight: 500;
}

h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}

p {
    padding: 0;
    margin: 0;
    font-family: 'Century Gothic', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    color: #513a58;
}

.p-margin {
    margin-left: 10%;
    margin-right: 10%;
}

p + p {
    margin-top: 20px;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: inherit;
}

.padding-one {
    padding-top: 65px;
    padding-bottom: 65px;
}

.padding-one-top {
    padding-top: 65px;
}

.padding-two {
    padding-top: 55px;
    padding-bottom: 55px;
}

.padding-two-bottom {
    padding-bottom: 55px;
}

.padding-three {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-top-80 {
    padding-top: 80px;
}

hr {
    width: 96px;
    border: 1px solid #4F3A58;
    margin: 0 auto 30px;
}

h2.alternative + hr {
    border-color: #9bc8b5;
}

.margin-0 {
    margin-left: 0;
    margin-right: 0;
}

.margin-100-top {
    margin-top: 100px;
}

.margin-100-bottom {
    margin-bottom: 100px;
}

.margin-60-top {
    margin-top: 60px;
}

.margin-30-top {
    margin-top: 30px;
}

.margin-right-plus {
    margin-right: 15px;
}

.margin-40-bottom {
    margin-bottom: 40px;
}

/*Home styling start */
#home {
    position: relative;
}

#home:after, #qualifications > div:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../images/grass.png') no-repeat center center;
    background-size: cover;
    height: 40px;
}

/*header styling start */

.navbar {
    color: #1b1b1b;
    min-height: 10px;
}

.container-fluid {
    background: -webkit-linear-gradient(right, rgba(255,255,255,0.55) 0,rgba(255,255,255,0.55) 700px,rgba(255,255,255,0) 900px);
    background: linear-gradient(to left, rgba(255,255,255,0.55) 0,rgba(255,255,255,0.55) 700px,rgba(255,255,255,0) 900px);
}

.shrink {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.shrink .navbar-brand {
    padding: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;    
}

.navbar-default {
    background: transparent;
    border: none;
}

.navbar-brand {
    padding: 0;
    max-width: 245px;
}

.navbar-brand > img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    width: 100%;
}

.shrink .navbar-brand > img {
    width: 117px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
    color: #513a58;
}

.shrink.navbar-default .navbar-nav > .active > a,
.shrink.navbar-default .navbar-nav > .active > a:focus,
.shrink.navbar-default .navbar-nav > .active > a:hover {
    background: #513a58;
    color: #FFFFFF;
}

.navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
}

.navbar .navbar-nav {
    margin-right: 0;
}

.navbar .navbar-nav > li a {
    color: #513a58;
    font-size: 14px;
    line-height: 60px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.navbar .navbar-nav > li:hover a {
    color: #000;
}

.shrink.navbar-default {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
}

.shrink .navbar-nav > li a {
    line-height: 52px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.shrink .side-menu-button {
    top: 19px;
}


/* The side navigation menu */

.side-menu-button {
    position: relative;
    cursor: pointer;
    background-color: #513a58;
    padding: 7px 14px;
    border-radius: 0;
    color: #ffffff;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 2;
    display: inline-block;
    float: right;
    top: 28px;
    right: 4px;
}

.side-menu-button:hover {
    color: #ffffff;
    background: #1b1b1b;
}

.side-menu-button.actives {
    background: transparent;
}

.side-menu-button.actives .fa {
    color: #f85464;
    font-size: 36px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.side-menu-button.actives .fa:hover {
    color: #6a6a6a;
}

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 0;
    /* Place content 60px from the top */
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.mySideBar {
    width: 100%;
}

.mySideBar > ul.nav {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidenav ul li {
    display: block;
    text-align: center;
}


/* The navigation menu links */

.sidenav ul > li a {
    color: #513a58;
    font-size: 42px;
    padding: 8px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}


/* When you mouse over the navigation links, change their color */

.nav > li > a:focus,
.nav > li > a:hover {
    background: transparent;
}

/* Position and style the close button (top right corner) */

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    border: none;
    color: #fff;
}


/*header styling end */


/*Slider styling start */

.tparrows.tp-leftarrow::before {
    content: "\f104";
    font-family: FontAwesome;
}

.tparrows.tp-rightarrow:before {
    content: "\f105";
    font-family: FontAwesome;
}

#slider1 h2 {
    line-height: normal;
    font-weight: bold;
    color: #ffffff;
    font-family: 'Century Gothic', sans-serif;
    font-size: 25px !important;
    text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.8);
}

#slider1 .slider-button {
    font-size: 15px !important;
}

#slider1 > ul > li:first-child .tp-bgimg {
    background-image: url(../images/cover1mobile.jpg);
}

#slider1 > ul > li:nth-child(2) .tp-bgimg {
    background-image: url(../images/cover2mobile.jpg);
}

#slider1 > ul > li:nth-child(3) .tp-bgimg {
    background-image: url(../images/cover3mobile.jpg);
}

@media screen and (min-width: 768px) {
    #slider1 > ul > li:first-child .tp-bgimg {
        background-image: url(../images/cover1.jpg);
    }
    
    #slider1 > ul > li:nth-child(2) .tp-bgimg {
        background-image: url(../images/cover2.jpg);
    }

    #slider1 > ul > li:nth-child(3) .tp-bgimg {
        background-image: url(../images/cover3.jpg);
    }    
}

@media screen and (min-width: 768px) {
    #slider1 h2 {
        font-size: 40px !important;
        line-height: 44px !important;
    }
}

#slider1 .subheading {
    color: #ffffff;
    text-align: center;
    font-size: 13px !important;
    line-height: 17px !important;
    font-weight: bold;
    text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 768px) {
    #slider1 .subheading {
        font-size: 20px !important;
        line-height: 28px !important;
    }
}

#slider1 .slider-button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    -moz-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 16px 50px;
    border-radius: 0;
    font-size: 13px;
    font-family: 'Century Gothic', sans-serif;
    background: #9bc8b5;
    color: #FFFFFF;
    text-transform: uppercase;
}

#slider1 .slider-button.red {
    background: #513a58;
}

#slider1 .slider-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform, -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#slider1 .slider-button:hover,
#slider1 .slider-button:focus,
#slider1 .slider-button:active {
    color: #FFFFFF;
}

#slider1 .slider-button:hover:before,
#slider1 .slider-button:focus:before,
#slider1 .slider-button:active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}


/*Slider styling end */


/*Home styling End */


/*About us styling start */

#about-nicki .about-nicki-features h3 {
    font-weight: 600;
    margin-bottom: 15px;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    transition: all 500ms linear;
    line-height: 60px;
    font-family: 'Playfair Display', sans-serif;
    font-size: 25px;
    color: #513a58;
}

#about-nicki .about-nicki-features:hover > h3 {
    color: #513a58;
}

#about-nicki .about-nicki-features p {
    margin-left: 0;
    margin-right: 0;
}

#about-nicki .about-nicki-features.emotion p {
    min-height: 76px;
}

#about-nicki .about-nicki-features h3 > span {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 30px;
    position: relative;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    background: #A0C8B4;
    text-align: center;
    border-radius: 50%;
    background: url(../images/symbolsforcircles.png) no-repeat 38% center #A0C8B4;
    background-size: auto 70%;
    vertical-align: middle;
}

#about-nicki .about-nicki-features.communication h3 > span { background-position: -3.5% center; }
#about-nicki .about-nicki-features.expression h3 > span {  background-position: 80% center; }
#about-nicki .about-nicki-features.emotion h3 > span { background-position: 17% center; }
#about-nicki .about-nicki-features.learning h3 > span {  background-position: 102.5% center;}
#about-nicki .about-nicki-features.healing h3 > span {  background-position: 59.5% center; }

#about-nicki .about-nicki-features h3.text-right > span {
    margin-right: 0;
    margin-left: 30px;
}

#about-nicki .about-nicki-features:hover h3 > span {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

#about-nicki #mobile-img {
    position: relative;
}

#about-nicki #mobile-img > img {
    position: relative;
    width: 100%;
    height: 100%;
}

#about-nicki #mobile-slider {
    position: absolute;
    top: 89px;
    left: 51px;
    width: 265px;
    height: 469px
}

#about-nicki #mobile-slider .item img {
    display: block;
    cursor: move;
}


/*About us styling end */


/*Compay history start */

#qualifications {
    background: #513a58;
    position: relative;
}

#qualifications h2,
#qualifications p.text-center {
    color: #ffffff;
}

#qualifications .company-p {
    margin-bottom: 40px;
}

#qualifications .timeline-year {
    background: #ffffff;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    clear: both;
    border-radius: 50%;
}

#qualifications .timeline-year h3 {
    position: relative;
    top: 46%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'Playfair Display', sans-serif;
    font-size: 27px;
    font-weight: 500;
}


/* -----------------------------------------------
* Timeline
* --------------------------------------------- */

.timeline {
    list-style: none;
    padding: 1px;
    font-weight: 300;
    color: #ffffff;
    position: relative;
    margin-top: -25px;
}

.timeline h3 {
    color: #ffffff;
    position: absolute;
    top: -10%;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background: #ffffff;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    position: relative;
    width: 50%;
    float: left;
    clear: left;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li.last {
    margin-bottom: 50px;
}

.timeline > li > .timeline-panel {
    width: 90%;
    float: left;
    background: #C6C0C8;
    position: relative;
    padding: 12px 40px;
    border-radius: 10px;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.timeline > li > .timeline-panel.registered-member {
    background: #ffffff;
    margin: -35px 0 20px 0;
}

.timeline > li > .timeline-panel.registered-member .timeline-heading h4 {
    text-transform: none;
}

.timeline > li > .timeline-panel.registered-member img {
    display: inline-block;
    padding: 10px 40px 0 0;
}

.timeline > li > .timeline-panel.registered-member:after {
    display: none;
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 37px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #C6C0C8;
    border-right: 0 solid #C6C0C8;
    border-bottom: 14px solid transparent;
    content: " ";
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.timeline > li > .timeline-badge {
    color: #ffffff;
    width: 24px;
    height: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 26px;
    right: -12px;
    z-index: 100;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge > a {
    color: #ffffff;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-heading h4 {
    font-weight: bold;
    font-family: 'Century Gothic', sans-serif;
    color: #513a58;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

#qualifications .timeline-body > p {
    padding: 14px 0;
}

.timeline-footer {
    padding: 0;
    color: #513a58;
}

.timeline-footer p {
    margin-bottom: 0;
    font-weight: 600;
}

.timeline-footer > a {
    cursor: pointer;
    text-decoration: none;
}

.timeline > li.timeline-inverted {
    float: right;
    clear: right;
}

.timeline > li:nth-child(2) {
    margin-top: 40px;
}

.timeline > li:nth-child(3) {
    margin-top: 20px;
    margin-bottom: -20px;
}

.timeline > li:last-child {
    margin-top: 80px;
}

.timeline > li.timeline-inverted > .timeline-badge {
    left: -12px;
}

.no-float {
    float: none !important;
}


/*Compay history end */


/* techniques start */

#techniques #owl-demo .hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

#techniques #owl-demo .hovereffect .overlay {
    width: 100%;
    height: calc(100% + 50px);
    position: absolute;
    overflow: hidden;
    left: 0;
    background-color: rgba(199, 192, 201, 0.75);
    top: calc(100% - 50px);
    -webkit-transition: all 0.4s ease-out 0.5s;
    -o-transition: all 0.4s ease-out 0.5s;
    -moz-transition: all 0.4s ease-out 0.5s;
    transition: all 0.4s ease-out 0.5s;
}

#techniques #owl-demo .hovereffect .overlay > p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 50px;
    font-size: 20px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: bold;
    cursor: pointer;
}

#techniques #owl-demo .hovereffect .overlay > p i {
    font-size: 13px;
    width: 20px;
    height: 20px;
    border: 2px solid #513a58;
    border-radius: 50%;
    line-height: 18px;
    padding: 0px 0px 0 2px;
    margin: 0 0 0 5px;
}

#techniques #owl-demo .hovereffect:hover .overlay {
    top: -50px;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

#techniques #owl-demo .hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#techniques #owl-demo .hovereffect:hover a.info {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#techniques #owl-demo .item {
    margin: 3px;
}

#techniques #owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

#techniques #owl-demo .overlay .owl-captions {
    position: relative;
    top: calc(50% + 25px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#techniques #owl-demo .overlay .owl-captions i {
    display: block;
    margin-bottom: 18px;
}

#techniques #owl-demo .overlay .owl-captions p {
    font-size: 18px;
}

#techniques #owl-demo .overlay .owl-captions i.fa {
    font-size: 32px;
}

#techniques .owl-theme .owl-controls .owl-buttons {
    background: #ffffff;
}

#techniques .owl-theme .owl-controls .owl-page span {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #222222;
}

#techniques .owl-theme .owl-controls .owl-page.active span {
    background-color: #222222;
}

#techniques #owl-demo .item {
    margin: 0;
}


/* techniques end */


/*sessions table start */

#sessions-table .sessions-table {
    padding-top: 0;
}

#sessions-table .tables {
    margin: 60px auto 0 auto;
}

.price {
    list-style-type: none;
    border: none;
    padding: 0;
    background-color: #503957;
    color: #ffffff;
    position: relative;
    width: 263px;
    margin: 0 auto;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    font-family: 'Century Gothic', sans-serif;
    min-height: 595px;
}

.price p {
    color: #fff;
}

.price.price-0 {
    background: #D49EED;
}

.price.price-0:before {
    border-bottom-color: #D49EED;
}

.price.price-2 {
    background-color: #73527d;
}

.price.price-3 {
    background-color: #a382ad;
}

.price::before {
    border-left: 131px solid #ffffff;
    border-right: 132px solid #ffffff;
    border-bottom: 65px solid #503957;
    display: inline-block;
    content: "";
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.price::after {
    background: url(../images/symbolsforpanels.png) no-repeat 5px -2px;
    content: '';
    width: 90px;
    height: 70px;
    margin: 0 auto;
    bottom: 45px;
    position: absolute;
    left: 0;
    right: 0;
    background-size: auto 70px;
}

.price.price-2::after {
    background-position: -349px -2px;
}

.price.price-3::after {
    background-position: -163px -2px;
}

.price.price-0::after {
    background: none;
}

.price.price-2::before {
    border-left: 131px solid #ffffff;
    border-right: 132px solid #ffffff;
    border-bottom: 65px solid #73527D;
}

.price.price-3::before {
    border-left: 131px solid #ffffff;
    border-right: 132px solid #ffffff;
    border-bottom: 65px solid #A382AD;
}

.price.price-selected .header {
    border: 1px solid #513a58;
}

/* Add shadows on hover */

.price .header {
    background-color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    border-radius: 50%;
    padding: 16px 11px;
    display: inline-block;
    color: #6a6a6a;
    position: absolute;
    top: -30px;
    left: 50%;
    width: 90px;
    height: 90px;
    font-family: 'Playfair Display', sans-serif;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    border: 1px solid #6a6a6a;
}

.price.price-2 .header {
    border-color: #73527D;
    color: #73527D;
}

.price.price-3 .header {
    border-color: #A382AD;
    color: #A382AD;
}

.price .btn.buttons {
    background: transparent;
    border-radius: 0;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.price .btn.buttons:before {
    background-color: #ffffff;
}

.price .btn.buttons:hover,
.price .btn.buttons:focus,
.price .btn.button:active {
    color: #1b1b1b;
}


/* List items */

.price li {
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.price.price-0 li {
    text-transform: none;
}


/* Grey list item */

.price h3 {
    font-size: 28px;
    font-weight: bold;
    font-family: 'Century Gothic', sans-serif;
}

.price .grey {
    text-transform: uppercase;
}

.price .grey p {
    font-size: 15px;
}

.price .grey span {
    display: block;
    font-family: 'Playfair Display', sans-serif;
    text-transform: uppercase;
    padding-left: 0;
}

.price .grey p:first-child {
    font-weight: 600;
    margin-bottom: 10px;
}

.price li:nth-child(3) p {
    font-weight: bold;
    margin-top: 15px;
}

.price .on-request {
    padding: 10px 20px;
}

.price .on-request p:first-child {
    border-top: 1px dashed #fff;
    padding-top: 20px;
}

.price .on-request p:last-child {
    font-size: 13px;
    margin-top: 15px;
}
    

/* The "Sign Up" button */

.button {
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}


/*sessions table end */


/* Happy clients styling */

#happy-clients {
    background: url(../images/top-right-white-flower.png) no-repeat right 150px top -20px,
        url(../images/top-right-purple-flower.png) no-repeat right -20px top 0,
        url(../images/bottom-left-white-flower.png) no-repeat 50px bottom,
        url(../images/bottom-left-peach-flower.png) no-repeat -80px bottom #A0C8B4;
    background-size: 180px auto, 220px auto, 180px auto, 220px auto;
    color: #ffffff;
    position: relative;
}

#happy-clients:before, #happy-clients:after, footer:before {
    content: '';
    position: absolute;
    
    left: 0;
    right: 0;
    background-size: cover;
    height: 40px;
}

#happy-clients:before, footer:before {
    top: 0;
    background: url('../images/brushstroke.png') no-repeat center center;
}

#happy-clients:after {
    bottom: 0;
    background: url('../images/grass.png') no-repeat center center;
}

#happy-clients h2 {
    margin-bottom: 35px;
    text-shadow: 2px 2px 5px rgba(160, 200, 180, 1);
}

#happy-clients h2, #happy-clients p.p-margin {
    color: #fff;
}

#happy-clients .client-img {
    height: 160px;
    width: 160px;
    margin: 0 auto 30px;
}

#happy-clients .client-img img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

#happy-clients .p-margin {
    margin-bottom: 30px;
}

#happy-clients h5 {
    font-size: 14px;
    font-family: 'OpenSans', sans-serif;
    color: #513a58;
    font-weight: 700;
    margin-bottom: 5px;
}

#happy-clients p.client-p {
    font-weight: bold;
}

#happy-clients .owl-theme .owl-controls .owl-page span {
    background: none;
    border: 1px solid #4E3D56;
    opacity: 1;
}

#happy-clients .owl-controls .owl-page.active span {
    background: #a680b5;
    border-color: #a680b5;
}


/* Happy clients styling End */

/* contact us styling start */

.form-control {
    border-radius: 0;
    border-color: #c8c8c8;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

form .buttons {
    background: transparent;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 2px solid #513a58;
    color: #513a58;
    margin-top: 25px;
}

form .buttons:hover,
form .buttons:active {
    background: transparent;
    border-color: #513a58;
}

form .buttons:before {
    background: #513a58;
}

form textarea.form-control {
    resize: none;
    margin-top: 16px;
    min-height: 200px;
}


/*map styling start */

#map {
    display: block;
    width: 100%;
    height: 600px;
}

.pin {
    width: 32px;
    height: 32px;
    border-radius: 50% 50% 50% 0;
    background: #513a58;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

.pin:after {
    content: "";
    width: 14px;
    height: 14px;
    margin: 9px 0 0 9px;
    background: #e6e6e6;
    position: absolute;
    border-radius: 50%;
}

.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@-moz-keyframes bounce {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@-o-keyframes bounce {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes bounce {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}


/*contact-address */

#contact-address {
    color: #222222;
}

.address-details h2 {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear
}

.address-details p {
    font-size: 18px;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear
}

.address-details:hover h2 {
    color: #513a58;
}

.address-details:hover p {
    color: #513a58;
}

.address-details a, .address-details a:hover, .address-details a:focus {
    color: #9E7AB0;
    font-weight: bold;
}


/* contact us styling end */


/*=========================================*/


/* Blog WIth All Versions*/


/*=========================================*/

.blog-wrap {
    background-color: #fff;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.blog-wrap .blog-content {
    display: table-cell;
    padding: 6.5em 0;
}

.blog-content-bg {
    background-color: #fff;
    margin: 0 auto;
    padding: 30px 30px 5px;
    position: relative;
    top: -60px;
    width: 95%;
}

.blog-item-v3 {
    border-bottom: 1px solid #d1d2d2;
    padding-bottom: 70px;
    margin-bottom: 70px;
}

.blog-item-v3 > img {
    margin-bottom: 35px;
}

.blog-item-v3 .blog-content {
    padding: 0;
}

.no-margin {
    margin: 0;
    border: none;
}

#area-main h3 {
    color: #1b1d1f;
}

#area-main p {
    color: #1b1d1f;
    margin-bottom: 10px;
}

#area-main .buttons {
    background: #513a58;
    color: #fff;
}

#area-main .buttons:before {
    background: #1b1d1f;
    ;
}

#area-main a.readmore {
    color: #fff;
    padding: 10px 35px;
    background: #1b1d1f;
    border: 1px solid transparent;
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
}

#area-main a.readmore:hover,
#area-main a.readmore:focus {
    border: 1px solid #513a58;
}

#area-main ul.blog-author {
    margin: 20px 0 25px;
}

#area-main ul.blog-author li {
    display: inline-block;
}

#area-main ul.blog-author li a {
    color: #696969;
    font-size: 14px;
    margin-right: 15px;
}

#area-main ul.blog-author li a .fa {
    margin-right: 5px;
}

#area-main ul.blog-author li a:hover,
#area-main ul.blog-author li a:focus {
    color: #513a58;
}

.morepost-wrap {
    margin-top: 75px;
    border-top: 1px solid #d1d2d2;
}

.morepost-wrap2 {
    border-top: 1px solid #d1d2d2;
    border-bottom: 1px solid #d1d2d2;
    padding-bottom: 25px;
}

.morepost-wrap a:hover,
.morepost-wrap2 a:hover {
    color: #513a58;
}

.morepost-wrap .morepost,
.morepost-wrap2 .morepost {
    font-size: 16px;
    color: #696969;
    margin-top: 25px;
    display: inline-block;
    position: relative;
}

.morepost-wrap2 .morepost .fa-long-arrow-left,
.morepost-wrap .morepost .fa-long-arrow-left {
    right: 0;
}

.morepost-wrap2 .morepost:hover .fa-long-arrow-left,
.morepost-wrap .morepost:hover .fa-long-arrow-left {
    opacity: 1 !important;
    filter: alpha(opacity=100);
    color: #513a58;
    right: 100%;
}

.morepost-wrap2 .morepost .fa-long-arrow-left,
.morepost-wrap2 .morepost .fa-long-arrow-right,
.morepost-wrap .morepost .fa-long-arrow-left,
.morepost-wrap .morepost .fa-long-arrow-right {
    color: transparent;
    position: absolute;
    text-shadow: 0 0 transparent;
    top: 25%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0 !important;
    filter: alpha(opacity=0);
}

.morepost-wrap2 .morepost .fa-long-arrow-right,
.morepost-wrap .morepost .fa-long-arrow-right {
    left: 0;
    margin-left: 5px;
}

.morepost-wrap2 .morepost:hover .fa-long-arrow-right,
.morepost-wrap .morepost:hover .fa-long-arrow-right {
    opacity: 1 !important;
    filter: alpha(opacity=100);
    color: #513a58;
    left: 110%;
}

.blog-content-pic img {
    width: 100%;
}

.blog-item .blog-content {
    padding: 0;
    margin: 35px 0;
}

.blog-item .blog-content p {
    margin-bottom: 25px;
}

.blog-item blockquote {
    color: #513a58;
}

.blog-item .post-tag {
    border: 1px solid #d9d9d9;
    padding: 5px;
    margin-bottom: 70px;
}

#area-main .tag-cloud li {
    display: inline-block;
    margin: 6px;
}

#area-main .tag-cloud li a {
    display: block;
}

#area-main .tag-cloud li a,
.blog-reply a.btn-rep {
    background: #efefef;
    color: #1b1d1f;
    font-size: 12px;
    padding: 8px 15px;
    text-transform: uppercase;
}

#area-main .tag-cloud li a:hover,
#area-main .tag-cloud li a:focus,
.blog-reply a.btn-rep:hover,
.blog-reply a.btn-rep:focus {
    background: #513a58;
    color: #fff;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

.social-link li {
    display: inline-block;
}

.social-link li a {
    width: 44px;
    height: 44px;
    display: block;
    border: 1px solid #1b1d1f;
    border-radius: 50%;
    color: #1b1d1f;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

.social-link li a:hover {
    border-color: #513a58;
    background: #513a58;
    color: #fff;
}

.social-link li a i {
    line-height: 42px;
    font-size: 20px;
}

.blog-reply {
    padding: 10px;
    border: 1px solid #f3f3f3;
    position: relative;
    margin: 20px 0;
}

.blog-reply h4 {
    color: #1b1d1f;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.blog-reply a.btn-rep {
    position: absolute;
    top: 0;
    right: 0;
}

.blog-item .post-comment h3 {
    margin-bottom: 35px;
    margin-top: 70px;
}

.blog-item .post-comment form .form-control,
.contact form .form-control {
    height: 50px;
}

.blog-item .post-comment form .form-control,
.contact form .form-control,
.blog-item .post-comment form textarea,
.contact form textarea,
.index_3 .form-inline .form-control,
.index_3 .form-inline textarea {
    padding: 15px;
    font-size: 14px;
    color: #4c4c4c;
    border: 1px solid #d0d0d0;
    width: 100%;
    border-radius: 0;
}

.blog-item .post-comment form textarea,
.contact form textarea {
    margin: 30px 0;
    min-height: 210px;
}

.blog-item .post-comment form input[type="submit"],
.contact form input[type="submit"] {
    background: #513a58;
    border: 1px solid transparent;
    font-weight: bold;
    color: #fff;
    height: 50px;
    width: 185px;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.blog-item .post-comment form input[type="submit"]:hover,
.contact form input[type="submit"]:hover {
    background: #1b1d1f;
}

.widget {
    margin-bottom: 40px;
    color: #1b1d1f;
}

.widget h4,
.widget img {
    margin-bottom: 25px;
}

.widget > img {
    width: 100%;
}

.search_box input {
    border: 1px solid #d9d9d9;
    height: 53px;
    padding-left: 15px;
    position: relative;
    width: 100%;
    font-size: 14px;
}

.search_box i {
    border-left: 1px solid #d9d9d9;
    bottom: 0;
    color: #d9d9d9;
    font-size: 24px;
    height: 53px;
    padding: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    cursor: pointer;
}

ul.category li {
    margin-top: 15px;
    display: block;
}

ul.category li a {
    color: #1b1d1f;
    font-size: 16px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
    display: block;
    text-transform: capitalize !important;
}

ul.category li a:hover,
ul.category li a:focus {
    color: #513a58;
}

ul.category li a .date {
    color: #513a58;
    font-size: 12px;
    display: block;
}

.innerpage-banner {
    background: url(../images/blog-banner.jpg) no-repeat center center / cover;
    padding-top: 200px;
    max-height: 440px;
    color: #1b1d1f;
}

.innerpage-banner h2 {
    margin-bottom: 0;
}

.tagline {
    color: #1b1d1f;
    text-transform: uppercase;
    font-size: 14px;
}


/*=========================================*/


/* Blog Ends */


/*=========================================*/


/*footer stylin start */

footer {
    background-color: #513a58;
    padding: 60px 0 20px 0;
    position: relative;
}

footer a:hover {
    text-decoration: underline;
}

footer p {
    color: #ffffff;
}

footer a {
    white-space: nowrap;
}

footer .pull-right {
    text-align: right;
}

footer ul,
footer li,
footer a {
    padding: 0;
    margin: 0;
}

footer ul > li > a {
    padding: 7px 5px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    transition: all 500ms linear;
}

footer ul > li > a:hover {
    background-color: #1b1b1b;
    border-color: #1b1b1b;
}


/*footer stylin end */


/*media query */

@media screen and (max-width: 1199px) {
    .margin-100-bottom {
        margin-bottom: 50px;
    }
    /*what we do */
    #about-nicki #mobile-img {
        display: block;
        width: 280px;
        height: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 53px;
    }
    #about-nicki #mobile-slider {
        top: 69px;
        left: 40px;
        width: 206px;
        height: 357px;
    }
    #about-nicki .info #about-nicki #mobile-slider .item img {
        display: block;
        cursor: move;
        height: 357px;
    }
    #about-nicki #mobile-img {
        width: 230px;
        height: 350px;
    }
    #about-nicki #mobile-slider {
        top: 48px;
        left: 33px;
        width: 170px;
    }
    #about-nicki #mobile-slider .item img {
        height: 255px;
        width: 100%;
    }
    #about-nicki .about-nicki-features > h3 {
        font-size: 18px;
        line-height: 53px;
        margin-bottom: 10px;
    }
    #about-nicki .about-nicki-features h3 > span {
        width: 45px;
        height: 45px;
        margin-right: 15px;
        background-size: auto 65%;
    }
    
    #about-nicki .about-nicki-features h3.text-right > span {
        margin-left: 15px;
    }
    #about-nicki .about-nicki-features h3 > span > i {
        line-height: 45px;
    }
    #about-nicki .about-nicki-features p {
        font-size: 13px;
        line-height: normal;
    }
    
    #about-nicki .about-nicki-features.emotion p {
        min-height: 0;
    }
    
    /*what we do end */
    /*our team */
    #our-team-tabs li:nth-child(3),
    #our-team-tabs > li:nth-child(4) {
        margin-top: 60px;
    }
    #our-team .hovereffect img {
        width: 100%;
    }
    /* our team end */
    
    #happy-clients .client-img {
        width: 120px;
        height: 120px;
    }
    
    .price.price-2, .price.price-3 {
        margin-top: 50px;
    }
    
    #techniques #owl-demo .overlay .owl-captions p {
        font-size: 15px;
    }
    
    /* sessions table styling end */
}

@media screen and (max-width: 991px) {
    /*navbar start */
    .navbar .navbar-nav > li a {
        font-size: 12px;
    }
    .side-menu-button {
        right: -3px;
        ;
    }
    /*navbar end */
    /* sessions table styling start */
    .price.price-2, .price.price-3 {
        margin-top: 60px;
    }
    /* sessions table end */
    /*what we do start */
    #about-nicki #mobile-img {
        margin-top: 105px;
    }
    /*what we do end */
    /*counter start */
    #counters #counter-main .counter-margin-3,
    #counters #counter-main .counter-margin-4 {
        margin-top: 40px;
    }
    /*counter end */
    /*Our team start */
    #our-team .hovereffect h3 {
        font-size: 22px;
    }
    #our-team .hovereffect p {
        font-size: 13px;
    }
    #our-team .hovereffect img {
        width: 100%;
    }
    .triangle-border.top:before {
        left: 43%;
    }
    /*Our team end */
    
    footer p span {
        display: block;
    }
    
    .navbar-brand {
        max-width: 205px;
    }
    
    .nav > li > a {
        padding: 10px;
    }
 
    #slider1 .slider-button {
        margin-top: 20px;
    }
    
    .container-fluid {
        background: -webkit-linear-gradient(right, rgba(255,255,255,0.55) 0,rgba(255,255,255,0.55) 500px,rgba(255,255,255,0) 600px);
        background: linear-gradient(to left, rgba(255,255,255,0.55) 0,rgba(255,255,255,0.55) 500px,rgba(255,255,255,0) 600px);
    }
    
    #happy-clients {
        background: url(../images/top-right-white-flower.png) no-repeat right 60px top -20px, url(../images/top-right-purple-flower.png) no-repeat right -90px top 0, url(../images/bottom-left-white-flower.png) no-repeat 50px bottom, url(../images/bottom-left-peach-flower.png) no-repeat -80px bottom #A0C8B4;
        background-size: 180px auto, 220px auto, 180px auto, 220px auto;    
    }
}

@media screen and (max-width: 767px) {
    .tparrows {
        display: none;
    }
    .forcefullwidth_wrapper_tp_banner,
    #slider1 {
        height: 400px !Important;
        overflow: hidden;
    }
    p {
        font-size: 13px !important;
    }
    h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    hr {
        margin-bottom: 20px;
    }
    h3 {
        font-size: 20px !important;
    }
    .buttons {
        padding: 11px 34px;
    }
    .margin-60-top {
        margin-top: 30px;
    }
    /*nav */
    .container-fluid {
        background: none;
    }
    .navbar-header {
        padding-bottom: 12px;
    }
    .navbar-header > .navbar-brand {
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .navbar-brand > img {
        width: 150px;
    }
    .shrink .navbar-brand > img {
        width: 95px;
    }
    .shrink .side-menu-button,
    .side-menu-button {
        top: 15px;
        right: 4px;
    }
    .sidenav ul > li a {
        font-size: 30px;
    }
    /*nav */
    /* what we do start */
    .margin-100-top {
        margin-top: 50px;
    }
    #about-nicki .about-nicki-features {
        text-align: center;
    }
    #about-nicki #mobile-img {
        margin-top: 0;
    }
    #about-nicki #device {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    #about-nicki .about-nicki-features h3 {
        line-height: normal;
    }
    #about-nicki .about-nicki-features h3.text-right {
        text-align: center;
    }
    #about-nicki .about-nicki-features h3.text-right > span.pull-right {
        float: none !important;
    }
    #about-nicki .about-nicki-features h3 > span {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    #about-nicki .about-nicki-features h3.text-right > span {
        margin-left: auto;
        margin-right: auto;
    }
    #about-nicki .about-nicki-features p.text-right {
        text-align: center;
    }
    /* what we do end */
    /*counter start */
    #counters #counter-main .counter-margin-2 {
        margin-top: 40px;
    }
    #counters .numscroller {
        font-size: 25px;
    }
    #counters .icons {
        height: 80px;
        width: 80px;
    }
    #counters .icons > i {
        font-size: 32px;
        line-height: 80px;
    }
    /*counter end */
    /*our team */
    #our-team .hovereffect img {
        width: 100%;
    }
    #tab-1 > .margin-60-top,
    #tab-2 > .margin-60-top,
    #tab-3 > .margin-60-top,
    #tab-4 > .margin-60-top {
        margin-top: 11px;
    }
    .r-tabs .r-tabs-nav .r-tabs-state-active img {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    #our-team .hovereffect p {
        display: none;
    }
    #our-team .hovereffect h3 {
        font-size: 16px !important;
    }
    #our-team .hovereffect:hover img {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    #our-team .progess-bars {
        margin-top: 30px !important;
    }
    #our-team .hovereffect .overlay {
        height: auto !important;
        position: static;
        padding: 6px;
    }
    .triangle-border.top:before {
        border-width: 0;
    }
    .triangle-border.top::after {
        border-width: 0;
        height: 31px;
        width: 2px;
        background: #c4c4c4;
        left: 50%;
        bottom: -26px;
    }
    #our-team .our-team-social {
        text-align: center;
    }
    /* our team end */
    /*company history start */
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li {
        margin-bottom: 0;
        position: relative;
        width: 100%;
        float: left;
        clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: 83%;
    }
    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    .timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .timeline > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-badge {
        left: 28px;
    }
    #qualifications .timeline-year {
        margin: -10px;
        background: transparent;
        color: #fff;
    }
    /*company history end */
    /* sessions table */
    #sessions-table .tables.margin-60-top {
        margin-top: 60px;
    }
    /* sessions table end*/
    /*blog start */
    #happy-clients .client-img {
        width: 100px;
        height: 100px;
    }
    #blog-text h2 {
        font-size: 60px;
    }
    #area-main .blog-item {
        padding-bottom: 60px;
    }
    /*blog end */
    /* contact us */
    .address-details:nth-child(2),
    .address-details:nth-child(3) {
        margin-top: 30px;
    }
    .address-details h2 {
        margin-bottom: 10px;
    }
    /* contact us end */
    /* map setting */
    #map {
        height: 300px;
    }
    /* map setting */
    /*footer */
    footer .col-sm-6 {
        text-align: center;
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    footer .pull-right {
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
    
    footer p span {
        display: inline;
    }    
    
    .price {
        margin-top: 50px;
        padding: 0 0 140px 0;
        min-height: 0;
    }
    
    .price.price-0 {
        margin-top: 0;
    }
    
    .price.price-2 {
        margin-top: 60px;
    }
    
    #happy-clients {
        background: #A0C8B4;
    }    
    /*footer */
    
}

@media screen and (max-width: 480px) {
    /* slider styling start */
    #slider1 .slider-button {
        font-size: 10px !important;
        line-height: normal !important;
    }
    #slider1 .slider-button.red {
        margin-left: 15px !important;
    }
    /* slider styling end */
    /* what we do */
    #about-nicki #device {
        overflow: hidden;
    }
    #about-nicki #mobile-img {
        width: 280px;
        height: 435px;
    }
    #about-nicki #mobile-slider {
        top: 69px;
        left: 40px;
        width: 206px;
    }
    #about-nicki #mobile-slider .item img {
        display: block;
        cursor: move;
        height: 357px;
    }
    /* what we do */
    /* our team */
    #our-team .hovereffect h3 {
        font-size: 8px !Important;
    }
    /* our team */
    /* timeline start */
    ul.timeline > li > .timeline-panel {
        width: 78%;
    }
    /* timeline end */
}