/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
    visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
       * Don't show links that are fragment identifiers,
       * or use the `javascript:` pseudo protocol
       */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
       * Printing Tables:
       * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
       */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
img{
    width: 100%;
}
body{
    color: #7c7b7b;
	font-family: 'Roboto Condensed', sans-serif;
   /* font-family: 'Open Sans', sans-serif;
    background-image: url("../img/background.jpg");
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;*/
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto', sans-serif;
}
/*header css code started*/
.header-top-left {
}

.header-mobil-num {
    float: left;
}
.header-mobil-num p {
    font-weight: 700;
    padding: 10px 10px;
    margin-right: 10px;
}
.header-top-menu {
    float: left;
}
.header-top-right {
    float: right;
}
.header-top-menu {

}

.header-top-menu ul {
    list-style-type: none;
    padding: 0;margin: 0;
}

.header-top-menu ul li {
    transition: 0.5s;
    float: left;
    position: relative;
    padding: 10px 10px;
}

.header-top-menu ul li a {
display: block;
    color: #505050;
   /* font-weight: 600;*/
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    transition: 0.5s;
}
.header-top-menu ul li a:hover {
    color: #635b8a;
}
.header-top-menu ul li i {
    font-size: 10px;
    padding-left: 2px;
}
ul.header-top-sub-menu {
    display: none;
    position: absolute;
    width: 200px;
    background: #ffffff;
    top: 33px;
    z-index: 88888;
    left: 0;
}

ul.header-top-sub-menu li {
    float: none;
}
ul.header-top-sub-menu li a:hover{
    color: #5f5f5f;
}

.header-top-menu ul li:hover ul.header-top-sub-menu {
    display: block;
}
.header-top-right a {
    color: #7c7b7b;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}
.header-top-right {
    padding: 10px 10px;
}
.header-top-right i {
    font-size: 14px;
}
.header-top-right a:hover {
    color: #635b8a;
}
.header-top-right i {
    font-size: 14px;
}

.header-top-right a:hover {
    color: #635b8a;
}
.medial-area-menu {}

.medial-area-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.medial-area-menu ul li {
    float: left;
    padding: 10px;
    position: relative;
}
.medial-area-menu ul li a {
    text-transform: uppercase;
    color: #505050;
    /*font-weight: 600;*/
    font-size: 16px;
    text-decoration: none;
}
.medial-area-menu ul li a:hover {
    color: #635b8a;
}
.medial-area-menu ul li:hover ul.header-top-sub-menu {
    display: block;
}

.medial-area-menu ul.header-top-sub-menu {
    top: 50px;
    left: unset;
}
.medial-area-text p {
    padding: 20px 0px;
    font-size: 21px;
    font-weight: 600;
    color: #a9a9a9;
}
.medial-area-text a {
    font-weight: 700;
    color: #635b88;
    text-decoration: none;
}
.header-social-media ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
   /* margin-bottom: 16px; */
}
.header-social-media ul li {
    float: left;
}
.header-social-media {
    width: 100%;
    overflow: hidden;
}
.header-social-media ul li i {
    font-size: 20px;
    padding: 22px 16px;
    /*color: #7c7b7b;*/
}
.fa-rss{
	color: #ee802f;
}
.header-social-media ul li:hover i.fa.fa-rss{
    background: #ee802f;
    color: #ffffff;
}
.fa-facebook-f {
color: #39599f;
}
.header-social-media ul li:hover i.fab.fa-facebook-f{
    background: #39599f;
    color: #ffffff;
}
.fa-twitter{
color: #45b0e3;
}
.header-social-media ul li:hover i.fab.fa-twitter{
    background: #45b0e3;
    color: #ffffff;
}
.fa-instagram{
  color: #9b6954;
}
.header-social-media ul li:hover i.fab.fa-instagram{
    background: #9b6954;
    color: #ffffff;
}
.fa-youtube {
color: #fa0101;
}
.header-social-media ul li:hover i.fab.fa-youtube{
    background: #fa0101;
    color: #ffffff;
}
.fa-vimeo-v {
color: #00ADEF;
}
.header-social-media ul li:hover i.fab.fa-vimeo-v{
    background: #00ADEF;
    color: #ffffff;
}
.fa-pinterest {
color: #cb2027;
}
.header-social-media ul li:hover i.fab.fa-pinterest{
    background: #cb2027;
    color: #ffffff;
}


.header-search-btn a {
    border: none;
    background: none;
    padding: 0px 20px;
}

.header-search-btn a i {
    color: #7c7b7b;
    font-size: 21px;
}

.header-search-btn {
    float: right;
}
.header_logo img {
    padding: 2px;
	max-width:170px;
}
header.header-area {
    /*border-bottom: 10px solid #555555;*/
    background: #ffffff;
}
.header-search-btn a i {
    padding: 10px;
    font-size: 19px;
}

.header-search-btn a:hover i {
    background: #635b88;
    color:#ffff
}
/*header css code end*/
/*slider section started*/
section.slider-area {
    background: black;
    overflow: hidden;
}
.slider-containt {
    height: 600px;
}
.slider-containt img {
    opacity: 0.7;
    height: 600px;
}
.owl-carousel{
    display: none;
}
.slider-containt {
    position: relative;
}

.item-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.item-caption h4 {
    font-family: Ubuntu;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 40px;
    margin-top: 80px;
}

.item-caption h2 {
    font-family: Ubuntu;
    color: rgb(255, 255, 255);
    font-weight: 900;
    font-size: 140px;
    margin: 0;
    letter-spacing: 0;
    text-align: left;
}
.item-caption {}

.slider-containt h5 {
    font-size: 46px;
    font-family: Ubuntu;
    color: rgb(255, 255, 255);
    font-weight: 400;
    padding: 12px 0px;
    text-align: center;
}
.slider-btn a {
    text-transform: uppercase;
    margin: 4px;
    font-size: 18px;
    padding: 10px 35px;
    border-radius: 21px;
    text-decoration: none;
}
.slider-btn {
    margin: 40px 0px;
}
a.slider-bg-have-btn {
    background: white;
    color: #000000e0;
}

a.bg_none_btn {
    background: #ff000000;
    color: #ffff;
    border: 4px solid  #ffff;
    padding: 7px 35px;
}
.slider-images {
    background-repeat: no-repeat;
    background-size: cover;
    transition: 5s;
    width: 100% !important;
}

.item {
    overflow: hidden;
}
button.owl-prev {
    position: absolute;
    top: 40%;
    left: -20px;
}

button.owl-prev i {
    font-size: 20px;
    background: #0000006b;
    color: #ffff;
    margin-left: 30px;
    padding: 11px 14px;
    border-radius: 50%;
}
button.owl-next {
    position: absolute;
    top: 40%;
    right: -20px;
}

button.owl-next i {
    font-size: 20px;
    background: #0000006b;
    color: #ffff;
    margin-right: 30px;
    padding: 11px 14px;
    border-radius: 50%;
}

/*slider section end*/
/*price table section started*/
section.believe-location-watch {
    background-color: #fffffff2;
    padding: 50px 0px;
}

.single-believe-location-watch {
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 20px 1px #5b5b5b66;
    padding: 36px;
    border-radius: 5px;
	min-height: 258px;
}

.icon-believe-location-watch {}

.icon-believe-location-watch i {
    font-size: 54px;
    color: #555;
}

.title-believe-location-watch {}

.title-believe-location-watch h2 {
    margin: 10px 0px;
    font-size: 18px;
    text-transform: uppercase;
    color: #555;
	font-weight:900;
}

.des-believe-location-watch {
  /*  margin-bottom: 35px; */
}

.des-believe-location-watch p {}

.button-believe-location-watch {}

.button-believe-location-watch a {
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    background: #5a5a5a47;
    padding: 10px 15px;
    transition: 1s all;
    font-size: 18px;
    border-radius: 5px;
}

.button-believe-location-watch a:hover {
    background: #5a5a5a6b;
}
/*price table section end*/
/*testimonials started */
.Testimonials-title {
    text-align: center;
}

.Testimonials-title h2 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
	font-weight:bold;
}

.recent-sermons-post-img img {
    height: 132px;
    transition: 2s;
}

home-testimonials-profile img {}

.home-testimonials-profile {
    width: 130px;
    margin: 0 auto;
}

.home-testimonials-profile img {
    border-radius: 50%;
}
section.testimonials-home {
    background-color: #635B88;
    padding: 20px 0px;
}

.home-single-testimonials {
    color: #ffffff;
    text-align: center;
}

.Testimonials-title hr {
    width: 120px;
    margin: 0 auto;
    border: none;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 25px;
}
.home-testimonials-profile img {
    margin-bottom: 25px;
}

.home-testimonial-des p {font-size: 15px;line-height: 24px;}

.home-testimonial-title h3 {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 700;
}
.home-testimonial-title p {
    font-size: 17px;
}
/*testimonials end */
/*featured today started */
section.featured-full-today {
    background: white;
    padding: 20px 0px;
}


.title-section {
    text-align: center;
}

.title-section h2 {
    color: #333232;
    font-weight: bold;
    font-size: 30px;
   /* margin-bottom: 25px; */
}

.featured-today-single {}

.featured-today-slide-img {width: 55%;height: 350px;float: left;overflow: hidden;}

.featured-today-slide-containt {
    border: 5px solid #555;
    width: 45%;
    float: left;
    height: 350px;
    padding: 20px;
    margin-bottom: 10px;
}
.featured-today-slide-img img {
    height: 100% !important;
    transition: 2s;
    cursor: pointer;
}

.featured-today-slide-title h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 22px;
    color: #555;
    font-weight: 600;
    border-bottom: 2px solid #625a89;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.featured-today-slide-des p {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: justify;
    line-height: 24px;
}

.featured-today-slide-btn {
    text-align: right;
}

.featured-today-slide-btn a {
    text-decoration: none;
    text-transform: uppercase;
    transition: 1s;
    color: #555;
    font-weight: 600;
    border: 2px solid #555;
    padding: 10px 12px;
}
.featured-today-slide-btn a:hover {
    background: #0000000f;
}

.featured-today-slider {
    margin-bottom: 30px;
}
.owl-dots {
    text-align: center;
    overflow: hidden;
}

button.owl-dot {
    background: #A1A1A1 !important;
    width: 29px;
    height: 29px;
    margin: 10px;
    transition: 1s;
}

button.owl-dot.active {
    background: #434343 !important;
}
button.owl-dot:hover {
    background: #434343 !important;
}
/*featured today end*/
/*recent sermons started*/
.recent-sermons-left {}

.recent-sermons-left-img img {height: 254px;}

.recent-sermons-left-img img {
    transition: 2s;
}

.recent-sermons-left-title {}

.recent-sermons-left-title h2 {
    color: #333232;
    font-size: 22px;
    margin: 10px 0px 0px 0px;
}

.recent-sermons-left-post-info {}

.recent-sermons-left-post-info p {
    font-size: 12px;
    margin: 1px 0px;
    text-transform: uppercase;
}

.recent-sermons-left-des {}

.recent-sermons-left-des p {font-size: 16px;text-align: justify;}

section.recent-sermons {
    background: #fffffff2;
    padding-bottom: 30px;
}

.recent-sermons-title {}

.recent-sermons-title h2 {
    text-align: center;
    color: #333232;
    text-transform: unset;
    font-size: 27px;
    font-weight: 600;
    margin: 30px 0px;
}
.recent-sermons-post {
}

.recent-sermons-post-title h2 {
    font-size: 16px;
    margin: 13px 0px 4px 0px;
    color: #333232;
}

.recent-sermons-post-info p {
    color: #777;
    font-size: 11px;
    text-transform: uppercase;
}

.recent-sermons-post-info p i {
    margin: 5px;
}

.recent-sermons-left-post-info p i {
    margin: 7px;
}

.recent-sermons-left-post-info p span {
}



/*recent sermons end*/




















/*map section started*/
section.google-map {
    background: #fff;
}
/*map section end*/
/*footer section started*/
footer.footer-area {
    background-color: #000000;
}

.footer-top {
    padding: 35px 0px;
    border-bottom: 3px solid #434343;
    margin-bottom: 15px;
}


.footer-about {}

.footer-log {}

.footer-log img {
    width: 200px;
    height: 71px;
    margin-bottom: 40px;
}

.footer-description {}

.footer-description p {
    color: #fff;
}

.footer-location-contact ul {
    list-style: none;
    padding: 0;
}

.footer-location-contact ul li {
    line-height: 23px;
}

.footer-location-contact ul li a {
    color: #fff;
    padding-left: 5px;
    text-decoration: none;
}

.footer-location-contact ul li strong {
    font-size: 14px;
	color:#fff;
}

.footer-social-media ul {
    list-style: none;
    padding: 0;
}

.footer-social-media ul li {
    float: left;
}

.footer-social-media ul li a {
    height: 50px;
}

.footer-social-media ul li a i {
    color: #ffff;
    background: #9c226d;
    padding: 10px;
    font-size: 14px;
    transition: 0.5s;
    border-radius: 50%;
    margin: 10px;
    height: 34px;
    width: 34px;
    text-align: center;
}
.footer-social-media ul li:hover i.fa.fa-rss{
    background: #ee802f;
    color: #ffffff;
}
.footer-social-media ul li:hover i.fab.fa-facebook-f{
    background: #39599f;
    color: #ffffff;
}
.footer-social-media ul li:hover i.fab.fa-twitter{
    background: #45b0e3;
    color: #ffffff;
}
.footer-social-media ul li:hover i.fab.fa-instagram{
    background: #9b6954;
    color: #ffffff;
}
.footer-social-media ul li:hover i.fab.fa-youtube{
    background: #fa0101;
    color: #ffffff;
}
.footer-social-media ul li:hover i.fab.fa-vimeo-v{
    background: #00ADEF;
    color: #ffffff;
}
.footer-social-media ul li:hover i.fab.fa-pinterest{
    background: #cb2027;
    color: #ffffff;
}
.footer-blog {}

.footer-blog-title {}

.footer-blog-title h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}
.footer-blog-title hr {
    border: none;
    border-bottom: 2px solid;
    width: 68px;
    color: #fff;
  /*  margin-bottom: 16px; */
}

.footer-blog-single {
    overflow: hidden;
    margin-bottom: 20px;
    transition: 0.5s all;
}

.footer-blog-images {
    width: 100px;
    float: left;
    margin-right: 10px;
    height: 64px;
}

.footer-blog-images img {
    width: 100%;
    height: 100%;
}

.footer-blog-contain h3 {
    color: #ccc;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.footer-blog-contain p {
    font-size: 12px;
}
.footer-copyright p {
    padding: 10px 0px;
}
.footer-blog-contain i {
    margin-right: 5px;
}
.footer-blog-single:hover {
    padding-left: 20px;
}
.featured-today-slide-img img:hover {
    transform: scale(1.3);
}
.recent-sermons-left-img {
    height: 254px;
    overflow: hidden;
}

.recent-sermons-left-img img:hover {
    transform: scale(1.3);
}

.recent-sermons-post-img {
    height: 132px;
    overflow: hidden;
}

.recent-sermons-post-img img:hover {
    transform: scale(1.3);
}
/*footer section end*/
/*email newsletter started*/
section.email-newsletter {
    background: #444444;
    padding: 40px 0px;
}

.email-newsletter-left {
    text-align: center;
    color: #fff;
    border-right: 1px solid;
    width: 50%;
    float: left;
    padding: 10px;
}

.email-newsletter-right {
    width: 50%;
    float: left;
    padding: 25px 0px 0px 20px;
}

.email-newsletter-input {
    border: 2px solid #ffff;
    width: 437px;
    overflow: hidden;
}

.email-newsletter-left h2 {
    font-size: 25px;
    line-height: 33px;
    font-weight: 400;
}
.email-newsletter-input input {
    background: none;
    border: none;
    width: 272px;
    float: left;
    text-transform: capitalize;
    font-size: 17px;
    color: #ffffff;
    padding: 16px 16px;
}

.email-newsletter-input  input[type="submit"] {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    transition: 0.5s;
    width: 158px;
    float: right;
}
.email-newsletter-input input[type="submit"]:hover {
    background: #ffff;
    color: black;
}
/*email newsletter end*/


/*pricicng page code started*/
.price-table {
    background: url("http://pp.vk.me/c623124/v623124915/42806/oQsNfigr9tM.jpg");
    background-size: cover;
    padding: 30px 0px;
}

.lm-underline {
    position: relative;
}

.lm-underline:after {
    position: absolute;
    content: ' ';
    right: 5%;
    left: 5%;
    bottom: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, transparent, #fff, transparent);
    background-image: linear-gradient(90deg, transparent, #fff, transparent);
}

.lm-item-1 .lm-item-bottom,
.lm-item-1 .lm-item-top {
    background-color: #341b37;
    background-image: -webkit-linear-gradient(135deg, #85468c, #241326);
    background-image: linear-gradient(-45deg, #85468c, #241326);
}

.lm-item-2 .lm-item-bottom,
.lm-item-2 .lm-item-top {
    background-color: #e30a51;
    background-image: -webkit-linear-gradient(135deg, #f6266b, #7e052d);
    background-image: linear-gradient(-45deg, #f6266b, #7e052d);
}

.lm-item-3 .lm-item-bottom,
.lm-item-3 .lm-item-top {
    background-color: #286caa;
    background-image: -webkit-linear-gradient(135deg, #4d93d5, #1a466f);
    background-image: linear-gradient(-45deg, #4d93d5, #1a466f);
}

.lm-item {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    vertical-align: top;
    width: 100%;
    float: left;
    display: inline-block;
    position: relative;
    -webkit-transition: -webkit-transform 0.3s ease-out, -webkit-filter 0.3s;
    transition: -webkit-transform 0.3s ease-out, -webkit-filter 0.3s;
    transition: transform 0.3s ease-out, filter 0.3s;
    transition: transform 0.3s ease-out, filter 0.3s, -webkit-transform 0.3s ease-out, -webkit-filter 0.3s;
}

.lm-item:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.lm-item:not(:hover).blur {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.lm-item:after,
.lm-item:before {
    z-index: -1;
    content: ' ';
    position: absolute;
    left: 10px;
    top: 80%;
    bottom: 18px;
    right: 10px;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    box-shadow: 0px 25px 10px -8px rgba(0, 0, 0, 0.4);
}

.lm-item:after {
    -webkit-transform: rotate(6deg) translate3d(15px, 0, 0);
    transform: rotate(6deg) translate3d(15px, 0, 0);
}

.lm-item:before {
    -webkit-transform: rotate(-6deg) translate3d(-15px, 0, 0);
    transform: rotate(-6deg) translate3d(-15px, 0, 0);
}

.lm-item-top {
    padding-top: 20px;
    text-transform: uppercase;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    text-align: center;
}

.lm-item-title {
    color: #e3dfe2;
    font: 100 30px/70px 'Open Sans';
}

.lm-item-price {
    background: rgba(255, 255, 255, 0.05);
    margin-top: 20px;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
}

.lm-item-price i {
    font-size: 15px;
}

.lm-item-body {
    padding: 15px;
    background: #fff;
}

.lm-item-desc {
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.lm-item-desc strong {
    color: #868686;
    font: 400 16px 'Open Sans';
}

.lm-item-desc p {
    color: #b4b4b4;
    margin: 0;
    font-size: 26px;
}


.lm-item-link {
    text-align: center;
    margin-top: 15px;
}

.lm-item-link a {
    text-decoration: none;
}

.lm-item-link display inline-block {
    height: 54px;
}

.lm-item-link display inline-block:hover {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}

.lm-item-link display inline-block:active {
    -webkit-transition: -webkit-transform 0.1s;
    transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    transition: transform 0.1s, -webkit-transform 0.1s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lm-item-link text {
    font-size: 21px;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lm-item-bottom {
    text-align: center;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 15px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 100;
    min-height: 20px;
}

.lm-item-bottom span {
    color: #fff;
    font-weight: 400;
    margin-right: 3px;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    display: inline-block;
}

@font-face {
    font-family: 'fontello';
    src: url("data:application/font-woff;base64,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") format('woff');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-dollar:before {
    content: '\e806';
}

.icon-cancel:before {
    content: '\e807';
}

.icon-ok:before {
    content: '\e808';
}


.lm-item-desc strong {
    font-size: 28px;
}
.lm-item-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lm-item-list li {
    color: #b4b4b4;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
    font-size: 15px;
}

.lm-item-list li:nth-child(2n+1) {
    background-color: #fbfbfb;
}

.lm-item-list .icon-cancel,
.lm-item-list .icon-ok {
    float: right;
}

.lm-item-list .icon-ok {
    color: #75bc9a;
}

.lm-item-list .icon-cancel {
    color: #bf7375;
}

.lm-item-link {
    text-align: center;
    margin-top: 15px;
}
.lm-item-4 .lm-item-bottom, .lm-item-4 .lm-item-top {
    background-color: #286caa;
    background-image: -webkit-linear-gradient(135deg, #4d93d5, #1a466f);
    background-image: linear-gradient(-45deg, #9c226d, #635c88);
}
/*Forums page started*/
section.forums-area {
    background: #fff;
    padding: 50px 0px;
}

.page-titles  p {font-weight: 700;text-transform: uppercase;}

.page-titles i {
    margin: 5px;
}

.forum-left-area {}

.forum-titles {}

.forum-titles h2 {
    margin: 0;
    font-size: 25px;
    color: #333232;
    border-bottom: 5px solid #9c226d;
    width: 96px;
    padding-bottom: 13px;
    margin-bottom: 24px;
}

.forum-left-search {}

.forum-left-search input {
    background: none;
    border: none;
}



.forum-left-search input[type="submit"] {
    margin-left: -6px;
    width: 17%;
    background: #434343;
    text-transform: uppercase;
    padding: 9px 0px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 13px;
    transition: 1s;
}

.forum-left-search input[type="text"] {
    width: 83%;
    border: 2px solid #0000004a;
    padding: 7px 10px;
}

.forum-left-search input[type="submit"]:hover {
    background: #625a89;
}
.forums-post-single p {
    font-size: 13px;
}

.forums-post-single-left {
    width: 67%;
    float: left;
}

.forums-post-single-Topics {
    width: 10%;
    float: left;
}

.forums-post-single-Posts {
    width: 10%;
    float: left;
}

.forums-post-single-Freshness {
    width: 23%;
    float: left;
}

.forums-post-single.header-Forum h3 {
    font-size: 16px;
    color: #3f3f3f;
    border-bottom: 5px solid #0000004a;
    padding-bottom: 12px;
    text-align: center;
}

.forums-post-single.header-Forum {
}

.forums-post-single-left h5 {
    font-weight: 400;
}

.forums-post-single-Topics p {
    text-align: center;
}

.forums-post-single-Posts p {
    text-align: center;
}

.forums-post-single.header-Forum {
    border: none;
}

.forums-post-single.header-Forum .forums-post-single-left h3 {
    text-align: left;
}

.forums-post-single-Freshness p {
    text-align: center;
}

.forums-post-single {border-bottom: 1px solid #0000002b;overflow: hidden;margin-bottom: 10px;}

.forums-post {
    overflow: hidden;
}

.forum-right {}

.forum-user-area {
}

.forum-status {}

.forum-user-img {
    width: 50px;
    float: left;
}

.forum-user-text h5 {
    margin: 0;
    padding: 4px 8px;
    color: #000000a3;
}

.forum-user-text h2 {
    color: black;
    margin: 0;
    font-size: 22px;
    padding: 2px 11px;
}

.forum-user-text {
    overflow: hidden;
}

.forum-user-auth {
    padding: 10px 47px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #00000024;
}

.forum-user-auth a {
    color: #313131;
    font-size: 15px;
    padding: 0px 13px;
    font-weight: 600;
    border-right: 1px solid #00000061;
}

.forum-user-auth a:last-child {
    border: none;
}
.forum-user-auth p {
}

.forum-user-area p {
    text-align: center;
}
.forum-status-title h2 {
    font-size: 17px;
    color: #000000eb;
}
.forum-status-title hr {
    border: none;
    border-bottom: 3px solid #9c226e;
    width: 83px;
    margin-bottom: 30px;
}

.forum-status ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.forum-status ul li span {
    float: right;
}

.forum-status ul li {
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 1px solid #00000033;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
}
/*Forums page end*/
/*contact page started*/
.fix-conatint {
    width: 800px;
    margin: 0 auto;
}
.fix-conatint {
    width: 800px;
    margin: 0 auto;
}

.contact-page-title.text-center h2 {
    color: black;
}
/*contact page end*/
/*about-area-section page started*/
.about-area-section{
    background: #9c226ded;
    padding: 40px 0px;
}
.about-area-section h2 {
    text-align: center;
    color: #ffff;
}
.about-page-title hr {
    border: none;
    border-bottom: 3px solid #fff;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.about-containt p {
    color: #e4e4e4;
    font-size: 18px;
    text-align: justify;
    font-weight: 500;
    line-height: 28px;
}
/*about-area-section page end*/
/*privacy-policy-page started*/
.privacy-policy{
    background-image: url("../img/privacy.jpg");
    position: relative;
}
.privacy-policy:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    opacity: .5;
    background: linear-gradient(to bottom,#000 0,#000 100%);
    top: 0;
    height: 100%;}

.privacy-policy-con {
    color: #fff;
    padding: 25px 0px;
}
.privacy-policy-con h2{
    text-transform:uppercase !important;
	font-weight:bold;
}
.privacy-policy-con hr {
    border: none;
    border-bottom: 2px solid;
    width: 157px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.privacy-policy-con p {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}
section.privacy-qu-con-area {
    background: #ffff;
	padding-top:30px;
	padding-bottom:50px;
}

.privacy-qu-con h2 {
    color: #282828;
    font-size: 22px;
	font-weight:bold;
}
/*privacy-policy-page end*/
.slicknav_menu {
    padding: 0px;
}
div#header_two_menu {
    display: none;
}

div#demo2 {
    display: none;
}
div#top_menu_btn {
    display: none;
}

div#two_btn_menu {
    display: none;
}
div#two_btn_menu i:hover {
    color: #9c226d;
}
div#top_menu_btn i:hover {
    color: #9c226d;
}

/*support tickets page started*/
section.supporttickets {
    background: #fff;
}
.support-tickets-title {
    width: 47%;
    float: left;
}

.support-tickets-department {
    width: 10%;
    float: left;
}

.support-tickets-department {
    width: 22%;
    float: left;
}

.support-tickets-status {
    width: 21%;
    float: left;
}
.tickets-page-title {
    text-align: center;
}

.tickets-page-title h2 {
    padding: 15px 0px;
    font-size: 30px;
    color: #7c7b7b;
}

.tickets-page-title hr {
    border: none;
    border-bottom: 3px solid #635c88;
}

.support-form-tickets {
    border: 1px solid #5252523b;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}
input.btn_tickets.btn.btn-block {
    background: #9b216c;
    color: #fff;
    transition: 1s;
    font-weight: 500;
}

input.btn_tickets.btn.btn-block:hover {
    background: #680842;
}
.support-tickets.support-tickets-header div {
    text-align: center;
    padding-top: 8px;
    font-weight: 700;
    font-size: 17px;
}

.support-tickets-title {}

.support-tickets {
    border: 1px solid;
    overflow: hidden;
}

.support-tickets.support-tickets-single div {
    padding: 5px;
    padding-top: 17px;
}



.support-tickets.support-tickets-single a {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}

.support-tickets-department {
    text-align: center;
}

.support-tickets-status {
    text-align: center;
}


/*support tickets page end*/
/*tutorials-show page started*/
.tutorials-show-title {
    text-align: center;
}

.tutorials-show-title h2 {
    padding: 15px 0px;
    font-size: 30px;
    color: #7c7b7b;
}

.tutorials-show-title hr {
    margin-bottom: 40px;
    border: none;
    border-bottom: 3px solid #635c88;
}
section.tutorials-area {
    background: white;
}
.tutorials-box {
    border: 1px solid #b599998a;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 50px;
}

.tutorials-box h3 {
    background: #eee;
    padding: 10px 15px;
    transition: 1s;
    margin: 0;
    border-bottom: 1px solid #dddddd;
    font-size: 18px;
}
ul.tutorials-box-last {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.tutorials-box-last li {
    border-bottom: 1px solid #8e8e8e80;
}

ul.tutorials-box-last li a {
    display: block;
    font-size: 20px;
    transition: 0.5s;
    padding: 8px 20px;
    text-decoration: none;
    color: #635b8a;
}

div#ui-id-2 {
    height: 100% !important;
}
ul.tutorials-box-last li a:hover {
    background: #fdf1f1d6;
    color: #9c226d;
}
.tutorials-box h3:hover {
    background: #ece4e4;
}
.tutorials-box i.fas.fa-chevron-down {
    float: right;
}
.videopopupjs__content {
    margin-top: 2%;
}

.tutorials-box-last-sub{
    display: none;
}
ul.tutorials-box-last li {
    border-bottom: unset;
}
.dropdown-menu {
    position: unset;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: unset;
    min-width: 100%;
    padding: 5px 0;
    margin: unset;
    font-size: unset;
    text-align: unset;
    list-style: none;
    background-color: unset;
    background-clip: padding-box;
    border: unset;
    border-radius: unset;
    box-shadow: unset;
}
.btn_submenu_t{
    background-color: snow;
}
li.dropdown-submenu {
    background: #e3e3e3de;
    transition: 0.5s;
}
ul li.dropdown-submenu ul {
    background: white;
}
/*tutorials-show page end*/
/*blog started*/
section.blog-area {
    background: white;
    padding: 50px 0px;
}

.single-blog {
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #4646462e;
    margin-bottom: 30px;
}

.left-blog-image {
    width: 30%;
    float: left;
}

.left-blog-image img {}

.right-blogcontaint {
    width: 68%;
    float: right;
}

.right-blogcontaint h2 {
    color: #333232;
    margin: 0;
    font-size: 18px;
}

.left-blog-image img {
    border: 1px solid #9c226d;
    background: #ffff;
    padding: 1px;
}

.right-blogcontaint p {
    margin: 0;
    font-size: 12px;
    padding: 4px 0px;
}

.right-blogcontaint i {padding: 0px 5px;}

.blog-text {
    line-height: 23px;
    font-size: 14px;
}

.blog-text p {
}

.blog-more a {
    color: black;
    border-bottom: 3px solid #2e2e2e;
    padding: 5px 0px;
    font-weight: 600;
    transition: 1s;
}

.blog-more {
    margin-top: 25px;
    width: 92px;
    float: right;
}

.blog-more a:hover {
    color: #9c226d;
    text-decoration: none;
}
.side-bar-area {}

.subscription-sidebar {}

.title-subs-sidebar {}

.title-subs-sidebar h2 {
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    color: #151515;
}

.title-subs-sidebar h2 i {
    background: #CCCCCC;
    padding: 10px;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 11px;
    color: #fff;
}
.sub-box {
    background: #e7e7e7;
    padding: 20px;
    margin-bottom: 25px;
}

input[type="text"] {}

.subs-sidbar-input input[type="text"] {
    width: 100%;
    padding: 8px 10px;
    border: 3px solid #c8c8c8;
    margin-bottom: 15px;
}

input[type="submit"] {}

.subs-sidbar-input input[type="submit"] {
    width: 100%;
    border: none;
    background: #343434;
    padding: 8px 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.sidebar-popular-post {}

.sidebar-popular-post button.tablinks.active {
    border: 3px solid #9c226d;
    padding: 12px;
}

.sidebar-popular-post button {
    width: 50%;
    float: left;
    padding: 15px 15px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    background: none;
    margin-bottom: 20px;
}
.sidebar-popular-post button:hover {
    color: #9c226d;
}

.popular-single-post-sidebar {display: inline-block;}

.s-popular-post-img {
    width: 25%;
    margin-right: 14px;
    float: left;
    margin-bottom: 5px;
}

.s-popular-post-text {width: 67%;float: left;}

.s-popular-post-text h3 {
    font-size: 14px;
}

.s-popular-post-text h3 {}

.s-popular-post-text h3 {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

div#London {
}

.s-popular-post-text p {
    text-transform: uppercase;
    font-size: 12px;
}

.s-popular-post-text i {
    padding: 5px;
}
.ckeeditor_area {
    font-size: 17px;
    font-weight: 500;
}
ul.dropdown-menu {
    margin: 0;
    padding: 0;
}

.tutorials-box li:hover {
    background: #e3e3e363;
}
.dropdown-menu>li>a {
    padding: 10px 20px;
    font-weight: 600;
    font-size: 15px;
}

/*blog end*/

/*regsiter */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.form_wrapper {
    background: #fff;
    /* width: 400px; */
    max-width: 100%;
    box-sizing: border-box;
    padding: 25px;
    margin: 8% auto;
    position: relative;
    z-index: 1;
    border-top: 5px solid #9B216C;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: none;
    transition: none;
    -webkit-animation: expand 0.8s 0.6s ease-out forwards;
    animation: expand 0.8s 0.6s ease-out forwards;
    opacity: 0;
}
.form_wrapper h2 {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0;
}
.form_wrapper .title_container {
    text-align: center;
    padding-bottom: 15px;
}
.form_wrapper h3 {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0;
}
.form_wrapper label {
    font-size: 12px;
}
.form_wrapper .row {
    margin: 10px -15px;
}
.form_wrapper .row > div {
    padding: 0 15px;
    box-sizing: border-box;
}
.form_wrapper .col_half {
    width: 50%;
    float: left;
}
.form_wrapper .input_field {
    position: relative;
    margin-bottom: 20px;
    -webkit-animation: bounce 0.6s ease-out;
    animation: bounce 0.6s ease-out;
}
.form_wrapper .input_field > span {
    position: absolute;
    left: 0;
    top: 0;
    color: #333;
    height: 100%;
    border-right: 1px solid #ccc;
    text-align: center;
    width: 30px;
}
.form_wrapper .input_field > span > i {
    padding-top: 10px;
}
.form_wrapper .textarea_field > span > i {
    padding-top: 10px;
}
.form_wrapper input[type="text"], .form_wrapper input[type="email"], .form_wrapper input[type="password"]
,.form_wrapper input[type="address"],.form_wrapper input[type="city"],.form_wrapper input[type="state"],
.form_wrapper input[type="zipcode"]

{
    width: 100%;
    padding: 8px 10px 9px 35px;
    height: 35px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form_wrapper input[type="text"]:hover, .form_wrapper input[type="email"]:hover, .form_wrapper input[type="password"]:hover,.form_wrapper input[type="address"]:hover,.form_wrapper input[type="city"]:hover,.form_wrapper input[type="state"]:hover,
.form_wrapper input[type="zipcode"]:hover
{
    background: #fafafa;
}
.form_wrapper input[type="text"]:focus, .form_wrapper input[type="email"]:focus, .form_wrapper input[type="password"]:focus,.form_wrapper input[type="address"]:focus,.form_wrapper input[type="city"]:focus,.form_wrapper input[type="state"]:focus,
.form_wrapper input[type="zipcode"]:focus
{
    -webkit-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
    -moz-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
    box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
    border: 1px solid #9B216C;
    background: #fafafa;
}
.form_wrapper input[type="submit"] {
    background: #9B216C;
    height: 35px;
    line-height: 35px;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form_wrapper input[type="submit"]:hover {
    background: #635C88;
}
.form_wrapper input[type="submit"]:focus {
    background: #635C88;
}
.form_container .row .col_half.last {
    border-left: 1px solid #ccc;
}

@-webkit-keyframes check {
    0% {
        height: 0;
        width: 0;
    }
    25% {
        height: 0;
        width: 7px;
    }
    50% {
        height: 20px;
        width: 7px;
    }
}
@keyframes check {
    0% {
        height: 0;
        width: 0;
    }
    25% {
        height: 0;
        width: 7px;
    }
    50% {
        height: 20px;
        width: 7px;
    }
}
@-webkit-keyframes expand {
    0% {
        -webkit-transform: scale3d(1, 0, 1);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale3d(1, 1.2, 1);
    }
    50% {
        -webkit-transform: scale3d(1, 0.85, 1);
    }
    75% {
        -webkit-transform: scale3d(1, 1.05, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}
@keyframes expand {
    0% {
        -webkit-transform: scale3d(1, 0, 1);
        transform: scale3d(1, 0, 1);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale3d(1, 1.2, 1);
        transform: scale3d(1, 1.2, 1);
    }
    50% {
        -webkit-transform: scale3d(1, 0.85, 1);
        transform: scale3d(1, 0.85, 1);
    }
    75% {
        -webkit-transform: scale3d(1, 1.05, 1);
        transform: scale3d(1, 1.05, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}
@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translate3d(0, -25px, 0);
        opacity: 0;
    }
    25% {
        -webkit-transform: translate3d(0, 10px, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -6px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 2px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes bounce {
    0% {
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
        opacity: 0;
    }
    25% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 2px, 0);
        transform: translate3d(0, 2px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@media (max-width: 600px) {
    .form_wrapper .col_half {
        width: 100%;
        float: none;
    }
    .bottom_row .col_half {
        width: 50%;
        float: left;
    }
    .form_container .row .col_half.last {
        border-left: none;
    }
    .remember_me {
        padding-bottom: 20px;
    }
}


.alert.alert-success.alert-dismissible.fade.show.text-center {}

.alert.alert-success.alert-dismissible.fade.show.text-center {
    display: block !important;
    opacity: 1;
}



.thumbnail {
    padding:0px;
}
.panel {
    position:relative;
}
.panel>.panel-heading:after,.panel>.panel-heading:before{
    position:absolute;
    top:11px;left:-16px;
    right:100%;
    width:0;
    height:0;
    display:block;
    content:" ";
    border-color:transparent;
    border-style:solid solid outset;
    pointer-events:none;
}
.panel>.panel-heading:after{
    border-width:7px;
    border-right-color:#f7f7f7;
    margin-top:1px;
    margin-left:2px;
}
.panel>.panel-heading:before{
    border-right-color:#ddd;
    border-width:8px;
}
a.btn.btn_forum {
    background: #635c88;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 17px;
    color: #Ffff;
}
section.tickets-area {
    background: #ffff;
}
.left-massage {
    background: oldlace;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}



.right-massage {
    background: aliceblue;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 10px;
}

.massage-box {
    overflow: hidden;
}

.tickets-user-info h5 {
    text-transform: capitalize;
}

section.tickets-area {
    padding: 25px 0px;
}
.tickets-user-info h5 span {
    float: right;
    font-size: 11px;
}
